2007-05-14 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 14 May 2007 09:11:23 +0000 (09:11 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 14 May 2007 09:11:23 +0000 (09:11 +0000)
commit23ac88ac70e8ff5901b25b990b4d27167c5882bb
treeffc13b0c850b32bebffdb9cf0ed36d0ec50c646c
parente121eb54c83a9d0c96ff5445f3b0749eab823da1
2007-05-14  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-behaviour-path.c:
        Fix bug where last knot position wouldn't get reached.

        * clutter/clutter-group.c:
        Add some docs

        * clutter/clutter-timeline.h:
        * clutter/clutter-timeline.c:
        Add clutter_timeline_copy (needed for ClutterEffect)

        * clutter/clutter-version.h.in:
        Export windowing system / GL backend etc defines.

        * clutter/Makefile.am:
        * clutter/clutter-effect.c:
        * clutter/clutter-effect.h:
        * clutter/clutter.h:

        * clutter/glx/clutter-backend-glx.c:
        Minor clean ups.

        * clutter/clutter-alpha.h:
        Add a fixme.

        * configure.ac:
        Add FPU define.

        * examples/Makefile.am:
        * examples/slider.c:
        Add Robs slider game.
15 files changed:
ChangeLog
clutter/Makefile.am
clutter/clutter-alpha.h
clutter/clutter-behaviour-path.c
clutter/clutter-effect.c [new file with mode: 0644]
clutter/clutter-effect.h [new file with mode: 0644]
clutter/clutter-group.c
clutter/clutter-timeline.c
clutter/clutter-timeline.h
clutter/clutter-version.h.in
clutter/clutter.h
clutter/glx/clutter-backend-glx.c
configure.ac
examples/Makefile.am
examples/slider.c [new file with mode: 0644]