mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
524ce69bcb
At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0. |
||
---|---|---|
.. | ||
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