From dc999ba4703beebc1744556aff46cb64c3a64d37 Mon Sep 17 00:00:00 2001 From: Michael Fulbright Date: Tue, 2 Nov 1999 18:26:51 +0000 Subject: [PATCH] changelog --- gdk-pixbuf/ChangeLog | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 5dc73a1731..8e23847696 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -29,10 +29,25 @@ (ReadImage): lets get the offset right. This will let transparent gifs work. -1999-10-28 Jonathan Blandford +1999-10-29 Michael Fulbright - * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): don't send a - 0 length buffer. + * src/io-jpeg.c: image_load_increment(): Fixed bug when + image width was not a multiple of 4 - always use the + gdk_pixbuf rowstride to increment pointers! + +1999-10-29 Michael Fulbright + + * src/io-jpeg.c: Added first cut at progressive jpeg loading. + Currently does not handle either progressive jpeg files (jpeg + files with multiple scans at different quality settings), but + I plan on adding this support soon. These are fairly rare in + my experience, so it shouldn't slow people down too much. + Grayscale jpegs also don't work but that should be easy to fix. + +1999-10-29 Michael Fulbright + + * src/testpixbuf.c: Added title to windows so you can identify + progressive and file windows. 1999-10-29 Michael Fulbright @@ -49,6 +64,11 @@ in a convenience function since one w/o the other doesn't seem to make much sense. +1999-10-28 Jonathan Blandford + + * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): don't send a + 0 length buffer. + 1999-10-28 Federico Mena Quintero * src/gdk-pixbuf-render.c (gdk_pixbuf_render_to_drawable): New