]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
Minor code shuffle.
[lyx.git] / src / graphics / ChangeLog
index 1bdbd213c427d645e0f6d2ebcb8a2d51432e0818..67edad92ce874f7f70195d82e6ecb00ce9fd22f2 100644 (file)
@@ -1,3 +1,48 @@
+2001-07-17  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCacheItem.h:
+       * GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
+       from synchronous to asynchronous and to ease the coming changes.
+
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ImageLoaderXPM.C (runImageLoader): get display information from
+       GUIRunTime. 
+
+2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCache.C:
+       * GraphicsCacheItem.C:
+       * ImageLoader.C:
+       * ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GraphicsCache.h: inherit privately from noncopyable
+       * ImageLoader.h: ditto
+       * GraphicsCacheItem.h: ditto
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
+       CC 6.0 as an unrecognised preprocessor directive.  So ensure they're 
+       wrapped. 
+
+2001-04-02  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
+       of hard coding ImageMagick.
+
+2001-03-10  Baruch Even  <baruch@lyx.org>
+
+       * GraphicsCache.C: Style change from (*it).field to it->field
+
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * GraphicsCache.h: noncopyable is in namespace boost
+       * ImageLoader.h: ditto
+       * GraphicsCacheItem.h: ditto
+
 2001-03-07  Baruch Even  <baruch@lyx.org>
 
        * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried