1
0
Fork 0

Update ChangeLog for SVN users

This commit is contained in:
Emmanuele Bassi 2007-08-21 15:48:24 +00:00
parent 277d86f654
commit 9a12c36be4

View file

@ -1,3 +1,23 @@
2007-08-21 Emmanuele Bassi <ebassi@openedhand.com>
Preserve the ordering of the events in the queue when sythesising
new events in the event translation sequence. (#481)
* clutter/clutter-event.c:
* clutter/clutter-private.h: Allow flagging new events on the
events queue without breaking ClutterEvent using a masked type.
(clutter_event_get), (clutter_event_put),
(clutter_event_pending): Ignore events with the CLUTTER_EVENT_PENDING
flag set when walking the events queue.
* clutter/eglx/clutter-event-egl.c:
* clutter/glx/clutter-event-glx.c:
* clutter/sdl/clutter-event-sdl.c: Push the new events straight
on the queue, with the CLUTTER_EVENT_PENDING flag set; remove the
flag if the event translation was succesful, or remove the event
altogether.
2007-08-21 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c: Add missing documentation for the