summaryrefslogtreecommitdiff
path: root/src/myspell/myspell_checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added DICPATH env var to dictionary search path for hunspell compatibility.trunk2011-09-171-0/+20
* Update FSF addressDom Lachowicz2009-10-261-1/+1
* bug 12174 - mis-acceptence of dictionaries which start with a partial match o...Dom Lachowicz2009-06-301-2/+22
* Don't define stuff in a public namespace.. bad msvc, badJ M Maurer2009-05-251-0/+4
* on a hunch from Fridrich, put all functions that are called by C code inside ...Dom Lachowicz2009-05-221-5/+5
* myspell and ispell now query for any programatically-set dictionary paths. th...Dom Lachowicz2009-05-221-0/+14
* pass the broker to the correct classes and functions; will be useful in setti...Dom Lachowicz2009-05-221-20/+21
* look for myspell/uspell dictionaries in XDG data directoriesDom Lachowicz2009-01-241-0/+10
* Bugzilla Bug 11784 - crash when listing non match aff and dic dictionaries. F...Dom Lachowicz2008-10-211-1/+1
* possible fix for 11604 - also related to a fix TML sent for win32Dom Lachowicz2008-06-191-3/+3
* Various fixes from TML to build Enchant on Win32 using MinGW/MSYSDom Lachowicz2008-06-171-3/+3
* Ensure that a partial setup (where dic file exists but aff file doesn't) will...Eric Albright2008-05-021-3/+16
* bug 11550; upgrade to hunspell 1.2.2 and pick up the system-wide version of t...Dom Lachowicz2008-04-171-1/+6
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-211-71/+62
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-201-23/+50
* lots more warning fixesDom Lachowicz2008-03-021-3/+6
* Fix crash when myspell dictionary is missing aff fileEric Albright2008-03-021-6/+26
* Fix handling of Unicode NFD formsEric Albright2008-03-021-6/+14
* On Windows adds the OpenOffice shared dictionary directory as one of the loca...Eric Albright2008-02-261-2/+76
* Add enchant_get_user_config_dir and change default location of providers, dic...Eric Albright2007-11-281-9/+9
* more win32 build fixes from Eric AlbrightDom Lachowicz2007-10-271-2/+2
* instead of forcing the prodivders to handle potentially bare ISO 639 codes, p...Dom Lachowicz2007-10-161-23/+0
* bug 10964 - update hunspell to version 1.1.5Dom Lachowicz2007-04-251-1/+1
* sync with hunspell 1.1.4 from 1.1.3Dom Lachowicz2006-09-121-1/+1
* build against hunspell (http://hunspell.sf.net/) instead of myspell.Dom Lachowicz2006-01-141-7/+4
* some code clean-up for myspellDom Lachowicz2006-01-141-6/+2
* use g_getenv instead of getenv; fix bug 9801/memory leakDom Lachowicz2005-12-101-1/+0
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly <ry...Dom Lachowicz2005-11-241-0/+11
* myspell dictionary listingDom Lachowicz2005-02-101-0/+65
* function for enumerating providers from aspell, myspell, hspell, uspellDom Lachowicz2005-02-091-2/+2
* deprecate a fn, bugfixes from Graham OrrDom Lachowicz2004-03-291-2/+2
* more system myspell stuffDom Lachowicz2004-02-071-2/+28
* bug 5916Dom Lachowicz2003-10-131-2/+2
* more iconv error condition handlingDom Lachowicz2003-10-131-1/+8
* some iconv error return condition checksDom Lachowicz2003-10-131-2/+6
* bunch of cleanups, API/ABI-wise, and just general code organization stuffDom Lachowicz2003-08-311-2/+2
* implement dict_exists betterDom Lachowicz2003-08-311-4/+4
* define dllmainDom Lachowicz2003-08-181-0/+2
* fix segv, hopefullyDom Lachowicz2003-08-041-5/+1
* implement front-level session and personal dictionary handling. fix some memo...Dom Lachowicz2003-08-011-33/+2
* enchant is now win32 (and possibly soon gconf) registry readyDom Lachowicz2003-07-291-2/+6
* more myspell fixesDom Lachowicz2003-07-281-2/+2
* fix myspellDom Lachowicz2003-07-281-7/+10
* fix up the license clause, further win32-registry proof some directory gettin...Dom Lachowicz2003-07-281-1/+1
* massive work on 'test_exists' types of functions, myspell now handles languag...Dom Lachowicz2003-07-271-24/+58
* session support for myspell, better dictionary loading support for myspellDom Lachowicz2003-07-271-38/+46
* myspell providerDom Lachowicz2003-07-261-0/+342