From 0d0132b38b3ad3bac92141a2a2dcb90506178a95 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 8 Feb 2008 12:37:26 +0000 Subject: [PATCH] Initial update for 0.5.6 --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/NEWS b/NEWS index 7503a147e..d99c23a72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +Clutter 0.5.6 (xx/xx/2008) +========================== + + * List of changes between 0.5.4 and 0.5.6 + + o Reverted a last minute change in the depth sorting function of + ClutterGroup. + + o Added the clutter_actor_move_anchor_point() family of functions, + which will set the anchor point at the given coordinates while + adjusting the actor postion so that the relative position of the + actor toward its parent remains the same. + + o Provide a fallback for finding the Clutter alpha functions inside + a UI definition for ClutterScript in case g_module_open() fails. + + o Add initial Frame Buffer Objects support in ClutterTexture; using + FBOs, where supported by the hardware and drivers, it's possible to + create a ClutterTexture from any actor. + + * List of bugs fixed + + o #386 - Stage is white unless a timeline is present + o #439 - timing related pong lockup due to timeline rewind... + o #440 - 1 pixel line flickering + o #442 - Shader support + o #451 - Improve font rendering quality (Pango) + o #452 - Textures are shown with distortion on Solaris/SPARC + o #526 - OSX backend + o #533 - Clutter stage is not shown under some conditions + o #540 - ClutterStage isn't always respecting requests to change size + o #549 - Backend offscreen API is broken + o #635 - Fix buffer overflow in clutter_texture_get_pixbuf() [Gwenole + Beauchesne] + o #643 - Superfluous "filter-quality" setting in texture_upload_data()? + [Gwenole Beauchesne] + o #689 - Rotating actor through layers does not handle opacity + correctly [Josh Stewart] + o #710 - Make "box-blur" test shader work in some way [Gwenole Beauchesne] + o #719 - X11 backend does not check window field in events [Havoc + Pennington] + o #724 - ClutterLabel reports wrong height when lines > 1 + o #751 - missing XSync in clutter-event-x11.c:xembed_set_info() [Havoc + Pennington] + o #756 - clutter_actor_get_abs_size returns bogus values + Clutter 0.5.4 (25/01/2008) ==========================