gtk/modules/engines/pixbuf
Matthias Clasen 9b593427aa const correctness fixes
found by Arjan van de Ven and gcc.
2005-11-17 14:57:24 +00:00
..
.cvsignore
ChangeLog const correctness fixes 2005-11-17 14:57:24 +00:00
Makefile.am Add necessary libraries to make it compile with -no-undefined. (#159713, 2004-11-28 17:21:06 +00:00
pixbuf-draw.c Output Makefile for the pixbuf engine directory. 2004-11-16 01:20:47 +00:00
pixbuf-main.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
pixbuf-rc-style.c const correctness fixes 2005-11-17 14:57:24 +00:00
pixbuf-rc-style.h
pixbuf-render.c Try to handle the situation that the borders are larger than the area we 2005-06-12 06:04:40 +00:00
pixbuf-style.h
pixbuf.h Add a fake STEPPER function that is used for drawing scrollbar steppers, 2002-04-21 19:00:52 +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