summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2015-05-062-4/+5
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-061-1/+1
* typo: strech -> stretchAndras Timar2015-05-051-1/+1
* Gradually typed LinkStephan Bergmann2015-04-302-3/+3
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-22/+22
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* convert INITOUTDEV constants to scoped enumNoel Grandin2015-04-291-22/+22
* Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks2015-04-2813-449/+423
|\
| * Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2813-449/+423
| |\
| | * UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks2015-04-164-69/+69
| | * Fix more misc. lifecycle mistakes.Michael Meeks2015-04-111-1/+2
| | * Fixup toolkit's printer code.Michael Meeks2015-04-102-7/+3