summaryrefslogtreecommitdiff
path: root/vcl/source/control/slider.cxx
AgeCommit message (Expand)Author
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2020-04-24loplugin:unusedenumconstants ScrollTypeNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2020-02-07loplugin:singlevalfieldsNoel Grandin
2020-02-03loplugin:unusedmethodsNoel Grandin
2020-02-02remove some newly unused codeCaolán McNamara
2020-02-01no direct users of slider.hxx outside vcl anymoreCaolán McNamara
2020-01-30mpLinkedField is never setCaolán McNamara
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-04-04tdf#124155 fix slider to not go beyond rect boundsTomaž Vajngerl
2018-11-09vcl: make slider ask if native drawing is supportedTomaž Vajngerl
2018-10-16loplugin:singlevalfields in vclNoel Grandin
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-09-13drop first/last link callbackCaolán McNamara
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin
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-02-14Convert WindowType to scoped enumNoel Grandin
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann
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-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-09-04fix slider drawing, change to always draw the whole widgetTomaž Vajngerl
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25loplugin:vclwidgetsNoel Grandin
2015-05-25use VclPtr for linked numeric field in sliderTomaž Vajngerl
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-23support linking a Slider with a NumericFieldTomaž Vajngerl
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-07Refactor "Slider" - use RenderContext & InvalidateTomaž Vajngerl