]> git.lyx.org Git - lyx.git/blobdiff - development/PAINTING_ANALYSIS
de/Additional: translation of the XHMTL chapter
[lyx.git] / development / PAINTING_ANALYSIS
index 3ddfc7435227e26c4e16531cb455b5343507a68d..e53b4b23df02d29b1a2eaee4a32c34ccece8a243 100644 (file)
@@ -71,15 +71,6 @@ Other changes are only clean-ups.
 
    The helper version should return a Row::Element instead of an InsetTable.
 
-** Remember rtl status in the row object
-
-This will avoid to pass a Paragraph object to methods that do not need it.
-
-** Rewrite RowPainter::paintSelection using row information
-
-Currently it uses some very complicated code. It should be possible to
-reuse the logic of paintStringAndSel.
-
 ** Set inset position during metrics phase
 
 In order to do that, a no-paint drawing will be initiated after every
@@ -95,16 +86,6 @@ application would do.
    + remove painting when not inside in drawParagraph
    + remove Cursor::inCoordCache?
 
-** Use Row for MathData
-
-It may not be so difficult. Implement x2pos and pos2x from
-the TM:cursorX and TM::getPosNearX, and use them for both text and
-math.
-
-Will the strings display OK if drawing string-wise?
-
-Then it would be possible to streamline drawing with disabled painter.
-
 ** Paint directly to screen
 
 Instead of using an intermediary pixmap. I have no idea of how