]> git.lyx.org Git - lyx.git/history - src/Undo.cpp
Kill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH_PARAMS.
[lyx.git] / src / Undo.cpp
2009-03-12 Richard HeckSo we do, sometimes, need the setBuffer calls that...
2009-03-12 Richard HeckUse an enum to make things a little clearer here.
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-18 Jean-Marc Lasgouttesimprove debug info
2008-08-15 Jean-Marc LasgouttesBug 5173: Undo Grouping
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-08-06 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5127
2008-07-14 Abdelrazak YounesRedo 25580 the right way, again :-)
2008-07-14 Richard HeckI've had to revert r25548 because of:
2008-07-13 Richard HeckRedo 25580 the right way. (Failure to initialize bparam...
2008-07-13 Richard HeckRevert 25580.
2008-07-13 Richard HeckAnother small optimization: Don't bother copying the...
2008-07-13 Richard HeckA small optimization: Don't do a copy here.
2008-07-10 Richard HeckRevert r25538.
2008-07-10 Abdelrazak YounesSaves some more memory.
2008-07-09 Richard HeckDo this check before we start creating things.
2008-07-09 Richard HeckFix bug 5010, for the most part. There's no need to...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-16 André Pönitzfix leak in the undo stack
2008-04-16 André Pönitzsquash another valgrind warning. the code was safe...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-12 Stefan Schimanski* fix a serious data loss problem: undo did not save...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
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-28 André Pönitzhand-crafted LyXErr
2007-10-19 Abdelrazak YounesHeader cleanup
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-06-13 Stefan Schimanski* move TOC update behind cur.fixIfBroken() to fix ...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src/