summaryrefslogtreecommitdiff
path: root/vcl/source/window/status.cxx
AgeCommit message (Expand)Author
2024-06-06the remaining Help::GetHelpText calls don't want their parent as fallbackCaolán McNamara
2024-05-10loplugin:ostr in vclNoel Grandin
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-05-16Resolves tdf#155278 - Adjust minimum statusbar height according iconsHeiko Tietze
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-09-16only "PaintImmediately" the statusbar itself (and optional children)Caolán McNamara
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-05-04remove unused layout callLuboš Luňák
2022-05-04reset cached SalLayoutGlyphs when statusbar text changesLuboš Luňák
2022-05-04tidy up SalLayoutGlyphs usage in StatusBarLuboš Luňák
2022-05-04do not allow reusing already used SalLayoutGlyphs (tdf#148477)Luboš Luňák
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara
2021-03-23do not use invalid SalLayoutGlyphsLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-07-03tdf#131942 no progress bar saving in CalcNoel Grandin
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2019-11-27Fix typoAndrea Gelmini
2019-11-27tdf#108642 rate-limit progress paintingNoel Grandin
2019-10-24tdf#127411 improve sizing of status items in the status barNoel Grandin
2019-09-25tdf#127411 Broken mouse status in Impress status barNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-05-22VCL replace some code with common function callsJan-Marek Glogowski
2018-12-05remove unused VclEventId enum valuesNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-30loplugin:unusedmethodsNoel Grandin
2018-11-27remove unused HelpEventMode enum valueNoel Grandin
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