2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version number More... about 16 years ago
bug 11550; upgrade to hunspell 1.2.2 and pick up the system-wide version of the header files. this fixes an undefined symbol error. shame on them for changing the API/ABI and for not exposing enough in the stable C API to be useful. More... about 16 years ago
#11551 More... about 16 years ago
g_hash_table_get_keys only exists for glib >= 2.14. we don't want to require something that recent, so emulate it on older systems. untested, but it's straight-forward and compiles... More... about 16 years ago
bump version # More... about 16 years ago
configure.in: fix uspell dictionary directory. can now load uspell dictionaries configure.in: point myspell dictionary directory @ your distro's myspell installation configure.in: define enchant's $prefix, so that looking for dictionaries in (eg.) /usr/share/enchant/myspell will still work More... about 16 years ago
if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as a 'close enough' answer More... about 16 years ago
Initialize base_dir in the non-win32 case (thanks rob) More... about 16 years ago
identify and describe functions return const char* More... about 16 years ago
fewer warnings still More... about 16 years ago
lots more warning fixes More... about 16 years ago
More unit tests for providers More... about 16 years ago
warnings--; More... about 16 years ago
lots of warning flags More... about 16 years ago
Fix crash when myspell dictionary is missing aff file More... about 16 years ago
Fix handling of Unicode NFD forms More... about 16 years ago
clarify user provider probing More... about 16 years ago
don't use c++ comments in c code More... about 16 years ago
bug 11412 - use D-BUS zemberek backend; from Serkan Kaba More... about 16 years ago
include gstdio.h; treat hyphens within words as part of the word (bug 11008) More... about 16 years ago
Make aspell provider not set an error message if it cannot find a dictionary when requested More... about 16 years ago
More Framework for unit testing providers (make it automatically run) More... about 16 years ago
Framework for unit testing providers More... about 16 years ago
On Windows adds the OpenOffice shared dictionary directory as one of the locations to find dictionaries for the myspell provider. More... about 16 years ago
Reference count dictionaries so enchant_broker_free_dict works correctly More... about 16 years ago
On Windows, tries to explicitly load aspell-15.dll from: 1. The module in registry key Software\Enchant\Aspell\Module 2. The directory in registry key HKLM\Aspell\Path 3. The directory of libenchant_aspell.dll 4. The normal windows dll search strategy which includes path, application directory, current directory, system directory and windows directory More... about 16 years ago
remove msvc compile errors More... about 16 years ago
Bug 11321 - enable enchant to link against external hunspell More... over 16 years ago
upgrade to hunspell 1.2.1, released in November, 2007 More... over 16 years ago
Include gstdio.h for g_fopen(). More... over 16 years ago