]> git.lyx.org Git - lyx.git/history - src/HunspellChecker.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / HunspellChecker.cpp
2021-07-16 Stephan WittUse a central typedef for vectors of WordLangTuple.
2021-03-07 Juergen SpitzmuellerAdd way to remove items from document dictionary
2021-03-06 Juergen SpitzmuellerMeet per-document spelling dictionaries (fixes #86...
2021-01-04 Richard Kimberly... nullptr
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-05 Yuriy SkalkoRefactoring
2020-10-02 Jean-Marc LasgouttesPass parameters as const references when possible
2020-04-28 Jean-Marc LasgouttesDo not for copies in range-based for loops.
2020-04-18 Juergen SpitzmuellerRemap typographical apostrophe from Hunspell to plain...
2018-03-29 Juergen SpitzmuellerAdapt to new hunspell C++ ABI
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Stephan WittCorrect path names were to look for RPM based dictionar...
2016-05-29 Stephan Wittfactor out lookup of loaded hunspell checkers and use...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-18 Stephan WittAdd lookup for standard location of hunspell dictionari...
2014-01-15 Stephan Witt#8932 improved spell checker debug messages
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-03-02 Jürgen SpitzmüllerImplement access to hunspell's stemming function and...
2012-01-04 Stephan Witt#7884 add check for missing dictionaries when spell...
2011-05-03 Pavel SandaGive more info whats actually going on in hunspell.
2011-02-18 Stephan Witt#7170 simplify the hunspell dictionary lookup; use...
2011-02-17 Stephan Witt#7170 add id() method for language; add variety of...
2010-12-02 Stephan Witt#7043 add the implementation of a persistent personal...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-06-08 Jean-Marc Lasgouttesfix warnings
2010-06-06 Stephan Wittavoid preprocessor macros for path constants
2010-05-29 Stephan Wittconsolidate dictionary lookup of spellchecker and thesa...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-10 Jürgen Spitzmüller* Thesaurus.cpp:
2010-02-10 Jürgen SpitzmüllerFix hunspell.
2010-02-10 Jürgen Spitzmüller* Spellchecker dialog:
2010-02-09 Jürgen Spitzmüller* store the full Language in WordLangTuple.
2010-01-21 Jürgen Spitzmüller* HunspellChecker.cpp:
2009-12-05 Vincent van RavesteijnFix HunspellChecker when the path is specified with...
2009-12-05 Vincent van RavesteijnFix HUnspellChecker when the path is specified with...
2009-12-04 Richard HeckFix strange problem reported by Stefano Franchi.
2009-11-25 Richard HeckFedora, and probably some other platforms, follow the...
2009-08-09 Abdelrazak YounesFix hunspell suggestion call.
2009-08-08 Abdelrazak YounesMinimal support for hunspell. Spellchecking works but...
2009-08-02 Abdelrazak YounesSpellChecker work:
2009-08-01 Abdelrazak YounesFix MSVC warning
2009-08-01 Abdelrazak Younes* Rename HunspellSpellChecker to HunspellChecker and...