summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox2.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-1/+7
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-26Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt1-10/+13
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-5/+0
2014-03-11remove osolete ifdefNorbert Thiebaud1-2/+1
2014-03-05remove unused code ToolBox::GetItemExpand(unsigned short)Noel Grandin1-8/+0
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'Tor Lillqvist1-3/+3
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-6/+6
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+0
2014-02-26fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxxChristian M. Heller1-234/+43
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-97/+97
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-31/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-104/+104
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-13fast scale doubling of biptmap mess up mac retina but is needed otherwiseNorbert Thiebaud1-0/+14
2014-02-10fast scale doubling of biptmap mess up mac retinaNorbert Thiebaud1-13/+0
2014-02-07sal_Bool -> boolStephan Bergmann1-12/+12
2014-02-07implement expandable toolbox itemsCaolán McNamara1-1/+27
2014-02-05Revert "hidpi: Blind fix - avoid double scaling by updating GetItemImage()."Norbert Thiebaud1-39/+16
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
2014-01-28bool improvementsStephan Bergmann1-18/+18
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-04hidpi: Blind fix - avoid double scaling by updating GetItemImage().Jan Holesovsky1-16/+39
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-0/+2
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis1-1/+1
2013-12-20hidpi: Image is reference counted.Jan Holesovsky1-7/+5
2013-12-20hidpi: Add a FIXME.Jan Holesovsky1-1/+2
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky1-1/+1
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-3/+20
2013-11-29typo: seperator -> separatorAndras Timar1-1/+1
2013-11-25Integrate branch of IAccessible2Steve Yin1-1/+2
2013-08-09Show hidden toolbar items when window size is decreasedPrashant Pandey1-0/+26
2013-07-31convert vcl/toolbox.hxx from XubString->OUStringNoel Grandin1-3/+3