mutter/tests/conform
Emmanuele Bassi 95d78acb4c script: Allow parsing child properties
The ClutterScript parser needs to be extended to parse child properties
and apply them after an actor has been added to a container. In order to
distinguish child properties from regular GObject properties we can use
the "child::" prefix, e.g.:

  {
    "type" : "ClutterRectangle",
    "id" : "child-01",
    "child::has-focus" : true,
    ...
  }

Parsing child properties can be deferred to the ClutterScriptable
interface, just like regular properties.
2009-11-04 16:50:35 +00:00
..
ADDING_NEW_TESTS
Makefile.am script: Allow parsing child properties 2009-11-04 16:50:35 +00:00
test-actor-invariants.c [tests] Add unit for Clone behaviour 2009-06-15 11:29:37 +01:00
test-actor-size.c [tests] Add preferred size conformance test unit 2009-09-15 11:27:50 +01:00
test-anchors.c
test-backface-culling.c [tests] test-backface-culling: test culling with offscreen rendering 2009-11-04 03:34:09 +00:00
test-binding-pool.c
test-blend-strings.c [cogl] Adds cogl_read_pixels to replace direct use of glReadPixels 2009-06-29 23:49:06 +01:00
test-clutter-fixed.c
test-clutter-rectangle.c Disable single header inclusion for GLib 2009-06-15 11:29:37 +01:00
test-clutter-text.c
test-clutter-units.c units: Cache the pixels value inside Units 2009-10-16 15:25:37 +01:00
test-cogl-offscreen.c [tests] Adds test-cogl-offscreen to validate offscreen draw buffer 2009-11-04 03:34:09 +00:00
test-cogl-readpixels.c [tests] Adds test-cogl-readpixels.c for very basic cogl_read_pixels testing 2009-11-04 03:34:09 +00:00
test-cogl-viewport.c [tests] test-cogl-viewport tests semantics of over/under size viewports 2009-11-04 03:34:08 +00:00
test-color.c [color] allow alpha to be omitted when converting to color from string 2009-10-07 12:56:01 +01:00
test-conform-common.c
test-conform-common.h tests: Allow getting data files from the tests/data directory 2009-11-04 11:47:09 +00:00
test-conform-main.c script: Allow parsing child properties 2009-11-04 16:50:35 +00:00
test-group.c [tests] Add a Group actor unit 2009-08-25 17:57:22 +01:00
test-launcher.sh
test-materials.c [cogl] Ensure well defined semantics for COGL_INVALID_HANDLE material layers 2009-06-30 17:35:07 +01:00
test-model.c
test-npot-texture.c
test-paint-opacity.c
test-path.c
test-pick.c
test-premult.c [cogl] Adds cogl_read_pixels to replace direct use of glReadPixels 2009-06-29 23:49:06 +01:00
test-script-parser.c script: Allow parsing child properties 2009-11-04 16:50:35 +00:00
test-text-cache.c Change the paint forcing on the Text cache text 2009-06-11 12:23:09 +01:00
test-texture-fbo.c [test-texture-fbo] comment the colors defined in corner_colors 2009-11-04 03:34:08 +00:00
test-timeline-interpolate.c Revert "[timeline] Don't clamp the elapsed time when a looping tl reaches the end" 2009-06-11 11:46:41 +01:00
test-timeline-rewind.c [tests] Don't add a newline to the end of g_test_message calls 2009-06-11 11:38:49 +01:00
test-timeline.c [test-timeline] Add a marker at the beginning of the timeline 2009-06-11 11:32:41 +01:00
test-vertex-buffer-contiguous.c [cogl] Adds cogl_read_pixels to replace direct use of glReadPixels 2009-06-29 23:49:06 +01:00
test-vertex-buffer-interleved.c [cogl] Adds cogl_read_pixels to replace direct use of glReadPixels 2009-06-29 23:49:06 +01:00
test-vertex-buffer-mutability.c [cogl] Adds cogl_read_pixels to replace direct use of glReadPixels 2009-06-29 23:49:06 +01:00