Age | Commit message (Expand) | Author |
2022-09-02 | [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit | Michael Weghorn |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-16 | cid#1500417 Dereference after null check | Caolán McNamara |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-07-14 | elide some temporary OUStrings | Noel Grandin |
2022-07-14 | speed up loading PDF file | Noel Grandin |
2022-07-12 | sdext: these tests won't run without poppler | Andras Timar |
2022-07-08 | [API CHANGE] Drop css::accessibility::XAccessibleStateSet | Noel Grandin |
2022-07-01 | tdf#137544 reduce cost of dynamic_cast | Noel Grandin |
2022-06-30 | tdf#137544 slightly improve perf of pdf parsing | Noel Grandin |
2022-06-29 | tdf#137544 reduce work in sdext::PageElement::resolveUnderlines | Noel Grandin |
2022-06-29 | simplify iterator manipulation | Noel Grandin |
2022-06-24 | clang-tidy modernize-pass-by-value in sdext | Noel Grandin |
2022-06-24 | Follow-up for Poppler 22.06 update | Nathan Pratta Teodosio |
2022-06-23 | Update for Poppler 22.06 | Nathan Pratta Teodosio |
2022-06-14 | tdf#149351 Add a 'Turn off mouse as pen' shortcut | Gabor Kelemen |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-30 | framework: fix crash on Writer startup when using --enable-ext-wiki-publisher | Miklos Vajna |
2022-05-26 | tdf#149261 sdext: fix crash on starting the presenter console for the 2nd time | Miklos Vajna |
2022-05-26 | disable this sdext test on windows for now | Noel Grandin |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-04 | Just use Any ctor instead of makeAny in sdext | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-05 | add some comphelper::string::toInt* functions for string_views | Noel Grandin |
2022-02-21 | Recheck modules sd* with IWYU | Gabor Kelemen |
2022-02-21 | tdf#143148 Use pragma once instead of include guards | Deep17 |
2022-02-17 | Parameter should apparently be of type sal_Int32 | Stephan Bergmann |
2022-02-04 | sdext.pdfimport tdf#137128: Recognize more font name and weight... | Kevin Suo |
2022-02-04 | sdext.pdfimport: these SAL_WARN should be SAL_INFO | Kevin Suo |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-09 | change use of wrong slot id to name of correct command | Caolán McNamara |
2021-11-26 | Drop support for poppler w/o cpp/poppler-version.h | Jan-Marek Glogowski |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-03 | loplugin:finalclasses | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in sdext | Mike Kaganski |
2021-10-22 | Revert part of "Simplify vector initialization in sdext" | Julien Nabet |
2021-10-22 | Optimize assignment from OUStringLiteral to OUString | Stephan Bergmann |
2021-10-16 | Simplify vector initialization in sdext | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-12 | loplugin:moveparam in sdext | Noel Grandin |
2021-10-11 | Fix font weight comparisons | Stephan Bergmann |
2021-10-11 | tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directly | Kevin Suo |
2021-10-11 | sdext.pdfimport tdf#78427: Add support for more Font Weight features | Kevin Suo |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-09-15 | loplugin:constvars | Noel Grandin |