mutter/tests/conform
Bastian Winkler e56785501b interval: Implement ClutterScriptable interface
This allows the creation of ClutterTransition objects in ClutterScript:
 {
   "id" : "scripted-transition",
   "type" : "ClutterPropertyTransition",
   "property-name" : "background-color",
   "interval" : {
     "type" : "ClutterInterval",
     "value-type" : "ClutterColor",
     "initial" : "red",
     "final" : "blue"
   }
 }
2013-11-14 18:34:40 +00:00
..
actor-anchors.c
actor-destroy.c
actor-graph.c conform: Ensure that we don't leak references 2013-06-12 10:27:37 +01:00
actor-invariants.c conform: Ensure that we don't leak references 2013-06-12 10:27:37 +01:00
actor-iter.c
actor-layout.c tests: Fix compiler warnings 2013-08-27 08:47:16 -04:00
actor-meta.c conform: Add suite for actor's meta objects 2013-06-12 10:04:32 +01:00
actor-offscreen-limit-max-size.c
actor-offscreen-redirect.c conform: Use a repaint function 2013-07-02 22:23:26 +01:00
actor-paint-opacity.c
actor-pick.c
actor-shader-effect.c
actor-size.c
ADDING_NEW_TESTS
animator.c
behaviours.c
binding-pool.c
cairo-texture.c
cally-text.c
color.c
events-touch.c tests: Fix compiler warnings 2013-08-27 08:47:16 -04:00
group.c
interval.c
Makefile.am build: Ensure tests are built only on make check 2013-08-19 23:22:38 +01:00
model.c
path.c
rectangle.c
run-tests.sh
score.c
script-parser.c interval: Implement ClutterScriptable interface 2013-11-14 18:34:40 +00:00
state.c
test-conform-common.c
test-conform-common.h
test-conform-main.c interval: Implement ClutterScriptable interface 2013-11-14 18:34:40 +00:00
test-launcher.sh.in
text-cache.c
text.c
texture-fbo.c tests: Fix compiler warnings 2013-08-27 08:47:16 -04:00
texture.c
timeline-interpolate.c
timeline-progress.c
timeline-rewind.c
timeline.c
units.c Revert "units: Handle negative values in clutter_units_from_string()" 2013-05-22 14:34:22 +01:00