2007-10-08 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Mon, 8 Oct 2007 16:18:33 +0000 (16:18 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 8 Oct 2007 16:18:33 +0000 (16:18 +0000)
commit34a40de3c545db5f0c5448b07a657e005f12bfbd
tree7fc9e7d566a634354d2a2b590c47bcd94f661d22
parent9e81870d0ba73db753b4f0f66b85366eb9844e80
2007-10-08  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        * clutter/clutter-private.h:
        * clutter/clutter-main.c:
        Add a hash to global clutter context mapping all parented actor
        id's to actors.
        Add clutter_get_actor_by_id() call.
        Convert picking machinery to use above.
        (performance/simpler composite actor creation)

        * clutter/clutter-stage.c: (clutter_stage_fullscreen),
        (clutter_stage_unfullscreen), (clutter_stage_event):
        Only set the fullscreen property on stage state fullscreen event(#545)
        Experimental as could be painful to implement on non X backends.
ChangeLog
clutter/clutter-actor.c
clutter/clutter-actor.h
clutter/clutter-main.c
clutter/clutter-private.h
clutter/clutter-stage.c