X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FChangeLog;h=a6de1db24366a5002f5182b6bcf65519bd780643;hb=1bb8334771e55752807458be227154bae29ce657;hp=52f96e3025b7dde1b90208548c7772cff556db87;hpb=fcc752984319a42f843d6b4a044ceb956eed868a;p=lyx.git diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 52f96e3025..a6de1db243 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,32 @@ +2002-02-28 Angus Leeming + + * 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 + + * GraphicsCache.C: improve commentary to graphicsInit and where it + should really go. + + * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash + that became a memory leak properly. (Let the shared_c_ptr free the + color table.) + (reset, mapcolor): tidy up and introduce a work around for XPM files + with crappy color entries. Print out a nice friendly message on what's + gone wrong and how to resolve it properly. + 2002-02-27 Angus Leeming * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).