]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathSymbol.cpp
Display properly math characters that behave like symbols
[lyx.git] / src / mathed / InsetMathSymbol.cpp
2016-11-13 Guillaume MunchDisplay properly math characters that behave like symbols
2016-09-10 Enrico ForestieriFix display and export of some latex macros
2016-06-13 Guillaume MunchRemove a conversion to_utf8() inside FontSetChanger
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2016-06-13 Guillaume MunchRefChanger
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
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-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-03-13 Georg BaumFix stmaryrd operators with limits (bug 9458)
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-04-21 Richard HeckWhitespace.
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2013-01-10 Georg BaumHandle text-only wasy symbols correctly.
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-01-01 Enrico ForestieriCorrectly show in italic shape the uppercase greek...
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-30 Richard HeckIntegrals via HTML.
2010-03-30 Richard HeckPure HTML for math symbols.
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-14 Richard HeckLittle bit of fixup for math symbols.
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
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-29 André Pönitzpotential compile fix for Kornel
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
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...