From 1370d72a7a1490c1ed60f02634f146995482116d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 24 Feb 2010 14:20:14 +0000 Subject: [PATCH] Update NEWS file --- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/NEWS b/NEWS index d1ed7b8c9..9264e6fbb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Clutter 1.1.14 (24/02/2010) +=============================================================================== + + * List of changes since Clutter 1.1.12 + + o Fix interaction between user resizable Stages and fullscreen on X11 + + o Define the semantics of ENTER and LEAVE events when actors are on the + border of the Stage window + + o Take the InputDevice of an event into consideration when throttling + MOTION events + + o Round the coordinates when clipping to a rectangle in window coordinates + + o Always trust the user-provided coordinates when creating a CoglTexture + from a foreign GL texture + + o Split Clutter's debug annotations from the pick and paint mode + behavioural modifiers + + o Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every + actor using a ClutterFixedLayout manager will automatically benefit + from it + + o Fix the packing order of ClutterBox so that the convention of + first-in-first-painted is maintained + + o Documentation fixes + +Many thanks to: + + Robert Bragg + Chris Lord + Neil Roberts + Clutter 1.1.12 (16/02/2010) =============================================================================== @@ -31,6 +67,14 @@ Clutter 1.1.12 (16/02/2010) o Disable the atlas if FBOs are not supported +Many thanks to: + + Robert Bragg + Neil Roberts + Damien Lespiau + Bastian Winkler + Chris Lord + Clutter 1.1.10 (09/02/2010) ===============================================================================