1. 985d259 Silence clang-cl warnings in gperf-generated code by Stephan Bergmann · 10 years ago
  2. 017aa34 Missing include by Stephan Bergmann · 10 years ago
  3. e014761 -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  4. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  5. 1f86864 loplugin:unusedfields various by Noel Grandin · 10 years ago
  6. 990691b loplugin:unusedfields in sdext/ by Noel Grandin · 10 years ago
  7. 14b7524f Use std::vector instead of boost::shared_array by Stephan Bergmann · 10 years ago
  8. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  9. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  10. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  11. d930b6c loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  12. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  13. dd4c240 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  14. 8299b8b Remove unused PPPOptimizerTokenEnum enumerators by Stephan Bergmann · 10 years ago
  15. ffde331 Remove unused strings by Stephan Bergmann · 10 years ago
  16. 06302bb use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  17. 59b072e yyyyy by Noel Grandin · 10 years ago
  18. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  19. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  20. ab20a58 com::sun::star->css in sdext by Noel Grandin · 10 years ago
  21. 3569c58 Remove obsolete version map files by Stephan Bergmann · 10 years ago
  22. 332056e loplugin:defaultparams by Stephan Bergmann · 10 years ago
  23. 7000c07 Fix building with --enable-pdfimport on FreeBSD. by Damjan Jovanovic · 10 years ago
  24. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  25. b1a6a99 presenter console: add 'Restart Timer' button by Miklos Vajna · 11 years ago
  26. 3ad8f40 Prefer getSelectedFiles to getFiles (sdext+qadevOOo) by Julien Nabet · 11 years ago
  27. 185f207 Fix typos by Andrea Gelmini · 11 years ago
  28. 5c26f79 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  29. 3357046 boost->std by Caolán McNamara · 11 years ago
  30. 8ac129a Handle IOException during filter detection by Stephan Bergmann · 11 years ago
  31. 55b077c Work around bogus warning C4701: potentially uninitialized local variable by Stephan Bergmann · 11 years ago
  32. 419abc4 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  33. 5670937 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  34. e15d4b8 sdext: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  35. c71c419 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  36. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  37. 7d769f9 loplugin: defaultparams by Noel Grandin · 11 years ago
  38. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  39. a5b842f remove unused SfxFilterFlags values by Noel Grandin · 11 years ago
  40. 902d61b sdext: replace boost::function with std::function by Michael Stahl · 11 years ago
  41. 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
  42. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  43. e963a889 formatting of public/private/protected section qualifiers by Noel Grandin · 11 years ago
  44. 3e8cb7d Fix typo by Takeshi Abe · 11 years ago
  45. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  46. 307edd4 sdext: the PDF library, not the tree by Michael Stahl · 11 years ago
  47. 9a9b192 Improve sdext/ README. by Michael Meeks · 11 years ago
  48. 0c8dd8f loplugin:unusedmethods sdext by Noel Grandin · 11 years ago
  49. 3dfdd18 Fix typos by Andrea Gelmini · 11 years ago
  50. b51ba9e Work around const-ness issues in the GooString API by Stephan Bergmann · 11 years ago
  51. aade275 Fix typos by Andrea Gelmini · 11 years ago
  52. 0032fc0 Fix check for broken standard library by Stephan Bergmann · 11 years ago
  53. cbe944e Catch inadvertent uses of OUString(sal_Unicode) ctor by Stephan Bergmann · 11 years ago
  54. a99f068 once more unto the breech dear fellows by Noel Grandin · 11 years ago
  55. 1352d16 workaround older compilers that do not have std::list::erase(const_iterator) by Noel Grandin · 11 years ago
  56. 9bc57ae fix older compiler by Noel Grandin · 11 years ago
  57. 34761d9 add comment by Noel Grandin · 11 years ago
  58. 7d69c94 fix older compiler by Noel Grandin · 11 years ago
  59. 4f15879 tdf#42374 - read PDF in larger chunks by Noel Grandin · 11 years ago
  60. 1497dd9 tdf#42374, improve perf by fixing bug in pdfi::HashedStyle::hashCode() by Noel Grandin · 11 years ago
  61. e0f3e7c tdf#42374 some small optimisations for opening this PDF file by Noel Grandin · 11 years ago
  62. 4c1926f the ElementTreeVisitable interface is doing nothing useful by Noel Grandin · 11 years ago
  63. ae150c6 Fix typos by Andrea Gelmini · 11 years ago
  64. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  65. 1f408db Fix typos by Andrea Gelmini · 11 years ago
  66. 7c874de loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  67. 6ef9f7e loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  68. 609707d loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  69. 1df4114 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  70. f849d96 tdf#91416 - fix some incorrectly allocated VirtualDevices. by Michael Meeks · 11 years ago
  71. fa4071b tdf#63054: pdf_string_parser incorrectly handles escapes by Mike · 11 years ago
  72. c82515e More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  73. f88a1b8 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  74. 79ed057 loplugin:staticmethods by Noel Grandin · 11 years ago
  75. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  76. 697804f Make cpp/poppler-version.h header optional by Tomáš Chvátal · 11 years ago
  77. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  78. d1b27a1 loplugin:staticmethods by Noel Grandin · 11 years ago
  79. e4688a3 loplugin:staticmethods by Noel Grandin · 11 years ago
  80. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  81. 1a18caf loplugin:staticmethods by Noel Grandin · 11 years ago
  82. 3a2baad loplugin:staticfunction by Noel Grandin · 11 years ago
  83. 8d6c8d7 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  84. f474984 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  85. ef2d640 fix higher debug levels by Caolán McNamara · 11 years ago
  86. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  87. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  88. c11b6b6 add accel. to switch monitors to pres. console by David Tardon · 11 years ago
  89. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  90. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  91. a3646d5 cppcheck: duplicate inherited member by Noel Grandin · 11 years ago
  92. e3e95f9 Typo: embeded->embedded by Julien Nabet · 11 years ago
  93. 98b27ea SkipImages option for PDF import by Mihai · 11 years ago
  94. b48874c loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  95. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  96. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  97. 7c3386f fdo#79045 PDF Import: fix text displacement by Vort · 11 years ago
  98. f2be1cf pdf import: Kill cut'n'paste, and fix a memory leak. by Jan Holesovsky · 11 years ago
  99. df54862 fdo#85174 PDF Import: fix character positions without modifying poppler by Vort · 11 years ago
  100. 37e4920 continue to implement drawChar for unpatched popplers without drawChar2 hack by Caolán McNamara · 11 years ago