commit 7649867537b9fc5311071bdb3848c360536fd976 Author: Emmanuele Bassi Date: Thu Sep 15 10:26:42 2011 +0100 Release Clutter 1.6.20 (stable) NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) commit 52aa38663dc23b61b13dce0d5a57fa0ef448cf3c Author: Neil Roberts Date: Wed Sep 14 16:34:35 2011 +0100 cogl-journal: Fix software clipping for non-intersecting rectangles When the clip contains two rectangles which do not intersect it was generating a clip bounds where the bottom-right corner was above or to the left of the top-left corner. This would end up allowing the pixels between the two rectangles instead of clipping everything like it should. To fix this there is now an extra check which detects this situation and just clears the clip bounds to all zeroes in a similar way to what cogl-clip-stack does. https://bugzilla.gnome.org/show_bug.cgi?id=659029 Reviewed-by: Robert Bragg Backported from e81c1f3e9 on the Cogl master branch clutter/cogl/cogl/cogl-journal.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b9141d9df832757a9c0d88f362d6a3d9bdfa9a27 Author: Emmanuele Bassi Date: Wed Sep 14 11:08:20 2011 +0100 Post-release version bump to 1.6.19 configure.ac | 4 ++-- po/clutter-1.0.pot | 28 ++++++++++++++-------------- po/de.po | 26 +++++++++++++------------- po/fr.po | 26 +++++++++++++------------- po/gl.po | 26 +++++++++++++------------- po/id.po | 26 +++++++++++++------------- po/it.po | 26 +++++++++++++------------- po/nb.po | 26 +++++++++++++------------- po/nl.po | 26 +++++++++++++------------- po/pa.po | 26 +++++++++++++------------- po/pl.po | 26 +++++++++++++------------- po/sv.po | 26 +++++++++++++------------- po/te.po | 26 +++++++++++++------------- po/uk.po | 26 +++++++++++++------------- po/zh_CN.po | 26 +++++++++++++------------- po/zh_TW.po | 26 +++++++++++++------------- 16 files changed, 198 insertions(+), 198 deletions(-) commit df7ed38ee55e6e0063d41218607d6b193a21b34c