mutter/clutter
Emmanuele Bassi 10fbfb1659 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com>
Rework part of the show/hide machinery.  Allow groups sub-classes
	and composite actors to override show_all/hide_all in order to
	decide which children they wish to show/hide.  This means that
	if an actor overrides the default show/hide virtual methods, it'll
	have to chain up to the parent class show/hide.  While we're at it,
	provide the fully recursive clutter_actor_show_all() and
	clutter_actor_hide_all() methods.

	* clutter/clutter-behaviour-path.c: Add apidoc for the ClutterKnot
	functions; add pathological equality case for clutter_knot_equal().

	* clutter/clutter-event.h:
	* clutter/clutter-feature.h:
	* clutter/clutter-behaviour.c:
	* clutter/clutter-behaviour-scale.c:Fix parameters name so that
	gtk-doc doesn't complain.

	* clutter/clutter-actor.c:
	* clutter/clutter-event.c: Add apidoc

	* clutter/clutter-actor.h:
	* clutter/clutter-actor.c: Add a clutter_actor_show_all() and a
	clutter_actor_hide_all() functions; provide a mechanism for
	groups and composited actors to programmatically select what to
	show/hide when clutter_actor_show_all() and clutter_actor_hide_all()
	are called.  If you are overriding the ClutterActor::show or
	the ClutterActor::hide virtual methods you should chain up with
	the parent class.

	* clutter/clutter-group.c: Override show_all and hide_all and
	recursively show/hide every child inside the group;
	clutter_group_show_all() and clutter_group_hide_all() remain as non
	recursive versions of clutter_actor_show_all() and
	clutter_actor_hide_all() (maybe we should rename them in order
	to avoid name clashes with the bindings).

	* clutter/clutter-stage.c:
	* clutter/clutter-texture.c: Chain up with parent class show
	and hide vfuncs.

	* clutter/clutter-clone-texture.h:
	* clutter/clutter-clone-texture.c: Provide API for changing the
	parent texture of a clone texture actor.

	* examples/behave.c:
	* examples/super-oh.c:
	* examples/test.c: Use clutter_actor_show_all() instead of
	clutter_group_show_all().
2006-12-12 20:20:04 +00:00
..
pango 2006-11-21 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-21 21:27:53 +00:00
clutter-actor.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-actor.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-alpha.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-alpha.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-behaviour-opacity.c 2006-12-08 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-08 16:12:52 +00:00
clutter-behaviour-opacity.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-behaviour-path.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-behaviour-path.h 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-behaviour-scale.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-behaviour-scale.h 2006-11-17 Matthew Allum <mallum@openedhand.com> 2006-11-17 18:24:28 +00:00
clutter-behaviour.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-behaviour.h 2006-12-08 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-08 16:12:52 +00:00
clutter-clone-texture.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-clone-texture.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-color.c 2006-12-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 04:56:24 +00:00
clutter-color.h 2006-12-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 04:56:24 +00:00
clutter-debug.h 2006-11-23 Matthew Allum <mallum@openedhand.com> 2006-11-23 21:36:45 +00:00
clutter-event.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-event.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-feature.c fix and clean up 2006-12-05 05:42:47 +00:00
clutter-feature.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-fixed.h 2006-08-29 Matthew Allum <mallum@openedhand.com> 2006-08-29 19:09:43 +00:00
clutter-group.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-group.h 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +00:00
clutter-keysyms.h Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
clutter-label.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-label.h fix and clean up 2006-12-05 05:42:47 +00:00
clutter-main.c 2006-12-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:52 +00:00
clutter-main.h 2006-11-21 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-21 21:27:53 +00:00
clutter-marshal.list 2006-08-29 Jorn Baayen <jorn@openedhand.com> 2006-08-29 13:20:29 +00:00
clutter-media.c 2006-09-01 Matthew Allum <mallum@openedhand.com> 2006-09-01 17:26:47 +00:00
clutter-media.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-private.h 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 19:19:53 +00:00
clutter-rectangle.c 2006-12-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 13:15:25 +00:00
clutter-rectangle.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-stage.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-stage.h 2006-11-30 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-30 14:45:19 +00:00
clutter-texture.c 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-texture.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-timeline.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-timeline.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-util.c 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-util.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-version.h.in 2006-12-08 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-08 16:12:52 +00:00
clutter.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 12:02:24 +00:00
Makefile.am 2006-11-30 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-30 11:08:54 +00:00