mutter/clutter
Emmanuele Bassi 6c01499abf 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am:
	* clutter/clutter.h:
	* clutter/clutter-scriptable.[ch]: Add the ClutterScriptable
	interface; by implementing this interface, a class can
	override the UI definition parsing and transform complex data
	types into GObject properties, or allow custom properties.

	* clutter/clutter-script.c:
	* clutter/clutter-script-parser.c:
	* clutter/clutter-script-private.h: Rearrange the code and
	use the ClutterScriptable interface to parse and build the
	custom properties. This cleans up the code and also it makes
	it more reliable (the complex type parsing is now done using
	the target type and not just the name of the property).
2007-10-25 14:34:54 +00:00
..
cogl 2007-10-15 Tomas Frydrych <tf@o-hand.com> 2007-10-15 19:19:42 +00:00
eglnative 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
eglx 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
glx 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
json 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:32:29 +00:00
pango * clutter/pango/pangoclutter-render.c: (tc_get): Provide for blank 2007-10-16 19:14:52 +00:00
sdl 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-actor.c 2007-10-17 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-17 16:43:46 +00:00
clutter-actor.h 2007-10-10 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-10 16:02:54 +00:00
clutter-alpha.c 2007-10-01 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-02 14:53:32 +00:00
clutter-alpha.h More documentation fixes 2007-08-07 14:03:30 +00:00
clutter-backend.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-backend.h 2007-07-31 Emmanuele Bassi <ebassi@openedhand.com> 2007-07-31 10:38:23 +00:00
clutter-behaviour-bspline.c Do not forget to initialise the priv pointer 2007-07-26 13:13:19 +00:00
clutter-behaviour-bspline.h Documentation updates 2007-06-01 10:00:35 +00:00
clutter-behaviour-depth.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-behaviour-depth.h Match arguments, to make gtk-doc happy 2007-08-06 19:37:46 +00:00
clutter-behaviour-ellipse.c 2007-10-01 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-02 14:53:32 +00:00
clutter-behaviour-ellipse.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-behaviour-opacity.c Fix for the smoothstep alpha function 2007-08-15 13:29:43 +00:00
clutter-behaviour-opacity.h
clutter-behaviour-path.c 2007-10-01 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-02 14:53:32 +00:00
clutter-behaviour-path.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-behaviour-rotate.c Fixed CCW rotation in rotate behaviour (bug 483); fixed overall path length calculation for angles > 360 in rotate and ellipse. 2007-08-22 10:33:26 +00:00
clutter-behaviour-rotate.h Add a header for common types to avoid inclusion hell 2007-07-26 13:13:23 +00:00
clutter-behaviour-scale.c 2007-07-25 Matthew Allum <mallum@openedhand.com> 2007-07-25 22:09:53 +00:00
clutter-behaviour-scale.h Add a header for common types to avoid inclusion hell 2007-07-26 13:13:23 +00:00
clutter-behaviour.c Fix various compiler warnings 2007-07-26 11:04:04 +00:00
clutter-behaviour.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-box.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-box.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-clone-texture.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +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 Change the clutter_color_from_string() format 2007-10-22 15:46:56 +00:00
clutter-color.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-container.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-container.h 2007-09-28 Øyvind Kolås <pippin@openedhand.com> 2007-09-28 14:52:54 +00:00
clutter-debug.h 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 09:39:41 +00:00
clutter-effect.c 2007-10-10 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-10 16:02:54 +00:00
clutter-effect.h 2007-08-24 Matthew Allum <mallum@openedhand.com> 2007-08-24 15:12:52 +00:00
clutter-entry.c 2007-10-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-19 10:15:57 +00:00
clutter-entry.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-enum-types.c.in 2007-08-20 Emmanuele Bassi <ebassi@openedhand.com> 2007-08-20 20:16:15 +00:00
clutter-enum-types.h.in 2007-08-20 Emmanuele Bassi <ebassi@openedhand.com> 2007-08-20 20:16:15 +00:00
clutter-event.c 2007-10-15 Matthew Allum <mallum@openedhand.com> 2007-10-15 16:50:59 +00:00
clutter-event.h 2007-10-15 Matthew Allum <mallum@openedhand.com> 2007-10-15 16:50:59 +00:00
clutter-feature.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-feature.h 2007-07-26 Matthew Allum <mallum@openedhand.com> 2007-07-26 20:08:09 +00:00
clutter-fixed.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 09:39:41 +00:00
clutter-fixed.h 2007-10-09 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-09 13:24:52 +00:00
clutter-group.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-group.h Move depth ordering methods from ClutterGroup to ClutterContainer 2007-08-13 17:00:58 +00:00
clutter-hbox.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-hbox.h Don't forget to add the boxes 2007-06-14 15:30:27 +00:00
clutter-json.h 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:32:29 +00:00
clutter-keysyms-table.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-keysyms.h
clutter-label.c Check width in ClutterLabel::request_coords 2007-10-22 15:47:07 +00:00
clutter-label.h 2007-07-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-07-25 14:25:01 +00:00
clutter-layout.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-layout.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-main.c * clutter/clutter-main.c: (clutter_do_event): allow motion events 2007-10-16 16:35:02 +00:00
clutter-main.h 2007-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +00:00
clutter-marshal.list Fix delete-event signal handler 2007-04-19 15:27:46 +00:00
clutter-media.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-media.h
clutter-private.h 2007-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +00:00
clutter-rectangle.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-rectangle.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-score.c 2007-10-18 Matthew Allum <mallum@openedhand.com> 2007-10-17 23:03:38 +00:00
clutter-score.h 2007-10-18 Matthew Allum <mallum@openedhand.com> 2007-10-17 23:03:38 +00:00
clutter-script-parser.c 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-script-private.h 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-script.c 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-script.h 2007-10-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-18 12:31:07 +00:00
clutter-scriptable.c 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-scriptable.h 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-stage.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-stage.h 2007-08-24 Matthew Allum <mallum@openedhand.com> 2007-08-24 15:12:52 +00:00
clutter-texture.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-texture.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-timeline.c * clutter/clutter-timeline.c: (clutter_timeline_set_duration): 2007-10-18 13:47:21 +00:00
clutter-timeline.h 2007-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +00:00
clutter-timeout-pool.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-timeout-pool.h Add copyright license and make ClutterTimeoutPool public 2007-06-09 13:20:06 +00:00
clutter-types.h 2007-08-13 Matthew Allum <mallum@openedhand.com> 2007-08-13 20:48:01 +00:00
clutter-units.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-util.c 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00
clutter-util.h 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00
clutter-vbox.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-vbox.h Don't forget to add the boxes 2007-06-14 15:30:27 +00:00
clutter-version.h.in Relax the CLUTTER_CHECK_VERSION() macro check 2007-08-20 11:54:28 +00:00
clutter.h 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
Makefile.am 2007-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00