]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / graphics / ChangeLog
index c9677cb26fac48c2a33fbef5fd82c17a9ce0dbfa..c732bd3502ddb5606204b30c364e0f1e3d977487 100644 (file)
@@ -1,3 +1,139 @@
+2005-11-02  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.C: trivial fix to a MSVS warning.
+
+2005-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): quote the name of the LaTeX file
+       passed to the lyxpreview converter script.
+
+2005-04-17  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (c-tor): quote conversion commands correctly.
+
+2005-02-15  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.C: s/struct/class/ in definition of
+       lyx::graphics::Loader::Impl to silence MSVC warning:
+       "type name first seen using 'class' now seen using 'struct'".
+
+2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (Impl): use convert<> instead of atoi,strToXXX
+       and friends
+
+       * GraphicsParams.h (class Params): change angle from float to double
+
+2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (unique_filename): tostr -> convert
+
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * PreviewLoader.C: lyxrc.preview_scale_factor is a string now.
+
+2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * rename a lot of InsetOld to InsetBase
+
+2004-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * GraphicsCache.C: include <map> to fix compilation with boost
+       1.32.0
+
+2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C:
+       s/getFormatFromContents/formats.getFormatFromFile/
+
+2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C: s/getExtFromContents/getFormatFromContents/
+       * GraphicsImage.h (loadableFormats): correct documentation
+
+2004-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (move_file, build_script): protect
+       shell variables with quotes.
+
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: use proper signal include
+
+       * GraphicsCacheItem.[Ch]: Use preferred calling of Boost.Signal
+       * GraphicsConverter.C: ditto
+       * GraphicsImage.h: ditto
+       * GraphicsLoader.[Ch]: ditto
+       * PreviewLoader.[Ch]: ditto
+
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: include <boost/function.hpp> instead of
+       <boost/function/function0.hpp>
+
+       * GraphicsImage.C: Use preferred calling of boost::function
+       * GraphicsImage.h: ditto
+
+2004-08-16  José Matos  <jamatos@lyx.org>
+
+       * PreviewLoader.C (Impl::startLoading): remove space at end of line.
+
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-07-24  Lars Gullik Bjønnes  <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 Bjønnes  <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 Bjønnes  <larsbj@gullik.net>
+
+       * GraphicsTypes.C: include <string>
+
+2003-11-20  Lars Gullik Bjønnes  <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