summaryrefslogtreecommitdiff
path: root/src/enchant.c
Commit message (Expand)AuthorAgeFilesLines
* dealt with Urmas mentioned problem: when the spell-checking dict is missing ,...chenxiajian2011-08-151-2/+25
* the latest version 0708chenxiajian2011-07-081-733/+0
* new versionchenxiajian2011-07-081-0/+376
* add libhyphenation to my librarychenxiajian2011-07-081-0/+188
* patch in 0623chenxiajian2011-07-081-0/+94
* patch 0622chenxiajian2011-07-081-0/+47
* 1 combine the hyphenation with spell-checking together. so that we can make t...chenxiajian2011-07-081-0/+56
* Palliative fix for 2-letter word bug.2011-03-101-0/+2
* add a function to get enchant's versionDom Lachowicz2010-01-111-0/+5
* Bug 12556 - document that dictionary-related functions return a reference-cou...Dom Lachowicz2010-01-111-2/+2
* Bugzilla Bug 12472 - Win32 DLL dependency not found popup occurs when module ...Dom Lachowicz2009-11-091-0/+8
* Registry handle not closed in enchant_get_registry_value_exDom Lachowicz2009-10-261-0/+1
* Leak in _enchant_get_user_home_dirs() on WindowsDom Lachowicz2009-10-261-3/+4
* Update FSF addressDom Lachowicz2009-10-261-1/+1
* don't assert if passed a null string listDom Lachowicz2009-10-021-1/+0
* avoid double-free. Noticed by Rob.Dom Lachowicz2009-06-301-1/+0
* bug 12173 - fix some small memory leaks. from Caolan.Dom Lachowicz2009-06-301-1/+6
* Fix for 12160. Patch from the ever-awesome Caolan McNamara.Dom Lachowicz2009-06-231-3/+3
* on windows, compare paths ignoring case sensitivity. may fix a bug that fridr...Dom Lachowicz2009-05-231-20/+25
* code should parse a parameter and turn it into a list of paths. normal win32/...Dom Lachowicz2009-05-221-1/+25
* myspell and ispell now query for any programatically-set dictionary paths. th...Dom Lachowicz2009-05-221-0/+6
* Fix buildJ M Maurer2009-05-221-0/+1
* public API that will be used to pass information on to the spell checking lib...Dom Lachowicz2009-05-221-1/+24
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-221-1/+38
* Fix a leak in _enchant_broker_request_dict (part of Bug 11979).2009-02-251-2/+4
* Fix Bug 11928, memory leak in _enchant_session_new().2009-02-151-0/+1
* #11621 - enchant-lsmod duplicates modulesDom Lachowicz2008-06-191-16/+43
* Various fixes from TML to build Enchant on Win32 using MinGW/MSYSDom Lachowicz2008-06-171-13/+14
* enchant_get_conf_dirs gets user locations as well as system locationsEric Albright2008-04-271-2/+11
* Ensure an enchant subdirectory exists and not just the user's home directory ...Eric Albright2008-04-271-13/+11
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-211-121/+164
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-201-27/+19
* Initialize base_dir in the non-win32 case (thanks rob)Eric Albright2008-03-031-1/+1
* warnings--;Dom Lachowicz2008-03-021-6/+2
* clarify user provider probingEric Albright2008-03-011-21/+42
* don't use c++ comments in c codeDom Lachowicz2008-02-281-1/+1
* Reference count dictionaries so enchant_broker_free_dict works correctlyEric Albright2008-02-221-24/+46
* Pwl suggestions returned must be as close as dict suggestionsEric Albright2007-12-101-59/+95
* Handle case where all suggestions are excludedEric Albright2007-11-291-0/+5
* include gstdio in order to silence some build warningsDom Lachowicz2007-11-281-4/+5
* Add enchant_get_user_config_dir and change default location of providers, dic...Eric Albright2007-11-281-42/+76
* check for invalid dictionary tags (must only contain alphanumeric ASCII or '_...Eric Albright2007-11-271-52/+83
* add exclude functionality (enchant_dict_remove, enchant_dict_remove_from_sess...Eric Albright2007-11-201-23/+227
* 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-201-1/+8
* Utf-8 validationEric Albright2007-11-171-26/+81
* use g_fopen instead of fopen (make sure using single c runtime glib and liben...Eric Albright2007-11-151-1/+4
* 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