]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
Update notes.
[lyx.git] / src / Cursor.cpp
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 ForestieriSpare a few cpu cycles on average.
2009-12-11 Enrico ForestieriFix bug #6382: Wrong cursor placement when inserting...
2009-11-23 Enrico ForestieriFix bug #6342: Pasting-bug in math-mode sub- and super...
2009-11-22 Vincent van RavesteijnSome cosmetics after r32157.
2009-11-15 Vincent van RavesteijnFix bug #6320: LyX goes to infinite loop when selecting...
2009-11-15 Enrico ForestieriFix another instance of missing buffer in math. This...
2009-11-13 Jean-Marc LasgouttesRename getLocalStatus to Cursor::getStatus
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-11-05 Edwin Leuvenreduce line noise
2009-11-05 Vincent van RavesteijnFix bug #6237: The boundary has to be set correctly...
2009-10-29 Vincent van RavesteijnRemove parameter from cur.reset(). All calls had buffer...
2009-10-29 Enrico ForestieriBetter fix for bug #6270. The outer braces are swallowe...
2009-10-10 Enrico ForestieriFix bug #6270: Bug in parsing selection as math macro...
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak Younesreturn early.
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-06-23 Jean-Marc LasgouttesFix bug http://www.lyx.org/trac/ticket/6026
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-04-15 Vincent van RavesteijnFix bug #5435.
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 5): GuiChanges lacks "Previous...
2009-03-25 Vincent van RavesteijnFix bug 5435: DEPM doesn't function when leaving an...
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: cosmetics.
2009-02-26 Vincent van RavesteijnFix bug 5765: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: compile fix.
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: cosmetics.
2009-02-26 Vincent van RavesteijnFix bug 5762: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-19 Vincent van RavesteijnFix bug 5699 (crash when using outliner in child docume...
2009-02-08 Vincent van RavesteijnFix bug 5764: http://bugzilla.lyx.org/show_bug.cgi...
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-11-01 Dov Feldsternfix a bug in visual cursor movement
2008-10-17 Enrico ForestieriFix bug 3397
2008-09-30 Abdelrazak YounesAvoid a complete Toc reset in case when only a toc...
2008-09-26 Abdelrazak YounesSmall cleanup in order to improve toc change detection...
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-14 Enrico ForestieriFix bug 5246
2008-09-13 Pavel SandaWhen only selecting the end_margin between 'after i...
2008-08-15 Jean-Marc LasgouttesBug 5173: Undo Grouping
2008-08-13 Richard Heckwhitespace.
2008-08-13 Richard HeckWe should at least also check the index. But probably...
2008-08-13 Jean-Marc LasgouttesclearSelection invokes resetAnchor
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-08-08 Richard HeckFix crash reported on the list involving multicell...
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
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:
next