gtk3/modules/engines/pixbuf
Matthias Clasen cd1c63583c Move G_GNUC_INTERNAL before function declarations. (#352276, Damien
2006-12-22  Matthias Clasen  <mclasen@redhat.com>

        * modules/engines/pixbuf/pixbuf.h:
        * modules/engines/pixbuf/pixbuf-rc-style.h:
        * modules/engines/pixbuf/pixbuf-style.h: Move
        G_GNUC_INTERNAL before function declarations.  (#352276,
        Damien Carbery)
2006-12-23 03:35:21 +00:00
..
.cvsignore
ChangeLog Cleanups 2006-10-08 05:32:07 +00:00
Makefile.am
pixbuf-draw.c Cleanups 2006-10-08 05:32:07 +00:00
pixbuf-main.c
pixbuf-rc-style.c
pixbuf-rc-style.h Move G_GNUC_INTERNAL before function declarations. (#352276, Damien 2006-12-23 03:35:21 +00:00
pixbuf-render.c
pixbuf-style.h Move G_GNUC_INTERNAL before function declarations. (#352276, Damien 2006-12-23 03:35:21 +00:00
pixbuf.h Move G_GNUC_INTERNAL before function declarations. (#352276, Damien 2006-12-23 03:35:21 +00: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