summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás
For now its too slow to render by mousemove so use mousebuttonup instead. It seems gltf_renderer_rotate_camera() method does not rotate the camera but set the new position of it. Change-Id: I0fe7895720dbf95acb0963a5ba6dd2a5840d8f6b
2014-05-15OGLWindow: use update function for redrawing.Zolnai Tamás
Change-Id: Icca39a44d6a4437f20d120b4032a39f7e74ac066
2014-05-15OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás
Change-Id: I52b3d100512cad569a53d10c9dc819e4548ba928
2014-05-15OGLWindow: remove event listeners also when window is disposedZolnai Tamás
To avoid segmentation fault. Plus some comments. Change-Id: I7368b34a29b595f52975f41836d4fe1f63e4e859
2014-05-15slideshow\glTF: add a parent window to the OpenGL windowZolnai Tamás
OpenGL window is a SystemChildWindow which doesn't handle window events as a vcl Window does (call it's event handler functions and the given event listeners), so I added a new parent which will handle window events and capture them from the slideshow's main window. Change-Id: I06ac87fb85e663e52f2691c1311605b3fd7d3afa
2014-05-15avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás
Change-Id: Ic4c4b886f5a60508e4f62eb3396850d09ae5d0a0
2014-05-15slideshow: update log messagesZolnai Tamás
Change-Id: Ifcf9941707a8770931296750b674fbccc1571f6d
2014-05-15modify the coordinate system to world coordinate systemweigao
Change-Id: Ib496f33bcd94cac77aef02ddae2c91bb48150252
2014-05-15hopefully all places are now correct for the pickingMarkus Mohrhard
Only the handling of the color and the matrix is still missing Change-Id: I5603e966e6a62106f38d2cb7cfe196629714f793
2014-05-15no reason that this is a member variableMarkus Mohrhard
Change-Id: I125c85418bc19cc6bcf2d106ebd22f94d9ecd390
2014-05-15one more step to picking based renderingMarkus Mohrhard
Change-Id: Ibf77c0b7b9cdc4f5b47deee3f9b50a61e8c0dc22
2014-05-15don"t execute code in a loopMarkus Mohrhard
Change-Id: I758d8ddb8b877638a5a36e56636e97fded790efc
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard
Change-Id: Ib3e08d69c031aa3130b10c0745119cf5935d86db
2014-05-15try a better ideaMarkus Mohrhard
Change-Id: Ibf218c2e99013aeeeb1d8962b0eff1cbd602c6c3
2014-05-15remove some misleading commentsMarkus Mohrhard
Change-Id: I939c676ffd71357dcf73f24c56c5fd70a3a67a28
2014-05-15these resources should be GLintsMarkus Mohrhard
Change-Id: Ib1075fb7dba8ea85e76c7cdf59635e0cec9aaf19
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard
Change-Id: Ifbe35a9b311bf79fa15bbad6b9fdfc5a472f516f
2014-05-15fdo#78549 PDF Import: fix incorrect transformation matrix writingVort
Change-Id: I60d77e01ea7774c234d1ad1b81b90a7db3461e22 Reviewed-on: https://gerrit.libreoffice.org/9310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-15fix for doxygen 1.8.7David Tardon
Earlier versions apparently used HTML as default if no output format was specified. 1.8.7 no longer does that. Change-Id: Ia8f908f54b344530e1b50e8800c032f782fb36e9
2014-05-15Resolves: fdo#78204 adjust note icons on comments-in-margins caseCaolán McNamara
the page has been scaled by 75% and vertically centered so the page positions need to be also adjusted. Change-Id: I7ab6b4956933ba444441c857e78aee8e5c1cf97a
2014-05-15Add connectivity.odbcTor Lillqvist
Change-Id: I2bad7938ddd02da8aa7191aebbd9221220fb303e
2014-05-15Updated coreLászló Németh
Project: dictionaries 38b1410ca674bd47d218e4e77cf90e6adcc6d87c
2014-05-15odbc: clean up SQL conformance level testsLionel Elie Mamane
Change-Id: I9c96ee389a086c76489f99750c2c86b7504cd393
2014-05-15AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr
tml says: As such, for us the sample document from the above AOO issue already gets laid out corectly (according to how the bug reporter says it should be laid out), both in master and 4.2. We already set the external leading field based on what CTFontGetLeading() says. Also, our code around here is a little bit different as we don't have any fFPIY paramter or mfFontScale field, so the change did not apply directly. But I adapted it and applied anyway. Effectively, for us the only change is that the internal leading is now returned as non-zero. No visible change to the sample document's layout. Change-Id: I4f8967723e371fa2b695f726ff2f28c0f6d6ae27
2014-05-15resolved fdo#78718 break the indefinite loop when entering ="Eike Rathke
... introduced with the refactoring of 5a14766061f75e88791dc3134c9ec56e198144e2 Change-Id: Ic322c58cad749d136966cee08ca5a06be59897b7
2014-05-15userinterface and currencylb are just ListBox, so GtkComboBoxTextEike Rathke
... and not the bells and whistles SvxLanguageBox. Change-Id: Icaeaeead0bd58bc05d2a9af4e9b7265de1647936
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke
Change-Id: I9199da366eb70e818e1d85823cd7cf530f70167d
2014-05-15interface with COMBOBOX_... instead of LISTBOX_...Eike Rathke
... even if it is the same value. Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a
2014-05-15Make sure to dispose services supporting the XComponent protocolStephan Bergmann
...to e.g. avoid leftover temp files from instantiating com.sun.star.comp.report.OReportDefinition. But dispose all instances only at the very end, to avoid disposing some single-instance services too early. Change-Id: I71fc50e80f4b5d1a1ca16e392725903b079ce2d1
2014-05-15Minor utl::TempFile clean upStephan Bergmann
Change-Id: I20de8b2321d2656d17d25c6343d72c534d47e597
2014-05-15Avoid copying of singular iteratorsStephan Bergmann
Change-Id: If873d2c369ef6458fdf3289f09802e90dc7367f2
2014-05-15coverity#1213254 Out-of-bounds readCaolán McNamara
surely this was the intent Change-Id: I78002adebf78674259e6c63e0e3449882accdb5d
2014-05-15coverity#1213242 Dereference null return valueCaolán McNamara
Change-Id: I23ce35dbeadca1eea4c67d7d70acbf5ce3a82ac8
2014-05-15coverity#1213244 Dereference null return valueCaolán McNamara
Change-Id: I729baf2bec5849a4323550aacb9b789db78e72b3
2014-05-15coverity#705490 Dereference null return valueCaolán McNamara
Change-Id: Iac4178e7f751cba0b4a135dc9d840234d96ccfa2
2014-05-15coverity#705484 Dereference null return valueCaolán McNamara
Change-Id: I8ba236e64994c6e37e1a782cc911df57cb902f86
2014-05-15coverity#705482 Dereference null return valueCaolán McNamara
Change-Id: Id50d79c2dddc3105821703fb9773128c0cc6f2f3
2014-05-15coverity#441006 Dereference null return valueCaolán McNamara
Change-Id: I6c00db53ce507dacbf6032dbe4d41d806740be62
2014-05-15coverity#440876 Dereference null return valueCaolán McNamara
Change-Id: I7d00c3a3c1a12176e4b1ab74712aabeb2f1cf90e
2014-05-15coverity#441607 Dereference null return valueCaolán McNamara
Change-Id: Ibec5bb74a708786e71f9e9a53be71e9cc50c5b69
2014-05-15coverity#1209074 Same on both sidesCaolán McNamara
Change-Id: I2c02ca45ed12ed571a175fb82bc2478eeb02f31f
2014-05-15Updated coreCaolán McNamara
Project: help 37bfa7d9f018d6e683df285bbf144bfe28078314
2014-05-15callcatcher: update unused codeCaolán McNamara
Change-Id: I690c5196ab81178c666ee39dd247fbe0438db80b
2014-05-15update_pch: add svlThomas Arnhold
55s -> 28s How to find possible pch candidates: for i in `git grep -l 'gb_Library_set' -- '*.mk' | sort -u`; do if [ $(git grep 'precompiled_' $i | wc -l) == 0 ]; then echo missing: $(sed -n -e '/gb_Library_add_exception_objects/,/))/ p' $i | wc -l) files in $i else echo ok: $i fi done | sort -h -t' ' -k2 Change-Id: Ib9fe16c0afb6e6687881c987c3af7bf59b929fd4
2014-05-15fix-includes.pl: svlThomas Arnhold
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
2014-05-15update_pch: add basegfxThomas Arnhold
29s -> 14s Change-Id: If9fe85d21d471b13c92a3ca1f1af57f146c8565d
2014-05-15fdo#78300 File Corrupt:drawing objects into a text box.PriyankaGaikwad
Description : Docx file corrupt after roundtrip. LO insert <w:drawing> inside the <wps:txbx> under choice after RT, if the file created in MS word 2007 and contains Word Art inside the text box. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx sw/source/filter/ww8/docxsdrexport.cxx sw/source/filter/ww8/docxsdrexport.hxx Change-Id: I7421ed353cd7e9bae17b2447122090a4113f52b5
2014-05-15Need zlib because of collada2gltfTor Lillqvist
Change-Id: I83a48ceb2cb2cf96e4c10d0e17d9076c663530aa
2014-05-15Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)Chris Laplante
Change-Id: I0cf29711459e5ec185b43cf28716729e659b00b4 Reviewed-on: https://gerrit.libreoffice.org/9357 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-15fix downloading unowinreg.dllDavid Tardon
Change-Id: I24b30ce4f53894796cadd9164f2930523a5f1123