Age | Commit message (Expand) | Author |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-02-21 | loplugin:refcounting in sd | Noel |
2021-02-18 | loplugin:referencecasting in sdext | Noel |
2021-02-08 | update pches | Caolán McNamara |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-02-02 | tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk | Gabor Kelemen |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-25 | PresenterSlideSorter::mouseMoved: Merge identical if | Dr. David Alan Gilbert |
2021-01-13 | Silence Boost bind deprecation warning | Stephan Bergmann |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Bayram Çiçek |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-20 | No longer need to worry about ambiguous operator== in loplugin:stringviewparam | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-22 | tdf#123936 Formatting files in module sdext with clang-format | Philipp Hofer |
2020-11-16 | replace std::min(std::max()) with std::clamp | Noel |
2020-11-11 | loplugin:stringview | Noel |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin |
2020-10-13 | sdext: fix use-after-free on global AccessibleFocusManager | Michael Stahl |
2020-10-06 | loplugin:const& make some params and methods const | Noel |
2020-10-04 | loplugin:reducevarscope in sdext | Noel |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-09 | improve loplugin:unusedvarsglobal | Noel Grandin |
2020-09-08 | Remove some unused const variables | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-08-29 | Fix typo in code | Andrea Gelmini |
2020-08-29 | Directly use OUStringBuffer::indexOf | Stephan Bergmann |
2020-08-29 | Simplify OUStringBuffer to OUString conversion | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-26 | [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__ | Stephan Bergmann |
2020-08-21 | Fix typo in code | Andrea Gelmini |
2020-08-18 | remove dead code | Noel Grandin |
2020-08-16 | tdf#135342: filter list must include extensions | Mike Kaganski |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
2020-08-11 | loplugin:flatten | Noel Grandin |
2020-08-08 | Presenter console new vertical separator | Srijan Bhatia |
2020-08-07 | Fix typos to complete commit cfce486 | Andrea Gelmini |
2020-07-20 | loplugin:unnecessaryvirtual | Noel Grandin |
2020-07-17 | sdext/minimizer: create instances with uno constructors | Noel Grandin |