commit 18b7d31a08c5a31549ea6a9dbfbf79c23601c2d8 Author: Emmanuele Bassi Date: Thu Jan 22 13:44:01 2015 +0000 Release Clutter 1.21.4 NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) commit f65792e1607071b752177eb1bf6fb594df2c9852 Author: Emmanuele Bassi Date: Thu Jan 22 13:42:25 2015 +0000 docs: Add symbols to the private section doc/reference/clutter/clutter-sections.txt | 2 ++ 1 file changed, 2 insertions(+) commit 6ed0a7583c3ae1f3d187dca79a43efcc013868b3 Author: Marek Černocký Date: Wed Jan 21 10:52:32 2015 +0100 Updated Czech translation po/cs.po | 992 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 498 insertions(+), 494 deletions(-) commit 2fd5173ea406a625f740caf4003625774403560c Author: Inaki Larranaga Murgoitio Date: Sat Jan 17 17:09:25 2015 +0100 Updated Basque language po/eu.po | 581 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 295 insertions(+), 286 deletions(-) commit ede13b11d72a310e535f9a6f0b7e3f774f5529dc Author: Peter Hutterer Date: Fri Jan 16 01:03:52 2015 +0100 evdev: use libinput's new merged scroll events libinput's API changed from separate scroll events for vert/horiz scrolling to a single event that contains both axes if they changed. Updated by Armin K. to use the discrete axis value for wheel events as done in Weston. https://bugzilla.gnome.org/show_bug.cgi?id=742829 clutter/evdev/clutter-device-manager-evdev.c | 40 +++++++++++++++++++--------- configure.ac | 2 +- 2 files changed, 28 insertions(+), 14 deletions(-) commit 7eb1a3d35f7bcf517cf98b7c6067197e0f83232f Author: Emmanuele Bassi Date: Tue Jan 13 00:46:47 2015 +0000 Deprecate unused enumeration types Some enumerations types are only used by deprecated API, so it's better to deprecate them as well. clutter/clutter-enums.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) commit 8859ed44e176656a54f7d75270e4ac3b498eaeae Author: Emmanuele Bassi Date: Mon Jan 12 17:48:04 2015 +0000 gdk: Support GdkWayland We need to set up the Wayland display when using GDK and Wayland's client-side API. clutter/gdk/clutter-backend-gdk.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 00efa5371d709c134695a3c142b310f1b630ce0a Author: Emmanuele Bassi Date: Mon Jan 12 15:05:02 2015 +0000 gdk: Compare integer values Stage sizes are always pixel aligned, so we can do a proper integer comparison. clutter/gdk/clutter-event-gdk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2aac32694c85ee077aff32adef8abc207703e9c0 Author: Emmanuele Bassi Date: Mon Jan 12 15:04:27 2015 +0000 gdk: Implement get_scale_factor() Otherwise scaling will not work correctly. clutter/gdk/clutter-stage-gdk.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 87c553e94f2de3f434a7d28a033203faca0245f2 Author: Emmanuele Bassi Date: Mon Jan 12 13:42:59 2015 +0000 docs: Deprecate ClutterTextureFlags It's pointless, now that ClutterTexture has been deprecated. clutter/clutter-enums.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit e77adac16a819001c65664f40568d57eedd8e033 Author: Emmanuele Bassi Date: Mon Jan 12 13:42:33 2015 +0000 docs: Remove a couple of FIXMEs Document the ClutterKeyframeTransition instance and class structures. clutter/clutter-keyframe-transition.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 4e04d2a532c816f0a1222a50a5ca28310b0b9035 Author: Emmanuele Bassi Date: Mon Jan 12 11:41:39 2015 +0000 examples/rounded: Use CLUTTER_REQUEST_CONTENT_SIZE Show how to use the request mode to have an actor ask for the size of its content. examples/rounded-rectangle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c55b8fdaf8396494d5e11325966256a38ba8c524 Author: Daniel Mustieles Date: Mon Jan 12 12:14:52 2015 +0100 Updated Spanish translation po/es.po | 1002 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 501 insertions(+), 501 deletions(-) commit d56da0ace9bfcb0948d734b148e7e186eb7150b4 Author: Emmanuele Bassi Date: Sun Jan 11 17:00:02 2015 +0000 examples/layout-manager: Toggle between states Instead of using two specific keys, toggle between the circular and grid layouts using a single key. examples/layout-manager.c | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) commit 60dbeb9425f51fc602ba2fe89b2a968ef4b527ed Author: Emmanuele Bassi Date: Sun Jan 11 16:48:47 2015 +0000 Try again at using the GDK backend by default We tried once with commit 398a7ac7 and ended up reverting because of regressions in the input layer and on Wayland. We should try again, now that those regressions have been fixed. https://bugzilla.gnome.org/show_bug.cgi?id=734587 clutter/clutter-backend.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 7b9068b976dc40be419982a7e8b0c299c21e9f51 Author: Balázs Úr Date: Sat Jan 10 10:51:10 2015 +0000 Updated Hungarian translation po/hu.po | 1006 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 500 insertions(+), 506 deletions(-) commit f5f523c63ae1f7c2fa6a4d5b097db869af0b0186 Author: Carlos Garnacho Date: Tue Nov 25 21:11:03 2014 +0100 evdev: Set vendor/product IDs on input devices This is fetched right away from libinput API. https://bugzilla.gnome.org/show_bug.cgi?id=740759 clutter/evdev/clutter-input-device-evdev.c | 7 +++++++ 1 file changed, 7 insertions(+) commit c0d5d58e8bc6d96dbd334722f6422d8270ae397f Author: Carlos Garnacho Date: Tue Nov 25 21:10:32 2014 +0100 x11: Set vendor/product IDs on input devices This is fetched from XInput device properties https://bugzilla.gnome.org/show_bug.cgi?id=740759 clutter/x11/clutter-device-manager-xi2.c | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) commit 78fdefcf0cf917f47ef18d4ea9ce1064d86ffc54 Author: Carlos Garnacho Date: Tue Nov 25 21:09:32 2014 +0100 input-device: Add vendor/product ID properties and getters This may be useful when trying to identify the device across sessions. https://bugzilla.gnome.org/show_bug.cgi?id=740759 clutter/clutter-device-manager-private.h | 3 ++ clutter/clutter-input-device.c | 87 ++++++++++++++++++++++++++++++ clutter/clutter-input-device.h | 5 ++ doc/reference/clutter/clutter-sections.txt | 2 + 4 files changed, 97 insertions(+) commit 9660b001f7ee410bcbff545989a708b103e6faaf Author: Jonas Danielsson Date: Fri Jan 9 05:06:32 2015 -0500 device-manager-xi2: Fix scaling of coordinates Do not CLAMP to width/height before applying the scale factor we will lose all information we need to scale properly. https://bugzilla.gnome.org/show_bug.cgi?id=730815 clutter/x11/clutter-device-manager-xi2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1227f7c489e838c963aaf76328d4b381c51f9fe1 Merge: 77ec877 c04c631 Author: Emmanuele Bassi Date: Sat Jan 3 20:40:09 2015 +0000 Merge branch 'clutter-1.22' back into master This is the bulk of the clutter-1.22 → master merge. The clutter-1.22 branch is where the current development of Clutter happens, and contains all the history of the project after the API bump branch point. commit 77ec8774a08c884d8acdf6c5f36a3e5003596626 Author: Emmanuele Bassi Date: Sat Jan 3 20:34:20 2015 +0000 WARNING: Massive revert commit Revert all the work that happened on the master branch. Sadly, this is the only way to merge the current development branch back into master. It is now abundantly clear that I merged the 1.99 branch far too soon, and that Clutter 2.0 won't happen any time soon, if at all. Since having the development happen on a separate branch throws a lot of people into confusion, let's undo the clutter-1.99 → master merge, and move back the development of Clutter to the master branch. In order to do so, we need to do some surgery to the Git repository. First, we do a massive revert in a single commit of all that happened since the switch to 1.99 and the API version bump done with the 89a2862b057423c3c1fc666e6fa776ccacf377dd commit. The history is too long to be reverted commit by commit without being extremely messy. .gitignore | 34 +- autogen.sh | 2 +- build/win32/vs10/clutter.props | 414 +-- build/win32/vs10/clutter.sln | 16 +- build/win32/vs10/clutter.vcxproj.filtersin | 5 - build/win32/vs10/clutter.vcxprojin | 136 +- build/win32/vs10/install.vcxproj | 84 +- build/win32/vs9/clutter.sln | 16 +- build/win32/vs9/clutter.vcprojin | 230 +- build/win32/vs9/clutter.vsprops | 389 +-- build/win32/vs9/install.vcproj | 60 +- clutter.doap | 5 +- clutter/Makefile.am | 125 + clutter/abicheck.sh | 2 +- clutter/cally/cally-clone.c | 4 +- clutter/cally/cally-factory.h | 4 +- clutter/cally/cally-group.c | 4 +- clutter/cally/cally-rectangle.c | 4 +- clutter/cally/cally-root.c | 4 +- clutter/cally/cally-stage.c | 6 +- clutter/cally/cally-stage.h | 4 +- clutter/cally/cally-text.c | 4 +- clutter/cally/cally-texture.c | 4 +- clutter/cally/cally-util.c | 4 +- clutter/cally/cally.c | 13 +- clutter/cally/cally.pc.in | 2 +- clutter/cex100/clutter-backend-cex100.c | 6 +- clutter/clutter-action.h | 4 +- clutter/clutter-actor-box.c | 42 +- clutter/clutter-actor-meta.c | 18 +- clutter/clutter-actor-meta.h | 4 +- clutter/clutter-actor-private.h | 12 +- clutter/clutter-actor.c | 3059 ++++++++++++++--- clutter/clutter-actor.h | 183 +- clutter/clutter-align-constraint.c | 20 +- clutter/clutter-align-constraint.h | 2 +- clutter/clutter-animatable.c | 89 +- clutter/clutter-animatable.h | 13 +- clutter/clutter-backend.c | 205 +- clutter/clutter-backend.h | 2 +- clutter/clutter-base-types.c | 200 +- clutter/clutter-bezier.c | 481 ++- clutter/clutter-bezier.h | 42 +- clutter/clutter-bin-layout.c | 674 +++- clutter/clutter-bin-layout.h | 7 +- clutter/clutter-bind-constraint.c | 22 +- clutter/clutter-bind-constraint.h | 2 +- clutter/clutter-binding-pool.c | 26 +- clutter/clutter-binding-pool.h | 4 +- clutter/clutter-blur-effect.c | 2 +- clutter/clutter-blur-effect.h | 2 +- clutter/clutter-box-layout.c | 1171 ++++++- clutter/clutter-box-layout.h | 65 +- clutter/clutter-brightness-contrast-effect.c | 18 +- clutter/clutter-brightness-contrast-effect.h | 2 +- clutter/clutter-cairo.c | 4 +- clutter/clutter-cairo.h | 2 +- clutter/clutter-canvas.c | 43 +- clutter/clutter-canvas.h | 10 +- clutter/clutter-child-meta.c | 8 +- clutter/clutter-child-meta.h | 4 +- clutter/clutter-click-action.c | 22 +- clutter/clutter-click-action.h | 4 +- clutter/clutter-clone.c | 8 +- clutter/clutter-clone.h | 4 +- clutter/clutter-color.c | 28 +- clutter/clutter-color.h | 6 +- clutter/clutter-colorize-effect.c | 8 +- clutter/clutter-colorize-effect.h | 2 +- clutter/clutter-constraint.h | 4 +- clutter/clutter-container.c | 783 ++++- clutter/clutter-container.h | 115 +- clutter/clutter-content.c | 8 +- clutter/clutter-content.h | 10 +- clutter/clutter-deform-effect.c | 16 +- clutter/clutter-deform-effect.h | 4 +- clutter/clutter-deprecated.h | 35 + clutter/clutter-desaturate-effect.c | 8 +- clutter/clutter-desaturate-effect.h | 2 +- clutter/clutter-device-manager.c | 14 +- clutter/clutter-device-manager.h | 4 +- clutter/clutter-drag-action.c | 103 +- clutter/clutter-drag-action.h | 8 +- clutter/clutter-drop-action.c | 12 +- clutter/clutter-drop-action.h | 4 +- clutter/clutter-effect.c | 2 +- clutter/clutter-effect.h | 4 +- clutter/clutter-enums.h | 289 +- clutter/clutter-event.c | 96 +- clutter/clutter-event.h | 70 +- clutter/clutter-feature.c | 4 +- clutter/clutter-fixed-layout.c | 2 +- clutter/clutter-fixed-layout.h | 4 +- clutter/clutter-flow-layout.c | 252 +- clutter/clutter-flow-layout.h | 7 +- clutter/clutter-gesture-action-private.h | 4 +- clutter/clutter-gesture-action.c | 248 +- clutter/clutter-gesture-action.h | 13 +- clutter/clutter-grid-layout.c | 42 +- clutter/clutter-grid-layout.h | 40 +- clutter/clutter-group.h | 95 + clutter/clutter-image.c | 10 +- clutter/clutter-image.h | 22 +- clutter/clutter-input-device.c | 68 +- clutter/clutter-input-device.h | 14 +- clutter/clutter-interval.c | 59 +- clutter/clutter-interval.h | 6 +- clutter/clutter-keyframe-transition.c | 18 +- clutter/clutter-keyframe-transition.h | 24 +- clutter/clutter-keysyms-table.c | 2 +- clutter/clutter-keysyms-update.pl | 35 + clutter/clutter-layout-manager.c | 312 +- clutter/clutter-layout-manager.h | 33 +- clutter/clutter-layout-meta.c | 4 +- clutter/clutter-layout-meta.h | 4 +- clutter/clutter-list-model.c | 4 +- clutter/clutter-list-model.h | 4 +- clutter/clutter-macros.h | 185 +- clutter/clutter-main.c | 604 +++- clutter/clutter-main.h | 8 +- clutter/clutter-master-clock.c | 4 +- clutter/clutter-model.c | 94 +- clutter/clutter-model.h | 14 +- clutter/clutter-offscreen-effect.c | 32 +- clutter/clutter-offscreen-effect.h | 6 +- clutter/clutter-page-turn-effect.c | 20 +- clutter/clutter-page-turn-effect.h | 2 +- clutter/clutter-paint-node-private.h | 2 +- clutter/clutter-paint-node.c | 46 +- clutter/clutter-paint-node.h | 27 +- clutter/clutter-paint-nodes.c | 22 +- clutter/clutter-paint-nodes.h | 29 +- clutter/clutter-paint-volume.c | 30 +- clutter/clutter-pan-action.c | 40 + clutter/clutter-pan-action.h | 19 +- clutter/clutter-path-constraint.c | 18 +- clutter/clutter-path-constraint.h | 2 +- clutter/clutter-path.c | 210 +- clutter/clutter-path.h | 49 +- clutter/clutter-private.h | 1 - clutter/clutter-property-transition.c | 8 +- clutter/clutter-property-transition.h | 12 +- clutter/clutter-rotate-action.c | 6 +- clutter/clutter-rotate-action.h | 8 +- clutter/clutter-script-parser.c | 409 ++- clutter/clutter-script-private.h | 12 +- clutter/clutter-script.c | 339 +- clutter/clutter-script.h | 25 +- clutter/clutter-scriptable.c | 8 +- clutter/clutter-scriptable.h | 4 +- clutter/clutter-scroll-actor.c | 12 +- clutter/clutter-scroll-actor.h | 16 +- clutter/clutter-settings.c | 50 +- clutter/clutter-shader-effect.c | 14 +- clutter/clutter-shader-effect.h | 4 +- clutter/clutter-shader-types.c | 12 +- clutter/clutter-shader-types.h | 6 + clutter/clutter-snap-constraint.c | 24 +- clutter/clutter-snap-constraint.h | 2 +- clutter/clutter-stage-manager.c | 33 +- clutter/clutter-stage-manager.h | 4 +- clutter/clutter-stage-window.h | 4 +- clutter/clutter-stage.c | 589 +++- clutter/clutter-stage.h | 35 +- clutter/clutter-swipe-action.c | 50 +- clutter/clutter-swipe-action.h | 4 +- clutter/clutter-table-layout.c | 1028 +++++- clutter/clutter-table-layout.h | 51 +- clutter/clutter-tap-action.c | 6 + clutter/clutter-tap-action.h | 2 + clutter/clutter-text-buffer.c | 40 +- clutter/clutter-text-buffer.h | 36 +- clutter/clutter-text.c | 287 +- clutter/clutter-text.h | 15 +- clutter/clutter-texture.h | 128 + clutter/clutter-timeline.c | 196 +- clutter/clutter-timeline.h | 28 +- clutter/clutter-transition-group.c | 8 +- clutter/clutter-transition-group.h | 14 +- clutter/clutter-transition.c | 26 +- clutter/clutter-transition.h | 26 +- clutter/clutter-types.h | 187 +- clutter/clutter-units.c | 32 +- clutter/clutter-units.h | 6 +- clutter/clutter-util.c | 32 +- clutter/clutter-version.h.in | 154 +- clutter/clutter-zoom-action.c | 60 +- clutter/clutter-zoom-action.h | 16 +- clutter/clutter.h | 2 + clutter/clutter.pc.in | 7 + clutter/clutter.symbols | 457 ++- clutter/deprecated/clutter-actor-deprecated.c | 411 +++ clutter/deprecated/clutter-actor.h | 161 + clutter/deprecated/clutter-alpha.c | 959 ++++++ clutter/deprecated/clutter-alpha.h | 144 + clutter/deprecated/clutter-animatable.h | 47 + clutter/deprecated/clutter-animation.c | 2663 +++++++++++++++ clutter/deprecated/clutter-animation.h | 206 ++ clutter/deprecated/clutter-animator.c | 2176 ++++++++++++ clutter/deprecated/clutter-animator.h | 186 ++ clutter/deprecated/clutter-backend.h | 64 + clutter/deprecated/clutter-behaviour-depth.c | 309 ++ clutter/deprecated/clutter-behaviour-depth.h | 101 + clutter/deprecated/clutter-behaviour-ellipse.c | 1068 ++++++ clutter/deprecated/clutter-behaviour-ellipse.h | 159 + clutter/deprecated/clutter-behaviour-opacity.c | 322 ++ clutter/deprecated/clutter-behaviour-opacity.h | 115 + clutter/deprecated/clutter-behaviour-path.c | 477 +++ clutter/deprecated/clutter-behaviour-path.h | 135 + clutter/deprecated/clutter-behaviour-rotate.c | 697 ++++ clutter/deprecated/clutter-behaviour-rotate.h | 119 + clutter/deprecated/clutter-behaviour-scale.c | 443 +++ clutter/deprecated/clutter-behaviour-scale.h | 107 + clutter/deprecated/clutter-behaviour.c | 669 ++++ clutter/deprecated/clutter-behaviour.h | 170 + clutter/deprecated/clutter-bin-layout.h | 56 + clutter/deprecated/clutter-box.c | 737 ++++ clutter/deprecated/clutter-box.h | 143 + clutter/deprecated/clutter-cairo-texture.c | 1177 +++++++ clutter/deprecated/clutter-cairo-texture.h | 139 + clutter/deprecated/clutter-container.h | 93 + clutter/deprecated/clutter-fixed.c | 205 ++ clutter/deprecated/clutter-fixed.h | 97 + clutter/deprecated/clutter-frame-source.c | 267 ++ clutter/deprecated/clutter-frame-source.h | 49 + clutter/deprecated/clutter-group.c | 564 ++++ clutter/deprecated/clutter-group.h | 62 + .../deprecated/clutter-input-device-deprecated.c | 38 + clutter/deprecated/clutter-input-device.h | 41 + clutter/deprecated/clutter-keysyms.h | 2306 +++++++++++++ .../deprecated/clutter-layout-manager-deprecated.c | 89 + clutter/deprecated/clutter-main.h | 96 + clutter/deprecated/clutter-media.c | 665 ++++ clutter/deprecated/clutter-media.h | 121 + clutter/deprecated/clutter-rectangle.c | 559 ++++ clutter/deprecated/clutter-rectangle.h | 117 + clutter/deprecated/clutter-score.c | 1168 +++++++ clutter/deprecated/clutter-score.h | 144 + clutter/deprecated/clutter-shader.c | 942 ++++++ clutter/deprecated/clutter-shader.h | 182 + clutter/deprecated/clutter-stage-manager.h | 42 + clutter/deprecated/clutter-stage.h | 102 + clutter/deprecated/clutter-state.c | 2315 +++++++++++++ clutter/deprecated/clutter-state.h | 187 ++ clutter/deprecated/clutter-texture.c | 3156 ++++++++++++++++++ clutter/deprecated/clutter-texture.h | 138 + clutter/deprecated/clutter-timeline.h | 41 + clutter/deprecated/clutter-timeout-interval.c | 142 + clutter/deprecated/clutter-timeout-interval.h | 58 + clutter/deprecated/clutter-timeout-pool.c | 500 +++ clutter/deprecated/clutter-timeout-pool.h | 69 + clutter/deprecated/clutter-util.h | 40 + clutter/egl/clutter-backend-eglnative.c | 6 +- clutter/egl/clutter-egl.h | 4 +- clutter/evdev/clutter-device-manager-evdev.c | 4 +- clutter/evdev/clutter-input-device-evdev.c | 4 +- clutter/gdk/clutter-backend-gdk.c | 6 +- clutter/gdk/clutter-stage-gdk.c | 8 +- clutter/gdk/clutter-stage-gdk.h | 1 + clutter/wayland/clutter-backend-wayland.c | 67 +- clutter/wayland/clutter-event-wayland.c | 15 +- clutter/wayland/clutter-input-device-wayland.c | 67 +- clutter/wayland/clutter-stage-wayland.c | 87 +- clutter/wayland/clutter-stage-wayland.h | 2 - clutter/wayland/clutter-wayland-surface.c | 14 +- clutter/wayland/clutter-wayland-surface.h | 4 +- clutter/wayland/clutter-wayland.h | 13 +- clutter/win32/clutter-backend-win32.c | 2 +- clutter/win32/clutter-event-win32.c | 2 +- clutter/win32/clutter-stage-win32.c | 31 +- clutter/x11/clutter-backend-x11.c | 61 +- clutter/x11/clutter-device-manager-xi2.c | 8 +- clutter/x11/clutter-event-x11.c | 8 +- clutter/x11/clutter-glx-texture-pixmap.c | 8 +- clutter/x11/clutter-glx-texture-pixmap.h | 4 +- clutter/x11/clutter-stage-x11.c | 37 +- clutter/x11/clutter-stage-x11.h | 3 + clutter/x11/clutter-x11-texture-pixmap.c | 20 +- clutter/x11/clutter-x11-texture-pixmap.h | 4 +- clutter/x11/clutter-x11.h | 21 +- configure.ac | 19 +- doc/cookbook/examples/Makefile.am | 2 +- .../examples/events-pointer-motion-scribbler.c | 6 +- .../examples/events-pointer-motion-stacked.c | 2 + doc/cookbook/introduction.xml | 6 +- doc/reference/cally/Makefile.am | 5 +- doc/reference/cally/cally-docs.xml.in | 145 + doc/reference/cally/cally-sections.txt | 176 + doc/reference/cally/cally.types | 9 + doc/reference/cally/cally2-docs.xml.in | 145 - doc/reference/cally/cally2-sections.txt | 176 - doc/reference/cally/cally2.types | 6 - doc/reference/clutter/Makefile.am | 21 +- doc/reference/clutter/clutter-docs.xml.in | 394 +++ doc/reference/clutter/clutter-sections.txt | 3512 ++++++++++++++++++++ doc/reference/clutter/clutter.types | 84 + doc/reference/clutter/clutter2-docs.xml.in | 292 -- doc/reference/clutter/clutter2-sections.txt | 2608 --------------- doc/reference/clutter/clutter2.types | 65 - doc/reference/clutter/running-clutter.xml | 4 +- examples/bin-layout.c | 5 +- examples/box-layout.c | 5 +- examples/flow-layout.c | 10 - examples/grid-layout.c | 20 +- po/Makevars | 2 +- po/POTFILES.in | 19 + po/an.po | 2793 ---------------- po/ca.po | 1527 ++++----- po/ca@valencia.po | 2256 +++++++------ po/cs.po | 1539 +++++++-- po/da.po | 2192 ++++++------ po/de.po | 1301 ++++---- po/es.po | 2192 ++++++------ po/eu.po | 2607 --------------- po/fr.po | 1518 ++++----- po/he.po | 2606 ++++++++------- po/hu.po | 1960 ----------- po/it.po | 1487 ++++----- po/ko.po | 2799 ---------------- po/lv.po | 1498 ++++----- po/ne.po | 2189 ------------ po/pl.po | 1226 ++++--- po/pt.po | 2144 ++++++------ po/pt_BR.po | 1292 ++++--- po/ru.po | 1490 ++++----- po/sk.po | 3060 ----------------- po/sl.po | 672 ++-- po/tr.po | 2736 +++++++-------- po/zh_CN.po | 2903 +++++++--------- tests/accessibility/Makefile.am | 19 +- tests/accessibility/cally-atkcomponent-example.c | 34 +- .../accessibility/cally-atkeditabletext-example.c | 4 +- tests/accessibility/cally-atkevents-example.c | 4 +- tests/accessibility/cally-atktext-example.c | 4 +- tests/accessibility/cally-clone-example.c | 4 +- tests/accessibility/cally-examples-util.c | 4 +- tests/accessibility/cally-examples-util.h | 4 +- tests/conform/Makefile.am | 66 +- tests/conform/actor-graph.c | 8 + tests/conform/actor-invariants.c | 106 +- tests/conform/actor-layout.c | 4 +- tests/conform/actor-offscreen-redirect.c | 29 +- tests/conform/binding-pool.c | 60 +- tests/conform/cally-text.c | 4 +- tests/conform/path.c | 4 +- tests/conform/test-conform-main.c | 48 +- tests/conform/text-cache.c | 2 +- tests/conform/timeline-interpolate.c | 2 +- tests/conform/timeline.c | 4 +- tests/data/Makefile.am | 7 +- tests/data/clutter-1.0.suppressions | 173 + tests/data/clutter-2.0.suppressions | 173 - tests/interactive/Makefile.am | 62 +- tests/micro-bench/Makefile.am | 17 +- tests/performance/Makefile.am | 23 +- 355 files changed, 63010 insertions(+), 37874 deletions(-) commit c04c631e8c91b039fa7b0b56d1ef596690b7d7a0 Author: Emmanuele Bassi Date: Sat Jan 3 20:05:22 2015 +0000 keysyms: Update the list of key symbols clutter/clutter-keysyms.h | 5 +++++ clutter/deprecated/clutter-keysyms.h | 5 +++++ 2 files changed, 10 insertions(+) commit 96c6c0347440222e772c44c182bb6baf5bc2e201 Author: Emmanuele Bassi Date: Fri Jan 2 12:16:57 2015 +0000 build: Use `env` instead of TestEnvironment key We rely on having the DISPLAY environment variable set, otherwise we default to skipping all tests automatically. The TestEnvironment key inside the installed test launcher keyfile replaces the whole environment, instead of just adding to it like the TESTS_ENVIRONMENT automake variable. build/autotools/glib-tap.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 847e3a2c553df8f0a6c78b6c6264a6c77a6e5704 Author: Emmanuele Bassi Date: Thu Jan 1 19:40:18 2015 +0000 build: Drop ad hoc gitignore generation rules Instead, include Makefile.am.gitignore. tests/interactive/Makefile.am | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) commit 7bfd62f755410a6982a436f3edc938666fe5cdb9 Author: Emmanuele Bassi Date: Thu Jan 1 19:39:33 2015 +0000 build: Fix up gitignore generation rules Use more sources, and allow adding files to the ignore list when including Makefile.am.gitignore. build/autotools/Makefile.am.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 8d6cab0e71af3b9cb818cdd7b7f815505e2c9fac Author: Emmanuele Bassi Date: Thu Jan 1 15:18:43 2015 +0000 Ignore automake droppings .gitignore | 1 + 1 file changed, 1 insertion(+) commit 506f2c44317a782cc9dc0d44c60faf525483bd21 Author: Emmanuele Bassi Date: Thu Jan 1 15:16:40 2015 +0000 Remove unused pointer The PangoContext has been moved into ClutterActor. clutter/clutter-private.h | 1 - 1 file changed, 1 deletion(-) commit 1b9650da38d0566fadfc8723598e601ddf6c3441 Author: Emmanuele Bassi Date: Thu Jan 1 15:10:54 2015 +0000 Remove global "actor id" It's absolutely, positively pointless. Every surviving call has long since been deprecated, and should have not been public in the first place. clutter/clutter-actor.c | 22 +++++++++------------- clutter/clutter-main.c | 38 ++++---------------------------------- clutter/clutter-private.h | 7 ------- clutter/clutter-stage.c | 2 +- 4 files changed, 14 insertions(+), 55 deletions(-) commit abda3ee4ce15121d3761fda5dc603f98e44b76d7 Author: Emmanuele Bassi Date: Thu Jan 1 15:09:23 2015 +0000 Improve debugging notes for main loop start/stop This way, we can track when we quit the main loop. clutter/clutter-main.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 5b9c6f49c454b94c705f259b8c6f27ded89abb91 Author: Emmanuele Bassi Date: Thu Jan 1 15:07:19 2015 +0000 Improve the warning message in clutter_main_quit() If you call clutter_main_quit() without calling clutter_main() [ South Park ski instructor] You're going to have a bad time. clutter/clutter-main.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit eb51f6cf10bec7ec8ea45761a154a8961f162ba3 Author: Emmanuele Bassi Date: Thu Jan 1 12:48:39 2015 +0000 actor: Do not restore the easing state in finalize() The easing state is part of the AnimationInfo structure, which is stored inside the GObject's datalist. Each instance frees the data stored there during finalization, so there is no point for us to restore an easing state (which may or may not be the last one) just to have everything cleared out once we chain up to GObject's own finalize() implementation. clutter/clutter-actor.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit d930bdf3fc32d5ab1d0d19bb3e94efb3963cd797 Author: Emmanuele Bassi Date: Thu Jan 1 12:45:11 2015 +0000 stage: Use the symbolic constant for event handled Clarifies the intent for everybody. clutter/clutter-stage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2034e756582513ea3ff72213ac9d1f83336412fb Author: Emmanuele Bassi Date: Thu Jan 1 12:44:19 2015 +0000 Use the proper debug category Backend-related notes should use the `BACKEND` category, not `MISC`. clutter/x11/clutter-backend-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 909569c52347fe3ae6c4ec20ce94f781a4741ac4 Author: Emmanuele Bassi Date: Tue Dec 16 14:00:15 2014 +0000 docs: Mark test utility API as private doc/reference/clutter/Makefile.am | 1 - doc/reference/clutter/clutter-sections.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) commit c67dcd59c148b53c80cf72a1d33510fcb939d36c Author: Emmanuele Bassi Date: Tue Dec 16 13:59:41 2014 +0000 Add proper annotations for the test utilities This avoids g-ir-scanner complaining. clutter/clutter-test-utils.c | 43 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) commit f589b6f63a2a2479a63e766f9a941a8b7820659e Author: Emmanuele Bassi Date: Tue Dec 16 13:33:16 2014 +0000 Revert "bind-constraint: Update the preferred size" This reverts commit fcc67e99bccc981774d59625b73118dadc75f6ea. It seems this causes some recursion overflow in GNOME Shell's usage of constraints, and needs more investigation. clutter/clutter-bind-constraint.c | 51 --------------------------------------- 1 file changed, 51 deletions(-) commit 8df2efca6b6bf36ba65ed5ac60700793b00ce278 Author: Emmanuele Bassi Date: Tue Dec 16 00:46:16 2014 +0000 constraint: Fix update_allocation()'s return value The update_allocation() method returns TRUE if the allocation was changed. clutter/clutter-constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1fe391606dff6f50eb74cf2ec8219f1a14a27695 Author: Emmanuele Bassi Date: Tue Dec 16 00:38:27 2014 +0000 docs: Add ClutterConstraintClass.update_preferred_size() clutter/clutter-constraint.h | 3 +++ 1 file changed, 3 insertions(+) commit fcc67e99bccc981774d59625b73118dadc75f6ea Author: Emmanuele Bassi Date: Sun Dec 14 14:54:35 2014 +0000 bind-constraint: Update the preferred size Bind the preferred size of an actor using a BindConstraint to the preferred size of the source of the constraint, depending on the coordinate of the constraint. clutter/clutter-bind-constraint.c | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) commit 66d48bcca07b371e3962cfa4b651e7717228db96 Author: Emmanuele Bassi Date: Sun Dec 14 14:44:04 2014 +0000 actor: Update preferred size using constraints If an actor has any constraint that may affect its preferred size, then it should query them when computing its preferred size. clutter/clutter-actor.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) commit 391f1d8dd4323e825747fdab71a0d32303c7e343 Author: Emmanuele Bassi Date: Sun Dec 14 14:30:50 2014 +0000 constraint: Add the ability to update the preferred size Constraints can only update an existing allocation, which means they live only halfway through the layout management system used by Clutter; this limitation makes it impossible, for instance, to query the preferred size of an actor, if the actor is only using constraints to manage its own size. clutter/clutter-constraint-private.h | 7 +++++++ clutter/clutter-constraint.c | 29 +++++++++++++++++++++++++++++ clutter/clutter-constraint.h | 8 +++++++- 3 files changed, 43 insertions(+), 1 deletion(-) commit 82fffaedb632bd7bf6a147d0fee41b8133cc6ad8 Author: Emmanuele Bassi Date: Sun Dec 14 14:20:53 2014 +0000 constraint: Add a private header And move the only private ClutterConstraint method to it. This commit also sneaks in a change that makes sense for the debugging of the update_allocation() method, which checks if the allocation was effectively changed. clutter/Makefile.am | 17 +++++------ clutter/clutter-actor.c | 14 +++++---- clutter/clutter-constraint-private.h | 35 ++++++++++++++++++++++ clutter/clutter-constraint.c | 56 ++++++++++++++++++++++++++++++------ clutter/clutter-constraint.h | 2 +- clutter/clutter-private.h | 4 --- doc/reference/clutter/Makefile.am | 1 + 7 files changed, 102 insertions(+), 27 deletions(-) commit 768b5b89e2ced13c1fbaf54406868f7e39bc613e Author: Emmanuele Bassi Date: Tue Dec 16 00:33:23 2014 +0000 Post-release version bump to 1.21.3 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c3c89332f6541848b5c3853858249e39b116b4fd Author: Muhammet Kara Date: Tue Dec 9 20:37:12 2014 +0000 Updated Turkish translation po/tr.po | 2736 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1565 insertions(+), 1171 deletions(-) commit acbfb2bbb5a05ce30eb51f572f0e67e19c50046a Author: Jordi Mas Date: Sat Nov 29 09:44:34 2014 -0500 Fixes to Catalan translation po/ca.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit d482016d7a2c210baf400ae4b15c37df17ec48aa Author: Pawan Chitrakar Date: Sat Nov 22 11:42:58 2014 +0000 Added Nepali translation po/ne.po | 2189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2189 insertions(+) commit ddda4aec18359aa6bcdff218133c079d4733f155 Author: Olav Vitters Date: Wed Jul 30 19:38:35 2014 +0200 doap category core clutter.doap | 1 + 1 file changed, 1 insertion(+) commit 85bde59549cfcb37e17aa1eca236ce3eb4ea45b1 Author: Yosef Or Boczko Date: Fri May 16 04:35:13 2014 +0300 Updated Hebrew translation po/he.po | 2606 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 1169 insertions(+), 1437 deletions(-) commit d3fc8678406081b4fa2142db13baf9e2629914c1 Author: Carles Ferrando Date: Mon May 12 23:45:55 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 2256 ++++++++++++++++++++++++----------------------------- 1 file changed, 1041 insertions(+), 1215 deletions(-) commit f05eac430537786e186afa25544af929ac59e85b Author: Pau Iranzo Date: Mon May 12 23:45:33 2014 +0200 [l10n] Update Catalan translation po/ca.po | 1142 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 595 insertions(+), 547 deletions(-) commit 810e16c44fb669e7b95de6c010c72caeaac04f7b Author: Daniel Mustieles Date: Sat May 10 19:39:59 2014 +0200 Updated Spanish translation po/es.po | 2192 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 992 insertions(+), 1200 deletions(-) commit 266eac1ebb65816ef6ce08e30a4434f0b94e4b8d Author: Gustavo Noronha Silva Date: Mon Apr 28 16:03:13 2014 -0300 clutter-canvas: cache the texture to avoid uploads When an actor carrying canvas content is repainted, it will currently reupload the data from the buffer to a texture. While this is not a performance problem on a desktop, some mobile environments take a big performance hit. This change tracks data changes and only recreates the texture if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=729144 clutter/clutter-canvas.c | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) commit bfba8cd5c84fb74e50cef35bc0befa2d1ee0c0c1 Author: Gustavo Noronha Silva Date: Fri Apr 18 15:10:42 2014 -0300 clutter-main: start mainloop timer on clutter_init() By creating and starting the timer on clutter_main() an assumption is made that that is how the main loop will be run for all clutter applications. With more and more applications moving to GApplication, this assumption no longer holds true. Moving to clutter_init() means we are starting the timer earlier than we should, and by not stopping it when the main loop quits we are taking a measure that is later than we should. I believe it is safe to consider those are close enough to the actual beginning and quitting of the main loop in practice. https://bugzilla.gnome.org/show_bug.cgi?id=728521 clutter/clutter-main.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) commit 447dda82df74d035f326c8c3d053530462724e7f Author: Inaki Larranaga Murgoitio Date: Wed Apr 16 17:16:14 2014 +0200 Updated Basque language po/eu.po | 2607 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2607 insertions(+) commit 9c5d84c0fe27980aebb8df3d6b901f6b1d0fe8cc Author: Piotr Drąg Date: Sun Mar 30 18:35:35 2014 +0200 doap: update URLs clutter.doap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9e59f611339c55966e00896e6fd724b80b6df4d0 Author: Alexandre Franke Date: Fri Mar 21 08:35:08 2014 +0000 Updated French translation po/fr.po | 2429 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1359 insertions(+), 1070 deletions(-) commit df4dad55fd917bf860491601985402c8b71c982f Author: Ask H. Larsen Date: Wed Mar 19 22:36:31 2014 +0100 Updated Danish translation po/da.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a3e336ee0cadcc1edd487aab0f6bd103bc0304e Author: Ask H. Larsen Date: Wed Mar 19 22:27:35 2014 +0100 Updated Danish translation po/da.po | 396 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 216 insertions(+), 180 deletions(-) commit 592e969254c36ce355ab0e2f84e4a9203ed8f2c0 Author: Changwoo Ryu Date: Wed Mar 12 09:38:10 2014 +0900 Added Korean translation po/ko.po | 2799 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2799 insertions(+) commit 25a092b604adcca3493b54f7520553de9a54f286 Author: Bastian Winkler Date: Tue Mar 11 12:35:03 2014 +0100 grid-layout: Use correct orientation when requesting preferred child size Otherwise width and height are swapped. https://bugzilla.gnome.org/show_bug.cgi?id=725722 clutter/clutter-grid-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 408b7eb625280d1f6d039e6849bceef6e1d01f87 Author: Yuri Myasoedov Date: Tue Mar 11 16:20:07 2014 +0400 Updated Russian translation po/ru.po | 1118 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 602 insertions(+), 516 deletions(-) commit 17e03eb8fce70ba09024d5b6152f076bffbb03c9 Author: Rūdolfs Mazurs Date: Sat Mar 8 19:45:42 2014 +0200 Updated Latvian translation po/lv.po | 935 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 500 insertions(+), 435 deletions(-) commit ae58ad8c465f377fc769b246fb261e1cbb8d48cd Author: Chun-wei Fan Date: Fri Mar 7 12:28:40 2014 +0800 Fix The Win32 Backend for Newer Visual Studio Versions The GetSystemMetrics() function returns wrong values for SM_CXSIZEFRAME, SM_CYSIZEFRAME, SM_CXFIXEDFRAME and SM_CYFIXEDFRAME when built with Visual Studio 2012 and 2013 (unless the XP compatibility setting for the PlatformToolset entry is turned on), causing the window of Clutter programs to automatically shrink to a point where they become unusable. This patch uses AdjustWindowRectEx() for builds using Visual Studio 2012 and later, which deduces the required height and width of the Window properly. Unfortunately we can't use this for the VS 2008/2010 builds as they cause the Window to continually expand as the program is run. https://bugzilla.gnome.org/show_bug.cgi?id=725873 clutter/win32/clutter-stage-win32.c | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) commit 45935fbe29c544b2af72c9ab5a55c1a452e20b1c Author: Carlos Garnacho Date: Sat Feb 22 20:35:23 2014 +0100 x11: Avoid invalid ClutterInputDevice pointers in the device list Due to the way add_device() invariably adds to the master/slave device lists, while keeping ClutterInputDevices 1:1 with device IDs, it may leave invalid pointers in the list if add_device() is called multiple times for the same device ID. There are two situations where this may happen: 1) If devices are disabled and later enabled: devices are added invariably to the master/slave lists on constructed(), but then on XIDeviceEnabled they'd get added yet again. 2) Racy cases where the ClutterDeviceManager is created around the same time XIHierarchyEvents are sent. When getting the XIDeviceInfo on constructed(), these devices may already appear as enabled, even though XIDeviceEnabled is seen through XIHierarchyEvents processed in the event loop sortly after. This last case can be seen when starting gnome-shell on a different tty, and entering in the one it's been spawned on, clutter initialization happens around the same time devices are added back because of the tty switch, and multiple extra ClutterInputDevices are created. https://bugzilla.gnome.org/show_bug.cgi?id=724971 clutter/x11/clutter-device-manager-xi2.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 086190273b44f1decee759d610525b4a5ff04f3d Author: Milo Casagrande Date: Sun Feb 16 12:21:14 2014 +0100 [l10n] Updated Italian translation. po/it.po | 57 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 21 deletions(-) commit dd2debfc52b1cf19d64e0ab1bf38bd35aef7ccc8 Author: Milo Casagrande Date: Sun Feb 9 12:33:16 2014 +0100 [l10n] Updated Italian translation. po/it.po | 169 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 99 insertions(+), 70 deletions(-) commit eb96602718b835e827a962b09771a389e310ef3d Author: Wylmer Wang Date: Fri Jan 24 21:12:20 2014 +0800 Update Chinese simplified translation po/zh_CN.po | 2309 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 1014 insertions(+), 1295 deletions(-) commit 0258c72a5f2c88e4f2dc8a772fefac3a3b3cc0f0 Author: Daniel Mustieles Date: Thu Jan 23 12:47:12 2014 +0100 Updated FSF's address clutter/cally/cally-clone.c | 4 +--- clutter/cally/cally-factory.h | 4 +--- clutter/cally/cally-group.c | 4 +--- clutter/cally/cally-rectangle.c | 4 +--- clutter/cally/cally-root.c | 4 +--- clutter/cally/cally-stage.c | 4 +--- clutter/cally/cally-text.c | 4 +--- clutter/cally/cally-texture.c | 4 +--- clutter/cally/cally-util.c | 4 +--- clutter/cally/cally.c | 4 +--- clutter/clutter-text-buffer.c | 4 +--- clutter/clutter-text-buffer.h | 4 +--- tests/accessibility/cally-atkcomponent-example.c | 4 +--- tests/accessibility/cally-atkeditabletext-example.c | 4 +--- tests/accessibility/cally-atkevents-example.c | 4 +--- tests/accessibility/cally-atktext-example.c | 4 +--- tests/accessibility/cally-clone-example.c | 4 +--- tests/accessibility/cally-examples-util.c | 4 +--- tests/accessibility/cally-examples-util.h | 4 +--- 19 files changed, 19 insertions(+), 57 deletions(-) commit 5be190a98a3063179492924660ec36abf8f28809 Author: Sphinx Jiang Date: Thu Jan 2 09:42:43 2014 +0800 Update Chinese simplified translation po/zh_CN.po | 2773 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1516 insertions(+), 1257 deletions(-) commit 7867c86c2b72c66d54e679197820f986f7821b5c Author: Milo Casagrande Date: Thu Dec 12 09:36:01 2013 +0100 [l10n] Updated Italian translation. po/it.po | 1365 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 695 insertions(+), 670 deletions(-) commit f6ad53d9e0b5d64ba4a476d29b81edcbb718f05c Author: Florian Müllner Date: Fri Nov 29 15:43:45 2013 +0000 input-device: Guard against double free Dispose() may be called more than once, so calling g_free directly on the device name is unsafe. Instead, use g_clear_pointer() to make sure we don't attempt to free the memory again. https://bugzilla.gnome.org/show_bug.cgi?id=719563 clutter/clutter-input-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a471cf08dd362cf8b0cb864f4841995585d96c2 Author: Owen W. Taylor Date: Tue Nov 26 11:04:27 2013 -0500 Don't queue redraws when reallocating actor that haven't moved When support for implicit animation of actor position was added, the optimization for not queueing when allocating an actor back to the same location was lost. This optimization is important since when we are hierarchically allocating down from the top of the stage we constantly reallocate the actors at the top of the hierarchy back to the same place. https://bugzilla.gnome.org/show_bug.cgi?id=719368 clutter/clutter-actor.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit 0d0248b31f00d08ed4d5ca334fd9f93a7c6d5eab Author: Owen W. Taylor Date: Fri Nov 22 10:30:21 2013 -0500 Bind constraints: Don't force redraws on source relayout When the source actor potentially changes size, that shouldn't necessarily result in the target actor being redrawn - it should be like when a child of a container is reallocated due to changes in its siblings or parent - it should redraw only to the extent that it is moved and resized. Privately export an internal function from clutter-actor.c to allow getting this right. https://bugzilla.gnome.org/show_bug.cgi?id=719367 Conflicts: clutter/clutter-actor.c clutter/clutter-actor-private.h | 1 + clutter/clutter-actor.c | 4 +--- clutter/clutter-bind-constraint.c | 2 +- clutter/clutter-snap-constraint.c | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) commit 90c05e98a8cbf3748758af5a11dfa129d8334c46 Author: Lionel Landwerlin Date: Wed Oct 9 18:35:59 2013 +0100 stage: implement touch event throttling https://bugzilla.gnome.org/show_bug.cgi?id=709761 clutter/clutter-stage.c | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) commit 7ae3b32cf1ccaba6b765f263ee12bd9ffe631174 Author: Pavol Klačanský Date: Tue Oct 8 23:34:58 2013 +0200 Updated slovak translation po/sk.po | 613 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 322 insertions(+), 291 deletions(-) commit 79c2d3ede7a2e379bf110bacee92932de9793aff Author: Bastien Nocera Date: Tue Oct 8 11:40:23 2013 +0200 ClutterEvent: Mention _get_source_device() in docs It's too easy getting bitten by the ->device red herring, thinking that it's the original input device the event originated from. https://bugzilla.gnome.org/show_bug.cgi?id=709620 clutter/clutter-event.c | 2 ++ clutter/clutter-event.h | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) commit 09085b3fee4c512495f6740a1d32d9b8d01dd148 Author: Bastien Nocera Date: Fri Sep 27 15:00:57 2013 +0200 actor: Correct setting the offscreen-redirect property It's a flags property, not an enum one. https://bugzilla.gnome.org/show_bug.cgi?id=708922 clutter/clutter-actor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bb983d6b5dd3ef908e58e6ac36820f3a043c7980 Author: Balázs Úr Date: Thu Sep 26 00:20:44 2013 +0200 Initial Hungarian translation po/hu.po | 1960 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1960 insertions(+) commit 935724e5384f57f6ce425bcee49b289ef51104b2 Author: Kenneth Nielsen Date: Mon Sep 23 19:36:40 2013 +0200 Updated Danish translation po/da.po | 2138 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 964 insertions(+), 1174 deletions(-) commit d8aecdbe787d01d8eedc70505e7d37ee4c3af87d Author: António Lima Date: Mon Sep 23 00:05:49 2013 +0100 Updated Portuguese translation po/pt.po | 2144 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 968 insertions(+), 1176 deletions(-) commit a690668b65949ec1027f8c1b41294eb84ac18db9 Author: Benjamin Steinwender Date: Mon Sep 16 18:59:53 2013 +0200 Updated German translation po/de.po | 1301 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 659 insertions(+), 642 deletions(-) commit e10276b26c2594f7632315eebac8359d685a5e5d Author: Rūdolfs Mazurs Date: Thu Sep 12 15:23:15 2013 +0300 Updated Latvian translation po/lv.po | 1291 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 653 insertions(+), 638 deletions(-) commit 29eef6de61157db81a6fac4dca219c0c3f4b8ce8 Author: Rob Bradford Date: Tue Sep 3 12:24:20 2013 +0100 wayland: Check for NULL surface on pointer leave events In the protocol this is the expected behaviour when the client has destroyed the surface. https://bugzilla.gnome.org/show_bug.cgi?id=707377 clutter/wayland/clutter-input-device-wayland.c | 3 +++ 1 file changed, 3 insertions(+) commit c5468ddf52c893cf98756f04ffabf8980f60181a Author: Yuri Myasoedov Date: Fri Sep 6 13:22:45 2013 +0400 Updated Russian translation po/ru.po | 1456 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 725 insertions(+), 731 deletions(-) commit cf214d71da374ee7aafa5e3d4994dca45c25998a Author: Jorge Pérez Pérez Date: Thu Sep 5 00:02:38 2013 +0200 Added Aragonese translation po/an.po | 2793 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2793 insertions(+) commit 752d932bdf943934019ed108a933ec9362c95118 Author: Gil Forcada Date: Sat Aug 31 22:53:04 2013 +0200 [l10n] Update Catalan translation po/ca.po | 1229 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 619 insertions(+), 610 deletions(-) commit e2f9841818922d5ef5f69b349c06890e7e07177a Author: Chun-wei Fan Date: Thu Aug 29 17:35:13 2013 +0800 Clean up Visual Studio Build Files -Combine entries in the property sheets and make it a bit more flexible, and drop some redundant items -Use Custom Build Rules for generating enumeration and marshalling sources, and the .def file so that they can be wiped off when a "clean" is requested, and regenerate automatically when the templates/.symbols files are updated. -Improve consistency by using ApiVersion rather than ClutterApiVersion with the Visual Studio project for other components of the Clutter/GTK+ stack -Get rid of unneeded configs in the "install" project build/win32/vs10/clutter.props | 428 +++++++++++++---------------- build/win32/vs10/clutter.sln | 16 +- build/win32/vs10/clutter.vcxproj.filtersin | 5 + build/win32/vs10/clutter.vcxprojin | 136 ++++++--- build/win32/vs10/install.vcxproj | 84 +----- build/win32/vs9/clutter.sln | 16 +- build/win32/vs9/clutter.vcprojin | 230 ++++++++++++++-- build/win32/vs9/clutter.vsprops | 398 +++++++++++++-------------- build/win32/vs9/install.vcproj | 60 +--- 9 files changed, 726 insertions(+), 647 deletions(-) commit fbd0a0b479fad5fc1e51a08ec528c15c9d239f7c Author: Chun-wei Fan Date: Thu Aug 29 10:52:37 2013 +0800 Visual C++ Builds: Update Header "Installation" This is taken directly from the 1.16 series, as it seems that the 1.x development starts from here, so put this here first and make the neccessary adjustments as we go on. build/win32/vs10/clutter.props | 40 +++++++++++++++++++++++++++++----------- build/win32/vs9/clutter.vsprops | 23 ++++++++++++++++------- 2 files changed, 45 insertions(+), 18 deletions(-) commit dc05363545b2bee02a0868638fba12f6a72d996c Author: Ján Kyselica Date: Tue Aug 27 19:09:08 2013 +0200 Added slovak translation po/sk.po | 3029 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3029 insertions(+) commit 03d10a19eca14de6fd3aafd869a2658b960d0ba4 Author: Cheng Lu Date: Fri Aug 23 21:21:05 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 2993 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1681 insertions(+), 1312 deletions(-) commit 275790f56969b4b65a9be7bf90b45d73631d06b5 Author: Alexandre Franke Date: Thu Aug 22 14:25:27 2013 +0200 Update French translation po/fr.po | 2163 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 977 insertions(+), 1186 deletions(-) commit aaebfc78263c06a9c493dec6c4c1f27f10f31449 Author: Piotr Drąg Date: Tue Aug 20 22:14:33 2013 +0200 Updated Polish translation po/pl.po | 1226 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 619 insertions(+), 607 deletions(-) commit 2b8fcfd75b0500156e41f303d803116f82769eaf Author: Rob Bradford Date: Mon Aug 12 17:29:28 2013 +0100 wayland: When resizing only trigger a redraw if the stage has been shown This is necessary to avoid a deadlock with the compositor. When setting a stage size before the stage was shown this would trigger a redraw inside clutter_stage_wayland_resize. This redraw would result in a call into eglSwapBuffers which would attach a buffer to the surface and commit. Unfortunately this would happen before the role for the surface was set. This would result in the compositor not relaying to the client that the desired frame was shown. With this change the call to wl_shell_surface_set_toplevel is always made before the first redraw. https://bugzilla.gnome.org/show_bug.cgi?id=704457 clutter/wayland/clutter-stage-wayland.c | 8 +++++++- clutter/wayland/clutter-stage-wayland.h | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) commit 4d79dd2948d915b6a82f31f34072bbfd986d369e Author: Rafael Ferreira Date: Mon Aug 5 23:57:26 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 2240 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1247 insertions(+), 993 deletions(-) commit b6a931c8d9aefece78866f3f5fab0c9131fa0fc4 Author: Rob Bradford Date: Sun Aug 4 15:38:40 2013 +0100 wayland: Only process enter and leave events Clutter created surfaces When combining with GTK we will receive enter and leave events for surfaces from both toolkits therefore we must filter our events appropriately. clutter/wayland/clutter-input-device-wayland.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 61dc824c9178df01a1c5ad43d93fac77f0d6dbca Author: Rob Bradford Date: Sun Aug 4 15:33:30 2013 +0100 wayland: Check there is valid pointer or keyboard focus for events clutter/wayland/clutter-input-device-wayland.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) commit de933213b7c23ab8a65fbc798887f2a13bf15d2a Author: Rob Bradford Date: Mon Jul 15 18:36:26 2013 +0100 wayland: Only create and act on shell_surface for non-foreign surfaces We should not create a shell surface and set the role for that shell surface if the surface was a foreign one provided through clutter_wayland_set_wl_surface https://bugzilla.gnome.org/show_bug.cgi?id=699578 clutter/wayland/clutter-stage-wayland.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) commit d390a44615b827bf32707e40d1edd72ed48e05d6 Author: Chris Cummins Date: Thu May 2 17:46:49 2013 +0100 wayland: Add foreign surface support to stage This adds support for optionally a providing a foreign Wayland surface to a ClutterStage before it is first show. Setting a foreign surface prevents Cogl from allocating a surface and shell surface for the stage automatically. v2: add CLUTTER_AVAILABLE_IN_1_16 annotation and API reference docs (review from Emmanuele Bassi) v3: set a boolean to indicate that this stage is using a foreign surface (Rob Bradford) https://bugzilla.gnome.org/show_bug.cgi?id=699578 clutter/clutter.symbols | 1 + clutter/wayland/clutter-stage-wayland.c | 47 +++++++++++++++++++++++++++++ clutter/wayland/clutter-stage-wayland.h | 1 + clutter/wayland/clutter-wayland.h | 3 ++ doc/reference/clutter/clutter2-sections.txt | 1 + 5 files changed, 53 insertions(+) commit a5230278b42cc05fb6ab937bf419fa221c5feeea Author: Rob Bradford Date: Mon Jul 15 18:27:33 2013 +0100 wayland: Add API for disabling the event dispatching This allows the integration of Clutter with another library, like GTK+, that is dispatching the events itself. This is implemented by calling into the cogl_wayland_renderer_set_event_dispatch_enabled() and since that function must be called on the newly created renderer the newly added clutter_wayland_disable_event_retrieval must be called before clutter_init() https://bugzilla.gnome.org/show_bug.cgi?id=704279 clutter/clutter.symbols | 1 + clutter/wayland/clutter-backend-wayland.c | 31 +++++++++++++++++++++++++++++ clutter/wayland/clutter-wayland.h | 3 +++ doc/reference/clutter/clutter2-sections.txt | 1 + 4 files changed, 36 insertions(+) commit 74ab8c3bdad5228f0f606b146b420f7f4df421bd Author: Adel Gadllah Date: Wed Jul 17 12:33:48 2013 +0200 clutter-actor: Make clutter_actor_has_mapped_clones public This allows some optimisations to be done that work when they are no clones. https://bugzilla.gnome.org/show_bug.cgi?id=703336 clutter/clutter-actor.c | 18 ++++++++++++++---- clutter/clutter-actor.h | 7 +++++++ 2 files changed, 21 insertions(+), 4 deletions(-) commit 3d646804d182d68a95fefd555ed9dbdc0898dc64 Author: Rob Bradford Date: Thu Jun 27 16:01:56 2013 +0100 wayland: Use a fake millisecond monotonic time source for event times The majority of Clutter input events require a time so that that the upper levels of abstraction can identify the ordering of events and also work out a click count. Although some Wayland events have microsecond timestamps not all those that Clutter expects do have. Therefore we would need to create some fake times for those events. Instead we always calculate our own time using the monotonic time. https://bugzilla.gnome.org/show_bug.cgi?id=697285 clutter/wayland/clutter-input-device-wayland.c | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) commit 6521701e292d95365fc6fd620db0ae5c06ec61f6 Author: Rob Bradford Date: Wed Jul 3 18:49:23 2013 +0100 wayland: add support for connecting to a foreign display This allows the reuse of the display connection and hence objects with existing code that is using Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=703566 clutter/clutter.symbols | 1 + clutter/wayland/clutter-backend-wayland.c | 36 ++++++++++++++++++++++++++++- clutter/wayland/clutter-wayland.h | 5 +++- doc/reference/clutter/clutter2-sections.txt | 1 + 4 files changed, 41 insertions(+), 2 deletions(-) commit 5c93c0a1af1deb30ff312b38360987fec33d9d96 Author: Rob Bradford Date: Thu Jun 27 14:22:02 2013 +0100 wayland: make the surface toplevel when showing the stage Cogl (as of 0b2b46ce) now only sets the shell surface as toplevel when the CoglOnscreen is shown. Without calling wl_shell_surface_set_toplevel the compositor will not know what role to give to the compositor and thus the stage will not appear. When we look to support multiple roles / foreign surfaces we will need to revisit this call and ensure we only call it when we are working in the default case. https://bugzilla.gnome.org/show_bug.cgi?id=703188 clutter/wayland/clutter-stage-wayland.c | 4 ++++ 1 file changed, 4 insertions(+) commit cba63dd93f725159091e4b4b19b8e4498c3ef42c Author: Rob Bradford Date: Thu Jun 27 14:45:01 2013 +0100 wayland: Do not poll the Wayland socket for events Since Cogl also polls on this file descriptor we can get into situations where our event source is woken up to handle events but those events have instead been handled by Cogl resulting in the source sitting in poll(). We can safely rely on Cogl to handle the polling on the event source and to dispatch those events. https://bugzilla.gnome.org/show_bug.cgi?id=702202 clutter/wayland/clutter-event-wayland.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) commit c3be92a30ced66295e117eb754739ea19d95e174 Author: Rob Bradford Date: Thu Jun 27 17:46:35 2013 +0100 wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations In 00bee5f the API annotations were removed as the API is refreshed from the start. This change removes the annotations from the Wayland API. https://bugzilla.gnome.org/show_bug.cgi?id=703202 clutter/wayland/clutter-wayland.h | 3 --- 1 file changed, 3 deletions(-) commit 2f95de91c41b1cdcdc5ab319044f4102c2a6e775 Author: Adel Gadllah Date: Tue Jun 25 15:04:19 2013 +0200 clutter-offscreen-effect: Allocate the cogl texture directly Cogl now lazy loads the textures so we cannot rely on getting NULL from cogl_texture_new_with_size so we have to allocate it by ourselves. https://bugzilla.redhat.com/show_bug.cgi?id=975171 clutter/clutter-offscreen-effect.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) commit 571eb318d2dbfd85608b3054c90137bde7831f8a Author: Colin Walters Date: Mon Jun 24 14:11:30 2013 -0400 Revert "Install a11y tests too" This reverts commit 2b4f47d4443bd4625dfbc02eb38faed926d0758d. These are presently "examples" (because they're just run interactively, not automatable tests). Conflicts: tests/accessibility/Makefile.am tests/accessibility/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) commit 5105edca0f3b034d5323dae77ecc0b4152c5cb5a Author: Colin Walters Date: Mon Jun 24 13:38:41 2013 -0400 build: Use tabs in rule definitions tests/accessibility/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 2b4f47d4443bd4625dfbc02eb38faed926d0758d Author: Matthias Clasen Date: Sun Jun 23 23:17:25 2013 -0400 Install a11y tests too https://bugzilla.gnome.org/show_bug.cgi?id=702941 tests/accessibility/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit e88e690d56f7e5644e342dcc710437ea966e5ccb Author: Matthias Clasen Date: Sun Jun 23 22:53:13 2013 -0400 Install conformance tests Install the conformance tests, and metadata to run them with gnome-desktop-testing-runner. https://bugzilla.gnome.org/show_bug.cgi?id=702941 configure.ac | 6 ++++++ tests/conform/Makefile.am | 27 ++++++++++++++++++++++++++- tests/conform/test-conform-main.c | 2 +- tests/data/Makefile.am | 5 +++++ 4 files changed, 38 insertions(+), 2 deletions(-) commit 670d2357a6e78e9da7ecfde27b2eeeac1f5bac7a Author: Cosimo Cecchi Date: Tue Jun 18 16:37:31 2013 -0700 text: relayout on cursor visibility change When the cursor visibility changes, we have to relayout the ClutterText actor instead of just redrawing it - as the cursor changes the PangoLayout size, a size request cycle is needed. https://bugzilla.gnome.org/show_bug.cgi?id=702610 clutter/clutter-text.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 90243e9d887046783d1fbcac928048419fe0e8a1 Author: Lionel Landwerlin Date: Tue Jun 11 14:01:30 2013 +0100 clutter-text: prevent reset of user set font descriptions on dpi changes When setting the font using clutter_text_set_font_description(), the font settings on a ClutterText actor can be reset when there is a dpi changes signaled by the backend. https://bugzilla.gnome.org/show_bug.cgi?id=702016 clutter/clutter-text.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 96cc131f70bbdfa09a1319730a5899156cadd610 Author: Marek Černocký Date: Tue Jun 4 12:17:02 2013 +0200 Updated Czeach translation po/cs.po | 64 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 34 insertions(+), 30 deletions(-) commit e26963a07730c122526ea7fc38c278be336032f1 Author: Matej Urbančič Date: Mon Jun 3 21:39:06 2013 +0200 Updated Slovenian translation po/sl.po | 672 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 342 insertions(+), 330 deletions(-) commit 8a3b888226e3cbe3030e85dd8f3b0ac8428d463f Author: Milo Casagrande Date: Sun May 19 13:02:15 2013 +0200 [l10n] Updated Italian translation. po/it.po | 668 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 340 insertions(+), 328 deletions(-) commit 14ea64eb6f7f7f340d36022669de409045566fd4 Author: Chris Cummins Date: Mon May 13 12:07:26 2013 +0100 docs: Add clutter-wayland section to reference docs Gives this stray section a home in the reference documentation. doc/reference/clutter/Makefile.am | 2 ++ doc/reference/clutter/clutter2-docs.xml.in | 1 + doc/reference/clutter/clutter2-sections.txt | 8 ++++++++ 3 files changed, 11 insertions(+) commit 8231aae3adf795cefd2d98f6801e629b2ae6691b Author: Chris Cummins Date: Mon May 13 12:33:27 2013 +0100 clutter-input-device-wayland: Update indentifier name Fixes a discrepancy between the function name and the gtk-doc identifier introduced in 8f4e39b6 when the Wayland input protocol changed. clutter/wayland/clutter-input-device-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 188f7d688156e20a097e5c02d7f5d2a9a2cfb806 Author: Chris Cummins Date: Mon May 13 13:22:50 2013 +0100 docs: Remove empty line before parameter tags The gtk-doc parser has somewhat esoteric rules regarding blank lines and paragraph breaks, causing these parameter descriptions to be missed. See: https://developer.gnome.org/gtk-doc-manual/stable/documenting_syntax.html.en clutter/wayland/clutter-input-device-wayland.c | 1 - clutter/wayland/clutter-stage-wayland.c | 2 -- 2 files changed, 3 deletions(-) commit f2918d1a0f5f33a7ada47b4fc79bc824ad4d4b16 Author: Chris Cummins Date: Mon Apr 29 15:59:56 2013 +0100 clutter-stage-wayland: Pedantic typo fix Je ne parle pas français clutter/wayland/clutter-stage-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6e6e69c84de7f0bd491b645709739cead9eb34e2 Author: Chris Cummins Date: Tue May 7 11:50:32 2013 +0100 wayland: Add API version annotations Version numbers have been derived from source code comment blocks. clutter/wayland/clutter-stage-wayland.c | 2 ++ clutter/wayland/clutter-wayland.h | 5 +++++ 2 files changed, 7 insertions(+) commit 55ec9f57db7d1291219fb7a46353683e9ae94dc9 Author: Bastian Winkler Date: Fri May 3 13:28:05 2013 -0400 flow-layout: Add :snap-to-grid property Add a :snap-to-grid property to FlowLayout to prevent the layout from assigning it's children a position based on the size of the largest child. https://bugzilla.gnome.org/show_bug.cgi?id=648873 clutter/clutter-flow-layout.c | 206 ++++++++++++++++++++++------ clutter/clutter-flow-layout.h | 3 + clutter/clutter.symbols | 2 + doc/reference/clutter/clutter2-sections.txt | 2 + examples/flow-layout.c | 10 ++ 5 files changed, 180 insertions(+), 43 deletions(-) commit b6f4a8014e11ad8d45d212b6765f3fbebe10e180 Author: Erick Pérez Castellanos Date: Thu May 2 01:15:10 2013 -0400 Remove ClutterKnot: Clean clutter2-sections.txt doc/reference/clutter/clutter2-sections.txt | 8 -------- 1 file changed, 8 deletions(-) commit d2fbe4db1b25908151e32e150352a671ada141fa Author: Erick Pérez Castellanos Date: Fri May 3 10:16:25 2013 -0400 Removed unused ClutterKnot Migration Complete. When you want to use ClutterKnot use ClutterPoint instead. Updated clutter.symbols to pass 'make check' clutter/clutter-path.c | 62 ------------------------------- clutter/clutter-script-parser.c | 80 +--------------------------------------- clutter/clutter-script-private.h | 3 -- clutter/clutter-types.h | 22 ----------- clutter/clutter.symbols | 4 -- 5 files changed, 1 insertion(+), 170 deletions(-) commit 29271a2d73f1e918aeeaef6b693f33a1fe2858d8 Author: Erick Pérez Castellanos Date: Sat Apr 13 13:02:57 2013 -0400 Updated doc example to use ClutterPoint. doc/cookbook/examples/events-pointer-motion-scribbler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit b1fa6434e1bc0f19e91479f8209a9ffa3f1846a8 Author: Erick Pérez Castellanos Date: Sat Apr 13 13:01:10 2013 -0400 Migrated ClutterPathNode to use ClutterPoint Removed the use of ClutterKnot almost everywhere Updated casting to get the data from the variable arguments list clutter/clutter-bezier.c | 4 +- clutter/clutter-bezier.h | 4 +- clutter/clutter-path-constraint.c | 2 +- clutter/clutter-path.c | 89 +++++++++++++++++++++++---------------- clutter/clutter-path.h | 43 ++++++++++--------- clutter/clutter-types.h | 2 +- tests/conform/path.c | 4 +- 7 files changed, 83 insertions(+), 65 deletions(-) commit 7c6d0251dd19328c911a02c3cafdac55859257ee Author: Erick Pérez Castellanos Date: Sat Apr 13 12:50:33 2013 -0400 Migrated internal ClutterBezier to float. Initial stage of ClutterPath migration to using float. Naive implementation of ClutterBezier, for now the points along the curve doesn't move at a regular speed. It is required a more precise calculation of the length of the curve for that to happen. Anyway the old implementation worked like this. clutter/clutter-bezier.c | 481 ++++++++++++++++------------------------------- clutter/clutter-bezier.h | 42 ++--- clutter/clutter-path.c | 3 +- 3 files changed, 185 insertions(+), 341 deletions(-) commit 2be42c333ae621df085005e08b7c5c08c02dcbe5 Author: Alban Crequy Date: Mon Apr 29 14:59:20 2013 +0100 ClutterDragAction: do not dereference a NULL priv->stage When destroying an actor during a drag-action with a drag_handle, the ClutterDragAction's priv->stage could be set to NULL in _set_actor(). _dispose() must not assume that priv->stage is not NULL. See also https://bugzilla.gnome.org/show_bug.cgi?id=681814 clutter/clutter-drag-action.c | 44 +++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) commit a0d9eaf15da5d2227bc95c6946fca5ed356fdfdb Author: Alban Crequy Date: Fri Apr 26 15:26:48 2013 +0100 fix crash when destroying an actor during a drag-action with a drag_handle Bug introduced by commit 59801ef8 (drag-action: fix press coords transform with drag_handle) for bgo#681746. See also https://bugzilla.gnome.org/show_bug.cgi?id=681814 clutter/clutter-drag-action.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 5586b0deba9317a58cbc62caab295c613fdcfb44 Author: Emilio Pozuelo Monfort Date: Tue Mar 12 14:11:35 2013 +0100 GDK: fix build when the X11 backend is disabled https://bugzilla.gnome.org/show_bug.cgi?id=695710 clutter/gdk/clutter-stage-gdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3893448e0a8a7b9f72305ba497c7b4513c04657d Author: Marek Černocký Date: Sat Apr 27 01:38:13 2013 +0200 Updated Czech translation po/cs.po | 1511 ++++++++++++++------------------------------------------------ 1 file changed, 344 insertions(+), 1167 deletions(-) commit 9cb62762551d0cef12b9a4de7cf93ec5d55aed3a Author: Lionel Landwerlin Date: Tue Apr 23 17:52:22 2013 -0700 zoom-action: improve zooming behavior https://bugzilla.gnome.org/show_bug.cgi?id=698674 clutter/clutter-zoom-action.c | 44 ++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) commit 221fa225b3b3653c7c95f43736f51ced4ca3501c Author: Lionel Landwerlin Date: Mon Apr 22 16:20:49 2013 -0700 gesture-action: refactor event handling function https://bugzilla.gnome.org/show_bug.cgi?id=698671 clutter/clutter-gesture-action.c | 118 ++++++++++++++++++++++++++------------- 1 file changed, 78 insertions(+), 40 deletions(-) commit 04f20909e398d3e6699f6e02d898dde7c5864429 Author: Lionel Landwerlin Date: Mon Apr 22 14:57:47 2013 -0700 gesture-action: fix trigger edge after behavior with more than 1 point https://bugzilla.gnome.org/show_bug.cgi?id=698669 clutter/clutter-gesture-action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 2b25b056ad504e836267a747ee70a0a48c019da7 Author: Lionel Landwerlin Date: Sun Apr 7 16:11:42 2013 +0100 gesture-action: add n-touch-points property https://bugzilla.gnome.org/show_bug.cgi?id=698668 clutter/clutter-gesture-action.c | 89 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) commit ed92f63f306838abe48f3a85e574ba9405610750 Author: Lionel Landwerlin Date: Sun Apr 7 16:12:32 2013 +0100 gesture-action: avoid shadowing time() syscall function https://bugzilla.gnome.org/show_bug.cgi?id=698668 clutter/clutter-gesture-action.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 1ee07e5d485b54aa9b29232afd36d32fee926320 Author: Lionel Landwerlin Date: Sun Apr 7 15:47:26 2013 +0100 gesture-action: fix typo https://bugzilla.gnome.org/show_bug.cgi?id=698668 clutter/clutter-gesture-action-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 06bb6f4c1800a0e5fcbc0ea934cd03bcbceac7c3 Author: Piotr Drąg Date: Fri Apr 5 22:50:36 2013 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 76ee3e76716f995e67f0748932145bff096aa0dd Author: Enrico Nicoletto Date: Fri Apr 5 16:51:15 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 2158 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 958 insertions(+), 1200 deletions(-) commit 4d7a2cdcf4754f88345ff932e2e0e341ee4307a9 Author: Emmanuele Bassi Date: Mon Oct 8 00:18:11 2012 +0100 2.0: Update POTFILES.in po/POTFILES.in | 20 -------------------- 1 file changed, 20 deletions(-) commit af2f9857fef23c9c1cd4c8d44ed9d92e8c9651f7 Author: Emmanuele Bassi Date: Sun Oct 7 22:15:20 2012 +0100 2.0: Update the symbols file clutter/clutter.symbols | 1 - 1 file changed, 1 deletion(-) commit 25b9fad69881601dff7dfcaacf3a6fd93af295cb Author: Emmanuele Bassi Date: Sun Oct 7 22:14:33 2012 +0100 2.0: Clean up the Clutter API reference doc/reference/clutter/clutter2-docs.xml.in | 3 - doc/reference/clutter/clutter2-sections.txt | 500 ++-------------------------- 2 files changed, 25 insertions(+), 478 deletions(-) commit b0f3192802e90205b6eacfcf218b9396b70ca4b1 Author: Emmanuele Bassi Date: Sun Oct 7 22:14:12 2012 +0100 2.0: Fix up documentation annotations clutter/clutter-shader-types.h | 6 ------ clutter/clutter-util.c | 7 ------- 2 files changed, 13 deletions(-) commit ca3e1b4d11cd723cf4717524b34b374a0f8307a9 Author: Emmanuele Bassi Date: Sun Oct 7 22:06:43 2012 +0100 2.0: Include clutter headers conditionally in clutter-x11.h We want to avoid clutter-x11.h leaking Clutter symbols (i.e. you need to include clutter.h yourself before including clutter-x11.h), but we need to do so conditionally, so that ancillary stuff like gtk-doc and g-ir-scanner get the right types while building Clutter itself. clutter/x11/clutter-x11.h | 5 +++++ 1 file changed, 5 insertions(+) commit b4758c352607d1eede26d95056314de921b4e2b1 Author: Emmanuele Bassi Date: Sun Oct 7 22:04:21 2012 +0100 2.0: Fix up the versioning macros clutter/clutter-macros.h | 14 +++++++++----- clutter/clutter-version.h.in | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) commit 08a36c3e284c67c81edeb2e199fa9c6665f7ae5f Author: Emmanuele Bassi Date: Sun Oct 7 22:04:07 2012 +0100 2.0: Remove unused enumerations clutter/clutter-enums.h | 18 ------------------ 1 file changed, 18 deletions(-) commit 93b965f71d3da7d02e942e88aeb6ff262920788f Author: Emmanuele Bassi Date: Sun Oct 7 21:48:02 2012 +0100 2.0: Remove deprecated symbols from the tree And fix the fallout. clutter/clutter-enums.h | 78 +- clutter/clutter-group.h | 95 - clutter/clutter-main.c | 27 +- clutter/clutter-main.h | 2 - clutter/clutter-master-clock.c | 4 +- clutter/clutter-private.h | 1 + clutter/clutter-script.c | 3 - clutter/clutter-stage.h | 2 +- clutter/clutter-texture.h | 128 - clutter/clutter-types.h | 9 - clutter/clutter.h | 2 - clutter/clutter.symbols | 5 - clutter/deprecated/clutter-actor-deprecated.c | 411 --- clutter/deprecated/clutter-actor.h | 161 - clutter/deprecated/clutter-alpha.c | 959 ------ clutter/deprecated/clutter-alpha.h | 144 - clutter/deprecated/clutter-animatable.h | 47 - clutter/deprecated/clutter-animation.c | 2663 ----------------- clutter/deprecated/clutter-animation.h | 206 -- clutter/deprecated/clutter-animator.c | 2176 -------------- clutter/deprecated/clutter-animator.h | 186 -- clutter/deprecated/clutter-backend.h | 64 - clutter/deprecated/clutter-behaviour-depth.c | 309 -- clutter/deprecated/clutter-behaviour-depth.h | 101 - clutter/deprecated/clutter-behaviour-ellipse.c | 1068 ------- clutter/deprecated/clutter-behaviour-ellipse.h | 159 - clutter/deprecated/clutter-behaviour-opacity.c | 322 -- clutter/deprecated/clutter-behaviour-opacity.h | 115 - clutter/deprecated/clutter-behaviour-path.c | 477 --- clutter/deprecated/clutter-behaviour-path.h | 135 - clutter/deprecated/clutter-behaviour-rotate.c | 697 ----- clutter/deprecated/clutter-behaviour-rotate.h | 119 - clutter/deprecated/clutter-behaviour-scale.c | 443 --- clutter/deprecated/clutter-behaviour-scale.h | 107 - clutter/deprecated/clutter-behaviour.c | 669 ----- clutter/deprecated/clutter-behaviour.h | 170 -- clutter/deprecated/clutter-bin-layout.h | 56 - clutter/deprecated/clutter-box.c | 737 ----- clutter/deprecated/clutter-box.h | 143 - clutter/deprecated/clutter-cairo-texture.c | 1177 -------- clutter/deprecated/clutter-cairo-texture.h | 139 - clutter/deprecated/clutter-container.h | 93 - clutter/deprecated/clutter-fixed.c | 205 -- clutter/deprecated/clutter-fixed.h | 97 - clutter/deprecated/clutter-frame-source.c | 267 -- clutter/deprecated/clutter-frame-source.h | 49 - clutter/deprecated/clutter-group.c | 564 ---- clutter/deprecated/clutter-group.h | 62 - .../deprecated/clutter-input-device-deprecated.c | 38 - clutter/deprecated/clutter-input-device.h | 41 - clutter/deprecated/clutter-keysyms.h | 2306 -------------- .../deprecated/clutter-layout-manager-deprecated.c | 89 - clutter/deprecated/clutter-main.h | 96 - clutter/deprecated/clutter-media.c | 665 ----- clutter/deprecated/clutter-media.h | 121 - clutter/deprecated/clutter-rectangle.c | 559 ---- clutter/deprecated/clutter-rectangle.h | 117 - clutter/deprecated/clutter-score.c | 1168 -------- clutter/deprecated/clutter-score.h | 144 - clutter/deprecated/clutter-shader.c | 942 ------ clutter/deprecated/clutter-shader.h | 182 -- clutter/deprecated/clutter-stage-manager.h | 42 - clutter/deprecated/clutter-stage.h | 102 - clutter/deprecated/clutter-state.c | 2315 -------------- clutter/deprecated/clutter-state.h | 187 -- clutter/deprecated/clutter-texture.c | 3156 -------------------- clutter/deprecated/clutter-texture.h | 138 - clutter/deprecated/clutter-timeline.h | 41 - clutter/deprecated/clutter-timeout-interval.c | 142 - clutter/deprecated/clutter-timeout-interval.h | 58 - clutter/deprecated/clutter-timeout-pool.c | 500 ---- clutter/deprecated/clutter-timeout-pool.h | 69 - clutter/deprecated/clutter-util.h | 40 - clutter/gdk/clutter-stage-gdk.h | 1 - clutter/x11/clutter-backend-x11.c | 28 +- clutter/x11/clutter-device-manager-xi2.c | 1 + clutter/x11/clutter-stage-x11.c | 31 - clutter/x11/clutter-stage-x11.h | 3 - clutter/x11/clutter-x11.h | 12 +- 79 files changed, 30 insertions(+), 29157 deletions(-) commit 408d29bfde45b897b5c3845523a42fa97230374a Author: Emmanuele Bassi Date: Sun Oct 7 21:17:05 2012 +0100 2.0: Update symbols file clutter/clutter.symbols | 439 +----------------------------------------------- 1 file changed, 3 insertions(+), 436 deletions(-) commit 5e44d7de08d24f430fbfcbc9a5e4575fa4373f02 Author: Emmanuele Bassi Date: Sun Oct 7 20:15:36 2012 +0100 2.0: Fix up the ignore file .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e8eab9db44f0f1076269de5a270cd87d9ff9fcd Author: Emmanuele Bassi Date: Sun Oct 7 19:18:33 2012 +0100 2.0: Update cally-atkcomponent-example Drop the deprecated API; the test has not been re-enabled yet, to allow for review. tests/accessibility/cally-atkcomponent-example.c | 30 ++++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) commit 0e9709f666f61f64ffea17a0e56508a8aa427b85 Author: Emmanuele Bassi Date: Sun Oct 7 19:17:24 2012 +0100 2.0: Disable Cally tests tests/accessibility/Makefile.am | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) commit 2bb7cafee7d7752a08e30d8931cb2c9109be915d Author: Emmanuele Bassi Date: Sun Oct 7 19:52:47 2012 +0100 2.0: Prune performance test suite tests/interactive/Makefile.am | 2 +- tests/performance/Makefile.am | 23 ++++++++--------------- 2 files changed, 9 insertions(+), 16 deletions(-) commit e7f8c27021e0165afb2663dd45d310921ac017c3 Author: Emmanuele Bassi Date: Sun Oct 7 19:52:14 2012 +0100 2.0: Prune micro-bench test suite tests/micro-bench/Makefile.am | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) commit 9720a59482fa26c50ebd10be7e13f6f946ef2b8b Author: Emmanuele Bassi Date: Sun Oct 7 19:51:39 2012 +0100 2.0: Prune interactive test suite tests/interactive/Makefile.am | 60 +------------------------------------------ 1 file changed, 1 insertion(+), 59 deletions(-) commit 1ff3011cb7374bf8ca6eac5cd2791c4c8211b9d6 Author: Emmanuele Bassi Date: Sun Oct 7 19:50:42 2012 +0100 2.0: Prune conformance test suite tests/conform/Makefile.am | 39 ------------ tests/conform/actor-graph.c | 8 --- tests/conform/actor-invariants.c | 106 +++---------------------------- tests/conform/actor-layout.c | 4 +- tests/conform/actor-offscreen-redirect.c | 29 ++++----- tests/conform/binding-pool.c | 60 +++++++++-------- tests/conform/cally-text.c | 4 +- tests/conform/test-conform-main.c | 46 -------------- tests/conform/text-cache.c | 2 +- tests/conform/timeline-interpolate.c | 2 +- tests/conform/timeline.c | 4 +- 11 files changed, 59 insertions(+), 245 deletions(-) commit 8d181c46d91608f8dde72ffa08e6d15d0bce4330 Author: Emmanuele Bassi Date: Sun Oct 7 19:11:59 2012 +0100 2.0: Remove unused arguments from doc annotations clutter/clutter-bin-layout.c | 6 ------ 1 file changed, 6 deletions(-) commit 1057223227fb14f3ea43d05d963c0d92835c60e1 Author: Emmanuele Bassi Date: Mon Aug 27 10:16:11 2012 +0100 2.0: Remove compatibility header from keysyms update script clutter/clutter-keysyms-update.pl | 35 ----------------------------------- 1 file changed, 35 deletions(-) commit 5ec07ec8c55dcd181285962cf2dbf80d1a542450 Author: Emmanuele Bassi Date: Mon Aug 27 10:11:34 2012 +0100 2.0: Update gitignore file .gitignore | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit 230f871cd66233a04dff91844735dce9643c16fa Author: Emmanuele Bassi Date: Mon Aug 27 10:10:42 2012 +0100 2.0: Remove backward compat variables from the pkgconfig file clutter/clutter.pc.in | 7 ------- 1 file changed, 7 deletions(-) commit 4a7ebde571ea2bfa6a862363cef33b449cd3c797 Author: Emmanuele Bassi Date: Mon Aug 27 10:09:57 2012 +0100 2.0: Remove unnecessary symbols clutter/clutter-macros.h | 167 ++++++------------------------------------- clutter/clutter-main.c | 6 +- clutter/clutter-version.h.in | 152 +-------------------------------------- 3 files changed, 29 insertions(+), 296 deletions(-) commit b4410c55239abb76330b97757116191647574139 Author: Emmanuele Bassi Date: Mon Aug 27 10:07:47 2012 +0100 2.0: Clean up Clutter's API reference doc/reference/clutter/clutter2-docs.xml.in | 100 ------ doc/reference/clutter/clutter2-sections.txt | 452 ---------------------------- doc/reference/clutter/clutter2.types | 18 -- 3 files changed, 570 deletions(-) commit 85f4e3344381acd01a5d245fc9df6ad3a27a6ed2 Author: Emmanuele Bassi Date: Mon Aug 27 09:59:20 2012 +0100 2.0: Bump down ClutterStageClass padding clutter/clutter-stage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 07630362ae266cc3b38ac1ca8fde5d875820c878 Author: Emmanuele Bassi Date: Mon Aug 27 09:59:03 2012 +0100 2.0: Bump up ClutterActorClass padding clutter/clutter-actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3f0ac3548fc7823988ddc543337563e179b7b62f Author: Emmanuele Bassi Date: Mon Aug 27 09:57:05 2012 +0100 2.0: Start migrating API references configure.ac | 4 +- doc/reference/cally/Makefile.am | 5 +- doc/reference/cally/cally-docs.xml.in | 145 -- doc/reference/cally/cally-sections.txt | 176 -- doc/reference/cally/cally.types | 9 - doc/reference/cally/cally2-docs.xml.in | 145 ++ doc/reference/cally/cally2-sections.txt | 176 ++ doc/reference/cally/cally2.types | 6 + doc/reference/clutter/Makefile.am | 19 +- doc/reference/clutter/clutter-docs.xml.in | 394 --- doc/reference/clutter/clutter-sections.txt | 3505 --------------------------- doc/reference/clutter/clutter.types | 84 - doc/reference/clutter/clutter2-docs.xml.in | 394 +++ doc/reference/clutter/clutter2-sections.txt | 3505 +++++++++++++++++++++++++++ doc/reference/clutter/clutter2.types | 83 + 15 files changed, 4315 insertions(+), 4335 deletions(-) commit a80da3da53c52afc1e98ef9abf2c5c0cad974159 Author: Emmanuele Bassi Date: Sun Oct 7 21:16:33 2012 +0100 2.0: Remove unused enumeration types clutter/clutter-enums.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) commit 00bee5f1734e0bade1f711ec10362b1766e4ba53 Author: Emmanuele Bassi Date: Mon Aug 27 09:51:32 2012 +0100 2.0: Remove CLUTTER_AVAILABLE_IN_1_* We are starting from scratch. clutter/clutter-actor.h | 172 +++++++++++++++++----------------- clutter/clutter-box-layout.h | 4 +- clutter/clutter-canvas.h | 6 +- clutter/clutter-content.h | 6 +- clutter/clutter-drag-action.h | 4 +- clutter/clutter-event.h | 20 ++-- clutter/clutter-gesture-action.h | 9 -- clutter/clutter-grid-layout.h | 36 +++---- clutter/clutter-image.h | 14 +-- clutter/clutter-input-device.h | 14 +-- clutter/clutter-interval.h | 2 +- clutter/clutter-keyframe-transition.h | 20 ++-- clutter/clutter-main.h | 2 +- clutter/clutter-offscreen-effect.h | 2 +- clutter/clutter-paint-node.h | 25 +++-- clutter/clutter-paint-nodes.h | 19 ++-- clutter/clutter-pan-action.h | 15 +-- clutter/clutter-property-transition.h | 8 +- clutter/clutter-rotate-action.h | 4 +- clutter/clutter-script.h | 6 +- clutter/clutter-scroll-actor.h | 12 +-- clutter/clutter-text-buffer.h | 26 ++--- clutter/clutter-text.h | 8 +- clutter/clutter-timeline.h | 22 ++--- clutter/clutter-transition-group.h | 10 +- clutter/clutter-transition.h | 22 ++--- clutter/clutter-types.h | 80 ++++++++-------- clutter/clutter-zoom-action.h | 12 +-- 28 files changed, 275 insertions(+), 305 deletions(-) commit e3259435f26fe72b6fe2849a8050abf8ffe3883b Author: Emmanuele Bassi Date: Mon Aug 27 09:48:36 2012 +0100 2.0: Remove all Since: annotations We're starting from scratch. clutter/cex100/clutter-backend-cex100.c | 6 +- clutter/clutter-action.h | 4 +- clutter/clutter-actor-box.c | 42 +- clutter/clutter-actor-meta.c | 18 +- clutter/clutter-actor-meta.h | 4 +- clutter/clutter-actor-private.h | 2 +- clutter/clutter-actor.c | 526 ++++++++++----------- clutter/clutter-actor.h | 2 +- clutter/clutter-align-constraint.c | 20 +- clutter/clutter-align-constraint.h | 2 +- clutter/clutter-animatable.c | 8 +- clutter/clutter-animatable.h | 4 +- clutter/clutter-backend.c | 18 +- clutter/clutter-backend.h | 2 +- clutter/clutter-base-types.c | 92 ++-- clutter/clutter-bin-layout.c | 2 +- clutter/clutter-bin-layout.h | 4 +- clutter/clutter-bind-constraint.c | 20 +- clutter/clutter-bind-constraint.h | 2 +- clutter/clutter-binding-pool.c | 26 +- clutter/clutter-binding-pool.h | 4 +- clutter/clutter-blur-effect.c | 2 +- clutter/clutter-blur-effect.h | 2 +- clutter/clutter-box-layout.c | 26 +- clutter/clutter-box-layout.h | 4 +- clutter/clutter-brightness-contrast-effect.c | 18 +- clutter/clutter-brightness-contrast-effect.h | 2 +- clutter/clutter-cairo.c | 4 +- clutter/clutter-cairo.h | 2 +- clutter/clutter-canvas.c | 10 +- clutter/clutter-canvas.h | 4 +- clutter/clutter-child-meta.c | 8 +- clutter/clutter-child-meta.h | 4 +- clutter/clutter-click-action.c | 22 +- clutter/clutter-click-action.h | 4 +- clutter/clutter-clone.c | 8 +- clutter/clutter-clone.h | 4 +- clutter/clutter-color.c | 28 +- clutter/clutter-color.h | 6 +- clutter/clutter-colorize-effect.c | 8 +- clutter/clutter-colorize-effect.h | 2 +- clutter/clutter-constraint.h | 4 +- clutter/clutter-container.c | 26 +- clutter/clutter-container.h | 4 +- clutter/clutter-content.c | 8 +- clutter/clutter-content.h | 4 +- clutter/clutter-deform-effect.c | 16 +- clutter/clutter-deform-effect.h | 4 +- clutter/clutter-desaturate-effect.c | 8 +- clutter/clutter-desaturate-effect.h | 2 +- clutter/clutter-device-manager.c | 14 +- clutter/clutter-device-manager.h | 4 +- clutter/clutter-drag-action.c | 38 +- clutter/clutter-drag-action.h | 4 +- clutter/clutter-drop-action.c | 12 +- clutter/clutter-drop-action.h | 4 +- clutter/clutter-effect.c | 2 +- clutter/clutter-effect.h | 4 +- clutter/clutter-enums.h | 88 ++-- clutter/clutter-event.c | 94 ++-- clutter/clutter-event.h | 32 +- clutter/clutter-feature.c | 4 +- clutter/clutter-fixed-layout.c | 2 +- clutter/clutter-fixed-layout.h | 4 +- clutter/clutter-flow-layout.c | 42 +- clutter/clutter-flow-layout.h | 4 +- clutter/clutter-gesture-action-private.h | 2 - clutter/clutter-gesture-action.c | 38 +- clutter/clutter-gesture-action.h | 4 +- clutter/clutter-grid-layout.c | 40 +- clutter/clutter-grid-layout.h | 4 +- clutter/clutter-group.h | 4 +- clutter/clutter-image.c | 10 +- clutter/clutter-image.h | 8 +- clutter/clutter-input-device.c | 66 +-- clutter/clutter-interval.c | 42 +- clutter/clutter-interval.h | 4 +- clutter/clutter-keyframe-transition.c | 18 +- clutter/clutter-keyframe-transition.h | 4 +- clutter/clutter-keysyms-table.c | 2 +- clutter/clutter-layout-manager.c | 26 +- clutter/clutter-layout-manager.h | 4 +- clutter/clutter-layout-meta.c | 4 +- clutter/clutter-layout-meta.h | 4 +- clutter/clutter-list-model.c | 4 +- clutter/clutter-list-model.h | 4 +- clutter/clutter-macros.h | 10 +- clutter/clutter-main.c | 56 ++- clutter/clutter-main.h | 4 +- clutter/clutter-model.c | 94 ++-- clutter/clutter-model.h | 14 +- clutter/clutter-offscreen-effect.c | 14 +- clutter/clutter-offscreen-effect.h | 4 +- clutter/clutter-page-turn-effect.c | 20 +- clutter/clutter-page-turn-effect.h | 2 +- clutter/clutter-paint-node-private.h | 2 +- clutter/clutter-paint-node.c | 46 +- clutter/clutter-paint-node.h | 2 +- clutter/clutter-paint-nodes.c | 22 +- clutter/clutter-paint-nodes.h | 10 +- clutter/clutter-paint-volume.c | 30 +- clutter/clutter-pan-action.c | 40 -- clutter/clutter-pan-action.h | 4 - clutter/clutter-path-constraint.c | 16 +- clutter/clutter-path-constraint.h | 2 +- clutter/clutter-path.c | 62 +-- clutter/clutter-path.h | 6 +- clutter/clutter-property-transition.c | 8 +- clutter/clutter-property-transition.h | 4 +- clutter/clutter-rotate-action.c | 6 +- clutter/clutter-rotate-action.h | 4 +- clutter/clutter-script.c | 40 +- clutter/clutter-script.h | 10 +- clutter/clutter-scriptable.c | 8 +- clutter/clutter-scriptable.h | 4 +- clutter/clutter-scroll-actor.c | 12 +- clutter/clutter-scroll-actor.h | 4 +- clutter/clutter-settings.c | 26 +- clutter/clutter-shader-effect.c | 14 +- clutter/clutter-shader-effect.h | 4 +- clutter/clutter-shader-types.c | 12 +- clutter/clutter-shader-types.h | 6 +- clutter/clutter-snap-constraint.c | 22 +- clutter/clutter-snap-constraint.h | 2 +- clutter/clutter-stage-manager.c | 14 +- clutter/clutter-stage-manager.h | 4 +- clutter/clutter-stage-window.h | 4 +- clutter/clutter-stage.c | 88 ++-- clutter/clutter-stage.h | 6 +- clutter/clutter-swipe-action.c | 6 +- clutter/clutter-swipe-action.h | 4 +- clutter/clutter-table-layout.c | 24 +- clutter/clutter-table-layout.h | 4 +- clutter/clutter-tap-action.c | 6 - clutter/clutter-tap-action.h | 2 - clutter/clutter-text-buffer.c | 36 +- clutter/clutter-text-buffer.h | 6 +- clutter/clutter-text.c | 206 +++----- clutter/clutter-text.h | 4 +- clutter/clutter-texture.h | 8 +- clutter/clutter-timeline.c | 72 ++- clutter/clutter-timeline.h | 6 +- clutter/clutter-transition-group.c | 8 +- clutter/clutter-transition-group.h | 4 +- clutter/clutter-transition.c | 26 +- clutter/clutter-transition.h | 4 +- clutter/clutter-types.h | 40 +- clutter/clutter-units.c | 32 +- clutter/clutter-units.h | 6 +- clutter/clutter-util.c | 2 +- clutter/clutter-zoom-action.c | 16 +- clutter/clutter-zoom-action.h | 4 +- clutter/deprecated/clutter-actor-deprecated.c | 12 +- clutter/deprecated/clutter-alpha.c | 30 +- clutter/deprecated/clutter-alpha.h | 6 +- clutter/deprecated/clutter-animation.c | 74 +-- clutter/deprecated/clutter-animation.h | 4 +- clutter/deprecated/clutter-animator.c | 46 +- clutter/deprecated/clutter-animator.h | 6 +- clutter/deprecated/clutter-behaviour-depth.c | 10 +- clutter/deprecated/clutter-behaviour-depth.h | 4 +- clutter/deprecated/clutter-behaviour-ellipse.c | 54 +-- clutter/deprecated/clutter-behaviour-ellipse.h | 4 +- clutter/deprecated/clutter-behaviour-opacity.c | 12 +- clutter/deprecated/clutter-behaviour-opacity.h | 4 +- clutter/deprecated/clutter-behaviour-path.c | 12 +- clutter/deprecated/clutter-behaviour-path.h | 4 +- clutter/deprecated/clutter-behaviour-rotate.c | 32 +- clutter/deprecated/clutter-behaviour-rotate.h | 4 +- clutter/deprecated/clutter-behaviour-scale.c | 14 +- clutter/deprecated/clutter-behaviour-scale.h | 4 +- clutter/deprecated/clutter-behaviour.c | 26 +- clutter/deprecated/clutter-behaviour.h | 6 +- clutter/deprecated/clutter-box.c | 24 +- clutter/deprecated/clutter-box.h | 4 +- clutter/deprecated/clutter-cairo-texture.c | 30 +- clutter/deprecated/clutter-cairo-texture.h | 4 +- clutter/deprecated/clutter-fixed.c | 6 +- clutter/deprecated/clutter-fixed.h | 4 +- clutter/deprecated/clutter-frame-source.c | 8 +- clutter/deprecated/clutter-group.c | 4 +- .../deprecated/clutter-input-device-deprecated.c | 2 +- .../deprecated/clutter-layout-manager-deprecated.c | 6 +- clutter/deprecated/clutter-media.c | 54 +-- clutter/deprecated/clutter-media.h | 4 +- clutter/deprecated/clutter-rectangle.c | 12 +- clutter/deprecated/clutter-rectangle.h | 4 +- clutter/deprecated/clutter-score.c | 40 +- clutter/deprecated/clutter-score.h | 4 +- clutter/deprecated/clutter-shader.c | 36 +- clutter/deprecated/clutter-shader.h | 8 +- clutter/deprecated/clutter-stage.h | 4 +- clutter/deprecated/clutter-state.c | 52 +- clutter/deprecated/clutter-state.h | 6 +- clutter/deprecated/clutter-texture.c | 60 +-- clutter/deprecated/clutter-timeout-pool.c | 6 +- clutter/deprecated/clutter-timeout-pool.h | 2 +- clutter/egl/clutter-backend-eglnative.c | 6 +- clutter/egl/clutter-egl.h | 4 +- clutter/evdev/clutter-device-manager-evdev.c | 4 +- clutter/evdev/clutter-input-device-evdev.c | 4 +- clutter/gdk/clutter-backend-gdk.c | 6 +- clutter/gdk/clutter-stage-gdk.c | 6 +- clutter/wayland/clutter-input-device-wayland.c | 2 +- clutter/wayland/clutter-stage-wayland.c | 2 +- clutter/wayland/clutter-wayland-surface.c | 14 +- clutter/wayland/clutter-wayland-surface.h | 4 +- clutter/win32/clutter-backend-win32.c | 2 +- clutter/win32/clutter-event-win32.c | 2 +- clutter/win32/clutter-stage-win32.c | 6 +- clutter/x11/clutter-backend-x11.c | 37 +- clutter/x11/clutter-event-x11.c | 8 +- clutter/x11/clutter-glx-texture-pixmap.c | 8 +- clutter/x11/clutter-glx-texture-pixmap.h | 4 +- clutter/x11/clutter-stage-x11.c | 8 +- clutter/x11/clutter-x11-texture-pixmap.c | 20 +- clutter/x11/clutter-x11-texture-pixmap.h | 4 +- clutter/x11/clutter-x11.h | 4 +- 218 files changed, 1853 insertions(+), 2038 deletions(-) commit f1846bcb53bb8a86b9b62362f579fc81276ac525 Author: Emmanuele Bassi Date: Fri Aug 24 12:35:25 2012 +0100 2.0: Remove include directives for deprecated headers clutter/clutter-animatable.c | 5 ----- clutter/clutter-backend.c | 3 --- clutter/clutter-flow-layout.c | 4 +--- clutter/clutter-interval.c | 2 -- clutter/clutter-layout-manager.c | 5 +---- clutter/clutter-stage.c | 3 --- clutter/clutter-util.c | 2 -- 7 files changed, 2 insertions(+), 22 deletions(-) commit 03a8e2f7b83474057b856be5eafd97517b3f107d Author: Emmanuele Bassi Date: Fri Aug 24 10:55:28 2012 +0100 2.0: Remove deprecated symbols from the installed headers clutter/clutter-box-layout.h | 57 -------------------------- clutter/clutter-deprecated.h | 35 ---------------- clutter/clutter-enums.h | 88 ---------------------------------------- clutter/clutter-layout-manager.h | 9 ---- clutter/clutter-script.h | 9 ---- 5 files changed, 198 deletions(-) commit 0b03a4cb0a1ab5eaf314c700feae63cbe4b88767 Author: Emmanuele Bassi Date: Sat Mar 30 00:24:17 2013 +0000 2.0: Remove ClutterGeometry clutter/clutter-base-types.c | 108 ----------------------------- clutter/clutter-script-parser.c | 72 +++++++++---------- clutter/clutter-script-private.h | 4 +- clutter/clutter-types.h | 36 ---------- clutter/clutter.symbols | 3 - doc/reference/clutter/clutter-sections.txt | 7 -- 6 files changed, 38 insertions(+), 192 deletions(-) commit 0724b3fb916d27d5ce4122763106773f696bf07d Author: Emmanuele Bassi Date: Sun Oct 7 21:15:49 2012 +0100 2.0: Remove deprecated API from Animatable clutter/clutter-animatable.c | 2 -- clutter/clutter-animatable.h | 9 --------- 2 files changed, 11 deletions(-) commit 465a324ecc6869e95f45039366fbecfdd7f94821 Author: Emmanuele Bassi Date: Fri Aug 24 10:50:13 2012 +0100 2.0: Remove deprecated API from ClutterTableLayout clutter/clutter-table-layout.c | 978 +---------------------------------------- clutter/clutter-table-layout.h | 47 -- 2 files changed, 11 insertions(+), 1014 deletions(-) commit af21fcc73467759729d2425eba19d30222834a4f Author: Emmanuele Bassi Date: Fri Aug 24 10:44:04 2012 +0100 2.0: Remove deprecated API from clutter-util.c clutter/clutter-util.c | 21 --------------------- 1 file changed, 21 deletions(-) commit 270ceebf8de324860fdd0fe546edb9f79b39d034 Author: Emmanuele Bassi Date: Fri Aug 24 10:43:29 2012 +0100 2.0: Remove deprecated API from ClutterText clutter/clutter-text.c | 65 +------------------------------------------------- clutter/clutter-text.h | 3 --- 2 files changed, 1 insertion(+), 67 deletions(-) commit b3dfa71ca51a7387d638fcf81d7a563e651e3f23 Author: Emmanuele Bassi Date: Fri Aug 24 10:42:26 2012 +0100 2.0: Remove deprecated API from ClutterBoxLayout clutter/clutter-bin-layout.c | 667 +----------------------- clutter/clutter-bin-layout.h | 3 +- clutter/clutter-box-layout.c | 1145 +----------------------------------------- examples/bin-layout.c | 5 +- examples/box-layout.c | 5 +- examples/grid-layout.c | 20 +- 6 files changed, 52 insertions(+), 1793 deletions(-) commit ad4d475d3a6ed9a93344e10f8052a321b745c5c4 Author: Emmanuele Bassi Date: Fri Aug 24 08:46:59 2012 +0100 2.0: Remove deprecated ClutterContainer API clutter/clutter-bin-layout.c | 3 +- clutter/clutter-box-layout.c | 2 +- clutter/clutter-container.c | 757 +---------------------------------------- clutter/clutter-container.h | 111 ++---- clutter/clutter-stage.c | 70 +--- clutter/clutter-table-layout.c | 2 +- 6 files changed, 42 insertions(+), 903 deletions(-) commit 6155a1900be5382735585c5ca72671a2fdde3770 Author: Emmanuele Bassi Date: Fri Aug 24 08:36:35 2012 +0100 2.0: Remove deprecated API from ClutterStage clutter/clutter-stage.c | 388 +----------------------------------------------- clutter/clutter-stage.h | 21 --- 2 files changed, 1 insertion(+), 408 deletions(-) commit 0c5e99429fb7987b9e1672c91ae52b66c5fff9ef Author: Emmanuele Bassi Date: Fri Aug 24 08:33:03 2012 +0100 2.0: Remove deprecated API from clutter-main.c clutter/clutter-main.c | 494 ------------------------------------------------- 1 file changed, 494 deletions(-) commit 0e1a651a1a824f717910b2ecfa56fbf346fe3302 Author: Emmanuele Bassi Date: Fri Aug 24 08:30:23 2012 +0100 2.0: Remove deprecated API from ClutterSettings clutter/clutter-settings.c | 24 ------------------------ 1 file changed, 24 deletions(-) commit e0aeb03b045869ae0f2c34e30315ba52edc49341 Author: Emmanuele Bassi Date: Fri Aug 24 08:29:03 2012 +0100 2.0: Remove deprecated API from ClutterTimeline clutter/clutter-timeline.c | 124 --------------------------------------------- 1 file changed, 124 deletions(-) commit ca2f1b68185c06f8c8a7705cf9b88f96a0923705 Author: Emmanuele Bassi Date: Fri Aug 24 08:27:39 2012 +0100 2.0: Remove deprecated API from ClutterStageManager clutter/clutter-stage-manager.c | 19 ------------------- 1 file changed, 19 deletions(-) commit 5f0c5447b7ccbc32b9bb576f82572965a0cab7e2 Author: Emmanuele Bassi Date: Fri Aug 24 08:26:26 2012 +0100 2.0: Remove ClutterActor::paint and ::pick signals clutter/clutter-actor.c | 109 +----------------------------------------------- 1 file changed, 2 insertions(+), 107 deletions(-) commit 4926e0e5c258987d8b6289548e75be395ffd2139 Author: Emmanuele Bassi Date: Fri Aug 24 08:22:19 2012 +0100 2.0: Remove deprecated API from ClutterBackend clutter/clutter-backend.c | 184 ---------------------------------------------- 1 file changed, 184 deletions(-) commit b7e9444c88051c292f2824c9c9cd78f5c053b24e Author: Emmanuele Bassi Date: Sun Oct 7 19:09:16 2012 +0100 2.0: Remove deprecated headers from the build clutter/Makefile.am | 2 -- 1 file changed, 2 deletions(-) commit c7c9ce8c9c97986d0b3b0a330b37c04588a00c9f Author: Emmanuele Bassi Date: Thu Aug 23 17:38:23 2012 +0100 2.0: Remove deprecated sources from the build This drops all the deprecated sources and header files, including the ClutterX11 and ClutterGlx symbols. clutter/Makefile.am | 123 ---------------------------------------------------- 1 file changed, 123 deletions(-) commit a2993f5de34b999f032e973e3a495297ac25807f Author: Emmanuele Bassi Date: Thu Aug 23 17:37:40 2012 +0100 2.0: First pass at deprecated API removal This is the minimum required commit to get Clutter and the examples building. clutter/clutter-actor-private.h | 9 - clutter/clutter-actor.c | 2413 ++------------------------------------ clutter/clutter-animatable.c | 74 -- clutter/clutter-interval.c | 15 - clutter/clutter-layout-manager.c | 281 +---- clutter/clutter-layout-manager.h | 20 - clutter/clutter-script-parser.c | 259 +--- clutter/clutter-script-private.h | 5 - clutter/clutter-script.c | 296 ----- clutter/clutter-stage.c | 4 +- clutter/clutter-stage.h | 4 +- clutter/clutter-swipe-action.c | 44 +- 12 files changed, 123 insertions(+), 3301 deletions(-) commit 4da1b8b523025e7a0fe8690b98718f6db3714839 Author: Emmanuele Bassi Date: Thu Aug 23 17:36:22 2012 +0100 2.0: Drop deprecated classes from Cally CallyGroup, CallyTexture, and CallyRectangle are not needed any more. clutter/cally/cally-stage.c | 2 +- clutter/cally/cally-stage.h | 4 ++-- clutter/cally/cally.c | 9 --------- 3 files changed, 3 insertions(+), 12 deletions(-) commit 29c42bfe8e16dfe83b9d0e63847a86751b97c9f6 Author: Emmanuele Bassi Date: Sun Oct 7 20:11:43 2012 +0100 2.0: Bump clutter-1.0 to clutter-2.0 Some places in the build system do not (or cannot) use the macro-ified CLUTTER_API_VERSION, so we need to fix them up manually. autogen.sh | 2 +- clutter/abicheck.sh | 2 +- clutter/cally/cally.pc.in | 2 +- clutter/clutter-main.c | 4 +- configure.ac | 2 +- doc/cookbook/examples/Makefile.am | 2 +- .../examples/events-pointer-motion-stacked.c | 2 - doc/cookbook/introduction.xml | 6 +- doc/reference/clutter/running-clutter.xml | 4 +- po/Makevars | 2 +- tests/data/Makefile.am | 2 +- tests/data/clutter-1.0.suppressions | 173 --------------------- tests/data/clutter-2.0.suppressions | 173 +++++++++++++++++++++ 13 files changed, 187 insertions(+), 189 deletions(-) commit 27977408853a1b91c3aff934ac009aaaf2d4759b Author: Emmanuele Bassi Date: Sun Oct 7 19:07:27 2012 +0100 2.0: Define a separate clutter_api_version_am macro We cannot use $CLUTTER_MAJOR_VERSION during 1.99. configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 89a2862b057423c3c1fc666e6fa776ccacf377dd Author: Emmanuele Bassi Date: Thu Aug 23 16:23:32 2012 +0100 2.0: Bump API version configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)