Update ChangeLog for SVN users

This commit is contained in:
Emmanuele Bassi 2007-03-25 11:47:48 +00:00
parent 4f39ee99d3
commit 831c5fd69e

View File

@ -1,3 +1,19 @@
2007-03-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.h: Remove the ::get_actor_at_pos()
and ::flush() vfuncs.
* clutter/glx/clutter-stage-glx.c: Remove the implementations
of those vfuncs from the backend specific code, as they are
pure GL calls.
* clutter/clutter-stage.c: Add back the actor hit detection
code in the base stage class, along with the viewport
synchronisation function.
* clutter/clutter-private.h: Declare the private function
_clutter_stage_sync_viewport().
2007-03-23 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-backend.c: Clear the event queue when