gtk2/modules/engines/pixbuf
Cosimo Cecchi 85f2a721cf pixbuf-engine: add a GtkRC option for widget direction
Add a GtkRC option to select for an LTR/RTL widget direction in the
pixbuf engine; this will allow the engine to apply different theming
assets according to the text direction, which is useful when theming
e.g. a spinbutton or a combobox entry.
2012-07-05 10:08:10 -04:00
..
ChangeLog Update README files to refer to git 2009-03-31 18:49:48 -04:00
Makefile.am Make GTK+ build against an external gdk-pixbuf 2010-06-26 02:29:29 -04:00
pixbuf-draw.c pixbuf-engine: add a GtkRC option for widget direction 2012-07-05 10:08:10 -04:00
pixbuf-main.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
pixbuf-rc-style.c pixbuf-engine: add a GtkRC option for widget direction 2012-07-05 10:08:10 -04:00
pixbuf-rc-style.h modules/engines/pixbuf/pixbuf-style.h include <gtk/gtk.h> instead of 2008-05-27 23:45:36 +00:00
pixbuf-render.c pixbuf-engine: Draw mask with Cairo 2010-08-07 15:35:50 +02:00
pixbuf-style.h modules/engines/pixbuf/pixbuf-style.h include <gtk/gtk.h> instead of 2008-05-27 23:45:36 +00:00
pixbuf.h pixbuf-engine: add a GtkRC option for widget direction 2012-07-05 10:08:10 -04: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