]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
refactoring visual cursor movement functions
[lyx.git] / src / Cursor.cpp
2008-05-04 Dov Feldsternrefactoring visual cursor movement functions
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-12 Stefan Schimanski* fix a serious data loss problem: undo did not save...
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-04 Stefan Schimanski* some more unused buffer parameters
2008-03-04 Stefan Schimanski* store the selection in the InsetMathUnknown and inser...
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-02 Abdelrazak Younesrev 23399: the fix was not fully correct because labels...
2008-03-02 Abdelrazak YounesIntroduce Inset::validate() for Inset validation purpos...
2008-02-29 Abdelrazak YounesCursor::insert(): Fix crash with math. Problem was...
2008-02-29 Stefan Schimanski* boundary is false implicitely for all slices below...
2008-02-28 Abdelrazak YounesCursor::insert(): no reason to exclude mathed. Non...
2008-02-28 Abdelrazak Younesrevert revision 23324 and implement a better more gener...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* update the words of a paragraph when the cursor leaves.
2008-02-24 Dov Feldsternfix a visual cursor edge-case:
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-02-09 André Pönitzstart work on less-likely-to-misuse iterators.
2008-02-07 Abdelrazak Younescode simplification by using DocIterator::innerTextSlice().
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-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