gtk/modules/engines/pixbuf
Hans Breuer ed7aefc36a GtkRcStyle::parse has a GtkSettings parameter now. Pass it through
2001-09-21  Hans Breuer  <hans@breuer.org>

	* src/pixbuf-rc-style-c :  GtkRcStyle::parse has a GtkSettings
	parameter now. Pass it through theme_parse_file () to use it
	gtk_rc_find_pixmap_in_path ()

	* src/pixbuf-draw.c : the font field from GtkStyle is private
	now, use accessor gtk_style_get_font ()

	* makefile.msc : compile on win32, use it if you have a _real_
	fast computer or want to see gtk in slow motion :-)
2001-09-21 22:33:48 +00:00
..
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog GtkRcStyle::parse has a GtkSettings parameter now. Pass it through 2001-09-21 22:33:48 +00:00
Makefile.am A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-draw.c GtkRcStyle::parse has a GtkSettings parameter now. Pass it through 2001-09-21 22:33:48 +00:00
pixbuf-main.c A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-rc-style.c GtkRcStyle::parse has a GtkSettings parameter now. Pass it through 2001-09-21 22:33:48 +00:00
pixbuf-rc-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-render.c A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf.h Fix trailing comma on enumeration. (#54071) 2001-05-03 09:38:45 +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