]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
cosmetics
[lyx.git] / src / Cursor.cpp
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzcosmetics
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-16 Lars Gullik BjønnesComment out unused parameter
2007-09-14 Abdelrazak YounesFix Cursor::setCurrentFont() within mathed.
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-19 Abdelrazak Younesrev 19644: I forgot this.
2007-08-11 André Pönitzmerge {mathed,insets,graphics}/Makefile.am into src...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-10 Jean-Marc LasgouttesRestore the persistent selection feature (disabled...
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-07 Stefan Schimanski* cursor_get_font.patch: the Cursor::getFont is respons...
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-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-18 Jürgen Spitzmüller* src/Cursor.cpp (parbreak):
2007-05-15 Abdelrazak YounesFix cursor movement inside insets by Dov Feldstern.
2007-05-07 Jürgen SpitzmüllerFix remaining parts of bug 3146.
2007-05-06 Jürgen Spitzmüller* src/Cursor.cpp:
2007-05-05 Uwe Stöhrset infrastructure to allow not to call babel
2007-05-03 Jean-Marc Lasgouttes * src/Cursor.cpp (isRTL): simplify
2007-04-30 Abdelrazak Younes* Cursor::isRTL(): correctly deal with the inner paragr...
2007-04-29 André PönitzLyXText -> Text
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-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor