1. 11b0ef5 tdf#131353: Fix build with poppler 0.86.0 by Martin Whitaker · 6 years ago
  2. 4de88a0 Fix build with poppler-0.83 by Martin Milata · 6 years ago
  3. 928a372 Fix build with poppler-0.82 by Rasmus Thomsen · 6 years ago
  4. 18ff684 tdf#127921 Don't change slides when clicking in Slide sorter view by Samuel Mehrbrodt · 6 years ago
  5. 94adb80 Refactor a bit of the presentation minimizer by Jan-Marek Glogowski · 7 years ago
  6. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  7. aa44659 Presentation minimizer: Handle also presentation.GraphicObjectShape URL by Tamás Zolnai · 7 years ago
  8. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  9. 038e4b3 Use hasElements to check Sequence emptiness in sax..sdext by Arkadiy Illarionov · 7 years ago
  10. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  11. dd8d5e5 improve loplugin:stringconstant by Noel Grandin · 7 years ago
  12. 8b663bc loplugin:sequentialassign in sd by Noel Grandin · 7 years ago
  13. 0869895 tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  14. 7be675c improve combining in hash functions by Noel Grandin · 7 years ago
  15. 77192c1 loplugin:useuniqueptr in PDFReader by Noel Grandin · 7 years ago
  16. 313744d loplugin:unusedmethods by Noel Grandin · 7 years ago
  17. 0d8c670 build: support disabling poppler by Ashod Nakashian · 7 years ago
  18. 8b5e23e log nice exception messages whereever possible by Noel Grandin · 7 years ago
  19. 7cefe39 OptimizerDialog: use local method to reduce OUString operations by Matteo Casalin · 7 years ago
  20. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  21. e1ec5eb Extend cast to whole expression by Stephan Bergmann · 7 years ago
  22. 376ee49 remove some unused typedefs by Noel Grandin · 7 years ago
  23. 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
  24. 40871e2 loplugin:unusedfields in sdext by Noel Grandin · 7 years ago
  25. aa51774 loplugin:simplifybool, check for !(!a op !b) by Noel Grandin · 7 years ago
  26. ea9c84c Indexing is not needed for single getToken() call by Matteo Casalin · 7 years ago
  27. 6d7308a OptimizerDialog: simplify string operations when selecting... by Matteo Casalin · 7 years ago
  28. 58e3174 loplugin:flatten in sdext by Noel Grandin · 7 years ago
  29. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  30. 34f3334 loplugin:indentation in sd by Noel Grandin · 7 years ago
  31. 4e8a15c o3tl::make_unique -> std::make_unique in sax...svtools (except sc) by Gabor Kelemen · 7 years ago
  32. 0609ea4 poppler: upgrade to release 0.73.0 by Michael Stahl · 7 years ago
  33. 50d371a sdext: fix build with poppler 0.73 by Michael Stahl · 7 years ago
  34. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  35. 65a6c9a Fix build with poppler-0.72 by Andreas Sturmlechner · 7 years ago
  36. 725b586 use unique_ptr in sdext by Noel Grandin · 7 years ago
  37. a597718 presentation minimizer: warn user about unsaved presentation by Vasily Melenchuk · 7 years ago
  38. 8ff41a2 Fix build with poppler 0.71 by Aleksei Nikiforov · 7 years ago
  39. 5eac2e6 Remove misguided FALLTHROUGH comments by Stephan Bergmann · 7 years ago
  40. 8fa5c03 HAVE_BROKEN_CONST_ITERATORS is always false now by Stephan Bergmann · 7 years ago
  41. c8d4253 -Werror,-Wunused-variable by Stephan Bergmann · 7 years ago
  42. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  43. 16d12d5 presentation minimizer: suggest filename for a new presentation by Vasily Melenchuk · 7 years ago
  44. 0568454 Simplify containers iterations in sdext by Arkadiy Illarionov · 7 years ago
  45. fff501a tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  46. 933660e loplugin:stringconstant look for unnecessary OString constructor use by Noel Grandin · 7 years ago
  47. 8067be0 tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* by Gabor Kelemen · 7 years ago
  48. c59a5b8 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  49. d05dbf6 remove unused enums DocumentTextDirection and RendererPaneStyle::Side by Noel Grandin · 7 years ago
  50. 2dbd02b loplugin:redundantfcast improvements by Noel Grandin · 7 years ago
  51. 5e8bdd9 poppler dropped GBool since 0.71 by Mike Kaganski · 7 years ago
  52. a2751c0 loplugin:staticmethods improvement by Noel Grandin · 7 years ago
  53. e3ca838 Resolves: rhbz#1647507 try inputted password as both user and owner password by Caolán McNamara · 7 years ago
  54. 5404f75 loplugin:collapseif in sdext..svx by Noel Grandin · 7 years ago
  55. 990761f presentation minimizer: fixed problem with default filename by Vasily Melenchuk · 7 years ago
  56. 810b8a1 presentation minimizer: use standard error reporting by Vasily Melenchuk · 7 years ago
  57. 26ccd00 clang-tidy: (WIP) bugprone-too-small-loop-variable findings by Tamás Zolnai · 7 years ago
  58. bb70210 tdf#120703 PVS: V519 variable is assigned values twice successively by Mike Kaganski · 7 years ago
  59. 1688a39 remove old poppler compat code by Noel Grandin · 7 years ago
  60. c816cb8 pvs-studio: V571 Recurring check by Caolán McNamara · 7 years ago
  61. 34208a3 tdf#120703 (PVS): redundant nullptr check; unsafe pointer dereference by Mike Kaganski · 7 years ago
  62. 77e4f5e tdf#120703 (PVS) by Mike Kaganski · 7 years ago
  63. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  64. ba80f63 clang-tidy modernize-redundant-void-arg by Noel Grandin · 7 years ago
  65. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  66. a48ec32 drop some unused headers by Caolán McNamara · 7 years ago
  67. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  68. 565746c loplugin:constfields in sdext by Noel Grandin · 7 years ago
  69. 1534025 loplugin:methodcycles more graph theory for the win by Noel Grandin · 8 years ago
  70. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  71. 61e9439 new loplugin simplifyconstruct by Noel Grandin · 8 years ago
  72. 7430dfe loplugin:unusedmethods by Noel Grandin · 8 years ago
  73. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  74. fe0ae0e loplugin:useuniqueptr in PngHelper::createPng by Noel Grandin · 8 years ago
  75. eb199c1 presentation minimizer: report possible errors by Vasily Melenchuk · 8 years ago
  76. 27d03cc loplugin:useuniqueptr in PDFObject by Noel Grandin · 8 years ago
  77. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  78. 8e79ca9 tdf#118443 - Presenter Console by heiko tietze · 8 years ago
  79. 185a145 iRelated rhbz#1618703: Properly handle failure en-/decoding PDF file by Stephan Bergmann · 8 years ago
  80. e78a6c4 leak on import of moz279355-2.pdf by Caolán McNamara · 8 years ago
  81. 70ed8c3 coverity#1438404 Identical code for different branches by Caolán McNamara · 8 years ago
  82. e4e39a4 loplugin:useuniqueptr in PDFGrammar by Noel Grandin · 8 years ago
  83. ef62f7b loplugin:returnconstant in PresenterFrameworkObserver by Noel Grandin · 8 years ago
  84. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  85. 04fe6b0 simplify TimerScheduler by Noel Grandin · 8 years ago
  86. efdc775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  87. a612d73 loplugin:stringloop in sd by Noel Grandin · 8 years ago
  88. e1328b8 Fix typos by Andrea Gelmini · 8 years ago
  89. 40e5ad1 Break HashedStyle::RefCount out into new RefCountedHashdStyle by Stephan Bergmann · 8 years ago
  90. 4964cb8 tdf#118374: fix crash from loplugin:useuniqueptr in sdext by Julien Nabet · 8 years ago
  91. 20c4a9c tdf#96099 Remove some trivial container iterator typedefs by Arkadiy Illarionov · 8 years ago
  92. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  93. b10bc89 vcl: svx: misc improvements to pdfium importing by Ashod Nakashian · 8 years ago
  94. 7939efc sd: import PDFs as images using Pdfium new SdPdfFilter by Ashod Nakashian · 8 years ago
  95. 59f398e loplugin:unusedfields in sd by Noel Grandin · 8 years ago
  96. 196f46d loplugin:constantparam by Noel Grandin · 8 years ago
  97. 42cebff fix build with poppler 0.64 by Rene Engelhard · 8 years ago
  98. 5677581 loplugin:constantparam by Noel Grandin · 8 years ago
  99. 49eb02f new loplugin:unusedvariablemore by Noel Grandin · 8 years ago
  100. 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago