]> git.lyx.org Git - lyx.git/history - src/mathed
Workaround for #6865: smarter FontList::setMisspelled implementation
[lyx.git] / src / mathed /
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.
2010-07-29 Richard HeckMathML and HTML definitely can't handle XYMatrix.
2010-07-29 Richard HeckFramework for math export exceptions. We can throw...
2010-07-29 Richard HeckAllow images to be export even when LyXRC says no previews.
2010-07-29 Richard HeckComment.
2010-07-23 Enrico ForestieriRefine fix for bug #1337.
2010-07-22 Enrico ForestieriFix bug #1337: LyX confused on $ symbol in math equations
2010-07-22 Richard HeckTry again with LaTeX output for XHTML math.
2010-07-22 Richard HeckPartially revert r34995, which broke math output. Not...
2010-07-21 Richard HeckPrepare for the use of exceptions to catch occasions...
2010-07-21 Richard HeckTweak the math-as-LaTeX output, including the correct...
2010-07-21 Richard HeckRe-organize code from a last commit a bit.
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-07-20 Richard HeckWhitespace only (two tabs at end of each line?).
2010-07-17 Uwe Stöhrsupport for formal math script
2010-07-17 Pavel Sandacomment
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-07-05 Enrico ForestieriAdd last missing inner-hull grid type environments.
2010-07-05 Enrico ForestieriCorrect refinement fix for #6595. The problem was not...
2010-07-05 Enrico ForestieriRevert r34761 because that was not the right fix that...
2010-07-05 Enrico ForestieriRefine fix for #6595. Don't add \\ to the last empty...
2010-07-04 Enrico ForestieriRefine fix for #6595. It turns out that the last empty...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-06-09 Enrico ForestieriFix bug #6756: import problem with \ (no space following)
2010-06-09 Richard HeckFix bug #6759. Thanks to Vincent.
2010-06-09 Stephan Wittcorrect in LFUN_MATH_NUMBER_TOGGLE the conversion of...
2010-06-06 Enrico ForestieriThe delimiters '<' and '>' can also be used as big...
2010-06-06 Enrico ForestieriAdd GUI support for big delimiters variants without...
2010-05-31 Enrico ForestieriFix bug #6739: Loading in a 1.6.5 file causes 1.6.6...
2010-05-31 Enrico ForestieriStill white space.
2010-05-31 Enrico ForestieriOnly white space.
2010-05-22 Uwe StöhrInsetMathHull.h: fix typo in comment
2010-05-04 Enrico ForestieriFix bug #6678: Crash when undoing backspace inside...
2010-05-03 Vincent van RavesteijnAnother base class without a virtual destructor.
2010-04-30 Enrico ForestieriImplement LFUN_UNICODE_INSERT in mathed.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-28 Enrico ForestieriDon't hardcode Color_math, such that decorations and...
2010-04-28 Enrico ForestieriAlso account for colors in math macros.
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathEnsureMath.cpp
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
2010-04-27 Enrico ForestieriChanging only the shape does not always work. For example,
2010-04-27 Enrico ForestieriThe check for Color_math would fail if the font color...
2010-04-26 Enrico ForestieriChange only the shape and not the whole font, otherwise...
2010-04-23 Peter Kümmelcmake: more merged build fixes
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
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.
next