]> Pileus Git - ~andy/gtk/commit
Add gdk_pixbuf_loader_new_with_type function, to allow handling image
authorElliot Lee <sopwith@redhat.com>
Fri, 28 Jul 2000 00:09:36 +0000 (00:09 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Fri, 28 Jul 2000 00:09:36 +0000 (00:09 +0000)
commit3ddaa7357872da423b95ad8ab0c90ae92d15933c
tree7e562753ca5c5dc713429a5f5d3081d58b6a59a9
parentde9e8979fd805d4c4a978ad513bc83a121b7a5dd
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
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf-io.h
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf-loader.h
gdk-pixbuf/io-bmp.c
gdk-pixbuf/io-wbmp.c [new file with mode: 0644]
gdk-pixbuf/pixbufloader_wbmp.def [new file with mode: 0644]
gtk-config.in [new file with mode: 0644]
gtk/gdk-pixbuf-loader.c
gtk/gdk-pixbuf-loader.h