]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/ChangeLog
=== Released 2.4.1 ===
[~andy/gtk] / gdk-pixbuf / ChangeLog
index 608e5453152fe0b266a48dd124cfc6e2876e6467..b68243ef113227526cb9d573c0fdc96b9c26b80f 100644 (file)
@@ -1,3 +1,230 @@
+2004-04-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.4.1 ===
+
+2004-04-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-ani.c (gdk_pixbuf__ani_image_load_animation): 
+       * gdk-pixbuf-io.c (gdk_pixbuf_get_file_info) 
+       (_gdk_pixbuf_generic_image_load) 
+       (gdk_pixbuf_new_from_file_at_size): When calling fread()
+       in a loop, check for ferror() as well as for feof() to
+       avoid infinite loops on directories.  (#137804, Alex Converse)
+
+Mon Mar 15 15:01:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.4.0 ===
+
+2004-03-15  Tor Lillqvist  <tml@iki.fi>
+
+       * queryloaders.c (main): [Win32] Look up installation prefix at
+       run-time, replace prefix in PIXBUF_LIBDIR with that. (#106141)
+
+       Merges from stable branch that had been left out. (#136282, J. Ali
+       Harlow):
+
+       Changes for run-time lookup of installation location on Win32:
+       
+       * Makefile.am (INCLUDES): Define GTK_PREFIX as $(prefix).
+
+       * gdk-pixbuf-io.c (get_sysconfdir): New function, look up
+       installation location at runtime and deduce GTK_SYSCONFDIR
+       from it.
+       (get_toplevel): Similar, for the top-level installation directory.
+       (correct_prefix): Replace compile-time prefix with run-time
+       prefix.
+       (get_libdir): Remove, not used any longer.
+       (gdk_pixbuf_io_init): Call correct_prefix() on Win32.
+
+       * queryloaders.c (query_module): [Win32] Change backslahses into
+       slashes in path.
+
+Tue Mar  9 09:33:28 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.6 ===
+
+2004-03-05  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk_pixbuf.def: Add missing entries. Thanks to J. Ali Harlow.
+
+Fri Mar  5 22:22:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * io-bmp.c (OneLine32): Don't try to load an alpha channel
+       from the BMP, since there is no evidence that even 32bit
+       BMPs have an alpha channel.  (#135502)
+
+Mon Mar  1 19:47:48 2004  Owen Taylor  <otaylor@redhat.com>
+
+        * === Released 2.3.5 ====
+
+2004-02-28  Hans Breuer  <hans@breuer.org>
+
+       * io-tiff.c : include <io.h> for lseek()
+       * io-xbm.c : use HAVE_UNISTD_H
+
+Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.3 ===
+
+Sun Feb 22 01:09:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * io-bmp.c (gdk_pixbuf__bmp_image_begin_load): Remove debugging
+       code.
+
+Fri Feb 20 22:25:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field 
+       from the header for use in DecodeColormap.
+       * io-bmp.c (DecodeColormap): Don't read more colormap entries than
+       the header says are there.  (#134235, Kazuho Okui)
+
+Sun Feb  8 01:07:20 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk-pixbuf-io.c: removed unnecessary G_OBJECT() cast checks.
+
+       * io-jpeg.c: make the return type for to_callback_empty_output_buffer
+       "boolean", which should be defined by the jpeg headers. The right
+       return type for this function depends on how the jpeg library
+       was built (one wonders what happens if different compilers are used).
+
+2004-01-28  Hans Breuer  <hans@breuer.org>
+
+       * gdk_pixbuf.def : updated externals
+
+Sat Jan 17 23:02:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       The second part of the fix for #114351 (see also 
+       ../Changelog)
+       
+       * gdk-pixbuf-i18n.h (P_): Use translation domain gtk20-properties.
+
+Sat Jan 17 00:01:51 2004  Matthias Clasen  <maclas@gmx.de>
+
+       The first part of the fix for #114351 (see also
+       ../ChangeLog): 
+
+       * gdk-pixbuf-i18n.h: Define P_() for property blurbs and nicks.
+
+       * gdk-pixbuf.c:  Mark property blurbs and nicks with P_().
+
+Thu Jan  8 22:01:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * queryloaders.c (loader_sanity_check): Don't use bitwise operators
+       on booleans.  (#130923, reported by Telsa Gwynne, fix by Dave Jones)
+
+2004-01-06  Federico Mena Quintero  <federico@ximian.com>
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the
+       documentation comment, and hack around an empty line in the code
+       example so that gtk-doc won't put a <para> due to it.
+
+       * gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
+       section on image data.
+
+2004-01-06  Federico Mena Quintero  <federico@ximian.com>
+
+       * gdk-pixdata.c (gdk_pixbuf_new_from_inline): Fix example in
+       documentation comment.  Fixes #130701.
+
+Wed Jan  7 02:41:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_save_to_bufferv): 
+       * gdk-pixbuf-io.c (gdk_pixbuf_save_to_buffer): 
+       * gdk-pixbuf-io.c (gdk_pixbuf_save_to_callbackv): 
+       * gdk-pixbuf-io.c (gdk_pixbuf_save_to_callback): New public API
+       to save pixbufs to non-file locations.  (#82203, Tim Evans)
+
+       * gdk-pixbuf.h:
+       * gdk-pixbuf.def: Declare the new public API.
+
+       * gdk-pixbuf-io.h: Add save_to_callback to the module interface.
+       
+       * io-jpeg.c: 
+       * io-png.c: Implement save_to_callback.
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_savev): 
+       * gdk-pixbuf-io.c (gdk_pixbuf_save): Update documentation. 
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_real_save): Support saving via
+       image_module->save_to_callback.
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_real_save_to_callback): New generic
+       save_to_callback function which falls back to image_module->save 
+       on a temp file.
+       
+Wed Jan  7 01:17:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_size_func): 
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_set_size): 
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_init): Make it possible
+       to call gdk_pixbuf_loader_set_size (loader, 0, 0) by changing
+       the initial values of priv->width/height to -1.
+       
+       * io-tiff.c (tiff_image_parse): 
+       * io-ras.c (RAS2State): 
+       * io-pnm.c (gdk_pixbuf__pnm_image_load_increment): 
+       * io-pcx.c (gdk_pixbuf__pcx_load_increment): 
+       * io-jpeg.c (gdk_pixbuf__jpeg_image_load_increment): 
+       * io-png.c (png_info_callback): 
+       * io-ico.c (DecodeHeader): 
+       * io-bmp.c (DecodeHeader): Call size_func once the size is known,
+       even if the module can't make use of the scaling information. If
+       size_func returns 0, don't allocate a pixbuf and return, if 
+       necessary with an error.
+
+       * gdk-pixbuf.h: 
+       * gdk-pixbuf-io.c (gdk_pixbuf_get_file_info): A new function 
+       to determine the type and size of an image file without loading
+       it completely.  (#53725)
+
+Sun Jan  4 00:44:57 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf.c (gdk_pixbuf_class_init): Turn the pixbuf 
+       attributes into (construct-only, but always readable) 
+       properties.  (#130196)
+
+       * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Set properties
+       in g_object_new().
+
+Mon Dec 22 01:35:36 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * Makefile.am (gdk-pixbuf.loaders): Fix building with
+       --disable-modules --with-included-loaders, create an 
+       empty gdk-pixbuf.loaders file.  (#124496, Arno Charlet, fix 
+       proposed by Owen Taylor)
+
+Thu Dec 11 01:57:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): Move
+       the documentation for signals inline, to get proper parameter
+       documentation.  (#128977)       
+
+Sat Nov 15 00:26:19 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * queryloaders.c (loader_sanity_check): Check that the mask
+       is NULL or a string of the same length consisting entirely of
+       ' ', '!', 'x', 'z', 'n'. 
+
+Mon Nov 10 00:17:52 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * Makefile.am (install-data-local): Typo fix in warning.
+
+Sun Nov  9 23:07:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): If neither
+       load nor begin_load are available fall back to load_animation 
+       and use gdk_pixbuf_animation_get_static_image() to obtain a 
+       pixbuf. Inefficient, but at least doesn't crash.
+
+Sun Nov  9 21:56:20 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * queryloaders.c (write_loader_info): New function to write 
+       out the information for a single loader, factored out of 
+       query_module().
+       (loader_sanity_check): New function to perform
+       sanity checks on a loader.
+       (query_module): Use the new functions.
+
 Thu Nov  6 00:27:27 2003  Matthias Clasen  <maclas@gmx.de>
 
        * io-pcx.c (gdk_pixbuf__pcx_load_increment): Fold two similar