mutter/clutter
Emmanuele Bassi 4bd3fa583e 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-private.h: Remove inclusion of backend-specific
	headers; update the main context object; add the declarations for
	the event queue functions.

	* clutter/clutter-backend.[ch]: Add the abstract ClutterBackend
	object, which holds backend-specific settings, the main stage,
	and the event queue. Every backend must implement a subclass of
	ClutterBackend and ClutterStage.

	* clutter/clutter-feature.c: Protect the GLX specific calls
	behing #ifdef HAVE_CLUTTER_GLX.

	* clutter/clutter-actor.c:
	* clutter/clutter-group.c:
	* clutter/clutter-clone-texture.c: Include GL/gl.h

	* clutter/clutter-event.[ch]: Update public API and implement the
	event queue private API; hold a reference on the event objects;
	move out the keysym-to-unicode table; add the new event types.

	* clutter/clutter-color.h: Include clutter-fixed.h

	* clutter/clutter-main.c: Update API; get the main stage
	from the backend object; process the event received from the
	queue; lock/unlock the main mutex if we have one; move the
	initialisation process sooner in the init sequence, in order to
	have the backend object when we check for options; call the
	backed vfuncs in the pre/post parse hooks.

	* clutter/clutter-stage.c: Make ClutterStage and abstract class,
	implemented by the backends.

	* clutter/clutter/glx/clutter-glx.h:
	* clutter/clutter/glx/clutter-backend-glx.[ch]:
	* clutter/clutter/glx/clutter-event-glx.c:
	* clutter/clutter/glx/clutter-stage-glx.[ch]:
	* clutter/clutter/glx/Makefile.am: Add the GLX backend.

	* clutter/clutter/egl/clutter-backend-egl.[ch]:
	* clutter/clutter/egl/clutter-event-egl.c:
	* clutter/clutter/egl/clutter-stage-egl.[ch]:
	* clutter/clutter/egl/Makefile.am: Add the stub for a EGL backend.

	* examples/*.c: Update for the new API.
2007-03-22 18:21:59 +00:00
..
egl 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
glx 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
pango 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-actor.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-actor.h 2007-01-04 Matthew Allum <mallum@openedhand.com> 2007-01-04 19:56:01 +00:00
clutter-alpha.c fixed fixed point clutter_sine_func 2007-01-30 19:35:19 +00:00
clutter-alpha.h 2007-01-30 Emmanuele Bassi <ebassi@openedhand.com> 2007-01-30 16:51:49 +00:00
clutter-backend.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-backend.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-behaviour-opacity.c 2007-01-07 Matthew Allum <mallum@openedhand.com> 2007-01-07 00:36:41 +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 more fixed point work 2007-01-19 16:04:06 +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 float -> fixed point 2007-01-17 13:25:51 +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 2007-01-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-01-18 12:33:15 +00:00
clutter-behaviour.h 2007-01-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-01-18 12:33:15 +00:00
clutter-clone-texture.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +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 fixed bug in clutter_color_darken/lighten() 2007-01-18 07:21:41 +00:00
clutter-color.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-debug.h 2007-02-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-02-07 11:03:54 +00:00
clutter-event.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-event.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-feature.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-feature.h 2007-01-17 Emmanuele Bassi <ebassi@openedhand.com> 2007-01-17 13:51:14 +00:00
clutter-fixed.c more fixed point work 2007-01-23 11:48:04 +00:00
clutter-fixed.h more fixed point work 2007-01-19 16:04:06 +00:00
clutter-group.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-group.h 2007-02-15 Matthew Allum <mallum@openedhand.com> 2007-02-15 23:23:32 +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 Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
clutter-label.c 2007-03-19 Matthew Allum <mallum@openedhand.com> 2007-03-19 17:02:48 +00:00
clutter-label.h 2007-01-04 Matthew Allum <mallum@openedhand.com> 2007-01-04 19:56:01 +00:00
clutter-main.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-main.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +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 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-rectangle.c 2006-12-14 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-14 22:19:08 +00:00
clutter-rectangle.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-stage.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-stage.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-texture.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +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-13 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-13 18:12:09 +00:00
clutter-timeline.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +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-version.h.in 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter.h 2006-12-27 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-27 18:19:34 +00:00
Makefile.am 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00