]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathHull.cpp
whitespace
[lyx.git] / src / mathed / InsetMathHull.cpp
2014-02-25 Georg Baumwhitespace
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2013-08-24 Tommaso CucinottaRevert "Let non-ASCII chars within regexp insets match...
2013-08-24 Tommaso CucinottaNow the regexp insets entered in Advanced F&R search...
2013-06-12 Richard HeckFix bug #8746: Images have to have alt tags.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-07 Tommaso CucinottaLet non-ASCII chars within regexp insets match their...
2013-03-27 Richard HeckUse master buffer's setting for math output type.
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2012-01-03 Georg BaumFirst step towards a more generic package off/auto...
2011-12-08 Richard HeckComment.
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-25 Richard HeckFix display of section headings, etc, that include...
2011-10-25 Richard HeckFix some indentation issues.
2011-10-18 Georg BaumFix on-screen alignment of multline equations
2011-08-25 Tommaso CucinottaFixed longstanding bug in Advanced Find&Replace, when...
2011-07-07 Richard HeckFix bug #7656.
2011-07-06 Abdelrazak YounesSplit InsetLabel::updateCommand() into:
2011-06-11 Tommaso CucinottaNow a regexp inset with a \backslash compiles.
2011-06-11 Tommaso CucinottaNow the cursor is visible while at the rightmost part...
2011-05-11 Tommaso CucinottaFixing positioning of cells in multi-row align environm...
2011-05-11 Tommaso CucinottaFix #7549, due to a problem in exporting to plaintext a
2011-05-08 Georg BaumFix bug #7511 by moving the old label instead of creati...
2011-05-05 Richard HeckFix bug #7531, also reported by Jim Oldfield. Need...
2011-04-13 Richard HeckNot sure why this was there: Of course we need to escap...
2011-04-04 Richard HeckRemove debugging code.
2011-04-02 Richard HeckFix preview of generated math images under XHTML.
2011-04-01 Richard HeckBetter preview for images.
2011-04-01 Richard HeckDon't try to create a math preview image if we're just...
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-04-01 Richard HeckRemove debugging code.
2011-03-23 Georg BaumFix part 1 of bug #7351
2011-03-20 Georg Baumfix bug 7351 part 3: Do not count inline formulas for...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
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...
next