]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathHull.h
Fix bug #6315: counters in insets that don't produce output have ghost values.
[lyx.git] / src / mathed / InsetMathHull.h
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-10-24 Vincent van RavesteijnI don't like negated logic. Especially not if it leads...
2010-09-09 Jean-Marc LasgouttesSanitize ColorChanger
2010-08-19 Enrico ForestieriFix bug #6793: Changing an existing formula type to...
2010-07-29 Richard HeckAllow images to be export even when LyXRC says no previews.
2010-07-22 Richard HeckPartially revert r34995, which broke math output. Not...
2010-07-21 Richard HeckTweak the math-as-LaTeX output, including the correct...
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-05-22 Uwe StöhrInsetMathHull.h: fix typo in comment
2010-05-03 Vincent van RavesteijnAnother base class without a virtual destructor.
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-28 Jürgen Spitzmüller* InsetMathHull.h: constness, as suggested by Abdel.
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
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 RavesteijnCorrectly paint the background of the instant preview...
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 HeckGet MathML output for XHTML working a bit.
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
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-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-16 Abdelrazak Younespart 7
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-31 Enrico ForestieriAvoid creating bad math insets with Ctrl+M
2008-10-29 Abdelrazak YounesRevert 27186 which fixed an invalid bug.
2008-10-29 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5392
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-17 Enrico ForestieriFix bug 3397
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-09 Pavel SandaAdd math context menu.
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-04 Abdelrazak YounesFix and improves labels and references in mathed.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak YounesAdd list of numbered equations.
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-02-24 Michael Schmitt * src/mathed/InsetMath.C: plaintext(): assert that...
2007-01-19 Jean-Marc Lasgouttes * insets/insetbase.h (textString): Simplify the signature
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX