gtk/modules/engines/pixbuf
Owen Taylor 06df244dd5 Add -Wall for gcc.
Sun Jul  9 18:15:58 2000  Owen Taylor  <otaylor@redhat.com>

	* configure.in (ACLOCAL): Add -Wall for gcc.

	* src/pixbuf-render.c (pixbuf_render): Fix problem
	using gdk_rectangle_intersect() from GTK+-1.2.

	* src/pixbuf-render.c src/pixbuf-draw.c: Remove
	direct access to pixbuf internals.
2000-07-09 22:18:21 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog Add -Wall for gcc. 2000-07-09 22:18:21 +00:00
Makefile.am Add -Wall for gcc. 2000-07-09 22:18:21 +00:00
pixbuf-draw.c Add -Wall for gcc. 2000-07-09 22:18:21 +00:00
pixbuf-main.c Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
pixbuf-render.c Add -Wall for gcc. 2000-07-09 22:18:21 +00:00
pixbuf.h Handle drawing transparency without a mask correctly. 2000-03-06 16:12:22 +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