]> git.lyx.org Git - lyx.git/history - src/Cursor.h
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / Cursor.h
2015-12-07 Jean-Marc LasgouttesDetect properly when cursor position cannot be computed
2015-10-20 Jean-Marc LasgouttesAssorted cppcheck fixes
2015-10-09 Jean-Marc LasgouttesGet rid of old Bidi code
2015-09-27 Jean-Marc LasgouttesRewrite Cursor::getSurroundingPos without Bidi class
2015-07-16 Jean-Marc LasgouttesUpdate comment.
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-10 Jean-Marc LasgouttesDo not sanitize the anchor of cursor when selection...
2015-02-09 Scott KostyshakCorrect the spelling of "occured" to "occurred"
2015-01-22 Jean-Marc LasgouttesImplement new recordUndoBufferParams method.
2013-07-01 Pavel SandaAdd introduction to cursor related classes, written...
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
2013-05-02 Pavel SandaRemove some header leftovers based on Scott's script...
2013-02-22 Jean-Marc LasgouttesTypo
2012-12-11 Jean-Marc LasgouttesFix crash related to undo and continuous spell checking
2012-07-17 Jean-Marc LasgouttesFix crash introduced in my previous commit f6b1c24b
2012-07-15 Jean-Marc LasgouttesFix bug #5204: Undo removes text selection
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-04-01 Stephan Wittimprove the method naming for "mark new word position...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-27 Tommaso CucinottaCompleting r37335 (apologies).
2011-01-10 Vincent van RavesteijnCursor: constify.
2010-12-11 Stephan Wittrename selectionAsString parameter in header to match...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-13 Richard HeckRemove obsolete comment. An attempt to start doing...
2010-04-15 Vincent van RavesteijnCursor::bv_ can be private too.
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-15 Vincent van RavesteijnDo not change the object that is returned by result...
2010-02-09 Jean-Marc Lasgouttesremove last member variables from LyXFunc and move...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2010-01-06 Vincent van RavesteijnMake setCursorToAnchor set the cursor to the normalized...
2009-12-18 Vincent van RavesteijnFix second part of bug #6400: After selecting a word...
2009-12-11 Enrico ForestieriFix bug #6382: Wrong cursor placement when inserting...
2009-11-13 Jean-Marc LasgouttesRename getLocalStatus to Cursor::getStatus
2009-10-29 Vincent van RavesteijnRemove parameter from cur.reset(). All calls had buffer...
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 5): GuiChanges lacks "Previous...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Vincent van RavesteijnMake sure the selection painting is updated after LFUN_...
2008-11-15 Stefan Schimanski* notifyCursorEnters called on insets when the cursor...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-18 Jürgen Spitzmüllercompile fix
2008-10-17 Enrico ForestieriFix bug 3397
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-12 Pavel SandaLet doxygen document this.
2008-09-12 Jean-Marc Lasgouttesdocument Cursor::selHandle
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