]> git.lyx.org Git - features.git/blobdiff - src/graphics/ChangeLog
change "support/std_sstream.h" to <sstream>
[features.git] / src / graphics / ChangeLog
index 271fb6661e5e9093388d8f622787155ce5e49e74..e420bede3601ddeb5a7a681810f4ded5534a7aa1 100644 (file)
@@ -1,3 +1,78 @@
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C, GraphicsParams.C, GraphicsConverter.C: change
+       "support/std_sstream.h" to <sstream>
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * Previews.[Ch] (status): new member function, replacing activated.
+
+2004-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): change arguments passed to the
+       preview-generation script to include the foreground and background
+       colours.
+       (dumpPreamble): no longer write the foreground and background
+       colours to the latex file as PostScript specials.
+       (setConverter): consider only those 'to' formats that are
+       loadable natively by the GUI library, rather than all formats
+       for which a converter exists.
+       (setAscentFractions): re-written to parse much simplified metrics
+       file.
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble):
+       * Previews.C (generateBufferPreviews): re-enable iteration over all
+       insets.
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C (convertToDisplayFormat): unzip zipped files
+       to a temporary file
+       * PreviewLoader.C: use always a temp dir
+       * PreviewLoader.C: check successfull creation of LaTeX file
+
+2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (FindFirst): inherit from std::unary_function
+       and make operator() const
+       (FindSnippet): inherit from unary_function, simplify slightly.
+
+2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * GraphicsTypes.C: include <string>
+
+2003-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Previews.C: include paragraph.h
+       * PreviewLoader.C: ditto
+
+2003-11-05  José Matos  <jamatos@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): rename ascii to plaintext
+       and LatexRunParams to OutputParams.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewImage.C (statusChanged): always pass on the signal, not just
+       when the preview is ready for display.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (Impl c-tor): add a warning message if the file
+       to contain the conversion script cannot be opened.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): do nothing if the buffer is not yet
+       loaded.
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsTypes.[Ch] (setDisplayTranslator): removed.
+       Make displayTranslator a function,
+
 2003-10-10  Angus Leeming  <leeming@lyx.org>
 
        * PreviewedInset.[Ch]: removed.