mutter/clutter
Emmanuele Bassi 728e2d8071 drag: Add a default drag-motion behaviour
The DragAction should, by default, drag the actor to which it has been
applied, instead of delegating what to do to the developer. If custom
code need to override it, g_signal_stop_emission_by_name() can be called
to stop the default handler to ever running.
2010-05-25 11:01:46 +01:00
..
cogl cogl: Use a CoglBitmask to store the list of used texcoord arrays 2010-05-24 16:10:57 +01:00
eglnative
eglx eglx: Rename EGLNative{Window,Display}Type back to Native{Window,Display}Type 2010-05-18 17:25:25 +01:00
fruity
glx Ignore unexpected GLX_BufferSwapComplete 2010-05-05 12:00:40 +01:00
json doc: Remove gtk-doc annotations from the json-glib copy 2010-05-20 11:45:54 +01:00
osx
win32 win32: Use GCLP_* instead of GCL_* when calling GetClassLongPtr 2010-04-09 15:43:42 +01:00
x11 Call backend handle_event from clutter_x11_handle_event() 2010-05-04 11:04:03 +01:00
clutter-action.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-action.h Add named modifiers for Action and Constraint 2010-05-20 11:19:51 +01:00
clutter-actor-meta-private.h actor: Add ActorMeta, a base class for actor modifiers 2010-05-17 16:42:10 +01:00
clutter-actor-meta.c Document the internal MetaGroup class 2010-05-20 12:03:10 +01:00
clutter-actor-meta.h actor: Add ActorMeta, a base class for actor modifiers 2010-05-17 16:42:10 +01:00
clutter-actor.c Implement AtkImplementor on ClutterActor 2010-05-24 15:54:54 +01:00
clutter-actor.h Implemented clutter_actor_get_accessible 2010-05-24 15:52:37 +01:00
clutter-align-constraint.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-align-constraint.h docs: Document BindConstraint and AlignConstraint 2010-05-19 14:46:02 +01:00
clutter-alpha.c
clutter-alpha.h
clutter-animatable.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-animatable.h Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-animation.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-animation.h animation: Use 'guint' for set_duration() parameter 2010-05-05 11:32:39 +01:00
clutter-animator.c Merge branch 'wip/constraints' 2010-05-21 10:55:09 +01:00
clutter-animator.h animator: s/clutter_animator_run/clutter_animator_start/ 2010-03-02 17:03:03 +00:00
clutter-backend.c
clutter-backend.h
clutter-behaviour-depth.c
clutter-behaviour-depth.h
clutter-behaviour-ellipse.c
clutter-behaviour-ellipse.h
clutter-behaviour-opacity.c
clutter-behaviour-opacity.h docs: Fix gtk-doc warnings 2010-04-22 16:39:18 +01:00
clutter-behaviour-path.c
clutter-behaviour-path.h
clutter-behaviour-rotate.c
clutter-behaviour-rotate.h
clutter-behaviour-scale.c
clutter-behaviour-scale.h
clutter-behaviour.c docs: Fix gtk-doc warnings 2010-04-22 16:39:18 +01:00
clutter-behaviour.h
clutter-bezier.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-bezier.h
clutter-bin-layout.c
clutter-bin-layout.h
clutter-bind-constraint.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-bind-constraint.h docs: Document BindConstraint and AlignConstraint 2010-05-19 14:46:02 +01:00
clutter-binding-pool.c
clutter-binding-pool.h
clutter-box-layout.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-box-layout.h
clutter-box.c
clutter-box.h
clutter-cairo-texture.c Revert "clutter-cairo-texture: Use the new cogl_pixel_buffer API" 2010-05-10 16:17:32 +01:00
clutter-cairo-texture.h
clutter-child-meta.c
clutter-child-meta.h
clutter-clone.c
clutter-clone.h [docs] Bring down the undocumented symbols to 2% 2009-03-16 15:00:55 +00:00
clutter-color.c clutter-color: Don't directly read the contents of GValue structs 2010-05-05 18:49:09 +01:00
clutter-color.h [misc] Update headers #endif comments 2009-06-29 21:37:02 +02:00
clutter-constraint.c Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-constraint.h Add named modifiers for Action and Constraint 2010-05-20 11:19:51 +01:00
clutter-container.c container: use CLUTTER_IS_ACTOR on correct parameter 2010-05-05 11:31:14 +01:00
clutter-container.h
clutter-debug.h debug: Use G_UNLIKELY in the tests 2010-05-04 17:01:14 +01:00
clutter-deprecated.h
clutter-device-manager.c
clutter-device-manager.h
clutter-drag-action.c drag: Add a default drag-motion behaviour 2010-05-25 11:01:46 +01:00
clutter-drag-action.h action: Add DragAction, an action implementing drag capabilities 2010-05-17 16:42:11 +01:00
clutter-enum-types.c.in Use g_once when registering enumeration types 2009-05-29 12:40:23 +01:00
clutter-enum-types.h.in
clutter-event.c Fix clutter_event_get_coords() for crossing events 2010-04-28 16:19:37 +01:00
clutter-event.h Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-feature.c
clutter-feature.h
clutter-fixed-layout.c
clutter-fixed-layout.h
clutter-fixed.c
clutter-fixed.h
clutter-flow-layout.c
clutter-flow-layout.h
clutter-frame-source.c
clutter-frame-source.h
clutter-group.c
clutter-group.h
clutter-id-pool.c
clutter-id-pool.h
clutter-input-device.c
clutter-input-device.h
clutter-interval.c interval: Add a pointer variant to compute_value() 2010-05-24 15:06:14 +01:00
clutter-interval.h interval: Add a pointer variant to compute_value() 2010-05-24 15:06:14 +01:00
clutter-json.h.in
clutter-keysyms-table.h
clutter-keysyms.h
clutter-layout-manager.c
clutter-layout-manager.h
clutter-layout-meta.c
clutter-layout-meta.h
clutter-list-model.c
clutter-list-model.h [list-model] Make ClutterListModel subclassable 2009-02-14 11:31:00 +00:00
clutter-main.c picking: Read the colour value using COGL_PIXEL_FORMAT_RGBA_8888_PRE 2010-04-21 11:34:04 +01:00
clutter-main.h
clutter-marshal.list action: Add DragAction, an action implementing drag capabilities 2010-05-17 16:42:11 +01:00
clutter-master-clock.c
clutter-master-clock.h
clutter-media.c
clutter-media.h Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-model-private.h [model] Add a private row mutator to ClutterModelIter 2009-05-05 20:18:28 +01:00
clutter-model.c
clutter-model.h Add more padding in Model and ModelIter classes 2009-05-20 16:06:09 +01:00
clutter-path.c docs: Use % for defines not # 2010-02-04 21:10:02 +00:00
clutter-path.h
clutter-private.h
clutter-profile.c profile: Fix the report generation 2010-04-22 17:52:13 +01:00
clutter-profile.h
clutter-rectangle.c
clutter-rectangle.h
clutter-score.c
clutter-score.h
clutter-script-parser.c
clutter-script-private.h
clutter-script.c
clutter-script.h
clutter-scriptable.c
clutter-scriptable.h
clutter-shader-types.c
clutter-shader-types.h
clutter-shader.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-shader.h
clutter-stage-manager.c
clutter-stage-manager.h Miscellaneous documentation fixes 2010-05-19 16:10:05 +01:00
clutter-stage-window.c
clutter-stage-window.h
clutter-stage.c
clutter-stage.h
clutter-state.c state: fix clutter_state_change (state, "state-name", FALSE) 2010-05-24 16:29:04 +01:00
clutter-state.h docs: Align parameter names between header and source code 2010-05-24 14:20:23 +01:00
clutter-text.c text: Fix typos that were causing false-positive cache hits 2010-05-13 16:03:28 +01:00
clutter-text.h
clutter-texture.c Clean up the Texture private data structure 2010-04-26 16:27:15 +01:00
clutter-texture.h
clutter-timeline.c
clutter-timeline.h
clutter-timeout-interval.c
clutter-timeout-interval.h
clutter-timeout-pool.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-timeout-pool.h
clutter-types.h constraint: Add ClutterConstraint base class 2010-05-19 12:28:30 +01:00
clutter-units.c
clutter-units.h
clutter-util.c
clutter-util.h
clutter-version.h.in
clutter.h Merge branch 'wip/state-machine' 2010-05-24 10:42:03 +01:00
Makefile.am Implement AtkImplementor on ClutterActor 2010-05-24 15:54:54 +01:00