summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)Author
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
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-07sal_Bool -> boolStephan Bergmann
2014-02-07for ToolBox Optimal Size use contents optimal sizesCaolán McNamara
2014-02-07implement expandable toolbox itemsCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-25coverity#440860 Logically dead codeCaolán McNamara
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-11WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-08-15Resolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flagCaolán McNamara
2013-08-14make ESC dtrt for toolboxes inside containers inside dialogsCaolán McNamara
2013-08-14don't cycle tab if toolbar is inside a containerCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-07-31convert vcl/inc/toolbox.h from XubString -> OUStringNoel Grandin