aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/spellchecker/libkvispellchecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Windows spellchecker: avoid crash on double deletion (#2758)Gravatar ctrlaltca2026-05-081-3/+0
| | | Fix #2757
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)Gravatar ctrlaltca2025-12-221-15/+142
| | | | | | | | | * Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable it
* Never cleanup (unload) the spellchecker module since reloading it could lead ↵Gravatar ctrlaltca2024-06-091-1/+6
| | | | to a crash; fix #2645 (#2649)
* Spellchecker: migrate to enchant++ to avoid use of private API in ↵Gravatar ctrlaltca2024-05-041-30/+25
| | | | enchant-provider.h (#2636)
* Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-221-2/+1
|
* spellchecker: Stop trying to load invalid dictionaries.Gravatar IceN9ne2018-02-191-0/+3
|
* cleanup: separators and spacingGravatar un1versal2016-05-081-0/+4
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-4/+4
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-42/+43
|
* spellchecker: Iterate over size_tGravatar staticfox2016-03-301-1/+1
|
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Improve spellchecker support.Gravatar Szymon Tomasz Stefanek2015-09-131-3/+65
| | | | | | | | Better highlight spelling errors (fixes #1562) Add $spellchecker.suggestions(). Fix the KviInputEditor context popup clipboard label with Qt5. Improve KviInputEditor context popup readability. ...
* Fix warnings in spellchecker moduleGravatar Szymon Tomasz Stefanek2014-12-311-10/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6427 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix #24. Add spell checking support using Enchant library (wrapper for ↵Gravatar Alexey Sokolov2014-12-291-0/+157
Aspell, Hunspell, and others). Thanks to alexzulu and S658P for inspiration, and to Pragma for code review. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6416 17fca916-40b9-46aa-a4ea-0a15b648b75c