]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
reduce number of calls to LyXText::getFont
[lyx.git] / src / ChangeLog
index 0bc6d26e467fee65d9b79a32d569c69ca7863a34..1d231eb77db3b4a1f53e8f24b55ae8c42d6b17cb 100644 (file)
@@ -1,9 +1,51 @@
+2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * rowpainter.C (paintInset, paintHebrewComposeChar) 
+       (paintArabicComposeChar, paintChars): add a LyXFont argument.
+       (paintChars): use getFontSpan to reduce calls to getFont to a
+       minimum; use Paragraph::lookupChange instead of isXXXText.
+       (paintForeignMark): rename LyXFont argument.
+       (paintFromPos): pass a LyXFont object to the various paintXXX
+       methods. 
+
+       * FontIterator.C (FontIterator, operator++): use
+       Paragraph::getFontSpan 
+
+       * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
+       version that returns the font span as a pair.
+
+2005-06-09  Angus Leeming  <leeming@lyx.org>
+
+       * converter.C (convert): Don't forget "outfile = real_outfile" as
+       the final step in a conversion where the input and output file names
+       are the same. Otherwise, future conversion steps won't work...
+
+2005-06-09  Angus Leeming  <leeming@lyx.org>
+
+       * lyxsocket.C: remove stub code as it isn't needed by
+       MinGW/MinSYS anyway. Let's see if the MSVC people scream...
+
+2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_main.C (parse_execute): Fix last fix: is_gui = false
+       effectively disabled -x
+
+2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
+       when it actually makes sense.
+
+2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C: revert to showCursor in connection with
+       Lars's front-end stack
+
 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
-       * text.C (redoParagraph): move cursor right after a bibitem 
+       * text.C (redoParagraph): move cursor right after a bibitem
        has been inserted.
 
-       * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography. 
+       * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
 
 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
@@ -19,7 +61,7 @@
        * metricsinfo.h (ViewMetricsInfo):
        * rowpainter.C (paintText):
        * lyxtext.h:
-       * text.C (redoParagraph): 
+       * text.C (redoParagraph):
        * text3.C (dispatch): Make LyX only repaint current paragraph in
        case of character insert --> speedup. Also fix cursor draw
        artifacts
@@ -32,7 +74,7 @@
 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        Fix bug 1892:
-       
+
        * text2.C (getStringToIndex): constify cur argument.
 
        * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * buffer_funcs.C (setCounter): fix test for numbering of
-       environments. 
+       environments.
 
        * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
        depth correctly; use optional argument when it exists
 
        * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
        layouts that should not appear in a table of contents.
-       
+
 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * cursor.h (undispatched, noUpdate): add comments from André