]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiSpellchecker.cpp
Do not compute caret geometry when we are not ready to do so.
[lyx.git] / src / frontends / qt4 / GuiSpellchecker.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-09-14 Juergen SpitzmuellerMove wrap check for simple search/replace to lyxfind
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2012-07-26 Stephan WittFix bug #8238: correct the forward argument of replace2...
2012-01-12 Stephan Witt#7978 validate stored doc iterators for start position...
2012-01-04 Stephan Witt#7884 add check for missing dictionaries when spell...
2011-12-31 Stephan Witt#7969 verify cursor position when spell check is done
2011-12-24 Stephan Witt#7952 add a check for current buffer to detect buffer...
2011-10-07 Stephan Wittavoid compiler warning regarding operator precedence
2011-10-06 Stephan Witt#2511 implementation of spell check of the current...
2011-09-23 Richard HeckFix a couple unused variable warnings.
2011-07-02 Stephan Witt#7661 check buffer of cursors before using compare...
2011-04-13 Stephan Witt#7429 dismiss spell checker dialog when wrap around...
2011-04-08 Stephan WittFixes the following issues:
2011-04-06 Stephan Witt#7430 add check for first document language for the...
2011-04-04 Pavel SandaBetter compile fix from Vincent
2011-04-03 Pavel SandaTemporary fix for compile errors on older Qt's (cf...
2011-03-29 Tommaso CucinottaFixed overlapping of both Find Advanced and Spellchecke...
2011-03-24 Stephan Witt#7379 avoid the wrap spell check question when buffer...
2011-03-23 Abdelrazak YounesCleanup the SpellChecker dialog (fixes #7375 and #7379):
2011-03-18 Stephan Witt#7357 correct the numbers by introducing two modes...
2010-12-05 Stephan Wittavoid recursive check calls triggered by updateView...
2010-10-14 Richard HeckComments.
2010-10-14 Richard HeckMove the screen redraw call out of the selection-settin...
2010-09-28 Stephan Witt#6917 move forward after adding a word to personal...
2010-06-25 Jürgen SpitzmüllerGuiSpellchecker.cpp: typo
2010-04-30 Jürgen Spitzmüller* GuiSpellchecker.cpp: fix bug 6676.
2010-03-15 Jürgen Spitzmüller* GuiSpellchecker.cpp:
2010-03-11 Vincent van RavesteijnAdjust the window settings for MacOSX.
2010-02-26 Jürgen Spitzmüller* GuiSpellchecker.cpp:
2010-02-12 Jean-Marc LasgouttesFix bug #6217: Replacing a word in spellcheck does...
2010-02-10 Jürgen Spitzmüller* Spellchecker dialog:
2010-02-09 Jürgen Spitzmüller* GuiSpellchecker.cpp:
2010-02-09 Jürgen SpitzmüllerAdd language selector to the spell chekcer dialog ...
2010-01-17 Jürgen Spitzmüller* GuiSpellchecker:
2009-07-18 Jürgen Spitzmüller* fix bug 6089.
2009-07-09 Edwin Leuvencontinue spellchecking after "replace all"
2009-07-07 Jean-Marc LasgouttesFix #6013: SIGABRT if we spell check inside a math...
2009-07-04 Abdelrazak YounesLFUN_WORD_REPLACE: Invert replacement and searched...
2009-07-04 Abdelrazak YounesGuiSpellchecker: add 'Find Next' and 'Replace All'...
2009-06-22 Abdelrazak YounesCrash fix: end of doc check was wrong following previou...
2009-06-22 Abdelrazak YounesSpellchecker: Fix ignore button.
2009-04-21 Pavel SandaPatch from Edwin - spellcheck typos.
2009-04-19 Abdelrazak Younestransform the SpellChecker gui into a dock widget.
2009-04-04 Abdelrazak YounesSpellchecker: More simplifications.
2009-04-04 Abdelrazak YounesHum...
2009-04-04 Abdelrazak YounesMore SpellChecker cleanups.
2009-03-29 Abdelrazak YounesSimplifications
2009-03-29 Abdelrazak Younes* Singleton-ify the used SpellChecker object.
2009-03-29 Abdelrazak Younes* rename SpellBase to SpellChecker
2009-03-28 Abdelrazak YounesTransfer some general code from GuiSpellchecker to...
2008-12-05 Jürgen Spitzmüller* GuiSpellchecker:
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzremove spellchecker command and flag telling us whether...
2008-11-15 André Pönitzremove ispell and pspell
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-03-16 Stefan Schimanski* getSpeller create a new speller, so call it create*
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-09 André Pönitzstart work on less-likely-to-misuse iterators.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzcosmetics
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzshuffle stuff around
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-06 Jürgen Spitzmüller* src/frontends/qt4/GuiSpellchecker.cpp:
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-10-09 André Pönitzfinally merge Dialog and Controller
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-06 André Pönitznext one
2007-09-27 Abdelrazak YounesAdd session support to spell-checking and search dialogs.
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace