[clutter/master-next: 578/578] Merge branch 'clutter-1.22' back into master
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/master-next: 578/578] Merge branch 'clutter-1.22' back into master
- Date: Sat, 3 Jan 2015 21:06:13 +0000 (UTC)
commit 1227f7c489e838c963aaf76328d4b381c51f9fe1
Merge: 77ec877 c04c631
Author: Emmanuele Bassi <ebassi gnome org>
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.
.gitignore | 7 +-
Makefile.am | 6 +-
NEWS | 643 ++++
README.in | 66 +-
README.md | 31 +-
build/autotools/Makefile.am | 4 +
build/autotools/Makefile.am.enums | 9 +-
build/autotools/Makefile.am.gitignore | 4 +-
build/autotools/Makefile.am.release | 20 +-
build/autotools/Makefile.am.silent | 8 +-
build/autotools/glib-tap.mk | 134 +
build/autotools/glibtests.m4 | 28 +
build/autotools/introspection.m4 | 2 +
build/autotools/tap-driver.sh | 652 ++++
build/autotools/tap-test | 5 +
build/mingw/mingw-fetch-dependencies.sh | 79 +-
build/win32/vs10/Makefile.am | 9 +-
.../win32/vs10/cally-atkcomponent-example.vcxproj | 14 +-
.../cally-atkcomponent-example.vcxproj.filters | 2 +-
.../vs10/cally-atkeditabletext-example.vcxproj | 14 +-
.../cally-atkeditabletext-example.vcxproj.filters | 2 +-
build/win32/vs10/cally-atkevents-example.vcxproj | 14 +-
.../vs10/cally-atkevents-example.vcxproj.filters | 2 +-
build/win32/vs10/cally-atktext-example.vcxproj | 14 +-
.../vs10/cally-atktext-example.vcxproj.filters | 2 +-
build/win32/vs10/cally-clone-example.vcxproj | 14 +-
.../win32/vs10/cally-clone-example.vcxproj.filters | 2 +-
build/win32/vs10/clutter-build-defines.props | 67 +
build/win32/vs10/clutter-gen-srcs.props | 82 +
build/win32/vs10/clutter-install.props | 344 ++
build/win32/vs10/clutter-version-paths.props | 57 +
build/win32/vs10/clutter.props | 531 ----
build/win32/vs10/clutter.sln | 34 +-
build/win32/vs10/clutter.vcxproj.filtersin | 8 +
build/win32/vs10/clutter.vcxprojin | 240 ++-
build/win32/vs10/install.vcxproj | 122 +-
build/win32/vs10/test-cogl-perf.vcxproj | 22 +-
build/win32/vs10/test-cogl-perf.vcxproj.filters | 2 +-
.../test-conformance-clutter.vcxproj.filtersin | 12 -
.../win32/vs10/test-conformance-clutter.vcxprojin | 168 -
.../test-interactive-clutter.vcxproj.filtersin | 2 +-
.../win32/vs10/test-interactive-clutter.vcxprojin | 14 +-
build/win32/vs10/test-picking-performance.vcxproj | 342 +-
.../vs10/test-picking-performance.vcxproj.filters | 46 +-
build/win32/vs10/test-picking.vcxproj | 22 +-
build/win32/vs10/test-picking.vcxproj.filters | 2 +-
build/win32/vs10/test-random-text.vcxproj | 22 +-
build/win32/vs10/test-random-text.vcxproj.filters | 2 +-
.../vs10/test-state-hidden-performance.vcxproj | 342 +-
.../test-state-hidden-performance.vcxproj.filters | 46 +-
.../test-state-interactive-performance.vcxproj | 342 +-
...t-state-interactive-performance.vcxproj.filters | 46 +-
.../win32/vs10/test-state-mini-performance.vcxproj | 342 +-
.../test-state-mini-performance.vcxproj.filters | 46 +-
build/win32/vs10/test-state-performance.vcxproj | 342 +-
.../vs10/test-state-performance.vcxproj.filters | 46 +-
.../win32/vs10/test-state-pick-performance.vcxproj | 342 +-
.../test-state-pick-performance.vcxproj.filters | 46 +-
.../win32/vs10/test-text-perf-performance.vcxproj | 342 +-
.../test-text-perf-performance.vcxproj.filters | 46 +-
build/win32/vs10/test-text-perf.vcxproj | 22 +-
build/win32/vs10/test-text-perf.vcxproj.filters | 2 +-
build/win32/vs10/test-text.vcxproj | 22 +-
build/win32/vs10/test-text.vcxproj.filters | 2 +-
build/win32/vs9/Makefile.am | 7 +-
build/win32/vs9/cally-atkcomponent-example.vcproj | 8 +-
.../win32/vs9/cally-atkeditabletext-example.vcproj | 8 +-
build/win32/vs9/cally-atkevents-example.vcproj | 8 +-
build/win32/vs9/cally-atktext-example.vcproj | 8 +-
build/win32/vs9/cally-clone-example.vcproj | 8 +-
build/win32/vs9/clutter-build-defines.vsprops | 61 +
build/win32/vs9/clutter-gen-srcs.vsprops | 67 +
build/win32/vs9/clutter-install.vsprops | 182 ++
build/win32/vs9/clutter-version-paths.vsprops | 54 +
build/win32/vs9/clutter.sln | 38 +-
build/win32/vs9/clutter.vcprojin | 436 +++-
build/win32/vs9/clutter.vsprops | 353 ---
build/win32/vs9/install.vcproj | 68 +-
build/win32/vs9/test-cogl-perf.vcproj | 16 +-
build/win32/vs9/test-conformance-clutter.vcprojin | 161 -
build/win32/vs9/test-interactive-clutter.vcprojin | 8 +-
build/win32/vs9/test-picking-performance.vcproj | 332 +-
build/win32/vs9/test-picking.vcproj | 16 +-
build/win32/vs9/test-random-text.vcproj | 16 +-
.../win32/vs9/test-state-hidden-performance.vcproj | 332 +-
.../vs9/test-state-interactive-performance.vcproj | 332 +-
build/win32/vs9/test-state-mini-performance.vcproj | 332 +-
build/win32/vs9/test-state-performance.vcproj | 332 +-
build/win32/vs9/test-state-pick-performance.vcproj | 332 +-
build/win32/vs9/test-text-perf-performance.vcproj | 332 +-
build/win32/vs9/test-text-perf.vcproj | 16 +-
build/win32/vs9/test-text.vcproj | 16 +-
clutter.doap | 1 +
clutter/Makefile.am | 786 +++---
clutter/abicheck.sh | 30 -
clutter/cally/cally-actor.c | 32 +-
clutter/cally/cally-actor.h | 13 +-
clutter/cally/cally-clone.c | 1 +
clutter/cally/cally-clone.h | 10 +-
clutter/cally/cally-group.c | 10 +-
clutter/cally/cally-group.h | 8 +-
clutter/cally/cally-main.h | 9 +-
clutter/cally/cally-rectangle.c | 5 +
clutter/cally/cally-rectangle.h | 8 +-
clutter/cally/cally-root.c | 20 +-
clutter/cally/cally-root.h | 10 +-
clutter/cally/cally-stage.c | 46 +-
clutter/cally/cally-stage.h | 8 +-
clutter/cally/cally-text.c | 34 +-
clutter/cally/cally-text.h | 10 +-
clutter/cally/cally-texture.c | 5 +
clutter/cally/cally-texture.h | 10 +-
clutter/cally/cally-util.c | 12 +
clutter/cally/cally-util.h | 10 +-
clutter/cally/cally.c | 13 +-
clutter/cex100/clutter-backend-cex100.c | 4 +-
clutter/cex100/clutter-cex100.h.in | 3 +-
clutter/clutter-action.h | 18 +-
clutter/clutter-actor-box.c | 2 +-
clutter/clutter-actor-meta.c | 14 +-
clutter/clutter-actor-meta.h | 10 +-
clutter/clutter-actor-private.h | 3 +
clutter/clutter-actor.c | 1564 ++++++----
clutter/clutter-actor.h | 111 +-
clutter/clutter-align-constraint.h | 10 +-
clutter/clutter-animatable.h | 5 +
clutter/clutter-backend-private.h | 6 +
clutter/clutter-backend.c | 124 +-
clutter/clutter-backend.h | 25 +-
clutter/clutter-bin-layout.c | 52 +-
clutter/clutter-bin-layout.h | 6 +-
clutter/clutter-bind-constraint.c | 33 +-
clutter/clutter-bind-constraint.h | 10 +-
clutter/clutter-binding-pool.c | 19 +-
clutter/clutter-binding-pool.h | 13 +
clutter/clutter-blur-effect.h | 4 +-
clutter/clutter-box-layout.c | 80 +-
clutter/clutter-box-layout.h | 9 +
clutter/clutter-brightness-contrast-effect.h | 10 +-
clutter/clutter-cairo.h | 2 +
clutter/clutter-canvas.c | 327 ++-
clutter/clutter-canvas.h | 18 +-
clutter/clutter-child-meta.h | 18 +-
clutter/clutter-click-action.c | 37 +-
clutter/clutter-click-action.h | 10 +-
clutter/clutter-clone.c | 28 +-
clutter/clutter-clone.h | 12 +-
clutter/clutter-color.c | 32 +-
clutter/clutter-color.h | 39 +-
clutter/clutter-colorize-effect.h | 6 +-
clutter/clutter-constraint-private.h | 42 +
clutter/clutter-constraint.c | 292 +-
clutter/clutter-constraint.h | 29 +-
clutter/clutter-container.c | 16 +-
clutter/clutter-container.h | 86 +-
clutter/clutter-content.h | 4 +-
clutter/clutter-deform-effect.c | 33 +-
clutter/clutter-deform-effect.h | 32 +-
clutter/clutter-deprecated.h | 1 +
clutter/clutter-desaturate-effect.h | 6 +-
clutter/clutter-device-manager-private.h | 22 +-
clutter/clutter-device-manager.c | 34 +-
clutter/clutter-device-manager.h | 12 +-
clutter/clutter-drag-action.c | 54 +-
clutter/clutter-drag-action.h | 14 +-
clutter/clutter-drop-action.c | 41 +-
clutter/clutter-drop-action.h | 6 +-
clutter/clutter-effect.c | 158 +-
clutter/clutter-effect.h | 12 +-
clutter/clutter-enum-types.c.in | 1 +
clutter/clutter-enum-types.h.in | 19 +-
clutter/clutter-enums.h | 28 +-
clutter/clutter-event-private.h | 9 +
clutter/clutter-event.c | 195 ++-
clutter/clutter-event.h | 107 +-
clutter/clutter-feature.h | 2 +
clutter/clutter-fixed-layout.h | 2 +
clutter/clutter-flow-layout.c | 253 ++-
clutter/clutter-flow-layout.h | 19 +
clutter/clutter-gesture-action-private.h | 28 -
clutter/clutter-gesture-action.c | 550 +++-
clutter/clutter-gesture-action.h | 29 +-
clutter/clutter-grid-layout.c | 27 +-
clutter/clutter-group.h | 1 +
clutter/clutter-image.c | 67 +-
clutter/clutter-image.h | 4 +-
clutter/clutter-input-device.c | 97 +-
clutter/clutter-input-device.h | 22 +
clutter/clutter-interval.c | 93 +-
clutter/clutter-interval.h | 18 +
clutter/clutter-keyframe-transition.c | 16 +-
clutter/clutter-keysyms-table.c | 2 +
clutter/clutter-keysyms.h | 5 +
clutter/clutter-layout-manager.c | 287 +--
clutter/clutter-layout-manager.h | 16 +-
clutter/clutter-layout-meta.h | 2 +
clutter/clutter-list-model.c | 21 +-
clutter/clutter-list-model.h | 3 +
clutter/clutter-macros.h | 114 +-
clutter/clutter-main.c | 389 +--
clutter/clutter-main.h | 36 +
clutter/clutter-master-clock.c | 20 +-
clutter/clutter-master-clock.h | 2 +
clutter/clutter-model.c | 108 +-
clutter/clutter-model.h | 43 +-
clutter/clutter-offscreen-effect.c | 76 +-
clutter/clutter-offscreen-effect.h | 4 +
clutter/clutter-page-turn-effect.h | 10 +-
clutter/clutter-paint-node-private.h | 9 +-
clutter/clutter-paint-node.c | 35 +-
clutter/clutter-paint-nodes.c | 98 +-
clutter/clutter-paint-nodes.h | 10 +-
clutter/clutter-paint-volume.c | 64 +-
clutter/clutter-pan-action.c | 26 +-
clutter/clutter-pan-action.h | 4 +-
clutter/clutter-path-constraint.h | 8 +-
clutter/clutter-path.c | 76 +-
clutter/clutter-path.h | 26 +
clutter/clutter-private.h | 30 +-
clutter/clutter-property-transition.c | 8 +-
clutter/clutter-property-transition.h | 4 +-
clutter/clutter-rotate-action.c | 27 +-
clutter/clutter-rotate-action.h | 4 +-
clutter/clutter-script-parser.c | 19 +-
clutter/clutter-script.c | 16 +-
clutter/clutter-script.h | 16 +
clutter/clutter-scriptable.h | 5 +
clutter/clutter-scroll-actor.c | 16 +-
clutter/clutter-scroll-actor.h | 4 +-
clutter/clutter-settings-private.h | 4 +
clutter/clutter-settings.c | 128 +-
clutter/clutter-settings.h | 2 +
clutter/clutter-shader-effect.c | 107 +-
clutter/clutter-shader-effect.h | 11 +-
clutter/clutter-shader-types.h | 11 +-
clutter/clutter-snap-constraint.c | 2 +-
clutter/clutter-snap-constraint.h | 10 +-
clutter/clutter-stage-manager.h | 5 +
clutter/clutter-stage-private.h | 6 +-
clutter/clutter-stage-window.c | 27 +
clutter/clutter-stage-window.h | 10 +-
clutter/clutter-stage.c | 484 ++--
clutter/clutter-stage.h | 35 +
clutter/clutter-swipe-action.c | 42 +-
clutter/clutter-swipe-action.h | 6 +-
clutter/clutter-tap-action.c | 13 +-
clutter/clutter-tap-action.h | 4 +-
clutter/clutter-test-utils.c | 467 +++
clutter/clutter-test-utils.h | 164 +
clutter/clutter-text-buffer.c | 18 +-
clutter/clutter-text-buffer.h | 4 +-
clutter/clutter-text.c | 252 ++-
clutter/clutter-text.h | 67 +
clutter/clutter-texture.h | 2 +
clutter/clutter-timeline.c | 94 +-
clutter/clutter-timeline.h | 25 +
clutter/clutter-transition-group.c | 9 +-
clutter/clutter-transition-group.h | 4 +-
clutter/clutter-transition.c | 21 +-
clutter/clutter-transition.h | 4 +-
clutter/clutter-types.h | 66 +-
clutter/clutter-units.c | 6 +-
clutter/clutter-units.h | 18 +
clutter/clutter-version.h.in | 59 +-
clutter/clutter-zoom-action.c | 66 +-
clutter/clutter-zoom-action.h | 4 +-
clutter/clutter.h | 5 +-
clutter/clutter.symbols | 1649 ----------
clutter/cogl/clutter-stage-cogl.c | 130 +-
clutter/config.h.win32.in | 79 +-
clutter/deprecated/clutter-actor-deprecated.c | 4 +-
clutter/deprecated/clutter-alpha.c | 83 +-
clutter/deprecated/clutter-alpha.h | 6 +
clutter/deprecated/clutter-animation.c | 143 +-
clutter/deprecated/clutter-animation.h | 4 +
clutter/deprecated/clutter-animator.c | 100 +-
clutter/deprecated/clutter-animator.h | 2 +
clutter/deprecated/clutter-behaviour-depth.c | 14 +-
clutter/deprecated/clutter-behaviour-ellipse.c | 21 +-
clutter/deprecated/clutter-behaviour-opacity.c | 20 +-
clutter/deprecated/clutter-behaviour-path.c | 36 +-
clutter/deprecated/clutter-behaviour-rotate.c | 33 +-
clutter/deprecated/clutter-behaviour-scale.c | 14 +-
clutter/deprecated/clutter-behaviour.c | 24 +-
clutter/deprecated/clutter-box.c | 48 +-
clutter/deprecated/clutter-cairo-texture.c | 60 +-
clutter/deprecated/clutter-fixed.h | 1 +
clutter/deprecated/clutter-frame-source.c | 8 +-
clutter/deprecated/clutter-group.c | 7 +-
clutter/deprecated/clutter-keysyms.h | 5 +
clutter/deprecated/clutter-rectangle.c | 29 +-
clutter/deprecated/clutter-score.c | 16 +-
clutter/deprecated/clutter-shader.c | 8 +-
clutter/deprecated/clutter-state.c | 144 +-
clutter/deprecated/clutter-state.h | 6 +-
clutter/{ => deprecated}/clutter-table-layout.c | 94 +-
clutter/{ => deprecated}/clutter-table-layout.h | 15 +
clutter/deprecated/clutter-texture.c | 75 +-
clutter/deprecated/clutter-timeout-pool.h | 2 +-
clutter/egl/clutter-backend-eglnative.c | 103 +-
clutter/egl/clutter-egl.h | 22 +-
clutter/egl/clutter-stage-eglnative.c | 70 +
clutter/egl/clutter-stage-eglnative.h | 59 +
clutter/evdev/clutter-device-manager-evdev.c | 1876 +++++++++---
clutter/evdev/clutter-evdev.h | 96 +
clutter/evdev/clutter-input-device-evdev.c | 293 +-
clutter/evdev/clutter-input-device-evdev.h | 34 +-
clutter/evdev/clutter-xkb-utils.c | 59 +-
clutter/evdev/clutter-xkb-utils.h | 9 +-
clutter/gdk/clutter-backend-gdk.c | 21 +-
clutter/gdk/clutter-event-gdk.c | 30 +-
clutter/gdk/clutter-gdk.h | 7 +
clutter/gdk/clutter-settings-gdk.h | 1 +
clutter/gdk/clutter-stage-gdk.c | 25 +-
clutter/osx/clutter-backend-osx.c | 19 +-
clutter/osx/clutter-backend-osx.h | 8 +-
clutter/osx/clutter-event-loop-osx.c | 3 +-
clutter/osx/clutter-event-osx.c | 1 +
clutter/osx/clutter-osx.h | 11 +-
clutter/tslib/clutter-event-tslib.c | 3 +-
clutter/wayland/clutter-backend-wayland-priv.h | 2 +
clutter/wayland/clutter-backend-wayland.c | 77 +-
clutter/wayland/clutter-event-wayland.c | 19 +-
clutter/wayland/clutter-input-device-wayland.c | 166 +-
clutter/wayland/clutter-input-device-wayland.h | 1 +
clutter/wayland/clutter-stage-wayland.c | 103 +-
clutter/wayland/clutter-stage-wayland.h | 3 +
clutter/wayland/clutter-wayland-compositor.h | 4 +-
clutter/wayland/clutter-wayland-surface.c | 41 +-
clutter/wayland/clutter-wayland-surface.h | 11 +-
clutter/wayland/clutter-wayland.h | 16 +-
clutter/win32/clutter-backend-win32.c | 19 +
clutter/win32/clutter-event-win32.c | 4 +-
clutter/win32/clutter-stage-win32.c | 25 +-
clutter/win32/clutter-win32.h | 5 +
clutter/x11/clutter-backend-x11.c | 157 +-
clutter/x11/clutter-device-manager-core-x11.c | 257 +--
clutter/x11/clutter-device-manager-xi2.c | 220 +-
clutter/x11/clutter-device-manager-xi2.h | 2 -
clutter/x11/clutter-event-x11.c | 7 +-
clutter/x11/clutter-glx-texture-pixmap.h | 1 +
clutter/x11/clutter-input-device-core-x11.c | 395 ---
clutter/x11/clutter-input-device-core-x11.h | 11 -
clutter/x11/clutter-input-device-xi2.c | 148 +-
clutter/x11/clutter-input-device-xi2.h | 7 +-
clutter/x11/clutter-keymap-x11.c | 164 +-
clutter/x11/clutter-keymap-x11.h | 3 +
clutter/x11/clutter-settings-x11.h | 2 +
clutter/x11/clutter-stage-x11.c | 181 +-
clutter/x11/clutter-stage-x11.h | 5 +-
clutter/x11/clutter-x11-texture-pixmap.c | 17 +-
clutter/x11/clutter-x11-texture-pixmap.h | 9 +
clutter/x11/clutter-x11.h | 24 +-
configure.ac | 121 +-
doc/cookbook/examples/Makefile.am | 33 +-
doc/cookbook/examples/animations-rotating.c | 2 +-
doc/cookbook/examples/events-mouse-scroll.c | 2 +-
.../examples/events-pointer-motion-scribbler.c | 1 +
.../examples/layouts-bind-constraint-overlay.c | 2 +-
doc/cookbook/examples/layouts-stacking.c | 2 +-
{tests/data => doc/cookbook/examples}/redhand.png | Bin 8250 -> 8250 bytes
doc/cookbook/examples/textures-reflection.c | 2 +-
doc/reference/cally/Makefile.am | 9 +-
doc/reference/clutter/Makefile.am | 20 +-
doc/reference/clutter/clutter-docs.xml.in | 25 +-
doc/reference/clutter/clutter-sections.txt | 96 +-
doc/reference/clutter/running-clutter.xml | 45 +
examples/Makefile.am | 15 +-
examples/bin-layout.c | 2 +-
examples/drop-action.c | 1 -
examples/flow-layout.c | 10 +
examples/image-content.c | 30 +-
examples/pan-action.c | 2 +-
{tests/data => examples}/redhand.png | Bin 8250 -> 8250 bytes
po/POTFILES.in | 2 +-
po/an.po | 2841 +++++++++++++++++
po/as.po | 1614 +++++-----
po/be.po | 1291 ++++----
po/ca.po | 1523 +++++-----
po/ca valencia po | 1529 +++++-----
po/cs.po | 1463 +++++-----
po/da.po | 1500 +++++-----
po/de.po | 1529 +++++-----
po/el.po | 1674 ++++++-----
po/es.po | 1477 +++++-----
po/eu.po | 2852 +++++++++++++++++
po/fr.po | 1508 +++++-----
po/gl.po | 1482 +++++-----
po/he.po | 3283 ++++++++++++--------
po/hu.po | 2871 +++++++++++++++++
po/id.po | 1495 +++++-----
po/it.po | 1487 +++++-----
po/ko.po | 2799 +++++++++++++++++
po/lt.po | 1572 +++++-----
po/lv.po | 1498 +++++-----
po/nb.po | 1804 ++++++-----
po/pl.po | 1468 +++++-----
po/pt.po | 1486 +++++-----
po/pt_BR.po | 1479 +++++-----
po/ru.po | 1490 +++++-----
po/sk.po | 3060 ++++++++++++++++++
po/sl.po | 1494 +++++-----
po/sr.po | 1467 +++++-----
po/sr latin po | 1467 +++++-----
po/uk.po | 1572 +++++-----
po/zh_CN.po | 2914 +++++++++++-------
po/zh_HK.po | 1488 +++++-----
po/zh_TW.po | 1488 +++++-----
tests/Makefile.am | 15 +-
tests/README | 18 +-
tests/accessibility/Makefile.am | 8 +-
tests/{data => }/clutter-1.0.suppressions | 0
tests/conform/ADDING_NEW_TESTS | 65 -
tests/conform/Makefile.am | 407 +--
tests/conform/actor-anchors.c | 53 +-
tests/conform/actor-destroy.c | 17 +-
tests/conform/actor-graph.c | 145 +-
tests/conform/actor-invariants.c | 224 +-
tests/conform/actor-iter.c | 22 +-
tests/conform/actor-layout.c | 258 +--
tests/conform/actor-meta.c | 40 +
tests/conform/actor-offscreen-limit-max-size.c | 119 +
tests/conform/actor-offscreen-redirect.c | 87 +-
tests/conform/actor-paint-opacity.c | 43 +-
tests/conform/actor-pick.c | 40 +-
tests/conform/actor-shader-effect.c | 40 +-
tests/conform/actor-size.c | 13 +-
tests/conform/animator.c | 51 +-
tests/conform/behaviours.c | 64 +-
tests/conform/binding-pool.c | 92 +-
tests/conform/color.c | 164 +-
tests/conform/events-touch.c | 14 +-
tests/conform/group.c | 11 +-
tests/conform/interval.c | 63 +-
tests/conform/model.c | 43 +-
tests/conform/rectangle.c | 23 +-
tests/conform/run-tests.sh | 12 -
tests/conform/script-parser.c | 109 +-
.../{data => conform/scripts}/test-animator-1.json | 0
.../{data => conform/scripts}/test-animator-2.json | 0
.../{data => conform/scripts}/test-animator-3.json | 0
.../scripts}/test-script-animation.json | 0
.../scripts}/test-script-child.json | 0
.../scripts}/test-script-implicit-alpha.json | 0
tests/conform/scripts/test-script-interval.json | 16 +
.../scripts}/test-script-layout-property.json | 0
.../scripts}/test-script-margin.json | 0
.../scripts}/test-script-model.json | 0
.../scripts}/test-script-named-object.json | 2 +-
.../scripts}/test-script-object-property.json | 0
.../scripts}/test-script-single.json | 0
.../scripts}/test-script-timeline-markers.json | 0
tests/{data => conform/scripts}/test-state-1.json | 0
tests/conform/test-cogl-atlas-migration.c | 133 -
tests/conform/test-cogl-fixed.c | 18 -
tests/conform/test-cogl-materials.c | 383 ---
tests/conform/test-cogl-multitexture.c | 208 --
tests/conform/test-cogl-npot-texture.c | 240 --
tests/conform/test-cogl-object.c | 86 -
tests/conform/test-cogl-premult.c | 368 ---
tests/conform/test-cogl-readpixels.c | 174 --
tests/conform/test-cogl-texture-get-set-data.c | 168 -
tests/conform/test-cogl-texture-mipmaps.c | 137 -
tests/conform/test-cogl-texture-pixmap-x11.c | 250 --
tests/conform/test-cogl-texture-rectangle.c | 307 --
tests/conform/test-cogl-vertex-buffer-contiguous.c | 258 --
tests/conform/test-cogl-vertex-buffer-interleved.c | 158 -
tests/conform/test-cogl-vertex-buffer-mutability.c | 199 --
tests/conform/test-cogl-viewport.c | 412 ---
tests/conform/test-conform-common.c | 105 -
tests/conform/test-conform-common.h | 52 -
tests/conform/test-conform-main.c | 272 --
tests/conform/test-launcher.sh.in | 25 -
tests/conform/text.c | 80 +-
tests/conform/texture-fbo.c | 66 +-
tests/conform/texture.c | 21 +-
tests/conform/units.c | 24 +-
tests/data/Makefile.am | 28 -
tests/data/light0.png | Bin 5674 -> 0 bytes
tests/data/redhand_alpha.png | Bin 4539 -> 0 bytes
tests/interactive/Makefile.am | 57 +-
tests/{data => interactive}/redhand.png | Bin 8250 -> 8250 bytes
tests/interactive/test-clip.c | 32 +-
tests/interactive/test-rotate-zoom.c | 98 +
.../{data => interactive}/test-script-signals.json | 0
tests/{data => interactive}/test-script.json | 0
tests/interactive/test-state-script.c | 2 +-
tests/micro-bench/Makefile.am | 19 +-
tests/performance/Makefile.am | 20 +-
489 files changed, 56411 insertions(+), 38714 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]