mutter/tests/interactive
Sjoerd Simons 903452d2df interactive/touch-events: Optimize touch event drawing
The current versions redraws all events on every redraw, which starts
getting very slow quickly. Instead simply draw only the new events
except when the cairo surface got reset, in that case redraw all events
again.

https://bugzilla.gnome.org/show_bug.cgi?id=681584
2012-08-10 15:05:43 +01:00
..
Makefile.am build: Fix out of tree builds 2012-07-30 12:33:24 +01:00
test-actors.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-animation.c interactive/animation: Use pivot point 2012-07-19 14:18:09 -04:00
test-animator.c
test-bind-constraint.c Put bind-constraint back into the interactive tests 2012-05-08 16:15:33 +01:00
test-binding-pool.c interactive/binding-pool: Modernize 2012-05-02 12:45:18 +01:00
test-cairo-clock.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-cairo-flowers.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
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 Don't use any GL types or defines in Clutter 2012-03-23 17:24:42 +00:00
test-cogl-tex-getset.c
test-cogl-tex-polygon.c
test-cogl-tex-tile.c
test-cogl-vertex-buffer.c Don't use any GL types or defines in Clutter 2012-03-23 17:24:42 +00:00
test-content.c interactive/content: Define the size of the text geometry 2012-03-16 12:33:36 +00:00
test-depth.c interactive/depth: Drop deprecated API 2012-02-13 17:30:22 +00:00
test-devices.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-easing.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-events.c
test-fbo.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-grab.c
test-image.c interactive/image: Test ClutterImage 2012-03-16 12:33:38 +00:00
test-keyframe-transition.c interactive/keyframe: Use transition-stopped signal 2012-07-26 14:01:01 +01:00
test-layout.c interactive/layout: Update to modern API 2012-02-15 17:03:03 +00:00
test-main.c
test-multistage.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-paint-wrapper.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-path-constraint.c
test-pixmap.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-scale.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-script.c
test-scrolling.c interactive/scrolling: Use the implicit animation API 2012-03-21 13:36:44 +00:00
test-shader-effects.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-stage-read-pixels.c
test-stage-sizing.c interactive/stage-sizing: Clean up 2012-04-10 12:12:28 +01:00
test-state-animator.c
test-state-script.c
test-state.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-swipe-action.c
test-table-layout.c interactive/table-layout: Enable animations 2012-04-27 12:30:50 +01:00
test-text-field.c event: Add convenience functions for Shift and Ctrl modifiers 2012-05-25 11:33:57 +01:00
test-text.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-texture-async.c interactive/texture-async: Use implicit animations 2012-03-15 17:42:42 +00:00
test-texture-material.c
test-texture-quality.c interactive/*: Update the API usage 2012-02-13 17:30:22 +00:00
test-texture-slicing.c
test-touch-events.c interactive/touch-events: Optimize touch event drawing 2012-08-10 15:05:43 +01:00
wrapper.sh.in