summaryrefslogtreecommitdiff
path: root/vcl/source/window/status.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-6/+6
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-13warning C4245: 'return' : conversion from 'int' to 'sal_uInt16'...Thomas Arnhold1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-120/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-57/+57
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-49/+49
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-10fdo#74424 HasMirroredGraphics changesChris Sherlock1-2/+1
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock1-1/+1
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-02-05fdo#74424 Use Window::GetOutDev() to access ImplHasMirroredGraphics()Chris Sherlock1-2/+3
2014-02-05fdo#74424 Use Window::GetOutDev() to access ImplIsRecordLayout()Chris Sherlock1-1/+3
2014-01-17Translate German comments to English. (Remove one redundant comment.)Sven Wehner1-48/+45