summaryrefslogtreecommitdiff
path: root/vcl/source/window/splitwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-8/+8
2017-04-05loplugin:constantparamNoel Grandin1-3/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-23/+23
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-45/+33
2017-02-21loplugin:unusedmethodsNoel Grandin1-4/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-01-04drop unused SplitWindow::ImplDrawButtonRectCaolán McNamara1-66/+0
2017-01-04follow up remove unused autohide leftoversCaolán McNamara1-43/+2
2017-01-04drop AutoHide codeCaolán McNamara1-152/+25
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin1-5/+0
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-73/+54
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-16/+15
2016-05-26cppcheck: variable scopeCaolán McNamara1-1/+3
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-212/+212
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-15/+6
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-12/+9
2016-02-22loplugin:write only fieldsNoel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-15cppcheck:variableScopeNoel Grandin1-18/+11
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-03convert Link<> to typedNoel Grandin1-5/+0
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-37/+37
2015-06-01coverity#1302689 Uninitialized scalar fieldCaolán McNamara1-2/+20
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-3/+3
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-6/+6
2015-05-21convert SWIB constants to scoped enumNoel Grandin1-37/+37
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20Don't use uninitialized ImplSplitItem::mnPixSizeStephan Bergmann1-0/+1
2015-05-19tdf#91259 Crash when closing HelpPhilippe Jung1-392/+403
2015-05-18Revert "tdf#91259 Crash when closing Help"Michael Meeks1-364/+361
2015-05-18tdf#83527 change split window expande handle to be more visibleTomaž Vajngerl1-91/+58
2015-05-18use RenderTools variant of DrawSelectionBackgroundTomaž Vajngerl1-1/+1
2015-05-16tdf#91259 Crash when closing HelpPhilippe Jung1-361/+364
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-11refactor SplitWindow to use RenderContexTomaž Vajngerl1-290/+298
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+11
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+2
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1