]> git.lyx.org Git - lyx.git/history - src/lyxfind.C
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / lyxfind.C
2007-01-24 Abdelrazak YounesFix screen update after CT bug.
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-10 Georg Baumconvert thesaurus and spellchecker to docstring
2006-12-08 Georg Baumrevert accidental change
2006-12-08 Georg BaumConvert the spell checking machinery to docstring.
2006-10-23 Michael Schmitt * src/lyxfind.C:
2006-10-22 Michael Schmittchange tracking:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-23 Abdelrazak Younesreplace LyXView::message() direct call with Buffer...
2006-08-16 Jean-Marc LasgouttesFix bug 2068 and do some cleanup
2006-05-08 Michael Schmittsrc/paragraph.h:
2006-05-05 Michael Schmitt src/paragraph.h:
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-11 Martin VermeerFix bug 880, or the multi-paragraph change tracking...
2005-09-07 Jean-Marc Lasgouttesfix crash when toggling change tracking off
2005-07-14 André Pönitzimplement undo for textclass switches in order to avoid...
2005-01-20 Jean-Marc Lasgouttesfix bugs discovered by msvc
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-12-20 Jürgen Spitzmüllerget the change tracker working again (bug 1719)
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-11-22 Jean-Marc Lasgouttesupdate the screen while spellchecking and merging changes
2004-11-18 Jean-Marc Lasgouttesget rid of Paragraph::isWord; ignore words with digits...
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-09-17 Jean-Marc Lasgouttesfix backwards search (bug 1666)
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-04-01 Alfredo Braunsteinadd BufferView::getStatus and use it + some lyx::find...
2004-03-31 Alfredo Braunsteins/DocumentIterator/DocIterator/g a.k.a showing off...
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André Pönitzmore 'value' semantics for paragraphs
2004-03-01 André Pönitzthe DocIterator stuff
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-03 André Pönitzremove math cursor plus
2004-02-03 Alfredo Braunsteintrivial fix
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 Lars Gullik Bjønnesuse std::advance and std::distance instead of home...
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmore shuffling...
2004-01-14 André Pönitzmove selStart and selEnd from LyXText to BufferView
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2004-01-07 Angus LeemingHandle the new LFUN_WORD_FIND and LFUN_WORD_REPLACE.
2004-01-07 André Pönitzsomewhat clearer logic
2003-12-12 Alfredo Braunsteinselection patch
2003-11-28 André Pönitzismall stuff
2003-11-24 Alfredo Braunsteinremove unneeded bv->text->init call
2003-11-17 Alfredo Braunsteinreactivate replace + some code simplification
2003-11-10 André PönitzThe deed is done.
2003-11-06 Alfredo Braunsteinflag the buffer dirty if replacing something
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-15 André Pönitzremove toggleSelection
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-16 John Levonparlist for lyxfind
2003-04-09 Lars Gullik BjønnesMake lyxcursor store a ParagraphList::iterator, change...
2003-04-08 John Levonalfredo's patch for 782 and 1020
2003-03-29 John LevonStrip old tabular code. More Alert fixes
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-04 Lars Gullik Bjønnesws changes only
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2002-08-08 John Levonsmall cleanups.
2002-07-26 Jürgen VignaFixed 2 more problems with s+r. This fixes #482.
2002-07-25 Jürgen VignaFixed some s+r bugs.
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-19 John Levonremove some more unneeded focus stuff
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-23 John Levonguii2
2002-04-12 Jürgen VignaClear the selection if we didn't find the searchstring...
next