summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* inline a bunch of use-once macrosNoel Grandin2015-07-272-2/+54
* Resolves: tdf#90609 SolarMutex assert on threaded loadCaolán McNamara2015-07-241-0/+2
* convert ImageAlign to enum classNoel Grandin2015-07-242-41/+41
* convert WALLPAPER constants to scoped enumNoel Grandin2015-07-241-3/+3
* Fix typosAndrea Gelmini2015-07-192-2/+2
* loplugin:simplifyboolStephan Bergmann2015-07-164-10/+10
* loplugin:unusedmethods toolkit,packageNoel Grandin2015-07-141-16/+0
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-5/+1
* Fix typosAndrea Gelmini2015-07-042-2/+2
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-292-16/+18
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-292-18/+16
* coverity#1308539 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* gb_OBJCXXFLAGS requires -lobjcStephan Bergmann2015-06-201-0/+3
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-174-2/+14
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+0
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* Fix typosAndrea Gelmini2015-06-151-2/+2
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-114-9/+9
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-113-22/+23
* java:Non-synchronized method should not override a synchronized methodNoel Grandin2015-06-091-12/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0816-91/+91
* vclptr fix in ScrollableWrapperNoel Grandin2015-06-081-1/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-2/+2
* Let JUnit take care of exceptionsNoel Grandin2015-06-051-77/+49
* Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara2015-06-041-0/+20
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-024-5/+5
* split toolkit unoapi test for performanceBjoern Michaelsen2015-05-2910-97/+277
* loplugin:loopvartoosmallNoel Grandin2015-05-295-6/+6
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-282-3/+4
* convert WINDOW_DRAW flags to scoped enumNoel Grandin2015-05-273-7/+7
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-2615-23/+23
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-2/+2
* convert TOTOP constants to scoped enumNoel Grandin2015-05-251-1/+1
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-251-2/+2
* The corresponding VCL Window is not necessarily a ButtonStephan Bergmann2015-05-221-2/+1
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-2/+2
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-224-15/+15
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-222-18/+17
* convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-11/+11
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-151-4/+4
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-1/+1
* convert KERNING_ constants to scoped enumNoel Grandin2015-05-141-1/+1
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1