summaryrefslogtreecommitdiff
path: root/src/enchant.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve HACKING"revert-92-masterReuben Thomas2017-02-211-1/+1
* Rename Myspell checker to HunspellReuben Thomas2017-02-211-1/+1
* Overhaul compiler warning flagsReuben Thomas2017-02-201-13/+10
* Don’t deduplicate module & configuration pathsReuben Thomas2017-02-191-31/+13
* Fix issue #49: stop unit tests changing user filesReuben Thomas2017-02-191-1/+13
* Remove Windows-specific prefix finding code, and obsolete OpenOffice dictiona...Reuben Thomas2017-02-181-19/+0
* Use standard macros to detect macOSReuben Thomas2017-02-181-1/+1
* Remove special hard-wired paths for macOSReuben Thomas2017-02-111-12/+0
* Issue #72: remove Windows registry supportReuben Thomas2017-02-101-152/+12
* Fix issue #42: remove enchant_fopen; use g_fopenReuben Thomas2017-02-091-38/+1
* API: Make enchant_get_version return const char *Reuben Thomas2017-02-091-1/+1
* Remove deprecated APIsReuben Thomas2017-02-091-60/+0
* Fix issue #51: remove unused binary relocation supportReuben Thomas2017-02-021-16/+0
* enchant.c: add a missing word to a commentReuben Thomas2017-01-291-1/+1
* Cosmetic improvements to enchant.cReuben Thomas2017-01-151-8/+7
* Add support for runtime ENCHANT_MODULE_PATH environment variableReuben Thomas2017-01-101-19/+42
* Fix enchant_broker_list_dictsReuben Thomas2016-12-201-12/+38
* Fix non-API const warningsReuben Thomas2016-12-181-3/+3
* Fix a warning from macOS buildReuben Thomas2016-12-181-1/+1
* Fix most compilation warningsReuben Thomas2016-12-171-3/+0
* Fix incompatible pointer typesJonathan Springer2015-08-281-1/+1
* Use g_filename_to_utf8 to convert environment variable to UTF8Jonathan Springer2015-08-271-1/+4
* Add environment variable to point enchant to a user defined prefix directoryJonathan Springer2015-08-271-4/+2
* Always try to use enchant_get_prefix_dir when finding modulesJonathan Springer2015-08-271-2/+1
* Palliative fix for 2-letter word bug.2011-03-101-0/+2
* add a function to get enchant's versionDom Lachowicz2010-01-111-0/+5
* 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
* 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-261-1/+1
* don't assert if passed a null string listDom Lachowicz2009-10-021-1/+0
* 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
* Fix for 12160. Patch from the ever-awesome Caolan McNamara.Dom Lachowicz2009-06-231-3/+3
* on windows, compare paths ignoring case sensitivity. may fix a bug that fridr...Dom Lachowicz2009-05-231-20/+25
* code should parse a parameter and turn it into a list of paths. normal win32/...Dom Lachowicz2009-05-221-1/+25
* myspell and ispell now query for any programatically-set dictionary paths. th...Dom Lachowicz2009-05-221-0/+6
* 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-221-1/+24
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-221-1/+38
* 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
* #11621 - enchant-lsmod duplicates modulesDom Lachowicz2008-06-191-16/+43
* Various fixes from TML to build Enchant on Win32 using MinGW/MSYSDom Lachowicz2008-06-171-13/+14
* 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
* configure.in: fix uspell dictionary directory. can now load uspell dictionariesDom Lachowicz2008-03-211-121/+164
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-201-27/+19
* Initialize base_dir in the non-win32 case (thanks rob)Eric Albright2008-03-031-1/+1