mutter/clutter
Emmanuele Bassi a02e20a14a 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c:
	(clutter_actor_real_show),
	(clutter_actor_real_hide): Do not set the MAPPED flag on the actor
	if it is a top-level one (like ClutterStage); the backends are
	responsible for setting that flag, as it might be the result of an
	asynchronous operation (e.g. on X11).
	
	* clutter/eglnative/clutter-stage-egl.c:
	(clutter_stage_egl_show),
	(clutter_stage_egl_hide): Set/unset the CLUTTER_ACTOR_MAPPED flag
	on show and hide respectively.

	* clutter/osx/clutter-stage-osx.c:
	(clutter_stage_osx_show),
	(clutter_stage_osx_hide): Ditto as above.

	* clutter/sdl/clutter-stage-sdl.c:
	(clutter_stage_sdl_show),
	(clutter_stage_sdl_hide): Ditto as above, plus chain up to the
	parent class show/hide virtual functions.

	* clutter/x11/clutter-event-x11.c (event_translate): Use the MapNotify
	and UnmapNotify events to call the X11 stage map/unmap functions.

	* clutter/x11/clutter-stage-x11.[ch]:
	(clutter_stage_x11_set_fullscreen): Set the fullscreen_on_map flag
	with the fullscreen value.

	(clutter_stage_x11_map), (clutter_stage_x11_unmap): Set the MAPPED
	flag on the stage actor and redraw; also, if the fullscreen_on_map
	flag was set, call clutter_stage_fullscreen() as well. (#648)

	* tests/Makefile.am:
	* tests/test-fullscreen.c: Add a fullscreen test case for checking
	whether fullscreen works on every backend/platform.
2007-11-26 12:07:25 +00:00
..
cogl 2007-11-21 Matthew Allum <mallum@openedhand.com> 2007-11-21 12:30:50 +00:00
eglnative 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
eglx 2007-11-18 Matthew Allum <mallum@openedhand.com> 2007-11-18 23:24:55 +00:00
glx reverted accidental commit 2007-11-20 17:06:23 +00:00
json 2007-10-29 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-29 16:45:25 +00:00
osx 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
pango 2007-10-27 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-27 12:01:51 +00:00
sdl 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
x11 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
clutter-actor.c 2007-11-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-26 12:07:25 +00:00
clutter-actor.h 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:30:56 +00:00
clutter-alpha.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +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 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-bspline.h * clutter/clutter-behaviour-bspline.[ch]: 2007-11-13 14:12:51 +00:00
clutter-behaviour-depth.c 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-depth.h Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-behaviour-ellipse.c 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-ellipse.h Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-behaviour-opacity.c 2007-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-20 16:05:56 +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 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-path.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-behaviour-rotate.c 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-rotate.h Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-behaviour-scale.c 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:35:46 +00:00
clutter-behaviour-scale.h Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +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-11-06 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-06 14:36:28 +00:00
clutter-box.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-clone-texture.c 2007-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-20 16:05:56 +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 2007-10-27 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-27 12:14:18 +00:00
clutter-color.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-container.c * clutter/clutter-container.[ch]: removed find_child_by_id method 2007-11-05 17:12:11 +00:00
clutter-container.h * clutter/clutter-container.[ch]: removed find_child_by_id method 2007-11-05 17:12:11 +00:00
clutter-debug.h 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 09:39:41 +00:00
clutter-deprecated.h 2007-11-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-18 15:36:04 +00:00
clutter-effect.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-effect.h 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 11:23:19 +00:00
clutter-entry.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +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-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-event.h 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:07:46 +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-11-06 Tomas Frydrych <tf@o-hand.com> 2007-11-06 15:46:23 +00:00
clutter-fixed.h 2007-11-06 Tomas Frydrych <tf@o-hand.com> 2007-11-06 15:46:23 +00:00
clutter-group.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +00:00
clutter-group.h 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-hbox.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +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 Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
clutter-label.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +00:00
clutter-label.h 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 21:14:16 +00:00
clutter-layout.c 2007-10-30 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-30 22:12:01 +00:00
clutter-layout.h 2007-11-06 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-06 14:45:11 +00:00
clutter-main.c * clutter/clutter-main.c: (event_click_count_generate): generalized 2007-11-20 17:14:05 +00:00
clutter-main.h 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 16:30:56 +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 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-model.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-model.h 2007-11-15 Neil J. Patel <njp@o-hand.com> 2007-11-15 10:02:25 +00:00
clutter-private.h 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 11:20:14 +00:00
clutter-rectangle.c 2007-10-27 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-27 12:26:12 +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-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +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 15:14:06 +00:00
clutter-script-private.h 2007-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-15 15:24:43 +00:00
clutter-script.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-script.h 2007-11-18 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-18 15:41:47 +00:00
clutter-scriptable.c 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:32:24 +00:00
clutter-scriptable.h 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-stage.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 13:11:10 +00:00
clutter-stage.h 2007-11-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-21 11:55:26 +00:00
clutter-texture.c 2007-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +00:00
clutter-texture.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-timeline.c 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 15:25:56 +00:00
clutter-timeline.h 2007-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-15 17:03:55 +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 2007-11-19 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-19 21:14:16 +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-11-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-23 17:12:27 +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-11-15 Neil J. Patel <njp@o-hand.com> 2007-11-15 10:02:25 +00:00
Makefile.am 2007-11-15 Matthew Allum <mallum@openedhand.com> 2007-11-15 14:45:27 +00:00