summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox.cxx
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-06tdf#114262 Respect text+image toolbar styleMaxim Monastirsky
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-24tdf#106762 Avoid warning when opening and closing the color pickerMaxim Monastirsky
2017-08-21WB_FORCETABCYCLE is deadNoel Grandin
2017-07-25fix some "deffer" spellingNoel Grandin
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-01coverity#1403664 Dereference null return valueCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-14ToolBox: Remove dead drag'n'drop "customization" supportStephan Bergmann
2017-03-14ToolBox::mbCommandDrag is always false nowStephan Bergmann
2017-03-14ToolBox::mbCustomizeMode is always falseStephan Bergmann
2017-03-13More ToolBox sal_uInt16 -> ImplToolItems::size_type clean-upStephan Bergmann
2017-03-13Clean up odd non-static member functions with pThis paramterStephan Bergmann
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-03-12ToolBox::mnFocusPos is unusedStephan Bergmann
2017-03-10Propagate integer type mismatch out of ToolBox::ImplFindItemPosStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-21VclStatusListener: Listener needs to be acquire'd firstMaxim Monastirsky
2017-02-21Use module name when getting labelsMaxim Monastirsky
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-12tdf#42029 Use a floating toolbar to show clipped itemsMaxim Monastirsky
2017-02-03TyposJulien Nabet
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-12-20Fix variable scope and better code readabilityJan-Marek Glogowski