]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/ChangeLog
Support for separately installed loaders. (#77486)
[~andy/gtk] / gdk-pixbuf / ChangeLog
index 68a2005e73ee800cd5a6d3d09f8da59efa87a0f4..3d203982711494289759a94deeeb4dc5efe5759c 100644 (file)
@@ -1,3 +1,84 @@
+2002-10-04  Matthias Clasen  <maclas@gmx.de>
+
+       * Makefile.am gdk-pixbuf-animation.c gdk-pixbuf-data.c 
+       gdk-pixbuf-io.c gdk-pixbuf-io.h gdk-pixbuf-loader.c 
+       gdk-pixbuf-loader.h gdk-pixbuf-private.h gdk-pixbuf.h 
+       gdk-pixdata.c io-ani-animation.h io-ani.c io-bmp.c 
+       io-gif-animation.c io-gif-animation.h io-gif.c io-ico.c 
+       io-jpeg.c io-png.c io-pnm.c io-ras.c io-tga.c io-tiff.c 
+       io-wbmp.c io-xbm.c io-xpm.c pixbufloader_ani.def 
+       pixbufloader_bmp.def pixbufloader_gif.def pixbufloader_ico.def 
+       pixbufloader_jpeg.def pixbufloader_png.def 
+       pixbufloader_pnm.def pixbufloader_ras.def pixbufloader_tga.def 
+       pixbufloader_tiff.def pixbufloader_wbmp.def 
+       pixbufloader_xbm.def pixbufloader_xpm.def test-gdk-pixbuf.c 
+       gdk-pixbuf-animation.h queryloaders.c: Support for separately
+       installed loaders.  (#77486)
+
+Thu Oct  3 18:25:57 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * io-jpeg.c (gdk_pixbuf__jpeg_image_save): 
+       Fix memory leak. (#94399)
+
+Tue Oct  1 17:35:43 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdkpixdata.c: Patch from Andy Wingo to always 
+       escape ? to avoid accidentally generating trigraphs
+       in the output (#94631)
+
+2002-09-28  Tor Lillqvist  <tml@iki.fi>
+
+       * pixops/*.S: Don't use .type on Cygwin, either (#91597, Masahiro
+       Sakai).
+
+2002-09-27  Federico Mena Quintero  <federico@ximian.com>
+
+       * io-ico.c (gdk_pixbuf__ico_image_begin_load): Free the context if
+       we cannot allocate the HeaderBuf.
+
+2002-09-27  Federico Mena Quintero  <federico@ximian.com>
+
+       * io-bmp.c (OneLine): Fix the update region notification to handle
+       top-to-bottom and bottom-to-top BMPs correctly.
+
+2002-09-19  Matthias Clasen  <maclas@gmx.de>
+
+       * Revert the previous change; the symbols need to be exported 
+       to be usable from dlopened modules.
+       
+2002-09-18  Matthias Clasen  <maclas@gmx.de>
+
+       * io-xpm.c, io-xbm.c, io-ico.c, io-ani.c, io-png.c,
+       gdk-pixbuf.c, gdk-pixbuf-animation.c, gdk-pixbuf-loader.c,
+       gdk-pixbuf-private.h: _-prefix gdk_pixbuf_non_anim_new and
+       gdk_pixbuf_set_option. Adjust all callers. 
+
+2002-09-14  Hans Breuer  <hans@breuer.org>
+
+       * pixops/Makefile.am : added makefile.msc to EXTRA_DIST
+
+2002-09-12  Matthias Clasen  <maclas@gmx.de>
+
+       * io-gif-animation.h: 
+       * gdk-pixbuf.h: Move GdkPixbufFrame from the public header to
+       the gif-animation-specific private header.  (#91929)
+
+2002-09-12  Federico Mena Quintero  <federico@ximian.com>
+
+       * io-jpeg.c (gdk_pixbuf__jpeg_image_load): Unref the pixbuf if we
+       hit an unsupported colorspace.
+
+2002-09-06  Matthias Clasen  <maclas@gmx.de>
+
+       * io-ani.c, io-ani-animation.h, io-ani-animation.c, 
+       pixbufloader_ani.def, Makefile.am, gdk-pixbuf-io.c: New loader,
+       for .ANI animations.
+       
+       * io-xpm.c (pixbuf_create_from_xpm): 
+       * io-xbm.c (gdk_pixbuf__xbm_image_load_real): 
+       * io-ico.c (DecodeHeader): Attach hotspot coordinates to the
+       pixbuf as options "x_hot" and "y_hot". 
+
 2002-09-04  Matthias Clasen  <maclas@gmx.de>
 
        * io-tga.c (io_buffer_append):