summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-07-07 14:51:38 +0200
committerAlexander Larsson <alexl@redhat.com>2009-07-07 17:10:49 +0200
commit2678a454e5447ba28cf1aa7c316a1e73b7b30018 (patch)
tree273a82d8c67e4be06b55b455c04b45dbafe9c19c /NEWS
parent5f12fe2b3b89dc3b1c7ef391ff491aa70802049b (diff)
downloadgtk+-2678a454e5447ba28cf1aa7c316a1e73b7b30018.tar.gz
Make clipmasks work for pixbuf rendering
This is more important in the client side windows world, as clip masks may be used for clipping to non-native subwindows. This fixes a bug in aisleriot where it uses masked pixbuf drawing and it ends up drawing over the moving card subwindow.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29b3fa6c61..06fae6705e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of Changes from GTK+ 2.17.3 to 2.17.4
+==============================================
+
+* Support for clipmasks in gdk_draw_pixbuf now works, this will
+ introduce visual changes in code that uses clipmasks when drawing
+ pixbufs. However, since this never worked that is unlikely to happen.
+ Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
+ pixbufs will now produce truncated results at the edges.
+
Overview of Changes from GTK+ 2.17.2 to 2.17.3
==============================================