]> git.lyx.org Git - lyx.git/history - src/mathed
Substack support for XHTML.
[lyx.git] / src / mathed /
2011-04-01 Richard HeckSubstack support for XHTML.
2011-04-01 Richard HeckThe mode setting stuff wasn't working properly for...
2011-04-01 Richard HeckRemove debugging code.
2011-04-01 Richard HeckGet math within text working for XHTML export.
2011-04-01 Richard HeckBetter preview for images.
2011-04-01 Richard HeckDon't try to create a math preview image if we're just...
2011-04-01 Richard HeckIf we encounter a macro we don't recognize, then export...
2011-04-01 Richard HeckFix last commit.
2011-04-01 Richard HeckMore informative normalization for math macros.
2011-04-01 Richard HeckRevert unintentional commit.
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-04-01 Richard HeckRemove debugging code.
2011-03-29 Vincent van RavesteijnFix bug #7351 (oart 2). Missing update.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-03-23 Georg BaumFix part 1 of bug #7351
2011-03-20 Georg Baumfix bug 7351 part 3: Do not count inline formulas for...
2011-03-19 Vincent van RavesteijnFix bug #7345: Crash when right clicking on displayed...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-13 Vincent van RavesteijnConstify InsetMathNest::setMouseHover and remove the...
2011-02-13 Vincent van RavesteijnRemove unimplemented function declaration.
2011-02-12 Pavel SandaRest of gcc 4.6 issues from Orion Poplawski.
2011-02-10 Peter Kümmelcompile.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-21 Georg BaumFix bug #7252
2011-01-13 Richard HeckThis should be const.
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2011-01-12 Richard HeckFix bug #6894. We save counter information during updat...
2011-01-12 Richard HeckComplete fix for bug #7225.
2011-01-12 Richard HeckRemove obsolete comments.
2011-01-11 Richard HeckXHTML output was a mess for grids output as LaTeX....
2011-01-11 Richard HeckFix equation number output for MathML+HTML.
2011-01-11 Richard HeckFix equation number output for XHTML+MathML. HTML to...
2011-01-11 Richard HeckRecord and use equation numbers. This is towards gettin...
2011-01-04 Vincent van RavesteijnFix bug #7106: iterator out of range while copying...
2011-01-01 Enrico ForestieriCorrectly show in italic shape the uppercase greek...
2010-12-21 Stephan Wittfix typo: double semicolon at line end of code
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Enrico ForestieriRefine fix for bug #7183.
2010-12-18 Enrico ForestieriFix bug #7183 (User math macros defined in child docume...
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-14 Pavel SandaReport disabled BREAK_PARAGRAPH in MathHull getStatus...
2010-12-13 Enrico ForestieriTrying to be too smart by reducing the number of regene...
2010-12-13 Enrico ForestieriReally fix bug #7090.
2010-12-11 Enrico ForestieriFix bug #7090 (Segfault in refreshing instant preview...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-04 Georg Baumfix remaining bits of bug #6709
2010-12-03 Vincent van RavesteijnFix bug #2100: No display equations allowed in a non...
2010-11-30 Vincent van RavesteijnFix bug #4849: Split cell always enabled in (context...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-29 Uwe StöhrInsetMathSubstack.cpp: fix #2498
2010-11-28 Georg BaumFix bug #7088
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-25 Uwe StöhrInsetMathGrid.cpp: whitespace
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-23 Georg BaumFix inserting subscript/superscript with nonempty selec...
2010-11-23 Enrico ForestieriFix bug #7058 (Crash when invoking CAS on a multiline...
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-19 Richard HeckStyle.
2010-11-18 Richard HeckAnother warning.
2010-11-18 Richard HeckSquash some warnings.
2010-11-18 Enrico ForestieriCorrectly set the breakline guard.
2010-11-18 Enrico ForestieriOutput end of math environments at the beginning of...
2010-11-18 Enrico ForestieriMake sure that no blank line can (unintentionally)...
2010-11-18 Enrico ForestieriRemove a MathStream and HtmlStream member which is...
2010-11-06 Richard HeckSquash warning.
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-10-31 Vincent van RavesteijnFix compilation for platforms besides Windows
2010-10-29 Vincent van RavesteijnRemove the now unused parameter of createDialogStr();
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-28 Enrico ForestieriFix bug #6965 (Crash editing ERT in math mode)
2010-10-27 Vincent van RavesteijnFix bug #6989: Be somewhat more secure with the homebre...
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-10-25 Enrico ForestieriProper fix for #6967 that does not reintroduce #6793
2010-10-24 Vincent van RavesteijnI don't like negated logic. Especially not if it leads...
2010-10-24 Vincent van RavesteijnFix bug #6967: Insert->Display Math should not insert...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-09-13 Enrico ForestieriIf system colors are used, paint selected math in Color...
2010-09-09 Jean-Marc LasgouttesSanitize ColorChanger
2010-08-29 Uwe StöhrMathSupport.cpp:
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-08-19 Enrico ForestieriMove code to more proper place.
2010-08-19 Enrico ForestieriFix bug #6793: Changing an existing formula type to...
2010-08-19 Enrico ForestieriAvoid memory leak when the label is on the first row.
2010-08-19 Enrico ForestieriFix crash when mutating eqnarray-like environments...
2010-08-14 Enrico ForestieriBetter fix for bug #6851.
2010-08-14 Enrico ForestieriFix bug #6851: Wrong screen fonts with old style macros...
2010-08-12 Jean-Marc Lasgouttesremove unused headers
2010-07-29 Richard HeckUpdate comments a bit.
2010-07-29 Richard HeckMathML and HTML definitely can't handle MathUnknown!!
2010-07-29 Richard HeckMathML and HTML can't handle XYArrow.
2010-07-29 Richard HeckHTML for xarrows.
next