1. f193bef poppler: upgrade to release 22.09.0 by Michael Stahl · 3 years, 7 months ago
  2. 5550415 Fix build with Poppler 22.09.0 by Sam James · 3 years, 7 months ago
  3. 1c43b81 Fix building without system cairo, fontconfig, freetype, and harfbuzz by Tor Lillqvist · 3 years, 7 months ago
  4. 0d3bc93 sdext: these tests won't run without poppler by Andras Timar · 3 years, 9 months ago
  5. 19957cc Follow-up for Poppler 22.06 update by Nathan Pratta Teodosio · 3 years, 10 months ago
  6. ab6543b Update for Poppler 22.06 by Nathan Pratta Teodosio · 3 years, 10 months ago
  7. 580a6ae sdext.pdfimport tdf#137128: Recognize more font name and weight... by Kevin Suo · 4 years, 2 months ago
  8. 0b07c33 change use of wrong slot id to name of correct command by Caolán McNamara · 4 years, 4 months ago
  9. e2d63449 Drop support for poppler w/o cpp/poppler-version.h by Jan-Marek Glogowski · 4 years, 4 months ago
  10. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  11. 5da6c31 loplugin:finalclasses by Noel Grandin · 4 years, 5 months ago
  12. 8b9e502 Prepare for removal of non-const operator[] from Sequence in sdext by Mike Kaganski · 4 years, 5 months ago
  13. 86430b7 Revert part of "Simplify vector initialization in sdext" by Julien Nabet · 4 years, 6 months ago
  14. df42cb6 Optimize assignment from OUStringLiteral to OUString by Stephan Bergmann · 4 years, 6 months ago
  15. d64a6e2 Simplify vector initialization in sdext by Julien Nabet · 4 years, 6 months ago
  16. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  17. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  18. 2c596b6 loplugin:moveparam in sdext by Noel Grandin · 4 years, 6 months ago
  19. 57ffa96 Fix font weight comparisons by Stephan Bergmann · 4 years, 6 months ago
  20. 2d486ba tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directly by Kevin Suo · 4 years, 6 months ago
  21. 4eef83d sdext.pdfimport tdf#78427: Add support for more Font Weight features by Kevin Suo · 4 years, 6 months ago
  22. ad1557f A more lightweight O[U]StringConcatenation by Stephan Bergmann · 4 years, 6 months ago
  23. 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
  24. bc1b749 allow build with poppler <= 0.71 by Rico Tzschichholz · 4 years, 7 months ago
  25. 776a1b9 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  26. 8a54339 loplugin:referencecasting look through more clang Types by Noel Grandin · 4 years, 8 months ago
  27. a175976 tdf#143959 sdext.pdfimport: fix font name with subtag by Kevin Suo · 4 years, 8 months ago
  28. fc7fbbd allow build with poppler <= 0.82 by Caolán McNamara · 4 years, 8 months ago
  29. 18f20201 loplugin:constparams by Noel Grandin · 4 years, 8 months ago
  30. 4dbe4a9 loplugin:passstuffbyref by Noel Grandin · 4 years, 8 months ago
  31. ab0bb71 tdf#143148 Use pragma once in sdext by Yildiray · 4 years, 8 months ago
  32. 2030e38 Avoid ODR violation, consistently define ZLIB_CONST by Stephan Bergmann · 4 years, 8 months ago
  33. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  34. cec95cd GooString::append(const std::string&) is new in poppler 0.83.0 by Luboš Luňák · 4 years, 8 months ago
  35. dd43ed8 Fix typos by Andrea Gelmini · 4 years, 8 months ago
  36. 2ee3d40 sdext.pdfimport: Restore to read font file for the determination... by Kevin Suo · 4 years, 9 months ago
  37. c85557c9 poppler 0.73 doesn't have GooString::append(const std::string&) by Caolán McNamara · 4 years, 9 months ago
  38. 1ae182f Fix typos by Andrea Gelmini · 4 years, 9 months ago
  39. 07087041 restore compatibility with older popplers by Kevin Suo · 4 years, 9 months ago
  40. 12b57e4 tdf#78427 tdf#81481 sdext.pdfimport: added unittest by Kevin Suo · 4 years, 9 months ago
  41. b1ca6d3 sdext.pdfimport: <text:s> and <text:tab> don't have "text:style-name" attribute by Kevin Suo · 4 years, 9 months ago
  42. 6a1de4f tdf#78427 sdext.pdfimport: more bold/italic/Oblique fixes by Kevin Suo · 4 years, 9 months ago
  43. fe28633 tdf81484 Draw and Writer pdf import: SimSun bold font is shown as "outline" by Kevin Suo · 4 years, 9 months ago
  44. cffd971 tdf#78427 sdext.pdfimport: refactor the conversion of font family names by Kevin Suo · 4 years, 9 months ago
  45. da59686 tdf#78427 sdext.pdfimport: No need to read a font file for the purpose of... by Kevin Suo · 4 years, 9 months ago
  46. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  47. 648e410 tdf#141709: Use poppler_data by Michael Warner · 5 years ago
  48. b49fce1 Simplify vector initializations by Julien Nabet · 4 years, 10 months ago
  49. da44de8 Simplify Sequences initializations (sdext) by Julien Nabet · 4 years, 10 months ago
  50. d220fc0 sdext : use std::mutex when possible by Arnaud Versini · 4 years, 10 months ago
  51. 12362fc LineParser::readNextToken gets called with m_nCharIndex==npos after all by Stephan Bergmann · 4 years, 11 months ago
  52. eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
  53. 66b4852 Use some more std::string_view by Stephan Bergmann · 4 years, 11 months ago
  54. 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
  55. f80c4bf Move per-Parser::parseLine state into its own LineParser class by Stephan Bergmann · 4 years, 11 months ago
  56. 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
  57. eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
  58. b301706 presenter : use std::mutex by Arnaud Versini · 5 years ago
  59. c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
  60. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  61. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  62. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  63. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  64. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  65. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  66. f153be7 lok: remove event listener when disposing by Henry Castro · 5 years ago
  67. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  68. a06f814 lok: remove frame action listener when disposing by Henry Castro · 5 years ago
  69. b624b13 loplugin:flatten by Noel · 5 years ago
  70. eab3fa1 loplugin:unusedvarsglobal by Noel · 5 years ago
  71. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  72. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  73. 23316f2 cid#1474243 Uninitialized scalar variable by Caolán McNamara · 5 years ago
  74. 55a96ef cid#1474176 Unchecked return value from library by Caolán McNamara · 5 years ago
  75. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  76. 8f231fc loplugin:refcounting in sd by Noel · 5 years ago
  77. 6cb2365 loplugin:referencecasting in sdext by Noel · 5 years ago
  78. c950ded update pches by Caolán McNamara · 5 years ago
  79. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  80. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  81. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  82. 5544c17 tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk by Gabor Kelemen · 5 years ago
  83. 9430608 simplify code, use more subView() by Noel · 5 years ago
  84. c83166c loplugin:passstuffbyref by Noel · 5 years ago
  85. 4e55bf7 PresenterSlideSorter::mouseMoved: Merge identical if by Dr. David Alan Gilbert · 5 years ago
  86. 58a61c0 Silence Boost bind deprecation warning by Stephan Bergmann · 5 years ago
  87. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  88. c34e8bd loplugin:stringviewparam: operator += by Stephan Bergmann · 5 years ago
  89. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  90. ea14c98 tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Bayram Çiçek · 5 years ago
  91. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  92. cf73061 No longer need to worry about ambiguous operator== in loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  93. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  94. 1ac4498 update pches by Caolán McNamara · 5 years ago
  95. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  96. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  97. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  98. a9bce41 tdf#123936 Formatting files in module sdext with clang-format by Philipp Hofer · 5 years ago
  99. 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
  100. 93c64a6 loplugin:stringview by Noel · 5 years ago