]> git.lyx.org Git - lyx.git/history - src/lyxfind.cpp
TeXOnePar() simplification: use pit_type instead of iterator
[lyx.git] / src / lyxfind.cpp
2010-12-18 Abdelrazak YounesTeXOnePar() simplification: use pit_type instead of...
2010-12-08 Jean-Marc LasgouttesFix the last part of #3733:
2010-11-22 Tommaso CucinottaIgnore ligature breaks and hyphenations during simple...
2010-11-20 Uwe Stöhrlyxfind.cpp: squash compiler warnings
2010-11-20 Tommaso CucinottaFinds formatted matches in the middle of paragraphs...
2010-11-20 Tommaso CucinottaFix update of document buffer on last replace operation.
2010-11-20 Tommaso CucinottaSome more debugging stuff.
2010-11-14 Pavel SandaFix order of return value
2010-10-14 Richard HeckFix up some of the find and replace code again. This...
2010-10-14 Pavel SandaThis stuff is general enough for lstrings
2010-10-13 Richard Heckconst
2010-10-13 Richard HeckConst.
2010-10-13 Richard HeckChange how some of the updating stuff is handled in...
2010-10-13 Richard HeckAnonymize some things.
2010-10-13 Richard HeckWhy have an argument in an anonymous method if you...
2010-10-13 Richard HeckMore find cleanup.
2010-10-13 Richard HeckBegin some cleanup of the find code. I'm trying to...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-05-02 Vincent van Ravesteijn* lyxfind: Remove unnecessary non-const reference as...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-21 Tommaso CucinottaFixed #2674 (Find and replace should restore initial...
2010-03-20 Tommaso CucinottaFixed issues in backward search in various corner cases...
2010-03-20 Tommaso CucinottaLimit the search for the word at current cursor positio...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-22 Tommaso CucinottaFixed #6555 (crash when trying to replace starting...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-07 Tommaso CucinottaMost common cases with regexps seem to work, at least...
2010-02-02 Tommaso CucinottaFixed crash on searching for empty list inside empty...
2010-01-31 Vincent van RavesteijnUse Change::isSimilarTo to find a change when merging...
2010-01-30 Tommaso CucinottaMade replace behaviour more standard: when pressing...
2010-01-29 Tommaso CucinottaMake the fake sequence for braces highly unlikely ...
2010-01-28 Tommaso CucinottaOpen or closed braces ({ or }) are now translated to...
2010-01-11 Tommaso CucinottaNow the local text language is kept while replacing...
2010-01-10 Vincent van RavesteijnCosmetics mainly: Rename math.h to cmath, reorder some...
2010-01-09 Tommaso CucinottaImplemented "whose words" option of the Advanced F...
2010-01-06 Vincent van RavesteijnFix bug #6428: Assertion when navigating to next change...
2010-01-05 Vincent van RavesteijnWhy was there a 1 ? We only have to make sure that...
2010-01-04 Tommaso CucinottaAdvanced F&R rework:
2010-01-01 Tommaso CucinottaNo need for the new LyXView::selectDocumentBuffer(...
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:
next