summaryrefslogtreecommitdiff
path: root/vcl/source/control/scrbar.cxx
AgeCommit message (Expand)Author
2021-05-17split OutputDevice from WindowNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-04-20add tools::Rectangle::JustifyNoel Grandin
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-16gen backend scrollbars are missing their contentsCaolán McNamara
2020-04-16fixes for code creating reversed RectanglesNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-17tdf#101978 vcl combobox/listbox floating window: avoid flickerMiklos Vajna
2019-05-23Fix moving / orientation-changing ScrollBarJan-Marek Glogowski
2019-02-22loplugin:unusedfields in vclNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-25loplugin:useuniqueptr in ScrollBarNoel Grandin
2018-03-02drop old tools/gen methods in vclNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-01Fix typosAndrea Gelmini
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23TODO: move to ScrollBar when binary incompatibility is no longer problematicCaolán McNamara
2017-03-02Fix typosAndrea Gelmini
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-20Convert PART to scoped enumNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-04-29tdf#99574 fix sluggish scrollbar for an immediate paintTomaž Vajngerl
2016-04-21new plugin stylepoliceNoel Grandin
2016-02-18StyleSettingsOptions Only NONE, Mono and NoMnemonics are in useCaolán McNamara
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2015-11-24vcl lok: handle tracking coordinates which are in twipsMiklos Vajna
2015-11-23vcl lok: fix scrollbar to accept mouse events in twipsMiklos Vajna
2015-11-20vcl ScrollBar: audit Draw*() calls in ImplDraw()Miklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann