2007-06-14 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Wed, 13 Jun 2007 23:24:59 +0000 (23:24 +0000)
committerMatthew Allum <mallum@openedhand.com>
Wed, 13 Jun 2007 23:24:59 +0000 (23:24 +0000)
commit61e3252ff1771e2aefa982fcc91d7a44c0fc7d77
treef44c2f294a2347c29536676af3c4b698bb341028
parentae0de6c67c8cfffa93088ee9ade33b06f7386cac
2007-06-14  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        * clutter/clutter-group.c:
        * clutter/clutter-label.c:
        * clutter/egl/clutter-stage-egl.c:
        * clutter/glx/clutter-stage-glx.c:
        * clutter/sdl/clutter-stage-sdl.c:
        Rename clutter_actor_allocate_coords -> clutter_actor_query_coords

        Change repaints to G_PRIORITY_DEFAULT + 10.
        (timelines are G_PRIORITY_DEFAULT + 30, events G_PRIORITY_DEFAULT)

        * clutter/glx/clutter-event-glx.c:
        Handle shift modifier in keycode -> keysym translation.

        * tests/test-actors.c:
        Remove (broken) screen saver code.
        Add scaling behaviour, clean code a little
ChangeLog
clutter/clutter-actor.c
clutter/clutter-actor.h
clutter/clutter-group.c
clutter/clutter-label.c
clutter/egl/clutter-stage-egl.c
clutter/glx/clutter-event-glx.c
clutter/glx/clutter-stage-glx.c
clutter/sdl/clutter-stage-sdl.c
tests/test-actors.c