diff options
author | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2012-04-27 15:45:31 -0700 |
---|---|---|
committer | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2012-04-27 15:45:31 -0700 |
commit | b7ef78844736699e9b96ecfb89853b0ceb6133f9 (patch) | |
tree | 69c7f426404fc2dfbe020984a4722fcbf1a61114 /script-viewer/ChangeLog | |
download | clutter-toys-b7ef78844736699e9b96ecfb89853b0ceb6133f9.tar.gz clutter-toys-b7ef78844736699e9b96ecfb89853b0ceb6133f9.tar.bz2 clutter-toys-b7ef78844736699e9b96ecfb89853b0ceb6133f9.zip |
Initial Import
Diffstat (limited to 'script-viewer/ChangeLog')
-rw-r--r-- | script-viewer/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/script-viewer/ChangeLog b/script-viewer/ChangeLog new file mode 100644 index 0000000..5d9b665 --- /dev/null +++ b/script-viewer/ChangeLog @@ -0,0 +1,48 @@ +2008-08-11 Emmanuele Bassi <ebassi@openedhand.com> + + * Makefile: + * script-viewer.c: Update to use clutter-0.8. + + * behaviours.json: + * test-script.json: + * text.json: Update examples. + +2008-02-08 Chris Lord <chris@openedhand.com> + + * test-script.json: + Change 'angle-begin' to 'angle-start' on rotation behaviour + +2008-01-24 Øyvind Kolås <pippin@gimp.org> + + * alphas.json: changed duration. + * behaviours.json: updaed scale behaviours properties. + +2007-10-25 Øyvind Kolås <pippin@o-hand.com> + + * behaviours.json: updated the names used for properties to reflect + the new naming convention of foo-start, foo-end. + +2007-10-25 Øyvind Kolås <pippin@o-hand.com> + + * script-viewer.c: add the error label actor to stage and show it upon + errors. + +2007-10-25 Øyvind Kolås <pippin@o-hand.com> + + * alphas.json: added illustrations of all alphas going along a + horizontal path simultanously. + +2007-10-25 Øyvind Kolås <pippin@o-hand.com> + + * behaviours.json: updated with path, bspline and fixed ellipse + after updates to ClutterScript. + +2007-10-23 Øyvind Kolås <pippin@o-hand.com> + + * behaviours.json: added a sample animating text labels using scale, + rotate, opacity, depth and ellipse behaviours, with some BUG comments + sprinkled around the code. + +2007-10-23 Øyvind Kolås <pippin@o-hand.com> + + Initial import to svn. |