]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathHull.cpp
fix a crash when the inset containing the new word at cursor is deleted
[lyx.git] / src / mathed / InsetMathHull.cpp
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
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...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
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-03 Vincent van RavesteijnFix bug #2100: No display equations allowed in a non...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-23 Enrico ForestieriFix bug #7058 (Crash when invoking CAS on a multiline...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-18 Enrico ForestieriOutput end of math environments at the beginning of...
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
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-09-13 Enrico ForestieriIf system colors are used, paint selected math in Color...
2010-09-09 Jean-Marc LasgouttesSanitize ColorChanger
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-07-29 Richard HeckUpdate comments a bit.
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-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 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-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-06-09 Stephan Wittcorrect in LFUN_MATH_NUMBER_TOGGLE the conversion of...
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
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-03-31 Richard HeckMatrix output via HTML. I have to say, this one took...
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-17 Richard HeckGet rid of label_init_length. There is no way to set...
2010-03-10 Vincent van RavesteijnDo not use const char *.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
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 ForestieriFix bug #3325: Labels with special characters in equati...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
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...
2009-12-31 Richard HeckRevert r32684, per Andre's suggestion.
2009-12-31 Richard HeckIntroduce a return value for mathmlize(). We will need...
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 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-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-22 Vincent van RavesteijnSome cosmetics after r32157.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-14 Richard HeckFix silly bit.
2009-11-14 Richard HeckGet MathML output for XHTML working a bit.
2009-11-08 Enrico ForestieriDon't use updateMacros() in the math parser, in order...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-07 Pavel SandaUnneeded headers.
2009-11-07 Pavel SandaHeader sort order
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-11-05 Vincent van RavesteijnFix bug #5968: Assertion while reading a document with...
2009-10-12 Jean-Marc Lasgouttesdisable the del-suppresses-equation-label-at-end featur...
2009-10-09 Enrico ForestieriFix bug #6250: LyX 1.6.4 crashes when copying Japanese...
2009-08-15 Pavel SandaFix searching bug #6139.
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-03 Jean-Marc LasgouttesTry to implement properly recursive setBuffer. Normally...
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Pavel SandaFix leftover from r27378. Patch and report from John...
2009-06-16 Enrico ForestieriReintroduce workaround due to nested math hulls as...
2009-05-21 Vincent van RavesteijnSet flag for LFUN_MATH_MUTATE. Also, remove some 'ghost...
2009-05-21 Vincent van RavesteijnHide "Number this line" for single line equations.
2009-05-20 Vincent van RavesteijnFix the copy label as ref for equations from the contex...
2009-05-15 Vincent van RavesteijnRestore Object.Event order for:
2009-05-15 Vincent van Ravesteijn* InsetMathHull.cpp : constify.
2009-05-15 Vincent van RavesteijnFix bug #5948: Copy as reference for equation labels.
next