gtk2/modules/engines/pixbuf
Tor Lillqvist 45e99b52b1 Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.
2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32
	conditional on Windows.

	* makefile.cygwin: Remove, unmaintained and obsolete.

	* Makefile.am (EXTRA_DIST): Remove here, too.

	* README.win32: Update.

pixbuf:
2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use -no-undefined on Windows.

metal and redmond95:
2003-03-02  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
2003-03-02 02:00:50 +00:00
..
examples/bubble fix image file names 2002-01-19 07:28:56 +00:00
.cvsignore Moved into docs/ subdir 2000-03-06 18:47:32 +00:00
ChangeLog Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows. 2003-03-02 02:00:50 +00:00
Makefile.am Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows. 2003-03-02 02:00:50 +00:00
pixbuf-draw.c Account for the possibility of detail == NULL (#89561, Hongli Lai) 2002-09-07 00:35:57 +00:00
pixbuf-main.c A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-rc-style.c Add a fake STEPPER function that is used for drawing scrollbar steppers, 2002-04-21 19:00:52 +00:00
pixbuf-rc-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf-render.c Add gradient rendering -- if the source width/height is zero, render a 2002-02-07 05:43:55 +00:00
pixbuf-style.h A few updates for GTypePlugin. 2001-02-01 23:55:43 +00:00
pixbuf.h Add a fake STEPPER function that is used for drawing scrollbar steppers, 2002-04-21 19:00:52 +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