]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
Add more controls to the view-source dialog.
[lyx.git] / src / graphics / ChangeLog
index c5435fd2a3c78b66169a07626d3cb0bddfc4f5e8..40802379826c847e4b1657b3cebc3367531f9451 100644 (file)
@@ -1,3 +1,61 @@
+2006-02-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C (findTargetFormat): fix previous fix
+
+2006-01-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C (convertToDisplayFormat): handle unknown
+       formats
+       * GraphicsConverter.C (Impl, build_script): ditto
+
+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/
@@ -8,7 +66,7 @@
        * GraphicsConverter.C (move_file, build_script): protect
        shell variables with quotes.
 
-2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: use proper signal include
 
@@ -18,7 +76,7 @@
        * GraphicsLoader.[Ch]: ditto
        * PreviewLoader.[Ch]: ditto
 
-2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: include <boost/function.hpp> instead of
        <boost/function/function0.hpp>
 
        * PreviewLoader.C (Impl::startLoading): remove space at end of line.
 
-2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: new file
 
        * Makefile.am: support pch
 
-2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * PreviewLoader.C, GraphicsParams.C, GraphicsConverter.C: change
        "support/std_sstream.h" to <sstream>
        * PreviewLoader.C: use always a temp dir
        * PreviewLoader.C: check successfull creation of LaTeX file
 
-2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+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 Bjonnes  <larsbj@gullik.net>
+2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * GraphicsTypes.C: include <string>
 
-2003-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2003-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Previews.C: include paragraph.h
        * PreviewLoader.C: ditto