mutter/tests/interactive
Emmanuele Bassi f28c1d2d2a state: Use the Animatable interface
The Animatable interface allows object classes to provide and animate
properties outside of the usual GObject property introspection API.

This change allows ClutterState to defer to the animatable objects the
property introspection and animation, just like ClutterAnimation does.
2011-07-29 11:44:28 +01:00
..
Makefile.am cairo-texture: Use signal-based drawing 2011-07-26 12:40:52 +01:00
test-actor-clone.c tests: Check return value of clutter_init_with_args instead of error 2011-02-28 14:10:06 +00:00
test-actors.c tests: Check return value of clutter_init_with_args instead of error 2011-02-28 14:10:06 +00:00
test-animation.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-animator.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-behave.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-bin-layout.c cairo-texture: Deprecate create()/create_region() 2011-07-26 12:53:22 +01:00
test-binding-pool.c test-binding-pool: Remove usage of deprecated get_gid() 2011-05-31 11:57:18 +01:00
test-box-layout.c Fix include location for cogl-pango.h 2011-05-16 16:04:27 +01:00
test-cairo-clock.c test/cairo-clock: Remove a double source color set 2011-07-27 11:48:07 +01:00
test-cairo-flowers.c cairo-texture: Deprecate create()/create_region() 2011-07-26 12:53:22 +01:00
test-clip.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-multitexture.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-offscreen.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-point-sprites.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-primitives.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-shader-arbfp.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-shader-glsl.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-tex-convert.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-tex-foreign.c tests: Dynamically resolve GL symbols 2011-07-19 16:06:06 +01:00
test-cogl-tex-getset.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-tex-polygon.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-tex-tile.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-cogl-vertex-buffer.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-constraints.c test-constrains: Use a ShaderEffect 2011-06-07 14:09:53 +01:00
test-depth.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-devices.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-drag.c tests: Check return value of clutter_init_with_args instead of error 2011-02-28 14:10:06 +00:00
test-drop.c Add ClutterDropAction 2011-06-20 15:25:53 +01:00
test-easing.c cairo-texture: Deprecate create()/create_region() 2011-07-26 12:53:22 +01:00
test-events.c stage: Make per-actor motion event delivery accessors public 2011-06-20 11:41:28 +01:00
test-fbo.c texture: Deprecate the new_from_actor() function 2011-07-08 12:08:19 +01:00
test-flow-layout.c build: include <cairo.h> not <cairo/cairo.h> 2011-06-10 17:57:18 +01:00
test-fullscreen.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-grab.c stage: Make per-actor motion event delivery accessors public 2011-06-20 11:41:28 +01:00
test-layout.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-main.c
test-model.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-multistage.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-paint-wrapper.c tests: Check return value of clutter_init_with_args instead of error 2011-02-28 14:10:06 +00:00
test-path-constraint.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-pixmap.c Remove last dependency on the GdkPixbuf API 2011-05-06 15:44:13 +01:00
test-scale.c Remove usage of clutter_group_add() 2011-06-16 17:07:32 +01:00
test-script.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-scrolling.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-shader-effects.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-shader.c Deprecate ClutterShader 2011-06-07 14:09:53 +01:00
test-snap-constraint.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-stage-read-pixels.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-stage-sizing.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-state-animator.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-state-script.c test-interactive: Add signal-based state transitions 2011-06-13 13:47:08 +01:00
test-state.c state: Use the Animatable interface 2011-07-29 11:44:28 +01:00
test-swipe-action.c test-swipe-action: Clean up the test code 2011-06-10 15:15:15 +01:00
test-table-layout.c Fix include location for cogl-pango.h 2011-05-16 16:04:27 +01:00
test-text-field.c tests: Add test for selected-text-color 2011-05-13 15:44:08 +01:00
test-text.c tests: Add test for selected-text-color 2011-05-13 15:44:08 +01:00
test-texture-async.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-texture-material.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-texture-quality.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-textures.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-threads.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-unproject.c Remove usage of clutter_group_add() 2011-06-16 17:07:32 +01:00
wrapper.sh.in build: Allow to run the tests from any directory 2010-07-06 12:39:15 +01:00