gtk2/modules/engines/pixbuf
Owen Taylor 35226a7be5 Moved into docs/ subdir
Mon Mar  6 11:44:58 2000  Owen Taylor  <otaylor@redhat.com>

        * docs/gap-geometry.fig: Moved into docs/ subdir

        * Makefile.am configure.in autogen.sh src/Makefile.am:
	automakify

	* src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
	src/pixbuf-main.c: Move sources into subdir and
	rename.
2000-03-06 18:47:32 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
Makefile.am Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
pixbuf-draw.c Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
pixbuf-main.c Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
pixbuf-render.c Moved into docs/ subdir 2000-03-06 18:47:32 +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