summaryrefslogtreecommitdiff
path: root/providers/enchant_hunspell.cpp
Commit message (Expand)AuthorAgeFilesLines
* enchant_hunspell.cpp: factor out calls to g_iconv into a convenience functionReuben Thomas2021-08-071-47/+30
* enchant_hunspell.cpp: fix maximum word lengthReuben Thomas2021-08-061-8/+10
* Hunspell: ensure extra word characters are returned as UTF-8 (fix #278)Reuben Thomas2021-08-061-15/+38
* enchant_hunspell.cpp: drop hunspell 1.4 supportReuben Thomas2021-08-061-6/+0
* enchant_hunspell.cpp: update URL of Hunspell home page to httpsReuben Thomas2021-08-061-1/+1
* Hunspell: fix use of deprecated APIsReuben Thomas2020-09-011-12/+6
* Hunspell: implement Hunspell’s rule for treating quotes as word charReuben Thomas2020-09-011-2/+11
* Hunspell provider: fix a space leakReuben Thomas2019-09-111-3/+4
* providers/enchant_hunspell.cpp: fix memory leaksReuben Thomas2019-06-301-4/+14
* Fix FSF addressRobert-André Mauchin2017-12-141-1/+1
* hunspell: use enchant_relocate to relocate ENCHANT_HUNSPELL_DICT_DIRReuben Thomas2017-12-111-1/+1
* Fix hunspell 1.5 supportPacho Ramos2017-09-031-1/+1
* Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-251-0/+24
* Use C99-style declarations in remaining providersReuben Thomas2017-05-041-19/+6
* Remove include of enchant.h from providersReuben Thomas2017-04-301-1/+0
* enchant_hunspell: minor refactoringReuben Thomas2017-04-261-31/+27
* enchant_hunspell.cpp: declare init function before definitionReuben Thomas2017-04-261-0/+2
* Remove enchant provider free_string_list methodReuben Thomas2017-04-211-7/+0
* Remove dllexport/import declspecs, use autotools' automatic import/export for...Reuben Thomas2017-04-161-3/+0
* hunspell provider: simplify code to build list of dictionary directoriesReuben Thomas2017-04-151-27/+8
* hunspell: remove faulty DICPATH supportReuben Thomas2017-04-061-8/+0
* Overhaul configuration mechanismsReuben Thomas2017-03-061-23/+8
* Reorganise provider sources for consistencyReuben Thomas2017-03-031-0/+551