]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathGrid.cpp
Limit multirow to 100 columns in mathed
[lyx.git] / src / mathed / InsetMathGrid.cpp
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchNew word-movement behaviour in Math
2017-01-03 Guillaume MunchRemove hardcoded values
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
2016-10-22 Guillaume MunchMove class definitions inside main class
2016-10-09 Guillaume MunchRemove unused variable warning
2016-10-05 Guillaume MunchFix borders of InsetMathGrid
2016-09-29 Guillaume MunchFix horizontal lines in math arrays
2016-09-08 Georg BaumPrepare for mutlicolumn lines
2016-09-08 Jean-Marc LasgouttesSet vertical lines in math arrays correctly on Y axis
2016-08-30 Jean-Marc LasgouttesRemove unused struct members
2016-08-02 Richard HeckFix problem noticed by Scott.
2016-07-30 Richard HeckFix HTML display of math matrices.
2016-07-04 Guillaume MunchRationalise includes
2016-06-26 Georg BaumRemove using directives from headers
2016-06-13 Guillaume MunchSimplify the TexRow information for mathed output
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-28 Guillaume MunchSanitize InsetMathHull and add a check for mutability...
2016-05-28 Guillaume MunchFix the display of column spacing in AMS environments
2016-05-28 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2016-01-19 Uwe StöhrRevert "Revert "Fix the display of column spacing in...
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Guillaume MunchFix the display of column spacing in AMS environments
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Uwe StöhrRevert "Fix the display of column spacing in AMS enviro...
2016-01-19 Uwe StöhrInsetMath: normalize the line endings of 2 files
2016-01-19 Guillaume MunchFix the display of column spacing in AMS environments
2016-01-19 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2015-12-26 Jean-Marc LasgouttesAvoid swapping a cell with itself
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2015-10-10 Georg BaumAdd missing intializations
2015-10-10 Georg BaumFix multicolumn regression (bug #9788)
2015-10-09 Georg BaumInitialize member
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-07-15 Jean-Marc LasgouttesRemove extra row painting added by horizontal scroll...
2015-05-17 Georg BaumParse \multicolumn in math (bug 396)
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-01-19 Georg BaumFix pasting insets into math (bug #9302)
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2012-12-30 Georg BaumFix bug #8468: Wrong import of UTF8 CJK.
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-17 Jean-Marc LasgouttesSimpler fix for undo support when entering \hline in...
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumFix bug #6936.
2011-10-18 Georg BaumFix on-screen alignment of multline equations
2011-05-08 Georg Baumremove dead code
2011-03-29 Vincent van RavesteijnFix bug #7351 (oart 2). Missing update.
2011-01-04 Vincent van RavesteijnFix bug #7106: iterator out of range while copying...
2010-12-21 Stephan Wittfix typo: double semicolon at line end of code
2010-11-30 Vincent van RavesteijnFix bug #4849: Split cell always enabled in (context...
2010-11-25 Uwe StöhrInsetMathGrid.cpp: whitespace
2010-11-06 Richard HeckSquash warning.
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-05 Enrico ForestieriRevert r34761 because that was not the right fix that...
2010-07-05 Enrico ForestieriRefine fix for #6595. Don't add \\ to the last empty...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
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-31 Richard HeckChange semantics of two-arg htmlize to make more consis...
2010-03-30 Richard HeckCases for HTML.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-06 Abdelrazak YounesFix bug #6564. The cmd status retrieval is quite broken...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2009-12-31 Richard HeckFix up the InsetMathGrid output: detect better if we...
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
2009-12-16 Richard HeckIn a normal grid, we can just use <mrow>.
2009-11-22 Vincent van RavesteijnRevert some unwanted debug info.
2009-11-22 Vincent van RavesteijnFix bug #6310: Incorrect latex for sparse matrices...
2009-11-14 Richard HeckFIXME
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-08-04 Vincent van RavesteijnFix the math output mess I caused in r30822.
2009-08-01 Vincent van RavesteijnImprove LaTeX output of arrays in math. Always output...
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-05 Enrico ForestieriRefinements to fix for bug #6041.
2009-07-05 Enrico ForestieriFix bug #6041: "tabular-feature align-" in a math-matrix.
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-04-05 Enrico ForestieriUnicode symbols entered or pasted in math are wrapped...
2009-03-04 Jean-Marc LasgouttesIn math matrices, make sure that only the align-type...
2009-02-05 Vincent van RavesteijnAllow commands with parameters in InsetMathGrid. For...
2009-02-02 Vincent van RavesteijnFix bug 5731. http://bugzilla.lyx.org/show_bug.cgi...
2008-11-16 Stefan Schimanski* compile fix
2008-11-16 Stefan Schimanski* fix latex grid output of commit http://www.lyx.org...
next