]> git.lyx.org Git - lyx.git/history - src/mathed
Make the fake sequence for braces highly unlikely (addressing #6478).
[lyx.git] / src / mathed /
2010-01-28 Vincent van RavesteijnCorrect the mess introduced in r33250.
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-28 Jürgen Spitzmüller* InsetMathHull.h: constness, as suggested by Abdel.
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-21 Richard HeckUse the attributes MTag now takes.
2010-01-21 Richard HeckAllow MTag to take attributes.
2010-01-21 Richard HeckWe do not need to extract exponents, either.
2010-01-21 Richard HeckWe do not need to extract limits for MathML.
2010-01-21 Richard HeckXHTML for InsetMathSize.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-14 Enrico ForestieriFix XHTML output on systems where char_type is not...
2010-01-12 Richard HeckWhitespace.
2010-01-11 Richard HeckWhitespace.
2010-01-11 Richard HeckMinor re-organization.
2010-01-03 Richard HeckInclude omitted case, and fix underline.
2010-01-03 Abdelrazak YounesFix bug #6388
2009-12-31 Richard HeckAdd a comment and update notes.
2009-12-31 Richard HeckMostly comments about InsetMathSplit, which more or...
2009-12-31 Richard HeckThese are in lib/symbols, so should have been caught...
2009-12-31 Richard HeckFix comments and whitespace.
2009-12-31 Richard HeckMathML for XArrow.
2009-12-31 Richard HeckMathML for Stackrel.
2009-12-31 Richard HeckMathML for Underset. And fix Overset.
2009-12-31 Richard HeckMathML for Overset.
2009-12-31 Richard HeckFix MathML for binominals.
2009-12-31 Richard HeckWe do not need special treatment of differentials for...
2009-12-31 Richard HeckMathML for MathCases.
2009-12-31 Richard HeckFix up the InsetMathGrid output: detect better if we...
2009-12-31 Richard HeckMBox is currently inactive, but in case it becomes...
2009-12-31 Richard HeckMathML for MathBox and such.
2009-12-31 Richard HeckFix MathML output for MathBox, as suggested in the...
2009-12-31 Richard HeckSpecial handing of space characters during text output.
2009-12-31 Richard HeckFix some issues with textmode. We'll let SetMode()...
2009-12-31 Richard HeckDon't wrap numbers in text in <mn>.
2009-12-31 Richard HeckWrap text in <mtext>, not <mrow>.
2009-12-31 Richard HeckA little debugging output.
2009-12-31 Richard HeckUse SetMode() to manage text and math mode.
2009-12-31 Richard HeckA simple version of ModeSpecifier for MathStream.
2009-12-31 Richard HeckFIXME.
2009-12-31 Richard HeckFix MathML output of wide characters.
2009-12-31 Richard HeckMathML for InsetMathFont. Unfortunately, this does...
2009-12-31 Richard HeckMathML for InsetMathBoldSymbol.
2009-12-31 Richard HeckProvide for the possibility of deferred material, per...
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckMathML for InsetMathBig.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
2009-12-26 Richard HeckThanks, Andre.
2009-12-26 Richard HeckOutput numbers as numbers.
2009-12-26 Richard HeckIgnore this in MathML.
2009-12-26 Richard HeckEnsuring math should just be doing math in MathML.
2009-12-25 Richard HeckGet MathML output working for math decorations.
2009-12-25 Richard HeckMust wrap everything...
2009-12-25 Richard HeckAdd a FIXME.
2009-12-25 Richard HeckGet MathML output for InsetMathDots working.
2009-12-17 Richard HeckSo this changes the way we handle sums and such. We...
2009-12-17 Richard HeckLast commit didn't complete reversion, as I forgot...
2009-12-17 Richard HeckRevert r32566 and r32568.
2009-12-17 Richard HeckMake InsetMathExInt handle products as well as sums.
2009-12-17 Richard HeckFix up MathML output of integrals.
2009-12-17 Richard HeckFix MathML output of sums.
2009-12-17 Richard HeckFix up math scripts. Everything needs to go into <mrow...
2009-12-17 Vincent van RavesteijnDo not hardcode the background color of the preview...
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-12-16 Richard HeckAdd comment.
2009-12-16 Richard HeckWhitespace.
2009-12-16 Richard HeckFix MathML for fractions.
2009-12-16 Richard HeckAdd a fixme, in effect, about dots.
2009-12-16 Richard HeckDetect appropriate delimiter for matrices.
2009-12-16 Richard HeckFix matrix output, at least a bit. A little more work...
2009-12-16 Richard HeckIn a normal grid, we can just use <mrow>.
2009-12-16 Richard HeckThis should do it for the delimiters.
2009-12-16 Richard HeckA bit more for math delim.
2009-12-16 Richard HeckMore Math ML fixes. Using <mfenced> seems to be a bad...
2009-12-16 Richard HeckFix a few MathML things: the default output and the...
2009-12-15 Richard HeckRestore the MathML output we had before. Still work...
2009-12-13 Vincent van RavesteijnFix bug #6341: Can't set equal spacing in xymatrix.
2009-12-11 Enrico ForestieriFix bug #6382: Wrong cursor placement when inserting...
2009-12-07 Vincent van RavesteijnCitationUI and InsetMathChar:
2009-12-05 Vincent van RavesteijnFix trunk after r32352.
2009-12-05 Vincent van RavesteijnDo not start loading a preview each time one is added...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-27 Jean-Marc Lasgouttesfix warning
2009-11-26 Enrico ForestieriFix bug #6351: Crash when editing the unit on a number
2009-11-22 Vincent van RavesteijnSome cosmetics after r32157.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-22 Vincent van RavesteijnRevert some unwanted debug info.
2009-11-22 Vincent van RavesteijnFix bug #6310: Incorrect latex for sparse matrices...
2009-11-17 Jean-Marc Lasgouttessquash warning
2009-11-16 Enrico ForestieriClarify comment.
2009-11-16 Enrico ForestieriStyle: insetCur -> inset_cursor
2009-11-15 Enrico ForestieriFix bug #6208: macro crash.
2009-11-15 Abdelrazak YounesFix MathML export for < and > special characters.
2009-11-15 Richard HeckGet math macros working for MathML.
2009-11-14 Richard HeckTypo.
2009-11-14 Richard HeckMathML for InsetMathSpace.
2009-11-14 Richard HeckInitial work on InsetMathBox. This doesn't really work...
next