mutter/tests/interactive
Emmanuele Bassi 382bd394b9 Merge branch 'wip/state-machine'
* wip/state-machine:
  Do not use wildcards in test-state
  script: Implement State deserialization
  state: added a "target-state" property
  state: documented data structures
  Add State interactive tests to the ignore file
  state: Documentation and introspection annotation fixes
  state: Minor coding style fixes
  state: Clean up the header's documentation
  state: Constify StateKey accessors
  Do not include clutter.h from a Clutter header file
  state-machine: made clutter_state_change take a boolean animate argument
  state-machine: use clutter_timeline_get_progress
  state-machine: add completed signal
  state machine: added state machine

Conflicts:
	.gitignore
2010-05-24 10:42:03 +01:00
..
Makefile.am Merge branch 'wip/state-machine' 2010-05-24 10:42:03 +01:00
test-actor-clone.c
test-actors.c
test-animation.c
test-animator.c animator: s/clutter_animator_run/clutter_animator_start/ 2010-03-02 17:03:03 +00:00
test-behave.c
test-bin-layout.c
test-binding-pool.c
test-box-layout.c Add "homogeneous" mode to ClutterBoxLayout. 2010-03-25 09:41:54 +00:00
test-clip.c
test-clutter-cairo-flowers.c
test-cogl-multitexture.c
test-cogl-offscreen.c test-cogl-offscreen: Setup a clutter style modelview/projection 2010-04-06 09:26:10 +01:00
test-cogl-primitives.c
test-cogl-tex-convert.c
test-cogl-tex-foreign.c
test-cogl-tex-getset.c
test-cogl-tex-polygon.c test-cogl-tex-polygon: Actually use the material it creates 2010-03-31 19:03:24 +01:00
test-cogl-tex-tile.c
test-cogl-vertex-buffer.c test-cogl-vertex-buffer: Fix the maximum index number 2010-02-17 14:38:45 +00:00
test-constraints.c Add named modifiers for Action and Constraint 2010-05-20 11:19:51 +01:00
test-depth.c
test-devices.c
test-drag.c action: Add DragAction, an action implementing drag capabilities 2010-05-17 16:42:11 +01:00
test-easing.c
test-events.c Improve LEAVE events for border actors 2010-02-17 10:48:18 +00:00
test-fbo.c
test-flow-layout.c flow-layout: Provide a preferred size 2010-03-02 15:11:27 +00:00
test-fullscreen.c
test-grab.c
test-layout.c
test-main.c
test-model.c
test-multistage.c
test-offscreen.c
test-paint-wrapper.c test-paint-wrapper: Request ARGB visuals on GLX 2010-03-10 00:25:26 +00:00
test-pixmap.c
test-project.c
test-random-text.c
test-rotate.c
test-scale.c
test-score.c
test-script.c
test-shader.c
test-stage-read-pixels.c
test-stage-sizing.c [test-interactive] Add a stage sizing test 2010-02-16 15:39:08 +00:00
test-state-animator.c state-machine: made clutter_state_change take a boolean animate argument 2010-05-20 16:24:29 +01:00
test-state.c state-machine: made clutter_state_change take a boolean animate argument 2010-05-20 16:24:29 +01:00
test-text-field.c text-field: Cast GString->len to integer before printing 2010-03-02 17:50:07 +00:00
test-text.c
test-texture-async.c
test-texture-quality.c
test-textures.c
test-threads.c
test-unproject.c
test-viewport.c
wrapper.sh