summaryrefslogtreecommitdiff
path: root/vcl/source/control/scrbar.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-25loplugin:useuniqueptr in ScrollBarNoel Grandin1-2/+2
2018-03-02drop old tools/gen methods in vclNoel Grandin1-6/+6
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-30/+30
2018-02-01Fix typosAndrea Gelmini1-1/+1
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-14/+14
2017-11-15loplugin:flatten in vclNoel Grandin1-102/+103
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-7/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-6/+6
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-25/+25
2017-03-23TODO: move to ScrollBar when binary incompatibility is no longer problematicCaolán McNamara1-34/+24
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-36/+33
2016-09-05convert ScrollType to scoped enumNoel Grandin1-29/+29
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-20Convert PART to scoped enumNoel Grandin1-34/+34
2016-05-31Convert ControlType to scoped enumNoel Grandin1-32/+32
2016-04-29tdf#99574 fix sluggish scrollbar for an immediate paintTomaž Vajngerl1-0/+5
2016-04-21new plugin stylepoliceNoel Grandin1-24/+24
2016-02-18StyleSettingsOptions Only NONE, Mono and NoMnemonics are in useCaolán McNamara1-26/+6
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-5/+5
2015-11-24vcl lok: handle tracking coordinates which are in twipsMiklos Vajna1-1/+13
2015-11-23vcl lok: fix scrollbar to accept mouse events in twipsMiklos Vajna1-1/+13
2015-11-20vcl ScrollBar: audit Draw*() calls in ImplDraw()Miklos Vajna1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-18/+0
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-28convert INVERT flags to scoped enumNoel Grandin1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-5/+5
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-2/+2
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-3/+3
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-3/+3
2015-05-20scrollbar - setup painting settings in ApplySettingsTomaž Vajngerl1-19/+14
2015-05-18Don't check for pWin when drawing the ScrollbarTomaž Vajngerl1-10/+10
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-6/+6
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-6/+6
2015-05-07refactor ScrollBar to use RenderContextTomaž Vajngerl1-127/+128
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-9/+9
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+2
2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl1-2/+2