]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/ChangeLog
Updated Slovenian translation
[~andy/gtk] / gdk-pixbuf / ChangeLog
index 94415d916f82ce0649a4244b8071f18898a6b4c2..c3cfcfddcf9152cbe085c07d3bb0aa554385b23e 100644 (file)
@@ -1,3 +1,195 @@
+2007-11-10  Matthias Clasen <mclasen@redhat.com>
+
+       * io-jpeg.c: Avoid unaligned accesses that cause
+       problems on some architectures.  (patch by David Miller)
+
+2007-10-16  Matthias Clasen <mclasen@redhat.com>
+
+       * === Released 2.12.1 ===
+
+2007-10-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-wbmp.c: Use better magic.  (#339877, Bastien Nocera)
+
+2007-09-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.12.0 ===
+
+2007-09-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-scaled-anim.c (get_scaled_pixbuf): Don't leak 
+       options.  
+
+2007-09-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-ani.c: Fix some possible crashes.  (#468832, Michal Luczaj)
+
+2007-09-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-tga.c (gdk_pixbuf__tga_stop_load): Handle pbuf 
+       being NULL.  (#468801, Sebastien Bacher)
+
+2007-07-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.6 ===
+
+Sat Jul  7 17:34:33 2007  Tim Janik  <timj@gtk.org>
+
+       * gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.
+
+2007-07-06  Michael J. Chudobiak  <mjc@cvs.gnome.org>
+
+       * io-tiff.c: (tiff_image_parse): Added a comment to explain
+       the signal used to stop parsing early.
+
+2007-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-tiff.c: Revert the last change, it was wrong
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Redo the last
+       change in a different way.
+
+2007-07-04  Tor Lillqvist  <tml@novell.com>
+
+       * pixops/Makefile.am (timescale_LDADD): Use GDK_PIXBUF_DEP_LIBS
+       instead of GDK_PIXBUF_EXTRA_LIBS here, too. 
+
+2007-07-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-tiff.c (tiff_image_parse): Always set an error
+       when returning NULL.  (453365, Michael Chudobiak)
+
+2007-07-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Be
+       more careful when calling g_propagate_error().  (#453365,
+       Michael Chudobiak)
+
+2007-07-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.5 ===
+
+2007-07-02  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk-pixbuf.c (gdk_pixbuf_get_option): Document the
+       "orientation" option.
+
+       * gdk-pixbuf.symbols:
+       * gdk-pixbuf-core.h:
+       * gdk-pixbuf-util.c (gdk_pixbuf_apply_embedded_orientation):
+       New function to handle Exif orientation information in 
+       tiff and jpeg images.  (#439567, Michael Chudobiak)
+
+2007-06-19  Matthias Clasen <mclasen@redhat.com>
+
+       * === Released 2.11.4 ===
+
+2007-06-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.3 ===
+
+2007-06-15  Hans Breuer  <hans@breuer.org>
+
+       * makefile.msc : updated
+       * io-jpeg.c : use g_snprintf
+
+2007-06-12  Behdad Esfahbod  <behdad@gnome.org>
+
+       * io-pnm.c (explode_bitmap_into_buf): Fix out-of-bound access.
+       (#440918, Matthias Kilian)
+
+2007-06-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.2 ===
+
+2007-06-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.1 ===
+
+2007-05-30  Chris Wilson  <chris@chris-wilson.co.uk>
+
+       * io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
+       Supply the current GError for fatal_error_handler(). (#441443)
+
+2007-05-24   Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.0 ===
+
+2007-05-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf.symbols: Add missing scaled-anim entries.
+
+2007-05-18  Michael J. Chudobiak  <mjc@cvs.gnome.org>
+
+       * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf):
+       Preserve pixbuf options when generating a new scaled pixbuf.
+
+       * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load),
+       (gdk_pixbuf__jpeg_image_load_increment): Read the exif
+       orientation tag and associate it with the "orientation" pixbuf
+       option. Renders libexif unnecessary in some applications.
+
+       * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag,
+       compensate for the partial rotations performed by libtiff,
+       and generate an "orientation" option for the pixbuf.
+
+2007-04-29  Matthias Clasen <mclasen@redhat.com>
+
+       * io-jpeg.c: Remove a pointless check from the previous
+       commit that added a new string.
+
+2007-04-28  Matthias Clasen <mclasen@redhat.com>
+
+       * io-png.c:
+       * io-jpeg.c: Accept unknown parameters with a warning 
+       when saving.  (#405539, Daniel Atallah)
+
+2007-04-25  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame):
+       Don't double the delay time of the first frame.  (#431997,
+       Björn Lindqvist)
+
+2007-04-25  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk-pixbuf-scaled-anim.c (gdk_pixbuf_scaled_anim_iter_finalize):
+       Chain up.  (#433125, Christian Persch)
+
+Wed Mar 28 15:27:35 2007  Tim Janik  <timj@imendio.com>
+
+       * io-jpeg.c: applied JPEG loader fix from maemo. this fix makes sure
+       stop_load() doesn't forget about its return value, and it pulls the
+       check for infinite looping out of an else branch in load_increment()
+       so it runs unconditionally, fixes #397643.
+
+2007-03-08  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk-pixbuf-scaled-anim.[hc]: Implement an animation
+       wrapper for scaling animations.  
+
+       * gdk-pixbuf-loader.c: Use GdkPixbufScaledAnim to scale
+       animations.  (#335752, Mike Morrison)
+
+       * Makefile.am: Glue.
+
+2007-03-06  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am: Further fixes for building on Win32 outside
+       srcdir. (#413492, Mathias Hasselmann)
+
+2007-03-05  Matthias Clasen <mclasen@redhat.com>
+
+       * io-tga.c: (gdk_pixbuf__tga_stop_load): Flip rle-encoded
+       images even if they haven't been completely loaded.  (#347106)
+
+2007-02-27  Felix Riemann  <friemann@svn.gnome.org>
+
+       * io-ico.c: (fill_info): Add image/x-ico to supported mime types.
+       Fixes bug #393599.
+
+2007-02-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-png.c: Don't leak in the error path.  (#405539, Daniel Atallah)
+
 2007-02-07  Chris Wilson  <chris@chris-wilson.co.uk>
 
        * io-jpeg.c: (gdk_pixbuf__jpeg_image_load),