summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-10mwaw: fix build failure with clang (work around libtool stupidity)Michael Stahl
Clang warns about unused -I parameters, and the libtool configure check for lt_cv_prog_compiler_pic_works_CXX mis-interprets that and declares -fPIC is not supported. Change-Id: I0802719142c5a96bc672be299d6e94a1b2d27001
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl
Change-Id: Ib9b108c034181c0f94cbf86634447ba2d4afbaa5
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I4fbe7d35b66dda16f19019fd1baf0aa03361390c
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I9d3f642239bc5c7a52611b9c27fd0291940c7483
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: If7ada4cba0b1098bba304f1ec9b860ec7df75e7a
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: Ic4eca519c5ba8662b29901f196ecfd6e0aa776e2
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I1f5823e34d400004ccafc0a6cd539d59929b14fa
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I639ac26f4d84ff0a2d573d2e58bc5bd41052a925
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: Ie57f543681790e662f6ac7d074ccb37925999790
2014-11-10Fix error: use of undeclared identifier 'aFileName'Tor Lillqvist
Change-Id: Iff5984a0ab3fec6070cd29a80752f1a8bec1daba
2014-11-10vcldemo: load and render some iconsMichael Meeks
Change-Id: I4a4567d43e4c5c8a7ce7ba2764d2f9668fed291f
2014-11-10vcl: calm a valgrind warning.Michael Meeks
Change-Id: I12dad502960dc892adce5ab25c8b71f41227198f
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks
Change-Id: I3dbad69664b7417928a6be10ac561307dd94f67b
2014-11-10sw: disable failing c&p test on headless buildRiccardo Magliocchetti
Change-Id: If9c3aad600332ae289e05e3b046f8b15292dee57 Reviewed-on: https://gerrit.libreoffice.org/12301 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2014-11-10cid#736944 Time of check time of useNoel Grandin
Change-Id: Ie9160e8d5ee7f8416a4526a280db23316488a2a1
2014-11-10Disable problematic sorting test that depends on the old default.Michael Meeks
Change-Id: Ie05ff3f1ba5e42cc2ec54f23f0b6376a81221592
2014-11-10fix spelling implemenation -> implementationNoel Grandin
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
2014-11-10force --std=gnu89 for clang (and gcc), properlyLuboš Luňák
This implements 3a4860a751980b566b44d57cde188292df5e8726 in the proper place. Change-Id: I7b60602933819561d0bff5e72dcd5ee8986f63c0
2014-11-10Revert "Force --std=gnu89 for clang."Luboš Luňák
Explictly passing any CFLAGS to configure overrides (=disables) CFLAGS that would be used by default. So if this sets CFLAGS to just --std=gnu89, .c files will never be built with optimization or debuginfo. This reverts commit 3a4860a751980b566b44d57cde188292df5e8726.
2014-11-10fdo#85584: Adapt the unit test to the new default.Jan Holesovsky
Change-Id: I7c4935040ba16378023695c74bf2a5cd75fe8a77
2014-11-10602 regression testCaolán McNamara
Change-Id: I044b9b445a7911e77424613145c7e4d152789f44
2014-11-10coverity#1242423 Dereference after null checkCaolán McNamara
Change-Id: If9c09fc56067610d36e3f8bd2a4e22ea743ddf5b
2014-11-10callcatcher: unused codeCaolán McNamara
Change-Id: I2ead5d998c3b1b3cde1222fee6f072bf09ab0021
2014-11-10coverity#1222237 Untrusted value as argumentCaolán McNamara
Change-Id: Ie74695e442b0df7fead2442f2b0d64658d083338
2014-11-10coverity#1242522 silence Arguments in wrong orderCaolán McNamara
Change-Id: I248a99b1c0755c54d4f7dbdd291f382d7d99b9ce
2014-11-10coverity#1251167 Logically dead codeCaolán McNamara
Change-Id: I8294eaf8109ab5b8bc7972da1e5fa2ba9ad819fb
2014-11-10coverity#1000853 Uncaught exceptionCaolán McNamara
Change-Id: Id55768822a6a932dace1e30cb03175880ba3ca6a
2014-11-10update creditsChristian Lohmaier
Change-Id: I2b5df1e3aeb25637e77710c2d696ce634e71abd9
2014-11-10avoid exceeding commandline limitsChristian Lohmaier
by using make's file function via the var2file wrapper instead of using loooooong echo statements Change-Id: Ie81007ad7de8c4e9f4d07724fba3cbe0e93f821d
2014-11-10Fix build.Jan Holesovsky
Change-Id: I91599766e607b26d2c71006c9543a2bd952e228a
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard
Change-Id: I174553768fa12d7b05367498e3755b8e94dfeb47
2014-11-10loplugin:staticcallStephan Bergmann
Change-Id: I33927305351b6e84721c11e3a1814266b41db8da
2014-11-10loplugin:unreffunStephan Bergmann
Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937
2014-11-10-Werror,-Wheader-guardStephan Bergmann
Change-Id: I692d2011902f46d2ca48b4d1d0a2516026e5cae3
2014-11-10loplugin:unreffunStephan Bergmann
Change-Id: I230479415a4a822dda22e1795af56572a93cb802
2014-11-10loplugin:saloverrideStephan Bergmann
Change-Id: Id7de67480c6f8a31c7b7d6e560e6724fd09d8957
2014-11-10fdo#85584: Don't update references on sort by default.Jan Holesovsky
The default to false seems to fit more use cases than the default to true. Change-Id: I72957ae97892702ba97bd7183ac88457e44b37e4
2014-11-10Adapt FractionPrinterStephan Bergmann
Change-Id: Ic297f14ea1bf5f3fa69c80a34439b5d13fc84346
2014-11-10WaE: unused variable 'aString'Tor Lillqvist
Change-Id: Ie548ad26b7bb2a8ced4e821296b44586aad4026a
2014-11-10put these classes into an anonymous namespaceMarkus Mohrhard
Change-Id: I29a30fcc8adab34fbe05a927d438c4e34d5c517b
2014-11-10WaE: [-Wsometimes-uninitialized]Markus Mohrhard
Change-Id: Ie51a67474631ecfb0b223bd2f5a63ae8bf363e42
2014-11-10WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion]Markus Mohrhard
Change-Id: I8f208d6c87275aa4a169c7c6ed219200617c5669
2014-11-10merge initial work on OpenGL vcl backendMarkus Mohrhard
The backend builds on Windows, Linux and OSX but still does not render everything perfectly. Based on this initial framework the remaining improvements can be made incrementally in master. Whether the OpenGL code or the normal code is used depends on the OpenGL configuration variable. It currently defaults to false. Additionally we check during runtime if the requirements for running the OpenGL backend are fulfilled.
2014-11-10never wonder if sun is not sunTakeshi Abe
By the way an item of the following page suggests the same snipet: <http://www.faqs.org/faqs/ui-builders/TeleUSE/> while I am not sure if it was the case. Change-Id: I9fb0ea0e872cb1697aa953a406527472f0cbccde Reviewed-on: https://gerrit.libreoffice.org/12330 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-11-10forgot to add the filesMarkus Mohrhard
Change-Id: I44a7e9bec213514708e4c971479660574508ad1b
2014-11-10fix buildMarkus Mohrhard
Change-Id: I2c5152dfffa8f29502b902fbdcb0eabdb1d31704
2014-11-10fix bad merge conflict resolutionMarkus Mohrhard
Change-Id: I788d57a5645c00f6bdb66cc14c7fa748bc8b02f2
2014-11-10disable OpenGL VCL backend for now in masterMarkus Mohrhard
Change-Id: Ie823c28fdcc742025d2f87a9cc1ca12cc41059b2
2014-11-10only use OpenGL for window devices for nowMarkus Mohrhard
That fixes the build problems that I have seen. Change-Id: Ida89aa153d73ce4e07e3f0e0499df567e4df5009