summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* enchant: remove the (unadvertised) support for ispell language namesReuben Thomas2017-07-251-78/+3
* Tidy up main library codeReuben Thomas2017-05-042-679/+307
* pwl.c: fix typo in commentReuben Thomas2017-04-301-1/+1
* Make provider list_dicts method mandatoryReuben Thomas2017-04-301-2/+2
* Get AppleSpell back-end working again, and add list_dicts methodReuben Thomas2017-04-303-4/+5
* lib.c: merge some declarations with initializationsReuben Thomas2017-04-261-8/+4
* Require providers to define dispose methods, and one of dictionary_exists or ...Reuben Thomas2017-04-251-28/+23
* Merge pull request #128 from rrthomas/masterReuben Thomas2017-04-215-28/+10
|\
| * Make some APIs return const char *, not char *Reuben Thomas2017-04-212-6/+4
| * Remove enchant provider free_string_list methodReuben Thomas2017-04-214-18/+6
| * Remove _reserved fields for ABI compatibility attempt from enchant-provider.hReuben Thomas2017-04-181-4/+0
* | Reserve in out_suggs to prevent reallocsViktor Oreshkin2017-04-191-0/+2
|/
* enchant-provider.h: remove unneeded glib.h includeReuben Thomas2017-04-161-2/+1
* Remove dllexport/import declspecs, use autotools' automatic import/export for...Reuben Thomas2017-04-163-106/+62
* enchant-provider.h: remove obsolete inclusion of windows.hReuben Thomas2017-04-152-4/+4
* enchant.c: update my copyright dates, and update descriptive commentReuben Thomas2017-04-151-10/+2
* Fix some memory leaks (thanks, Valgrind!)Reuben Thomas2017-04-152-38/+27
* Remove trivial but potentially wrong Objective C headerReuben Thomas2017-04-153-12/+4
* Remove uspell provider (move to uspell repo)Reuben Thomas2017-04-152-2/+1
* Issue #76: Build on more Windows targetsReuben Thomas2017-04-141-1/+1
* Fix buffer overrun in PWL trie-matchingReuben Thomas2017-04-141-7/+9
* pwl.c: fixes for portabilityReuben Thomas2017-04-111-5/+7
* Use GStatBuf instead of struct stat for g_statReuben Thomas2017-04-071-3/+3
* Fix a compiler warning (only on Windows)Reuben Thomas2017-04-071-12/+4
* Fix an fopen file mode for WindowsReuben Thomas2017-04-061-1/+1
* Move API documentation to header filesReuben Thomas2017-04-053-233/+243
* Document new relocatability and configuration interfaceReuben Thomas2017-04-051-17/+12
* Update documentationReuben Thomas2017-04-052-25/+20
* pwl.c: annotate a function as pureReuben Thomas2017-04-051-1/+1
* Make library relocatable using gnulib’s relocatable-lib-lgpl moduleReuben Thomas2017-04-044-71/+59
* Fix building of Apple Spell back-endReuben Thomas2017-03-231-6/+0
* Fix loading of installed provider modulesReuben Thomas2017-03-072-2/+7
* pwl.c: remove blank lines at end of fileReuben Thomas2017-03-071-3/+0
* Overhaul configuration mechanismsReuben Thomas2017-03-063-177/+36
* Remove ENCHANT_MODULE_PATH environment variableReuben Thomas2017-03-031-16/+1
* Simplify code layout: move providers into a single directoryReuben Thomas2017-03-0324-2771/+0
* Rename enchant-ispell.c to enchant.c; enchant.c to lib.cReuben Thomas2017-03-034-2540/+2539
* Make enchant_get_user_language publicReuben Thomas2017-03-038-84/+78
* Remove editor settings comments for vim and EmacsReuben Thomas2017-03-0315-15/+0
* Issue 56: remove ENCHANT_PLUGIN_DECLAREReuben Thomas2017-03-039-18/+0
* Fix remaining straightforward warnings in hunspell and zemberek providersReuben Thomas2017-03-024-34/+34
* Minor whitespace fixes to make configure.ac and enchant.c whitespace-cleanReuben Thomas2017-03-021-137/+137
* Remove use of WIN32_LEAN_AND_MEANReuben Thomas2017-03-012-7/+5
* Fix mingw32 buildReuben Thomas2017-03-012-10/+8
* Move man page from doc/ to src/Reuben Thomas2017-03-012-1/+76
* Move enchant.ordering to src/Reuben Thomas2017-03-012-1/+12
* Remove ispell back-endReuben Thomas2017-02-2817-5705/+3
* Fully separate ispell checker from ispell libraryReuben Thomas2017-02-283-140/+159
* Issue #96: remove get/set_param APIsReuben Thomas2017-02-246-87/+0
* hunspell_checker.cpp: whitespace fixReuben Thomas2017-02-231-1/+1