]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathFrac.cpp
Remove profiling.py
[lyx.git] / src / mathed / InsetMathFrac.cpp
2024-03-11 Thibaut CuvelierMathML: don't output delimiters in InsetMathBinom and
2023-10-27 Pavel SandaRevert "MathML: don't output delimiters in InsetMathBin...
2023-10-11 Thibaut CuvelierMathML: don't output delimiters in InsetMathBinom and...
2023-01-20 Thibaut CuvelierMathML: use standard {M/E}Tag{,Inline} instead of bespo...
2023-01-20 Thibaut CuvelierMathML: remove extraneous <mrow> in fractions
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-02 Thibaut CuvelierMathML: amend 26300c565f as discussed in bug 12513
2022-04-03 Thibaut CuvelierMathML: fix validity for fractions with units.
2021-05-25 Thibaut CuvelierDocBook: for MathML, mrow removal from decoration,...
2021-01-06 Thibaut CuvelierImplement \case for AASTeX.
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-12 Yuriy SkalkoSimplify Changers
2020-10-05 Yuriy SkalkoRefactoring
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_*
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-17 Jean-Marc LasgouttesFix glitch in drawing fractions
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2016-12-19 Guillaume MunchFactor code for math axis height
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setPosCache
2016-11-22 Guillaume MunchInsetMath: match the screen display with the EnsureMath...
2016-11-22 Guillaume Munchfrac: Add line thickness to height
2016-11-20 Guillaume MunchFix display of nicefrac solidus
2016-11-20 Guillaume MunchImprove fractions bar
2016-11-20 Guillaume MunchFix vertical alignment of fractions
2016-11-20 Guillaume MunchSimplify Changers interface
2016-11-20 Guillaume MunchClean up and fixes to fractions metrics and drawing
2016-11-20 Guillaume MunchCorrect computation of math font size
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
2016-11-16 Jean-Marc LasgouttesIntroduce the notion of math class
2016-06-13 Guillaume MunchRefChanger
2015-06-11 Georg BaumFix comments
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-05-12 Richard HeckMake sure we do not crash here in release mode.
2011-05-12 Richard HeckFix XHTML output for fractions and fix a crash reported...
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-04-28 Enrico ForestieriDon't hardcode Color_math, such that decorations and...
2010-03-31 Richard HeckHTML for binomials.
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-30 Richard HeckFractions via HTML.
2009-12-31 Richard HeckFix MathML for binominals.
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 HeckWhitespace.
2009-12-16 Richard HeckFix MathML for fractions.
2009-11-26 Enrico ForestieriFix bug #6351: Crash when editing the unit on a number
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-05-25 Uwe StöhrInsetMathFrac.cpp: fix the regression now completely
2009-05-25 Uwe StöhrInsetMathFrac.cpp: fix regression reported here: http...
2009-04-16 Jean-Marc Lasgouttesfix compiler warnings in new mathfrac/binom code
2009-04-08 Uwe StöhrInsetMathFrac.cpp: add some comments and remove an...
2009-04-07 Uwe StöhrInsetMathFrac.cpp: some code optimization
2009-04-06 Uwe StöhrInsetMathFrac: reimplement \cfrac with its optional...
2009-04-05 Uwe Stöhrmajor code cleanup for fractions:
2009-02-28 Uwe Stöhrsupport for \cfrac in mathed, fixes bug 2473 and can...
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-03-31 Enrico ForestieriAllow using \binom without amsmath and add support...
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: unused parameters
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-05 André Pönitz#include cosmetics
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-10-28 Uwe StöhrInsetMathFrac: add support for \tbinom and \dbinom...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-28 Uwe StöhrInsetMathFrac.cpp: fix bug 4308 by using the metrics...
2007-10-25 André Pönitzput \frac style stuff into a single unit. -161477.
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-01 Abdelrazak YounesAssertion fix.
2007-10-01 Abdelrazak YounesFix some assertions.
2007-10-01 Abdelrazak YounesCopy&Paste fix.
2007-09-30 Martin VermeerFix warning and tab problem, thx Andre
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-09-18 Martin VermeerUnits corrections, all Georg's noticed problems
2007-09-15 Martin VermeerSupport for units and fractional units with values
2007-09-12 Martin VermeerPartial support for units
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
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-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...