mutter/clutter
Emmanuele Bassi 28378f1bb4 layout-manager: Do not emit layout-changed on thaw
When thawing a LayoutManager, do not emit the ::layout-changed signal
since it might still be in the middle of a relayout.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2255
2010-08-09 11:06:44 +01:00
..
cally
cogl cogl-material: Unref the texture when reverting authority 2010-08-06 17:09:54 +01:00
egl Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
fruity
glx glx: Add more debugging notes 2010-08-03 17:53:58 +01:00
json
osx osx: Fixed stage resize policy 2010-08-04 15:13:12 +01:00
win32 Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
x11 docs: Further clarifications 2010-08-03 16:48:53 +01:00
clutter-action.c
clutter-action.h
clutter-actor-meta-private.h
clutter-actor-meta.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-actor-meta.h
clutter-actor.c animatable: Allow passing a NULL animation 2010-07-31 10:56:09 +01:00
clutter-actor.h
clutter-align-constraint.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-align-constraint.h
clutter-alpha.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-alpha.h
clutter-animatable.c animatable: Allow passing a NULL animation 2010-07-31 10:56:09 +01:00
clutter-animatable.h animatable: Allow passing a NULL animation 2010-07-31 10:56:09 +01:00
clutter-animation.c animatable: Allow passing a NULL animation 2010-07-31 10:56:09 +01:00
clutter-animation.h
clutter-animator.c animator: Remove redundant parenthesis 2010-08-09 08:50:18 +01:00
clutter-animator.h
clutter-backend.c Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
clutter-backend.h events: Add platform-data to allocated Events 2010-07-13 08:27:48 +01:00
clutter-behaviour-depth.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-depth.h
clutter-behaviour-ellipse.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-ellipse.h
clutter-behaviour-opacity.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-opacity.h
clutter-behaviour-path.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-path.h
clutter-behaviour-rotate.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-rotate.h
clutter-behaviour-scale.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour-scale.h
clutter-behaviour.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-behaviour.h
clutter-bezier.c
clutter-bezier.h
clutter-bin-layout.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-bin-layout.h
clutter-bind-constraint.c docs: Fix the BindConstraint example 2010-07-31 10:39:53 +01:00
clutter-bind-constraint.h
clutter-binding-pool.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-binding-pool.h
clutter-blur-effect.c
clutter-blur-effect.h
clutter-box-layout.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-box-layout.h
clutter-box.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-box.h
clutter-cairo-texture.c Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
clutter-cairo-texture.h
clutter-child-meta.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-child-meta.h
clutter-click-action.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-click-action.h
clutter-clone.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-clone.h
clutter-color.c
clutter-color.h
clutter-colorize-effect.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-colorize-effect.h
clutter-constraint.c
clutter-constraint.h
clutter-container.c
clutter-container.h
clutter-debug.h
clutter-deform-effect.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-deform-effect.h
clutter-deprecated.h
clutter-desaturate-effect.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-desaturate-effect.h
clutter-device-manager.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-device-manager.h
clutter-drag-action.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-drag-action.h drag-action: Remove the press event button 2010-06-12 17:45:54 +01:00
clutter-effect.c
clutter-effect.h
clutter-enum-types.c.in
clutter-enum-types.h.in
clutter-event.c events: Add platform-data to allocated Events 2010-07-13 08:27:48 +01:00
clutter-event.h
clutter-feature.c
clutter-feature.h
clutter-fixed-layout.c
clutter-fixed-layout.h
clutter-fixed.c
clutter-fixed.h
clutter-flow-layout.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
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 Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-input-device.h
clutter-interval.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-interval.h
clutter-json.h.in
clutter-keysyms-table.h
clutter-keysyms.h
clutter-layout-manager.c layout-manager: Do not emit layout-changed on thaw 2010-08-09 11:06:44 +01:00
clutter-layout-manager.h
clutter-layout-meta.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-layout-meta.h
clutter-list-model.c
clutter-list-model.h
clutter-main.c Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
clutter-main.h
clutter-marshal.list
clutter-master-clock.c
clutter-master-clock.h
clutter-media.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-media.h
clutter-model-private.h
clutter-model.c
clutter-model.h
clutter-offscreen-effect.c
clutter-offscreen-effect.h
clutter-page-turn-effect.c effect: fix conversion from degrees to radians 2010-07-23 12:16:37 +01:00
clutter-page-turn-effect.h
clutter-path.c
clutter-path.h
clutter-private.h Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
clutter-profile.c
clutter-profile.h
clutter-rectangle.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-rectangle.h
clutter-score.c
clutter-score.h
clutter-script-parser.c script: Let ClutterActor parse behaviours 2010-07-09 14:59:32 +01:00
clutter-script-private.h script: Let ClutterActor parse behaviours 2010-07-09 14:59:32 +01:00
clutter-script.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-script.h
clutter-scriptable.c
clutter-scriptable.h
clutter-settings.c
clutter-settings.h
clutter-shader-effect.c test: Fixed test-rotate for osx platfom 2010-08-04 15:13:11 +01:00
clutter-shader-effect.h
clutter-shader-types.c
clutter-shader-types.h
clutter-shader.c Mark property strings for translation 2010-07-15 14:07:07 +01:00
clutter-shader.h
clutter-stage-manager.c
clutter-stage-manager.h
clutter-stage-window.c stage-window: Add argument guards 2010-07-20 14:39:01 +01:00
clutter-stage-window.h
clutter-stage.c Clean up the private flags for ClutterActor 2010-07-21 16:10:46 +01:00
clutter-stage.h stage: Add the NO_CLEAR_ON_PAINT hint 2010-07-13 14:57:48 +01:00
clutter-state.c state: Return a boolean when getting the key value 2010-08-08 19:17:14 +01:00
clutter-state.h state: Return a boolean when getting the key value 2010-08-08 19:17:14 +01:00
clutter-text.c text: Do not set the markup unconditionally 2010-08-06 17:41:28 +01:00
clutter-text.h
clutter-texture.c texture: Update the request mode depending on the size 2010-08-05 16:19:51 +01:00
clutter-texture.h
clutter-timeline.c
clutter-timeline.h
clutter-timeout-interval.c
clutter-timeout-interval.h
clutter-timeout-pool.c
clutter-timeout-pool.h
clutter-types.h
clutter-units.c
clutter-units.h
clutter-util.c Add P_() macro for translating property strings 2010-07-15 12:09:01 +01:00
clutter-util.h
clutter-version.h.in
clutter.h
Makefile.am build: Fix include path for Cally's introspection 2010-07-15 00:27:43 +01:00