Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-29 | Fix merge from OOO_STABLE_1 | Sander Vesik | 1 | -6/+2 | |
2002-07-29 | Merge from OOO_STABLE_1 | Sander Vesik | 5 | -169/+421 | |
2002-05-09 | merged kh's changes in 1.0 branch into trunk | nidd | 2 | -13/+20 | |
2002-02-28 | Fixed bug with gcc 3.X. | nidd | 1 | -2/+4 | |
2002-01-07 | fixes for proper use of DictMgr object and cleanup. | Kevin Hendricks | 1 | -47/+54 | |
Also fixes to prevent re-parsing of the dictionary.lst and prevent corruption of the data structures used to store the list of dictionaries to use, locales, and encodings. A mutex is already in place to prevent changes to these structures simultaneously but nothing was present to prevent reparsing of dictionary.lst Kevin | |||||
2001-12-25 | Fixed bugs caused by relocation in source-tree. | nidd | 1 | -3/+3 | |
2001-12-25 | Import of hyphenation data files. | nidd | 1 | -0/+102 | |
2001-12-25 | Initial import of altlinux hyphenation module | nidd | 8 | -0/+1728 | |
2001-12-03 | changes so that a separate locale list is kept to better | Kevin Hendricks | 2 | -47/+68 | |
support spellchecking in multiple languages at once fixes for use OU2A and OU2ENC which created temporary variables that were passed in to MySpell which is not a good idea since those temp variables could go away before the end of the function call. Thanks to Thomas Lange for pointing this out. Kevin | |||||
2001-12-03 | fix lib spell to read from a parsed dictionary.lst of user installed | Kevin Hendricks | 2 | -96/+164 | |
dictionaries, move dictionary location to user/wordbook now allow for spell checking with multiple dictionaries and multiple locales at the same time. | |||||
2001-09-24 | fix to return a spell alternative object even when | Kevin Hendricks | 1 | -4/+2 | |
no suggestions are found Kevin | |||||
2001-09-11 | fix thinko WNT though have been using libmyspell.lib | Kevin Hendricks | 1 | -3/+3 | |
Kevin | |||||
2001-09-11 | fix makefile to use proper myspell lib name under WNT | Kevin Hendricks | 1 | -3/+11 | |
Kevin | |||||
2001-09-10 | fix path so that calle to systempath creates the proper native | Kevin Hendricks | 1 | -12/+14 | |
path for myspell Kevin | |||||
2001-09-08 | adding a modified version of Thomas Lange's linguistic workben | Kevin Hendricks | 10 | -0/+2131 | |
code to create a spellchecking component for OpenOffice that uses myspell |