1
0
Fork 0
mutter-performance-source/tests
Emmanuele Bassi 1a6deea7a7 Use g_list_insert_sorted() instead of our custom function
The clutter_timeout_pool_insert_sorted() function caused an inversion of
the timeout sources in the pool; this led to a wrong behaviour in the
execution of the timeout functions. See bug 471.

This patch drops clutter_timeout_pool_insert_sorted() in favour of the
standard g_list_insert_sorted(), which produces identical behaviours with
and without the pool.

A new test, written by Rob Bradford, has been added to the regression test
suite in order to identify sorting issues with the timeout pools.
2007-08-19 17:06:22 +00:00
..
Makefile.am Use g_list_insert_sorted() instead of our custom function 2007-08-19 17:06:22 +00:00
redhand.png 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
test-actors.c Merge clutter.git/threading branch 2007-08-08 10:20:14 +00:00
test-behave.c added direction paramenter to clutter_behaviour_ellipse_new (), made direction to be respected, unclamped angle values 2007-08-03 09:52:52 +00:00
test-boxes.c Whitespace fix to the test-boxes debug printouts 2007-08-06 19:37:50 +00:00
test-depth.c 2007-08-06 Matthew Allum <mallum@openedhand.com> 2007-08-05 23:13:27 +00:00
test-entry.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
test-events.c 2007-08-13 Matthew Allum <mallum@openedhand.com> 2007-08-13 20:48:01 +00:00
test-offscreen.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
test-perspective.c Moved dots in test-perspective to 1px off each corner. 2007-06-28 08:24:45 +00:00
test-project.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
test-rotate.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
test-scale.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
test-text.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
test-textures.c 2007-07-30 Matthew Allum <mallum@openedhand.com> 2007-07-29 22:55:04 +00:00
test-threads.c Don't forge to add test cases 2007-08-08 10:22:00 +00:00
test-timeline.c Use g_list_insert_sorted() instead of our custom function 2007-08-19 17:06:22 +00:00