Neil Roberts eb35c446b1 clutter-box: Layer new actors on top of all others at the same depth
g_list_insert_sorted inserts the new actor before all others that
compare equal so for the normal case when all actors have depth==0
this has the surprising behaviour of layering the actors in reverse
order. To fix this it now manually inserts the actor in the right
place by searching until it finds an actor at a higher depth and
inserting before that.

http://bugzilla.openedhand.com/show_bug.cgi?id=1988
2010-02-24 10:03:43 +00:00
..
2009-11-06 11:48:42 +00:00
2010-02-12 14:50:06 +00:00
2010-02-12 14:50:06 +00:00
2010-02-12 14:50:06 +00:00
2010-02-01 10:40:34 +00:00
2010-02-12 14:50:11 +00:00
2010-01-20 00:38:07 +00:00
2010-02-12 14:50:11 +00:00
2010-02-04 21:10:02 +00:00
2010-02-12 14:50:11 +00:00
2010-02-12 14:50:11 +00:00
2010-02-03 14:38:13 +00:00
2010-02-12 14:50:11 +00:00
2010-02-12 14:57:50 +00:00
2010-02-01 10:40:34 +00:00
2010-02-07 18:25:19 +00:00