]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / Cursor.cpp
2007-12-22 Stefan Schimanski* make isInside const
2007-12-22 Abdelrazak Younesfix for cursor movement from text into mathed.
2007-12-18 Jürgen SpitzmüllerFix bug 2913: "mark-on" broken.
2007-12-17 Jürgen Spitzmüller* fix bug 4055, overdue patch from Stefan Schimanski:
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-15 André Pönitzreduce line noise
2007-11-14 Stefan Schimanski * fixed bug #4357 when pasting a macro with script...
2007-11-05 André Pönitzremove unneeded Cursor.h include;
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-03 Dov Feldsternrename asTextInset -> asInsetText (to conform with...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* one coercion is enough
2007-11-01 Stefan Schimanski* added non-greedy init mode for macros. If you enter...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-19 Abdelrazak YounesHeader cleanup
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
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