]> git.lyx.org Git - lyx.git/history - src/mathed
A little more lv cleanup.
[lyx.git] / src / mathed /
2010-04-02 Vincent van RavesteijnFix bug #6633: Equations that end in \limits or \nolimi...
2010-03-31 Richard HeckHTML for binomials.
2010-03-31 Richard HeckMake sure to call the parent's validate method.
2010-03-31 Richard HeckHTML for substack. Sort of. There's an odd problem...
2010-03-31 Richard HeckRevert r33989. We do need this.
2010-03-31 Richard HeckHTML for stackrel.
2010-03-31 Richard HeckHTML for InsetMathSplit.
2010-03-31 Richard HeckHTML for special characters.
2010-03-31 Richard HeckHTML for math spaces.
2010-03-31 Richard HeckHTML for math sizes.
2010-03-31 Richard HeckIgnore phantoms for now.
2010-03-31 Richard HeckHTML for roots.
2010-03-31 Richard HeckHTML for underset.
2010-03-31 Richard HeckHTML for overset.
2010-03-31 Richard HeckMatrix output via HTML. I have to say, this one took...
2010-03-31 Richard HeckForgot this piece before.
2010-03-31 Richard HeckChange semantics of two-arg htmlize to make more consis...
2010-03-31 Richard HeckThis doesn't seem to be compiled even, but oh well.
2010-03-31 Richard HeckIgnore kerning in HTML.
2010-03-31 Richard HeckHTML for math fonts.
2010-03-31 Richard HeckFix up the math stream.
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-31 Enrico ForestieriFix bug #4565: Using keyboard shortcuts to write Greek...
2010-03-30 Richard HeckSimplify.
2010-03-30 Richard HeckIntegrals via HTML.
2010-03-30 Richard HeckI don't think we need to do this for MathML or HTML.
2010-03-30 Richard HeckHTML for dots.
2010-03-30 Richard HeckDo the obvious thing with delimiters.
2010-03-30 Richard HeckTreat certain decoration cases differently.
2010-03-30 Richard HeckDecorations via HTML.
2010-03-30 Richard HeckHTML for comments and colors.
2010-03-30 Richard HeckCases for HTML.
2010-03-30 Richard HeckHTML for InsetMathBrace.
2010-03-30 Richard HeckHTML for math boxes.
2010-03-30 Richard HeckBold symbols via HTML.
2010-03-30 Richard HeckInsetMathBig via HTML.
2010-03-30 Richard HeckFractions via HTML.
2010-03-30 Richard HeckHTML for scripts.
2010-03-30 Richard HeckHTML for numbers.
2010-03-30 Richard HeckPure HTML for math symbols.
2010-03-30 Richard HeckPure HTML output for math macros.
2010-03-30 Richard HeckFix math char stuff.
2010-03-29 Richard HeckSimple characters.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-18 Richard HeckSuppress XHTML output for math macros. (We used to...
2010-03-17 Richard HeckGet rid of label_init_length. There is no way to set...
2010-03-10 Enrico ForestieriFix bug #6581: Empty base of a script inset should...
2010-03-10 Vincent van RavesteijnAdd missing continue. I guess I found this when running...
2010-03-10 Vincent van RavesteijnWhitespace.
2010-03-10 Vincent van RavesteijnDo not use const char *.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard HeckEliminate redundancy.
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-06 Abdelrazak YounesFix bug #6564. The cmd status retrieval is quite broken...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2010-02-07 Tommaso CucinottaMost common cases with regexps seem to work, at least...
2010-02-05 Tommaso CucinottaNow the coloured box around the regexp is visible also...
2010-02-05 Tommaso CucinottaImproved appearence of regexp insets (at least I hope...
2010-02-04 Enrico ForestieriAutomate the setting of the ascii only flag.
2010-02-04 Enrico ForestieriFix bug #3325: Labels with special characters in equati...
2010-02-04 Enrico ForestieriFix bug #2872: reference in math to label with "undersc...
2010-01-31 Vincent van RavesteijnPlease Abdel.
2010-01-31 Vincent van RavesteijnFix bug #6489: Assertion triggered when deleting conten...
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...
next