]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlSearch.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlSearch.C
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-01-26 Angus LeemingConvert the Search/Replace dialog to the cleaner MCV...
2004-01-15 André Pönitzthe monster patch
2004-01-07 Angus LeemingHandle the new LFUN_WORD_FIND and LFUN_WORD_REPLACE.
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-05-13 André Pönitznon-templated tostr in separate files
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-10-24 Angus Leeming(Rob Lahaye): minor xforms nits 'n' bobs.
2002-10-20 Lars Gullik Bjønnesthe qtclean-2 patch with some very small changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingNothing but a changed email address (trying to factor...
2002-08-14 Angus Leeming* Throw out DialogBase.h
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-08-02 Angus LeemingLyXView::view() now returns boost::shared_ptr<BufferVie...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-01-16 Angus LeemingThe reducing file dependencies in the frontends patch.
2001-09-07 Angus LeemingFix semantics of Replace in Find & Replace dialog
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-20 Jürgen VignaImplemented Search/Replace functionality for Insets...
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingAdded // -*- C++ -*- to the top of all files in control...
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-05 Jean-Marc Lasgouttesdo not include language.h and gettext.h in lyxfont...
2001-03-26 Angus LeemingImplemented controller-view split for Search popup.