summaryrefslogtreecommitdiff
path: root/vcl/source/window/status.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tdf#104482 Force updating progress bar on safeJan-Marek Glogowski1-8/+8
2016-11-16Avoid use after free from within StatusBar::disposeStephan Bergmann1-50/+49
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl1-1/+1
2016-09-22KDE4 no more progress bar flickeringJan-Marek Glogowski1-1/+2
2016-07-27loplugin:defaultparamsTor Lillqvist1-1/+1
2016-07-27Don't Update() and Flush() status bar drawsJan-Marek Glogowski1-10/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-06-20Convert PART to scoped enumNoel Grandin1-11/+11
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-5/+5
2016-05-31Convert ControlType to scoped enumNoel Grandin1-10/+10
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-10/+9
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin1-16/+16
2016-03-25fix headless buildOliver Specht1-1/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-66/+43
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-01-11tdf#96655 - clear non-offscreen status bar controls before render.Michael Meeks1-3/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks1-0/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-2/+2
2015-06-05Use status offscreen rendering when not in "RecordLayout" modeTomaž Vajngerl1-1/+6
2015-06-04disable off-screen drawing of statusbar items (for now)Tomaž Vajngerl1-1/+1
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl1-66/+30
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2015-05-25forward RenderCOntext to UserDraw, remove obsolete draw callTomaž Vajngerl1-4/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-9/+44
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-5/+5
2015-05-11refactor StatusBar to use RenderContexTomaž Vajngerl1-80/+91
2015-05-07refactor ProgressBar to use RenderContextTomaž Vajngerl1-61/+57
2015-05-07refactor to use RenderContext for vcl StatusBarTomaž Vajngerl1-17/+17
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-6/+6
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-3/+1
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-9/+9
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-4/+4
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl1-0/+10
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-3/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1