summaryrefslogtreecommitdiff
path: root/include/vcl/toolbox.hxx
AgeCommit message (Expand)Author
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann
2015-05-06Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann
2015-05-06color bar doesn't fill tool itemCaolán McNamara
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-05use "using" to redirect to subclass method in toolboxTomaž Vajngerl
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
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-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2014-12-09changed timers to idleJennifer Liebel
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-10setting WB_SCROLL on a toolbar only works from ctorCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-07sal_Bool -> boolStephan Bergmann
2014-02-07implement expandable toolbox itemsCaolán McNamara
2014-02-07Convert template manager dialog to .ui + adapt code.Jan Holesovsky
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist
2014-01-10Use boolStephan Bergmann