]> git.lyx.org Git - lyx.git/history - src/Cursor.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Cursor.h
2023-11-06 Jean-Marc LasgouttesFix word selection expansion when going to the left
2023-08-24 Juergen SpitzmuellerAmend 101363352c111
2022-10-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-10-27 Jean-Marc LasgouttesRevert "Always remove selection after cursor up/down"
2021-06-30 Jean-Marc LasgouttesAlways remove selection after cursor up/down
2021-01-07 Jean-Marc Lasgouttestypo
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-25 Yuriy SkalkoConstify
2020-02-28 Richard Kimberly... Use ranges, fix warning
2019-12-31 Juergen SpitzmuellerDo not copy deleted text to external clipboard
2019-07-19 Jean-Marc LasgouttesSet language to OS input language when moving cursor
2019-06-03 IsaacRemoved shortcuts to toggle autocorrect.
2019-06-02 Jean-Marc LasgouttesAllow to undo partly math autocorrect
2019-04-16 Jean-Marc LasgouttesRevert "Allow to undo partly math autocorrect"
2019-04-16 Jean-Marc LasgouttesAllow to undo partly math autocorrect
2018-12-16 Juergen SpitzmuellerImprove comment.
2018-11-07 Jean-Marc LasgouttesWhen inserting math inset over selection, place cursor...
2018-08-30 Jean-Marc LasgouttesMove leaveInset and isInside from CursorData to DocIterator
2018-08-30 Jean-Marc LasgouttesCleanup: Rename textUndo to undoAction
2018-05-02 Pavel SandaEnable graphics-unify only for selections containing...
2018-05-02 Jean-Marc LasgouttesMove code around
2018-04-05 Jean-Marc LasgouttesWhen inserting math inset, put cursor selection in...
2018-02-20 Jean-Marc LasgouttesKill macro mode when using LFUN_ESCAPE
2018-01-31 Jean-Marc LasgouttesFix Cursor::sanitize
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-09-08 Jean-Marc LasgouttesRemove workaround that is not necessary anymore.
2017-07-24 Jean-Marc LasgouttesMake "devel mode" configurable at run time
2017-07-03 Richard HeckFix whitespace at EOL.
2017-02-18 Guillaume MunchWhen pressing math with the mouse, move to the closest...
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchNew word-movement behaviour in Math
2016-12-20 Jean-Marc LasgouttesUpdate description of cursor classes
2016-09-23 Guillaume MunchHelpers to set selections to arbitrary DocIterators
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesRemove unused CursorData::logicalpos_
2016-05-28 Guillaume MunchCorrect strange FIXME
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
next