summaryrefslogtreecommitdiff
path: root/vcl/source/control/slider.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin1-2/+3
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-11/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+2
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-11/+11
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin1-5/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-05convert ScrollType to scoped enumNoel Grandin1-33/+33
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-20Convert PART to scoped enumNoel Grandin1-3/+3
2016-05-31Convert ControlType to scoped enumNoel Grandin1-3/+3
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-1/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-8/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-14/+11
2015-10-15convert Link<> to typedNoel Grandin1-4/+9
2015-09-24convert Link<> to typedNoel Grandin1-22/+30
2015-09-04fix slider drawing, change to always draw the whole widgetTomaž Vajngerl1-59/+22
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-5/+4
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25loplugin:vclwidgetsNoel Grandin1-0/+11
2015-05-25use VclPtr for linked numeric field in sliderTomaž Vajngerl1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-2/+2
2015-05-23support linking a Slider with a NumericFieldTomaž Vajngerl1-2/+41
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-07Refactor "Slider" - use RenderContext & InvalidateTomaž Vajngerl1-71/+95
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl1-0/+10
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-4/+4
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-8/+8
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-5/+0
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock1-56/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-28/+28
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-29/+29
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2013-05-16sal_Bool to boolTakeshi Abe1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-26fdo#39468 Translate German comments - vcl/source/control/Christian M. Heller1-21/+17
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14