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 conform/anchors: Fix a dubious test 2012-03-19 14:47:55 +00:00
actor-destroy.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
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: Add ActorIter.is_valid() 2012-06-27 21:28:01 +01:00
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 conform: add offscreen effects fbo size check 2013-05-15 14:58:46 +01:00
actor-offscreen-redirect.c conform: Use a repaint function 2013-07-02 22:23:26 +01:00
actor-paint-opacity.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
actor-pick.c conformance: Clean up 2012-02-27 13:08:31 +00:00
actor-shader-effect.c conformance: Clean up 2012-02-27 13:08:31 +00:00
actor-size.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
ADDING_NEW_TESTS conform: Implement TEST_CONFORM_TODO() correctly 2010-10-12 17:11:52 +01:00
animator.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
behaviours.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
binding-pool.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
cairo-texture.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
cally-text.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
color.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
events-touch.c tests: Fix compiler warnings 2013-08-27 08:47:16 -04:00
group.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
interval.c conform/interval: Add transformation unit test 2012-06-18 18:04:54 +01:00
Makefile.am build: Ensure tests are built only on make check 2013-08-19 23:22:38 +01:00
model.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
path.c path: Avoid integer overflow in get_distance() 2012-04-27 12:28:49 +01:00
rectangle.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
run-tests.sh conform: Set harsher environment for running tests 2012-03-20 16:19:23 +00:00
score.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
script-parser.c interval: Implement ClutterScriptable interface 2013-11-14 18:34:40 +00:00
state.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
test-conform-common.c conformance: Only check for DISPLAY on X11 windowing backend 2013-02-20 23:06:28 +00:00
test-conform-common.h Don't use any GL types or defines in Clutter 2012-03-23 17:24:42 +00:00
test-conform-main.c interval: Implement ClutterScriptable interface 2013-11-14 18:34:40 +00:00
test-launcher.sh.in build: Allow to run the tests from any directory 2010-07-06 12:39:15 +01:00
text-cache.c conform/text-cache: Use the stage paint signal 2012-03-16 12:33:37 +00:00
text.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
texture-fbo.c tests: Fix compiler warnings 2013-08-27 08:47:16 -04:00
texture.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
timeline-interpolate.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
timeline-progress.c timeline: Add support for step() progress 2012-07-19 20:47:00 -04:00
timeline-rewind.c conformance: Rename the source files 2012-02-27 13:02:01 +00:00
timeline.c timeline: Add progress-based marker API 2013-02-20 23:06:28 +00:00
units.c Revert "units: Handle negative values in clutter_units_from_string()" 2013-05-22 14:34:22 +01:00