forked from AuroraMiddleware/gtk
45e99b52b1
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. |
||
---|---|---|
.. | ||
examples/bubble | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
pixbuf-draw.c | ||
pixbuf-main.c | ||
pixbuf-rc-style.c | ||
pixbuf-rc-style.h | ||
pixbuf-render.c | ||
pixbuf-style.h | ||
pixbuf.h | ||
README |
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