mutter/clutter
Matthew Allum d2efd34eb5 2007-05-25 Matthew Allum <mallum@openedhand.com>
* Makefile.am:
        Install a default flavour .pc file.

        * clutter/clutter-actor.c:
        Translate units correctly for translate()

        * clutter/clutter-feature.h:
        Add new texture features.

        * clutter/clutter-fixed.h:
        Add clutter angle conversion defines.

        * clutter/clutter-group.c:
        Use cogl not GL. Dont recurse on show all.

        * clutter/clutter-private.h:
        Remove sync_viewport.

        * clutter/clutter-rectangle.c:
        Fix cogl typo.

        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        Add perspective settings. Remove viewport_sync.
        Add audience stubs. Fix up actor_at_pos a little (still broken)

        * clutter/clutter-texture.h:
        * clutter/clutter-texture.c:
        Redo pixel uploading. Add initial (disabled) YUV support.

        * clutter/clutter-timeline.c:
        Fire 'completed' signal when looping.

        * clutter/cogl/gl/cogl.c:
        Move some backend checks here.

        * clutter/glx/clutter-backend-glx.c:
        Actually check target display has GLX ext.

        * clutter/glx/clutter-stage-glx.c:
        Handle offscreen failing more gracefully.

        * examples/Makefile.am:
        Use AM_LDFLAGS.

        * clutter/clutter-main.c:
        * clutter/clutter-feature.c:
        * clutter/clutter-backend.c:
        * clutter/clutter-alpha.c:
        Fix a compile warnings.

        * tests/Makefile.am:
        * tests/test-offscreen.c:
        * tests/test-scale.c:
        More tests.
2007-05-25 10:56:09 +00:00
..
cogl 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
egl removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +00:00
glx 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
pango 2007-05-01 Matthew Allum <mallum@openedhand.com> 2007-05-01 15:26:12 +00:00
sdl removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +00:00
clutter-actor.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-actor.h removed clutter_actor_get_abs_position_units() and clutter_actor_get_abs_size_units() from public api 2007-05-23 10:47:35 +00:00
clutter-alpha.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-alpha.h added clutter_exp_inc_func() and clutter_exp_dec_func() 2007-05-17 07:09:24 +00:00
clutter-backend.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-backend.h 2007-05-16 Matthew Allum <mallum@openedhand.com> 2007-05-16 09:08:30 +00:00
clutter-behaviour-bspline.c Remove ClutterLayout from the main branch 2007-05-17 12:03:43 +00:00
clutter-behaviour-bspline.h Add missing types and sections in the API documentation. 2007-04-16 10:25:53 +00:00
clutter-behaviour-ellipse.c Remove ClutterLayout from the main branch 2007-05-17 12:03:43 +00:00
clutter-behaviour-ellipse.h added tilt parameter to clutter_behaviour_ellipse_new() 2007-05-15 11:51:14 +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 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter-behaviour-path.h bezier spline behaviours 2007-04-12 12:42:07 +00:00
clutter-behaviour-rotate.c Add missing types and sections in the API documentation. 2007-04-16 10:25:53 +00:00
clutter-behaviour-rotate.h Add ClutterBehaviourRotate 2007-04-16 10:25:30 +00:00
clutter-behaviour-scale.c ClutterReal type 2007-05-18 07:30:06 +00:00
clutter-behaviour-scale.h ClutterReal type 2007-05-18 07:30:06 +00:00
clutter-behaviour.c Use g_return_val_if_fail() in clutter_behaviour_is_applied(). 2007-04-16 10:25:19 +00:00
clutter-behaviour.h bezier spline behaviours 2007-04-12 12:42:07 +00:00
clutter-clone-texture.c 2007-04-27 Matthew Allum <mallum@openedhand.com> 2007-04-27 21:13:06 +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 gtkdoc comments for hls functions 2007-05-10 11:50:07 +00:00
clutter-color.h added clutter_color_to/from_hlsx(); clobbered hue to 0..255 in clutter_colour_to/from_hls() 2007-05-10 11:37:45 +00:00
clutter-debug.h 2007-04-28 Matthew Allum <mallum@openedhand.com> 2007-04-28 00:37:11 +00:00
clutter-effect.c 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter-effect.h 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter-event.c 2007-05-10 Matthew Allum <mallum@openedhand.com> 2007-05-09 23:31:08 +00:00
clutter-event.h Add support for WM_PROTOCOLS to the ClutterStage window 2007-04-19 15:26:54 +00:00
clutter-feature.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-feature.h 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-fixed.c added clutter_pow2x() and clutter_log2x() 2007-05-17 07:09:18 +00:00
clutter-fixed.h 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-group.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +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 removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +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-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-main.h Add base initialisation function 2007-05-16 15:00:41 +00:00
clutter-marshal.list Fix delete-event signal handler 2007-04-19 15:27:46 +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-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-rectangle.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +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-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-stage.h 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-texture.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-texture.h 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-timeline.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-timeline.h 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter-units.h removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +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-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter.h removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +00:00
Makefile.am removed ClutterReal; added clutter-units 2007-05-22 09:31:40 +00:00