]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathRoot.cpp
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMathRoot.cpp
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2021-02-27 Enrico ForestieriFix bug #3294
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-01 Yuriy SkalkoUse const references
2020-06-18 Thibaut CuvelierMathML stream allows for name spaces.
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2019-06-14 Jean-Marc LasgouttesRevert "Rename LM_TC_* to FONT_STYLE_*"
2019-06-14 Jean-Marc LasgouttesRename LM_TC_* to FONT_STYLE_*
2018-11-10 Enrico ForestieriRestore correct left/right navigation in root inset
2018-11-09 Jean-Marc Lasgouttesimprove left/right navigation in root inset
2018-11-07 Jean-Marc LasgouttesFixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
2018-11-07 Jean-Marc LasgouttesChange cell numbers so that 0 is the main cell
2018-04-20 Jean-Marc LasgouttesBetter mechanism for setting cell cell height
2017-12-04 Jean-Marc LasgouttesFixup 16af6e7c
2017-12-04 Jean-Marc LasgouttesImplement display of roots more faithfully
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-31 Jean-Marc LasgouttesImprove drawing of math roots (\sqrt and \root)
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Jean-Marc LasgouttesRename InsetMathNest::metrics to cellsMetrics
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2016-11-22 Guillaume MunchInsetMath: match the screen display with the EnsureMath...
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2010-04-28 Enrico ForestieriDon't hardcode Color_math, such that decorations and...
2010-03-31 Richard HeckMake sure to call the parent's validate method.
2010-03-31 Richard HeckHTML for roots.
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...
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
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
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-05-19 Stefan Schimanski* only antialias the whole polyline or no segment at all
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
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...