gtk2/modules/engines/pixbuf
Manish Singh aa04eae7b7 Output Makefile for the pixbuf engine directory.
Mon Nov 15 17:17:17 2004  Manish Singh  <yosh@gimp.org>

        * configure.in: Output Makefile for the pixbuf engine directory.

        * gtk/gtk.symbols: Add gtk_button_{get,set}_image.

        * modules/engines/pixbuf/pixbuf-render.c: Replace usage of deprecated
        functions.

        * modules/engines/pixbuf/pixbuf-draw.c: undef GDK_DISABLE_DEPRECATED
        for gdk_draw_string (ick).
2004-11-16 01:20:47 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog Remove uses of deprecated symbols. 2004-11-15 18:42:12 +00:00
Makefile.am Remove examples, adjust Makefile.am 2004-11-15 18:25:11 +00:00
pixbuf-draw.c Output Makefile for the pixbuf engine directory. 2004-11-16 01:20:47 +00:00
pixbuf-main.c A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-rc-style.c Remove uses of deprecated symbols. 2004-11-15 18:42:12 +00:00
pixbuf-rc-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-render.c Output Makefile for the pixbuf engine directory. 2004-11-16 01:20:47 +00:00
pixbuf-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf.h Add a fake STEPPER function that is used for drawing scrollbar steppers, 2002-04-21 19:00:52 +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