]> git.lyx.org Git - lyx.git/history - src/mathed
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed /
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-09-17 Scott KostyshakConstify some catches and others
2012-09-12 Scott KostyshakTypos
2012-08-20 Enrico ForestieriFix bug #8305: ^ symbol does not render into upward...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-06 Georg BaumDo not swallow math comments in tex2lyx.
2012-05-03 Vincent van RavesteijnFix compilation
2012-05-03 Vincent van RavesteijnFix bug #5167: Correctly paint special characters in...
2012-05-03 Vincent van RavesteijnMove metrics computation close to drawing for drawStrRe...
2012-05-02 Vincent van RavesteijnFix bug #8089: Handle spaces at the end of the stream
2012-05-02 Vincent van RavesteijnMathParser: Do not rewind the stream if we can't read...
2012-04-30 Vincent van RavesteijnFix bug #8078: Assertions in xhtml output on Windows
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-17 Jean-Marc LasgouttesSimpler fix for undo support when entering \hline in...
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-25 Georg BaumFix bug #6936.
2012-02-06 Richard HeckConvert InsetMathCancel.* to UTF-8.
2012-02-06 Richard HeckHTML output for InsetMathCancel.
2012-02-06 Uwe StöhrInsetMathCancel: add MathML output
2012-02-02 Jean-Marc Lasgouttes* InsetMathScript::doDispatch : properly record undo...
2012-02-02 Lars Gullik BjønnesFixup multi-line comment to use block-comment
2012-01-23 Uwe Stöhradd support for the package cancel in math (fixes ...
2012-01-08 Georg BaumFix bug #5029: Support \smash, \mathclap, \mathllap...
2012-01-05 Georg BaumLoad mathtools.sty automatically (bug #7949) and make...
2012-01-03 Georg BaumFirst step towards a more generic package off/auto...
2011-12-08 Richard HeckComment.
2011-12-08 Georg BaumBeautify output of \usepckage statements (each statemen...
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-23 Georg BaumFix some bugs related to spaces in math:
2011-10-18 Georg BaumGeneralize the esintoramsmath requirement:
2011-10-18 Georg BaumFix on-screen alignment of multline equations
2011-08-29 Uwe StöhrInsetSpace support for
2011-08-27 Jürgen SpitzmüllerDisable space tyes that are not supported in mathed...
2011-08-27 Jürgen SpitzmüllerIssue the math space dialog (not the text one) when...
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-30 Richard HeckClarify comment.
2011-06-30 Richard HeckComment.
2011-06-19 Tommaso CucinottaNow Adv. F&R correctly interprets escape sequences...
2011-06-12 Tommaso CucinottaDisabled possibility to type macros in regexp-mode...
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-12 Richard HeckMake sure we do not crash here in release mode.
2011-05-12 Richard HeckFix XHTML output for fractions and fix a crash reported...
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-10 Peter Kümmelcmake: move CMakeLists.txt into source dir (multiple...
2011-05-08 Georg BaumFix bug #7511 by moving the old label instead of creati...
2011-05-08 Georg Baumremove dead code
2011-05-08 Georg BaumPartial fox for bug #6622: Display \undertilde on scree...
2011-05-08 Georg BaumPartial fox for bug #6622: Display \utilde on screen...
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2011-05-05 Richard HeckFix bug #7531, also reported by Jim Oldfield. Need...
2011-05-04 Enrico ForestieriSome math font changing commands only work in math...
2011-04-22 Enrico ForestieriFix deletion of empty last row for \smallmatrix (part...
2011-04-15 Vincent van RavesteijnFix bug #7444. We are only interested in whether the...
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 Pavel SandaTypo. Merged manual still doesn't export via xhtml.
2011-04-02 Richard HeckFix preview of generated math images under XHTML.
2011-04-01 Richard HeckSubstack support for XHTML.
2011-04-01 Richard HeckThe mode setting stuff wasn't working properly for...
2011-04-01 Richard HeckRemove debugging code.
2011-04-01 Richard HeckGet math within text working for XHTML export.
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 HeckIf we encounter a macro we don't recognize, then export...
2011-04-01 Richard HeckFix last commit.
2011-04-01 Richard HeckMore informative normalization for math macros.
2011-04-01 Richard HeckRevert unintentional commit.
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-04-01 Richard HeckRemove debugging code.
2011-03-29 Vincent van RavesteijnFix bug #7351 (oart 2). Missing update.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
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-03-19 Vincent van RavesteijnFix bug #7345: Crash when right clicking on displayed...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-13 Vincent van RavesteijnConstify InsetMathNest::setMouseHover and remove the...
2011-02-13 Vincent van RavesteijnRemove unimplemented function declaration.
2011-02-12 Pavel SandaRest of gcc 4.6 issues from Orion Poplawski.
2011-02-10 Peter Kümmelcompile.
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-21 Georg BaumFix bug #7252
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.
next