]> git.lyx.org Git - lyx.git/history - src/DocIterator.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / DocIterator.h
2023-11-06 Enrico ForestieriAllow using the text properties dialog in mathed
2021-10-13 Thibaut CuvelierFactor out the list of macro definitions for InsetPreview.
2020-11-30 Yuriy SkalkoSimplify DocIterator
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-10-24 Pavel SandaRevert da8b5de97 because of MSVC 2017.
2020-10-14 Pavel SandaMove <algorithm> from DocIterator.h
2020-08-16 Stephan Witt#6401 improve doc iterator to allow easy backward navig...
2019-01-04 Jean-Marc LasgouttesRemove unused mathod (CursorSlice::at_cell_end is the...
2018-08-30 Jean-Marc LasgouttesMove leaveInset and isInside from CursorData to DocIterator
2018-02-07 Pavel Sanda* comment
2018-02-07 Pavel Sanda* comment
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-07-03 Richard HeckFix whitespace at EOL.
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Guillaume MunchReorganise and simplify
2016-09-23 Guillaume Munchexplicit operator bool
2015-12-12 Richard HeckThere does not appear to be any need to update the...
2015-05-08 Stephan Witt#9514 improved document iterator for correct check...
2015-03-20 Georg BaumImplement DocIterator::backwardInset()
2014-06-07 Peter Kümmelstd::min/max are defined in <algorithm>
2012-07-17 Jean-Marc LasgouttesFix crash introduced in my previous commit f6b1c24b
2011-03-23 Abdelrazak YounesCleanup the SpellChecker dialog (fixes #7375 and #7379):
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2010-01-09 Abdelrazak YounesFix multipart document background compilation. I am...
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-03-28 Abdelrazak YounesTransfer some general code from GuiSpellchecker to...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-12 Jean-Marc LasgouttesAdd missing operator>= to DocIterator
2008-02-26 Stefan Schimanski* make DocIterator::find(Inset(Math) * inset) do what...
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-01-31 Dov Feldsternrewrite comment explaining DocIterator's boundary_
2008-01-12 André PönitzFive more percent.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* methods to cut off DocIterators and to append vectors...
2007-09-14 Abdelrazak YounesFix Cursor::setCurrentFont() within mathed.
2007-08-23 Alfredo Braunsteinmove forwardIdx to CursorSlice from DocIterator, as...
2007-08-23 Alfredo Braunsteinremove fake constness in DocIterator
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-15 Abdelrazak YounesProperly search for relevant TocItem. Now works fine...
2007-04-30 Abdelrazak Younes* Cursor::isRTL(): correctly deal with the inner paragr...
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/