]> git.lyx.org Git - lyx.git/history - src/Cursor.h
* cs.po
[lyx.git] / src / Cursor.h
2008-08-15 Jean-Marc LasgouttesBug 5173: Undo Grouping
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-08-09 Richard HeckThe previous commit inadvertently contained some of...
2008-08-09 Richard HeckMove isMultiCell() to Cursor, and use it.
2008-05-04 Dov Feldsternrefactoring visual cursor movement functions
2008-03-12 Stefan Schimanski* fix a serious data loss problem: undo did not save...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-09 Stefan Schimanski* slice numbers are of type size_t, but here we have...
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2007-12-22 Stefan Schimanski* make isInside const
2007-12-17 Jürgen Spitzmüller* fix bug 4055, overdue patch from Stefan Schimanski:
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-08-19 Abdelrazak Younesrev 19644: I forgot this.
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-05-30 Stefan Schimanski* avoid redraw if possible (OK by Abdel and Dov)
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-15 Abdelrazak YounesFix cursor movement inside insets by Dov Feldstern.
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 Abdelrazak Younes* Cursor::isRTL(): new method that gives the RTL state...
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor