diff options
author | Elliot Lee <sopwith@redhat.com> | 2000-07-28 00:09:36 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-07-28 00:09:36 +0000 |
commit | 3ddaa7357872da423b95ad8ab0c90ae92d15933c (patch) | |
tree | 7e562753ca5c5dc713429a5f5d3081d58b6a59a9 /ChangeLog.pre-2-8 | |
parent | de9e8979fd805d4c4a978ad513bc83a121b7a5dd (diff) | |
download | gdk-pixbuf-3ddaa7357872da423b95ad8ab0c90ae92d15933c.tar.gz |
Add gdk_pixbuf_loader_new_with_type function, to allow handling image
2000-07-27 Elliot Lee <sopwith@redhat.com>
* gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
function, to allow handling image formats that cannot be detected
by looking at content alone.
gdk-pixbuf/
2000-07-27 Elliot Lee <sopwith@redhat.com>
* gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add gdk_pixbuf_get_named_module() function to facilitate above change
* io-bmp.c: Don't malloc a temporary buffer - use stack instead.
* io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile: Implement loader for WBMP format.
**NOTE: I haven't tested this yet, I need to sync it to another machine, but it if it is broken
I'm already working on fixing it
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0297721de..9af206158 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2000-07-27 Elliot Lee <sopwith@redhat.com> + + * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type + function, to allow handling image formats that cannot be detected + by looking at content alone. + Thu Jul 27 13:13:21 BST 2000 Tony Gale <gale@gtk.org> * docs/tutorial/*.gif *.jpg *.eps |