]> Pileus Git - ~andy/gtk/commit
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs
authorTim Janik <timj@gtk.org>
Tue, 26 Jun 2001 20:56:32 +0000 (20:56 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 26 Jun 2001 20:56:32 +0000 (20:56 +0000)
commitd4f0062f5e9c8a3fe8e4c7ba0daff28b5e76f69a
treecbec6c1be2f06e4fbe13852147b9554e02d70f83
parent3704749e94a270a7101dce94d498c3649ceb6c3c
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf

        * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
        instead from gdk_pixbuf_new_from_inline().

        * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
        installed API for applications that need to serialize/deserialize
        on their own (gimp, BEAST).

        * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
        program that can dump images in CSource format and Pixbuf
        stream format. supports RLE encoding, MACRO formatting etc...
        invoke with --help.
24 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
demos/Makefile.am
demos/testpixbuf.c
docs/reference/gdk-pixbuf/tmpl/creating.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
docs/reference/gtk/tmpl/gtkitemfactory.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-csource.c [new file with mode: 0644]
gdk-pixbuf/gdk-pixbuf-data.c
gdk-pixbuf/gdk-pixbuf-private.h
gdk-pixbuf/gdk-pixbuf.h
gdk-pixbuf/gdk-pixdata.c [new file with mode: 0644]
gdk-pixbuf/gdk-pixdata.h [new file with mode: 0644]
gtk/gtkiconfactory.c
gtk/gtkitemfactory.c
gtk/gtkitemfactory.h