| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Windows spellchecker: avoid crash on double deletion (#2758) | 2026-05-08 | 1 | -3/+0 | |
| | | | | Fix #2757 | ||||
| * | Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743) | 2025-12-22 | 1 | -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 ↵ | 2024-06-09 | 1 | -1/+6 | |
| | | | | | to a crash; fix #2645 (#2649) | ||||
| * | Spellchecker: migrate to enchant++ to avoid use of private API in ↵ | 2024-05-04 | 1 | -30/+25 | |
| | | | | | enchant-provider.h (#2636) | ||||
| * | Remove usages of Q_FOREACH. Fixes #2385 | 2018-05-22 | 1 | -2/+1 | |
| | | |||||
| * | spellchecker: Stop trying to load invalid dictionaries. | 2018-02-19 | 1 | -0/+3 | |
| | | |||||
| * | cleanup: separators and spacing | 2016-05-08 | 1 | -0/+4 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 1 | -4/+4 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 1 | -42/+43 | |
| | | |||||
| * | spellchecker: Iterate over size_t | 2016-03-30 | 1 | -1/+1 | |
| | | |||||
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | 2015-12-19 | 1 | -1/+1 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 1 | -1/+1 | |
| | | | | | opinion -> option | ||||
| * | Improve spellchecker support. | 2015-09-13 | 1 | -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 module | 2014-12-31 | 1 | -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 ↵ | 2014-12-29 | 2 | -0/+165 | |
| 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 | |||||
