]> git.lyx.org Git - lyx.git/history - src/mathed
(finishing patch -- question was restored, but there were still problems)
[lyx.git] / src / mathed /
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.
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.
next