summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-10-151-2/+2
* Resolves: tdf#90609 SolarMutex assert on threaded loadCaolán McNamara2015-08-061-0/+2
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-08-064-2/+14
* vclptr fix in ScrollableWrapperNoel Grandin2015-08-061-1/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-08-061-2/+2
* Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara2015-08-061-0/+20
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-291-2/+2
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-294-15/+15
* convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2015-05-292-18/+17
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-271-1/+1
* 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
| | * toolkit: much safer WindowDestroyed handler.Michael Meeks2015-04-101-13/+15
| | * svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-101-1/+1
| | * toolkit: more VclPtr pieces.Michael Meeks2015-04-103-64/+62
| | * toolkit: more cleanup.Michael Meeks2015-04-101-105/+99
| | * toolkit: first cut at switching to VclPtr.Michael Meeks2015-04-107-184/+152
| | * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-091-16/+31
* | | css.awt.ItemEvent.Highlighted is of type longStephan Bergmann2015-04-281-4/+4
|/ /
* | loplugin:simplifyboolStephan Bergmann2015-04-246-8/+8
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-236-8/+8
* | Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-4/+4
* | java: remove some unused codeNoel Grandin2015-04-201-3/+0
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-4/+4
|/
* loplugin:staticmethodsNoel Grandin2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-3/+3
* loplugin:staticfunctionNoel Grandin2015-04-015-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-24/+24
* Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara2015-03-311-2/+3
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-288-28/+28