]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathGrid.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathGrid.cpp
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-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 BaumFix bug #6936.
2011-10-18 Georg BaumFix on-screen alignment of multline equations
2011-05-08 Georg Baumremove dead code
2011-03-29 Vincent van RavesteijnFix bug #7351 (oart 2). Missing update.
2011-01-04 Vincent van RavesteijnFix bug #7106: iterator out of range while copying...
2010-12-21 Stephan Wittfix typo: double semicolon at line end of code
2010-11-30 Vincent van RavesteijnFix bug #4849: Split cell always enabled in (context...
2010-11-25 Uwe StöhrInsetMathGrid.cpp: whitespace
2010-11-06 Richard HeckSquash warning.
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-05 Enrico ForestieriRevert r34761 because that was not the right fix that...
2010-07-05 Enrico ForestieriRefine fix for #6595. Don't add \\ to the last empty...
2010-07-04 Enrico ForestieriFix bug #6595: empty last row of matrix or eqnarray...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
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 HeckChange semantics of two-arg htmlize to make more consis...
2010-03-30 Richard HeckCases for HTML.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-06 Abdelrazak YounesFix bug #6564. The cmd status retrieval is quite broken...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2009-12-31 Richard HeckFix up the InsetMathGrid output: detect better if we...
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-16 Richard HeckIn a normal grid, we can just use <mrow>.
2009-11-22 Vincent van RavesteijnRevert some unwanted debug info.
2009-11-22 Vincent van RavesteijnFix bug #6310: Incorrect latex for sparse matrices...
2009-11-14 Richard HeckFIXME
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-08-04 Vincent van RavesteijnFix the math output mess I caused in r30822.
2009-08-01 Vincent van RavesteijnImprove LaTeX output of arrays in math. Always output...
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-05 Enrico ForestieriRefinements to fix for bug #6041.
2009-07-05 Enrico ForestieriFix bug #6041: "tabular-feature align-" in a math-matrix.
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-04-05 Enrico ForestieriUnicode symbols entered or pasted in math are wrapped...
2009-03-04 Jean-Marc LasgouttesIn math matrices, make sure that only the align-type...
2009-02-05 Vincent van RavesteijnAllow commands with parameters in InsetMathGrid. For...
2009-02-02 Vincent van RavesteijnFix bug 5731. http://bugzilla.lyx.org/show_bug.cgi...
2008-11-16 Stefan Schimanski* compile fix
2008-11-16 Stefan Schimanski* fix latex grid output of commit http://www.lyx.org...
2008-11-16 Abdelrazak Younespart 7
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-18 Enrico ForestieriWhen pasting into mathed, take into account the current...
2008-10-17 Enrico ForestieriFix bug 3397
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-18 Jean-Marc Lasgouttesuse Length::inPixel and not Length::inBP to get screen...
2008-09-17 Jean-Marc Lasgouttesbad behaviour of recordUndoInset has been fixed in...
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriFix bug 1527
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-17 Uwe Stöhrcompilation fixes
2008-03-15 André Pönitzcosmetics
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-24 Stefan Schimanski* the markers create a 1 pixel margin
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: unused parameters
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-15 André Pönitzreduce line noise
2007-11-05 André Pönitz#include cosmetics
2007-11-05 Martin VermeerRevert 4323/2 fix addRow -> appendRow part
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 4/4
2007-11-05 Jürgen Spitzmüller* src/mathed/InsetMathGrid.cpp:
2007-11-05 Martin VermeerFix bug 4323/2, and more logical naming of addRow
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Martin VermeerOff-by-one error addCol()
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-20 Georg Baumfix bug 4132: parse some more column specifiers
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-04-30 Abdelrazak YounesGet rid of GridInsetMailer: this is completely useless...
2007-04-30 Abdelrazak Younesrevert unrelated change in rev 18110 .
next