1
0
Fork 0

Initial update for 0.5.6

This commit is contained in:
Emmanuele Bassi 2008-02-08 12:37:26 +00:00
parent 9f6d7aa483
commit 0d0132b38b

46
NEWS
View file

@ -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)
==========================