]> git.lyx.org Git - features.git/history - src/mathed/InsetMathHull.cpp
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / mathed / InsetMathHull.cpp
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.
2009-05-09 Enrico ForestieriRemove workaround due to nested math hulls. See:
2009-02-02 Jürgen Spitzmüllerplease Jean-Marc.
2009-02-02 Jürgen Spitzmüller* InsetMathHull (numbered):
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 André Pönitzless negated logic
2008-11-16 Stephan Wittenable LFUN_MATH_NUMBER_LINE_TOGGLE when display()...
2008-11-16 Abdelrazak Younespart 7
2008-11-15 Jürgen Spitzmüller* InsetMathHull (eolString):
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 Jürgen Spitzmüller* InsetMathHull (eolString):
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-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-09-03 Enrico ForestieriAdd FIXME
2008-09-03 Enrico ForestieriWe may have buffers with different encodings, that...
2008-09-02 Enrico ForestieriSpecify that we are in math mode. This avoids unnecessa...
2008-09-02 Enrico ForestieriTake into account the latex encoding when generating...
2008-07-27 Uwe StöhrInsetMathHull.cpp: whitespace
2008-07-21 Jürgen Spitzmüller* src/mathed/InsetMathHull.cpp:
2008-07-20 Enrico ForestieriWhen producing latex output, check whether a character...
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-05-06 Jean-Marc Lasgouttessilence warning
2008-05-06 Jürgen Spitzmüller* InsetMathHull:
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 André Pönitzcosmetics, maily s/NULL/0/g as hinted by Joost
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-15 Stefan Schimanski* make forward deletion of formula labels/numbers more...
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-12 Enrico ForestieriMerge InsetMathBoldSymbol and InsetMathBM by providing...
2008-03-11 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=518
2008-03-10 Stefan Schimanski* also forward delete numbering in math hull
2008-03-09 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=2556
2008-03-09 Pavel SandaAdd math context menu.
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-07 Abdelrazak Younesadd comment about std::vector<bool>
2008-03-06 Abdelrazak YounesPer Andre' advice: No need to check for pointer nullity...
2008-03-04 Abdelrazak YounesFound a cleaner solution for the buffer reference probl...
2008-03-04 Abdelrazak Younescompile fix.
2008-03-04 Abdelrazak Younesgcc compile fix.
2008-03-04 Abdelrazak YounesLateX export must not depend on screen label.
2008-03-04 Abdelrazak Younestentatively fix gcc compilation.
2008-03-04 Abdelrazak YounesInsetMathHull: LFUN_INSET_INSERT: Fix label insertion
2008-03-04 Abdelrazak YounesFix and improves labels and references in mathed.
2008-02-28 Abdelrazak YounesInsetMathHull::addToToc(): Work around buffer reference...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
next