]> git.lyx.org Git - lyx.git/history - src/mathed/MathParser.cpp
MathML: consider ordinary and alphabetical characters as identifiers instead of opera...
[lyx.git] / src / mathed / MathParser.cpp
2024-03-09 Thibaut CuvelierMathML: consider ordinary and alphabetical characters...
2023-11-06 Enrico ForestieriAllow using the text properties dialog in mathed
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-13 Enrico ForestieriFix bug #12561
2022-02-20 Jean-Marc LasgouttesFix unintialized variables spotted by coverity
2021-01-05 Richard Kimberly... Fix bug #11104. Activate refstyle support for InsetMathRef.
2020-12-30 Yuriy SkalkoFix C++20 compilation on systems where char_type is...
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-01 Yuriy SkalkoUse const references
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2020-07-20 Jean-Marc LasgouttesImplement properly \limits and \nolimits
2020-06-25 Jean-Marc LasgouttesRun codespell on src/mathed
2020-02-12 Stephan WittRemove another unnecessary assignment
2020-02-10 Enrico ForestieriRemove unnecessary assignments
2020-02-10 Enrico ForestieriMake sure to not dereference a null pointer.
2019-09-15 Jean-Marc LasgouttesClarify calculation precedence for '&' and '?'
2019-09-15 Jean-Marc LasgouttesMake code more obvious
2019-07-14 Jean-Marc LasgouttesMake some InsetMathGrid members private
2019-05-26 Enrico ForestieriPartial fix for bug #11586
2019-05-18 Enrico ForestieriFix bug #10499
2019-04-26 Enrico ForestieriRevert [60ac25a4/lyxgit], [30f16463/lyxgit], and part...
2019-04-24 Enrico ForestieriYet another attempt at properly fixing #11552
2019-04-23 Enrico ForestieriAmend [54147a71/lyxgit]
2019-04-19 Enrico ForestieriFix #11552 in a different way
2019-04-18 Kornel BenkoAmend [f2029fb3/lyxgit]
2019-04-17 Enrico ForestieriAmend [f2029fb3/lyxgit]
2019-04-17 Enrico ForestieriFix bug #11552
2019-04-15 Enrico ForestieriProperly fix #9616
2018-11-07 Jean-Marc LasgouttesFixup 097da3a9: update the math parser
2018-10-04 Richard HeckFix bug 9798.
2018-02-22 Richard HeckFix bug #10863.
2018-02-09 Enrico ForestieriAvoid an infinite loop
2017-12-16 Richard HeckProperly fix #10863 compiler warnings.
2017-12-16 Richard HeckRevert "Fix #10863 compiler warnings."
2017-12-16 Richard HeckFix #10863 compiler warnings.
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-06-19 Enrico ForestieriFix bug #10546
2017-04-05 Jean-Marc LasgouttesCheck both lower and upper bound for tainted loop limit
2017-04-02 Enrico ForestieriFix bug #10581
2017-03-28 Jean-Marc LasgouttesLimit multirow to 100 columns in mathed
2017-02-11 Guillaume MunchDisable InsetMathKern with invalid lengths (#10539)
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchFix wrong parse of macro parameter and crash
2016-12-06 Jean-Marc LasgouttesAccept \kern and \mkern for math kerning
2016-11-05 Guillaume MunchDon't parse multicolumn if the grid does not support it
2016-11-05 Enrico ForestieriAvoid dataloss with \multicolumn
2016-10-31 Enrico ForestieriDon't print useless messages while parsing math macros
2016-10-19 Jean-Marc LasgouttesRemove unused methods in anononymous namespace
2016-06-16 Georg BaumRemove InsetMathXYArrow
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2015-10-10 Georg BaumFix multicolumn regression (bug #9788)
2015-05-17 Georg BaumParse \multicolumn in math (bug 396)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-29 Georg BaumStore ASCII data in std::string
2014-12-29 Georg BaumFix html export of \ne (second part of bug #9372)
2014-11-26 Georg BaumBetter fix for bug #8679
2014-11-20 Georg BaumFix unwanted curly braces in formula (bug #8679)
2014-11-04 Enrico ForestieriFix bug #7970: space disappears from equation when...
2014-08-24 Uwe Stöhrsupport for the LaTeX commands \x***arrow
2014-05-27 Georg BaumNative support for \notag
2014-05-27 Georg BaumNative support for \smash[t] and \smash[b]
2014-02-27 Georg BaumFix dataloss for align env inside math
2014-02-26 Georg BaumFix misparsing of alternative simple formulas
2014-02-19 Georg BaumFix regression of 18779013 for \smash
2014-02-10 Juergen SpitzmuellerDo not crash with empty (invalid) math environments...
2013-02-24 Georg BaumFix regression of 5261ae6a2
2013-02-17 Georg BaumFix bug #1424: Native \sideset inset
2012-12-28 Georg BaumFix bug #8464: stackrel with subscript.
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()
2012-05-06 Georg BaumDo not swallow math comments in tex2lyx.
2012-05-02 Vincent van RavesteijnFix bug #8089: Handle spaces at the end of the stream
2012-05-02 Vincent van RavesteijnMathParser: Do not rewind the stream if we can't read...
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 BaumExtend the notermination flag to math as well.
2012-01-23 Uwe Stöhradd support for the package cancel in math (fixes ...
2012-01-03 Georg BaumFirst step towards a more generic package off/auto...
2011-12-08 Georg BaumBeautify output of \usepckage statements (each statemen...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-08-29 Uwe StöhrInsetSpace support for
2011-04-22 Enrico ForestieriFix deletion of empty last row for \smallmatrix (part...
2010-12-20 Enrico ForestieriRefine fix for bug #7183.
2010-12-18 Enrico ForestieriFix bug #7183 (User math macros defined in child docume...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-07-23 Enrico ForestieriRefine fix for bug #1337.
2010-07-22 Enrico ForestieriFix bug #1337: LyX confused on $ symbol in math equations
2010-07-05 Enrico ForestieriAdd last missing inner-hull grid type environments.
2010-07-05 Enrico ForestieriCorrect refinement fix for #6595. The problem was not...
2010-07-04 Enrico ForestieriRefine fix for #6595. It turns out that the last empty...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-06-09 Enrico ForestieriFix bug #6756: import problem with \ (no space following)
2010-04-02 Vincent van RavesteijnFix bug #6633: Equations that end in \limits or \nolimi...
2010-03-10 Enrico ForestieriFix bug #6581: Empty base of a script inset should...
2010-02-04 Enrico ForestieriFix bug #2872: reference in math to label with "undersc...
2009-11-11 Uwe Stöhr- introduce option to suppress the LaTeX package mhchem...
2009-11-08 Enrico ForestieriDon't use updateMacros() in the math parser, in order...
next