From 0925bd7238d27ebf41f2c0f28f53fca1718b24f7 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 7 Aug 2007 12:06:27 +0000 Subject: [PATCH] 2007-08-07 Matthew Allum * NEWS: * README: More updates ready for 0.4.0 --- ChangeLog | 6 ++++++ NEWS | 21 +++++++++++++++++++-- README | 8 ++++++-- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index be19f0460..cd91a1369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-07 Matthew Allum + + * NEWS: + * README: + More updates ready for 0.4.0 + 2007-08-07 Matthew Allum * clutter/clutter-fixed.c: diff --git a/NEWS b/NEWS index ad60ac906..13f8518b1 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,30 @@ -Clutter 0.4.0 (XX/08/2007) +Clutter 0.4.0 (07/08/2007) ======================== * List of changes between 0.3.1 and 0.4.0 o Many documentation additions and improvements. - o ClutterBehaviourEllipse API and internals improvements + o Display DPI now honours on backends its can be queried. + + o Various big endian related fixes. + + o ClutterBehaviourEllipse and ClutterBehaviourRotate API and + internals improvements. o Add basic tslib support to eglnative backend (for touchscreen events) + o clutter_stage_get_actor_at_pos should now work on 16bpp displays. + + o New ClutterEffect rotation calls. + + o Allowing user resizing of the stage now optional. + (implemented by glx backend only currently) + + o ClutterEntry UTF8 fixes and improved automatic initial sizing. + + o Make ClutterActor GInitiallyUnowned. + o New ClutterBox API: each box has now a colour and a margin (distance between the inner-border and the children); plus, each packed child has a padding. Margins and paddings are expressed in ClutterUnits, @@ -29,6 +45,7 @@ Clutter 0.4.0 (XX/08/2007) o #414 - ClutterEntry invisible if size not set o #434 - clutter_color_from_pixel incorrectly interprets alpha value o #435 - clutter_color_subtract does the opposite of its documentation + o #436 - clutter-behaviour-depth always perform "from deep to shallow" Clutter 0.3.1 (06/07/2007) ======================== diff --git a/README b/README index 346230b9a..f811a4e42 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Clutter 0.3 README. +Clutter 0.4 README. =================== Clutter it an open source software library for creating fast, visually @@ -133,7 +133,8 @@ Release Notes for Clutter 0.4.0 ------------------------------- * clutter_actor_show_all does not recurse for groups at least (this is to - match the original group_show_all behaviour) + match the original group_show_all behaviour). This is like 0.3 but was + never noted. * ClutterBox API has changed: clutter_box_pack_start() and clutter_box_pack_end() have been removed in favour of the clutter_box_pack() @@ -144,6 +145,9 @@ Release Notes for Clutter 0.4.0 idea that Clutter is either thread-safe or thread-aware. Full thread-awareness is arriving in the next revision (see bug #429). +* The ClutterBehaviourRotate and ClutterBehaviourEllsipse APIs have been + overhauled. + Release Notes for Clutter 0.3.1 -------------------------------