gtk2/modules/engines/pixbuf
Matthias Clasen b14b866c3d Query range style properties only on range widgets. (#352277, Benjamin
2006-08-26  Matthias Clasen  <mclasen@redhat.com>

	* pixbuf-draw.c (reverse_engineer_stepper_box):
	Query range style properties only on range
	widgets.  (#352277, Benjamin Otte)
2006-08-26 06:02:33 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog 2.10.2 2006-08-18 04:34:21 +00:00
Makefile.am modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262) 2006-04-12 19:48:27 +00:00
pixbuf-draw.c Query range style properties only on range widgets. (#352277, Benjamin 2006-08-26 06:02:33 +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 Apply a patch by Alexander Nedotsukov to support customized drawing of 2006-01-16 19:53:10 +00:00
pixbuf-rc-style.h Clean up exported symbols 2006-03-11 02:13:11 +00:00
pixbuf-render.c Clean up exported symbols 2006-03-11 02:13:11 +00:00
pixbuf-style.h Clean up exported symbols 2006-03-11 02:13:11 +00:00
pixbuf.h Clean up exported symbols 2006-03-11 02:13:11 +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