Deprecate ClutterAlpha
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 25 Apr 2012 16:13:29 +0000 (17:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:50 +0000 (12:30 +0100)
commitbca93c1a75324b439e93500011f90817eae1074a
tree9bf7662bb531e16d34b8e9752b133fefc9aafa19
parenta5630d962f6b51812783945f47ca7e6215e06754
Deprecate ClutterAlpha

It's time. Now that we have clutter_actor_allocate() respecting the
easing state of an actor, and that the LayoutManager animation virtual
functions have been deprecated, we can put ClutterAlpha on the chopping
block, and be done with it, once and for all.

So long, ClutterAlpha; and thanks for all the fish.
17 files changed:
clutter/Makefile.am
clutter/clutter-box-layout.c
clutter/clutter-deprecated.h
clutter/clutter-layout-manager.c
clutter/clutter-layout-manager.h
clutter/clutter-script-parser.c
clutter/clutter-table-layout.c
clutter/clutter.h
clutter/deprecated/clutter-alpha.c [moved from clutter/clutter-alpha.c with 97% similarity]
clutter/deprecated/clutter-alpha.h [moved from clutter/clutter-alpha.h with 93% similarity]
clutter/deprecated/clutter-behaviour-depth.c
clutter/deprecated/clutter-behaviour-ellipse.c
clutter/deprecated/clutter-behaviour-opacity.c
clutter/deprecated/clutter-behaviour-path.c
clutter/deprecated/clutter-behaviour-rotate.c
clutter/deprecated/clutter-behaviour-scale.c
clutter/deprecated/clutter-behaviour.c