2006-09-14 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Thu, 14 Sep 2006 17:18:54 +0000 (17:18 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 14 Sep 2006 17:18:54 +0000 (17:18 +0000)
commit93f102fc85b0b2da4e56e64143e10671b4ddb285
treea9886e71fb0d0802d5ecc5af6950a91f38488fb0
parent4dea33e123c6e4fc3a4b640b0a4d85bb5d0ddca2
2006-09-14  Matthew Allum  <mallum@openedhand.com>

        Various fixes from Bastien Nocera:

        * clutter/clutter-event.h:
        * clutter/clutter-stage.c: (clutter_stage_unrealize),
        (clutter_stage_realize), (clutter_stage_request_coords),
        (clutter_stage_dispose), (clutter_stage_init):
        * clutter/clutter-stage.h:
        * gtk/gtk-clutter-test.c: (input_cb), (frame_cb), (main):
        * gtk/gtk-clutter.c: (realize):
        Misc fixes (#152)

        * clutter/clutter-group.c: (clutter_group_remove):
        Remove uneeded ref count (#143)

        * examples/super-oh.c: (input_cb):
        Handle key release rather than presses (#154)

        * configure.ac:
        Add old style X libs check when x11.pc unavailable (#101)
ChangeLog
clutter/clutter-event.h
clutter/clutter-group.c
clutter/clutter-stage.c
clutter/clutter-stage.h
configure.ac
examples/super-oh.c
gtk/gtk-clutter-test.c
gtk/gtk-clutter.c