2007-10-03 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Wed, 3 Oct 2007 09:28:16 +0000 (09:28 +0000)
committerMatthew Allum <mallum@openedhand.com>
Wed, 3 Oct 2007 09:28:16 +0000 (09:28 +0000)
commitbc13e907cc91c0d2ed833fdfd186857f71b078d1
tree14ac9f515076b8c27d8762340a3d2652f1932420
parent4189c66a217735003de3912051df55a7bf639afc
2007-10-03  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-actor.c:
        * clutter/clutter-event.c:
        * clutter/clutter-event.h:
        * clutter/clutter-main.c:
        * clutter/clutter-private.h:
        * clutter/eglnative/clutter-event-egl.c:
        * clutter/eglx/clutter-event-egl.c:
        * clutter/glx/clutter-event-glx.c:
        * clutter/sdl/clutter-event-sdl.c:
        Remove seperate double/triple click events and replace with
        a click_count member.
        Move calculating click counts from backend to do_event()
        Initial implementation of ENTER/LEAVE events.

        * tests/test-events.c:
        Add code to test above.

        * tests/test-behave.c:
        Sync with newer API.

        * clutter/clutter-score.c:
        Silence a warning.
13 files changed:
ChangeLog
clutter/clutter-actor.c
clutter/clutter-event.c
clutter/clutter-event.h
clutter/clutter-main.c
clutter/clutter-private.h
clutter/clutter-score.c
clutter/eglnative/clutter-event-egl.c
clutter/eglx/clutter-event-egl.c
clutter/glx/clutter-event-glx.c
clutter/sdl/clutter-event-sdl.c
tests/test-behave.c
tests/test-events.c