]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathCases.cpp
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMathCases.cpp
2022-12-09 Thibaut CuvelierMathML: update code for InsetMathCases to newest classes.
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-21 Jean-Marc LasgouttesSubstack should not be allowed to change columns
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-06-18 Thibaut CuvelierMathML stream allows for name spaces.
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setPosCache
2016-11-22 Guillaume MunchInsetMath: match the screen display with the EnsureMath...
2016-10-05 Guillaume MunchFix borders of InsetMathGrid
2016-07-30 Richard HeckFix CSS for math cases.
2016-05-28 Guillaume MunchCorrect col spacing in Cases environment
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
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 HeckForgot this piece before.
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-30 Richard HeckCases for HTML.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2009-12-31 Richard HeckMathML for MathCases.
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-03-17 Jürgen Spitzmüller* InsetMathCases.cpp:
2009-03-04 Uwe StöhrInsetMathCases.cpp: fix http://bugzilla.lyx.org/show_bu...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriUse a helper method in order to avoid code repetition.
2008-06-16 Enrico ForestieriFix bug 1527
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-06 Jean-Marc Lasgouttesunbreak compilation (part 2)
2008-05-06 Abdelrazak Younesremove unneeded includes.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-05 André Pönitz#include cosmetics
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
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-30 Martin VermeerFix old error string in Cases
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...