summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-25tdf#94734: fix icon in sidebar disappears when changing font colourBjoern Michaelsen1-1/+9
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt1-0/+11
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-2/+3
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt1-0/+3
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt1-18/+16
2015-11-20tdf#95938 Toolbar context menu has no commandsSamuel Mehrbrodt1-4/+1
2015-11-18Revert "ToolBox: Remove unused methods"Maxim Monastirsky1-0/+90
2015-11-18ToolBox: Remove unused methodsSamuel Mehrbrodt1-90/+0
2015-11-18Indentation fixesSamuel Mehrbrodt1-2/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt1-11/+1
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-2/+3
2015-11-13Vcl: Add TooltipLabel to vcl buttons alsoSamuel Mehrbrodt1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+6
2015-09-11convert Link<> to typedNoel Grandin1-4/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-27Help GCCStephan Bergmann1-1/+1
2015-08-27Simplify ToolBox::GetQuickHelpTextStephan Bergmann1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-5/+5
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-18tdf#91953 Mixture of icon sizesPhilippe Jung1-0/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin1-1/+1
2015-05-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky1-2/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl1-7/+7
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann1-1/+1
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann1-1/+0
2015-05-06WaE: loplugin:cstylecastTor Lillqvist1-1/+1
2015-05-06color bar doesn't fill tool itemCaolán McNamara1-0/+12
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-6/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+12
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-14Allow a common op. on a disposed toolbox.Michael Meeks1-0/+3
2015-04-10Encourage disposed toolbox items to play nicely.Michael Meeks1-6/+8
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-1/+1
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks1-0/+1
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-12/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-19loplugin:constantfunction: vclNoel Grandin1-8/+0