summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mac] Fixing enchant breakageFabiano Fidencio2011-06-251-6/+8
* Fixing myspell support compilation on OS XFabiano Fidencio2011-06-222-7/+7
* Adding applespell option in build stuffsFabiano Fidencio2011-06-211-3/+9
* Fixed loading of empty word from pwl2011-04-191-2/+2
* Palliative fix for 2-letter word bug.2011-03-101-0/+2
* Updated (hopefully correctly) a makefile.2011-03-071-1/+5
* * Update hunspell to 2.152011-03-0730-1912/+14305
* Fixed words of ambiguous composition to be considered incorrect2011-03-071-2/+2
* Bug 12567 - the ispell sources aren't licensed under the LGPLDom Lachowicz2010-01-1112-347/+0
* add a function to get enchant's versionDom Lachowicz2010-01-113-1/+10
* 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
* possibly fix https://bugs.launchpad.net/ubuntu/+source/enchant/+bug/474062Dom Lachowicz2009-11-041-3/+3
* 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-2631-31/+31
* Zemberek module lists a Turkish dictionary even without Zemberek installedDom Lachowicz2009-10-261-2/+3
* don't assert if passed a null string listDom Lachowicz2009-10-021-1/+0
* enchant_pwl_init_with_file truncates pwl file - bug #12350Dom Lachowicz2009-09-121-1/+1
* 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
* bug 12174 - mis-acceptence of dictionaries which start with a partial match o...Dom Lachowicz2009-06-301-2/+22
* Fix for 12160. Patch from the ever-awesome Caolan McNamara.Dom Lachowicz2009-06-231-3/+3
* Don't define stuff in a public namespace.. bad msvc, badJ M Maurer2009-05-251-0/+4
* on windows, compare paths ignoring case sensitivity. may fix a bug that fridr...Dom Lachowicz2009-05-231-20/+25
* uspell can now use programatically-set dictionaries. if anyone uses uspell, t...Dom Lachowicz2009-05-231-5/+19
* code should parse a parameter and turn it into a list of paths. normal win32/...Dom Lachowicz2009-05-221-1/+25
* on a hunch from Fridrich, put all functions that are called by C code inside ...Dom Lachowicz2009-05-224-20/+20
* myspell and ispell now query for any programatically-set dictionary paths. th...Dom Lachowicz2009-05-224-0/+37
* 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