2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Fri, 23 Nov 2007 11:23:19 +0000 (11:23 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Fri, 23 Nov 2007 11:23:19 +0000 (11:23 +0000)
commit2b447c3b48057be3379596a56938b4d01ab67d03
tree00e452e6984711d2d1804d2fcfd9bc36bf3e1aaa
parente57b42ae521406e87c6ed5f9b87d412322074034
2007-11-23  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-effect.[ch]: Update the effects API to remove
the start value for most of them.

(clutter_effect_move): Make it a simple "move from current
position to new coordinates" effect.

(clutter_effect_path): Rename from clutter_effect_move().

(clutter_effect_rotate): Sync up with the new actor rotation API.

* tests/test-effects.c: Regression test for the effects.

* tests/Makefile.am: Build glue for test-effects

* tests/test-behave.c: Emulate a full ramp by using a looping
timeline changing its direction when reaching the last frame.
ChangeLog
clutter/clutter-effect.c
clutter/clutter-effect.h
tests/Makefile.am
tests/test-behave.c
tests/test-effects.c [new file with mode: 0644]