]> git.lyx.org Git - lyx.git/blobdiff - development/PAINTING_ANALYSIS
Update translation of Listings by Jari-Matti Mäkelä
[lyx.git] / development / PAINTING_ANALYSIS
index c287710ef8c34326212a3b11a507fcf97c3d4bc4..e53b4b23df02d29b1a2eaee4a32c34ccece8a243 100644 (file)
@@ -71,10 +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.
-
 ** Set inset position during metrics phase
 
 In order to do that, a no-paint drawing will be initiated after every
@@ -90,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