1. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  2. 648e410 tdf#141709: Use poppler_data by Michael Warner · 5 years ago
  3. b49fce1 Simplify vector initializations by Julien Nabet · 4 years, 10 months ago
  4. da44de8 Simplify Sequences initializations (sdext) by Julien Nabet · 4 years, 10 months ago
  5. d220fc0 sdext : use std::mutex when possible by Arnaud Versini · 4 years, 10 months ago
  6. 12362fc LineParser::readNextToken gets called with m_nCharIndex==npos after all by Stephan Bergmann · 4 years, 11 months ago
  7. eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
  8. 66b4852 Use some more std::string_view by Stephan Bergmann · 4 years, 11 months ago
  9. 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
  10. f80c4bf Move per-Parser::parseLine state into its own LineParser class by Stephan Bergmann · 4 years, 11 months ago
  11. 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
  12. eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
  13. b301706 presenter : use std::mutex by Arnaud Versini · 5 years ago
  14. c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
  15. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  16. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  17. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  18. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  19. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  20. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  21. f153be7 lok: remove event listener when disposing by Henry Castro · 5 years ago
  22. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  23. a06f814 lok: remove frame action listener when disposing by Henry Castro · 5 years ago
  24. b624b13 loplugin:flatten by Noel · 5 years ago
  25. eab3fa1 loplugin:unusedvarsglobal by Noel · 5 years ago
  26. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  27. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  28. 23316f2 cid#1474243 Uninitialized scalar variable by Caolán McNamara · 5 years ago
  29. 55a96ef cid#1474176 Unchecked return value from library by Caolán McNamara · 5 years ago
  30. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  31. 8f231fc loplugin:refcounting in sd by Noel · 5 years ago
  32. 6cb2365 loplugin:referencecasting in sdext by Noel · 5 years ago
  33. c950ded update pches by Caolán McNamara · 5 years ago
  34. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  35. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  36. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  37. 5544c17 tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk by Gabor Kelemen · 5 years ago
  38. 9430608 simplify code, use more subView() by Noel · 5 years ago
  39. c83166c loplugin:passstuffbyref by Noel · 5 years ago
  40. 4e55bf7 PresenterSlideSorter::mouseMoved: Merge identical if by Dr. David Alan Gilbert · 5 years ago
  41. 58a61c0 Silence Boost bind deprecation warning by Stephan Bergmann · 5 years ago
  42. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  43. c34e8bd loplugin:stringviewparam: operator += by Stephan Bergmann · 5 years ago
  44. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  45. ea14c98 tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Bayram Çiçek · 5 years ago
  46. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  47. cf73061 No longer need to worry about ambiguous operator== in loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  48. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  49. 1ac4498 update pches by Caolán McNamara · 5 years ago
  50. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  51. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  52. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  53. a9bce41 tdf#123936 Formatting files in module sdext with clang-format by Philipp Hofer · 5 years ago
  54. 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
  55. 93c64a6 loplugin:stringview by Noel · 5 years ago
  56. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  57. 2cb5444 sdext: fix use-after-free on global AccessibleFocusManager by Michael Stahl · 5 years ago
  58. 7cd179df loplugin:const& make some params and methods const by Noel · 6 years ago
  59. 0508232 loplugin:reducevarscope in sdext by Noel · 6 years ago
  60. de74d98 OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround by Caolán McNamara · 6 years ago
  61. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  62. f2517e8 improve loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
  63. ce76618 Remove some unused const variables by Stephan Bergmann · 6 years ago
  64. 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
  65. 19588a1 Fix typo in code by Andrea Gelmini · 6 years ago
  66. d784e71 Directly use OUStringBuffer::indexOf by Stephan Bergmann · 6 years ago
  67. 8029d31 Simplify OUStringBuffer to OUString conversion by Stephan Bergmann · 6 years ago
  68. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  69. e5356fb [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__ by Stephan Bergmann · 6 years ago
  70. d0d8724 Fix typo in code by Andrea Gelmini · 6 years ago
  71. 73f9d30 remove dead code by Noel Grandin · 6 years ago
  72. 99c6c89 tdf#135342: filter list must include extensions by Mike Kaganski · 6 years ago
  73. 3457da6 loplugin:stringstatic also look for local statics by Noel Grandin · 6 years ago
  74. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  75. 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
  76. d04260e Presenter console new vertical separator by Srijan Bhatia · 6 years ago
  77. 621580e Fix typos to complete commit cfce486 by Andrea Gelmini · 6 years ago
  78. 1c584069 loplugin:unnecessaryvirtual by Noel Grandin · 6 years ago
  79. f0a7f6f sdext/minimizer: create instances with uno constructors by Noel Grandin · 6 years ago
  80. 3c446a4 sdext/pdfimport: create instances with uno constructors by Noel Grandin · 6 years ago
  81. 41e524b sdext/presenter: create instances with uno constructors by Noel Grandin · 6 years ago
  82. ffe503b tdf#90978 add gap between the exit button and the right edge of the toolbar by Srijan Bhatia · 6 years ago
  83. b050b7e update pches by Caolán McNamara · 6 years ago
  84. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  85. 43439123 Upcoming improved loplugin:staticanonymous -> redundantstatic: sdext by Stephan Bergmann · 6 years ago
  86. 5891343 loplugin:constantparam by Noel Grandin · 6 years ago
  87. d53a4f1 tdf#128964 fix shifting of icons when the pause/resume button changes by Srijan Bhatia · 6 years ago
  88. e13ba48 tdf#90978 add exit button to impress presenter console by Srijan Bhatia · 6 years ago
  89. a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
  90. b42ab78 tdf#131353: Fix build with poppler 0.86.0 by Martin Whitaker · 6 years ago
  91. 41d75ee tdf#128964 Add time pause/resume button to Impress Presenter console by Srijan Bhatia · 6 years ago
  92. 41541c2 Upcoming loplugin:elidestringvar: sdext by Stephan Bergmann · 6 years ago
  93. b83ac35 loplugin:simplifypointertobool improve (2) by Noel Grandin · 6 years ago
  94. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  95. d6c32cf loplugin:simplifybool extend to expression like !(a < b || c > d) by Noel Grandin · 6 years ago
  96. 9a45305 remove some unused typedefs by Noel Grandin · 6 years ago
  97. 70a235d compact namespace in sdext by Noel Grandin · 6 years ago
  98. 11bdb6b improve loplugin:referencecasting by Noel Grandin · 6 years ago
  99. b46a0a7 tdf#118418 implement scrollSubstringTo() for gtk by Colomban Wendling · 6 years ago
  100. 9f07fb6 update pches by Caolán McNamara · 6 years ago