]> git.lyx.org Git - lyx.git/history - src/DocIterator.cpp
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / DocIterator.cpp
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
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-14 Abdelrazak YounesFix crash with updateLabels(). I changed the the test...
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-06-09 Stefan Schimanski* reverting r18516, so no signals anymore in CursorSlices
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-22 Georg Baumfix bug 1973 (hopefully)
2007-05-15 Abdelrazak YounesProperly search for relevant TocItem. Now works fine...
2007-05-03 Jean-Marc Lasgouttes * src/Cursor.cpp (isRTL): simplify
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/