Øyvind Kolås
0dee5eaac3
Renamed all properties of behaviours (and related
...
functions/variables/parameters)
to match the pattern something-start, something-end. Fixes bug #577 .
* clutter/clutter-behaviour-depth.c:
* clutter/clutter-behaviour-depth.h:
* clutter/clutter-behaviour-ellipse.c:
* clutter/clutter-behaviour-ellipse.h:
* clutter/clutter-behaviour-path.c:
* clutter/clutter-behaviour-rotate.c:
* clutter/clutter-behaviour-rotate.h:
* clutter/clutter-behaviour-scale.c:
* clutter/clutter-behaviour-scale.h:
* clutter/clutter-effect.c:
* clutter/clutter-effect.h:
* clutter/clutter-script.c:
* tests/test-depth.c:
* tests/test-script.c:
2007-11-13 13:21:56 +00:00
Emmanuele Bassi
f57edd70d3
Even more documentation fixes
2007-08-07 14:03:58 +00:00
Tomas Frydrych
b368f1833a
added direction paramenter to clutter_behaviour_ellipse_new (), made direction to be respected, unclamped angle values
2007-08-03 09:52:52 +00:00
Emmanuele Bassi
ad64200aa7
2007-07-28 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.[ch]: Use GInitiallyUnowned
as the parent structure in the ClutterActor structure
definition; somehow, this has escaped everyone attention
in one year and a half. Luckily, GInitiallyUnowned is
as big as GObject.
(clutter_actor_get_abs_position_units),
(clutter_actor_get_abs_position): Check parameters.
* clutter/clutter-texture.h: Unmangle the flags enum
type declaration, so that dumb parsers like h2defs.py
are not fooled.
* clutter/clutter-behaviour-ellipse.[ch]:
* clutter/clutter-effect.c: Fix some documentation
issues and make gtk-doc happy.
2007-07-28 17:11:39 +00:00
Tomas Frydrych
aed6a0cbe2
pruned ClutterBehaviourEllipse api
2007-07-27 13:44:42 +00:00
Tomas Frydrych
e17173edb4
ClutterBehaviourEllipse: allow tilt in all three axis
2007-07-27 08:18:41 +00:00
Tomas Frydrych
f1b27d9e1b
added direction property to ClutterBehaviourEllipse
2007-07-26 13:48:44 +00:00
Tomas Frydrych
f605136c39
improvements to ClutterBehaviourEllipse
2007-07-11 07:16:21 +00:00
Tomas Frydrych
e1a8434d64
Documentation updates
2007-06-01 10:00:35 +00:00
Tomas Frydrych
bf8996215e
ClutterBehaviourEllipse api changes; z_camera calculation
2007-05-25 12:07:24 +00:00
Tomas Frydrych
92754aaeee
added tilt parameter to clutter_behaviour_ellipse_new()
2007-05-15 11:51:14 +00:00
Tomas Frydrych
e61aed2146
cleaned up ClutterBehaviourEllipse api, added documentation
2007-04-30 08:39:20 +00:00
Tomas Frydrych
58aeeed192
initial stab at elliptic path behaviour
2007-04-30 08:39:11 +00:00