]> git.lyx.org Git - lyx.git/history - src/DocIterator.h
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / DocIterator.h
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/