]> git.lyx.org Git - lyx.git/history - src/CursorSlice.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / CursorSlice.cpp
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-16 Yuriy SkalkoClean Cursor and CursorSlice
2020-02-28 Richard Kimberly... Use ranges, fix warning
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesMove one Text::setCursor instance to CursorSlice
2015-03-20 Georg BaumReplace outdated LASSERT
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-01 Jean-Marc LasgouttesReimplement inset-select-all in a generic way
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-12 Enrico ForestieriFix bug #8105: Crash when deleting math macro from...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-11 Abdelrazak YounesFix bug introduced in rev 22934.
2008-02-11 Abdelrazak YounesCosmetics.
2008-01-10 Abdelrazak Younes* CursorSlice::lastpos(): check for text emptiness...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-08-23 Alfredo Braunsteinmove forwardIdx to CursorSlice from DocIterator, as...
2007-08-23 Alfredo Braunsteinallow one past-the-end position in CursorSlice, as...
2007-08-23 Alfredo Braunsteinremove fake constness in CursorSlice
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-06-25 Alfredo Braunsteinremove unused CursorSlice::invalidate & isValid methods
2007-06-09 Stefan Schimanski* some more traces of the signals in CursorSlice
2007-06-09 Stefan Schimanski* reverting r18516, so no signals anymore in CursorSlices
2007-05-31 Abdelrazak YounesThis patch transfer Inset::destroyed signal to InsetTex...
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 Bo PengRename .C ==> .cpp for files in src/