]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/FindAndReplace.cpp
rename buffer parameter math_number_before to math_numbering_side
[lyx.git] / src / frontends / qt4 / FindAndReplace.cpp
2016-07-04 Guillaume MunchRationalise includes
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesFindAndReplace: reorder includes
2015-05-22 Jean-Marc LasgouttesCreate proper undo groups for advanced find and replace
2015-05-17 Georg BaumFix indentation
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-10-12 Tommaso CucinottaAdded restrict-search-to-maths-only checkbox to advance...
2013-05-20 Pavel SandaHeader cleanup cont.
2013-05-05 Tommaso CucinottaAutomatic horiz/vert switch also for Advanced Tab ...
2013-05-05 Tommaso CucinottaAutomatic horiz/vert switch of layout when docking...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-06-04 Richard HeckFix crash reported by Tommaso:
2012-03-06 Tommaso CucinottaMore useful message (tells the user that ESC cancels...
2012-03-06 Tommaso CucinottaNow ESC cancels long Advanced Find and Replace operations.
2011-12-30 Tommaso CucinottaMoving the GUI consistency update to a more meaningful...
2011-12-30 Tommaso CucinottaFixing consistency of replace actions in GUI with reado...
2011-12-20 Tommaso CucinottaFixing #7410 (weird stale selection leads to assertion...
2011-10-27 Vincent van RavesteijnFix a crash in adv F&R when the a manual could not...
2011-05-22 Tommaso CucinottaAddressing #7581: now I'm copying the document class...
2011-05-08 Tommaso CucinottaStill addressing #6560: instead of cloning the BufferPa...
2011-03-29 Tommaso CucinottaFixed overlapping of both Find Advanced and Spellchecke...
2011-03-04 Tommaso CucinottaImplements functionality of the replaceAll button on...
2011-02-07 Tommaso CucinottaSearch and replace buffers are now passed from the...
2011-02-02 Tommaso CucinottaFixed focusing issue when dialog already open on lyx...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-06 Vincent van RavesteijnLyX remembers the state and geometry of the advanced...
2011-01-05 Tommaso CucinottaAvoid crash on exiting LyX while Adv Search is shown...
2011-01-03 Vincent van RavesteijnFix bug 7137: Main WA disappears on wrap-around dialog.
2010-12-31 Tommaso CucinottaAlso copying the document language to the find/replace...
2010-12-31 Tommaso CucinottaCopy document params (including language settings)...
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-11-27 Pavel SandaThis string composition badly fails on some languages...
2010-11-21 Tommaso CucinottaFinalize macros that are being typed (both in main...
2010-09-29 Richard HeckClean up this code a little bit.
2010-09-29 Richard HeckSimplify some of the find and replace code now, since...
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-26 Edwin Leuvenadv search/replace: move insert regexp to context menu
2010-03-25 Edwin Leuvensimplify adv search/replace layout
2010-03-24 Enrico ForestieriFix for Qt 4.2 (patch mostly from JMarc).
2010-03-21 Edwin Leuven- make the advanced search/replace dialog play nice...
2010-03-20 Tommaso CucinottaFixed issues in backward search in various corner cases...
2010-03-11 Vincent van RavesteijnAdjust the window settings for MacOSX.
2010-01-29 Jürgen Spitzmüller* FindAndReplace.cpp:
2010-01-27 Vincent van RavesteijnRewrite FindAndReplace::eventFilter() and make it more...
2010-01-27 Tommaso CucinottaGet rid of non-existent slot warning after removal...
2010-01-25 Jürgen SpitzmüllerFindAndReplace.cpp: line length and formatting blues
2010-01-25 Jürgen Spitzmüller* add forgotten l7n tags.
2010-01-25 Jürgen Spitzmüller* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.
2010-01-23 Jürgen Spitzmüller* FindReplace.cpp:
2010-01-22 Jürgen Spitzmüller* FindReplace: allow proper localization.
2010-01-20 Tommaso CucinottaDispatch BUFFER_SWITCH only if buffer actually changed...
2010-01-10 Tommaso CucinottaAdded hourglass cursor while searching.
2010-01-10 Vincent van RavesteijnCosmetics mainly: Rename math.h to cmath, reorder some...
2010-01-09 Tommaso CucinottaAdded ALL_MANUALS scope to Advanced Find & Replace.
2010-01-04 Tommaso CucinottaAdvanced F&R rework:
2009-12-31 Vincent van RavesteijnRevert r32673 and remove the extra redraw and setFocus...
2009-12-30 Tommaso CucinottaImplemented S_OPEN_BUFFERS scope in Advanced Find featu...
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-29 Tommaso CucinottaNow, on C-S-f, only the findWA cursor remains visible...
2009-12-17 Tommaso CucinottaRemoved unneeded commented code (fixing #6333).
2009-12-17 Tommaso CucinottaFix of bug #6333 (main document WA was entirely selecte...
2009-11-02 Vincent van RavesteijnFix bug #6144: Remover RegExp from them Menu and give...
2009-09-24 Enrico ForestieriFix FindAndReplace dialog for Qt < 4.4.0.
2009-08-22 Tommaso CucinottaAdvanced Find and Replace turned to a NoBuffer dialog...
2009-08-21 Tommaso CucinottaAdvanced Search GUI enhancements (tooltips, navigation...
2009-08-19 Tommaso CucinottaFirst implementation of feature in bug #3696
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-15 Pavel SandaFix searching bug #6139.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-02-12 Richard HeckSquash warnings.
2009-01-14 Pavel SandaFindAdvSearch. Next patch from Tommaso.
2008-12-23 Abdelrazak YounesFindAndReplace by Tommaso:
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and add a WorkArea...
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification.
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and correct focus...
2008-11-22 Abdelrazak YounesTransfer more things from FindAndReplace to EmbeddedWor...
2008-11-22 Abdelrazak YounesCreate a new EmbeddedWorkArea for dialog embedding...
2008-11-16 Abdelrazak YounesTommaso patch part 6, FindAndReplace not compiled yet.