summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bump version # before a releaseDom Lachowicz2008-06-191-1/+1
* #11621 - enchant-lsmod duplicates modulesDom Lachowicz2008-06-191-16/+43
* Requires wrong gmodule pkg file (#11650)Dom Lachowicz2008-06-171-1/+1
* Various fixes from TML to build Enchant on Win32 using MinGW/MSYSDom Lachowicz2008-06-174-30/+52
* Add broker singleton Eric Albright2008-06-112-2/+64
* Enchant.Net - handle dictionaries being disposed of explicitly:Eric Albright2008-06-114-169/+359
* correct assert in test for rename of directory and make a little more robust ...Eric Albright2008-05-161-3/+9
* fix crash with ispell provider on Windows due to different definitions of MAX...Eric Albright2008-05-161-1/+1
* Fix test that wasn't really testing what it shouldEric Albright2008-05-131-6/+12
* Bump versionJ M Maurer2008-05-051-1/+1
* #11593 - Crashes in {hspell,voikko}_provider_list_dicts. Thanks go to Harri P...Dom Lachowicz2008-05-052-2/+2
* Ensure that a partial setup (where dic file exists but aff file doesn't) will...Eric Albright2008-05-021-3/+16
* Fixes case where if a personal dictionary was edited such that it didn't end ...Eric Albright2008-05-024-16/+134
* Remove build warningsEric Albright2008-05-022-2/+3
* 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
* Get unit tests compiling againEric Albright2008-04-2510-187/+211
* Versioning for Enchant.NetEric Albright2008-04-251-4/+4
* fix 'make distcheck'Dom Lachowicz2008-04-182-2/+1
* bump version numberDom Lachowicz2008-04-181-1/+1
* bug 11550; upgrade to hunspell 1.2.2 and pick up the system-wide version of t...Dom Lachowicz2008-04-1723-388/+823
* #11551Dom Lachowicz2008-04-171-7/+7
* g_hash_table_get_keys only exists for glib >= 2.14. we don't want to require ...Dom Lachowicz2008-04-021-0/+17
* bump version #Dom Lachowicz2008-03-311-2/+2
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-216-298/+341
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-206-61/+123
* Initialize base_dir in the non-win32 case (thanks rob)Eric Albright2008-03-031-1/+1
* identify and describe functions return const char* Eric Albright2008-03-034-8/+8
* fewer warnings stillDom Lachowicz2008-03-0211-25/+81
* lots more warning fixesDom Lachowicz2008-03-0211-35/+64
* More unit tests for providersEric Albright2008-03-0213-12/+833
* warnings--;Dom Lachowicz2008-03-022-15/+12
* lots of warning flagsDom Lachowicz2008-03-021-0/+69
* Fix crash when myspell dictionary is missing aff fileEric Albright2008-03-021-6/+26
* Fix handling of Unicode NFD formsEric Albright2008-03-023-17/+41
* clarify user provider probingEric Albright2008-03-011-21/+42
* don't use c++ comments in c codeDom Lachowicz2008-02-281-1/+1
* bug 11412 - use D-BUS zemberek backend; from Serkan KabaDom Lachowicz2008-02-286-312/+174
* include gstdio.h; treat hyphens within words as part of the word (bug 11008)Dom Lachowicz2008-02-281-1/+10
* Make aspell provider not set an error message if it cannot find a dictionary ...Eric Albright2008-02-272-1/+70
* More Framework for unit testing providers (make it automatically run)Eric Albright2008-02-273-7/+17
* Framework for unit testing providersEric Albright2008-02-274-27/+478
* On Windows adds the OpenOffice shared dictionary directory as one of the loca...Eric Albright2008-02-261-2/+76
* Reference count dictionaries so enchant_broker_free_dict works correctlyEric Albright2008-02-222-24/+55
* On Windows, tries to explicitly load aspell-15.dll from:Eric Albright2008-02-211-14/+124
* remove msvc compile errorsEric Albright2008-02-202-3/+4
* Bug 11321 - enable enchant to link against external hunspellDom Lachowicz2008-01-062-15/+25
* upgrade to hunspell 1.2.1, released in November, 2007Dom Lachowicz2008-01-0619-1216/+1657
* Include gstdio.h for g_fopen().2007-12-281-0/+2
* Make tests clean up after themselvesEric Albright2007-12-231-1/+1