summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Add broker singleton Eric Albright2008-06-111-2/+48
* Enchant.Net - handle dictionaries being disposed of explicitly:Eric Albright2008-06-112-40/+150
* correct assert in test for rename of directory and make a little more robust ...Eric Albright2008-05-161-3/+9
* Fix test that wasn't really testing what it shouldEric Albright2008-05-131-6/+12
* Fixes case where if a personal dictionary was edited such that it didn't end ...Eric Albright2008-05-023-15/+130
* Get unit tests compiling againEric Albright2008-04-257-181/+190
* identify and describe functions return const char* Eric Albright2008-03-034-8/+8
* More unit tests for providersEric Albright2008-03-0210-6/+753
* Make aspell provider not set an error message if it cannot find a dictionary ...Eric Albright2008-02-271-0/+70
* More Framework for unit testing providers (make it automatically run)Eric Albright2008-02-271-5/+4
* Framework for unit testing providersEric Albright2008-02-272-0/+210
* Reference count dictionaries so enchant_broker_free_dict works correctlyEric Albright2008-02-221-0/+9
* Make tests clean up after themselvesEric Albright2007-12-231-1/+1
* Add bindings for .NetEric Albright2007-12-234-0/+515
* Use Damerau-Levenshtein edit distance algorithm instead of Levenshtein.Eric Albright2007-12-111-0/+97
* Pwl suggestions returned must be as close as dict suggestionsEric Albright2007-12-101-0/+122
* Additional tests for pwl edit distanceEric Albright2007-12-101-1/+139
* Fix pwl suggest. When a word is a prefix of another word and the edits the wo...Eric Albright2007-12-071-1/+102
* Handle case where all suggestions are excludedEric Albright2007-11-291-0/+10
* Refresh pwl when external changes are madeEric Albright2007-11-293-0/+66
* ignore lines that are longer than the read buffer for pwlEric Albright2007-11-281-0/+33
* treat lines that begin with # as comments in pwlEric Albright2007-11-281-0/+28
* Add enchant_get_user_config_dir and change default location of providers, dic...Eric Albright2007-11-286-264/+344
* check for invalid dictionary tags (must only contain alphanumeric ASCII or '_...Eric Albright2007-11-273-1/+51
* add exclude functionality (enchant_dict_remove, enchant_dict_remove_from_sess...Eric Albright2007-11-2012-198/+1271
* Unicode normalization for comparing suggestion listsEric Albright2007-11-201-0/+2
* Unicode normalizationEric Albright2007-11-202-3/+133
* Take capitalization into account when suggesting a word in the pwl.Eric Albright2007-11-201-0/+312
* Take capitalization into account when checking a word in the pwl.Eric Albright2007-11-201-0/+110
* Edit distance function compare unichar char instead of utf8 charsEric Albright2007-11-182-2/+50
* Utf-8 validationEric Albright2007-11-1710-11/+173
* ignore lines with invalid utf8 in pwlEric Albright2007-11-172-0/+43
* Ignore UTF-8 BOM at beginning of pwlEric Albright2007-11-172-1/+59
* unit tests over enchant.cEric Albright2007-11-1033-0/+5391