summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+6
2015-09-11convert Link<> to typedNoel Grandin1-4/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-27Help GCCStephan Bergmann1-1/+1
2015-08-27Simplify ToolBox::GetQuickHelpTextStephan Bergmann1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-5/+5
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-18tdf#91953 Mixture of icon sizesPhilippe Jung1-0/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+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-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky1-2/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl1-7/+7
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann1-1/+1
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann1-1/+0
2015-05-06WaE: loplugin:cstylecastTor Lillqvist1-1/+1
2015-05-06color bar doesn't fill tool itemCaolán McNamara1-0/+12
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-6/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+12
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-14Allow a common op. on a disposed toolbox.Michael Meeks1-0/+3
2015-04-10Encourage disposed toolbox items to play nicely.Michael Meeks1-6/+8
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-1/+1
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks1-0/+1
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-12/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-19loplugin:constantfunction: vclNoel Grandin1-8/+0
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl1-27/+32
2015-03-05remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl1-6/+0
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-2/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-20/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+0
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-25/+25
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-3/+3
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-15/+15
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-10/+10
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-103/+2
2014-09-10callcatcher: update unused codeCaolán McNamara1-6/+0