]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathGrid.h
Rename MathStream to MathMLStream.
[lyx.git] / src / mathed / InsetMathGrid.h
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-12-02 Yuriy SkalkoCleanup headers
2020-12-02 Yuriy SkalkoSimplify InsetMathGrid structs
2020-11-01 Yuriy SkalkoUse const references
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-10-21 Jean-Marc LasgouttesBe careful before using buffer parameters in colAlign
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-07-14 Jean-Marc LasgouttesAdd empty rows to grid insets when numbers are too...
2019-07-14 Jean-Marc LasgouttesMake some InsetMathGrid members private
2018-10-04 Jean-Marc LasgouttesFix display of gather in lefteqn mode
2018-04-05 Jean-Marc LasgouttesWhen inserting math inset, put cursor selection in...
2017-07-03 Richard HeckFix whitespace at EOL.
2017-06-08 Jean-Marc LasgouttesProperly use top/bottom edit marker for grid inset
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2016-11-05 Guillaume MunchDon't parse multicolumn if the grid does not support it
2016-10-05 Guillaume MunchFix borders of InsetMathGrid
2016-08-30 Jean-Marc LasgouttesRemove unused struct members
2016-07-30 Richard HeckFix HTML display of math matrices.
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
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-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 Guillaume MunchFix the display of column spacing in AMS environments
2016-01-19 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2015-05-17 Georg BaumParse \multicolumn in math (bug 396)
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
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
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-03-30 Richard HeckCases for HTML.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2008-11-16 Abdelrazak Younespart 7
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-18 Jean-Marc Lasgouttesuse Length::inPixel and not Length::inBP to get screen...
2008-03-15 André Pönitzcosmetics
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-05 Martin VermeerRevert 4323/2 fix addRow -> appendRow part
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-11-05 Martin VermeerFix bug 4323/2, and more logical naming of addRow
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-20 Georg Baumfix bug 4132: parse some more column specifiers
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-21 Abdelrazak YounesOptimisation: remove the inset mailer used in the dtor...
2007-03-19 Georg BaumFix bug 2932 (non-UI part only)
2007-01-20 Abdelrazak YounesPrepare for independent decoration drawing.
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX