2007-10-09 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 9 Oct 2007 13:29:03 +0000 (13:29 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 9 Oct 2007 13:29:03 +0000 (13:29 +0000)
commitac9aa06fcf97bd5ccb2b32c970eac94ffb18297e
treefeec836d3055f0b29c6e0cdb032f928dc37d6bb5
parentd0e46914c127a64483012cc92678cc30105b44f3
2007-10-09  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-script-private.h:
* clutter/clutter-script.h:
* clutter/clutter-script.c: Add licensing information to
the newly added files.

* clutter/clutter-script.c: Support creating behaviours with
ClutterScript. ClutterAlpha objects are implicit, but
timelines can be both explicit objects using their id or
implicit objects. Make the property resolution and translation
more robust. Support the pixbuf property.

* tests/test-script.c: Test the newly added features.

* docs/reference/clutter-docs.sgml:
* docs/reference/clutter-sections.txt: Add ClutterScript.
ChangeLog
clutter/clutter-script-private.h
clutter/clutter-script.c
clutter/clutter-script.h
doc/reference/clutter-docs.sgml
doc/reference/clutter-sections.txt
tests/test-script.c