2008-02-29 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Fri, 29 Feb 2008 00:18:29 +0000 (00:18 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 29 Feb 2008 00:18:29 +0000 (00:18 +0000)
commitfa64479b58bef8db3bc12b8c0f33ac1f909d8dfc
treef215227df81eefab181d2a2fbf7b8cbb9d89891d
parentfb738780180cef2090cc9fcb4dd355da78602290
2008-02-29  Matthew Allum  <mallum@openedhand.com>

        * clutter-gtk.pc.in:
        * configure.ac:
        Bump up to unstable 0.7 version and clutter req.

        * clutter-gtk/gtk-clutter-embed.c:
        * clutter-gtk/gtk-clutter-embed.h:
        Add clutter_gtk_init(), as to use new API to share DISPLAY and
        turn off Clutter 'automatic' event collection.
        Add methods for;
          expose    - Queue a Clutter redraw.
          map       - set Actor mapped flag.
          show/hide - Forward to stage also.
        Minor doc additions.

        * examples/gtk-clutter-events.c:
        Add some minor comments re when to call show_all().

        * examples/gtk-clutter-test.c:
        Fix event->actor mapping.
ChangeLog
clutter-gtk.pc.in
clutter-gtk/gtk-clutter-embed.c
clutter-gtk/gtk-clutter-embed.h
configure.ac
examples/gtk-clutter-events.c
examples/gtk-clutter-test.c