]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathChar.cpp
Force a Buffer * argument to math insets constructor
[lyx.git] / src / mathed / InsetMathChar.cpp
2024-04-24 Jean-Marc LasgouttesForce a Buffer * argument to math insets constructor
2024-03-11 Thibaut CuvelierMathML: don't let the processor stretch operators when...
2023-07-15 Jean-Marc LasgouttesCleanup and (maybe) speedup InsetMathChar::mathClass
2023-06-28 Enrico ForestieriHonor pending spaces in InsetMathChar::write
2023-01-20 Thibaut CuvelierMathML: remove useless code
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2021-05-25 Thibaut CuvelierMathML: use M/ETagInline.
2021-05-25 Thibaut CuvelierDocBook: for MathML, mrow removal for more cases
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2021-01-02 Thibaut CuvelierRename MathStream to MathMLStream.
2020-11-12 Yuriy SkalkoSimplify Changers
2020-09-06 Enrico ForestieriFix on-screen display of special math fonts
2020-07-24 Enrico ForestieriFix placement of limits with integral signs
2020-06-18 Thibaut CuvelierMathML: Convert HTML entities to XML entities.
2020-06-18 Thibaut CuvelierMathML stream allows for name spaces.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-31 Guillaume MunchImplement rule 17
2016-11-20 Guillaume MunchmathedSymbolDim only needs a MathBase
2016-11-20 Guillaume MunchCorrect computation of math font size
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-16 Jean-Marc LasgouttesIntroduce the notion of math class
2016-11-13 Guillaume MunchDisplay properly math characters that behave like symbols
2016-06-13 Guillaume MunchRefChanger
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup of spacing in mathed
2016-02-17 Georg BaumIntroduce proper integer rounding function
2015-12-07 Scott KostyshakFix a debug comment
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2013-09-29 Vincent van RavesteijnMerge: Remove tex2lyx defines to allow for newer automake
2013-09-29 Vincent van RavesteijnEncodings: Use BufferEncodings where needed
2012-12-30 Georg BaumFix bug #8468: Wrong import of UTF8 CJK.
2012-04-30 Vincent van RavesteijnFix bug #8078: Assertions in xhtml output on Windows
2011-04-02 Pavel SandaTypo. Merged manual still doesn't export via xhtml.
2011-04-01 Richard HeckThe mode setting stuff wasn't working properly for...
2010-03-30 Richard HeckFix math char stuff.
2010-03-29 Richard HeckSimple characters.
2010-01-14 Enrico ForestieriFix XHTML output on systems where char_type is not...
2009-12-31 Richard HeckSpecial handing of space characters during text output.
2009-12-31 Richard HeckUse SetMode() to manage text and math mode.
2009-12-31 Richard HeckFix MathML output of wide characters.
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-07 Vincent van RavesteijnCitationUI and InsetMathChar:
2009-11-15 Abdelrazak YounesFix MathML export for < and > special characters.
2009-11-14 Richard HeckFix whitespace, comment.
2009-11-14 Richard HeckFix single character output for MathML. Kind of.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-06-02 Enrico ForestieriAllow to specify either text mode or math mode commands...
2008-06-01 Enrico ForestieriRename \mathsym -> \lyxmathsym in order to avoid potent...
2008-06-01 Enrico ForestieriSimplify the definition of \mathsym by using the packag...
2008-05-31 Enrico ForestieriFix bug 3938
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-05 André Pönitz#include cosmetics
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-23 Abdelrazak YounesTemporarily fix cursor positioning within mathed.
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-11 Abdelrazak Younesremove unneeded header.
2007-05-11 Abdelrazak YounesRemove optimization to avoid char and symbol metrics...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...