mutter/clutter
2013-10-08 14:56:31 +02:00
..
cally cally: Use the new macros for adding private data 2013-07-03 14:02:09 +01:00
cex100
cogl cogl: Compensate for window scaling 2013-09-19 22:51:52 +01:00
deprecated Add COGL_DISABLE_DEPRECATION_WARNINGS to the build flags 2013-07-10 13:28:12 +01:00
egl EGL: Include cogl-egl.h for prototypes 2012-10-12 15:12:55 +01:00
evdev evdev: Clean up debug and error messages 2013-09-19 22:51:52 +01:00
gdk win32: Disable event retrieval in Cogl 2013-07-12 17:59:54 +01:00
osx
tslib
wayland wayland: Check for NULL surface on pointer leave events 2013-09-09 18:18:18 +01:00
win32 win32: Disable event retrieval in Cogl 2013-07-12 17:59:54 +01:00
x11 x11: Ensure we have a stage before accessing its fields 2013-09-20 10:56:57 +01:00
abicheck.sh
clutter-action.c
clutter-action.h
clutter-actor-box.c
clutter-actor-meta-private.h
clutter-actor-meta.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-actor-meta.h
clutter-actor-private.h actor: Keep track of clones 2013-03-13 15:05:28 -03:00
clutter-actor.c actor: Correct setting the offscreen-redirect property 2013-10-08 14:56:31 +02:00
clutter-actor.h clutter-actor: Make clutter_actor_has_mapped_clones public 2013-07-17 12:43:38 +02:00
clutter-align-constraint.c
clutter-align-constraint.h
clutter-animatable.c
clutter-animatable.h
clutter-backend-private.h Add API to restrict the windowing backend to load 2013-09-11 09:54:35 +02:00
clutter-backend.c Documentation fixes 2013-09-19 22:58:43 +01:00
clutter-backend.h Add API to restrict the windowing backend to load 2013-09-11 09:54:35 +02:00
clutter-base-types.c Deprecate ClutterGeometry 2013-04-04 11:53:39 +01:00
clutter-bezier.c
clutter-bezier.h
clutter-bin-layout.c bin-layout: Fix offsets 2013-08-19 23:37:43 +01:00
clutter-bin-layout.h
clutter-bind-constraint.c
clutter-bind-constraint.h
clutter-binding-pool.c
clutter-binding-pool.h
clutter-blur-effect.c
clutter-blur-effect.h
clutter-box-layout.c box-layout: Fix floating point truncation when calculating a child's size 2013-09-09 19:32:57 -04:00
clutter-box-layout.h
clutter-brightness-contrast-effect.c
clutter-brightness-contrast-effect.h
clutter-cairo.c
clutter-cairo.h
clutter-canvas.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-canvas.h canvas: Remove invalidate_with_size() 2013-05-15 20:08:02 +01:00
clutter-child-meta.c
clutter-child-meta.h
clutter-click-action.c click-action: disconnect signals and gsources on dispose 2013-09-10 21:48:42 +01:00
clutter-click-action.h
clutter-clone.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-clone.h
clutter-cogl-compat.h
clutter-color-static.h static-colors: Simplify the defines 2011-09-05 17:22:14 +01:00
clutter-color.c Add missing "(constructor)" tag to clutter_color_alloc() 2013-01-16 22:20:39 +00:00
clutter-color.h
clutter-colorize-effect.c
clutter-colorize-effect.h
clutter-config.h.in
clutter-config.h.win32
clutter-config.h.win32_GDK
clutter-constraint.c
clutter-constraint.h
clutter-container.c Use G_VALUE_INIT instead of { 0, } 2012-03-17 16:40:55 +00:00
clutter-container.h
clutter-content-private.h
clutter-content.c
clutter-content.h
clutter-debug.h
clutter-deform-effect.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-deform-effect.h
clutter-deprecated.h
clutter-desaturate-effect.c
clutter-desaturate-effect.h
clutter-device-manager-private.h device-manager: Select for events on XIAllMasterDevices 2013-07-11 14:09:43 -04:00
clutter-device-manager.c device-manager: Select for events on XIAllMasterDevices 2013-07-11 14:09:43 -04:00
clutter-device-manager.h device-manager: Select for events on XIAllMasterDevices 2013-07-11 14:09:43 -04:00
clutter-drag-action.c drag-action: fix warning when setting drag-handle to null 2013-09-26 22:33:07 +01:00
clutter-drag-action.h
clutter-drop-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-drop-action.h
clutter-easing.c
clutter-easing.h
clutter-effect-private.h
clutter-effect.c
clutter-effect.h
clutter-enum-types.c.in
clutter-enum-types.h.in
clutter-enums.h Fix a typo in ClutterEventType documentation 2013-01-16 22:25:04 +00:00
clutter-event-private.h ClutterEvent: add API to query the full keyboard state when the event was generated 2013-09-09 13:18:23 +02:00
clutter-event-translator.c
clutter-event-translator.h
clutter-event.c ClutterEvent: preserve extended state across clutter_event_copy() 2013-09-19 18:05:33 +02:00
clutter-event.h ClutterEvent: add API to query the full keyboard state when the event was generated 2013-09-09 13:18:23 +02:00
clutter-feature.c
clutter-feature.h
clutter-fixed-layout.c
clutter-fixed-layout.h
clutter-flatten-effect.c
clutter-flatten-effect.h
clutter-flow-layout.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-flow-layout.h flow-layout: Add :snap-to-grid property 2013-05-11 10:54:38 -04:00
clutter-gesture-action-private.h gesture-action: fix typo 2013-04-23 17:28:34 +01:00
clutter-gesture-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-gesture-action.h gesture-action: Rename 'device' parameter to 'point' and fix docs 2012-11-29 10:20:11 +01:00
clutter-grid-layout.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-grid-layout.h
clutter-group.h
clutter-id-pool.c
clutter-id-pool.h
clutter-image.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-image.h
clutter-input-device.c device: Guard against divisions by zero 2013-09-23 23:21:19 +01:00
clutter-input-device.h ClutterInputDevice: add new API for querying the modifier state 2013-09-09 13:18:19 +02:00
clutter-interval.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-interval.h
clutter-keyframe-transition.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-keyframe-transition.h
clutter-keysyms-table.c
clutter-keysyms-update.pl
clutter-keysyms.h
clutter-layout-manager.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-layout-manager.h Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-layout-meta.c
clutter-layout-meta.h
clutter-list-model.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-list-model.h
clutter-macros.h Add version-related macros for 1.16 2013-03-20 17:23:02 -03:00
clutter-main.c Add API to restrict the windowing backend to load 2013-09-11 09:54:35 +02:00
clutter-main.h Add method clutter_disable_accessibility () 2013-03-13 18:56:58 +01:00
clutter-marshal.list swipe-action: Introduce new ::swipe signal 2012-12-18 01:27:32 +00:00
clutter-master-clock.c Add clutter_stage_set_sync_delay() 2013-02-13 09:27:17 -05:00
clutter-master-clock.h
clutter-model-private.h
clutter-model.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-model.h
clutter-offscreen-effect-private.h
clutter-offscreen-effect.c Revert "clutter-offscreen-effect: Allocate the cogl texture directly" 2013-09-02 17:06:49 +01:00
clutter-offscreen-effect.h offscreen-effect: Add a method to get the target area 2013-03-04 12:24:23 +00:00
clutter-page-turn-effect.c
clutter-page-turn-effect.h
clutter-paint-node-private.h paint-nodes: Remove modelview from ClutterRootNode 2013-08-19 23:23:43 +01:00
clutter-paint-node.c
clutter-paint-node.h Don't do anything special with COGL_ENABLE_EXPERIMENTAL_2_0_API 2013-02-20 23:06:28 +00:00
clutter-paint-nodes.c paint-nodes: Have a fallback buffer for the root node 2013-08-20 00:01:45 +01:00
clutter-paint-nodes.h Don't do anything special with COGL_ENABLE_EXPERIMENTAL_2_0_API 2013-02-20 23:06:28 +00:00
clutter-paint-volume-private.h
clutter-paint-volume.c
clutter-pan-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-pan-action.h pan-action: Add a simple convenience function to retrieve delta/coords 2012-11-30 17:19:14 -05:00
clutter-path-constraint.c Don't annotate with (transfer full) constructors of GInitiallyUnowned subclasses 2012-10-24 13:17:57 +02:00
clutter-path-constraint.h
clutter-path.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-path.h
clutter-private.h events: Make _clutter_process_event() reentrant 2012-12-18 01:27:32 +00:00
clutter-profile.c
clutter-profile.h
clutter-property-transition.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-property-transition.h
clutter-rotate-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-rotate-action.h
clutter-script-parser.c Fix compilers warnings when debugging is disabled 2013-04-04 11:53:38 +01:00
clutter-script-private.h
clutter-script.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-script.h
clutter-scriptable.c Eliminate G_CONST_RETURN 2011-06-07 16:06:24 +01:00
clutter-scriptable.h
clutter-scroll-actor.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-scroll-actor.h
clutter-settings-private.h
clutter-settings.c settings: Don't reload config for fontconfig if there's no fontmap 2013-02-13 17:00:23 +00:00
clutter-settings.h
clutter-shader-effect.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-shader-effect.h
clutter-shader-types.c introspection: assorted annotation fixes ported from Vala 2012-06-12 17:44:16 -07:00
clutter-shader-types.h
clutter-snap-constraint.c
clutter-snap-constraint.h
clutter-stage-manager-private.h
clutter-stage-manager.c
clutter-stage-manager.h
clutter-stage-private.h stage: Adjust drawing to include the window scaling factor 2013-09-19 22:51:52 +01:00
clutter-stage-window.c stage-window: Add scaling factor accessors 2013-09-19 22:51:52 +01:00
clutter-stage-window.h stage-window: Add scaling factor accessors 2013-09-19 22:51:52 +01:00
clutter-stage.c stage: Adjust drawing to include the window scaling factor 2013-09-19 22:51:52 +01:00
clutter-stage.h stage: Add a paint callback 2013-05-06 10:04:21 -07:00
clutter-swipe-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-swipe-action.h swipe-action: Introduce new ::swipe signal 2012-12-18 01:27:32 +00:00
clutter-table-layout.c table-layout: Base space calculations on visible children 2013-10-07 13:24:51 +02:00
clutter-table-layout.h
clutter-tap-action.c tap-action: Fix the docs, it does not require actors with children 2013-04-01 19:10:36 +02:00
clutter-tap-action.h
clutter-text-buffer.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-text-buffer.h
clutter-text.c text: Consider text direction when computing layout offsets 2013-09-11 17:54:57 +02:00
clutter-text.h text: Add ::cursor-changed signal 2013-04-04 11:53:39 +01:00
clutter-texture.h
clutter-timeline.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-timeline.h timeline: Add progress-based marker API 2013-02-20 23:06:28 +00:00
clutter-transition-group.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-transition-group.h
clutter-transition.c docs: Use the correct signal name 2013-08-19 23:22:38 +01:00
clutter-transition.h
clutter-types.h Deprecate ClutterGeometry 2013-04-04 11:53:39 +01:00
clutter-units.c Revert "units: Handle negative values in clutter_units_from_string()" 2013-05-22 14:34:22 +01:00
clutter-units.h
clutter-util.c
clutter-version.h.in Add version-related macros for 1.16 2013-03-20 17:23:02 -03:00
clutter-zoom-action.c Use the new macros for adding private data 2013-07-03 18:04:32 +01:00
clutter-zoom-action.h
clutter.h
clutter.pc.in
clutter.symbols Add API to restrict the windowing backend to load 2013-09-11 09:54:35 +02:00
config.h.win32.in x11: Remove support for XInput 1 2013-07-11 14:03:43 -04:00
Makefile.am Add COGL_DISABLE_DEPRECATION_WARNINGS to the build flags 2013-07-10 13:28:12 +01:00