summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox2.cxx
AgeCommit message (Expand)Author
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin
2015-05-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann
2015-05-06WaE: loplugin:cstylecastTor Lillqvist
2015-05-06color bar doesn't fill tool itemCaolán McNamara
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-14Allow a common op. on a disposed toolbox.Michael Meeks
2015-04-10Encourage disposed toolbox items to play nicely.Michael Meeks
2015-04-10more lifecycle cleanup & fixing.Michael Meeks
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl
2015-03-05remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2014-12-09changed timers to idleJennifer Liebel
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-26Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-11remove osolete ifdefNorbert Thiebaud
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock