Age | Commit message (Expand) | Author |
2024-05-20 | loplugin:ostr in various | Noel Grandin |
2024-03-30 | tdf#146619 Drop unused 'using namespace' in: UnoControls/ | Gabor Kelemen |
2024-01-08 | cid#1560054 use RVO | Caolán McNamara |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: UnoControls | Stephan Bergmann |
2023-09-12 | loplugin:unodispose in UnoControls | Noel Grandin |
2023-05-27 | Use getXWeak in UnoControls | Mike Kaganski |
2023-01-20 | Base BaseControl on WeakComponentImplHelper | Stephan Bergmann |
2022-04-12 | Recheck modules [uU]* with IWYU | Gabor Kelemen |
2022-01-19 | tdf#145614 Convert #define to enum or constexpr | VaibhavMalik4187 |
2021-12-19 | use more cppu::BaseMutex | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-30 | loplugin:stringliteraldefine in various | Noel Grandin |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-09-15 | loplugin:constvars | Noel Grandin |
2021-08-07 | create comphelper::OMultiTypeInterfaceContainerHelper2 and use it | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-22 | fix the mutex locking in impl_searchTopic | Noel Grandin |
2021-07-22 | no need to use unique_ptr here | Noel Grandin |
2021-07-21 | flatten vector in BaseContainerControl | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-26 | loplugin:flatten | Noel |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-02-16 | loplugin:referencecasting in UnoControls..unoxml | Noel |
2021-01-20 | Improve loplugin:doubleconvert | Stephan Bergmann |
2021-01-20 | improve some IllegalArgumentException messages | Noel |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-17 | loplugin:stringviewparam check methods too | Noel |
2020-08-02 | loplugin:flatten in UnoControls | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-04 | UnoControl: create instances with uno constructors | Noel Grandin |
2020-05-30 | loplugin:simplifybool extend to expression like !(a < b || c > d) | Noel Grandin |
2020-04-22 | tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ | Gabor Kelemen |
2020-04-03 | loplugin:finalclasses in xmlsecurity..UnoControls | Noel Grandin |
2020-03-25 | Remove unused using declarations in oox...xmlsecurity | Gabor Kelemen |
2020-03-15 | Revert "loplugin:constfields in ucbhelper" | Noel Grandin |
2020-02-19 | tdf#42982 add detail exception reason for UnoControls | nienzu |
2019-12-28 | tdf#124176: Use "pragma once" on UnoControls/* | Andrea Gelmini |
2019-12-22 | loplugin:finalclasses in UnoControls..writerperfect | Noel Grandin |
2019-11-17 | Extend loplugin:external to warn about enums | Stephan Bergmann |
2019-09-30 | loplugin:duplicate-defines in UnoControls | Noel Grandin |
2019-08-24 | loplugin:returnconstval in UnoControls | Noel Grandin |
2019-08-15 | loplugin:sequenceloop in basic..cui | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControls | Stephan Bergmann |
2019-07-21 | loplugin:referencecasting in various | Noel Grandin |
2019-05-17 | tdf#42949 Fix IWYU warnings in UnoControls/ | Gabor Kelemen |
2019-05-09 | Simplify Sequence iterations in UnoControls | Arkadiy Illarionov |