gtk/modules/engines/pixbuf
Owen Taylor 2aa67df2e1 Updates to work with GTK+-2.0 theme engine architecture. It won't even
Tue Jul 18 12:13:19 2000  Owen Taylor  <otaylor@redhat.com>

        Updates to work with GTK+-2.0 theme engine architecture.
	It won't even sort of work with GTK+-1.2 any more.

	* configure.in src/Makefile.am: Look for GTK+-2.0,
	install engine into GTK+-2.0 location.

	* src/pixbuf-style.h src/pixbuf-rc-style.[ch]: New
	files for GtkRcStyle and GtkStyle subclasses. Parsing,
	etc, moves to pixbuf-rc-style.[ch]

	* src/pixbuf-draw.c: Chain up to parent implementation
	when images aren't found for a certain element.
2000-07-18 16:21:33 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
Makefile.am Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf-draw.c Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf-main.c Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf-rc-style.c Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf-rc-style.h Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf-render.c Add -Wall for gcc. 2000-07-09 22:18:21 +00:00
pixbuf-style.h Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
pixbuf.h Updates to work with GTK+-2.0 theme engine architecture. It won't even 2000-07-18 16:21:33 +00:00
README Initial revision 2000-02-07 02:36:39 +00:00

The code in this directory is a GTK+ theme engine based on the earlier
pixmap theme engine.

The config files are meant to be compatible, but instead of rendering
using Imlib, it renders using GdkPixbuf.  This makes the memory
management much more understandable, and also allows us to use
GdkPixbuf's high quality scaling.

Most of the code was reworked/rewritten in the process to make it more
understandable and maintainable.

There are lots of bugs here, a considersable number of bugs. But it's
cleaned up a great deal from the older pixmap engine. Please don't
make it uglier again.

Owen Taylor <otaylor@redhat.com>
6 February 2000