2007-08-06 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Sun, 5 Aug 2007 23:13:27 +0000 (23:13 +0000)
committerMatthew Allum <mallum@openedhand.com>
Sun, 5 Aug 2007 23:13:27 +0000 (23:13 +0000)
commit7949cfe30a87c5ef708e1e5c8f457af545cb2200
tree8e4e18d3875003bec7f0934d2a9d4baee6cee3bc
parente1d439f9c97b481cbe27981740b211e89f13dd89
2007-08-06  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-behaviour-depth.c:
        Modify to work like all other behvaiours in not forcing
        increasing order in behaviour 'limits'. (#436)
        Rename limit min/max props to start/end.

        * tests/test-depth.c:
        Simplify test-case to work with above change and
        without multiple ramps

        * clutter/clutter-behaviour-rotate.c:
        Handle CW rotation when end > start and similar for CCW just
        like ellipse behaviour.
ChangeLog
clutter/clutter-behaviour-depth.c
clutter/clutter-behaviour-rotate.c
tests/test-depth.c