summaryrefslogtreecommitdiff
path: root/vcl/source/window/status.cxx
AgeCommit message (Expand)Author
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2018-10-16loplugin:singlevalfields in vclNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna
2018-08-10vcl statusbar: fix last non-use of pre-calculated layoutMiklos Vajna
2018-08-10vcl statusbar: store calculated layout in StatusBar::SetItemText()Miklos Vajna
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk
2018-06-22tdf#116208 vcl opengl: fix lack of updates in status barMiklos Vajna
2018-04-23loplugin:useuniqueptr in StatusBarNoel Grandin
2018-03-01tdf#115353 Status bar: no cache in settextTamas Bunth
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-08-29Resolves: tdf#111865 ensure draw after SetProgressValue uses new valueCaolán McNamara
2017-07-25tdf#108793 do not use cache for virtual deviceTamas Bunth
2017-06-12Refactor create layout cache in status barTamas Bunth
2017-06-09Cache text layout of statusbar itemsTamas Bunth
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-06loplugin:singlevalfieldsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-22tdf#104482 Force updating progress bar on safeJan-Marek Glogowski
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-03Typo: progess->progressJulien Nabet
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-16Avoid use after free from within StatusBar::disposeStephan Bergmann
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl
2016-09-22KDE4 no more progress bar flickeringJan-Marek Glogowski
2016-07-27loplugin:defaultparamsTor Lillqvist
2016-07-27Don't Update() and Flush() status bar drawsJan-Marek Glogowski
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-20Convert PART to scoped enumNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin
2016-03-25fix headless buildOliver Specht
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-01-11tdf#96655 - clear non-offscreen status bar controls before render.Michael Meeks