2008-04-04 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 4 Apr 2008 13:20:02 +0000 (13:20 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 4 Apr 2008 13:20:02 +0000 (13:20 +0000)
commite44ac14ef7b1cc3993895df0df71a56a94adcdf0
tree804536d1949b8db286fd8ed75f03fc4597ca67a2
parentdfd78ac502c50709da000a1e72d312b22cf6155b
2008-04-04  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-actor.c:
        Remove uneeded stage private member.
        Add show-on-set-parent prop and make so by default Actors are
        now automatically shown when reparented (#791)

        * clutter/eglx/clutter-backend-egl.c:
        * clutter/cogl/gles/cogl.c:
        A couple of minor comments.

        * clutter/eglnative/Makefile.am:
        Add missing clutter-egl.h header (back port from trunk)

        * tests/test-actors.c:
        Modify to take advantage of new show-on-set-parent functionality.
ChangeLog
clutter/clutter-actor.c
clutter/cogl/gles/cogl.c
clutter/eglnative/Makefile.am
clutter/eglx/clutter-backend-egl.c
tests/test-actors.c