summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pass the broker to the correct classes and functions; will be useful in setti...Dom Lachowicz2009-05-223-32/+38
* 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-222-1/+30
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-224-11/+52
* Fix 12100: MSVC build fixJ M Maurer2009-05-221-0/+1
* win64 build fixes from FridrichDom Lachowicz2009-04-082-2/+2
* 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
* relicense the zemberek plugin. bug 11890Dom Lachowicz2009-01-253-38/+68
* look for myspell/uspell dictionaries in XDG data directoriesDom Lachowicz2009-01-243-0/+32
* Bug 11901 - Memory leak in function edit_dist (pwl.c)Dom Lachowicz2009-01-241-0/+2
* Bug 10667 - stdio.h not included in two files so FILE not definedDom Lachowicz2009-01-246-3/+13
* Bugzilla Bug 11784 - crash when listing non match aff and dic dictionaries. F...Dom Lachowicz2008-10-211-1/+1
* Include string.hDom Lachowicz2008-08-081-0/+1
* Various changes to the zemberek backend. Unsure if this compiles, even.Dom Lachowicz2008-08-063-51/+81
* Handle case where libenchant.dll is not present more gracefully. Creating a b...Eric Albright2008-07-011-30/+82
* hook the configure_enchant_provider routine back up for aspell and only remov...Eric Albright2008-07-011-10/+12
* possible fix for 11604 - also related to a fix TML sent for win32Dom Lachowicz2008-06-192-4/+4
* #11621 - enchant-lsmod duplicates modulesDom Lachowicz2008-06-191-16/+43
* Various fixes from TML to build Enchant on Win32 using MinGW/MSYSDom Lachowicz2008-06-174-30/+52
* Add broker singleton Eric Albright2008-06-111-0/+16
* Enchant.Net - handle dictionaries being disposed of explicitly:Eric Albright2008-06-112-129/+209
* fix crash with ispell provider on Windows due to different definitions of MAX...Eric Albright2008-05-161-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-021-1/+4
* Remove build warningsEric Albright2008-05-021-0/+1
* 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
* Versioning for Enchant.NetEric Albright2008-04-251-4/+4
* fix 'make distcheck'Dom Lachowicz2008-04-182-2/+1
* bug 11550; upgrade to hunspell 1.2.2 and pick up the system-wide version of t...Dom Lachowicz2008-04-1723-388/+823
* g_hash_table_get_keys only exists for glib >= 2.14. we don't want to require ...Dom Lachowicz2008-04-021-0/+17
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-215-295/+336
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-204-60/+104
* Initialize base_dir in the non-win32 case (thanks rob)Eric Albright2008-03-031-1/+1
* fewer warnings stillDom Lachowicz2008-03-029-9/+9
* lots more warning fixesDom Lachowicz2008-03-029-32/+61
* More unit tests for providersEric Albright2008-03-021-4/+40
* warnings--;Dom Lachowicz2008-03-022-15/+12
* 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-284-280/+160
* Make aspell provider not set an error message if it cannot find a dictionary ...Eric Albright2008-02-271-1/+0
* 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-221-24/+46
* 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