mirror of
https://github.com/brl/mutter.git
synced 2025-02-23 16:34:10 +00:00
Initial update for 0.5.6
This commit is contained in:
parent
9f6d7aa483
commit
0d0132b38b
46
NEWS
46
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)
|
Clutter 0.5.4 (25/01/2008)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user