2006-08-14 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Sun, 13 Aug 2006 23:55:52 +0000 (23:55 +0000)
committerMatthew Allum <mallum@openedhand.com>
Sun, 13 Aug 2006 23:55:52 +0000 (23:55 +0000)
commitc13b02508311a78108da8337296ac76943a1adb2
tree495ab9e7cf4a833f4ac228a2118bc69958d67741
parent9b1ae0949e58c00db272372ab73b6a42a9824541
2006-08-14  Matthew Allum  <mallum@openedhand.com>

        * clutter/Makefile.am:
        * clutter/clutter-behaviour.c:
        * clutter/clutter-behaviour.h:
        * clutter/clutter-behaviours.c:
        * clutter/clutter-behaviours.h:
        * clutter/clutter-timeline.c:
        * clutter/clutter-timeline.h:
        Add very initial new behaviour functionality.

        * clutter/clutter-stage.c:
        * clutter/clutter-main.c:
        * clutter/clutter-actor.c:
        Improve clipping using stencil test rather than scissor check.
        ( Should now handle rotated clips etc ).

        * clutter/clutter-group.c: (clutter_group_paint):
        Fix typo on position check.
12 files changed:
ChangeLog
clutter/Makefile.am
clutter/clutter-actor.c
clutter/clutter-behaviour.c [new file with mode: 0644]
clutter/clutter-behaviour.h [new file with mode: 0644]
clutter/clutter-behaviours.c [new file with mode: 0644]
clutter/clutter-behaviours.h [new file with mode: 0644]
clutter/clutter-group.c
clutter/clutter-main.c
clutter/clutter-stage.c
clutter/clutter-timeline.c
clutter/clutter-timeline.h