mutter/clutter
Matthew Allum 3607a470aa 2007-11-15 Matthew Allum <mallum@openedhand.com>
* clutter/Makefile.am:
        * clutter/eglx/Makefile.am:
        * clutter/eglx/clutter-backend-egl.c:
        * clutter/eglx/clutter-backend-egl.h:
        * clutter/eglx/clutter-eglx.h:
        * clutter/eglx/clutter-event-egl.c:
        * clutter/eglx/clutter-stage-egl.c:
        * clutter/eglx/clutter-stage-egl.h:
        * clutter/glx/Makefile.am:
        * clutter/glx/clutter-backend-glx.c:
        * clutter/glx/clutter-backend-glx.h:
        * clutter/glx/clutter-event-glx.c:
        * clutter/glx/clutter-glx.h:
        * clutter/glx/clutter-stage-glx.c:
        * clutter/glx/clutter-stage-glx.h:
        * clutter/x11/Makefile.am:
        * clutter/x11/clutter-backend-x11-private.h:
        * clutter/x11/clutter-backend-x11.c:
        * clutter/x11/clutter-backend-x11.h:
        * clutter/x11/clutter-event-x11.c:
        * clutter/x11/clutter-stage-x11.c:
        * clutter/x11/clutter-stage-x11.h:
        * clutter/x11/clutter-x11.h:
        Create a new X11 backend class of which EGL and GLX 'real' backends
        then subclass. Effectively shares all X11 code between both backends
        avoids code duplication and brings many missing features to EGL X
        backend. Requires some cleanup and testing. (#518)

        * clutter/cogl/gles/cogl.c: (cogl_color):
        Add define to use color4ub only if configure finds it.
        If not fall back to old code.

        * configure.ac:
        Drop support for vincent checks.
        Drop sdles backend.
        Specifically check for color4ub call.
2007-11-15 14:45:27 +00:00
..
cogl 2007-11-15 Matthew Allum <mallum@openedhand.com> 2007-11-15 14:45:27 +00:00
eglnative 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
eglx 2007-11-15 Matthew Allum <mallum@openedhand.com> 2007-11-15 14:45:27 +00:00
glx 2007-11-15 Matthew Allum <mallum@openedhand.com> 2007-11-15 14:45:27 +00:00
json 2007-10-29 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-29 16:45:25 +00:00
osx 2007-10-26 Matthew Allum <mallum@openedhand.com> 2007-10-26 22:06:45 +00:00
pango 2007-10-27 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-27 12:01:51 +00:00
sdl 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
x11 2007-11-15 Matthew Allum <mallum@openedhand.com> 2007-11-15 14:45:27 +00:00
clutter-actor.c 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:43:18 +00:00
clutter-actor.h 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:43:18 +00:00
clutter-alpha.c 2007-10-01 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-02 14:53:32 +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 * clutter/clutter-behaviour-bspline.[ch]: 2007-11-13 14:12:51 +00:00
clutter-behaviour-bspline.h * clutter/clutter-behaviour-bspline.[ch]: 2007-11-13 14:12:51 +00:00
clutter-behaviour-depth.c Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +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 Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +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 Fix for the smoothstep alpha function 2007-08-15 13:29:43 +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 Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-behaviour-path.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-behaviour-rotate.c Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +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 Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +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-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 13:36:31 +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-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:43:18 +00:00
clutter-effect.c Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-effect.h Renamed all properties of behaviours (and related 2007-11-13 13:21:56 +00:00
clutter-entry.c 2007-10-26 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-26 15:56:17 +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 * clutter/clutter-event.h: made ClutterEventAny have a source field, 2007-11-12 19:12:02 +00:00
clutter-event.h * clutter/clutter-event.h: made ClutterEventAny have a source field, 2007-11-12 19:12:02 +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 * clutter/clutter-container.[ch]: removed find_child_by_id method 2007-11-05 17:12:11 +00:00
clutter-group.h Move depth ordering methods from ClutterGroup to ClutterContainer 2007-08-13 17:00:58 +00:00
clutter-hbox.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +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-06 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-06 14:35:22 +00:00
clutter-label.h 2007-07-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-07-25 14:25:01 +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-event.h: made ClutterEventAny have a source field, 2007-11-12 19:12:02 +00:00
clutter-main.h 2007-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +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-15 Neil J. Patel <njp@o-hand.com> 2007-11-15 10:02:25 +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-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +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-10-31 Matthew Allum <mallum@openedhand.com> 2007-10-31 14:50:34 +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-10-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-25 14:34:54 +00:00
clutter-script.c 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:32:24 +00:00
clutter-script.h 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:32:24 +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-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:32:24 +00:00
clutter-stage.c 2007-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +00:00
clutter-stage.h 2007-08-24 Matthew Allum <mallum@openedhand.com> 2007-08-24 15:12:52 +00:00
clutter-texture.c 2007-11-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-14 11:43:18 +00:00
clutter-texture.h Even more documentation fixes 2007-08-07 14:03:58 +00:00
clutter-timeline.c * clutter/clutter-timeline.c: (clutter_timeline_set_duration): 2007-10-18 13:47:21 +00:00
clutter-timeline.h 2007-10-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-10-16 13:41:34 +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 Even more documentation fixes 2007-08-07 14:03:58 +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-10-12 Tomas Frydrych <tf@o-hand.com> 2007-10-12 08:17:00 +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