]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
move prepareToPrint out of the rowbreaking loop, do not cache its results.
[lyx.git] / src / ChangeLog
index 0543f2e80fb7cc85628f84851beee569b063e144..3ea318b02c1d8f43eb1617c95460c8cc070f6332 100644 (file)
@@ -1,4 +1,20 @@
 
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Bidi.[Ch] (computeTables): const correctness
+       * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
+       fill_hfill, fill_label_hfill and x from Row
+       * lyxtext.h: prepareToPrint returns a RowMetrics
+       * rowPainter.C: adjust
+       * text.C (prepareToPrint): use width, not textWidth. adjust
+       (redoParagraphInternal, cursorX): adjust
+       * text2.C (getColumnNearX): adjust
+       (init): put a default value to the top LyXText::width
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here 
+
 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
 
        * lyxtext.h: add FontIterator class