summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/toolbox.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#97953 spinbuttons are not suitable for reuse as up/down arrowsCaolán McNamara2016-02-191-2/+2
* tdf#97922 - Mend nonsensical spin invalidation to improve rendering.Michael Meeks2016-02-181-7/+6
* tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt2015-12-111-5/+27
* vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks2015-11-261-2/+7
* Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt2015-11-241-4/+84
* Vcl: Cleanup ToolboxSamuel Mehrbrodt2015-11-241-104/+22
* Revert "ToolBox: Remove unused methods"Maxim Monastirsky2015-11-181-0/+55
* ToolBox: Remove unused methodsSamuel Mehrbrodt2015-11-181-55/+0
* Indentation fixesSamuel Mehrbrodt2015-11-181-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-37/+37
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-6/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* convert Link<> to typedNoel Grandin2015-09-091-5/+3
* Related: tdf#84277 Hide separator only between two windowsMaxim Monastirsky2015-09-061-35/+36
* tdf#84277 Use the same logic for native separatorsMaxim Monastirsky2015-08-231-18/+17
* loplugin: defaultparamsNoel Grandin2015-08-111-6/+6
* convert WindowAlign to scoped enumNoel Grandin2015-07-241-40/+40
* Fix typosAndrea Gelmini2015-06-301-2/+2
* tdf#92088: Fix an overlook in the refactor.Jan Holesovsky2015-06-231-4/+2
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-231-6/+7
* tdf#92088 - don't invalidate disposed toolbar items.Michael Meeks2015-06-181-3/+5
* Fix typosAndrea Gelmini2015-06-161-1/+1
* downgrade this WARN to an INFOCaolán McNamara2015-06-161-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* fix rendercontext rendering of toolboxLászló Németh2015-06-021-2/+2
* convert PARENTCLIPMODE constants to scoped enumNoel Grandin2015-05-281-6/+6
* convert STARTTRACK constants to scoped enumNoel Grandin2015-05-281-3/+3
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-281-5/+5
* convert DLGWINDOW constants to scoped enumNoel Grandin2015-05-271-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-3/+3
* rendercontext: Draw toolbox separators via the rendercontext.Jan Holesovsky2015-05-221-2/+1
* fix crash related to VclPtr workMarkus Mohrhard2015-05-221-1/+1
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-2/+2
* convert TITLE_BUTTON constants to scoped enumNoel Grandin2015-05-221-1/+1
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-9/+9
* tdf#91404 check if the item position is validTomaž Vajngerl2015-05-201-3/+6
* convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2015-05-201-3/+3
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-3/+3
* rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky2015-05-191-36/+34
* use RenderTools variant of DrawSelectionBackgroundTomaž Vajngerl2015-05-181-1/+1
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-181-22/+77
* tdf#91311 - handle toolbox tracking events post dispose safely.Michael Meeks2015-05-151-2/+8
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-141-1/+1
* Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara2015-05-131-1/+1
* convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin2015-05-131-2/+2
* convert BUTTON_DRAW constants to scoped enumNoel Grandin2015-05-131-4/+4
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-2/+2
* PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks2015-05-081-1/+1
* Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl2015-05-071-1/+1