]> git.lyx.org Git - lyx.git/history - src/lyxfind.cpp
Fix some issues with textmode. We'll let SetMode() handle as much of
[lyx.git] / src / lyxfind.cpp
2009-12-30 Tommaso CucinottaCode cleanup.
2009-12-30 Tommaso CucinottaImplemented S_OPEN_BUFFERS scope in Advanced Find featu...
2009-12-30 Tommaso CucinottaCosmetics: removed unneeded std::
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-26 Tommaso CucinottaFixed bug: now, when searching backwards, after wrap...
2009-12-26 Tommaso CucinottaFixed infinite loop on backwards search when matching...
2009-12-17 Tommaso Cucinottaindentation fix.
2009-12-17 Tommaso CucinottaFix of bug ##6334 - now if you search for something...
2009-09-04 Richard HeckFix typo.
2009-09-04 Jürgen Spitzmüllerstylistics
2009-09-04 Jürgen Spitzmüllerstylistics.
2009-08-22 Tommaso CucinottaFix of issue when searching at paragraph boundaries...
2009-08-20 Uwe Stöhrlyxfind.cpp: this was accidentally removed in r31163
2009-08-20 Uwe Stöhrlyxfind.cpp/h: make LyX compilable
2009-08-19 Tommaso CucinottaFirst implementation of feature in bug #3696. Needs...
2009-08-19 Tommaso CucinottaFixed Find LyX with replace, in common use cases.
2009-08-17 Pavel SandaAdd find debug level. Patch from Tommaso.
2009-08-17 Pavel SandaBackward search. Next bits from Tommaso.
2009-08-17 Pavel SandaNext bits from Tommaso, part of bug #6139.
2009-08-15 Vincent van RavesteijnFix warnings.
2009-08-15 Pavel SandaFix searching bug #6139.
2009-08-04 Vincent van RavesteijnRemove some unnecessary negated logic.
2009-07-04 Abdelrazak YounesLFUN_WORD_REPLACE: Invert replacement and searched...
2009-05-07 Abdelrazak YounesSquash gcc warnings.
2009-04-15 Vincent van RavesteijnFix a small bug in the finding of changes. If a change...
2009-04-15 Vincent van RavesteijnFix the bug that when pressing the merge button while...
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 5): GuiChanges lacks "Previous...
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 1): GuiChanges lacks "Previous...
2009-01-14 Pavel SandaFindAdvSearch. Next patch from Tommaso.
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-12-07 Uwe Stöhrlyxfind.cpp: fix spacing
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 André Pönitzcosmetics
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-15 Abdelrazak YounesFirst part of Tommaso advanced search patch. Only the...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Abdelrazak Younesrevert hazardous part of r26957 and add a comment,...
2008-10-24 Jean-Marc LasgouttesFix bug 5310: http://bugzilla.lyx.org/show_bug.cgi...
2008-10-19 Abdelrazak YounesParagraph:
2008-08-15 Jean-Marc LasgouttesBug 5173: Undo Grouping
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-10 Abdelrazak YounesEnsure that the cursor is visible when searching text...
2008-02-10 Abdelrazak YounesFix LFUN_WORD_FIND
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
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-13 André Pönitzcosmetics
2007-10-24 Abdelrazak YounesIntroducing Paragraph::find().
2007-10-20 André Pönitzcosmetics
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-06-19 Michael Schmitt * src/BufferView.cpp:
2007-06-10 Jürgen SpitzmüllerFix bug 3160 and 3812:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src/