]> git.lyx.org Git - lyx.git/history - src/TexRow.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / TexRow.cpp
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-21 Jean-Marc LasgouttesAlways qualify calls to std::move()
2022-03-01 Thibaut CuvelierRename LATEX debug level to OUTFILE and use it for...
2020-10-25 Yuriy SkalkoMove include of own header to the top. Fix dependencies
2016-10-22 Guillaume MunchImprovement to the reverse-search algorithm
2016-10-22 Guillaume MunchTexRow: enable new RowEntry types
2016-10-22 Guillaume MunchMove class definitions inside main class
2016-10-22 Guillaume MunchSimplify and add debug message
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-10-16 Guillaume MunchFixes to reverse search
2016-10-16 Guillaume MunchImplement reverse-search in the source panel
2016-10-16 Guillaume MunchNew LFUN paragraph-goto id_start pos_start id_end pos_end
2016-10-16 Guillaume MunchTexRow for InPreamble
2016-10-16 Guillaume Munchtexstring and otexstringstream
2016-09-23 Guillaume MunchFix compilation with MSVC 2015
2016-09-23 Guillaume MunchReverse search: select a whole row
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-09-23 Guillaume MunchFix type of pos
2016-09-23 Guillaume MunchTexRow: clean up and simplify
2016-07-04 Guillaume MunchRationalise includes
2016-06-14 Guillaume MunchFix bug #10195
2015-11-20 Stephan Wittimproved data types for prefix length and pointer diff
2015-10-24 Stephan WittFix a missing-braces warning for initialization of...
2015-10-20 Vincent van RavesteijnRevert "msvc: Fix compilation of TexRow"
2015-10-19 Guillaume MunchTexRow: fix return value on invalid row input.
2015-10-19 Vincent van Ravesteijnmsvc: Fix compilation of TexRow
2015-10-19 Guillaume MunchAdd cursor<->row correspondance tracking for tables...
2015-10-19 Guillaume MunchImprove the TexRow Cursor->Row algorithm for selections.
2015-10-19 Guillaume MunchAdd math cell positions to TexRow
2015-10-01 Guillaume MunchImprovements to cursor highlighting in the source panel
2011-03-10 Enrico ForestieriMake sure to associate each line of the exported latex...
2010-04-16 Pavel SandaAttempt on #6655.
2010-04-16 Pavel SandaBetter debug ouput
2010-04-15 Pavel SandaFix #94 - LYX forward DVI search
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-18 Abdelrazak YounesTexRow::getRowFromIdPos(): Don't assume a vector contai...
2008-02-18 Abdelrazak Younesheader cleanup
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-08-14 Abdelrazak Younesfix MSVC warning.
2007-08-13 Alfredo Braunsteinsmall fix to selection of last view source line
2007-08-13 Alfredo Braunstein* TexRow.{h,cpp} switch from std::list to std::vector
2007-04-26 Bo PengRename .C ==> .cpp for files in src/