]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
Account for old versions of Pygments
[lyx.git] / src / Cursor.cpp
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-17 Peter KümmelFix bug 6650: Error Messages Repeated
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-02 Jean-Marc LasgouttesFix bug #6736: 2.0.0 alpha 3, spell check on the fly bug
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-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
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 RavesteijnDo not change the object that is returned by result...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Richard HeckRemove unneeded include.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
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-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-21 Jean-Marc Lasgouttesalways close properly undo groups
2010-01-13 Vincent van RavesteijnFix bug #6448: Crash with invalid anchor.
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
next