summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)AuthorFilesLines
2023-11-24tdf#158117: encode the username sent to LanguageToolMike Kaganski1-7/+7
2023-11-24Don't encode the text when sending it to Duden corrector.Gökay Şatır1-3/+3
2023-11-11curl: mitigate migration to OpenSSL on LinuxMichael Stahl1-0/+5
2023-06-07tdf#64830: Don’t require hunspell dictionary for every Arabic localeKhaled Hosny1-1/+11
2023-06-04Use getXWeak in lingucomponentMike Kaganski1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin3-7/+7
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-8/+8
2023-04-22Introduce o3tl::toU converting wstring_view to u16string_viewMike Kaganski1-1/+1
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin1-1/+1
2023-03-09Use officecfg instead of SvxLanguageToolOptionsMike Kaganski2-23/+43
2023-03-09Some refactoring and deduplicationMike Kaganski2-139/+95
2023-03-08Add some SAL_WARNs and SAL_INFOsMike Kaganski1-8/+6
2023-03-05Fix rtl::createUriCharClass argument (C++20)Stephan Bergmann1-2/+2
2023-03-04A bit more of refactoringMike Kaganski2-134/+131
2023-03-04Set useragent for requests to LanguageTool serverMike Kaganski1-0/+13
2023-03-04Restructure and deduplicate the codeMike Kaganski2-135/+97
2023-03-04tdf#153617: percent-encode the text sent to LanguageTool API.Mike Kaganski1-6/+20
2023-03-04tdf#153948: LanguageTool: cache the prepared requestMike Kaganski2-18/+20
2023-03-03lingucomponent: don't get locales from the server when this is disabledMiklos Vajna1-0/+5
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen1-6/+5
2023-02-07tdf#153436: Improve handling of Arabic system spell dictionary on macOSKhaled Hosny1-1/+13
2023-02-07cid#1520803 silence Unchecked return value from libraryCaolán McNamara1-10/+10
2023-01-31Remove duplicated includeAndrea Gelmini1-1/+0
2023-01-31lingucomponent: implement custom parse response rest protocolHenry Castro2-2/+69
2023-01-31lingucomponent: implement custom request http rest protocolHenry Castro2-4/+77
2023-01-30Added option to disable ssl verification for languagetoolMert Tumer1-4/+15
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh2-7/+20
2022-11-28Disable languagetool for WASM buildThorsten Behrens1-1/+6
2022-10-17use more string_viewNoel Grandin1-4/+4
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin2-6/+4
2022-06-30lingucomponent: avoid 'using namespace' in a header fileMiklos Vajna1-19/+17
2022-06-23lingucomponent: use comphelper::makePropertyValue() in languagetoolimpMiklos Vajna1-10/+6
2022-06-18add usual footer directivesCaolán McNamara2-1/+5
2022-06-18cid#1506303 silence Unchecked return valueCaolán McNamara1-13/+13
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli2-46/+29
2022-06-14Load the locales from config file for languagetoolMert Tumer2-29/+46
2022-06-10LanguageTool Grammar Checker implementationMert Tumer5-0/+573
2022-06-10new loplugin:moveitNoel Grandin2-2/+2
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen11-38/+24
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2-2/+17
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann6-6/+6
2021-11-27use more OInterfaceContainerHelper3 in lingucomponentNoel Grandin4-4/+8
2021-11-26Unused Import of Carbon.h in macspellimp.hxxmwarner1-1/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in lingucomponentMike Kaganski2-10/+5
2021-10-04drop 'using namespace std' in l*Julien Nabet2-17/+13
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-8/+8
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-3/+3