]> git.lyx.org Git - lyx.git/history - src/Undo.cpp
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / Undo.cpp
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/