2007-06-12 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Tue, 12 Jun 2007 10:36:28 +0000 (10:36 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 12 Jun 2007 10:36:28 +0000 (10:36 +0000)
commitc2236bb72aabec2b1e54a6b5d55b7d526ec47f76
tree08215f6362a11616b9bd80edf2a9211fb1c9d9cc
parent5f8bd1d160c67564c9b31dfcf769f9fa91b051ec
2007-06-12  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-alpha.c:
        Remove stray g_debug.

        * clutter/clutter-behaviour-rotate.c:
        Register private class member.

        * clutter/clutter-behaviour.c:
        * clutter/clutter-behaviour.h:
        Add applied and removed signals.

        * Makefile.am:
        * configure.ac:
        * examples/Makefile.am:
        * examples/README:
        * examples/behave.c:
        * examples/slider.c:
        * examples/super-oh.c:
        * examples/test-entry.c:
        * examples/test-text.c:
        * examples/test.c:
        * tests/Makefile.am:
        Remove examples, moving applicable code into tests.
18 files changed:
ChangeLog
Makefile.am
clutter/clutter-alpha.c
clutter/clutter-behaviour-rotate.c
clutter/clutter-behaviour.c
clutter/clutter-behaviour.h
configure.ac
examples/Makefile.am [deleted file]
examples/README [deleted file]
examples/clutter-logo-800x600.png [deleted file]
examples/slider.c [deleted file]
examples/test.c [deleted file]
tests/Makefile.am
tests/redhand.png [moved from examples/redhand.png with 100% similarity]
tests/test-actors.c [moved from examples/super-oh.c with 100% similarity]
tests/test-behave.c [moved from examples/behave.c with 100% similarity]
tests/test-entry.c [moved from examples/test-entry.c with 100% similarity]
tests/test-text.c [moved from examples/test-text.c with 100% similarity]