2007-11-28 Tomas Frydrych <tf@openedhand.com>
authorTomas Frydrych <tf@openedhand.com>
Wed, 28 Nov 2007 12:23:31 +0000 (12:23 +0000)
committerTomas Frydrych <tf@openedhand.com>
Wed, 28 Nov 2007 12:23:31 +0000 (12:23 +0000)
commit20a9bf142c97951a21fca7f1cc1366be3a1808fe
tree4568c28ff714f3060927ef257c530703c8fdfc5d
parent04afb1066c566d6e365e4fd1ccf71b72ab66a245
2007-11-28 Tomas Frydrych <tf@openedhand.com>

        * clutter/NEWS:
Started 0.6.0 section with comment on actor anchor point.

        * clutter/clutter/clutter-actor.c:
        * clutter/clutter/clutter-actor.h:
        * clutter/clutter/clutter-behaviour-scale.c:
        * clutter/clutter/clutter-deprecated.h:
(clutter_actor_set_anchor_point):
(clutter_actor_set_anchor_pointu):
(clutter_actor_get_anchor_point):
(clutter_actor_get_anchor_pointu):
(clutter_actor_set_anchor_point_from_gravity):
New anchor point API deprecating old gravity scaling, added
comments on modelview matrix construction to ClutterActor
documentation.

(clutter_actor_set_scale_with_gravity):
(clutter_actor_set_scale_with_gravityx):
Deprecated; use clutter_actor_set_anchor_point_from_gravity() instead.
ChangeLog
NEWS
clutter/clutter-actor.c
clutter/clutter-actor.h
clutter/clutter-behaviour-scale.c
clutter/clutter-deprecated.h