Commit Graph

19 Commits

Author SHA1 Message Date
Stas Degteff
4b33543f42 Attempt to fix collateral action of function LoadCharset() which called from schecker.Load(). Bugreport from Vladimir Fyodorov 2:50/15@fidonet 2012-05-15 17:02:39 +00:00
Semen Panevin
47bccb26ed Fixed build 2011-03-20 19:07:00 +00:00
Stas Degteff
1d2b0ef698 Prepare to use system hunspell library. Patch from Semen Panevin 5025/121 2011-03-20 15:48:14 +00:00
Stas Degteff
9dfda10ada Describe last changes 2011-03-15 07:48:41 +00:00
Stas Degteff
48a1bf6e0b Prevent buffer overflows: 1 - Use dinamic arrays and std::string instead arrays created in stack, 2 - check pointers in parameters of functions 2011-03-15 06:50:50 +00:00
Stas Degteff
39bccb92ba Several dictionnaries may be defined for Spell checking feature. Patch from Semen Panevin 2:5025/121 2011-03-14 02:56:12 +00:00
Stas Degteff
ba101fcb7c License comments 2011-03-14 02:31:14 +00:00
Stas Degteff
76da9f5b0f Use macroses GOLD_SLASH_CHR GOLD_SLASH_STR GOLD_WRONG_SLASH_CHR GOLD_WRONG_SLASH_STR instead string and char constatnts / and \ 2011-02-14 00:27:05 +00:00
Stas Degteff
9ff0025e52 Add destructor to CMYSpellLand & CMSSpellLand 2006-11-23 14:30:25 +00:00
Ianos Gnatiuc
df425217eb Added HunSpell support 2006-04-08 04:30:32 +00:00
Ianos Gnatiuc
f5971f8c6e Win32: MS Spell dictionary charset is identified in the proper way. Also, language ID is in human readable form now. 2006-04-05 15:56:04 +00:00
Ianos Gnatiuc
ef23aba6de Win32: Fixed addition of new words to MS Spell user dictionary 2006-03-27 18:39:27 +00:00
Ianos Gnatiuc
8be23dd403 - Fixed MSVC build and some cosmetic fixes/optimizations 2006-03-12 10:48:42 +00:00
Stas Degteff
df1529fd6a GCC build with Myspell support (mingw-cygwin) 2006-03-12 07:57:03 +00:00
Ianos Gnatiuc
60ab82953c Fixed some bugs 2006-03-11 19:24:51 +00:00
Ianos Gnatiuc
8a041219e4 Added support for MySpell spellchecker 2006-03-11 17:04:06 +00:00
Stas Degteff
6854113d84 Replace macro __GOLD_SPELL__ with GCFG_NOSPELLDLL; DLL-speller allowed only for Win32; external cpellcheck program is disabled if DLL-speller is enabled 2006-01-21 00:57:09 +00:00
Ianos Gnatiuc
ec0141aa1d Fixed dictionary unloading bug, on language changing 2005-11-30 06:55:55 +00:00
Ianos Gnatiuc
b1ea7b88dd Win32: Added spellchecker code. Must be defined __GOLD_SPELL__ to enable. 2005-11-28 20:06:38 +00:00