summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Additional tests for pwl edit distanceEric Albright2007-12-101-1/+139
* Fix pwl suggest. When a word is a prefix of another word and the edits the wo...Eric Albright2007-12-072-9/+110
* Handle case where all suggestions are excludedEric Albright2007-11-292-0/+15
* Refresh pwl when external changes are madeEric Albright2007-11-294-52/+154
* include gstdio in order to silence some build warningsDom Lachowicz2007-11-282-5/+7
* ignore lines that are longer than the read buffer for pwlEric Albright2007-11-282-2/+44
* treat lines that begin with # as comments in pwlEric Albright2007-11-282-100/+130
* Refactor: move code to add word to pwl file from enchant_pwl_add_to_trie when...Eric Albright2007-11-281-21/+19
* Add enchant_get_user_config_dir and change default location of providers, dic...Eric Albright2007-11-2812-337/+458
* check for invalid dictionary tags (must only contain alphanumeric ASCII or '_...Eric Albright2007-11-274-53/+134
* use c commentEric Albright2007-11-201-1/+1
* add exclude functionality (enchant_dict_remove, enchant_dict_remove_from_sess...Eric Albright2007-11-2020-232/+1709
* fix other case of memory leak introduced in r22318Eric Albright2007-11-201-0/+1
* fix memory leak introduced in r22318Eric Albright2007-11-201-0/+2
* Unicode normalization for comparing suggestion listsEric Albright2007-11-202-1/+10
* Unicode normalizationEric Albright2007-11-203-22/+158
* Take capitalization into account when suggesting a word in the pwl.Eric Albright2007-11-202-121/+504
* Take capitalization into account when checking a word in the pwl.Eric Albright2007-11-202-12/+232
* Edit distance function compare unichar char instead of utf8 charsEric Albright2007-11-183-5/+54
* Utf-8 validationEric Albright2007-11-1711-37/+254
* ignore lines with invalid utf8 in pwlEric Albright2007-11-173-1/+48
* Use forced include to include config.h.win32 to define ssize_t in public API ...Eric Albright2007-11-1714-2441/+2469
* Ignore UTF-8 BOM at beginning of pwlEric Albright2007-11-174-5/+81
* since we now use g_fopen, bump glib version requirement to >= 2.6Dom Lachowicz2007-11-161-1/+1
* Eric: config.h should not be included in public header files, only in interna...Dom Lachowicz2007-11-161-4/+0
* use g_fopen instead of fopen (make sure using single c runtime glib and liben...Eric Albright2007-11-1516-53/+153
* unit tests over enchant.cEric Albright2007-11-1037-0/+5959
* Move comment to correct methodEric Albright2007-11-101-3/+3
* Free suggestions when provider allocates list but adds no contentEric Albright2007-11-101-131/+132
* refactor enchant_dictionary_free_string_list to correctly clear session error...Eric Albright2007-11-101-17/+9
* handle empty string inputsEric Albright2007-11-101-0/+12
* Add config.h for windows buildEric Albright2007-11-1015-418/+437
* only register valid providers (require identify and describe methods)Eric Albright2007-11-101-5/+50
* win32 build fix: remove duplicate file content and and include added filesEric Albright2007-11-0913-2815/+5
* The attached patch handles the case where a registry entry exists but itDom Lachowicz2007-11-061-39/+48
* don't need to add to session in add_to_personal()Dom Lachowicz2007-10-291-3/+0
* avoid redundant calls to the provider DLLs. from eric albrightDom Lachowicz2007-10-291-1/+10
* remove spurious enchant_pwl_check call, since enchant_session_contains alread...Dom Lachowicz2007-10-291-5/+0
* some documentation fixes and improvements. from eric albrightDom Lachowicz2007-10-291-6/+8
* ensure that enchant_pwl_init_with_file() can actually create the requested fi...Dom Lachowicz2007-10-291-3/+26
* fixes # of suggestions returned when the personal word list returns a duplica...Dom Lachowicz2007-10-291-0/+1
* remove some unnecessary codeDom Lachowicz2007-10-291-3/+1
* windows modules do not normally have versions in their filenames. from eric a...Dom Lachowicz2007-10-291-1/+1
* normalize the language and country strings. patch from eric albrightDom Lachowicz2007-10-291-0/+45
* list all known backends. from eric albrightDom Lachowicz2007-10-291-1/+1
* document the types of strings free_string_list() is supposed to handleDom Lachowicz2007-10-291-0/+1
* s/struct enchant_dict/EnchantDict. for consistency's sakeDom Lachowicz2007-10-291-1/+1
* win32 socket library improvements. from eric albright.Dom Lachowicz2007-10-281-29/+54
* remove dead variable. move variable declaration to the beginning of the block...Dom Lachowicz2007-10-281-3/+3
* more win32 build fixes from Eric AlbrightDom Lachowicz2007-10-275-18/+39