gtk/modules/engines/pixbuf
Matthias Clasen 7447ef0fc2 Make 3.0 parallel-installable to 2.x
In particular, rename

  - libraries to lib*-3.0.so
  - pc files to *-3.0.pc
  - include paths to /usr/include/gtk-3.0/*
  - module paths to /usr/lib/gtk-3.0/*
  - rc files names to gtk-3.0/gtkrc
  - commandline utilities to *-3.0
  - adjust documentation

Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
2010-05-08 01:18:53 -04:00
..
ChangeLog Update README files to refer to git 2009-03-31 18:49:48 -04:00
Makefile.am Make 3.0 parallel-installable to 2.x 2010-05-08 01:18:53 -04:00
pixbuf-draw.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
pixbuf-main.c modules/engines/ms-windows/msw_rc_style.c 2004-11-19 23:30:47 +00:00
pixbuf-rc-style.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01: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 Try a little harder to survive close to OOM 2010-01-08 13:24:33 -05: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 Move G_GNUC_INTERNAL before function declarations. (#352276, Damien 2006-12-23 03:35:21 +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