summaryrefslogtreecommitdiff
path: root/vcl/source/window/status.cxx
AgeCommit message (Expand)Author
2017-12-05loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-03-01tdf#104482 Force updating progress bar on safeJan-Marek Glogowski
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
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-05Use status offscreen rendering when not in "RecordLayout" modeTomaž Vajngerl
2015-06-04disable off-screen drawing of statusbar items (for now)Tomaž Vajngerl
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25forward RenderCOntext to UserDraw, remove obsolete draw callTomaž Vajngerl
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor StatusBar to use RenderContexTomaž Vajngerl
2015-05-07refactor ProgressBar to use RenderContextTomaž Vajngerl
2015-05-07refactor to use RenderContext for vcl StatusBarTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin