1
0
Fork 0

2007-08-07 Matthew Allum <mallum@openedhand.com>

* NEWS:
        * README:
        More updates ready for 0.4.0
This commit is contained in:
Matthew Allum 2007-08-07 12:06:27 +00:00
parent 363faccfd5
commit 0925bd7238
3 changed files with 31 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2007-08-07 Matthew Allum <mallum@openedhand.com>
* NEWS:
* README:
More updates ready for 0.4.0
2007-08-07 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-fixed.c:

21
NEWS
View file

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

8
README
View file

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