Age | Commit message (Expand) | Author |
2021-10-04 | drop 'using namespace std' in l* | Julien Nabet |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in NumberText_Impl | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in LangGuess_Impl | Noel Grandin |
2021-07-23 | do not use "using namespace std" in headers | Collabora |
2021-06-10 | -Werror,-Wunused-but-set-variable (Clang 13 trunk) | Stephan Bergmann |
2021-05-17 | Don't use the macOS system German spelling dictionary for Swiss German | Tor Lillqvist |
2021-04-08 | Fix typo | Andrea Gelmini |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-25 | tdf#124173: Enable thesauruses in the iOS app | Tor Lillqvist |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-19 | Use the iOS fr_FR and it_IT dictionaries for other relevant countries, too | Tor Lillqvist |
2021-03-17 | tdf#124909: Use the myspell dictionary for Swiss German on iOS | Tor Lillqvist |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-03 | loplugin:refcounting (macOS) | Stephan Bergmann |
2021-02-23 | loplugin:refcounting check for managing OWeakObject with raw pointer | Noel |
2021-01-01 | Use Unicode paths on Windows in libnumbertext | Mike Kaganski |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module lingucomponent with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
2020-10-02 | Use the new single-instance="true" attribute in lingucomponent | Stephan Bergmann |
2020-07-20 | this should be a single-instance component | Noel Grandin |
2020-07-20 | fix SAL_WARN when instantiating Thesaurus | Noel Grandin |
2020-07-18 | lingucomponent/spell: create instances with uno constructors | Noel Grandin |
2020-07-14 | lingucomponent: create instances with uno constructors | Noel Grandin |
2020-07-10 | replace usage of whitelist with allowlist | Thorsten Behrens |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: lingucomponent | Stephan Bergmann |
2020-06-18 | tdf#133589 Numbertext: Use Win32API to avoid std::codecvt_utf8 bug | Mike Kaganski |
2020-06-18 | tdf#133589 Numbertext: fix Hung encoding on Windows | László Németh |
2020-06-11 | Drop configurability of libnumbertext use | Tor Lillqvist |
2020-06-02 | tdf#133589 AutoCorrect: transliterate to Old Hungarian | László Németh |
2020-05-09 | compact namespace in i18npool..oox | Noel Grandin |
2020-04-07 | loplugin:flatten in lingucomponent | Noel Grandin |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2020-01-03 | Use only the 'MacOSXSpell' component on iOS, not the 'spell' one | Tor Lillqvist |
2019-12-19 | sal_Char->char in idlc..linguistic | Noel Grandin |
2019-12-13 | loplugin:expandablemethods | Noel Grandin |
2019-12-06 | tdf#121658 Add option to not hyphenate words in CAPS | Samuel Mehrbrodt |
2019-11-24 | cppcheck: performing init in init list (hwpfilter, i., l.) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-14 | New loplugin:getstr | Stephan Bergmann |
2019-10-10 | loplugin:redundantpointerops (macOS) | Stephan Bergmann |
2019-10-01 | loplugin:stringadd in helpcompiler..oox | Noel Grandin |
2019-09-29 | constmethod for accessor-type methods | Noel Grandin |
2019-08-30 | Simplify Sequence iterations in lingucomponent..lotuswordpro | Arkadiy Illarionov |
2019-08-16 | new loplugin:sequenceloop | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-08-10 | Combine MacSpellChecker p/xPropHelper | Stephan Bergmann |