1
0
Fork 0
mutter-performance-source/clutter/glx
Matthew Allum 8ad4dde16b 2007-08-13 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        * clutter/clutter-event.c:
        * clutter/clutter-event.h:
        * clutter/clutter-main.c:
        * clutter/clutter-main.h:
        * clutter/clutter-private.h:
        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        * clutter/clutter-types.h:
        Initial implementation of actors emmitting event signals (423);
        - Actors set_reactive() to receive mouse events.
          (call clutter_enable_motion_events() for per action motion events)
        - clutter_stage_set_key_focus () to direct key events.
        - Events bubble up to parents (ending at stage)
          (original source identified by clutter_event_get_source())
        TODO:
        - enter/leave notifys for actors.
        - stage specific events - fullscreen
        - grabs

        * tests/test-events.c:
        Extend a little to use new API

        * clutter/cogl/gl/cogl.c:
        * clutter/glx/clutter-backend-glx.c:
        Move get_proc_address into cogl and out of backend.
        (shaders will need it)

        * clutter/clutter-group.c: (clutter_group_real_lower):
        Fix a minor compile warning.

        * TODO:
        Sync up.
2007-08-13 20:48:01 +00:00
..
clutter-backend-glx.c 2007-08-13 Matthew Allum <mallum@openedhand.com> 2007-08-13 20:48:01 +00:00
clutter-backend-glx.h 2007-06-14 Matthew Allum <mallum@openedhand.com> 2007-06-14 12:54:47 +00:00
clutter-event-glx.c Merge clutter.git/threading branch 2007-08-08 10:20:14 +00:00
clutter-glx.h More documentation fixes 2007-08-07 14:03:30 +00:00
clutter-stage-glx.c 2007-07-31 Emmanuele Bassi <ebassi@openedhand.com> 2007-07-31 17:01:52 +00:00
clutter-stage-glx.h 2007-05-31 Matthew Allum <mallum@openedhand.com> 2007-05-31 11:13:43 +00:00
Makefile.am 2007-04-27 Matthew Allum <mallum@openedhand.com> 2007-04-27 21:13:06 +00:00