summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/toolbox.cxx
Commit message (Expand)AuthorAgeFilesLines
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-08-061-6/+7
* tdf#92088 - don't invalidate disposed toolbar items.Michael Meeks2015-08-061-1/+1
* fix rendercontext rendering of toolboxLászló Németh2015-08-061-2/+2
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-291-2/+2
* convert TITLE_BUTTON constants to scoped enumNoel Grandin2015-05-291-1/+1
* convert POINTER constants to scoped enumNoel Grandin2015-05-291-9/+9
* rendercontext: Draw toolbox separators via the rendercontext.Jan Holesovsky2015-05-291-2/+1
* tdf#91404 check if the item position is validTomaž Vajngerl2015-05-231-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
* use RenderContext in toolbox, refactor redrawingTomaž Vajngerl2015-05-071-337/+343
* Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann2015-05-061-1/+1
* Use typed ToolBox::SetCommandHdl LinkStephan Bergmann2015-05-061-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-061-3/+3
* VclPtr: crash on exit on impressCaolán McNamara2015-05-051-0/+3
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-7/+7
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-3/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-10/+24
|\
| * fix crash in CppunitTest_sw_uiwriterNoel Grandin2015-04-161-1/+1
| * Remove erroneous disposeAndClear.Michael Meeks2015-04-101-0/+3
| * vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks2015-04-101-1/+1
| * un-tangle more lifecycle issues, and improve taskpanelist debugging.Michael Meeks2015-04-101-2/+3
| * vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-101-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-4/+5
| * vcl:fixes towards unit test happinessNoel Grandin2015-04-091-2/+5
| * vcl: window destructors calling disposeNoel Grandin2015-04-091-0/+6
* | gtk3: get the right height for Combo boxesCaolán McNamara2015-04-251-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-241-3/+3
|/
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-20/+20
* loplugin:constantfunction: vclNoel Grandin2015-03-191-11/+1
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* idle includes and enum useJennifer Liebel2015-03-061-1/+1
* HiDPI: increase toolbar drag handle hit area widthTomaž Vajngerl2015-03-051-3/+7
* remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl2015-03-051-6/+1