summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt1-5/+27
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-2/+7
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt1-4/+84
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt1-104/+22
2015-11-18Revert "ToolBox: Remove unused methods"Maxim Monastirsky1-0/+55
2015-11-18ToolBox: Remove unused methodsSamuel Mehrbrodt1-55/+0
2015-11-18Indentation fixesSamuel Mehrbrodt1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-37/+37
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-6/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-09convert Link<> to typedNoel Grandin1-5/+3
2015-09-06Related: tdf#84277 Hide separator only between two windowsMaxim Monastirsky1-35/+36
2015-08-23tdf#84277 Use the same logic for native separatorsMaxim Monastirsky1-18/+17
2015-08-11loplugin: defaultparamsNoel Grandin1-6/+6
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-40/+40
2015-06-30Fix typosAndrea Gelmini1-2/+2
2015-06-23tdf#92088: Fix an overlook in the refactor.Jan Holesovsky1-4/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-6/+7
2015-06-18tdf#92088 - don't invalidate disposed toolbar items.Michael Meeks1-3/+5
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16downgrade this WARN to an INFOCaolán McNamara1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-02fix rendercontext rendering of toolboxLászló Németh1-2/+2
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-6/+6
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-3/+3
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-5/+5
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2015-05-22rendercontext: Draw toolbox separators via the rendercontext.Jan Holesovsky1-2/+1
2015-05-22fix crash related to VclPtr workMarkus Mohrhard1-1/+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-22convert POINTER constants to scoped enumNoel Grandin1-9/+9
2015-05-20tdf#91404 check if the item position is validTomaž Vajngerl1-3/+6
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky1-36/+34
2015-05-18use RenderTools variant of DrawSelectionBackgroundTomaž Vajngerl1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-22/+77
2015-05-15tdf#91311 - handle toolbox tracking events post dispose safely.Michael Meeks1-2/+8
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-1/+1
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-2/+2
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl1-1/+1
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl1-337/+343
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann1-1/+1