Age | Commit message (Expand) | Author |
2024-11-06 | loplugin:passstuffbyref in vcl | Noel Grandin |
2023-10-30 | tdf#157518: vcl: Introduce vcl control LevelBar | Sarper Akdemir |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2022-09-16 | only "PaintImmediately" the statusbar itself (and optional children) | Caolán McNamara |
2021-09-30 | loplugin:constmethod handle more cases | Noel Grandin |
2020-10-19 | use tools::Long in vcl | Noel |
2019-12-05 | make some classes module private | Noel Grandin |
2019-11-27 | tdf#108642 rate-limit progress painting | Noel Grandin |
2019-11-03 | find symbols that can be private | Noel Grandin |
2019-10-24 | tdf#127411 improve sizing of status items in the status bar | Noel Grandin |
2019-08-23 | loplugin:returnconstval in vcl | Noel Grandin |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-11-30 | loplugin:unusedmethods | Noel Grandin |
2018-10-16 | loplugin:singlevalfields in vcl | Noel Grandin |
2018-06-28 | tdf#86612: statusbar: hide some elements if width is not sufficient | Vasily Melenchuk |
2018-04-23 | loplugin:useuniqueptr in StatusBar | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: vcl | Stephan Bergmann |
2017-04-06 | loplugin:singlevalfields | Noel Grandin |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2016-11-16 | Avoid use after free from within StatusBar::dispose | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-05-10 | Convert StatusBarItemBits to scoped enum | Noel Grandin |
2016-03-16 | loplugin:constantparams in vcl/ | Noel Grandin |
2016-03-15 | loplugin:constantparam | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-04 | convert Link<> to typed | Noel Grandin |
2015-07-13 | loplugin:unusedmethods vcl | Noel Grandin |
2015-06-04 | fix status bar flickering (zoom slider fo example) | Tomaž Vajngerl |
2015-05-18 | refactor how font, fg. and bg. are applied in widgets/controls | Tomaž Vajngerl |
2015-05-07 | refactor ProgressBar to use RenderContext | Tomaž Vajngerl |
2015-05-07 | refactor to use RenderContext for vcl StatusBar | Tomaž Vajngerl |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-09 | vcl: window destructors calling dispose | Noel Grandin |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2014-12-26 | Adjust the statusbar item widths according to HiDPI scaling factor | Tomaž Vajngerl |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2013-10-23 | fixincludeguards.sh: include/vcl | Thomas Arnhold |
2013-09-01 | Remove some unused code from unusedcode.easy | Marcos Paulo de Souza |
2013-07-31 | convert vcl/sttus.hxx from XubString to OUString | Noel Grandin |
2013-07-29 | convert XubString->OUString in vcl/window.hxx | Noel Grandin |
2013-07-24 | XubString->OUString | Caolán McNamara |