summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2015-07-27Resolves: tdf#90609 SolarMutex assert on threaded loadCaolán McNamara1-0/+2
2015-06-18Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann4-2/+14
2015-06-10vclptr fix in ScrollableWrapperNoel Grandin1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-0/+20
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin4-15/+15
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-18/+17
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-11/+11
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-4/+4
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2-4/+5
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-22/+22
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29convert INITOUTDEV constants to scoped enumNoel Grandin1-22/+22
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks13-449/+423
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks13-449/+423
2015-04-28css.awt.ItemEvent.Highlighted is of type longStephan Bergmann1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann6-8/+8
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann6-8/+8
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-4/+4
2015-04-20java: remove some unused codeNoel Grandin1-3/+0
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks4-69/+69
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks1-1/+2
2015-04-10Fixup toolkit's printer code.Michael Meeks2-7/+3
2015-04-10toolkit: much safer WindowDestroyed handler.Michael Meeks1-13/+15
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks1-1/+1
2015-04-10toolkit: more VclPtr pieces.Michael Meeks3-64/+62
2015-04-10toolkit: more cleanup.Michael Meeks1-105/+99
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks7-184/+152
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-16/+31
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-3/+3
2015-04-01loplugin:staticfunctionNoel Grandin5-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-24/+24
2015-03-31Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara1-2/+3
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann8-28/+28
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3