summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-2/+2
2016-02-06tdf#92088: Fix an overlook in the refactor.Jan Holesovsky1-4/+2
2016-02-06tdf#92088 - don't invalidate disposed toolbar items.Michael Meeks1-2/+4
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06downgrade this WARN to an INFOCaolán McNamara1-2/+2
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2016-02-05convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-6/+6
2016-02-05convert STARTTRACK constants to scoped enumNoel Grandin1-3/+3
2016-02-05convert GETFOCUS constants to scoped enumNoel Grandin1-5/+5
2016-02-05convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2016-02-05fix crash related to VclPtr workMarkus Mohrhard1-1/+1
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-6/+7
2015-08-06tdf#92088 - don't invalidate disposed toolbar items.Michael Meeks1-1/+1
2015-08-06fix rendercontext rendering of toolboxLászló Németh1-2/+2
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-05-29convert TITLE_BUTTON constants to scoped enumNoel Grandin1-1/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-9/+9
2015-05-29rendercontext: Draw toolbox separators via the rendercontext.Jan Holesovsky1-2/+1
2015-05-23tdf#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
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-3/+3
2015-05-05VclPtr: crash on exit on impressCaolán McNamara1-0/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-7/+7
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+24
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-16fix crash in CppunitTest_sw_uiwriterNoel Grandin1-1/+1
2015-04-10Remove erroneous disposeAndClear.Michael Meeks1-0/+3
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10un-tangle more lifecycle issues, and improve taskpanelist debugging.Michael Meeks1-2/+3
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-1/+1