1. b40f465 Disable languagetool for WASM build by Thorsten Behrens · 3 years, 8 months ago
  2. 4252555 use more string_view by Noel Grandin · 3 years, 6 months ago
  3. 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
  4. 1743d74 clang-tidy modernize-pass-by-value in various by Noel Grandin · 3 years, 11 months ago
  5. a4a6680 lingucomponent: avoid 'using namespace' in a header file by Miklos Vajna · 3 years, 9 months ago
  6. 74d545e lingucomponent: use comphelper::makePropertyValue() in languagetoolimp by Miklos Vajna · 3 years, 10 months ago
  7. 634f13a add usual footer directives by Caolán McNamara · 3 years, 10 months ago
  8. b9a83f9 cid#1506303 silence Unchecked return value by Caolán McNamara · 3 years, 10 months ago
  9. ac4719f Revert "Load the locales from config file for languagetool" by Xisco Fauli · 3 years, 10 months ago
  10. c3ed417 Load the locales from config file for languagetool by Mert Tumer · 4 years ago
  11. d952df3 LanguageTool Grammar Checker implementation by Mert Tumer · 4 years ago
  12. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  13. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  14. f891cec -Werror,-Wunused-but-set-variable by Stephan Bergmann · 4 years ago
  15. 67478f9 Recheck modules [i-l]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  16. 0214055 WASM --enable-wasm-strip now skips lots of LO code by Armin Le Grand (Allotropia) · 5 years ago
  17. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  18. 770cb78 use more OInterfaceContainerHelper3 in lingucomponent by Noel Grandin · 4 years, 4 months ago
  19. f32b7fa Unused Import of Carbon.h in macspellimp.hxx by mwarner · 4 years, 4 months ago
  20. 6d4a6ab Prepare for removal of non-const operator[] from Sequence in lingucomponent by Mike Kaganski · 4 years, 5 months ago
  21. 2f54c40 drop 'using namespace std' in l* by Julien Nabet · 4 years, 6 months ago
  22. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  23. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  24. f883bf8 osl::Mutex->std::mutex in NumberText_Impl by Noel Grandin · 4 years, 8 months ago
  25. e81be03 osl::Mutex->std::mutex in LangGuess_Impl by Noel Grandin · 4 years, 8 months ago
  26. 2d04d7c do not use "using namespace std" in headers by Collabora · 4 years, 9 months ago
  27. da905b5 -Werror,-Wunused-but-set-variable (Clang 13 trunk) by Stephan Bergmann · 4 years, 10 months ago
  28. 7527afe Don't use the macOS system German spelling dictionary for Swiss German by Tor Lillqvist · 5 years ago
  29. 3b64089 Fix typo by Andrea Gelmini · 5 years ago
  30. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  31. 89af240 tdf#124173: Enable thesauruses in the iOS app by Tor Lillqvist · 5 years ago
  32. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  33. 370984c Use the iOS fr_FR and it_IT dictionaries for other relevant countries, too by Tor Lillqvist · 5 years ago
  34. cb6ba06 tdf#124909: Use the myspell dictionary for Swiss German on iOS by Tor Lillqvist · 5 years ago
  35. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  36. 670df8d loplugin:refcounting (macOS) by Stephan Bergmann · 5 years ago
  37. c13133b loplugin:refcounting check for managing OWeakObject with raw pointer by Noel · 5 years ago
  38. fd7ec8b Use Unicode paths on Windows in libnumbertext by Mike Kaganski · 5 years ago
  39. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  40. f0126ff tdf#123936 Formatting files in module lingucomponent with clang-format by Philipp Hofer · 5 years ago
  41. 93c64a6 loplugin:stringview by Noel · 5 years ago
  42. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  43. cf7638f Use the new single-instance="true" attribute in lingucomponent by Stephan Bergmann · 6 years ago
  44. 09974c5 this should be a single-instance component by Noel Grandin · 6 years ago
  45. fed3920 fix SAL_WARN when instantiating Thesaurus by Noel Grandin · 6 years ago
  46. d9b7ddd lingucomponent/spell: create instances with uno constructors by Noel Grandin · 6 years ago
  47. 3fbadfa lingucomponent: create instances with uno constructors by Noel Grandin · 6 years ago
  48. abb6c01 replace usage of whitelist with allowlist by Thorsten Behrens · 6 years ago
  49. 5ab5f2d Upcoming improved loplugin:staticanonymous -> redundantstatic: lingucomponent by Stephan Bergmann · 6 years ago
  50. 21a59b5 tdf#133589 Numbertext: Use Win32API to avoid std::codecvt_utf8 bug by Mike Kaganski · 6 years ago
  51. 41f926e tdf#133589 Numbertext: fix Hung encoding on Windows by László Németh · 6 years ago
  52. c392ecf Drop configurability of libnumbertext use by Tor Lillqvist · 6 years ago
  53. da64ec8 tdf#133589 AutoCorrect: transliterate to Old Hungarian by László Németh · 6 years ago
  54. 837b3f0 compact namespace in i18npool..oox by Noel Grandin · 6 years ago
  55. 35f9dec loplugin:flatten in lingucomponent by Noel Grandin · 6 years ago
  56. 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
  57. 50b5f0a Use only the 'MacOSXSpell' component on iOS, not the 'spell' one by Tor Lillqvist · 6 years ago
  58. c1a4554 sal_Char->char in idlc..linguistic by Noel Grandin · 6 years ago
  59. d59987b loplugin:expandablemethods by Noel Grandin · 6 years ago
  60. 72bd0df tdf#121658 Add option to not hyphenate words in CAPS by Samuel Mehrbrodt · 6 years ago
  61. d2c9e289 cppcheck: performing init in init list (hwpfilter, i., l.) by Julien Nabet · 6 years ago
  62. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  63. 77d083f New loplugin:getstr by Stephan Bergmann · 6 years ago
  64. c63ec2a loplugin:redundantpointerops (macOS) by Stephan Bergmann · 6 years ago
  65. 03516c5 loplugin:stringadd in helpcompiler..oox by Noel Grandin · 7 years ago
  66. 1820fcb constmethod for accessor-type methods by Noel Grandin · 7 years ago
  67. 760a377 Simplify Sequence iterations in lingucomponent..lotuswordpro by Arkadiy Illarionov · 7 years ago
  68. 7d7a786 new loplugin:sequenceloop by Noel Grandin · 7 years ago
  69. a4bf57b Fix typos by Andrea Gelmini · 7 years ago
  70. 91e4d87 Combine MacSpellChecker p/xPropHelper by Stephan Bergmann · 7 years ago
  71. f055651 loplugin:stringconstant (macOS) by Stephan Bergmann · 7 years ago
  72. 7107481 loplugin:referencecasting (macOS) by Stephan Bergmann · 7 years ago
  73. 87f5719 Fix typo by Andrea Gelmini · 7 years ago
  74. 8a5ab4c Improved loplugin:stringconstant (now that GCC 7 supports it): lingucomponent by Stephan Bergmann · 7 years ago
  75. 0d36b32 loplugin:sequentialassign by Noel Grandin · 7 years ago
  76. 01782ec loplugin:referencecasting in various by Noel Grandin · 7 years ago
  77. cb99b44 Fix typo by Andrea Gelmini · 7 years ago
  78. b2a574e simplify some getSupportedServiceNames by Noel Grandin · 7 years ago
  79. 0e4c542 Use hasElements to check Sequence emptiness in [l-r]* by Arkadiy Illarionov · 7 years ago
  80. 81297c2 The iOS sv_SE dictionary surely works for sv_FI, too by Tor Lillqvist · 7 years ago
  81. dedf339 tdf#124909: Assume the iOS de_DE dictionary works well enough generically by Tor Lillqvist · 7 years ago
  82. d9a84be loplugin:staticmethods by Stephan Bergmann · 7 years ago
  83. 2e28b19 tdf#124172: Use the MacOSXSpell library on iOS, too by Tor Lillqvist · 7 years ago
  84. 5d1bc45 loplugin:typedefparam (macOS) by Stephan Bergmann · 7 years ago
  85. af836fe Fix typo by Andrea Gelmini · 7 years ago
  86. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  87. 8a1c188 tdf#42949 Fix IWYU warnings in include/linguistic/ by Gabor Kelemen · 7 years ago
  88. 6333dcf loplugin:indentation (macOS) by Stephan Bergmann · 7 years ago
  89. 9e03f68 loplugin:indentation in lingucomponent..tools by Noel Grandin · 7 years ago
  90. 0c64df2 o3tl::make_unique -> std::make_unique in i18npool...reportdesign by Gabor Kelemen · 7 years ago
  91. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  92. c59a5b8 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  93. d30eb91 lolugin:staticmethods by Stephan Bergmann · 7 years ago
  94. 31a8d9c Don't read past end of string in Guess ctor by Stephan Bergmann · 7 years ago
  95. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  96. edc85fb clang-tidy performance-unnecessary-copy-init in idl..reportdesign by Noel Grandin · 7 years ago
  97. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  98. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  99. e19a21a loplugin:external (macOS) by Stephan Bergmann · 8 years ago
  100. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago