forked from AuroraMiddleware/gtk
2aa67df2e1
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. |
||
---|---|---|
.. | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
pixbuf-draw.c | ||
pixbuf-main.c | ||
pixbuf-rc-style.c | ||
pixbuf-rc-style.h | ||
pixbuf-render.c | ||
pixbuf-style.h | ||
pixbuf.h | ||
README |
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