]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
Fix Cursor::inCoordCache: the root inset is never in the cache
[lyx.git] / src / Cursor.cpp
2016-03-11 Jean-Marc LasgouttesFix Cursor::inCoordCache: the root inset is never in...
2016-01-28 Enrico ForestieriMake sure the cursor is in texted
2016-01-09 Enrico ForestieriAlways place the cursor before a separator inset when...
2016-01-05 Jean-Marc LasgouttesFix entering inset in visual cursor mode
2015-12-12 Richard HeckThere does not appear to be any need to update the...
2015-12-07 Jean-Marc LasgouttesDetect properly when cursor position cannot be computed
2015-10-19 Guillaume MunchAdding TexRow information on math latex output (#4725)
2015-10-19 Guillaume MunchAdd a unique id to math insets
2015-10-09 Jean-Marc LasgouttesSmall code cleanup
2015-10-09 Jean-Marc LasgouttesGet rid of old Bidi code
2015-09-27 Jean-Marc LasgouttesRewrite Cursor::getSurroundingPos without Bidi class
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesRemember the cursor before an undo group
2015-07-17 Jean-Marc LasgouttesRewrite Cursor::posVisToRowExtremity without Bidi class
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-07-08 Jean-Marc LasgouttesSmall clean-up to debug support
2015-06-08 Jean-Marc LasgouttesProperly notify insets after BufferView::doDispatch
2015-05-20 Jean-Marc LasgouttesPlace the cursor correctly after undoing an inset disso...
2015-05-15 Georg BaumFix compilation with boost 1.58
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-03-04 Jean-MarcFix uninitialized members in Cursor and CursorData...
2015-01-22 Jean-Marc LasgouttesImplement new recordUndoBufferParams method.
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesRemove debug code from TextMetrics
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
2014-06-23 Scott KostyshakRemove an incorrect/expired FIXME
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-03-17 Jean-Marc LasgouttesFix bug #8837: LyX hangs on selection
2014-03-17 Jean-Marc LasgouttesAlso show boundary when displaying Cursor value.
2014-03-14 Jean-Marc LasgouttesWhitespace only.
2014-02-16 Richard HeckIt's definitely not safe to continue in this case....
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
2013-05-02 Jean-Marc LasgouttesEven more llvm/clang warnings
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Jean-Marc LasgouttesFix assertion related to cursor anchor.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-10 Pavel SandaFix #7865 - Math autocorrection is broken
2012-12-11 Jean-Marc LasgouttesFix crash related to undo and continuous spell checking
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
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
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2012-02-07 Jean-Marc LasgouttesFix bug #6367: Screen jumps around when using undo...
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-03-23 Vincent van RavesteijnDo not give access to the actual data of the CoordCache...
2011-03-15 Stephan Witt#7350 more checks to validate the DocIterator before...
2011-03-10 Stephan Wittbetter fix for regression introduced by r37463: crash...
2011-02-21 Enrico ForestieriFix bug #7316 (Crash editing commands in math mode)
2011-02-08 Stephan Wittfix a crash when the inset containing the new word...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-28 Tommaso CucinottaCode simplification (thx Vincent).
2011-01-27 Tommaso CucinottaCompleting r37335 (apologies).
2011-01-10 Stephan Witt#7209 avoid a crash in inMacroMode(): one cannot get...
2011-01-10 Vincent van RavesteijnCursor: constify.
2011-01-06 Georg Baumforgot to declare debugToken() in r37117
2010-12-21 Stephan Wittfix typo: double semicolon at line end of code
2010-12-05 Abdelrazak Younes GuiView::dispatchToBufferView(): simplify code and...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-09 Enrico ForestieriFix bug #6939 (Using math-insert to input math macros...
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
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...
next