summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)Author
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-03-05HiDPI: increase toolbar drag handle hit area widthTomaž Vajngerl
2015-03-05remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-19tdf#83099 fix Top of formula bar is missing when expanding on Windows 7Tomofumi Yagi
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2015-02-03Typo: calulate->calculateJulien Nabet
2014-12-09changed timers to idleJennifer Liebel
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-10setting WB_SCROLL on a toolbar only works from ctorCaolán McNamara
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-21Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis
2014-03-19coverity#738939 Uninitialized pointer fieldCaolán McNamara
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27-Werror,-Wunused-variableStephan Bergmann
2014-02-27coverity#1187640 this code has no effectCaolán McNamara
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann