]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMath.h
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMath.h
2023-11-06 Enrico ForestieriAllow using the text properties dialog in mathed
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-12-09 Jean-Marc LasgouttesOverhaul (no)limits support
2020-12-02 Yuriy SkalkoCleanup headers
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-02 Enrico ForestieriAssure correct spacing of colored items in mathed
2020-07-20 Jean-Marc LasgouttesImplement properly \limits and \nolimits
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-04-21 Juergen SpitzmuellerSome more 0 > nullptr substitutions
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-03-23 Jean-Marc LasgouttesLinearize macros in box edit mode too.
2017-02-21 Jean-Marc LasgouttesRevert "Linearize macros in box edit mode too."
2017-02-14 Jean-Marc LasgouttesLinearize macros in box edit mode too.
2017-02-01 Jean-Marc LasgouttesIntroduce hooks to encapsulate macro code of MathRow
2017-01-31 Guillaume MunchImplement rule 17
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
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 LasgouttesOnly display a blue rectangle for editable empty insets
2016-11-16 Jean-Marc LasgouttesSet correctly the spacing between atoms in MathData
2016-11-16 Jean-Marc LasgouttesIntroduce the notion of math class
2016-10-14 Jean-Marc LasgouttesRemove useless #include
2016-07-04 Guillaume MunchRationalise includes
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup of spacing in mathed
2016-05-29 Jean-Marc LasgouttesRemove declaration of classes that do not exist
2016-05-28 Guillaume MunchSanitize InsetMathHull and add a check for mutability...
2015-10-19 Guillaume MunchAdd a unique id to math insets
2015-06-14 Enrico ForestieriReplacement for commits bc47054b and ad0d0f6d
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-22 Jean-Marc LasgouttesFix the last clang warnings about overloaded virtual...
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-09-12 Scott KostyshakTypos
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-07-05 Enrico ForestieriRevert r34761 because that was not the right fix that...
2010-07-05 Enrico ForestieriRefine fix for #6595. Don't add \\ to the last empty...
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
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...
2009-08-01 Vincent van RavesteijnAdd const versions of Inset::asInsetMath.
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-06 Enrico ForestieriBetter fix for #6049 and similar cases with other math...
2008-11-16 Abdelrazak Younespart 7
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-23 Enrico ForestieriFix bug 5393
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriUse a helper method in order to avoid code repetition.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: unused parameters
2007-12-22 Stefan Schimanski* kerning may depend on the BufferView because the...
2007-11-01 Stefan Schimanski* non-const coercion for math braces
2007-08-20 Georg Baumfix bug 4132: parse some more column specifiers
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengRename class RefInset to InsetMathRef
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 1
2007-04-17 Abdelrazak YounesRevert to revision 17835: I applied the wrong tree!
2007-04-17 Abdelrazak YounesFix bug 1395 by Stefan Schimanski:
2007-03-21 Enrico ForestieriAccount for real width of nucleus when positioning...
2007-02-20 Michael Schmitt * src/mathed/InsetMath.[Ch]: implement plaintext(...
2007-02-16 Michael Schmitt * src/mathed/InsetMath.h: "implement" plaintext()...
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX