gtk2/modules/engines/pixbuf
Emmanuele Bassi 34fd1234a6 pixbuf-engine: Clean up error conditions and destructors
Simplify the error checks and move all common behaviour into a utility
function.

https://bugzilla.gnome.org/show_bug.cgi?id=712536
2013-11-22 22:17:07 -05: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 pixbuf-engine: Clean up error conditions and destructors 2013-11-22 22:17:07 -05: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

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