mutter/tests/interactive
Emmanuele Bassi 7e3a75c66b Deprecate clutter_threads_init()
GLib deprecated g_thread_init(), and threading support is initialized
by GObject, so Clutter already runs with threading support enabled. We
can drop the clutter_threads_init() call requirement, and initialize the
Big Clutter Lock™ on clutter_init(). This reduces the things that have
to be done when dealing with threads with Clutter, and the things that
can possibly go wrong.
2011-10-07 15:57:32 +01:00
..
Makefile.am test-textures -> test-texture-slicing 2011-09-28 15:18:21 +01:00
test-actor-clone.c
test-actors.c interactive/test-actors: Constraint the hands group 2011-08-15 15:53:58 +01:00
test-animation.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-animator.c
test-behave.c
test-bin-layout.c
test-binding-pool.c
test-box-layout.c
test-cairo-clock.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-cairo-flowers.c
test-clip.c
test-cogl-multitexture.c
test-cogl-offscreen.c
test-cogl-point-sprites.c
test-cogl-primitives.c
test-cogl-shader-arbfp.c
test-cogl-shader-glsl.c
test-cogl-tex-convert.c
test-cogl-tex-foreign.c
test-cogl-tex-getset.c
test-cogl-tex-polygon.c
test-cogl-tex-tile.c
test-cogl-vertex-buffer.c
test-constraints.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-depth.c
test-devices.c
test-drag.c
test-drop.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-easing.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-events.c
test-fbo.c
test-flow-layout.c
test-fullscreen.c
test-grab.c stage: Make per-actor motion event delivery accessors public 2011-06-20 11:41:28 +01:00
test-layout.c
test-main.c Pass the remaining args to the executed interactive unit 2011-09-29 14:01:03 +01:00
test-model.c
test-multistage.c
test-paint-wrapper.c
test-path-constraint.c
test-pixmap.c
test-scale.c
test-script.c
test-scrolling.c
test-shader-effects.c
test-shader.c
test-snap-constraint.c
test-stage-read-pixels.c tests: abort if clutter_init fails 2011-02-28 14:10:04 +00:00
test-stage-sizing.c
test-state-animator.c
test-state-script.c
test-state.c state: Use the Animatable interface 2011-07-29 11:44:28 +01:00
test-swipe-action.c
test-table-layout.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-text-field.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-text.c
test-texture-async.c Deprecate clutter_threads_init() 2011-10-07 15:57:32 +01:00
test-texture-material.c Deprecate clutter_threads_init() 2011-10-07 15:57:32 +01:00
test-texture-quality.c
test-texture-slicing.c tests/interactive: Add some descriptions 2011-09-28 15:18:21 +01:00
test-threads.c Deprecate clutter_threads_init() 2011-10-07 15:57:32 +01:00
test-unproject.c
wrapper.sh.in