]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Text3.cpp
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-10 Jean-Marc LasgouttesSyncronize with 1.5. This stuff was uncommitted in...
2007-07-31 Jean-Marc Lasgouttes * CutAndPaste.cpp (pasteSelection): do not set the...
2007-07-30 Jürgen Spitzmüller* src/Text3.cpp (doDispatch):
2007-07-27 Bo PengFix Bug 4053: Update other controls allows invalid...
2007-07-25 Bo Pengquick fix for bug: "select, select, middle-button paste...
2007-07-24 Jürgen Spitzmüller* src/Text3.cpp:
2007-07-13 Abdelrazak YounesFix assertion when using paragraph-up/down. This code...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-11 Abdelrazak YounesFix bug 3719: TOC skip-to points out of sync with document
2007-07-10 Jean-Marc Lasgouttes * Text3.cpp (doDispatch): fix the behaviour of word...
2007-07-09 Abdelrazak YounesFix 3992: Screen update problem in change tracking...
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-06-24 Jürgen Spitzmüller* src/Text3.cpp (getStatus):
2007-06-22 Jürgen Spitzmüller* src/Text3.cpp: don't reset current_layout too early...
2007-06-22 André Pönitzallow unicode-insert 0x20
2007-06-15 Stefan Schimanski* compile fix
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-06-11 Stefan Schimanski* cursor forward's behavior depends on bidi level in...
2007-06-07 Bo PengFix bug3782, crash with selection of table cells, joint...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-06-07 Richard HeckFix bug 3821: Put cursor where the mouse is before...
2007-06-04 Stefan Schimanski* Added another isRTL variant which takes a CursorSlice
2007-06-02 Bo PengFix bug 3363: mark buffer dirty after middle button...
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-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-18 Abdelrazak YounesLFUN_MATH_foo: Add assertion to prevent recursive loop...
2007-05-17 Jürgen Spitzmüller* src/Text3.cpp: record undo in specialChar.
2007-05-15 Abdelrazak YounesFix cursor movement inside insets by Dov Feldstern.
2007-05-14 Jürgen Spitzmüllerfix bug 2758:
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-04-29 André PönitzLyXText -> Text