summaryrefslogtreecommitdiff
path: root/src/ispell/ispell_checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-211-32/+36
* lots more warning fixesDom Lachowicz2008-03-021-7/+10
* Fix handling of Unicode NFD formsEric Albright2008-03-021-8/+16
* Add enchant_get_user_config_dir and change default location of providers, dic...Eric Albright2007-11-281-7/+7
* more win32 build fixes from Eric AlbrightDom Lachowicz2007-10-271-1/+1
* instead of forcing the prodivders to handle potentially bare ISO 639 codes, p...Dom Lachowicz2007-10-161-63/+0
* bump version number; remove unused paramsDom Lachowicz2006-04-021-5/+6
* optimize dict_exists in (especially) the ispell backendDom Lachowicz2006-04-021-0/+20
* improve 'normalize_dictionary_tag()' a bit so that it can handle hyphens; nul...Dom Lachowicz2006-03-311-1/+1
* #ifdef for MacOS X to allow building....Hubert Figuiere2006-02-201-2/+2
* move declaration to build on MacOS XHubert Figuiere2006-02-201-1/+1
* the ispell checker's exists() call never worked properly before. it should nowDom Lachowicz2006-01-141-28/+11
* use g_getenv instead of getenv; fix bug 9801/memory leakDom Lachowicz2005-12-101-1/+1
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly <ry...Dom Lachowicz2005-11-241-0/+11
* function for enumerating providers from aspell, myspell, hspell, uspellDom Lachowicz2005-02-091-9/+5
* o add in optional Objective-C code to load bundled AppleSpell moduleFrancis J Franklin2004-11-211-4/+15
* method for listing dictionaries. not fully implemented or testedDom Lachowicz2004-04-211-1/+30
* deprecate a fn, bugfixes from Graham OrrDom Lachowicz2004-03-291-2/+2
* what the fuckDom Lachowicz2004-01-261-2/+2
* support both nn and noDom Lachowicz2004-01-261-0/+2
* fix norwegian bugDom Lachowicz2004-01-261-2/+2
* fix bug that was plaguing the spanish dictionariesDom Lachowicz2003-12-051-1/+20
* bug 5946 - part 2Dom Lachowicz2003-10-201-1/+2
* bug 5916Dom Lachowicz2003-10-131-2/+2
* more iconv error condition handlingDom Lachowicz2003-10-131-1/+4
* some iconv error return condition checksDom Lachowicz2003-10-131-2/+4
* fix nn_NO language ispell dictionaryDom Lachowicz2003-10-111-2/+2
* 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
* fix ispell crasher bugDom Lachowicz2003-08-271-1/+2
* ispell crasher fix, implement enchant_dictionary_releaseDom Lachowicz2003-08-261-5/+6
* Fix segfault when the requested dictionary couldn't be found.J M Maurer2003-08-261-0/+3
* define dllmainDom Lachowicz2003-08-181-0/+2
* update license - exception clause should be Lesser GPLDom Lachowicz2003-08-141-1/+1
* update some documentationDom Lachowicz2003-08-141-1/+0
* forgot to define freepDom Lachowicz2003-08-111-0/+4
* fix ispell brokennessDom Lachowicz2003-08-111-2/+9
* implement front-level session and personal dictionary handling. fix some memo...Dom Lachowicz2003-08-011-34/+2
* enchant is now win32 (and possibly soon gconf) registry readyDom Lachowicz2003-07-291-2/+6
* 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-3/+22
* session support for myspell, better dictionary loading support for myspellDom Lachowicz2003-07-271-2/+4
* implement and use new win32 'registry-ready' functionsDom Lachowicz2003-07-231-6/+22
* some work toward win32 registry usageDom Lachowicz2003-07-231-0/+1
* fix bug for jmo - g_get_home_dir can return NULLDom Lachowicz2003-07-231-7/+12
* allow for provider orderingDom Lachowicz2003-07-191-5/+5
* documentation, add+export an ordering methodDom Lachowicz2003-07-181-1/+1
* enchant_broker_describeDom Lachowicz2003-07-181-0/+15
* stub out dict_statusDom Lachowicz2003-07-181-40/+77
* LGPL + exception licenseDom Lachowicz2003-07-161-0/+10