mutter/tests/conform
Neil Roberts 9c7afe0c5b [timeline] Remove the concept of frames from timelines
Timelines no longer work in terms of a frame rate and a number of
frames but instead just have a duration in milliseconds. This better
matches the working of the master clock where if any timelines are
running it will redraw as fast as possible rather than limiting to the
lowest rated timeline.

Most applications will just create animations and expect them to
finish in a certain amount of time without caring about how many
frames are drawn. If a frame is going to be drawn it might as well
update all of the animations to some fraction of the total animation
rather than rounding to the nearest whole frame.

The 'frame_num' parameter of the new-frame signal is now 'msecs' which
is a number of milliseconds progressed along the
timeline. Applications should use clutter_timeline_get_progress
instead of the frame number.

Markers can now only be attached at a time value. The position is
stored in milliseconds rather than at a frame number.

test-timeline-smoothness and test-timeline-dup-frames have been
removed because they no longer make sense.
2009-06-04 13:21:57 +01:00
..
ADDING_NEW_TESTS
Makefile.am [timeline] Remove the concept of frames from timelines 2009-06-04 13:21:57 +01:00
test-actor-invariants.c Enforce invariants on mapped, realized, visibility states 2009-04-24 15:27:19 +01:00
test-anchors.c Uniformly use floats in Actor properties 2009-06-01 14:57:18 +01:00
test-backface-culling.c [cogl] renamed cogl_enable_* to cogl_set_*_enabled + added getters 2009-05-28 02:43:36 +01:00
test-binding-pool.c Uniformly use floats in Actor properties 2009-06-01 14:57:18 +01:00
test-blend-strings.c [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
test-clutter-fixed.c [tests] Test CoglFixed, not ClutterFixed 2009-03-10 12:38:03 +00:00
test-clutter-rectangle.c
test-clutter-text.c
test-color.c [tests] Add ClutterColor conformance tests 2009-06-01 18:43:47 +01:00
test-conform-common.c * tests/conform/ADDING_NEW_TESTS 2008-11-10 18:52:50 +00:00
test-conform-common.h
test-conform-main.c [timeline] Remove the concept of frames from timelines 2009-06-04 13:21:57 +01:00
test-launcher.sh
test-model.c [tests] Exercise the Model filtering 2009-04-29 15:39:23 +01:00
test-npot-texture.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-paint-opacity.c
test-path.c
test-pick.c Allow passing the pick mode to get_actor_at_pos() 2009-04-24 15:25:58 +01:00
test-text-cache.c [ClutterText] Fix actors with a width but no wrapping and the wrap modes 2009-04-27 17:43:48 +01:00
test-timeline-interpolate.c [timeline] Remove the concept of frames from timelines 2009-06-04 13:21:57 +01:00
test-timeline-rewind.c [timeline] Remove the concept of frames from timelines 2009-06-04 13:21:57 +01:00
test-timeline.c [timeline] Remove the concept of frames from timelines 2009-06-04 13:21:57 +01:00
test-vertex-buffer-contiguous.c [cogl] Remove max_waste argument from Texture ctors 2009-05-23 19:35:19 +01:00
test-vertex-buffer-interleved.c [cogl-handle] Optimize how we define cogl handles 2009-04-02 11:58:43 +01:00
test-vertex-buffer-mutability.c [cogl-handle] Optimize how we define cogl handles 2009-04-02 11:58:43 +01:00