]> Pileus Git - ~andy/gtk/commit
Welcome aboard, gdk-pixbuf.
authorOwen Taylor <otaylor@redhat.com>
Wed, 21 Jun 2000 20:47:22 +0000 (20:47 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 21 Jun 2000 20:47:22 +0000 (20:47 +0000)
commit11056f564b04a956fd3428d7257c839a609fd53e
treef0ba80f60b9d46230d393b9d39ba132c518da0f0
parent443e8c395e9f45d89f669c944366055eead5d021
Welcome aboard, gdk-pixbuf.

Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
gdk-pixbuf.

* gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
fixups for GObject.

* gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of
gdk-pixbuf with GDK dependencies moved into GDK.

* gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
move gdk-pixbuf-loader here until GObject has signals.

* demos/: New directory of demos. Move demos from
gdk-pixbuf here.

* demos/pixbuf-init.c: Small bit of code to check for
loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
set GDK_PIXBUF_MODULEDIR appropriately.

* gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
define which no longer makes sense.
33 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
Makefile.am
acconfig.h
configure.in
demos/.cvsignore [new file with mode: 0644]
demos/Makefile.am [new file with mode: 0644]
demos/pixbuf-demo.c
demos/pixbuf-init.c [new file with mode: 0644]
demos/testanimation.c
demos/testpixbuf-drawable.c
demos/testpixbuf-scale.c
demos/testpixbuf.c
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf.h
gdk-pixbuf/io-xpm.c
gdk-pixbuf/pixops/pixops.c
gdk/Makefile.am
gdk/gdk.h
gdk/gdkcompat.h
gdk/gdkpixbuf-drawable.c
gdk/gdkpixbuf-render.c
gdk/gdkpixbuf.h [new file with mode: 0644]
gtk/Makefile.am
gtk/gdk-pixbuf-loader.c