mutter/clutter
Emmanuele Bassi f83ffa3520 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-private.h: Add our own READABLE,
	WRITABLE and READWRITE paramspec flags, declaring the
	string components of the properties GParamSpec as static;
	this should shave off some bytes in the memory footprint
	and avoid relocations.

	* clutter/clutter-actor.c:
	* clutter/clutter-behaviour.c:
	* clutter/clutter-behaviour-opacity.c:
	* clutter/clutter-behaviour-path.c:
	* clutter/clutter-behavuour-scale.c:
	* clutter/clutter-clone-texture.c:
	* clutter/clutter-label.c:
	* clutter/clutter-rectangle.c:
	* clutter/clutter-stage.c:
	* clutter/clutter-texture.c:
	* clutter/clutter-timeline.c: Use the CLUTTER_PARAM_*
	macros we just added.

	* clutter/clutter-behaviour-scale.c: Add properties for
	the scale begin, scale end and gravity parameters.

	* clutter/clutter-behaviour-path.h: Mark the ClutterKnot
	memory management functions as public (for the bindings),
	since we use the slice allocator for copying knots around;
	add a clutter_knot_equal() function.

	* clutter/clutter-behaviour-path.c:
	(node_distance): Use clutter_knot_equal() as a fast path
	to avoid the sqrt() in case the nodes we are using are
	at the same position.
	(path_total_length): Additional check on the existence
	of the next node.

	* examples/behave.c: Do not leak the ClutterBehaviour
	objects around.
2006-12-04 16:26:35 +00:00
..
pango 2006-11-21 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-21 21:27:53 +00:00
clutter-actor.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-actor.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 12:02:24 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-behaviour.h 2006-11-17 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-17 18:45:31 +00:00
clutter-clone-texture.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-clone-texture.h 2006-06-13 Matthew Allum <mallum@openedhand.com> 2006-06-13 13:17:45 +00:00
clutter-color.c 2006-06-22 Matthew Allum <mallum@openedhand.com> 2006-06-21 22:34:25 +00:00
clutter-color.h 2006-06-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-05 13:38:31 +00:00
clutter-debug.h 2006-11-23 Matthew Allum <mallum@openedhand.com> 2006-11-23 21:36:45 +00:00
clutter-event.c Add more docs...80% coverage 2006-06-22 14:31:19 +00:00
clutter-event.h 2006-09-14 Matthew Allum <mallum@openedhand.com> 2006-09-14 17:18:54 +00:00
clutter-feature.c 2006-11-22 Matthew Allum <mallum@openedhand.com> 2006-11-22 20:52:27 +00:00
clutter-feature.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +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-09-20 Matthew Allum <mallum@openedhand.com> 2006-09-20 18:38:08 +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 2006-10-03 Matthew Allum <mallum@openedhand.com> 2006-10-03 21:59:30 +00:00
clutter-main.c 2006-11-22 Matthew Allum <mallum@openedhand.com> 2006-11-22 20:52:27 +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 16:26:35 +00:00
clutter-rectangle.c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +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-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 16:26:35 +00:00
clutter-texture.h 2006-12-03 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-03 18:34:41 +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-02 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-02 22:54:58 +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