summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-3/+3
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-6/+6
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-12/+12
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-6/+6
2015-02-03Typo: calulate->calculateJulien Nabet1-2/+2
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-3/+3
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-21/+21
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-22/+21
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-7/+7
2014-09-30fdo#82577: Handle RegionNoel Grandin1-5/+5
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann1-3/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-21/+21
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-7/+7
2014-07-10setting WB_SCROLL on a toolbar only works from ctorCaolán McNamara1-0/+15
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-2/+2
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+3
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-181/+0
2014-03-21Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis1-2/+2
2014-03-19coverity#738939 Uninitialized pointer fieldCaolán McNamara1-12/+10
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-4/+5
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-12/+12
2014-02-27-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-02-27coverity#1187640 this code has no effectCaolán McNamara1-1/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-19/+19
2014-02-23Remove unneccessary commentsAlexander Wilms1-83/+83
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-222/+222
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-07sal_Bool -> boolStephan Bergmann1-9/+9
2014-02-07for ToolBox Optimal Size use contents optimal sizesCaolán McNamara1-1/+29
2014-02-07implement expandable toolbox itemsCaolán McNamara1-5/+56
2014-01-28bool improvementsStephan Bergmann1-76/+76
2014-01-25coverity#440860 Logically dead codeCaolán McNamara1-9/+0
2014-01-17Window::Notify should return boolStephan Bergmann1-2/+2
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist1-7/+7
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis1-19/+37