mutter/clutter/cally
Alejandro Piñeiro 137790bec9 cally: Refactoring "window:create" and "window:destroy" emission code
Previously "window:create" and "window:destroy" were emitted on
CallyUtil. Although it works, and CallyUtil already have callbacks to
stage_added/removed signals, I think that it is more tidy/clear to do
that on CallyRoot:

  * CallyRoot already has code to manage ClutterStage addition/removal

  * In fact, we can see CallyRoot as the object exposing the a11y
    information from ClutterStageManager, so it fits better here.

  * CallyUtil callbacks these signals are related to key event
    listeners (key snooper simulation). One of the main CallyUtil
    responsabilities is managing event (connecting, emitting), so I
    would prefer to not start to add/mix more functionalities here.

Ideally it would be better to emit all CallyStage methods from
CallyStage, but it is clear that "create" and "destroy" are more easy
to emit from a external object
2010-07-07 15:47:56 +02:00
..
cally-actor-private.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-actor.c cally: Use proper backend information on CallyActor 2010-07-07 15:47:45 +02:00
cally-actor.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-clone.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-clone.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-factory.h Add Cally 2010-07-05 16:45:43 +01:00
cally-group.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-group.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-main.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-rectangle.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-rectangle.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-root.c cally: Refactoring "window:create" and "window:destroy" emission code 2010-07-07 15:47:56 +02:00
cally-root.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-stage.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-stage.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-text.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-text.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-texture.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-texture.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-util.c cally: Refactoring "window:create" and "window:destroy" emission code 2010-07-07 15:47:56 +02:00
cally-util.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally.c cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally.pc.in cally: Clean up the headers 2010-07-05 16:45:43 +01:00
Makefile.am cally: Clean up the headers 2010-07-05 16:45:43 +01:00