]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
if we can load direct without conversion, then do that.
[lyx.git] / src / graphics / ChangeLog
index 362ba5c550711039abe8c38a02e25182588cb5db..a6de1db24366a5002f5182b6bcf65519bd780643 100644 (file)
@@ -1,3 +1,20 @@
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsParams.[Ch]:
+       * GraphicsImage.C:
+       * GraphicsImageXPM.C: properly resolve more warnings about comparison
+       between signed and unsigned integer expressions.
+
+       * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
+
+       * GraphicsCache.C: move connections to the GImage-derived classes to
+       the frontends.
+
+       * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
+
+       * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
+       conversion, then do that.
+
 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * GraphicsCache.C: improve commentary to graphicsInit and where it