Age | Commit message (Expand) | Author |
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 |
2021-09-12 | allow build with poppler <= 0.71 | Rico Tzschichholz |
2021-09-02 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-23 | loplugin:referencecasting look through more clang Types | Noel Grandin |
2021-08-22 | tdf#143959 sdext.pdfimport: fix font name with subtag | Kevin Suo |
2021-08-20 | allow build with poppler <= 0.82 | Caolán McNamara |
2021-08-18 | loplugin:constparams | Noel Grandin |
2021-08-18 | loplugin:passstuffbyref | Noel Grandin |
2021-08-10 | tdf#143148 Use pragma once in sdext | Yildiray |
2021-08-05 | Avoid ODR violation, consistently define ZLIB_CONST | Stephan Bergmann |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-27 | GooString::append(const std::string&) is new in poppler 0.83.0 | Luboš Luňák |
2021-07-26 | Fix typos | Andrea Gelmini |
2021-07-26 | sdext.pdfimport: Restore to read font file for the determination... | Kevin Suo |
2021-07-18 | poppler 0.73 doesn't have GooString::append(const std::string&) | Caolán McNamara |
2021-07-16 | Fix typos | Andrea Gelmini |
2021-07-16 | restore compatibility with older popplers | Kevin Suo |
2021-07-14 | tdf#78427 tdf#81481 sdext.pdfimport: added unittest | Kevin Suo |
2021-07-14 | sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attribute | Kevin Suo |
2021-07-14 | tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixes | Kevin Suo |
2021-07-14 | tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline" | Kevin Suo |
2021-07-12 | tdf#78427 sdext.pdfimport: refactor the conversion of font family names | Kevin Suo |
2021-07-12 | tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of... | Kevin Suo |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-23 | tdf#141709: Use poppler_data | Michael Warner |
2021-06-11 | Simplify vector initializations | Julien Nabet |
2021-06-09 | Simplify Sequences initializations (sdext) | Julien Nabet |
2021-05-31 | sdext : use std::mutex when possible | Arnaud Versini |
2021-05-21 | LineParser::readNextToken gets called with m_nCharIndex==npos after all | Stephan Bergmann |
2021-05-18 | Replace rtl_string_getTokenView with o3tl::getToken | Stephan Bergmann |
2021-05-18 | Use some more std::string_view | Stephan Bergmann |
2021-05-18 | update "add OString::getTokenView" | Noel Grandin |
2021-05-18 | Move per-Parser::parseLine state into its own LineParser class | Stephan Bergmann |
2021-05-15 | add OString::getTokenView (tdf#42374 related) | Noel Grandin |
2021-05-11 | change usage of boost::hash_combine to o3tl::hash_combine | Tomaž Vajngerl |
2021-05-07 | presenter : use std::mutex | Arnaud Versini |