]> git.lyx.org Git - lyx.git/history - src/lyxfind.cpp
Cmake build:
[lyx.git] / src / lyxfind.cpp
2012-10-23 Lars Gullik Bjønnessrc/lyxfind.cpp: use local typedef to simplify
2012-10-23 Lars Gullik Bjønnessrc/lyxfind.cpp: use make_pair
2012-10-23 Lars Gullik Bjønnessrc/lyxfind.cpp: cleanup formatting
2012-10-22 Tommaso CucinottaFixed bug in escape sequence, showing up with ignore...
2012-07-30 Stephan WittMerge branch 'master' of git.lyx.org:lyx
2012-07-30 Stephan WittFix the wrong cursor move when forward flag is false:
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-18 Jean-Marc LasgouttesIn replaceSelectionWithString, do not select the new...
2012-03-06 Tommaso CucinottaNow ESC cancels long Advanced Find and Replace operations.
2011-10-18 Georg Baumcur.inTexted() != !cur.inMathed()
2011-09-27 Tommaso CucinottaWith the move from \regexp{...} to \regexp{...\endregex...
2011-09-23 Richard HeckComment out unused function.
2011-08-25 Tommaso CucinottaFixed longstanding bug in Advanced Find&Replace, when...
2011-07-10 Tommaso CucinottaAfter replacing with multi-cell contents, now advanced...
2011-06-19 Tommaso CucinottaNow Adv. F&R correctly interprets escape sequences...
2011-06-12 Tommaso CucinottaNow backslash-prefixed regexps like "\s", "\d", etc...
2011-05-29 Tommaso CucinottaAvoid extra ' ' in text-only export of consecutive...
2011-05-29 Tommaso CucinottaAvoid extra ' ' in text-only export of consecutive...
2011-05-27 Tommaso CucinottaFixed bug in matching at borders within *-environments...
2011-05-27 Tommaso CucinottaFixed Advanced F&R issue in matching things at environm...
2011-05-26 Tommaso CucinottaBugfix in how the search buffer was exported for the...
2011-05-26 Tommaso CucinottaNow advanced find and replace doesn't ignore white...
2011-05-21 Vincent van RavesteijnWhitespace: correct whitespace after r38779 and r38789.
2011-05-19 Richard HeckRevert r38779. I guess even the most innocent seeming...
2011-05-19 Stephan Witt#7564 add new argument to the documentation of LFUN_WOR...
2011-05-18 Stephan Witt#7564 make the move forward to next match after text...
2011-05-17 Richard HeckThis should not need doing, as we are called from
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-16 Tommaso CucinottaNearly cosmetics.
2011-04-12 Tommaso CucinottaNow math previews are correctly updated when replacing...
2011-03-18 Tommaso CucinottaFixes a weird bug found while playing with #7363.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-08 Tommaso CucinottaRemoving dependency on longOperationCancelled() patch.
2011-02-07 Tommaso CucinottaSearch and replace buffers are now passed from the...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-26 Tommaso CucinottaFixing regression bug after last commit. Couldn't find...
2011-01-26 Tommaso CucinottaPuts the selection at the correct position after replac...
2010-12-30 Tommaso CucinottaAddressing #6560.
2010-12-30 Tommaso CucinottaFix of #4388 also for non advanced find.
2010-12-29 Tommaso CucinottaApplying (variation of) fix by stwitt to solve #7172.
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.
next