mutter/tests
Emmanuele Bassi 9006de848b 2008-06-23 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-texture.c:
	(clutter_texture_get_preferred_width),
	(clutter_texture_get_preferred_height),
	(clutter_texture_set_property),
	(clutter_texture_get_property),
	(clutter_texture_class_init),
	(clutter_texture_init): Add the new :keep-aspect-ratio property
	to ClutterTexture; when set to TRUE the texture will return a
	preferred width maintaining the aspect ratio with the given height
	and a preferred height maintaining the aspect ratio with the
	given width. This allows to set the width or the height and have
	the texture automatically request the height or the width respectively
	while maintaining the aspect ratio of the original image.

	* tests/test-script.json: Update to test the new :keep-aspect-ratio
	property.
2008-06-23 15:31:12 +00:00
..
Makefile.am 2008-06-23 Matthew Allum <mallum@openedhand.com> 2008-06-23 09:55:42 +00:00
redhand.png 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
test-actors.c 2008-06-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-06 16:22:55 +00:00
test-behave.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
test-clip.c 2008-06-04 Robert Bragg <bob@o-hand.com> 2008-06-04 16:02:40 +00:00
test-cogl-offscreen.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-cogl-primitives.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-cogl-tex-convert.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-cogl-tex-foreign.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-cogl-tex-getset.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-cogl-tex-polygon.c * clutter/cogl/cogl.h.in: 2008-05-07 16:12:54 +00:00
test-cogl-tex-tile.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-depth.c 7 small miscellaneous fixes 2008-06-10 06:37:46 +00:00
test-devices.c 2008-06-23 Matthew Allum <mallum@openedhand.com> 2008-06-23 09:55:42 +00:00
test-effects.c 2007-01-30 Tomas Frydrych <tf@openedhand.com> 2008-01-30 12:13:26 +00:00
test-entry-auto.c * tests/Makefile.am: 2008-06-10 10:17:12 +00:00
test-entry.c 2008-03-06 Emmanuele Bassi <ebassi@openedhand.com> 2008-03-06 12:39:24 +00:00
test-events.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:01:34 +00:00
test-fbo.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
test-fullscreen.c 2008-06-10 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-10 17:11:14 +00:00
test-grab.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
test-invariants.c 2008-06-17 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-17 09:33:18 +00:00
test-layout.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +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-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:01:34 +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-06-10 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-10 17:07:52 +00:00
test-paint-wrapper.c 7 small miscellaneous fixes 2008-06-10 06:37:46 +00:00
test-perspective.c Moved dots in test-perspective to 1px off each corner. 2007-06-28 08:24:45 +00:00
test-pixmap.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-project.c 2008-06-10 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-10 17:07:52 +00:00
test-random-text.c 2008-05-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-28 14:14:56 +00:00
test-rotate.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +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 2008-05-28 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-28 12:20:54 +00:00
test-script.json 2008-06-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-23 15:31:12 +00:00
test-shader.c * tests/test-shader.c: Use the special wrapper vars when building 2008-06-06 15:41:52 +00:00
test-stage-read-pixels.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
test-text.c 2008-05-09 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-09 10:58:26 +00:00
test-texture-quality.c 2008-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:18:08 +00:00
test-textures.c Revert miscommit of unfinished cogl changes in r2920 2008-06-14 22:07:23 +00:00
test-threads.c 2008-05-14 Emmanuele Bassi <ebassi@openedhand.com> 2008-05-14 17:26:59 +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-06-13 Emmanuele Bassi <ebassi@openedhand.com> 2008-06-13 15:01:34 +00:00
test-unproject.c 2007-12-21 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-21 15:25:00 +00:00
test-viewport.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00