]> git.lyx.org Git - lyx.git/history - src/mathed/MathExtern.cpp
Force a Buffer * argument to math insets constructor
[lyx.git] / src / mathed / MathExtern.cpp
2024-04-24 Jean-Marc LasgouttesForce a Buffer * argument to math insets constructor
2024-04-24 Jean-Marc LasgouttesForce a Buffer * argument to MathData constructor
2024-04-02 Juergen SpitzmuellerFix label escaping in InsetMathRef (#12980)
2024-03-11 Thibaut CuvelierExtract vert, langle, rangle in MathExtern like parenth...
2024-03-11 Thibaut CuvelierImprove const correctness.
2024-03-11 Thibaut CuvelierMemorise whether delims are extracted from MathExtern.
2024-03-10 Thibaut CuvelierReduce code duplication.
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-01 Thibaut CuvelierMathML: should display "Text" MathFont using proper...
2022-03-20 Kornel BenkoFindAdv: If possible use unicode instead of math comman...
2021-05-25 Thibaut CuvelierMathML: use M/ETagInline.
2021-01-15 Kornel BenkoReplace calls from make_unique to lyx::make_unique
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-10-12 Yuriy SkalkoRight exception rethrowing
2020-10-05 Yuriy SkalkoRefactoring
2020-09-11 Yuriy SkalkoRefactor runCommand
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-06-18 Thibaut CuvelierMathML stream allows for name spaces.
2019-05-26 Enrico ForestieriPrefer mathmode commands over textmode ones
2019-05-26 Enrico ForestieriUse ranges
2019-05-26 Enrico ForestieriSupplement the fix for bug #11586
2017-12-16 Richard HeckFix #10862 compiler warnings.
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-04-05 Jean-Marc LasgouttesCheck both lower and upper bound for tainted loop limit
2017-03-28 Jean-Marc LasgouttesLimit the amount of derivatives in external CAS
2016-07-03 Georg BaumFix regression of 6dfc25508
2016-07-02 Georg BaumFix CAS input on windows (bug 10262)
2016-06-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2016-06-26 Enrico ForestieriTweak output from maxima
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2015-10-19 Guillaume MunchRemove a deep copy of MathData in lyx::write
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2015-09-12 Jean-MarcMake the while loop actually loop
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-03-04 Georg BaumFix compilation with libc++
2013-03-27 Richard HeckDisable extractFunctions() for MathML and HTML output.
2013-03-27 Richard HeckAdd some notes about problems with extractFunctions().
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()
2011-04-01 Richard HeckThe mode setting stuff wasn't working properly for...
2011-04-01 Richard HeckRevert unintentional commit.
2011-04-01 Richard HeckClean up XHTML output a bit.
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-31 Richard HeckRevert r33989. We do need this.
2010-03-30 Richard HeckI don't think we need to do this for MathML or HTML.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-01-21 Richard HeckWe do not need to extract exponents, either.
2010-01-21 Richard HeckWe do not need to extract limits for MathML.
2009-12-31 Richard HeckWe do not need special treatment of differentials for...
2009-12-31 Richard HeckFix some issues with textmode. We'll let SetMode()...
2009-12-31 Richard HeckWrap text in <mtext>, not <mrow>.
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-17 Richard HeckSo this changes the way we handle sums and such. We...
2009-12-17 Richard HeckRevert r32566 and r32568.
2009-12-17 Richard HeckMake InsetMathExInt handle products as well as sums.
2009-12-16 Richard HeckDetect appropriate delimiter for matrices.
2009-11-14 Richard HeckFix parsing of functions and arguments for MathML.
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-09-08 Pavel SandaCoding style
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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-28 Abdelrazak Younes* FileName:
2007-11-05 André Pönitz#include cosmetics
2007-10-04 André Pönitzremove uneeded code;
2007-08-30 André Pönitzuse bald pointers in clone()
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...