]> git.lyx.org Git - lyx.git/history - src/ParagraphMetrics.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ParagraphMetrics.h
2024-04-05 Jean-Marc LasgouttesIntroduce new helpers ParagraphMetrics::top/bottom
2023-03-15 Jean-Marc LasgouttesFixup 00c39208: initialise ParagraphMetrics::id_ in...
2023-03-03 Jean-Marc LasgouttesAt metrics time, store paragraph id too
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesSmall Row cleanups
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2020-10-14 Pavel Sanda<map> ParagraphMetrics.h -> TextMetrics.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-01 Jean-Marc LasgouttesRemove non-const version of ParagraphMetrics::getRow
2017-11-11 Jean-Marc LasgouttesRemove row crc computation
2017-07-15 Jean-Marc LasgouttesFix comment
2016-06-03 Jean-Marc LasgouttesTake inset dimension into account in row signature
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-09-29 André Pönitzcosmetics
2007-09-21 Abdelrazak Younes* Inset:
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-09-01 Abdelrazak Younescorrect dimension types.
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesTake Track-Change into account when calculating row...
2007-08-27 Abdelrazak YounesGather ParagraphMetrics initialization in ParagraphMetr...
2007-08-18 Abdelrazak Younes* Text:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-30 André Pönitzremove RowList_fwd.h. Not really needed
2007-04-29 André PönitzLyXText -> Text
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-01-06 Georg Baumfix compile error:
2007-01-06 Abdelrazak YounesThis commit fixes the singlePar optimization which...
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...