1
0
Fork 0
mutter-performance-source/tests
Emmanuele Bassi f859135082 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com>
Bug #864 - Allow instantiating and subclassing of ClutterStage

	* clutter/Makefile.am: Add clutter-stage-window.[ch]

	* clutter/clutter-stage-manager.c:
	(_clutter_stage_manager_remove_stage): Do not warn if removing
	a stage we don't manage, as we might be invoked multiple times
	during a ClutterState dispose sequence.

	* clutter/clutter-actor.c:
	* clutter/clutter-backend.[ch]:
	* clutter/clutter-main.c:
	* clutter/clutter-private.h:
	* clutter/clutter-stage.[ch]: Make ClutterStage a proxy actor,
	with a private actor implementing the ClutterStageWindow
	interface for handling the per-backend realization, painting
	and unrealization, plus all the windowing system abstraction.

	* clutter/x11/clutter-event-x11.c:
	* clutter/x11/clutter-stage-x11.[ch]: Port the X11 backend
	to the new backend and stage API and semantics.

	* clutter/glx/clutter-backend-glx.c:
	* clutter/glx/clutter-stage-glx.c: Port the GLX backend to
	the new backend and stage API and semantics.

	* clutter/eglx/clutter-backend-egl.[ch]:
	* clutter/eglx/clutter-stage-egl.[ch]: Port the EGLX backend
	to the new backend and stage API and semantics (untested).

	* tests/test-multistage.c (on_button_press): Rename
	clutter_stage_create_new() to clutter_stage_new().
2008-04-04 15:02:11 +00:00
..
Makefile.am 2008-03-28 Matthew Allum <mallum@openedhand.com> 2008-03-28 22:50:55 +00:00
redhand.png 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
test-actors.c 2008-04-04 Matthew Allum <mallum@openedhand.com> 2008-04-04 13:20:02 +00:00
test-behave.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 11:23:19 +00:00
test-depth.c * tests/test-depth.c: added a box of cloned hands to further expand 2008-01-31 16:55:34 +00:00
test-effects.c 2007-01-30 Tomas Frydrych <tf@openedhand.com> 2008-01-30 12:13:26 +00:00
test-entry.c 2008-03-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-06 12:39:24 +00:00
test-events.c 2007-12-09 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-09 08:53:06 +00:00
test-fbo.c 2008-02-11 Emmanuele Bassi <ebassi@openedhand.com> 2008-02-11 16:29:31 +00:00
test-fullscreen.c 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
test-grab.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
test-model.c 2008-01-09 Emmanuele Bassi <ebassi@openedhand.com> 2008-01-09 14:34:24 +00:00
test-multistage.c 2008-04-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-04 15:02:11 +00:00
test-offscreen.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
test-opacity.c 2008-02-20 Emmanuele Bassi <ebassi@openedhand.com> 2008-02-20 10:59:47 +00:00
test-perspective.c Moved dots in test-perspective to 1px off each corner. 2007-06-28 08:24:45 +00:00
test-project.c * clutter/clutter-actor.[ch]: (clutter_actor_set_rotationx), 2007-11-19 11:43:20 +00:00
test-rotate.c 2008-01-17 Emmanuele Bassi <ebassi@openedhand.com> 2008-01-17 14:31:14 +00:00
test-scale.c 2008-02-04 Emmanuele Bassi <ebassi@openedhand.com> 2008-02-04 22:35:38 +00:00
test-score.c 2008-03-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-18 22:07:17 +00:00
test-script.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
test-script.json 2008-03-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-06 04:37:00 +00:00
test-shader.c rearrange to be less than 80col 2008-03-10 23:09:28 +00:00
test-text.c 2007-12-09 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-09 08:53:06 +00:00
test-textures.c 2007-07-30 Matthew Allum <mallum@openedhand.com> 2007-07-29 22:55:04 +00:00
test-threads.c 2007-10-16 Tomas Frydrych <tf@o-hand.com> 2007-10-16 08:34:16 +00:00
test-timeline-dup-frames.c Adds some new timeline unit-tests (#439) with actual timeline 2008-03-05 16:04:06 +00:00
test-timeline-interpolate.c Adds some new timeline unit-tests (#439) with actual timeline 2008-03-05 16:04:06 +00:00
test-timeline-rewind.c Adds some new timeline unit-tests (#439) with actual timeline 2008-03-05 16:04:06 +00:00
test-timeline-smoothness.c Adds some new timeline unit-tests (#439) with actual timeline 2008-03-05 16:04:06 +00:00
test-timeline.c 2008-03-18 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-18 17:50:45 +00:00
test-unproject.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
test-viewport.c 2007-12-10 Tomas Frydrych <tf@openedhand.com> 2007-12-10 10:13:31 +00:00