Add Cally
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 14 Jun 2010 11:38:25 +0000 (13:38 +0200)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 5 Jul 2010 15:45:43 +0000 (16:45 +0100)
commitc0f753d108b7a2ad23dbf5a5b596f80175442927
tree9507406c1e3a67a19e4ef4dfaa325640675ea5ce
parentb9c65510cbae99598bec271e78be9ae737af8e0e
Add Cally

The Clutter Accessibility Library is an implementation of the ATK,
the Accessibility Toolkit, which exposes Clutter actors to accessibility
tools. This allows not only writing accessible user interfaces, but also
allows testing and verification frameworks based on A11Y technologies to
inspect and test a Clutter scene graph.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2097

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
24 files changed:
clutter/Makefile.am
clutter/cally/Makefile.am [new file with mode: 0644]
clutter/cally/cally-actor-private.h [new file with mode: 0644]
clutter/cally/cally-actor.c [new file with mode: 0644]
clutter/cally/cally-actor.h [new file with mode: 0644]
clutter/cally/cally-clone.c [new file with mode: 0644]
clutter/cally/cally-clone.h [new file with mode: 0644]
clutter/cally/cally-factory.h [new file with mode: 0644]
clutter/cally/cally-group.c [new file with mode: 0644]
clutter/cally/cally-group.h [new file with mode: 0644]
clutter/cally/cally-rectangle.c [new file with mode: 0644]
clutter/cally/cally-rectangle.h [new file with mode: 0644]
clutter/cally/cally-root.c [new file with mode: 0644]
clutter/cally/cally-root.h [new file with mode: 0644]
clutter/cally/cally-stage.c [new file with mode: 0644]
clutter/cally/cally-stage.h [new file with mode: 0644]
clutter/cally/cally-text.c [new file with mode: 0644]
clutter/cally/cally-text.h [new file with mode: 0644]
clutter/cally/cally-texture.c [new file with mode: 0644]
clutter/cally/cally-texture.h [new file with mode: 0644]
clutter/cally/cally-util.c [new file with mode: 0644]
clutter/cally/cally-util.h [new file with mode: 0644]
clutter/cally/cally.pc.in [new file with mode: 0644]
configure.ac