2006-06-13 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Tue, 13 Jun 2006 13:17:45 +0000 (13:17 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 13 Jun 2006 13:17:45 +0000 (13:17 +0000)
commitdf92202c5f1759107460b23d726bd466df4d6b4d
treead14be6df7a0cd7b20a814469831cafd9ac22865
parent9afe83e6955321d33d42a4b94ed8ae04946ee5ad
2006-06-13  Matthew Allum  <mallum@openedhand.com>

        * clutter/Makefile.am:
        * clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        * clutter/clutter-clone-texture.c:
        * clutter/clutter-clone-texture.h:
        * clutter/clutter-element.c:
        * clutter/clutter-element.h:
        * clutter/clutter-group.c:
        * clutter/clutter-group.h:
        * clutter/clutter-label.c:
        * clutter/clutter-label.h:
        * clutter/clutter-main.c:
        * clutter/clutter-main.h:
        * clutter/clutter-rectangle.c:
        * clutter/clutter-rectangle.h:
        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        * clutter/clutter-texture.c:
        * clutter/clutter-texture.h:
        * clutter/clutter-video-texture.c:
        * clutter/clutter-video-texture.h:
        * clutter/clutter.h:
        * examples/super-oh.c:
        * examples/test-text.c:
        * examples/test-video.c:
        * examples/test.c:
        * examples/video-cube.c:
        * gtk/gtk-clutter-test.c:
        * gtk/gtk-clutter.c:
        * gtk/gtk-clutter.h:
        Element to Actor Renaming.
45 files changed:
ChangeLog
bindings/ChangeLog
bindings/python/Makefile.am
bindings/python/clutter-base-types.defs
bindings/python/clutter-base.defs
bindings/python/clutter.override
clutter/Makefile.am
clutter/clutter-actor.c [new file with mode: 0644]
clutter/clutter-actor.h [new file with mode: 0644]
clutter/clutter-clone-texture.c
clutter/clutter-clone-texture.h
clutter/clutter-element.c [deleted file]
clutter/clutter-element.h [deleted file]
clutter/clutter-group.c
clutter/clutter-group.h
clutter/clutter-label.c
clutter/clutter-label.h
clutter/clutter-main.c
clutter/clutter-main.h
clutter/clutter-rectangle.c
clutter/clutter-rectangle.h
clutter/clutter-stage.c
clutter/clutter-stage.h
clutter/clutter-texture.c
clutter/clutter-texture.h
clutter/clutter-video-texture.c
clutter/clutter-video-texture.h
clutter/clutter.h
doc/reference/ChangeLog
doc/reference/clutter-0.0-sections.txt
doc/reference/clutter.types
doc/reference/tmpl/clutter-0.0-unused.sgml
doc/reference/tmpl/clutter-enum-types.sgml
doc/reference/tmpl/clutter-group.sgml
doc/reference/tmpl/clutter-main.sgml
doc/reference/tmpl/clutter-stage.sgml
doc/reference/tmpl/clutter-video-texture.sgml
examples/super-oh.c
examples/test-text.c
examples/test-video.c
examples/test.c
examples/video-cube.c
gtk/gtk-clutter-test.c
gtk/gtk-clutter.c
gtk/gtk-clutter.h