]> git.lyx.org Git - features.git/commit
Remove row crc computation
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 11 Nov 2017 11:40:39 +0000 (12:40 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 15 Feb 2018 11:29:25 +0000 (12:29 +0100)
commita71610b9d72d346ac694518d6dab634f02247e2b
tree707b9015340cb4e092584a3ab3c82b9d2997cd4f
parentd2e15bd1893e288f3177dbec15b82b723bfca6a6
Remove row crc computation

This computation did not make sense anymore since we began to put the
contents in the Row object. The fact that it worked was a coincidence.

Instead, we set rows as changed() on creation and reset that once they
have been drawn. This will allow in the future for a finer definition
of what to redraw or not.

Also update the PAINTING_ANALYSIS document

(cherry picked from commit 9e2da4a3eac83f46ab184ea8d674f84643814017)
development/PAINTING_ANALYSIS
src/ParagraphMetrics.cpp
src/ParagraphMetrics.h
src/Row.cpp
src/Row.h
src/TextMetrics.cpp