gtk2/modules/engines/pixbuf
Jehan 4e4c248077 Bug 712536 - Themes with gap_(start|end)_file but no actual file crash
Code factorization in commit 34fd123 reintroduced bug fixed in 0d396ab
with non-equivalent factorized tests.
2013-12-05 00:53:17 +13:00
..
Makefile.am Use AM_CPPFLAGS instead the obsolete INCLUDES 2011-07-06 15:58:32 +01:00
pixbuf-draw.c Change FSF Address 2012-02-27 17:06:11 +00:00
pixbuf-main.c Change FSF Address 2012-02-27 17:06:11 +00:00
pixbuf-rc-style.c Bug 712536 - Themes with gap_(start|end)_file but no actual file crash 2013-12-05 00:53:17 +13:00
pixbuf-rc-style.h Change FSF Address 2012-02-27 17:06:11 +00:00
pixbuf-render.c pixbuf-engine: Improve ThemePixbuf clean up functions 2013-11-22 22:17:07 -05:00
pixbuf-style.h Change FSF Address 2012-02-27 17:06:11 +00:00
pixbuf.h pixbuf-engine: Improve ThemePixbuf clean up functions 2013-11-22 22:17:07 -05: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