summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OGLWindow: First try to rotate cameraZolnai Tamás2014-05-152-1/+25
| | | | | | | | | 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
* OGLWindow: use update function for redrawing.Zolnai Tamás2014-05-151-6/+1
| | | | Change-Id: Icca39a44d6a4437f20d120b4032a39f7e74ac066
* OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás2014-05-151-32/+37
| | | | Change-Id: I52b3d100512cad569a53d10c9dc819e4548ba928
* OGLWindow: remove event listeners also when window is disposedZolnai Tamás2014-05-151-1/+6
| | | | | | | To avoid segmentation fault. Plus some comments. Change-Id: I7368b34a29b595f52975f41836d4fe1f63e4e859
* slideshow\glTF: add a parent window to the OpenGL windowZolnai Tamás2014-05-152-7/+27
| | | | | | | | | | 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
* avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás2014-05-152-1/+1
| | | | Change-Id: Ic4c4b886f5a60508e4f62eb3396850d09ae5d0a0
* slideshow: update log messagesZolnai Tamás2014-05-151-2/+2
| | | | Change-Id: Ifcf9941707a8770931296750b674fbccc1571f6d
* modify the coordinate system to world coordinate systemweigao2014-05-152-71/+120
| | | | Change-Id: Ib496f33bcd94cac77aef02ddae2c91bb48150252
* hopefully all places are now correct for the pickingMarkus Mohrhard2014-05-151-40/+99
| | | | | | Only the handling of the color and the matrix is still missing Change-Id: I5603e966e6a62106f38d2cb7cfe196629714f793
* no reason that this is a member variableMarkus Mohrhard2014-05-152-4/+2
| | | | Change-Id: I125c85418bc19cc6bcf2d106ebd22f94d9ecd390
* one more step to picking based renderingMarkus Mohrhard2014-05-151-23/+51
| | | | Change-Id: Ibf77c0b7b9cdc4f5b47deee3f9b50a61e8c0dc22
* don"t execute code in a loopMarkus Mohrhard2014-05-151-6/+8
| | | | Change-Id: I758d8ddb8b877638a5a36e56636e97fded790efc
* implement new struct and shaders for pickingMarkus Mohrhard2014-05-155-0/+71
| | | | Change-Id: Ib3e08d69c031aa3130b10c0745119cf5935d86db
* try a better ideaMarkus Mohrhard2014-05-152-68/+64
| | | | Change-Id: Ibf218c2e99013aeeeb1d8962b0eff1cbd602c6c3
* remove some misleading commentsMarkus Mohrhard2014-05-151-4/+3
| | | | Change-Id: I939c676ffd71357dcf73f24c56c5fd70a3a67a28
* these resources should be GLintsMarkus Mohrhard2014-05-151-6/+6
| | | | Change-Id: Ib1075fb7dba8ea85e76c7cdf59635e0cec9aaf19
* introduce picking mode in 3D codeMarkus Mohrhard2014-05-155-109/+156
| | | | Change-Id: Ifbe35a9b311bf79fa15bbad6b9fdfc5a472f516f
* fdo#78549 PDF Import: fix incorrect transformation matrix writingVort2014-05-151-2/+2
| | | | | | | 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>
* fix for doxygen 1.8.7David Tardon2014-05-152-0/+2
| | | | | | | Earlier versions apparently used HTML as default if no output format was specified. 1.8.7 no longer does that. Change-Id: Ia8f908f54b344530e1b50e8800c032f782fb36e9
* Resolves: fdo#78204 adjust note icons on comments-in-margins caseCaolán McNamara2014-05-153-22/+106
| | | | | | | the page has been scaled by 75% and vertically centered so the page positions need to be also adjusted. Change-Id: I7ab6b4956933ba444441c857e78aee8e5c1cf97a
* Add connectivity.odbcTor Lillqvist2014-05-151-0/+1
| | | | Change-Id: I2bad7938ddd02da8aa7191aebbd9221220fb303e
* Updated coreLászló Németh2014-05-151-0/+0
| | | | | Project: dictionaries 38b1410ca674bd47d218e4e77cf90e6adcc6d87c
* odbc: clean up SQL conformance level testsLionel Elie Mamane2014-05-151-33/+21
| | | | Change-Id: I9c96ee389a086c76489f99750c2c86b7504cd393
* AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr2014-05-151-2/+5
| | | | | | | | | | | | | | | | | 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
* resolved fdo#78718 break the indefinite loop when entering ="Eike Rathke2014-05-151-0/+4
| | | | | | | ... introduced with the refactoring of 5a14766061f75e88791dc3134c9ec56e198144e2 Change-Id: Ic322c58cad749d136966cee08ca5a06be59897b7
* userinterface and currencylb are just ListBox, so GtkComboBoxTextEike Rathke2014-05-151-2/+2
| | | | | | ... and not the bells and whistles SvxLanguageBox. Change-Id: Icaeaeead0bd58bc05d2a9af4e9b7265de1647936
* +sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke2014-05-152-0/+9
| | | | Change-Id: I9199da366eb70e818e1d85823cd7cf530f70167d
* interface with COMBOBOX_... instead of LISTBOX_...Eike Rathke2014-05-151-1/+1
| | | | | | ... even if it is the same value. Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a
* Make sure to dispose services supporting the XComponent protocolStephan Bergmann2014-05-151-1/+18
| | | | | | | | ...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
* Minor utl::TempFile clean upStephan Bergmann2014-05-153-8/+3
| | | | Change-Id: I20de8b2321d2656d17d25c6343d72c534d47e597
* Avoid copying of singular iteratorsStephan Bergmann2014-05-152-0/+85
| | | | Change-Id: If873d2c369ef6458fdf3289f09802e90dc7367f2
* coverity#1213254 Out-of-bounds readCaolán McNamara2014-05-151-1/+1
| | | | | | surely this was the intent Change-Id: I78002adebf78674259e6c63e0e3449882accdb5d
* coverity#1213242 Dereference null return valueCaolán McNamara2014-05-151-1/+2
| | | | Change-Id: I23ce35dbeadca1eea4c67d7d70acbf5ce3a82ac8
* coverity#1213244 Dereference null return valueCaolán McNamara2014-05-151-1/+2
| | | | Change-Id: I729baf2bec5849a4323550aacb9b789db78e72b3
* coverity#705490 Dereference null return valueCaolán McNamara2014-05-151-2/+3
| | | | Change-Id: Iac4178e7f751cba0b4a135dc9d840234d96ccfa2
* coverity#705484 Dereference null return valueCaolán McNamara2014-05-151-1/+1
| | | | Change-Id: I8ba236e64994c6e37e1a782cc911df57cb902f86
* coverity#705482 Dereference null return valueCaolán McNamara2014-05-151-2/+4
| | | | Change-Id: Id50d79c2dddc3105821703fb9773128c0cc6f2f3
* coverity#441006 Dereference null return valueCaolán McNamara2014-05-151-3/+4
| | | | Change-Id: I6c00db53ce507dacbf6032dbe4d41d806740be62
* coverity#440876 Dereference null return valueCaolán McNamara2014-05-151-1/+5
| | | | Change-Id: I7d00c3a3c1a12176e4b1ab74712aabeb2f1cf90e
* coverity#441607 Dereference null return valueCaolán McNamara2014-05-151-1/+5
| | | | Change-Id: Ibec5bb74a708786e71f9e9a53be71e9cc50c5b69
* coverity#1209074 Same on both sidesCaolán McNamara2014-05-152-35/+39
| | | | Change-Id: I2c02ca45ed12ed571a175fb82bc2478eeb02f31f
* Updated coreCaolán McNamara2014-05-151-0/+0
| | | | | Project: help 37bfa7d9f018d6e683df285bbf144bfe28078314
* callcatcher: update unused codeCaolán McNamara2014-05-152-27/+16
| | | | Change-Id: I690c5196ab81178c666ee39dd247fbe0438db80b
* update_pch: add svlThomas Arnhold2014-05-153-0/+193
| | | | | | | | | | | | | | | | 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
* fix-includes.pl: svlThomas Arnhold2014-05-1522-113/+113
| | | | Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
* update_pch: add basegfxThomas Arnhold2014-05-153-0/+79
| | | | | | 29s -> 14s Change-Id: If9fe85d21d471b13c92a3ca1f1af57f146c8565d
* fdo#78300 File Corrupt:drawing objects into a text box.PriyankaGaikwad2014-05-155-2/+24
| | | | | | | | | | | | | | 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
* Need zlib because of collada2gltfTor Lillqvist2014-05-151-0/+1
| | | | Change-Id: I83a48ceb2cb2cf96e4c10d0e17d9076c663530aa
* Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)Chris Laplante2014-05-152-3/+3
| | | | | | | Change-Id: I0cf29711459e5ec185b43cf28716729e659b00b4 Reviewed-on: https://gerrit.libreoffice.org/9357 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* fix downloading unowinreg.dllDavid Tardon2014-05-151-3/+7
| | | | Change-Id: I24b30ce4f53894796cadd9164f2930523a5f1123