From 6cb550b3cb915ab7448182bb048ea5f3dd902a6b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 30 May 2012 17:14:22 +0100 Subject: [PATCH] update to 1.10.4 - added missing patch to fix type errors - cleanup spec Change-Id: I1b9d500ec58814aa29cd021c9e65541badeb11d3 --- ChangeLog | 2826 ++++++++++++-------- ChangeLog.pre-1.0 | 2436 ++++++++--------- ChangeLog.pre-1.2 | 2254 ++++++++-------- ChangeLog.pre-1.4 | 2332 ++++++++-------- ChangeLog.pre-1.6 | 1624 +++++------ ChangeLog.pre-1.8 | 1940 +++++++------- Makefile.in | 96 +- NEWS | 57 + README | 2 +- aclocal.m4 | 106 +- build/Makefile.in | 27 +- build/autotools/Makefile.in | 27 +- build/autotools/libtool.m4 | 265 +- build/autotools/ltoptions.m4 | 19 +- build/autotools/ltversion.m4 | 10 +- build/compile | 195 +- build/config.guess | 245 +- build/config.sub | 189 +- build/depcomp | 74 +- build/install-sh | 29 +- build/ltmain.sh | 93 +- build/mingw/Makefile.in | 27 +- build/missing | 53 +- build/win32/Makefile.in | 27 +- build/win32/vs10/Makefile.in | 27 +- build/win32/vs9/Makefile.in | 27 +- clutter/Makefile.am | 6 +- clutter/Makefile.in | 1008 +++---- clutter/cally/cally.pc.in | 6 +- clutter/clutter-actor-private.h | 5 - clutter/clutter-actor.c | 580 ++-- clutter/clutter-actor.h | 2 +- clutter/clutter-animation.c | 15 +- clutter/clutter-canvas.c | 4 +- clutter/clutter-device-manager.c | 3 +- clutter/clutter-drag-action.c | 2 +- clutter/clutter-event.c | 2 +- clutter/clutter-layout-meta.h | 2 +- clutter/clutter-macros.h | 4 +- clutter/clutter-main.c | 2 +- clutter/clutter-paint-nodes.c | 46 +- clutter/clutter-path.c | 41 +- clutter/clutter-stage.c | 20 +- clutter/clutter-table-layout.c | 7 +- clutter/clutter-text.c | 6 +- clutter/clutter-texture.c | 6 +- clutter/clutter-timeline.c | 2 +- clutter/clutter-version.h | 12 +- clutter/clutter-version.h.in | 6 +- clutter/deprecated/clutter-behaviour-path.h | 2 +- clutter/deprecated/clutter-behaviour.h | 2 +- clutter/osx/clutter-backend-osx.c | 13 +- clutter/osx/clutter-backend-osx.h | 7 +- clutter/osx/clutter-osx.h | 2 + clutter/osx/clutter-stage-osx.c | 33 +- clutter/x11/clutter-device-manager-xi2.c | 46 +- clutter/x11/clutter-input-device-xi2.c | 4 +- clutter/x11/clutter-stage-x11.c | 34 + clutter/x11/clutter-stage-x11.h | 3 + clutter/x11/clutter-x11-texture-pixmap.c | 2 +- config.h.in | 6 +- config.h.win32 | 4 +- configure | 243 +- configure.ac | 8 +- doc/Makefile.in | 27 +- doc/common/Makefile.in | 27 +- doc/cookbook/Makefile.in | 28 +- doc/cookbook/examples/Makefile.in | 153 +- doc/reference/Makefile.in | 27 +- doc/reference/cally/Makefile.in | 32 +- doc/reference/cally/cally-docs.xml | 2 +- doc/reference/cally/html/CallyActor.html | 86 +- doc/reference/cally/html/CallyClone.html | 14 +- doc/reference/cally/html/CallyGroup.html | 12 +- doc/reference/cally/html/CallyRectangle.html | 14 +- doc/reference/cally/html/CallyRoot.html | 14 +- doc/reference/cally/html/CallyStage.html | 14 +- doc/reference/cally/html/CallyText.html | 16 +- doc/reference/cally/html/CallyTexture.html | 14 +- doc/reference/cally/html/CallyUtil.html | 10 +- doc/reference/cally/html/cally-General-API.html | 18 +- doc/reference/cally/html/callybase.html | 2 +- doc/reference/cally/html/callyobjecthierarchy.html | 8 +- doc/reference/cally/html/callyobjectindex.html | 8 +- doc/reference/cally/html/ch01.html | 2 +- doc/reference/cally/html/ch02.html | 4 +- doc/reference/cally/html/index.html | 6 +- doc/reference/cally/html/ix01.html | 2 +- doc/reference/cally/html/ix02.html | 2 +- doc/reference/cally/html/ix03.html | 2 +- doc/reference/cally/html/ix04.html | 2 +- doc/reference/clutter/Makefile.in | 32 +- doc/reference/clutter/clutter-docs.xml | 2 +- doc/reference/clutter/html/ClutterAction.html | 4 +- doc/reference/clutter/html/ClutterActor.html | 1593 +++++------ doc/reference/clutter/html/ClutterActorMeta.html | 36 +- .../clutter/html/ClutterAlignConstraint.html | 24 +- doc/reference/clutter/html/ClutterAlpha.html | 86 +- doc/reference/clutter/html/ClutterAnimatable.html | 92 +- doc/reference/clutter/html/ClutterAnimator.html | 220 +- doc/reference/clutter/html/ClutterBackend.html | 68 +- doc/reference/clutter/html/ClutterBehaviour.html | 44 +- .../clutter/html/ClutterBehaviourDepth.html | 44 +- .../clutter/html/ClutterBehaviourEllipse.html | 150 +- .../clutter/html/ClutterBehaviourOpacity.html | 44 +- .../clutter/html/ClutterBehaviourPath.html | 46 +- .../clutter/html/ClutterBehaviourRotate.html | 76 +- .../clutter/html/ClutterBehaviourScale.html | 80 +- doc/reference/clutter/html/ClutterBinLayout.html | 8 +- .../clutter/html/ClutterBindConstraint.html | 28 +- doc/reference/clutter/html/ClutterBlurEffect.html | 6 +- doc/reference/clutter/html/ClutterBox.html | 68 +- doc/reference/clutter/html/ClutterBoxLayout.html | 154 +- .../html/ClutterBrightnessContrastEffect.html | 6 +- .../clutter/html/ClutterCairoTexture.html | 130 +- doc/reference/clutter/html/ClutterCanvas.html | 26 +- doc/reference/clutter/html/ClutterChildMeta.html | 4 +- doc/reference/clutter/html/ClutterClickAction.html | 58 +- doc/reference/clutter/html/ClutterClone.html | 8 +- .../clutter/html/ClutterColorizeEffect.html | 6 +- doc/reference/clutter/html/ClutterConstraint.html | 4 +- doc/reference/clutter/html/ClutterContainer.html | 136 +- doc/reference/clutter/html/ClutterContent.html | 24 +- .../clutter/html/ClutterDeformEffect.html | 36 +- .../clutter/html/ClutterDesaturateEffect.html | 22 +- .../clutter/html/ClutterDeviceManager.html | 34 +- doc/reference/clutter/html/ClutterDragAction.html | 76 +- doc/reference/clutter/html/ClutterDropAction.html | 148 +- doc/reference/clutter/html/ClutterEffect.html | 6 +- doc/reference/clutter/html/ClutterFixedLayout.html | 4 +- doc/reference/clutter/html/ClutterFlowLayout.html | 102 +- .../clutter/html/ClutterGestureAction.html | 70 +- doc/reference/clutter/html/ClutterGroup.html | 14 +- doc/reference/clutter/html/ClutterInputDevice.html | 146 +- .../clutter/html/ClutterLayoutManager.html | 138 +- doc/reference/clutter/html/ClutterLayoutMeta.html | 2 +- doc/reference/clutter/html/ClutterListModel.html | 32 +- doc/reference/clutter/html/ClutterMedia.html | 132 +- doc/reference/clutter/html/ClutterModel.html | 288 +- doc/reference/clutter/html/ClutterModelIter.html | 48 +- .../clutter/html/ClutterOffscreenEffect.html | 34 +- .../clutter/html/ClutterPageTurnEffect.html | 52 +- doc/reference/clutter/html/ClutterPath.html | 180 +- .../clutter/html/ClutterPathConstraint.html | 30 +- .../clutter/html/ClutterPropertyTransition.html | 12 +- doc/reference/clutter/html/ClutterRectangle.html | 20 +- doc/reference/clutter/html/ClutterScore.html | 82 +- doc/reference/clutter/html/ClutterScript.html | 226 +- doc/reference/clutter/html/ClutterScriptable.html | 38 +- doc/reference/clutter/html/ClutterSettings.html | 52 +- .../clutter/html/ClutterShaderEffect.html | 54 +- .../clutter/html/ClutterSnapConstraint.html | 28 +- doc/reference/clutter/html/ClutterStage.html | 266 +- doc/reference/clutter/html/ClutterState.html | 272 +- doc/reference/clutter/html/ClutterSwipeAction.html | 8 +- doc/reference/clutter/html/ClutterTableLayout.html | 136 +- doc/reference/clutter/html/ClutterText.html | 560 ++-- doc/reference/clutter/html/ClutterTextBuffer.html | 116 +- doc/reference/clutter/html/ClutterTexture.html | 306 +-- doc/reference/clutter/html/ClutterTimeline.html | 242 +- doc/reference/clutter/html/ClutterTransition.html | 26 +- doc/reference/clutter/html/ch01.html | 2 +- doc/reference/clutter/html/ch02.html | 2 +- doc/reference/clutter/html/ch03.html | 2 +- doc/reference/clutter/html/ch04.html | 2 +- doc/reference/clutter/html/ch05.html | 2 +- doc/reference/clutter/html/ch06.html | 2 +- doc/reference/clutter/html/ch07.html | 2 +- doc/reference/clutter/html/ch08.html | 2 +- doc/reference/clutter/html/ch09.html | 2 +- doc/reference/clutter/html/ch10.html | 2 +- doc/reference/clutter/html/ch11.html | 2 +- doc/reference/clutter/html/ch12.html | 2 +- doc/reference/clutter/html/ch13.html | 2 +- .../html/clutter-ClutterGLXTexturePixmap.html | 6 +- .../clutter/html/clutter-ClutterImage.html | 108 +- .../clutter/html/clutter-ClutterPaintNode.html | 50 +- .../html/clutter-ClutterWaylandSurface.html | 26 +- .../html/clutter-ClutterX11TexturePixmap.html | 28 +- doc/reference/clutter/html/clutter-Colors.html | 146 +- doc/reference/clutter/html/clutter-Events.html | 180 +- doc/reference/clutter/html/clutter-Features.html | 6 +- .../clutter/html/clutter-GDK-Specific-Support.html | 50 +- doc/reference/clutter/html/clutter-General.html | 330 +-- .../clutter/html/clutter-Implicit-Animations.html | 342 +-- .../clutter/html/clutter-Key-Bindings.html | 170 +- .../clutter/html/clutter-Paint-Nodes.html | 41 +- doc/reference/clutter/html/clutter-Shaders.html | 200 +- .../clutter/html/clutter-Stage-Manager.html | 20 +- .../clutter/html/clutter-Unit-conversion.html | 128 +- doc/reference/clutter/html/clutter-Utilities.html | 136 +- .../clutter/html/clutter-Value-intervals.html | 178 +- .../clutter/html/clutter-Versioning-Macros.html | 33 +- .../html/clutter-Win32-Specific-Support.html | 14 +- .../clutter/html/clutter-X11-Specific-Support.html | 68 +- .../clutter/html/clutter-animation-implicit.html | 2 +- doc/reference/clutter/html/clutter-animations.html | 2 +- doc/reference/clutter/html/clutter.devhelp2 | 14 +- .../clutter/html/clutterobjecthierarchy.html | 4 +- doc/reference/clutter/html/clutterobjectindex.html | 4 +- doc/reference/clutter/html/go01.html | 2 +- doc/reference/clutter/html/index.html | 4 +- doc/reference/clutter/html/iterating-paths.html | 2 +- doc/reference/clutter/html/ix01.html | 2 +- doc/reference/clutter/html/ix02.html | 9 +- doc/reference/clutter/html/ix03.html | 2 +- doc/reference/clutter/html/ix04.html | 2 +- doc/reference/clutter/html/ix05.html | 2 +- doc/reference/clutter/html/ix06.html | 2 +- doc/reference/clutter/html/ix07.html | 2 +- doc/reference/clutter/html/ix08.html | 2 +- doc/reference/clutter/html/ix09.html | 2 +- doc/reference/clutter/html/ix10.html | 2 +- doc/reference/clutter/html/ix11.html | 2 +- doc/reference/clutter/html/ix12.html | 22 +- .../clutter/html/migrating-ClutterBehaviour.html | 14 +- doc/reference/clutter/html/pt10.html | 6 +- doc/reference/clutter/html/running-clutter.html | 6 +- doc/reference/clutter/running-clutter.xml | 2 +- gtk-doc.make | 4 +- ...-t-use-any-GL-types-or-defines-in-Clutter.patch | 806 ++++++ packaging/clutter-1.10.0.sha256sum | 2 - packaging/clutter.changes | 15 +- packaging/clutter.spec | 77 +- po/ar.gmo | Bin 613 -> 613 bytes po/ar.po | 438 +-- po/as.gmo | Bin 67311 -> 67311 bytes po/as.po | 438 +-- po/ast.gmo | Bin 41694 -> 41694 bytes po/ast.po | 438 +-- po/az_IR.gmo | Bin 554 -> 554 bytes po/az_IR.po | 438 +-- po/be.gmo | Bin 57371 -> 57371 bytes po/be.po | 438 +-- po/bg.gmo | Bin 63256 -> 63256 bytes po/bg.po | 438 +-- po/ca.gmo | Bin 48417 -> 48417 bytes po/ca.po | 438 +-- po/ca@valencia.gmo | Bin 48376 -> 48376 bytes po/ca@valencia.po | 438 +-- po/clutter-1.0.pot | 440 +-- po/cs.gmo | Bin 47483 -> 47483 bytes po/cs.po | 438 +-- po/da.gmo | Bin 44431 -> 44431 bytes po/da.po | 438 +-- po/de.gmo | Bin 42519 -> 48337 bytes po/de.po | 676 ++--- po/en_GB.gmo | Bin 45186 -> 45186 bytes po/en_GB.po | 438 +-- po/eo.gmo | Bin 18530 -> 18530 bytes po/eo.po | 438 +-- po/es.gmo | Bin 48513 -> 48513 bytes po/es.po | 438 +-- po/fa.gmo | Bin 540 -> 540 bytes po/fa.po | 438 +-- po/fi.gmo | Bin 2059 -> 2059 bytes po/fi.po | 438 +-- po/fr.gmo | Bin 49180 -> 49180 bytes po/fr.po | 438 +-- po/gl.gmo | Bin 47444 -> 47444 bytes po/gl.po | 438 +-- po/he.gmo | Bin 626 -> 626 bytes po/he.po | 438 +-- po/hi.gmo | Bin 21703 -> 21703 bytes po/hi.po | 438 +-- po/id.gmo | Bin 37258 -> 37258 bytes po/id.po | 438 +-- po/it.gmo | Bin 31196 -> 31196 bytes po/it.po | 438 +-- po/km.gmo | Bin 72894 -> 72894 bytes po/km.po | 438 +-- po/kn.gmo | Bin 17930 -> 17930 bytes po/kn.po | 438 +-- po/lt.gmo | Bin 45946 -> 45946 bytes po/lt.po | 438 +-- po/lv.gmo | Bin 39901 -> 39901 bytes po/lv.po | 438 +-- po/mk.gmo | Bin 55010 -> 55010 bytes po/mk.po | 438 +-- po/nb.gmo | Bin 11392 -> 11392 bytes po/nb.po | 438 +-- po/nl.gmo | Bin 33964 -> 33964 bytes po/nl.po | 438 +-- po/or.gmo | Bin 27564 -> 27564 bytes po/or.po | 438 +-- po/pa.gmo | Bin 4592 -> 4592 bytes po/pa.po | 438 +-- po/pl.gmo | Bin 48162 -> 48162 bytes po/pl.po | 438 +-- po/ps.gmo | Bin 514 -> 514 bytes po/ps.po | 438 +-- po/pt.gmo | Bin 47483 -> 47483 bytes po/pt.po | 438 +-- po/pt_BR.gmo | Bin 45311 -> 46895 bytes po/pt_BR.po | 530 ++-- po/ro.gmo | Bin 42952 -> 42952 bytes po/ro.po | 438 +-- po/ru.gmo | Bin 58801 -> 60850 bytes po/ru.po | 496 ++-- po/sl.gmo | Bin 45761 -> 45761 bytes po/sl.po | 438 +-- po/sr.gmo | Bin 59227 -> 59227 bytes po/sr.po | 438 +-- po/sr@latin.gmo | Bin 46459 -> 46459 bytes po/sr@latin.po | 438 +-- po/sv.gmo | Bin 8193 -> 8193 bytes po/sv.po | 438 +-- po/ta.gmo | Bin 66508 -> 66508 bytes po/ta.po | 438 +-- po/te.gmo | Bin 64359 -> 64359 bytes po/te.po | 438 +-- po/tr.gmo | Bin 30394 -> 30394 bytes po/tr.po | 438 +-- po/ug.gmo | Bin 7040 -> 7040 bytes po/ug.po | 438 +-- po/uk.gmo | Bin 60392 -> 60392 bytes po/uk.po | 438 +-- po/ur.gmo | Bin 519 -> 519 bytes po/ur.po | 438 +-- po/yi.gmo | Bin 482 -> 482 bytes po/yi.po | 438 +-- po/zh_CN.gmo | Bin 17278 -> 17278 bytes po/zh_CN.po | 438 +-- po/zh_HK.gmo | Bin 43139 -> 43139 bytes po/zh_HK.po | 438 +-- po/zh_TW.gmo | Bin 43122 -> 43122 bytes po/zh_TW.po | 438 +-- tests/Makefile.in | 27 +- tests/accessibility/Makefile.in | 65 +- tests/conform/Makefile.in | 557 ++-- tests/conform/actor-graph.c | 20 + tests/conform/path.c | 32 +- tests/data/Makefile.in | 27 +- tests/interactive/Makefile.in | 677 ++--- tests/interactive/test-bin-layout.c | 18 +- tests/interactive/test-image-box.c | 2 + tests/interactive/test-transitions.c | 4 + tests/micro-bench/Makefile.in | 65 +- tests/performance/Makefile.in | 69 +- 339 files changed, 27624 insertions(+), 25502 deletions(-) mode change 100755 => 100644 build/ltmain.sh create mode 100644 packaging/0001-Don-t-use-any-GL-types-or-defines-in-Clutter.patch delete mode 100644 packaging/clutter-1.10.0.sha256sum diff --git a/ChangeLog b/ChangeLog index 54a3b26..07d1a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,621 @@ # Generated by configure. Do not edit. +commit e654dd55fb3f9ae54871a3d5013bb0d22fcb5207 +Author: Emmanuele Bassi +Date: Tue May 1 11:51:56 2012 +0100 + + Release Clutter 1.10.4 + + NEWS | 25 +++++++++++++++++++++++++ + configure.ac | 4 ++-- + 2 files changed, 27 insertions(+), 2 deletions(-) + +commit 8848e822c1cedda2083cabd8885a52a3f06eff01 +Author: Emmanuele Bassi +Date: Mon Apr 30 17:46:48 2012 +0100 + + docs: Replace unknown tag with + + doc/reference/clutter/running-clutter.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8fbbd68c05156c25e65ca421bf9de3243d523996 +Author: Emmanuele Bassi +Date: Mon Apr 30 17:45:01 2012 +0100 + + docs: Fix typo in the tag + + clutter/clutter-paint-nodes.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1eb4d044454111e5b345d1dff4b1ac7777472bee +Author: Emmanuele Bassi +Date: Mon Apr 30 17:12:12 2012 +0100 + + docs: Annotation fixes + + The introspection scanner has become slightly more annoying, in the hope + that people start fixing their annotations. As it turns out, it was the + right move. + + clutter/Makefile.am | 2 ++ + clutter/clutter-actor.c | 2 +- + clutter/clutter-actor.h | 2 +- + clutter/clutter-drag-action.c | 2 +- + clutter/clutter-event.c | 2 +- + clutter/clutter-layout-meta.h | 2 +- + clutter/clutter-macros.h | 4 +-- + clutter/clutter-main.c | 2 +- + clutter/clutter-paint-nodes.c | 44 ++++++++++++++++----------- + clutter/clutter-stage.c | 12 ++++---- + clutter/clutter-text.c | 2 +- + clutter/clutter-texture.c | 6 ++-- + clutter/clutter-timeline.c | 2 +- + clutter/clutter-version.h.in | 6 ++-- + clutter/deprecated/clutter-behaviour-path.h | 2 +- + clutter/deprecated/clutter-behaviour.h | 2 +- + clutter/x11/clutter-x11-texture-pixmap.c | 2 +- + 17 files changed, 53 insertions(+), 43 deletions(-) + +commit 12a3e65ca0c6f6956a96611b209d48355ab3909e +Author: Emmanuele Bassi +Date: Thu Apr 26 14:06:00 2012 +0100 + + actor: Call show() on set parent conditionally + + This commit adds a further conditional check for calling + clutter_actor_show() when adding a child to an actor. We cannot + unconditionally change the value of the show-on-set-parent property like + the original solution of commit 81b19a78f5e02ae8ffd9235054d80b172496415b + as that breaks the document invariant that show-on-set-parent will be + changed iff an actor is without a parent. + + The new ADD_CHILD_SHOW_ON_SET_PARENT flag is part of the default and + legacy flags, thus retaining the default behaviour when adding a child; + the flag is not passed when reordering the list of children, which means + we ignore the state of the show-on-set-parent property. + + The conformance test suite fully passes, including the newly added test + to verify that changing the paint order does not trigger visibility. + + https://bugzilla.gnome.org/show_bug.cgi?id=674510 + + clutter/clutter-actor.c | 21 +++++++++++++-------- + 1 file changed, 13 insertions(+), 8 deletions(-) + +commit df7fcf9c407b7019fe9372b7b7f5b8cb744fc6b6 +Author: Jasper St. Pierre +Date: Mon Apr 23 14:14:07 2012 -0400 + + conform: Make sure that raising/lowering children doesn't change state + + Namely, visibility and show-on-set-parent. + + https://bugzilla.gnome.org/show_bug.cgi?id=674510 + + tests/conform/actor-graph.c | 20 ++++++++++++++++++++ + 1 file changed, 20 insertions(+) + +commit d0a06834d84f6c0d51ee75c3de79c8c37c1156b6 +Author: Cosimo Cecchi +Date: Tue Apr 24 10:21:25 2012 -0400 + + device-manager: select/unselect device events as device change + + When a device is added or changes, select/unselect events from X + accordingly. + + https://bugzilla.gnome.org/show_bug.cgi?id=673644 + + clutter/x11/clutter-device-manager-xi2.c | 13 ++++++++++++ + clutter/x11/clutter-stage-x11.c | 34 ++++++++++++++++++++++++++++++ + clutter/x11/clutter-stage-x11.h | 3 +++ + 3 files changed, 50 insertions(+) + +commit e27f58173f55c91badab866ceabd3e3662b937c7 +Author: Cosimo Cecchi +Date: Mon Apr 23 20:04:58 2012 -0400 + + device-manager: don't select events for disabled devices + + I.e. only select events for core devices or devices explicitly enabled + by clients. + + https://bugzilla.gnome.org/show_bug.cgi?id=673644 + + clutter/clutter-device-manager.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 235f3a75cf661209b8189b73fffabf96a964748f +Author: Emmanuele Bassi +Date: Mon Apr 23 17:42:40 2012 +0100 + + path: Avoid integer overflow in get_distance() + + The get_distance() API uses machine integers to compute the distance; + this means that on 32bit we can overflow the integer size. This gets + hidden by the fact that get_distance() returns an unsigned integer as + well. + + In reality, ClutterPath is an unmitigated mess, and the only way to + actually fix it is to break API. + + https://bugzilla.gnome.org/show_bug.cgi?id=652521 + + clutter/clutter-path.c | 41 ++++++++++++++++++++++------------------- + tests/conform/path.c | 32 +++++++++++++++++++++++++++++++- + 2 files changed, 53 insertions(+), 20 deletions(-) + +commit a0af17b92d208e8a17c83d8cc1583253d72ab05c +Author: Yuri Myasoedov +Date: Tue May 1 11:06:25 2012 +0400 + + Updated Russian translation + + po/ru.po | 630 ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 351 insertions(+), 279 deletions(-) + +commit 8944d6a05cac74dc4ac499613629ed7748b09031 +Author: Christian Kirbach +Date: Mon Apr 30 23:19:37 2012 +0200 + + [l10n] Updated German translation + + po/de.po | 1728 +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 1035 insertions(+), 693 deletions(-) + +commit c19e888f3e47eeb6ec36d20a771cf842d007d61f +Author: Jonh Wendell +Date: Sat Apr 28 10:23:35 2012 -0300 + + Updated Brazilian Portuguese translation + + po/pt_BR.po | 614 +++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 364 insertions(+), 250 deletions(-) + +commit a1784f12ca6fa0318f6b447b31c4a49a335524c8 +Author: Cosimo Cecchi +Date: Fri Apr 20 18:31:58 2012 +0100 + + x11/device-manager-xi2: Flip deltas around + + Up/down is Y. + + clutter/x11/clutter-device-manager-xi2.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit ff7a2ca233b637be02b0e0170ebe5e5f6f109fb2 +Author: Emmanuele Bassi +Date: Mon Apr 16 21:51:06 2012 +0100 + + Post-release version bump to 1.10.3 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 62cffec9036f6a24736dc47914844fe9336c8ce4 +Author: Emmanuele Bassi +Date: Mon Apr 16 16:22:01 2012 +0100 + + Release Clutter 1.10.2 + + NEWS | 32 ++++++++++++++++++++++++++++++++ + configure.ac | 4 ++-- + 2 files changed, 34 insertions(+), 2 deletions(-) + +commit 9d52fb06bbde5ce4b247e0819137f76d59b9d1b2 +Author: Emmanuele Bassi +Date: Sun Apr 15 13:02:42 2012 +0100 + + cally: Fix the pkg-config file + + Drop a bunch of variables that are not meant to be used by Cally; also, + drop the wrong library name from the Libs key: Clutter has a single + shared library, now. + + https://bugzilla.gnome.org/show_bug.cgi?id=674105 + + clutter/cally/cally.pc.in | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +commit 89ab7bbb7e6b15dc79fb17faaf9f92079165fd50 +Author: Emmanuele Bassi +Date: Thu Apr 12 17:04:57 2012 +0100 + + actor: Clear MetaGroups when empty + + When removing the last Action, Constraint, or Effect, we should also be + clearing the corresponding MetaGroup: code inside ClutterActor relies on + NULL checks, and changing them all to check for NULL && n_items == 0 + would not be fun. + + clutter/clutter-actor.c | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +commit 8484a350b4548d6aa37106b1711faddaec42b57e +Author: Emmanuele Bassi +Date: Thu Apr 12 17:07:06 2012 +0100 + + actor: Check for mapped children in the default get_paint_volume() + + Unmapped children won't be painted so they should not contribute to the + default paint volume computation. + + clutter/clutter-actor.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit 48bfac333df2f872cc58a4a41b2ed039465295f6 +Author: Jasper St. Pierre +Date: Fri Mar 30 11:19:02 2012 -0400 + + text: Bubble up a click and quit early for just static text + + Static text shouldn't need a cursor position or anything like that, + and it always eats a button press event. + + https://bugzilla.gnome.org/show_bug.cgi?id=673190 + + clutter/clutter-text.c | 2 ++ + 1 file changed, 2 insertions(+) + +commit 600307da78dcc5c69e5cb754e12e5d9a36e1ba5c +Author: Peter Hutterer +Date: Thu Apr 12 13:07:34 2012 +1000 + + Rename XINPUT_2_2 define to HAVE_XINPUT_2_2 + + configure.ac defines XINPUT_2_2 if XI 2.2 support was found. The code + expects XINPUT_2_2 in the device manager, but HAVE_XINPUT_2_2 in the x11 + backend. + + On newer X servers, the latter causes a BadValue when XIQueryDevice sends a + different major/minor than gdk's device manager (gnome-control-center). + + Signed-off-by: Peter Hutterer + + https://bugzilla.gnome.org/show_bug.cgi?id=673961 + + clutter/x11/clutter-device-manager-xi2.c | 26 +++++++++++++------------- + clutter/x11/clutter-input-device-xi2.c | 4 ++-- + configure.ac | 2 +- + 3 files changed, 16 insertions(+), 16 deletions(-) + +commit 32e6eb08aef7421ae3ce00b53a0b9c9a548098fb +Author: Emmanuele Bassi +Date: Wed Apr 11 13:57:06 2012 +0100 + + actor: Fix completed transitions logic + + We need to remove the transition only if the current repeat is equal to + the number of repeats, and if the transition was marked as remove on + complete. Otherwise, the transition has to remain where it is. + + clutter/clutter-actor.c | 32 +++++++++++++++++++++----------- + 1 file changed, 21 insertions(+), 11 deletions(-) + +commit e2fa01ac9ae1c8f1805b000274f0b1bffa3ac484 +Author: Emmanuele Bassi +Date: Wed Apr 11 12:47:01 2012 +0100 + + Check before using pango_layout_get_character_count() + + Since it's in a debug code path, and 1.10 is the stable branch, we + should not bump the dependency of Pango to 1.30. + + clutter/clutter-paint-nodes.c | 2 ++ + 1 file changed, 2 insertions(+) + +commit 652f10e71850a0cf1a6be62cb4d05e5db7a8207f +Author: Emmanuele Bassi +Date: Tue Apr 10 13:37:04 2012 +0100 + + actor: Remove unnecessary relayout/redraw calls + + They will be handled internally. + + clutter/clutter-actor.c | 8 -------- + 1 file changed, 8 deletions(-) + +commit 7941733f879b099ac64f266236a581951d8bc906 +Author: Emmanuele Bassi +Date: Tue Apr 10 12:58:17 2012 +0100 + + actor: Do not queue_redraw() in set_opacity() + + The opacity internal setter will do it for us, and it will take into + consideration any eventual flatten effect applied to the actor. + + This unbreaks the actor-offscreen-redirect conformance test. + + clutter/clutter-actor.c | 2 -- + 1 file changed, 2 deletions(-) + +commit bda3f00d423a15c345bf3981f305fd82be7233dd +Author: Emmanuele Bassi +Date: Tue Apr 10 12:12:50 2012 +0100 + + stage: Unset the natural size when fullscreening + + This ensures that constraints and signal handlers will go through the + allocation and not through the cache after ::fullscreen has been + emitted. + + clutter/clutter-stage.c | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit 802cf54227bb3d2bff8d9769fbbcfd3f6d1c6197 +Author: Emmanuele Bassi +Date: Thu Mar 29 15:12:09 2012 +0100 + + interactive/bin-layout: Call save/restore easing state + + Don't do unprotected calls to set_easing_mode() and + set_easing_duration(). + + tests/interactive/test-bin-layout.c | 18 ++++++++++++++---- + 1 file changed, 14 insertions(+), 4 deletions(-) + +commit 9600e7945ccf4a67713fb343e64941b4507ddf5a +Author: Emmanuele Bassi +Date: Thu Mar 29 13:53:40 2012 +0100 + + actor: Make :content-gravity animatable + + Let's start making some non-trivial property animatable, like the + content gravity. + + clutter/clutter-actor.c | 85 ++++++++++++++++++++++++++++++++---- + tests/interactive/test-image-box.c | 2 + + 2 files changed, 79 insertions(+), 8 deletions(-) + +commit 699f4f8d2ee1adf94bbea9f5965694650222bd87 +Author: Emmanuele Bassi +Date: Wed Mar 28 18:07:06 2012 +0100 + + actor: Minor optimization to avoid get_preferred_* + + When the easing state has a duration of zero milliseconds we can skip + the entire create_transition() call inside set_width() and set_height(), + to avoid what may be a costly call to get_preferred_*. + + clutter/clutter-actor.c | 36 ++++++++++++++++++++++++++++++++++-- + 1 file changed, 34 insertions(+), 2 deletions(-) + +commit 9283eda3a3c7360059b21b7b7dea9bb4de9231f5 +Author: Emmanuele Bassi +Date: Wed Mar 28 16:39:30 2012 +0100 + + actor: Ensure we use the current easing duration and mode + + When updating a transition in flight, if the current easing state does + not match the transition's. + + clutter/clutter-actor.c | 19 ++++++++++++++++--- + 1 file changed, 16 insertions(+), 3 deletions(-) + +commit 0c86e11b9192be0c61c4e67135f2b16c355238b1 +Author: Emmanuele Bassi +Date: Wed Mar 28 13:21:58 2012 +0100 + + docs: Mention in-flight value changes + + clutter/clutter-actor.c | 21 +++++++++++++++++++++ + 1 file changed, 21 insertions(+) + +commit b17d56a35d47a2f66a89b133edb31328bd28883e +Author: Emmanuele Bassi +Date: Wed Mar 28 12:43:57 2012 +0100 + + actor: Check easing duration when updating in-flight transitions + + If we update a transition that is currently playing, we need to check + the current easing state, and look at the eventual duration, in case + the user wants to cancel the transition. + + clutter/clutter-actor.c | 15 ++++++++++++++- + 1 file changed, 14 insertions(+), 1 deletion(-) + +commit 835849c7bbe6dca4831f733bb59962ab53520960 +Author: Emmanuele Bassi +Date: Wed Mar 28 11:52:01 2012 +0100 + + actor: Simplify setters of animatable properties + + Instead of checking the duration of the current easing state we should + check if there's a transition in progress, and update it + unconditionally. + + If there is no easing state, or the easing state has a duration of zero + milliseconds, then create_transition() should bail out early and set the + requested final state. + + This allows us to write: + + clutter_actor_save_easing_state (actor); + clutter_actor_set_x (actor, 200); + clutter_actor_restore_easing_state (actor); + + [...] + + clutter_actor_set_x (actor, 100); + + and have the second set_x() update the easing in progress, instead of + being ignored. + + https://bugzilla.gnome.org/show_bug.cgi?id=672945 + + clutter/clutter-actor.c | 344 ++++++++++++++++++----------------------------- + 1 file changed, 129 insertions(+), 215 deletions(-) + +commit acd630f49c7bcb639f2fcc24a26ee0085e1ca9aa +Author: Emmanuele Bassi +Date: Wed Mar 28 11:49:53 2012 +0100 + + interactive/transitions: Add missing easing state save/restore + + The test hasn't been updated after commit 229241b8, and was trying to + change the easing state without creating one. + + tests/interactive/test-transitions.c | 4 ++++ + 1 file changed, 4 insertions(+) + +commit cb4e3235b575d38aaf01ac66d6d3e27169461681 +Author: Emmanuele Bassi +Date: Mon Mar 26 18:34:15 2012 +0100 + + actor: Add debug annotation in add_transition() + + clutter/clutter-actor.c | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +commit 0e96d2a4281e3798c313f421f9e696a52e581e25 +Author: Emmanuele Bassi +Date: Thu Mar 29 15:52:51 2012 +0100 + + actor: Make _clutter_actor_foreach_child() safe again + + We were using g_list_foreach() prior to the first Apocalypse, and that + function is resilient against changes to the list while iterating it; + since we are not using a GList any more, we need handle this case + ourselves. + + clutter/clutter-actor.c | 18 ++++++++++++++---- + 1 file changed, 14 insertions(+), 4 deletions(-) + +commit 0c2e0e75a0c3af7a4f59d640478fb6f2b75d8064 +Author: Emmanuele Bassi +Date: Sat Apr 7 23:07:59 2012 +0100 + + x11/device-manager-xi2: Remove heuristics for touchscreen devices + + Devices that have touch valuator classes will be touchscreens or + touchpads; anything else should be ignored. + + clutter/x11/clutter-device-manager-xi2.c | 3 --- + 1 file changed, 3 deletions(-) + +commit 25abc0bd739a127e7f6eb13485b99f85f1d3d4d8 +Author: Stefano Facchini +Date: Thu Mar 29 14:35:50 2012 +0200 + + canvas: avoid emission of "draw" signal when the size is zero + + This also avoids the warning + + Cogl-WARNING **: ./cogl-buffer.c:215: GL error (1285): Out of memory + + generated by cogl_buffer_map when the CoglBuffer has zero length. + + clutter/clutter-canvas.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit ba9c93fd0bc222177bd8a7578a8870ffe29dcd2b +Author: Emmanuele Bassi +Date: Wed Apr 4 15:33:32 2012 +0100 + + osx: Fix build + + clutter/osx/clutter-backend-osx.c | 13 ++++++------- + clutter/osx/clutter-backend-osx.h | 7 ++++++- + clutter/osx/clutter-osx.h | 2 ++ + clutter/osx/clutter-stage-osx.c | 33 ++++++++++++++++----------------- + 4 files changed, 30 insertions(+), 25 deletions(-) + +commit 2acd4f2d4d7aa0d0351484e70fac85f5c8d62a50 +Author: Owen W. Taylor +Date: Mon Apr 9 12:09:59 2012 -0400 + + ClutterText: Fix length passed to clutter_text_buffer_set_text() + + clutter_text_buffer_set_text() expects a char count, not a byte + count, so pass -1 rather than using strlen. + + https://bugzilla.gnome.org/show_bug.cgi?id=673783 + + clutter/clutter-text.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit bdb1109792aaca455628168e85e40f5ae046cddc +Author: Jasper St. Pierre +Date: Tue Mar 27 15:54:56 2012 -0300 + + actor: Invalidate the current state when popping easing states + + https://bugzilla.gnome.org/show_bug.cgi?id=672945 + + clutter/clutter-actor.c | 1 + + 1 file changed, 1 insertion(+) + +commit cc515ab11cf91412cd99deac3e2945d7ed4e2dae +Author: Emmanuele Bassi +Date: Wed Mar 28 08:34:36 2012 +0100 + + table-layout: Fix [xy]_expand + + A copy and paste thinko. + + https://bugzilla.gnome.org/show_bug.cgi?id=672853 + + clutter/clutter-table-layout.c | 7 ++----- + 1 file changed, 2 insertions(+), 5 deletions(-) + +commit 4e80eeb5471d965c8db3b1d13d9c735e8c056434 +Author: Emmanuele Bassi +Date: Tue Mar 27 12:09:28 2012 +0100 + + Remove unused fields from LayoutInfo + + The x_expand and y_expand members would mess up the initialization of + the constant LayoutInfo default structure. + + clutter/clutter-actor-private.h | 5 ----- + 1 file changed, 5 deletions(-) + +commit dd658ea8386529fb15aa1944e61a79ad4c74d57f +Author: Tristan Van Berkom +Date: Tue Mar 27 16:57:03 2012 +0900 + + Properly manage timeline refcounting in clutter_animation_set_timeline() + + This patch fixes clutter to not crash when multiple animations share + the same timeline and the actors are explicitly destroyed before + the timeline completes (bug 672890) + + clutter/clutter-animation.c | 15 +++++++++++---- + 1 file changed, 11 insertions(+), 4 deletions(-) + +commit 1c7bc5811bebd765f335b63ec6cef3a7a5b106b0 +Author: Neil Roberts +Date: Fri Mar 23 16:34:17 2012 +0000 + + configure: Fix the -o operator in a call to test + + The disjunction operator was misspelt as -O which tests whether the + following file is owned by the calling user. This doesn't take enough + arguments so bash was showing an error and the test was always + failing. This meant that NEED_XKB_UTILS was always false which should + have broken the build but the Makefile was mistakenly including + clutter-xkb-utils.c again if SUPPORT_WAYLAND is defined. + + See 1b77565e for reference. + + Reviewed-by: Emmanuele Bassi + + (cherry picked from commit 04f2be34b2cba22acdb497feb5ecbcc3233ccc6a) + + clutter/Makefile.am | 4 +--- + configure.ac | 2 +- + 2 files changed, 2 insertions(+), 4 deletions(-) + +commit 43a87276f7984dd3f1d2b4a57d812d0d35f8b881 +Author: Emmanuele Bassi +Date: Thu Mar 22 13:35:04 2012 +0000 + + Post-release version bump to 1.10.1 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + commit 640314e5322f93dd20c77db9e66e3e68c3c6577c Author: Emmanuele Bassi Date: Thu Mar 22 13:14:18 2012 +0000 @@ -20,7 +636,7 @@ Date: Thu Mar 22 13:20:55 2012 +0000 from the headers, we can just skip Clutter's own, and use only GLib's. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ffa484e732bcee5c53df14fcad3ec238fa9f72bc Author: Emmanuele Bassi @@ -30,8 +646,8 @@ Date: Wed Mar 21 14:01:31 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=672536 - clutter/osx/clutter-stage-osx.c | 44 ++++++++++++++++++++++++++++++++++---- - 1 files changed, 39 insertions(+), 5 deletions(-) + clutter/osx/clutter-stage-osx.c | 44 ++++++++++++++++++++++++++++++++++----- + 1 file changed, 39 insertions(+), 5 deletions(-) commit c0a02349800b2809832d593b897dbee00f33a3a0 Author: Jasper St. Pierre @@ -44,7 +660,7 @@ Date: Wed Mar 21 10:42:32 2012 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=672557 clutter/clutter-table-layout.c | 16 ++++------------ - 1 files changed, 4 insertions(+), 12 deletions(-) + 1 file changed, 4 insertions(+), 12 deletions(-) commit 0e2399e79dfd2d7900fa90f1616646a08b07022c Author: Jasper St. Pierre @@ -59,7 +675,7 @@ Date: Wed Mar 21 10:36:42 2012 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=672557 clutter/clutter-table-layout.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 890bf1438691273dee1f13c5cfe70bd9e43f5573 Author: Jasper St. Pierre @@ -74,7 +690,7 @@ Date: Wed Mar 21 09:36:07 2012 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=672557 clutter/clutter-table-layout.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 6bb486798639c65daae5000a0b725729a56db30c Author: Jasper St. Pierre @@ -89,7 +705,7 @@ Date: Wed Mar 21 09:35:37 2012 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=672557 clutter/clutter-table-layout.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6751056439e38fe4701a3fbd4940ed329e2b7f05 Author: Jasper St. Pierre @@ -98,7 +714,7 @@ Date: Thu Feb 16 14:06:25 2012 -0500 actor: Freeze property change notifications on destroy clutter/clutter-actor.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a8b8bd89e56447e2609372a6b1112530a19d8ba2 Author: Emmanuele Bassi @@ -107,7 +723,7 @@ Date: Wed Mar 21 14:01:11 2012 +0000 Fix fallback profile counter macro clutter/clutter-profile.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a7151519f369d3e1686d7fd3de0d231ecc93ae0 Author: Emmanuele Bassi @@ -115,8 +731,8 @@ Date: Wed Mar 21 13:30:28 2012 +0000 docs: Clean up the animations sections of the Actor reference - clutter/clutter-actor.c | 147 +++++++++++++++++++++++++++------------------- - 1 files changed, 86 insertions(+), 61 deletions(-) + clutter/clutter-actor.c | 147 +++++++++++++++++++++++++++-------------------- + 1 file changed, 86 insertions(+), 61 deletions(-) commit 7afc3b2fca6ffbfb160e1f32bbfcfe01a83c7867 Author: Emmanuele Bassi @@ -125,7 +741,7 @@ Date: Wed Mar 21 12:57:26 2012 +0000 interactive/scrolling: Use the implicit animation API tests/interactive/test-scrolling.c | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit ae3a4c3cfbad506c4a3df52a392a3c20a96a2da5 Author: Rico Tzschichholz @@ -134,7 +750,7 @@ Date: Wed Mar 21 13:59:54 2012 +0100 build: Remove superfluous ',' configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8678cb74e8868d0d7ad8614a401227f113982801 Author: Emmanuele Bassi @@ -146,7 +762,7 @@ Date: Tue Mar 20 16:18:20 2012 +0000 allocation issues. tests/conform/run-tests.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 133e663878f958e5cafe8d09bb1ffef9956dcd31 Author: Emmanuele Bassi @@ -170,7 +786,7 @@ Date: Tue Mar 20 14:06:10 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-compositor.h | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit e00384826dc5358b17de784922f09f1129b385d9 Author: Neil Roberts @@ -190,7 +806,7 @@ Date: Fri Mar 9 18:24:14 2012 +0000 clutter/wayland/clutter-event-wayland.c | 1 + clutter/wayland/clutter-input-device-wayland.c | 1 + clutter/wayland/clutter-stage-wayland.c | 1 + - 5 files changed, 8 insertions(+), 0 deletions(-) + 5 files changed, 8 insertions(+) commit dea90d2fe394d724e569f1558322bc7a9b35061f Author: Robert Bragg @@ -221,7 +837,7 @@ Date: Tue Mar 20 13:31:28 2012 +0000 wayland: Only try and resize the framebuffer if there is a valid framebuffer clutter/wayland/clutter-stage-wayland.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 2fc9934d2dd0bb1afc65dc951c3363f689d55cd1 Author: Emmanuele Bassi @@ -230,7 +846,7 @@ Date: Tue Mar 20 13:06:48 2012 +0000 docs: Reorganize the API reference index doc/reference/clutter/clutter-docs.xml.in | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 31ec4faa8f61462cc0b9ab4be4df0d3f569bcca4 Author: Emmanuele Bassi @@ -239,7 +855,7 @@ Date: Tue Mar 20 12:06:21 2012 +0000 docs: Fix typo clutter/clutter-transition.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cf5ac39552e59a84d3891531c3abd8af027bef70 Author: Emmanuele Bassi @@ -250,7 +866,7 @@ Date: Tue Mar 20 11:55:41 2012 +0000 Detail the implicit and explicit animation models used by ClutterActor. clutter/clutter-actor.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 71 insertions(+), 1 deletions(-) + 1 file changed, 71 insertions(+), 1 deletion(-) commit 4f62137302483537a30725aba1ae9d3fb0e9d0f4 Author: Emmanuele Bassi @@ -274,7 +890,7 @@ Date: Tue Mar 20 11:22:07 2012 +0000 Use g_clear_object() instead of unref() + NULL clutter/clutter-actor.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 48ca103de183fadb53017657cb1afd8f3295265a Author: Emmanuele Bassi @@ -287,7 +903,7 @@ Date: Tue Mar 20 11:17:53 2012 +0000 transitions just like other objects held by ClutterActor. clutter/clutter-actor.c | 44 +++++++++++++++++++++++++++++++------------- - 1 files changed, 31 insertions(+), 13 deletions(-) + 1 file changed, 31 insertions(+), 13 deletions(-) commit 9b1b554c1ab0dab0654bb3e661b632d4b740f568 Author: Chun-wei Fan @@ -312,8 +928,8 @@ Date: Tue Mar 20 16:16:57 2012 +0800 Link to GDK-Pixbuf as well. - .../win32/vs10/test-interactive-clutter.vcxprojin | 8 ++++---- - build/win32/vs9/test-interactive-clutter.vcprojin | 8 ++++---- + build/win32/vs10/test-interactive-clutter.vcxprojin | 8 ++++---- + build/win32/vs9/test-interactive-clutter.vcprojin | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) commit 073ec80c05c27a36d2412f9d6784c12c01417bc5 @@ -325,7 +941,7 @@ Date: Mon Mar 19 18:10:26 2012 +0000 Instead of clutter_actor_animate(). doc/cookbook/examples/animations-moving-implicit.c | 42 ++++++++++---------- - 1 files changed, 21 insertions(+), 21 deletions(-) + 1 file changed, 21 insertions(+), 21 deletions(-) commit 65cf2039d89f00811beacea4ce98b5003df49f94 Author: Emmanuele Bassi @@ -338,7 +954,7 @@ Date: Mon Mar 19 18:05:29 2012 +0000 the ::completed chain of handlers has been called. clutter/clutter-timeline.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1dbb1db1837f18ad59a1c4f4830fcdfe0f434299 Author: Chao-Hsiung Liao @@ -346,8 +962,8 @@ Date: Mon Mar 19 23:45:28 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) - po/zh_HK.po | 607 +++++++++++++++++++++++++++++++++++----------------------- - po/zh_TW.po | 607 +++++++++++++++++++++++++++++++++++----------------------- + po/zh_HK.po | 607 +++++++++++++++++++++++++++++++++++------------------------ + po/zh_TW.po | 607 +++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 732 insertions(+), 482 deletions(-) commit 03c504efc9f45917f84d11dbe7eb982380738487 @@ -357,7 +973,7 @@ Date: Mon Mar 19 15:23:08 2012 +0000 Post-release version bump to 1.9.17 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aa6ba2c706a5d53d8a994694d021edb0c07f03f2 Author: Emmanuele Bassi @@ -367,7 +983,7 @@ Date: Mon Mar 19 15:10:04 2012 +0000 NEWS | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 65 insertions(+), 1 deletions(-) + 2 files changed, 65 insertions(+), 1 deletion(-) commit 28266a59ed9082fbf5ce453a498b61e833644786 Author: Emmanuele Bassi @@ -389,7 +1005,7 @@ Date: Mon Mar 19 14:47:55 2012 +0000 it was just a side-effect of the wrong implementation of the setter. tests/conform/actor-anchors.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 5a77f814abfee368e4322d5dacbfce1869bc3149 Author: Emmanuele Bassi @@ -406,7 +1022,7 @@ Date: Mon Mar 19 14:40:46 2012 +0000 modern, or semi-modern, API. clutter/x11/clutter-keymap-x11.c | 25 ++++++++++++++++++++++++- - 1 files changed, 24 insertions(+), 1 deletions(-) + 1 file changed, 24 insertions(+), 1 deletion(-) commit 09a317d23dc7d4785c31f8393b54392b5f473f60 Author: Emmanuele Bassi @@ -423,7 +1039,7 @@ Date: Mon Mar 19 14:28:34 2012 +0000 clutter/x11/clutter-backend-x11.h | 1 + clutter/x11/clutter-device-manager-xi2.c | 177 +++++++++++++++++++++++++++++- clutter/x11/clutter-input-device-xi2.c | 10 ++ - 6 files changed, 207 insertions(+), 1 deletions(-) + 6 files changed, 207 insertions(+), 1 deletion(-) commit d15b828cc5749772a46bee07277aa1694c67a1fd Author: Emmanuele Bassi @@ -436,10 +1052,10 @@ Date: Mon Mar 19 13:47:19 2012 +0000 clutter/clutter-enums.h | 18 ++++++++- clutter/clutter-event.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-event.h | 55 ++++++++++++++++++++++++++ - clutter/clutter-main.c | 9 ++++ + clutter/clutter-event.h | 55 +++++++++++++++++++++++++++ + clutter/clutter-main.c | 9 +++++ clutter/clutter.symbols | 1 + - 5 files changed, 179 insertions(+), 1 deletions(-) + 5 files changed, 179 insertions(+), 1 deletion(-) commit ab3582be1cca307350389ca6bcb326b4fce35d73 Author: Emmanuele Bassi @@ -449,7 +1065,7 @@ Date: Mon Mar 19 12:19:26 2012 +0000 clutter/gdk/clutter-event-gdk.c | 3 +++ clutter/gdk/clutter-stage-gdk.h | 3 ++- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 1c500f7de9d02c826e333e7dfd90aa8bb677d484 Author: Emmanuele Bassi @@ -461,7 +1077,7 @@ Date: Mon Mar 19 14:27:54 2012 +0000 server tells us that the device has changed. clutter/x11/clutter-device-manager-xi2.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 676a31743993915437da419551d7c5193f0b9f43 Author: Emmanuele Bassi @@ -469,7 +1085,7 @@ Date: Mon Mar 19 12:16:53 2012 +0000 x11: Add support for scroll valuators on XInput2.2 - clutter/clutter-device-manager-private.h | 23 ++++++ + clutter/clutter-device-manager-private.h | 23 +++++++ clutter/clutter-input-device.c | 96 ++++++++++++++++++++++++++ clutter/x11/clutter-backend-x11.c | 5 ++ clutter/x11/clutter-device-manager-xi2.c | 111 +++++++++++++++++++++++++++++- @@ -487,9 +1103,9 @@ Date: Mon Mar 19 12:15:41 2012 +0000 clutter/clutter-enums.h | 7 ++++- clutter/clutter-event.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-event.h | 8 +++++ - clutter/clutter.symbols | 2 + - 4 files changed, 87 insertions(+), 1 deletions(-) + clutter/clutter-event.h | 8 ++++++ + clutter/clutter.symbols | 2 ++ + 4 files changed, 87 insertions(+), 1 deletion(-) commit 4fcd32025580c35b2133369159f411ea508e3d3b Author: Emmanuele Bassi @@ -498,7 +1114,7 @@ Date: Mon Mar 19 12:13:01 2012 +0000 Check for XInput 2.2 extension configure.ac | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit 28bfebc7ec27f01000c3ec1591d3117e8d7f0052 Author: Carles Ferrando @@ -507,7 +1123,7 @@ Date: Mon Mar 19 01:15:12 2012 +0100 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1693 +++++++++++++++++++++++++++++++---------------------- - 1 files changed, 984 insertions(+), 709 deletions(-) + 1 file changed, 984 insertions(+), 709 deletions(-) commit 36f8314e320fcb2c489d76c53855a3d582b2ac79 Author: Gil Forcada @@ -516,7 +1132,7 @@ Date: Mon Mar 19 01:15:07 2012 +0100 [l10n] Updated Catalan translation po/ca.po | 334 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 209 insertions(+), 125 deletions(-) + 1 file changed, 209 insertions(+), 125 deletions(-) commit ff10941ac752b5c662fb7983c532fac2599c051e Author: Bruno Brouard @@ -525,7 +1141,7 @@ Date: Sun Mar 18 21:41:05 2012 +0100 Updated French translation po/fr.po | 1861 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1069 insertions(+), 792 deletions(-) + 1 file changed, 1069 insertions(+), 792 deletions(-) commit b0a0e5e177c8e5b76d3eb9a305ac3fb58305bf27 Author: Alexander Shopov @@ -534,7 +1150,7 @@ Date: Sun Mar 18 20:29:17 2012 +0200 Updated Bulgarian translation po/bg.po | 442 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 263 insertions(+), 179 deletions(-) + 1 file changed, 263 insertions(+), 179 deletions(-) commit bf7f0a492eb1443e48fe6eb133ee92851e69de62 Author: Daniel Nylander @@ -543,7 +1159,7 @@ Date: Sun Mar 18 11:04:34 2012 +0100 Updated Swedish translation po/sv.po | 1926 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1125 insertions(+), 801 deletions(-) + 1 file changed, 1125 insertions(+), 801 deletions(-) commit 103438cfe2b51f479c6f6ccce4afc1ba1b0406f0 Author: Emmanuele Bassi @@ -557,7 +1173,7 @@ Date: Sun Mar 18 08:07:56 2012 +0000 removal of the last transition fits the bill pretty neatly. clutter/clutter-actor.c | 34 +++++++++++++++++++++++++++++++++- - 1 files changed, 33 insertions(+), 1 deletions(-) + 1 file changed, 33 insertions(+), 1 deletion(-) commit a37ec4bd34f549ac7c3614616940f2aef2de1ff1 Author: Jasper St. Pierre @@ -566,7 +1182,7 @@ Date: Sun Mar 18 03:07:31 2012 -0400 script-parser: Fix build clutter/clutter-script-parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4da8001cac3ba14286f99bc9e35e2ec24dee0421 Author: Marek Černocký @@ -575,7 +1191,7 @@ Date: Sun Mar 18 07:57:52 2012 +0100 Updated Czech translation po/cs.po | 1181 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 643 insertions(+), 538 deletions(-) + 1 file changed, 643 insertions(+), 538 deletions(-) commit 5b6d9e0f2b10ac1abad22415493333a5e223ea31 Author: Adam Matoušek @@ -584,7 +1200,7 @@ Date: Sun Mar 18 07:38:15 2012 +0100 Updated Czech translation po/cs.po | 1866 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1033 insertions(+), 833 deletions(-) + 1 file changed, 1033 insertions(+), 833 deletions(-) commit 4d42904fcc748df33adaa3b76f6d6fc664bf1842 Author: Lionel Landwerlin @@ -603,7 +1219,7 @@ Date: Sat Mar 17 23:52:48 2012 +0000 Signed-off-by: Lionel Landwerlin clutter/x11/clutter-stage-x11.c | 37 +++++++++++++++++++++++++------------ - 1 files changed, 25 insertions(+), 12 deletions(-) + 1 file changed, 25 insertions(+), 12 deletions(-) commit efac119cabe99425aeeb05e970cf4c2b76a45cab Author: Duarte Loreto @@ -612,7 +1228,7 @@ Date: Sun Mar 18 00:19:04 2012 +0000 Updated Portuguese translation po/pt.po | 1686 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 986 insertions(+), 700 deletions(-) + 1 file changed, 986 insertions(+), 700 deletions(-) commit d5738b6bd4e40f36ca09cfd730968c8035d3ad62 Author: Emmanuele Bassi @@ -623,7 +1239,7 @@ Date: Sat Mar 17 22:55:33 2012 +0000 This should cover all the possible options. clutter/clutter-script-parser.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 837b6cf756f8683a8c69184d32d3ea10e41191b1 Author: Мирослав Николић @@ -646,7 +1262,7 @@ Date: Sat Mar 17 16:49:35 2012 +0000 around to later segfault on. clutter/clutter-actor.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 229241b8757a0192f2c2ade3f0ce50f311aeea99 Author: Emmanuele Bassi @@ -663,7 +1279,7 @@ Date: Sat Mar 17 16:46:38 2012 +0000 preferrable. clutter/clutter-actor.c | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit b3b1994c132743c7f68f5aec811170ecc51b6c6c Author: Emmanuele Bassi @@ -695,7 +1311,7 @@ Date: Sat Mar 17 18:30:43 2012 +0200 Updated Lithuanian translation po/lt.po | 1096 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 607 insertions(+), 489 deletions(-) + 1 file changed, 607 insertions(+), 489 deletions(-) commit 82bc7285847ef50aae3d4e48907309ec509105ad Author: Emmanuele Bassi @@ -721,7 +1337,7 @@ Date: Sat Mar 17 16:17:39 2012 +0000 call it, along with the scale factor. clutter/clutter-actor.c | 67 +++++++++++++++++++++-------------------------- - 1 files changed, 30 insertions(+), 37 deletions(-) + 1 file changed, 30 insertions(+), 37 deletions(-) commit 5e9d6f72577c788c24049d8057f856a0f669fa59 Author: Emmanuele Bassi @@ -729,10 +1345,10 @@ Date: Sat Mar 17 15:27:26 2012 +0000 Add some utility initializers to ClutterActorBox - clutter/clutter-actor-box.c | 58 +++++++++++++++++++++++++-- - clutter/clutter-types.h | 28 +++++++++++++ + clutter/clutter-actor-box.c | 58 +++++++++++++++++++++++++--- + clutter/clutter-types.h | 28 ++++++++++++++ clutter/clutter.symbols | 2 + - doc/reference/clutter/clutter-sections.txt | 3 + + doc/reference/clutter/clutter-sections.txt | 3 ++ 4 files changed, 86 insertions(+), 5 deletions(-) commit e1a31bb587b7e5b18d169c2db1c910cf323a9186 @@ -742,7 +1358,7 @@ Date: Sat Mar 17 15:04:38 2012 +0100 Updated Galician translations po/gl.po | 296 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 174 insertions(+), 122 deletions(-) + 1 file changed, 174 insertions(+), 122 deletions(-) commit b6f5609b2f3cc582e499e6d24ed05fe08807592d Author: Emmanuele Bassi @@ -758,7 +1374,7 @@ Date: Fri Mar 16 23:10:28 2012 +0000 patch that has been verified to work in GDK. clutter/osx/clutter-stage-osx.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit f7735ff1ad66444ede0fbc8e45447e7e0b4ce895 Author: Emmanuele Bassi @@ -769,7 +1385,7 @@ Date: Fri Mar 16 18:10:34 2012 +0000 The Actor class is not abstract any more. clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e5e10b6a04486f6936265727b099390fd99f2f5a Author: Emmanuele Bassi @@ -784,7 +1400,7 @@ Date: Fri Mar 16 17:30:26 2012 +0000 clutter/clutter-paint-nodes.h | 10 ++++++++++ clutter/clutter-property-transition.h | 4 ++++ clutter/clutter-transition.h | 7 +++++++ - 7 files changed, 46 insertions(+), 0 deletions(-) + 7 files changed, 46 insertions(+) commit 1df14c1bac2c903466d975946a4c29a892ed28c1 Author: Emmanuele Bassi @@ -794,9 +1410,9 @@ Date: Fri Mar 16 16:16:40 2012 +0000 Add some more debugging notes to the layout and paint node output. - clutter/clutter-actor.c | 51 +++++++++++++++++++-------------- + clutter/clutter-actor.c | 51 +++++++++++++++++++--------------- clutter/clutter-paint-node-private.h | 2 +- - clutter/clutter-paint-nodes.c | 38 ++++++++++++++++++++++++- + clutter/clutter-paint-nodes.c | 38 +++++++++++++++++++++++-- 3 files changed, 66 insertions(+), 25 deletions(-) commit a7714e294ee26f52cabb96694ce871d2dffebe7e @@ -809,7 +1425,7 @@ Date: Fri Mar 16 16:13:11 2012 +0000 not have an allocation, we are just going to return a 0-box. clutter/clutter-actor.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit de32ba1ddfa73901fea0146ec462754a420659b0 Author: Emmanuele Bassi @@ -818,7 +1434,7 @@ Date: Fri Mar 16 15:05:42 2012 +0000 interactive/image-box: Clarify the label contents tests/interactive/test-image-box.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 800b5b6ef7f45c280347a521c16682b16f051657 Author: Emmanuele Bassi @@ -829,7 +1445,7 @@ Date: Fri Mar 16 14:26:28 2012 +0000 It got lost during a rebase conflict resolution. clutter/clutter-actor.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 72b202c7ed268ae3f5fe9d8b1a0d3b7a9b646ad5 Author: Piotr Drąg @@ -838,7 +1454,7 @@ Date: Fri Mar 16 15:25:30 2012 +0100 Updated Polish translation po/pl.po | 296 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 174 insertions(+), 122 deletions(-) + 1 file changed, 174 insertions(+), 122 deletions(-) commit 9ac9fa903a3ff41790ed5442cf5e475b25d68dd5 Author: Bruce Cowan @@ -847,7 +1463,7 @@ Date: Fri Mar 16 14:18:12 2012 +0000 Updated British English translation po/en_GB.po | 443 +++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 264 insertions(+), 179 deletions(-) + 1 file changed, 264 insertions(+), 179 deletions(-) commit 045beaff5a8d31e2a4e42ace9ad811ec1558720f Author: Piotr Drąg @@ -856,7 +1472,7 @@ Date: Fri Mar 16 15:12:38 2012 +0100 Updated POTFILES.in po/POTFILES.in | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit b05717575cf17fec578ce0a4c26de788324ad08a Author: Nilamdyuti Goswami @@ -865,7 +1481,7 @@ Date: Fri Mar 16 19:30:46 2012 +0530 Assamese translation updated po/as.po | 322 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 189 insertions(+), 133 deletions(-) + 1 file changed, 189 insertions(+), 133 deletions(-) commit cb69be6b97eaa62418d60540b4de532f544e631b Author: Matej Urbančič @@ -873,8 +1489,8 @@ Date: Fri Mar 16 14:58:09 2012 +0100 Updated Slovenian translation - po/sl.po | 307 ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 181 insertions(+), 126 deletions(-) + po/sl.po | 307 ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 181 insertions(+), 126 deletions(-) commit a7b076b7aaba761705ff861aaf70d26e0577efb5 Author: Daniel Mustieles @@ -882,8 +1498,8 @@ Date: Fri Mar 16 14:13:57 2012 +0100 Updated Spanish translation - po/es.po | 310 ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 183 insertions(+), 127 deletions(-) + po/es.po | 310 +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 183 insertions(+), 127 deletions(-) commit a3007b9847e0ff527c1a11f111c6dfa491378858 Author: Emmanuele Bassi @@ -894,7 +1510,7 @@ Date: Fri Mar 16 12:21:19 2012 +0000 The code should be a tad more relaxed. doc/cookbook/examples/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cbed0484c01471e06a2302097e6f632d1e427c5b Author: Emmanuele Bassi @@ -903,7 +1519,7 @@ Date: Fri Mar 16 12:19:33 2012 +0000 po: Update POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ae554a5061b64ee7b4d157f91467c19ce74495fa Author: Emmanuele Bassi @@ -957,7 +1573,7 @@ Date: Fri Mar 16 12:01:28 2012 +0000 docs: Add ClutterActorClass.paint_node() description clutter/clutter-actor.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8904f7cbe4525d0d458dbb9ad8c011113f13074a Author: Emmanuele Bassi @@ -973,8 +1589,8 @@ Date: Fri Mar 16 11:57:34 2012 +0000 clutter/clutter-paint-node-private.h | 50 +++++++++++++++++++++++++++- clutter/clutter-paint-node.c | 11 +++++- - clutter/clutter-paint-node.h | 15 -------- - clutter/clutter-paint-nodes.c | 36 ++++++++++--------- + clutter/clutter-paint-node.h | 15 --------- + clutter/clutter-paint-nodes.c | 36 ++++++++++---------- clutter/clutter-paint-nodes.h | 23 ------------- clutter/clutter.symbols | 11 ------ doc/reference/clutter/clutter-sections.txt | 18 ---------- @@ -988,7 +1604,7 @@ Date: Thu Mar 15 19:08:20 2012 +0000 clutter/clutter-image.c | 2 ++ doc/reference/clutter/clutter-docs.xml.in | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit d123e4b701a458b8674bd5f3dca20de8dc70f017 Author: Emmanuele Bassi @@ -997,7 +1613,7 @@ Date: Thu Mar 15 19:02:39 2012 +0000 Update release notes README.in | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0a2ee1709b644cbead9a4540950e7a0d34ae1861 Author: Emmanuele Bassi @@ -1016,7 +1632,7 @@ Date: Tue Mar 13 17:19:15 2012 +0000 interactive/image-box: Remove unneeded stuff tests/interactive/test-image-box.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 10e2f551f5d7a3f67b1481fefd673fef5da9a11e Author: Emmanuele Bassi @@ -1042,7 +1658,7 @@ Date: Mon Mar 12 16:07:55 2012 +0000 po: Update POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5432775eff1b8cacc895d8511b90c51cb441cddd Author: Emmanuele Bassi @@ -1055,7 +1671,7 @@ Date: Mon Mar 12 15:52:55 2012 +0000 set to clamp-to-edge. clutter/clutter-paint-nodes.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 75e6560160034ac831965aa7870d710fc558641a Author: Emmanuele Bassi @@ -1084,7 +1700,7 @@ Date: Mon Mar 12 15:25:38 2012 +0000 clutter/clutter-image.h | 4 ++++ clutter/clutter.symbols | 1 + doc/reference/clutter/clutter-sections.txt | 1 + - 4 files changed, 31 insertions(+), 0 deletions(-) + 4 files changed, 31 insertions(+) commit 9845ce9d89655882a19b3079d76397fbcd35e677 Author: Emmanuele Bassi @@ -1092,8 +1708,8 @@ Date: Fri Mar 9 16:26:44 2012 +0000 actor: Fix RESIZE_ASPECT mode for the content box - clutter/clutter-actor.c | 58 ++++++++++++++++++++++++++--------- - tests/interactive/test-image-box.c | 20 +++++++++--- + clutter/clutter-actor.c | 58 ++++++++++++++++++++++++++---------- + tests/interactive/test-image-box.c | 20 +++++++++---- 2 files changed, 58 insertions(+), 20 deletions(-) commit b6403b01a14677d0ec88928f292aa1aa08b39283 @@ -1102,9 +1718,9 @@ Date: Fri Mar 9 17:11:19 2012 +0000 Documentation fixes - clutter/clutter-actor.c | 19 +++++++++---- - clutter/clutter-enums.h | 12 ++++++++ - clutter/clutter-image.c | 40 ++++++++++++++++++++++++++- + clutter/clutter-actor.c | 19 ++++++++----- + clutter/clutter-enums.h | 12 +++++++++ + clutter/clutter-image.c | 40 ++++++++++++++++++++++++++-- doc/reference/clutter/clutter-sections.txt | 20 ++++++++++++++ 4 files changed, 83 insertions(+), 8 deletions(-) @@ -1116,7 +1732,7 @@ Date: Fri Mar 9 16:26:34 2012 +0000 tests/interactive/Makefile.am | 4 +- tests/interactive/test-image-box.c | 100 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 103 insertions(+), 1 deletions(-) + 2 files changed, 103 insertions(+), 1 deletion(-) commit 6c181b96e9f0699aea33fc27aa0e31819be7d326 Author: Emmanuele Bassi @@ -1142,7 +1758,7 @@ Date: Fri Mar 9 14:56:58 2012 +0000 conditional for gdk-pibxuf. configure.ac | 29 ++++++++++++++++++++++++++++- - 1 files changed, 28 insertions(+), 1 deletions(-) + 1 file changed, 28 insertions(+), 1 deletion(-) commit f90330867e2677394283bc6c6a3a30b9252b5f13 Author: Emmanuele Bassi @@ -1151,7 +1767,7 @@ Date: Thu Mar 8 17:37:00 2012 +0000 Update clutter.symbols clutter/clutter.symbols | 51 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 51 insertions(+), 0 deletions(-) + 1 file changed, 51 insertions(+) commit 23fad8589ca67696ef5328ff1c7c5a3cb28bc296 Author: Emmanuele Bassi @@ -1160,7 +1776,7 @@ Date: Thu Mar 8 17:19:58 2012 +0000 interactive/canvas: Set the scaling filters tests/interactive/test-canvas.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit fb106ece058ee43673f425b997e34886540ac751 Author: Emmanuele Bassi @@ -1174,7 +1790,7 @@ Date: Thu Mar 8 17:19:12 2012 +0000 clutter/clutter-canvas.c | 4 ++- clutter/clutter-image.c | 4 ++- - clutter/clutter-paint-nodes.c | 58 ++++++++++++++++++++++++++++------------ + clutter/clutter-paint-nodes.c | 58 ++++++++++++++++++++++++++++------------- clutter/clutter-paint-nodes.h | 4 ++- 4 files changed, 49 insertions(+), 21 deletions(-) @@ -1188,9 +1804,9 @@ Date: Thu Mar 8 17:18:17 2012 +0000 content of an actor. clutter/clutter-actor.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++- - clutter/clutter-actor.h | 8 +++ - clutter/clutter-enums.h | 6 ++ - 3 files changed, 133 insertions(+), 1 deletions(-) + clutter/clutter-actor.h | 8 ++++ + clutter/clutter-enums.h | 6 +++ + 3 files changed, 133 insertions(+), 1 deletion(-) commit cadae5b3257b5f3c1455554036bd85e04e5dc399 Author: Emmanuele Bassi @@ -1202,7 +1818,7 @@ Date: Thu Mar 8 16:38:45 2012 +0000 clutter/clutter-image.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-image.h | 101 +++++++++++++++++++++++++ clutter/clutter.h | 1 + - 4 files changed, 294 insertions(+), 0 deletions(-) + 4 files changed, 294 insertions(+) commit f2b9c17a78d539dafbab2ad4922b22bb1978fd30 Author: Emmanuele Bassi @@ -1211,7 +1827,7 @@ Date: Thu Mar 8 16:38:30 2012 +0000 canvas: Fix single header inclusion guard clutter/clutter-canvas.h | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 0eeb61f3a890dbed51fa8d82c016572f5d3442b7 Author: Emmanuele Bassi @@ -1281,7 +1897,7 @@ Date: Mon Mar 5 19:02:16 2012 +0000 signal emission. tests/conform/test-conform-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 485b720a543002c2d1344452fb6d2de6ec418303 Author: Emmanuele Bassi @@ -1293,7 +1909,7 @@ Date: Mon Mar 5 19:01:30 2012 +0000 paint signal is not. tests/conform/text-cache.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e54ee64380fa186b59538327c49dbcf6f7efd7a8 Author: Emmanuele Bassi @@ -1309,8 +1925,8 @@ Date: Mon Mar 5 18:32:16 2012 +0000 API, and we retain backward compatibility in the interim period between 1.10 and 2.0. - clutter/clutter-actor.c | 96 +++++++++++++++++++++++++++------------------- - 1 files changed, 56 insertions(+), 40 deletions(-) + clutter/clutter-actor.c | 96 +++++++++++++++++++++++++++-------------------- + 1 file changed, 56 insertions(+), 40 deletions(-) commit a58be8aad15b0248578de11405832b23332a7d99 Author: Emmanuele Bassi @@ -1319,7 +1935,7 @@ Date: Mon Mar 5 18:32:02 2012 +0000 paint-nodes: Fix compiler warning clutter/clutter-paint-nodes.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ff7eb6c0a9b1920678bac45de039331c71f553c1 Author: Emmanuele Bassi @@ -1330,7 +1946,7 @@ Date: Mon Feb 20 10:09:58 2012 +0000 So that Clutter can decide whether or not to clip the text properly. tests/interactive/test-content.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 51cca132e0d91a5cc9db8407d8eee42992acd1e6 Author: Emmanuele Bassi @@ -1342,7 +1958,7 @@ Date: Mon Feb 20 10:09:05 2012 +0000 the PangoLayout, just like we do for ClutterText. clutter/clutter-paint-nodes.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit fa77274e808e84f83f856e0d0a5ab997eb091d25 Author: Emmanuele Bassi @@ -1353,8 +1969,8 @@ Date: Sat Feb 4 12:58:40 2012 +0000 The attached and detached virtual functions are now informative, and not normative - which means it's a good idea to provide them as signals. - clutter/clutter-content.c | 54 +++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 52 insertions(+), 2 deletions(-) + clutter/clutter-content.c | 54 +++++++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 52 insertions(+), 2 deletions(-) commit 2f0d29ad75f7d616e4d368d6da758d4b6b72c376 Author: Emmanuele Bassi @@ -1365,8 +1981,8 @@ Date: Sat Feb 4 12:49:49 2012 +0000 The virtual functions on the ClutterContent interface should provide hooks for application code, not be the actual implementation. - clutter/clutter-content.c | 83 +++++++++++++++++++++++--------------------- - clutter/clutter-content.h | 11 ++---- + clutter/clutter-content.c | 83 +++++++++++++++++++++++---------------------- + clutter/clutter-content.h | 11 +++--- 2 files changed, 47 insertions(+), 47 deletions(-) commit f4d8fb054a911aaa69aef9fa40ff4fec4e385b4c @@ -1395,7 +2011,7 @@ Date: Thu Feb 2 14:51:17 2012 +0000 clutter/clutter-content.c | 2 +- doc/reference/clutter/Makefile.am | 1 + - doc/reference/clutter/clutter-docs.xml.in | 10 + + doc/reference/clutter/clutter-docs.xml.in | 10 ++ doc/reference/clutter/clutter-sections.txt | 266 ++++++++++++++++++++-------- doc/reference/clutter/clutter.types | 2 + 5 files changed, 205 insertions(+), 76 deletions(-) @@ -1407,7 +2023,7 @@ Date: Wed Feb 1 19:26:15 2012 +0000 docs: Update documentation on the paint sequence clutter/clutter-actor.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 77 insertions(+), 0 deletions(-) + 1 file changed, 77 insertions(+) commit be4746b15f339c7959ff5a3df94b8f289c274ab3 Author: Emmanuele Bassi @@ -1428,7 +2044,7 @@ Date: Wed Feb 1 18:33:55 2012 +0000 clutter/Makefile.am | 3 + clutter/clutter-actor.c | 417 ++++++++++++++++++++++++++++++++++++- clutter/clutter-actor.h | 15 ++ - clutter/clutter-content-private.h | 47 ++++ + clutter/clutter-content-private.h | 47 +++++ clutter/clutter-content.c | 248 ++++++++++++++++++++++ clutter/clutter-content.h | 100 +++++++++ clutter/clutter-enums.h | 36 ++++ @@ -1459,8 +2075,8 @@ Date: Wed Feb 1 17:47:15 2012 +0000 Once we are able to get rid of the paint (and pick) sequences, we'll switch to a fully retained render tree. - clutter/clutter-actor.c | 69 ++++++++++++++++++++++++++++++++++++---------- - clutter/clutter-actor.h | 7 +++- + clutter/clutter-actor.c | 69 ++++++++++++++++++++++++++++++++++++----------- + clutter/clutter-actor.h | 7 +++-- 2 files changed, 59 insertions(+), 17 deletions(-) commit b83dc6abfaed4ac16af2cad412d6382f5b0aa427 @@ -1498,7 +2114,7 @@ Date: Wed Feb 1 15:51:27 2012 +0000 clutter/clutter-paint-nodes.h | 161 +++++ clutter/clutter-types.h | 1 + clutter/clutter.h | 2 + - 8 files changed, 2640 insertions(+), 0 deletions(-) + 8 files changed, 2640 insertions(+) commit 696017edf25bb2ae4c92cacb699e0c784cfc115d Author: Daniel Mustieles @@ -1507,7 +2123,7 @@ Date: Fri Mar 16 13:04:34 2012 +0100 Updated Spanish translation po/es.po | 394 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 214 insertions(+), 180 deletions(-) + 1 file changed, 214 insertions(+), 180 deletions(-) commit 0316dfc21303037843d9c1b9d0408dc06edb36b8 Author: Nilamdyuti Goswami @@ -1516,7 +2132,7 @@ Date: Fri Mar 16 12:54:23 2012 +0530 Assamese translation updated po/as.po | 396 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 215 insertions(+), 181 deletions(-) + 1 file changed, 215 insertions(+), 181 deletions(-) commit 024ebfc0cfd3eabe7c1d2793600e79f355877f15 Author: Fran Diéguez @@ -1524,8 +2140,8 @@ Date: Fri Mar 16 01:56:03 2012 +0100 Updated Galician translations - po/gl.po | 388 +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 210 insertions(+), 178 deletions(-) + po/gl.po | 388 ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 210 insertions(+), 178 deletions(-) commit 291ec65a535fb4b4f883347e0fe4b5f325611185 Author: Matej Urbančič @@ -1534,7 +2150,7 @@ Date: Thu Mar 15 21:57:19 2012 +0100 Updated Slovenian translation po/sl.po | 390 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 210 insertions(+), 180 deletions(-) + 1 file changed, 210 insertions(+), 180 deletions(-) commit d56feaa523b1d5c03842bf437c0a39c11dba6a7c Author: Piotr Drąg @@ -1542,8 +2158,8 @@ Date: Thu Mar 15 20:53:33 2012 +0100 Updated Polish translation - po/pl.po | 280 ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 156 insertions(+), 124 deletions(-) + po/pl.po | 280 ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 156 insertions(+), 124 deletions(-) commit bbb6f09bcf5e4dd4377b3f9e5f24fc4fa5ec9551 Author: Piotr Drąg @@ -1552,7 +2168,7 @@ Date: Thu Mar 15 20:47:06 2012 +0100 Updated POTFILES.in po/POTFILES.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit cbcc84022e3174e8cb3f0d08f93900666be8116d Author: Emmanuele Bassi @@ -1561,7 +2177,7 @@ Date: Thu Mar 15 17:51:22 2012 +0000 animator: Fix NULL check clutter/clutter-animator.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fa9be0ba738d16a0b2330ad329c2484c357be70b Author: Emmanuele Bassi @@ -1570,7 +2186,7 @@ Date: Thu Mar 15 17:42:42 2012 +0000 interactive/texture-async: Use implicit animations tests/interactive/test-texture-async.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 7f1f9a50c1a631894f4292773ef135421fc7a65b Author: Emmanuele Bassi @@ -1585,7 +2201,7 @@ Date: Thu Mar 15 17:41:28 2012 +0000 when we bump API for 2.0. clutter/clutter-actor.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 6a8d67a8ad292d68f9cf59467cf92bf4e7b49abe Author: Emmanuele Bassi @@ -1594,7 +2210,7 @@ Date: Thu Mar 15 17:32:53 2012 +0000 I should compile the changes I make clutter/clutter-actor.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5e652b91d65f2daa3c9bb88ec4d2fdfe9e71ac4f Author: Emmanuele Bassi @@ -1605,7 +2221,7 @@ Date: Thu Mar 15 17:31:36 2012 +0000 We now store a closure, not directly a ClutterTransition instance. clutter/clutter-actor.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 9e1ec8283894e4f4b354381cd989ab4c0df56af6 Author: Emmanuele Bassi @@ -1615,7 +2231,7 @@ Date: Thu Mar 15 16:57:18 2012 +0000 clutter/clutter-actor.c | 2 +- doc/reference/clutter/clutter-sections.txt | 2 ++ - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit 0cf9ad82c4c8b9d4c1b6b1d6f9206303a43b3534 Author: Emmanuele Bassi @@ -1624,7 +2240,7 @@ Date: Thu Mar 15 16:53:19 2012 +0000 symbols: Update clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4bd3583dbf59d1882d2b7704d6a1416176df80d6 Author: Emmanuele Bassi @@ -1651,7 +2267,7 @@ Date: Thu Mar 15 13:53:56 2012 +0000 transition: Clear the animatable member when removing on complete clutter/clutter-transition.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 514466601e93421fad985975c7a1938452a60188 Author: Emmanuele Bassi @@ -1664,7 +2280,7 @@ Date: Thu Mar 15 13:52:09 2012 +0000 instance. clutter/clutter-transition.c | 17 ++++++++++++----- - 1 files changed, 12 insertions(+), 5 deletions(-) + 1 file changed, 12 insertions(+), 5 deletions(-) commit 388f818f419b9aa745ca1d6ad6bd300c4b859df7 Author: Emmanuele Bassi @@ -1681,9 +2297,9 @@ Date: Thu Mar 15 13:50:28 2012 +0000 clutter/clutter-timeline.c | 54 ++++++++++++++++++++++++++++ clutter/clutter-timeline.h | 5 +++ - clutter/clutter.symbols | 2 + - doc/reference/clutter/clutter-sections.txt | 2 + - 4 files changed, 63 insertions(+), 0 deletions(-) + clutter/clutter.symbols | 2 ++ + doc/reference/clutter/clutter-sections.txt | 2 ++ + 4 files changed, 63 insertions(+) commit 1511e588df3366034de9115741e23b5d43923ab2 Author: Emmanuele Bassi @@ -1706,10 +2322,10 @@ Date: Thu Mar 15 12:24:02 2012 +0000 clutter/clutter-actor-private.h | 1 + clutter/clutter-actor.c | 60 ++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 3 + + clutter/clutter-actor.h | 3 ++ clutter/clutter.symbols | 2 + doc/reference/clutter/clutter-sections.txt | 11 +++++ - 5 files changed, 77 insertions(+), 0 deletions(-) + 5 files changed, 77 insertions(+) commit 303ebaea88778d8b184b2a63572d4a0eb323318a Author: Emmanuele Bassi @@ -1718,7 +2334,7 @@ Date: Thu Mar 15 11:25:52 2012 +0000 interactive/bin-layout: Use implicit animations tests/interactive/test-bin-layout.c | 26 ++++++++++---------------- - 1 files changed, 10 insertions(+), 16 deletions(-) + 1 file changed, 10 insertions(+), 16 deletions(-) commit 389ee457472ed9e32bb78fed3ae9b2b5c2dc4585 Author: Emmanuele Bassi @@ -1728,8 +2344,8 @@ Date: Thu Mar 15 11:25:26 2012 +0000 Use implicit animations instead. - tests/interactive/test-actor.c | 59 ++++++++++++++++++++++----------------- - 1 files changed, 33 insertions(+), 26 deletions(-) + tests/interactive/test-actor.c | 59 ++++++++++++++++++++++------------------ + 1 file changed, 33 insertions(+), 26 deletions(-) commit cb8dea0379d3d2fc8a7df0962eaadff8b245d5ad Author: Emmanuele Bassi @@ -1741,7 +2357,7 @@ Date: Thu Mar 15 11:24:46 2012 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-transitions.c | 225 ++++++++++++++++++++++++++++++++++ - 2 files changed, 227 insertions(+), 1 deletions(-) + 2 files changed, 227 insertions(+), 1 deletion(-) commit 043cf6b284d970fdf1555d95056d08b7e8a2900e Author: Emmanuele Bassi @@ -1749,10 +2365,10 @@ Date: Thu Mar 15 11:24:27 2012 +0000 docs: Update the API reference - doc/reference/clutter/clutter-docs.xml.in | 2 + + doc/reference/clutter/clutter-docs.xml.in | 2 ++ doc/reference/clutter/clutter-sections.txt | 41 ++++++++++++++++++++++++++++ - doc/reference/clutter/clutter.types | 2 + - 3 files changed, 45 insertions(+), 0 deletions(-) + doc/reference/clutter/clutter.types | 2 ++ + 3 files changed, 45 insertions(+) commit dda4db378c39dd50e41afd16c1a6697150b85395 Author: Emmanuele Bassi @@ -1761,7 +2377,7 @@ Date: Thu Mar 15 11:24:07 2012 +0000 symbols: Update clutter/clutter.symbols | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 67113ed690bed69fe182f675d0951bf21047e026 Author: Emmanuele Bassi @@ -1856,7 +2472,7 @@ Date: Thu Mar 15 11:06:00 2012 +0000 clutter/clutter-property-transition.c | 291 +++++++++++++++++++++++++++++++++ clutter/clutter-property-transition.h | 88 ++++++++++ clutter/clutter.h | 1 + - 4 files changed, 382 insertions(+), 0 deletions(-) + 4 files changed, 382 insertions(+) commit 0c8443f71a49b72fcea68e14cb30f6d381fdbc78 Author: Emmanuele Bassi @@ -1869,9 +2485,9 @@ Date: Thu Mar 15 11:04:31 2012 +0000 clutter/Makefile.am | 4 +- clutter/clutter-transition.c | 451 ++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-transition.h | 110 ++++++++++ + clutter/clutter-transition.h | 110 +++++++++++ clutter/clutter.h | 1 + - 4 files changed, 565 insertions(+), 1 deletions(-) + 4 files changed, 565 insertions(+), 1 deletion(-) commit e546d28771e4c001f9451efa04dae2226237c032 Author: Emmanuele Bassi @@ -1880,7 +2496,7 @@ Date: Thu Mar 15 11:08:38 2012 +0000 types: Declare new Transition classes clutter/clutter-types.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit beb91d76763b3b3aede1be1da8bc3c1f8184ed8a Author: Emmanuele Bassi @@ -1898,7 +2514,7 @@ Date: Thu Mar 15 11:02:30 2012 +0000 clutter/clutter-interval.c | 277 +++++++++++++++++++++----------------------- clutter/clutter-interval.h | 33 +----- - clutter/clutter-private.h | 7 + + clutter/clutter-private.h | 7 ++ clutter/clutter-types.h | 28 +++++ clutter/clutter-util.c | 148 +++++++++++++++++++++++ 5 files changed, 322 insertions(+), 171 deletions(-) @@ -1910,7 +2526,7 @@ Date: Thu Mar 15 17:00:38 2012 +0000 docs: Update reference symbols doc/reference/clutter/clutter-sections.txt | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 8e48afd06644b9e258ea12ef76569d545686adfe Author: Chun-wei Fan @@ -1919,7 +2535,7 @@ Date: Thu Mar 15 16:55:55 2012 +0800 Fix "install" paths in VS 2010 property sheets build/win32/vs10/clutter.props | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 708d385866645a9c7d6b90d477aff7b693879bb2 Author: Emmanuele Bassi @@ -1934,7 +2550,7 @@ Date: Wed Mar 14 11:33:55 2012 +0000 cycle we can. clutter/clutter-actor.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 5d26aeca34c83589cac6be0d7754316e16d045fd Author: Stefano Facchini @@ -1943,7 +2559,7 @@ Date: Tue Mar 13 18:22:19 2012 +0100 Install clutter-version.h clutter/Makefile.am | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit c4de95f27557f729a09e2ed9a86022d0b98229f2 Author: Chun-wei Fan @@ -1958,7 +2574,7 @@ Date: Mon Mar 5 10:32:44 2012 +0800 Checked with Emmanuele Bassi on IRC. clutter/Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 53e16b6019e49dd0c24d5f05187648ef2abfa6b7 Author: Chun-wei Fan @@ -1972,7 +2588,7 @@ Date: Thu Mar 8 17:11:35 2012 +0800 Checked with Emmanuele Bassi on IRC. clutter/clutter-master-clock.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eaecd1efef6abbf6d344a56f1e02fda95c8ffd5a Author: Kenneth Nielsen @@ -1981,7 +2597,7 @@ Date: Tue Mar 13 09:08:31 2012 +0100 Updated Danish translation po/da.po | 886 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 460 insertions(+), 426 deletions(-) + 1 file changed, 460 insertions(+), 426 deletions(-) commit 80b4e7513273b38efbda187954a1773676c59490 Author: Antonio Fernandes C. Neto @@ -1990,7 +2606,7 @@ Date: Fri Mar 9 10:29:33 2012 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 758 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 393 insertions(+), 365 deletions(-) + 1 file changed, 393 insertions(+), 365 deletions(-) commit 945caff989ab30598ebd74c0d19c9bbdcf6a71c1 Author: Emmanuele Bassi @@ -2003,7 +2619,7 @@ Date: Mon Mar 12 14:23:35 2012 +0000 GDK. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ac6ce79aa389982c3e7113f6192f492a6e21b4b1 Author: Stefano Facchini @@ -2014,7 +2630,7 @@ Date: Sat Mar 10 16:39:16 2012 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=671779 clutter/gdk/clutter-input-device-gdk.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 440c47e9410532df8ba70cc84ab65dffee4c02d5 Author: ManojKumar Giri @@ -2023,7 +2639,7 @@ Date: Mon Mar 12 17:44:54 2012 +0530 Updated Odia Translation po/or.po | 1774 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1011 insertions(+), 763 deletions(-) + 1 file changed, 1011 insertions(+), 763 deletions(-) commit a3be0e091986b8b027dea25970f5dfff1fa4c0df Author: Timo Jyrinki @@ -2032,7 +2648,7 @@ Date: Mon Mar 12 11:29:54 2012 +0200 Add partial Finnish translation po/fi.po | 2323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2323 insertions(+), 0 deletions(-) + 1 file changed, 2323 insertions(+) commit 66d1e311d698072b6d3af8c64325951c59071262 Author: Yuri Myasoedov @@ -2041,7 +2657,7 @@ Date: Sun Mar 11 23:36:53 2012 +0400 Updated Russian translation po/ru.po | 1915 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1074 insertions(+), 841 deletions(-) + 1 file changed, 1074 insertions(+), 841 deletions(-) commit 9707822eba76583abe35a71d3ffe3ddc4d92ba50 Author: Мирослав Николић @@ -2060,7 +2676,7 @@ Date: Sat Mar 10 13:53:53 2012 +0100 Add initial Khmer translation po/km.po | 2276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2276 insertions(+), 0 deletions(-) + 1 file changed, 2276 insertions(+) commit 8216d961e710c3d32bd72ec8a4914116c0c15e85 Author: Gil Forcada @@ -2069,7 +2685,7 @@ Date: Sat Mar 10 13:44:09 2012 +0100 Updated Catalan translation po/ca.po | 1614 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 912 insertions(+), 702 deletions(-) + 1 file changed, 912 insertions(+), 702 deletions(-) commit 639a82ed01796f181c7a22e197d4087a5dbd73a0 Author: Ihar Hrachyshka @@ -2078,7 +2694,7 @@ Date: Fri Mar 9 21:55:55 2012 +0300 Updated Belarusian translation. po/be.po | 30 +++++++++++++++++++++++------- - 1 files changed, 23 insertions(+), 7 deletions(-) + 1 file changed, 23 insertions(+), 7 deletions(-) commit ffc8fd2455301e0c5423a25fdcf235896d985825 Author: Piotr Drąg @@ -2087,7 +2703,7 @@ Date: Fri Mar 9 19:09:40 2012 +0100 Updated Polish translation po/pl.po | 1717 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 967 insertions(+), 750 deletions(-) + 1 file changed, 967 insertions(+), 750 deletions(-) commit 52b1d7186c4004d52ff652ddb5ed7443b343be7a Author: Florian Müllner @@ -2109,7 +2725,7 @@ Date: Fri Mar 9 16:17:52 2012 +0100 po/ps.po | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ur.po | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/yi.po | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 6 files changed, 14146 insertions(+), 0 deletions(-) + 6 files changed, 14146 insertions(+) commit 52f142c14c89357c6333ee1fa55fc5184f6551dc Author: Florian Müllner @@ -2126,7 +2742,7 @@ Date: Fri Mar 9 16:34:54 2012 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=671736 po/he.po | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit d303fdc22ddffe6782298e5b4de6c371b0584dac Author: Emmanuele Bassi @@ -2135,7 +2751,7 @@ Date: Fri Mar 9 17:32:46 2012 +0000 po: Update bug tracker in Makevars po/Makevars | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b22b60e6ea1ca22d7052d9bfb1fc8acfec4ca81 Author: Tristan Van Berkom @@ -2149,7 +2765,7 @@ Date: Sat Mar 10 02:06:10 2012 +0900 case I stumbled upon). clutter/clutter-animation.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 620e57ac1334424bd47579417815e67080d802c2 Author: Emmanuele Bassi @@ -2158,7 +2774,7 @@ Date: Thu Mar 8 14:07:15 2012 +0000 text: Use CoglFramebuffer API for the path-based clip clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4b0badba4aca44b4fcd52e2f26ec5608f4e93011 Author: Bruce Cowan @@ -2167,7 +2783,7 @@ Date: Fri Mar 9 16:24:35 2012 +0000 Updated British English translation po/en_GB.po | 1726 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 973 insertions(+), 753 deletions(-) + 1 file changed, 973 insertions(+), 753 deletions(-) commit 610ed1e1c510240ea54328d7dc36a9bad7ed80e8 Author: Fran Diéguez @@ -2176,7 +2792,7 @@ Date: Thu Mar 8 23:25:57 2012 +0100 Updated Galician translations po/gl.po | 530 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 273 insertions(+), 257 deletions(-) + 1 file changed, 273 insertions(+), 257 deletions(-) commit 4ff1cc08f8bf8c8962ac541c1a090f99331176ab Author: Alexander Shopov @@ -2185,7 +2801,7 @@ Date: Thu Mar 8 22:45:17 2012 +0200 Updated Bulgarian translation po/bg.po | 530 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 273 insertions(+), 257 deletions(-) + 1 file changed, 273 insertions(+), 257 deletions(-) commit 7b33f2fa1f6e1c4783c36f2316d4f0c852fb3d23 Author: Matej Urbančič @@ -2194,7 +2810,7 @@ Date: Thu Mar 8 15:42:14 2012 +0100 Updated Slovenian translation po/sl.po | 682 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 349 insertions(+), 333 deletions(-) + 1 file changed, 349 insertions(+), 333 deletions(-) commit e1c99ed3c487d6e441cb8155feee4768542bb913 Author: Chun-wei Fan @@ -2206,7 +2822,7 @@ Date: Thu Mar 8 17:44:02 2012 +0800 fixing these sooner. build/win32/vs10/clutter.props | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e2e49253b607a37d082f20a26b062513c2d29fa3 Author: Daniel Mustieles @@ -2215,7 +2831,7 @@ Date: Thu Mar 8 10:29:08 2012 +0100 Updated Spanish translation po/es.po | 637 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 328 insertions(+), 309 deletions(-) + 1 file changed, 328 insertions(+), 309 deletions(-) commit d279a1393855fb6d8230cd92c71603b5e8cb641a Author: Chun-wei Fan @@ -2227,7 +2843,7 @@ Date: Thu Mar 8 17:07:34 2012 +0800 build/win32/vs10/clutter.props | 4 ++++ build/win32/vs9/clutter.vsprops | 2 ++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 9a551689c21cc3de35253c7b2c90a4843aba59ad Author: Nilamdyuti Goswami @@ -2236,7 +2852,7 @@ Date: Thu Mar 8 14:12:50 2012 +0530 Assamese translation completed po/as.po | 637 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 328 insertions(+), 309 deletions(-) + 1 file changed, 328 insertions(+), 309 deletions(-) commit 86e8f35d66c4c5baca753066f75173491236a7c9 Author: Chao-Hsiung Liao @@ -2245,7 +2861,7 @@ Date: Thu Mar 8 15:53:04 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 912 +++++++++++++++++++++++++++++++---------------------------- - po/zh_TW.po | 910 +++++++++++++++++++++++++++++++---------------------------- + po/zh_TW.po | 910 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 953 insertions(+), 869 deletions(-) commit 734a26fe97e6ff2270745504ab52152dcff27014 @@ -2255,7 +2871,7 @@ Date: Thu Mar 8 00:04:55 2012 +0100 Updated POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 009b0297f1b3df08d73305466fbb0bbf01138d89 Author: Ihar Hrachyshka @@ -2264,7 +2880,7 @@ Date: Wed Mar 7 23:40:08 2012 +0300 Updated Belarusian translation. po/be.po | 758 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 384 insertions(+), 374 deletions(-) + 1 file changed, 384 insertions(+), 374 deletions(-) commit 32f57595feef4859ac506cb81a2f17781d554d83 Author: Joseph Scheuhammer @@ -2288,7 +2904,7 @@ Date: Thu Feb 2 16:23:00 2012 -0500 doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 20 + doc/reference/clutter/clutter.types | 1 + - 8 files changed, 756 insertions(+), 0 deletions(-) + 8 files changed, 756 insertions(+) commit 41f06138b451bbe51949d818fdc9963077eff59c Author: Emmanuele Bassi @@ -2297,7 +2913,7 @@ Date: Wed Mar 7 12:59:25 2012 +0000 cally/text: Constify string members clutter/cally/cally-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 90e5088a512e723c41dd59aeaace7e4f87ca14ac Author: Emmanuele Bassi @@ -2308,7 +2924,7 @@ Date: Wed Mar 7 12:35:57 2012 +0000 The new rules have already caught a couple of issues. configure.ac | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit de90be9586bdab941c4174a8a3fa74bd480d2555 Author: Emmanuele Bassi @@ -2368,7 +2984,7 @@ Date: Wed Mar 7 12:32:32 2012 +0000 clutter/cally/cally-text.c | 2 -- clutter/cally/cally-texture.c | 3 --- clutter/cally/cally-util.c | 3 --- - 9 files changed, 0 insertions(+), 23 deletions(-) + 9 files changed, 23 deletions(-) commit 4da1c3efb8fcea58854ce6ff57856fec4ec1a427 Author: Emmanuele Bassi @@ -2390,7 +3006,7 @@ Date: Wed Mar 7 12:07:41 2012 +0000 x11/device-manager-core: Avoid a signed/unsigned comparison clutter/x11/clutter-device-manager-core-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f5065059b7ab21b8ad28d30a006a038e3275b3b1 Author: Emmanuele Bassi @@ -2411,7 +3027,7 @@ Date: Wed Mar 7 12:06:24 2012 +0000 Not even as private methods. clutter/x11/clutter-backend-x11.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit e3aea910b1524933e6ea3ef95a19a6c970d46677 Author: Emmanuele Bassi @@ -2424,7 +3040,7 @@ Date: Wed Mar 7 12:04:44 2012 +0000 same name. clutter/clutter-profile.h | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 9bc8c05db8500f435da057710000b21244cc5735 Author: Emmanuele Bassi @@ -2433,7 +3049,7 @@ Date: Wed Mar 7 12:04:25 2012 +0000 gdk: Add missing declaration of clutter_gdk_get_default_display() clutter/gdk/clutter-gdk.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fc12c591c324a6070a1763e9d0c6ab9aeadbba52 Author: Fran Diéguez @@ -2441,8 +3057,8 @@ Date: Wed Mar 7 12:54:09 2012 +0100 Updated Galician translations - po/gl.po | 558 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 284 insertions(+), 274 deletions(-) + po/gl.po | 558 ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 284 insertions(+), 274 deletions(-) commit ee0f43b701124b929b806e2f4a963a229bf92f9b Author: Daniel Mustieles @@ -2451,7 +3067,7 @@ Date: Wed Mar 7 11:33:52 2012 +0100 Updated Spanish translation po/es.po | 638 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 323 insertions(+), 315 deletions(-) + 1 file changed, 323 insertions(+), 315 deletions(-) commit ca550bc5cd9f4b6056a43f32f48396db05b7813a Author: Alexander Shopov @@ -2459,8 +3075,8 @@ Date: Wed Mar 7 06:36:27 2012 +0200 Updated Bulgarian translation - po/bg.po | 558 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 284 insertions(+), 274 deletions(-) + po/bg.po | 558 ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 284 insertions(+), 274 deletions(-) commit 05813872f9179d8fbe6c4be6cea8f86a89edf3ff Author: Emmanuele Bassi @@ -2471,7 +3087,7 @@ Date: Fri Jan 27 12:30:04 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668801 clutter/osx/clutter-backend-osx.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit cc25deade04b8f06d460292915f3ab6d2369d33c Author: Emmanuele Bassi @@ -2485,7 +3101,7 @@ Date: Tue Mar 6 15:39:29 2012 +0000 5 seconds, which is hardly a sensible value. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4849c02e330ce9db52564c812dc4a0316498b979 Author: Nilamdyuti Goswami @@ -2493,8 +3109,8 @@ Date: Tue Mar 6 21:07:26 2012 +0530 Assamese translation completed - po/as.po | 366 +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 174 insertions(+), 192 deletions(-) + po/as.po | 366 ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 174 insertions(+), 192 deletions(-) commit 4db4471528a33cc07c2b98e0d84e34018c6ee1ec Author: Emmanuele Bassi @@ -2505,7 +3121,7 @@ Date: Tue Mar 6 15:07:55 2012 +0000 Instead of a custom paint signal handler. tests/interactive/test-text-field.c | 31 +++---------------------------- - 1 files changed, 3 insertions(+), 28 deletions(-) + 1 file changed, 3 insertions(+), 28 deletions(-) commit 477d399c31dc2c5e5af91ee3c561f0a40f21155b Author: Emmanuele Bassi @@ -2516,7 +3132,7 @@ Date: Tue Mar 6 15:06:52 2012 +0000 If the ClutterActor:background-color-set property is set to TRUE. clutter/clutter-text.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 663d6179ffdb27ef25ee67e4b7d2e05a5d1216aa Author: Emmanuele Bassi @@ -2531,7 +3147,7 @@ Date: Tue Mar 6 15:05:36 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=655491 clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 812fbee7ecba813b2d8c5511b974b15b004a975d Author: Matej Urbančič @@ -2540,7 +3156,7 @@ Date: Tue Mar 6 15:43:08 2012 +0100 Updated Slovenian translation po/sl.po | 458 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 234 insertions(+), 224 deletions(-) + 1 file changed, 234 insertions(+), 224 deletions(-) commit 764640419607b4918515f42722bb0950ea23d90c Author: Emmanuele Bassi @@ -2566,8 +3182,8 @@ Date: Tue Mar 6 14:23:33 2012 +0000 translatable strings to understand the JSON format we use inside ClutterScript. - clutter/clutter-script-parser.c | 58 +++++++++++++++++++++++ - clutter/clutter-script-private.h | 3 + + clutter/clutter-script-parser.c | 58 ++++++++++++++++++++++++ + clutter/clutter-script-private.h | 3 ++ clutter/clutter-script.c | 93 ++++++++++++++++++++++++++++++++++++++ clutter/clutter-script.h | 6 +++ tests/data/test-script.json | 4 +- @@ -2580,7 +3196,7 @@ Date: Tue Mar 6 14:22:43 2012 +0000 Annotate clutter_threads_add_repaint_func_full() clutter/clutter-main.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1ac655b3942a51ff0b24228d9ecf264a51d52c87 Author: Emmanuele Bassi @@ -2589,7 +3205,7 @@ Date: Tue Mar 6 14:21:04 2012 +0000 Add missing enumeration type to clutter.symbols clutter/clutter.symbols | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c2e7704151be86bf26a47c63f2735f45394a08bd Author: Emmanuele Bassi @@ -2603,7 +3219,7 @@ Date: Tue Mar 6 13:50:10 2012 +0000 facilities to warn the app developer. clutter/clutter-master-clock.c | 55 +++++++++++++++++++++++++++++++++++++++- - 1 files changed, 54 insertions(+), 1 deletions(-) + 1 file changed, 54 insertions(+), 1 deletion(-) commit bdf9f4958825fa7a9adf0bea16d4d079becb896f Author: Emmanuele Bassi @@ -2636,7 +3252,7 @@ Date: Tue Mar 6 12:09:00 2012 +0000 clutter/clutter-enums.h | 19 ++++++ clutter/clutter-main.c | 91 +++++++++++++++++++++++++--- - clutter/clutter-main.h | 4 + + clutter/clutter-main.h | 4 ++ clutter/clutter-master-clock.c | 8 ++- clutter/clutter-private.h | 2 +- clutter/clutter.symbols | 1 + @@ -2650,7 +3266,7 @@ Date: Mon Mar 5 23:57:01 2012 +0000 Post-release version bump to 1.9.15 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 59affd808824d43d2fbb288c17587536243645cd Author: Emmanuele Bassi @@ -2660,7 +3276,7 @@ Date: Mon Mar 5 23:41:52 2012 +0000 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 43 insertions(+), 1 deletions(-) + 2 files changed, 43 insertions(+), 1 deletion(-) commit a8d800580017b474fabc6b6322ccbdc6c8da504e Author: Emmanuele Bassi @@ -2679,7 +3295,7 @@ Date: Mon Mar 5 22:02:01 2012 +0000 Update the release notes README.in | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 155f7741fed2138d64ec0b06d8ec160c67ca12b3 Author: Emmanuele Bassi @@ -2693,7 +3309,7 @@ Date: Mon Mar 5 21:59:53 2012 +0000 don't regret it later. clutter/clutter-actor.c | 22 ++++++++++++++++------ - 1 files changed, 16 insertions(+), 6 deletions(-) + 1 file changed, 16 insertions(+), 6 deletions(-) commit 762e0de2c60dff77b36e9fefefc3ad263c33ce90 Author: Neil Roberts @@ -2709,7 +3325,7 @@ Date: Mon Mar 5 19:23:46 2012 +0000 tests/conform/Makefile.am | 1 - tests/conform/test-cogl-pixel-buffer.c | 329 -------------------------------- tests/conform/test-conform-main.c | 1 - - 3 files changed, 0 insertions(+), 331 deletions(-) + 3 files changed, 331 deletions(-) commit 7d64693de265e0d00e783b7ae164abd06d75a68d Author: Emmanuele Bassi @@ -2722,7 +3338,7 @@ Date: Mon Mar 5 17:45:23 2012 +0000 tests/conform/actor-invariants.c | 42 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 2 files changed, 43 insertions(+), 0 deletions(-) + 2 files changed, 43 insertions(+) commit 720fbd3bec522f200396f206242bc76285492f15 Author: Emmanuele Bassi @@ -2737,7 +3353,7 @@ Date: Mon Mar 5 17:38:27 2012 +0000 Whoopsie. clutter/clutter-stage.c | 36 +++++++++++++++++++++++++++++------- - 1 files changed, 29 insertions(+), 7 deletions(-) + 1 file changed, 29 insertions(+), 7 deletions(-) commit add274c447f1d4a2d9c269754c019882738662c1 Author: Emmanuele Bassi @@ -2749,7 +3365,7 @@ Date: Mon Mar 5 17:26:09 2012 +0000 than just checking for it always been set to TRUE. tests/conform/actor-invariants.c | 31 ++++++++++++++++++++++++++++--- - 1 files changed, 28 insertions(+), 3 deletions(-) + 1 file changed, 28 insertions(+), 3 deletions(-) commit a882b20b26222f537becfbedf9af2d12e74691a3 Author: Nilamdyuti Goswami @@ -2758,7 +3374,7 @@ Date: Mon Mar 5 19:56:42 2012 +0530 Assamese translation completed po/as.po | 1711 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 952 insertions(+), 759 deletions(-) + 1 file changed, 952 insertions(+), 759 deletions(-) commit 2aaa39e0080a180689f53f82bccda36bc400f885 Author: Emmanuele Bassi @@ -2773,7 +3389,7 @@ Date: Mon Mar 5 10:36:03 2012 +0000 a costly copy/free for each signal emission. clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 796cf67503cce01f303b59d5280def4b8bdfd0b9 Author: Krishnababu Krothapalli @@ -2782,7 +3398,7 @@ Date: Fri Mar 2 13:47:57 2012 +0530 Updated Telugu Translations po/te.po | 2489 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1350 insertions(+), 1139 deletions(-) + 1 file changed, 1350 insertions(+), 1139 deletions(-) commit 018ede2b24079089e2c4e84698776a1235dbde20 Author: Giovanni Campagna @@ -2797,7 +3413,7 @@ Date: Thu Mar 1 22:58:39 2012 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=671173 clutter/clutter-actor.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 251d3b545e4df6c55dd596424dda3470564f16cf Author: Emmanuele Bassi @@ -2806,7 +3422,7 @@ Date: Thu Mar 1 15:11:59 2012 +0000 input: Add a check on the argument clutter/clutter-input-device.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 23e8e43d666a9237dc0096924c2e1d30d1027128 Author: Emmanuele Bassi @@ -2815,7 +3431,7 @@ Date: Thu Mar 1 15:11:36 2012 +0000 symbols: Add missing InputDevice symbol clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b248fbd010d428ec103f2b5cde906403d1eac3f0 Author: Emmanuele Bassi @@ -2843,7 +3459,7 @@ Date: Thu Mar 1 15:07:05 2012 +0000 Hide a symbol if we're not compiling with Wayland compositor support. clutter/clutter-backend.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit cfbb7a0fa0fcd1014984e2b70a8c2a5d12e3ad79 Author: Neil Roberts @@ -2857,7 +3473,7 @@ Date: Wed Feb 29 19:20:18 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.h | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 5f654069feff8361509e5fc832f335d653e70726 Author: Neil Roberts @@ -2871,7 +3487,7 @@ Date: Wed Feb 29 17:50:22 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-input-device-wayland.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b5c90f6caaf0457c0f81720060f4a69cf2bd59fb Author: Robert Bragg @@ -2883,7 +3499,7 @@ Date: Mon Feb 13 13:20:02 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 3c6a0cdc610ba434beed733bde548175d665cc36 Author: Robert Bragg @@ -2927,7 +3543,7 @@ Date: Wed Feb 29 16:35:48 2012 +0000 clutter/clutter-backend.c | 6 ++++++ clutter/wayland/clutter-backend-wayland.c | 2 ++ clutter/x11/clutter-backend-x11.c | 2 ++ - 3 files changed, 10 insertions(+), 0 deletions(-) + 3 files changed, 10 insertions(+) commit a0d3b01aa967e3740bc22c925864acac1829da62 Author: Neil Roberts @@ -2942,7 +3558,7 @@ Date: Tue Jan 17 17:29:18 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/x11/clutter-device-manager-core-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 13e3f9e5f1f1f648280a154fe1900fce4a26500a Author: Neil Roberts @@ -2960,15 +3576,15 @@ Date: Tue Jan 17 15:40:08 2012 +0000 Reviewed-by: Emmanuele Bassi - clutter/clutter-device-manager-private.h | 3 ++ + clutter/clutter-device-manager-private.h | 3 +++ clutter/clutter-input-device.c | 31 ++++++++++++++++++++++++ clutter/clutter-input-device.h | 4 +++ clutter/evdev/clutter-input-device-evdev.c | 12 +++++++++ clutter/wayland/clutter-input-device-wayland.c | 12 +++++++++ - clutter/x11/clutter-input-device-core-x11.c | 15 +++++++++++ - clutter/x11/clutter-input-device-xi2.c | 15 +++++++++++ + clutter/x11/clutter-input-device-core-x11.c | 15 ++++++++++++ + clutter/x11/clutter-input-device-xi2.c | 15 ++++++++++++ doc/reference/clutter/clutter-sections.txt | 1 + - 8 files changed, 93 insertions(+), 0 deletions(-) + 8 files changed, 93 insertions(+) commit a3bbcff946295f6e7232697fd167437baef6b785 Author: Neil Roberts @@ -2988,7 +3604,7 @@ Date: Tue Jan 17 13:37:26 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/evdev/clutter-device-manager-evdev.c | 106 +++++++++++++++++++++++++- - 1 files changed, 105 insertions(+), 1 deletions(-) + 1 file changed, 105 insertions(+), 1 deletion(-) commit 1bfd1d85eb2dd4e2093c5c7e6833da4196110177 Author: Robert Bragg @@ -3004,7 +3620,7 @@ Date: Thu Jan 12 20:36:16 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 6cc58f7d7d01418eb61622afcb7e322a8645d5d6 Author: Neil Roberts @@ -3018,7 +3634,7 @@ Date: Wed Jan 11 18:11:51 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 13 ------------- - 1 files changed, 0 insertions(+), 13 deletions(-) + 1 file changed, 13 deletions(-) commit 560f92b69849eb671ac539df16c1d3f4797d9032 Author: Robert Bragg @@ -3030,7 +3646,7 @@ Date: Wed Jan 11 00:16:10 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit c1aac36d35638b00691f20b538289eae9a7cf68a Author: Robert Bragg @@ -3062,7 +3678,7 @@ Date: Tue Jan 10 22:39:53 2012 +0000 Reviewed-by: Neil Roberts Reviewed-by: Emmanuele Bassi - clutter/wayland/clutter-wayland-surface.c | 36 +++++++++++++++++++++++----- + clutter/wayland/clutter-wayland-surface.c | 36 +++++++++++++++++++++++------ clutter/wayland/clutter-wayland-surface.h | 1 + 2 files changed, 30 insertions(+), 7 deletions(-) @@ -3080,7 +3696,7 @@ Date: Mon Jan 9 16:13:03 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 1b77565e63d6bfc2dd4edd6961e39044d536b08b Author: Robert Bragg @@ -3114,7 +3730,7 @@ Date: Mon Jan 9 19:03:59 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0ba6127edc16db16884a27efcfdefc422eaac382 Author: Robert Bragg @@ -3130,7 +3746,7 @@ Date: Mon Jan 9 19:16:21 2012 +0000 clutter/wayland/clutter-wayland-surface.c | 9 ++++++++- clutter/wayland/clutter-wayland-surface.h | 1 + - 2 files changed, 9 insertions(+), 1 deletions(-) + 2 files changed, 9 insertions(+), 1 deletion(-) commit 83b94ec27d3073cbfaec92e9f1b4c7568081d568 Author: Robert Bragg @@ -3148,7 +3764,7 @@ Date: Mon Jan 9 19:14:09 2012 +0000 clutter/wayland/clutter-wayland-surface.c | 14 +++++++++++++- clutter/wayland/clutter-wayland-surface.h | 2 ++ - 2 files changed, 15 insertions(+), 1 deletions(-) + 2 files changed, 15 insertions(+), 1 deletion(-) commit 862eebceb6f0a3faa407e953e69eeb9ccc133036 Author: Robert Bragg @@ -3162,8 +3778,8 @@ Date: Mon Jan 9 19:11:43 2012 +0000 Reviewed-by: Neil Roberts Reviewed-by: Emmanuele Bassi - clutter/wayland/clutter-wayland-surface.c | 30 ++++++++++++++++------------ - 1 files changed, 17 insertions(+), 13 deletions(-) + clutter/wayland/clutter-wayland-surface.c | 30 ++++++++++++++++------------- + 1 file changed, 17 insertions(+), 13 deletions(-) commit c7e10024d86acdfbafbc3159fa479e03e71d425d Author: Robert Bragg @@ -3178,7 +3794,7 @@ Date: Mon Jan 9 19:09:43 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/wayland/clutter-wayland-surface.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 3839cf13a2f2184e22d41b6cddc461d4128e5be0 Author: Robert Bragg @@ -3193,7 +3809,7 @@ Date: Sat Jan 7 21:44:32 2012 +0000 Reviewed-by: Emmanuele Bassi configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c9ec271e2a42d52e00da7a3c98af4da5fa532ac Author: Robert Bragg @@ -3209,7 +3825,7 @@ Date: Thu Jan 5 14:33:35 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/Makefile.am | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit b0fc4c1dff80b0ec761f3037b77676fa8119543f Author: Neil Roberts @@ -3228,7 +3844,7 @@ Date: Wed Feb 29 16:18:07 2012 +0000 tests/interactive/Makefile.am | 4 - tests/interactive/test-wayland-surface.c | 567 ------------------------------ - 2 files changed, 0 insertions(+), 571 deletions(-) + 2 files changed, 571 deletions(-) commit c42be83d698ea2795564f8c5ec451c290d809b7b Author: Jonh Wendell @@ -3237,7 +3853,7 @@ Date: Wed Feb 29 14:03:44 2012 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 1691 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 941 insertions(+), 750 deletions(-) + 1 file changed, 941 insertions(+), 750 deletions(-) commit c46588172629574abb900ea1851d7248780f9597 Author: Emmanuele Bassi @@ -3278,7 +3894,7 @@ Date: Wed Feb 29 15:02:59 2012 +0000 interactive/actor: Add margin usage example tests/interactive/test-actor.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit fde094dce2d1801ce1000671966f2acbad26d9c5 Author: Emmanuele Bassi @@ -3296,7 +3912,7 @@ Date: Wed Feb 29 14:46:01 2012 +0000 clutter/Makefile.am | 2 - clutter/clutter-version.h.win32.in | 277 ------------------------------------ configure.ac | 1 - - 6 files changed, 0 insertions(+), 292 deletions(-) + 6 files changed, 292 deletions(-) commit 38bcd86c51c42bd4f71ed5bbdb09345c2af4652c Author: Emmanuele Bassi @@ -3308,7 +3924,7 @@ Date: Wed Feb 29 14:43:01 2012 +0000 exported. clutter/clutter-version.h.in | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit 80626e75842a24c3d0a45068e241ba309f6ec138 Author: Emmanuele Bassi @@ -3361,8 +3977,8 @@ Date: Tue Feb 28 15:45:24 2012 +0000 See bug: https://bugzilla.gnome.org/show_bug.cgi?id=670647 - clutter/clutter-actor.c | 58 +++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 54 insertions(+), 4 deletions(-) + clutter/clutter-actor.c | 58 +++++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 54 insertions(+), 4 deletions(-) commit 6e78ebca957fe838508e6a02f6c9c312edd40f21 Author: Alejandro Piñeiro @@ -3376,7 +3992,7 @@ Date: Wed Feb 29 15:49:23 2012 +0100 beed added to a stage. clutter/cally/cally-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit dde5da1dd8f75c3522f3b89417f3e5eb5a414a25 Author: Alejandro Piñeiro @@ -3387,7 +4003,7 @@ Date: Wed Feb 29 15:47:36 2012 +0100 ClutterActor::name is mostly used for debugging purposes clutter/cally/cally-actor.c | 25 ------------------------- - 1 files changed, 0 insertions(+), 25 deletions(-) + 1 file changed, 25 deletions(-) commit 9d9afc0f05f4e476305f29cfc0447775c7fe9134 Author: Chun-wei Fan @@ -3413,7 +4029,7 @@ Date: Wed Feb 29 18:03:15 2012 +0800 used when necessary, and this file would be gone. clutter/clutter-version.h.win32.in | 137 ++++++++++++++++++++++++++++-------- - 1 files changed, 108 insertions(+), 29 deletions(-) + 1 file changed, 108 insertions(+), 29 deletions(-) commit a22d7ac1b569ea2cfb4ffe30e738db9887c06002 Author: Emmanuele Bassi @@ -3426,7 +4042,7 @@ Date: Wed Feb 29 09:27:01 2012 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-shader.c | 411 --------------------------------------- - 2 files changed, 0 insertions(+), 412 deletions(-) + 2 files changed, 412 deletions(-) commit f292550d0602fba97aab4e081da9a0a4d1f1fe76 Author: Emmanuele Bassi @@ -3439,7 +4055,7 @@ Date: Wed Feb 29 09:25:51 2012 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-fullscreen.c | 109 ----------------------------------- - 2 files changed, 0 insertions(+), 110 deletions(-) + 2 files changed, 110 deletions(-) commit caf759f72fdf78340dadbf62cf00c3c00c8a5b0e Author: Emmanuele Bassi @@ -3452,7 +4068,7 @@ Date: Wed Feb 29 09:24:34 2012 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-actor-clone.c | 301 ---------------------------------- - 2 files changed, 0 insertions(+), 302 deletions(-) + 2 files changed, 302 deletions(-) commit bd2f5d0e383bdf61a757a9f405f23ed0cf48edcb Author: Emmanuele Bassi @@ -3465,7 +4081,7 @@ Date: Wed Feb 29 09:23:40 2012 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-behave.c | 212 --------------------------------------- - 2 files changed, 0 insertions(+), 213 deletions(-) + 2 files changed, 213 deletions(-) commit b9553083e03417eb4b6d4fca072bc423dbc1ac4a Author: Emmanuele Bassi @@ -3474,7 +4090,7 @@ Date: Mon Feb 27 16:47:53 2012 +0000 docs: Document the versioning macros clutter/clutter-version.h.in | 37 ++++++++++++++++++++++++++++++++++++- - 1 files changed, 36 insertions(+), 1 deletions(-) + 1 file changed, 36 insertions(+), 1 deletion(-) commit fb9df4bef27a45de5471ee2937156ec5191bc201 Author: Emmanuele Bassi @@ -3484,12 +4100,12 @@ Date: Mon Feb 27 16:31:53 2012 +0000 clutter/clutter-actor.h | 43 ++++++++++++++++++++++++++++++++++++ clutter/clutter-event.h | 1 + - clutter/clutter-input-device.h | 3 ++ + clutter/clutter-input-device.h | 3 +++ clutter/clutter-offscreen-effect.h | 1 + clutter/clutter-script.h | 1 + - clutter/clutter-text-buffer.h | 24 +++++++++++-------- - clutter/clutter-text.c | 6 ++-- - clutter/clutter-text.h | 4 +++ + clutter/clutter-text-buffer.h | 24 +++++++++++--------- + clutter/clutter-text.c | 6 ++--- + clutter/clutter-text.h | 4 ++++ clutter/clutter-timeline.h | 6 ++++- clutter/clutter-types.h | 1 + 10 files changed, 76 insertions(+), 14 deletions(-) @@ -3501,7 +4117,7 @@ Date: Mon Feb 27 16:03:09 2012 +0000 docs: Add new macros to the sections file doc/reference/clutter/clutter-sections.txt | 33 ++++++++++++++++++++++++++++ - 1 files changed, 33 insertions(+), 0 deletions(-) + 1 file changed, 33 insertions(+) commit 0ee7170dbb56dba21e7404acc1e2151a1558e38c Author: Emmanuele Bassi @@ -3509,7 +4125,7 @@ Date: Mon Feb 27 15:56:12 2012 +0000 Move clutter-util.h into the deprecated section - clutter/Makefile.am | 4 +- + clutter/Makefile.am | 4 ++-- clutter/clutter-deprecated.h | 1 + clutter/clutter-util.c | 2 +- clutter/clutter-util.h | 40 ------------------------------------- @@ -3524,7 +4140,7 @@ Date: Mon Feb 27 15:47:46 2012 +0000 Add a deprecated header for ClutterCairoTexture clutter/Makefile.am | 1 + - clutter/clutter-cairo-texture.h | 10 ----- + clutter/clutter-cairo-texture.h | 10 ------ clutter/clutter-deprecated.h | 1 + clutter/deprecated/clutter-cairo-texture.h | 51 ++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 10 deletions(-) @@ -3589,27 +4205,27 @@ Date: Mon Feb 27 15:10:13 2012 +0000 Use the new versioned macros instead of the generic ones. - clutter/clutter-animation.h | 8 ++-- + clutter/clutter-animation.h | 8 ++--- clutter/clutter-backend.c | 2 +- - clutter/deprecated/clutter-actor.h | 30 +++++++++--------- - clutter/deprecated/clutter-backend.h | 14 ++++---- + clutter/deprecated/clutter-actor.h | 30 +++++++++---------- + clutter/deprecated/clutter-backend.h | 14 ++++----- clutter/deprecated/clutter-behaviour-depth.h | 6 ++-- - clutter/deprecated/clutter-behaviour-ellipse.h | 34 ++++++++++---------- + clutter/deprecated/clutter-behaviour-ellipse.h | 34 ++++++++++----------- clutter/deprecated/clutter-behaviour-opacity.h | 6 ++-- - clutter/deprecated/clutter-behaviour-path.h | 10 +++--- - clutter/deprecated/clutter-behaviour-rotate.h | 18 +++++----- + clutter/deprecated/clutter-behaviour-path.h | 10 +++---- + clutter/deprecated/clutter-behaviour-rotate.h | 18 +++++------ clutter/deprecated/clutter-behaviour-scale.h | 6 ++-- - clutter/deprecated/clutter-behaviour.h | 20 ++++++------ - clutter/deprecated/clutter-box.h | 20 ++++++------ - clutter/deprecated/clutter-container.h | 24 +++++++------- + clutter/deprecated/clutter-behaviour.h | 20 ++++++------- + clutter/deprecated/clutter-box.h | 20 ++++++------- + clutter/deprecated/clutter-container.h | 24 +++++++-------- clutter/deprecated/clutter-fixed.h | 6 ++-- - clutter/deprecated/clutter-frame-source.h | 4 +- - clutter/deprecated/clutter-group.h | 8 ++-- + clutter/deprecated/clutter-frame-source.h | 4 +-- + clutter/deprecated/clutter-group.h | 8 ++--- clutter/deprecated/clutter-main.h | 32 ++++++++++---------- clutter/deprecated/clutter-rectangle.h | 16 +++++----- - clutter/deprecated/clutter-score.h | 28 +++++++++--------- + clutter/deprecated/clutter-score.h | 28 ++++++++--------- clutter/deprecated/clutter-shader.h | 38 ++++++++++++------------ - clutter/deprecated/clutter-stage.h | 18 +++++----- + clutter/deprecated/clutter-stage.h | 18 +++++------ clutter/deprecated/clutter-timeline.h | 6 ++-- clutter/deprecated/clutter-timeout-pool.h | 6 ++-- 23 files changed, 180 insertions(+), 180 deletions(-) @@ -3632,7 +4248,7 @@ Date: Mon Feb 27 14:59:00 2012 +0000 development cycles. clutter/clutter-macros.h | 209 ++++++++++++++++++++++++++++++++++++++++-- - clutter/clutter-version.h.in | 108 ++++++++++++++-------- + clutter/clutter-version.h.in | 108 +++++++++++++--------- 2 files changed, 269 insertions(+), 48 deletions(-) commit eb42127cf0039f9ac5a2fe111ed863cd7b0a5660 @@ -3644,7 +4260,7 @@ Date: Mon Feb 27 14:35:53 2012 +0000 For the new deprecation and versioning macros. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a6b1972d71b17c813625b72973eefda406306e79 Author: Emmanuele Bassi @@ -3689,7 +4305,7 @@ Date: Mon Feb 27 13:02:01 2012 +0000 This commit does not change the Cogl tests: they will be moved to Cogl over time, and it's easier to do if we leave them as they are. - tests/conform/Makefile.am | 64 ++-- + tests/conform/Makefile.am | 64 +-- tests/conform/actor-anchors.c | 704 ++++++++++++++++++++++++++++ tests/conform/actor-destroy.c | 182 ++++++++ tests/conform/actor-graph.c | 450 ++++++++++++++++++ @@ -3771,16 +4387,16 @@ Date: Mon Feb 27 12:54:23 2012 +0000 tests/conform/test-binding-pool.c | 4 +- tests/conform/test-cairo-texture.c | 198 +++++++++++ tests/conform/test-clutter-cairo-texture.c | 198 ----------- - tests/conform/test-clutter-rectangle.c | 56 --- + tests/conform/test-clutter-rectangle.c | 56 ---- tests/conform/test-clutter-text.c | 504 ---------------------------- tests/conform/test-clutter-texture.c | 89 ----- - tests/conform/test-clutter-units.c | 131 ------- + tests/conform/test-clutter-units.c | 131 -------- tests/conform/test-color.c | 20 +- tests/conform/test-conform-main.c | 107 +++--- tests/conform/test-group.c | 4 +- tests/conform/test-model.c | 24 +- tests/conform/test-paint-opacity.c | 12 +- - tests/conform/test-rectangle.c | 56 +++ + tests/conform/test-rectangle.c | 56 ++++ tests/conform/test-score.c | 2 +- tests/conform/test-script-parser.c | 28 +- tests/conform/test-state.c | 4 +- @@ -3788,7 +4404,7 @@ Date: Mon Feb 27 12:54:23 2012 +0000 tests/conform/test-texture-fbo.c | 4 +- tests/conform/test-texture.c | 89 +++++ tests/conform/test-timeline.c | 6 +- - tests/conform/test-units.c | 131 +++++++ + tests/conform/test-units.c | 131 ++++++++ 24 files changed, 1122 insertions(+), 1125 deletions(-) commit e4c948b1502707630f15cb4ef12c6b73f3298a34 @@ -3828,10 +4444,10 @@ Date: Mon Feb 13 22:40:19 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=670021 clutter/clutter-paint-volume.c | 36 ++++++++++++++++++++++++++++ - clutter/clutter-types.h | 2 + + clutter/clutter-types.h | 2 ++ clutter/clutter.symbols | 1 + doc/reference/clutter/clutter-sections.txt | 1 + - 4 files changed, 40 insertions(+), 0 deletions(-) + 4 files changed, 40 insertions(+) commit 618e04e9ccb14c5a920b0d0974b539267d64a2b7 Author: Emmanuele Bassi @@ -3841,10 +4457,10 @@ Date: Fri Feb 24 15:42:11 2012 +0000 Use new and non-deprecated methods. - doc/cookbook/examples/cb-button.c | 5 +++-- - doc/cookbook/examples/effects-basic.c | 7 +++---- - .../examples/events-pointer-motion-crossing.c | 11 ++++++----- - doc/cookbook/examples/layouts-stacking.c | 12 ++++++------ + doc/cookbook/examples/cb-button.c | 5 +++-- + doc/cookbook/examples/effects-basic.c | 7 +++---- + doc/cookbook/examples/events-pointer-motion-crossing.c | 11 ++++++----- + doc/cookbook/examples/layouts-stacking.c | 12 ++++++------ 4 files changed, 18 insertions(+), 17 deletions(-) commit aadbc6df3ec63d65653c30089eb7bd79efcc3e99 @@ -3854,7 +4470,7 @@ Date: Mon Feb 27 06:53:05 2012 +0200 Updated Bulgarian translation po/bg.po | 600 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 304 insertions(+), 296 deletions(-) + 1 file changed, 304 insertions(+), 296 deletions(-) commit fe45b9c4a47cdfa023f6a20b0d9ac4278c3bb758 Author: Daniel Korostil @@ -3863,7 +4479,7 @@ Date: Sun Feb 26 14:07:44 2012 +0200 Uploaded Ukranian po/uk.po | 1924 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1043 insertions(+), 881 deletions(-) + 1 file changed, 1043 insertions(+), 881 deletions(-) commit 8afe002fa96824314c921a00c692ed98e1767f06 Author: Gheyret Kenji @@ -3872,7 +4488,7 @@ Date: Sun Feb 26 11:12:37 2012 +0900 Uyghur translation po/ug.po | 2343 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2343 insertions(+), 0 deletions(-) + 1 file changed, 2343 insertions(+) commit 59ba4f5eb0e3f9b43119fe59bd082671bb3c181b Author: Ihar Hrachyshka @@ -3881,7 +4497,7 @@ Date: Sat Feb 25 22:33:41 2012 +0300 Updated Belarusian translation. po/be.po | 600 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 304 insertions(+), 296 deletions(-) + 1 file changed, 304 insertions(+), 296 deletions(-) commit 0382bbbc9bfa56ae51bb16b4a12ca87904a1488c Author: Fran Diéguez @@ -3890,7 +4506,7 @@ Date: Sat Feb 25 13:49:07 2012 +0100 Updated Galician translations po/gl.po | 600 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 304 insertions(+), 296 deletions(-) + 1 file changed, 304 insertions(+), 296 deletions(-) commit 5a84952747d606e75f093a71b0f68c111ec54c47 Author: Matej Urbančič @@ -3899,7 +4515,7 @@ Date: Thu Feb 23 21:04:59 2012 +0100 Updated Slovenian translation po/sl.po | 612 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 310 insertions(+), 302 deletions(-) + 1 file changed, 310 insertions(+), 302 deletions(-) commit 076d803bb23a7b9b55fea70f795f097f2bb32307 Author: Мирослав Николић @@ -3954,7 +4570,7 @@ Date: Thu Feb 23 17:01:40 2012 +0000 for fun, or because I'm anal-retentive like that. clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a4a35b443f2e5462dbf6fceb92f20cff2dcebc5b Author: Daniel Mustieles @@ -3963,7 +4579,7 @@ Date: Thu Feb 23 14:00:35 2012 +0100 Updated Spanish translation po/es.po | 490 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 250 insertions(+), 240 deletions(-) + 1 file changed, 250 insertions(+), 240 deletions(-) commit 8f0003f6f0a9dfa9eeb07dc84007824061a6f3a2 Author: Emmanuele Bassi @@ -3972,7 +4588,7 @@ Date: Thu Feb 23 12:15:41 2012 +0000 Post-release version bump to 1.9.13 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 12d74cebb95e0a2439a4b418dbf9807de7867b43 Author: Emmanuele Bassi @@ -3982,7 +4598,7 @@ Date: Thu Feb 23 12:04:29 2012 +0000 NEWS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 71 insertions(+), 1 deletions(-) + 2 files changed, 71 insertions(+), 1 deletion(-) commit 39a75436bf93ef5349449feb6e19c27b3088d9c9 Author: Emmanuele Bassi @@ -4003,7 +4619,7 @@ Date: Thu Feb 23 11:54:41 2012 +0000 docs: Document ClutterTextBuffer structures clutter/clutter-text-buffer.h | 29 ++++++++++++++++++++++++++--- - 1 files changed, 26 insertions(+), 3 deletions(-) + 1 file changed, 26 insertions(+), 3 deletions(-) commit 0099bbf7d98f3de32a653e5618112f89657c7c5c Author: Emmanuele Bassi @@ -4013,7 +4629,7 @@ Date: Thu Feb 23 11:50:43 2012 +0000 doc/reference/clutter/Makefile.am | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 115f6ee008d2305b068fdd2fe9aa16a5e3468b5d Author: Emmanuele Bassi @@ -4024,7 +4640,7 @@ Date: Thu Feb 23 11:44:21 2012 +0000 We use the latest stable snapshot. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cf435f9512d41139ddb3f6f7eb07bce24289d561 Author: Emmanuele Bassi @@ -4033,7 +4649,7 @@ Date: Thu Feb 23 11:31:26 2012 +0000 Fix compiler warning clutter/clutter-actor.c | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit 6575f25e3258970f68ff4b3391e9c55843be1671 Author: Emmanuele Bassi @@ -4050,7 +4666,7 @@ Date: Tue Feb 21 15:14:26 2012 +0000 instead. clutter/clutter-alpha.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit e5f410d4dfd86e3b67896b8961cfdc690c04c2c2 Author: Emmanuele Bassi @@ -4059,7 +4675,7 @@ Date: Tue Feb 21 12:34:57 2012 +0000 Fix the progress function scope annotation clutter/clutter-timeline.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f98bb306337f8577f820b1c1e1e28f0e5bf4755d Author: Emmanuele Bassi @@ -4074,7 +4690,7 @@ Date: Mon Oct 10 11:25:40 2011 +0100 ClutterAlpha entirely. clutter/clutter-animation.c | 322 +++++++++++++++++++++++++------------------ - clutter/clutter-animation.h | 30 +++-- + clutter/clutter-animation.h | 30 ++-- 2 files changed, 208 insertions(+), 144 deletions(-) commit 7ec975ed3d60c8861dc0a89e873ed928628f5270 @@ -4121,7 +4737,7 @@ Date: Tue Feb 21 11:08:43 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=670402 clutter/clutter-drag-action.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a8e631543e6e34b40b4a7ae1e345a80db23e6b4d Author: Robert Bragg @@ -4143,15 +4759,15 @@ Date: Tue Feb 21 15:55:51 2012 +0000 clutter/Makefile.am | 1 + clutter/clutter-cogl-compat.h | 52 ++++++ - clutter/clutter-offscreen-effect.c | 24 ++-- + clutter/clutter-offscreen-effect.c | 24 +-- clutter/clutter-offscreen-effect.h | 1 + - clutter/clutter-path.c | 13 +-- + clutter/clutter-path.c | 13 +- clutter/clutter-shader-effect.c | 10 +- clutter/clutter-stage-window.h | 12 ++ clutter/clutter-texture.c | 277 +++++++++++++++++------------- clutter/deprecated/clutter-fixed.c | 4 + clutter/deprecated/clutter-shader.c | 4 + - clutter/x11/clutter-x11-texture-pixmap.c | 21 ++- + clutter/x11/clutter-x11-texture-pixmap.c | 21 +-- tests/conform/test-cogl-materials.c | 8 + 12 files changed, 270 insertions(+), 157 deletions(-) @@ -4186,7 +4802,7 @@ Date: Tue Feb 21 14:01:22 2012 +0000 awkward. clutter/clutter-backend.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 671ead6681db8e23708396dd8707ece82aaa4326 Author: Robert Bragg @@ -4213,13 +4829,13 @@ Date: Tue Feb 21 13:22:17 2012 +0000 explicitly takes a CoglContext. This updates all calls to cogl_pipeline_new() in clutter accordingly. - clutter/clutter-actor.c | 6 +++- - clutter/clutter-blur-effect.c | 6 +++- - clutter/clutter-colorize-effect.c | 6 +++- - clutter/clutter-deform-effect.c | 41 +++++++++++++++------------- - clutter/clutter-desaturate-effect.c | 6 +++- - clutter/clutter-offscreen-effect.c | 29 ++++++++++++-------- - clutter/cogl/clutter-stage-cogl.c | 10 +++++-- + clutter/clutter-actor.c | 6 ++++- + clutter/clutter-blur-effect.c | 6 ++++- + clutter/clutter-colorize-effect.c | 6 ++++- + clutter/clutter-deform-effect.c | 41 ++++++++++++++++------------- + clutter/clutter-desaturate-effect.c | 6 ++++- + clutter/clutter-offscreen-effect.c | 29 +++++++++++--------- + clutter/cogl/clutter-stage-cogl.c | 10 ++++--- clutter/wayland/clutter-wayland-surface.c | 4 ++- 8 files changed, 69 insertions(+), 39 deletions(-) @@ -4229,8 +4845,8 @@ Date: Tue Feb 21 11:38:18 2012 +0100 Updated Galician translations - po/gl.po | 544 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 276 insertions(+), 268 deletions(-) + po/gl.po | 544 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 276 insertions(+), 268 deletions(-) commit fd334e652bb42a0e23ad56bb858148c219ca2200 Author: Alexander Shopov @@ -4239,7 +4855,7 @@ Date: Tue Feb 21 10:22:48 2012 +0200 Updated Bulgarian translation po/bg.po | 800 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 456 insertions(+), 344 deletions(-) + 1 file changed, 456 insertions(+), 344 deletions(-) commit b5369e1e401007cf61d46369956ad71b55001aca Author: Kenneth Nielsen @@ -4248,7 +4864,7 @@ Date: Mon Feb 20 22:55:26 2012 +0100 Updated Danish translation po/da.po | 1529 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 844 insertions(+), 685 deletions(-) + 1 file changed, 844 insertions(+), 685 deletions(-) commit c0e685cd871c31deabf9826246b77ff6efa8e0bc Author: Kasia Bondarava @@ -4257,7 +4873,7 @@ Date: Sat Feb 18 00:04:55 2012 +0200 Updated Belarusian translation po/be.po | 2368 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2368 insertions(+), 0 deletions(-) + 1 file changed, 2368 insertions(+) commit 4e345f6edc82a1254124ad56298e9c438bd4d05d Author: Stefano Facchini @@ -4268,7 +4884,7 @@ Date: Sun Feb 19 17:56:12 2012 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=670433 clutter/clutter-drop-action.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 2cee6a8efacd4753874c88488435b3a8d1708ff7 Author: Aurimas Černius @@ -4277,7 +4893,7 @@ Date: Sat Feb 18 00:04:55 2012 +0200 Updated Lithuanian translation po/lt.po | 1568 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 872 insertions(+), 696 deletions(-) + 1 file changed, 872 insertions(+), 696 deletions(-) commit 958fbf5f66026f38bf2292765b6dbc629d2da42b Author: Andrej Žnidaršič @@ -4285,8 +4901,8 @@ Date: Wed Feb 15 20:56:43 2012 +0100 Updated Slovenian translation - po/sl.po | 545 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 277 insertions(+), 268 deletions(-) + po/sl.po | 545 ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 277 insertions(+), 268 deletions(-) commit 493461e7989fc036b13cf44580c316b42b0c53a6 Author: Alejandro Piñeiro @@ -4297,7 +4913,7 @@ Date: Wed Feb 15 19:09:04 2012 +0100 That explanation is outdated after the last changes on clutter clutter/cally/cally-actor.c | 34 ---------------------------------- - 1 files changed, 0 insertions(+), 34 deletions(-) + 1 file changed, 34 deletions(-) commit c1d43b70c51744dabccfa9040c71a2ea517513aa Author: Alejandro Piñeiro @@ -4310,7 +4926,7 @@ Date: Thu Feb 9 12:32:44 2012 +0100 is ATK_ROLE_WINDOW clutter/cally/cally-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cc126f55eb948a528211bc1649cd20bc7a7c0ed7 Author: Alejandro Piñeiro @@ -4322,8 +4938,8 @@ Date: Wed Feb 8 18:46:11 2012 +0100 from the stage. Now things are more simple, and stop to use some of the soon-to-be-deprecated signals on ATK. - clutter/cally/cally-actor.c | 114 ++---------------------------------------- - clutter/cally/cally-actor.h | 17 +++--- + clutter/cally/cally-actor.c | 114 +++---------------------------------------- + clutter/cally/cally-actor.h | 17 +++---- clutter/cally/cally-stage.c | 47 ++++++++++++++++++ 3 files changed, 61 insertions(+), 117 deletions(-) @@ -4336,7 +4952,7 @@ Date: Wed Feb 15 17:43:31 2012 +0000 The shorthands for position and size were added in 1.6. clutter/clutter-enums.h | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit f97ffe544fb148c5acd2bb60ac38784de76b469b Author: Emmanuele Bassi @@ -4348,7 +4964,7 @@ Date: Wed Feb 15 15:58:36 2012 +0000 API at all. This also removes a bunch of leaks. tests/interactive/test-layout.c | 216 +++++++-------------------------------- - 1 files changed, 35 insertions(+), 181 deletions(-) + 1 file changed, 35 insertions(+), 181 deletions(-) commit 851d2a42c4e840f01d67e6fb8400835e3bb28c37 Author: Adel Gadllah @@ -4385,8 +5001,8 @@ Date: Wed Feb 15 14:20:59 2012 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2515 - clutter/x11/clutter-stage-x11.c | 205 ++++++++++++++++++++------------------ - clutter/x11/clutter-stage-x11.h | 11 +- + clutter/x11/clutter-stage-x11.c | 205 +++++++++++++++++++++------------------ + clutter/x11/clutter-stage-x11.h | 11 ++- 2 files changed, 114 insertions(+), 102 deletions(-) commit c62b69bb14b12617179e81987835099bdffd2ffc @@ -4398,7 +5014,7 @@ Date: Wed Feb 15 13:43:15 2012 +0000 Use modern API, and add a minimal check that hiding an actor will cause it to unmap. - tests/conform/test-actor-invariants.c | 158 +++++++++++++++++++------------- + tests/conform/test-actor-invariants.c | 158 ++++++++++++++++++++------------- tests/conform/test-conform-main.c | 18 ++-- 2 files changed, 103 insertions(+), 73 deletions(-) @@ -4409,7 +5025,7 @@ Date: Wed Feb 15 12:59:01 2012 +0100 Updated Spanish translation po/es.po | 538 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 270 insertions(+), 268 deletions(-) + 1 file changed, 270 insertions(+), 268 deletions(-) commit d31bd6fe927dc5fd8a9c48695efc88d3e8ddabb5 Author: Lionel Landwerlin @@ -4434,7 +5050,7 @@ Date: Tue Jan 24 12:45:52 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=667540 clutter/x11/clutter-stage-x11.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit b1ff53d98017089667e29135c49bf451446a4f74 Author: Emmanuele Bassi @@ -4449,9 +5065,9 @@ Date: Wed Feb 15 09:30:18 2012 +0000 Our last resort is to lazily create the base pipeline the first time we try to copy it, during the instance initialization. - clutter/clutter-blur-effect.c | 37 +++++++++++++++++-------------- - clutter/clutter-colorize-effect.c | 40 +++++++++++++++++----------------- - clutter/clutter-desaturate-effect.c | 39 +++++++++++++++++---------------- + clutter/clutter-blur-effect.c | 37 +++++++++++++++++--------------- + clutter/clutter-colorize-effect.c | 40 +++++++++++++++++------------------ + clutter/clutter-desaturate-effect.c | 39 +++++++++++++++++----------------- 3 files changed, 60 insertions(+), 56 deletions(-) commit d81ae9dd650f0a780cbd0ccedfe38d3150e2ac22 @@ -4474,7 +5090,7 @@ Date: Tue Feb 14 15:43:38 2012 -0500 and no clip. clutter/clutter-actor.c | 23 +++++++++++++++++++---- - 1 files changed, 19 insertions(+), 4 deletions(-) + 1 file changed, 19 insertions(+), 4 deletions(-) commit 114250e329b71cbcdd46ff8788afb87c5ea70c6d Author: Jasper St. Pierre @@ -4483,7 +5099,7 @@ Date: Tue Feb 14 16:17:07 2012 -0500 clutter.symbols: Fix up symbols clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c1a57e537b07e0036cec491044d92b5becdbc4b8 Author: Emmanuele Bassi @@ -4508,8 +5124,8 @@ Date: Tue Feb 14 16:50:52 2012 +0000 Rotation along the Y axis and depth change. - tests/interactive/test-actor.c | 74 ++++++++++++++++++++++++++++++++++++--- - 1 files changed, 68 insertions(+), 6 deletions(-) + tests/interactive/test-actor.c | 74 ++++++++++++++++++++++++++++++++++++---- + 1 file changed, 68 insertions(+), 6 deletions(-) commit c44ffb02f52682080f73e827ecaf06d520f8125d Author: Emmanuele Bassi @@ -4520,7 +5136,7 @@ Date: Tue Feb 14 15:48:15 2012 +0000 As it was intended. tests/interactive/test-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f854619bc976775af7c2a7ab7d52cec7cc0c490c Author: Emmanuele Bassi @@ -4546,8 +5162,8 @@ Date: Tue Feb 14 15:39:15 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=669291 - clutter/clutter-box-layout.c | 67 ++++++++++++++++++++++++----------------- - 1 files changed, 39 insertions(+), 28 deletions(-) + clutter/clutter-box-layout.c | 67 ++++++++++++++++++++++++------------------ + 1 file changed, 39 insertions(+), 28 deletions(-) commit dbd603c5046254b555293b376dfbb59f80521311 Author: Alejandro Piñeiro @@ -4556,7 +5172,7 @@ Date: Tue Feb 14 16:37:51 2012 +0100 ClutterStage: notify "key-focus" change on clutter_stage_emit_key_focus_event clutter/clutter-stage.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0f5ddb6d6c05e08f1c5c74f2ac867f2f6ec30077 Author: Jasper St. Pierre @@ -4568,7 +5184,7 @@ Date: Mon Feb 13 22:40:15 2012 -0500 of children. clutter/clutter-actor.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit cf735b54df4bce53cac6e3ae9d41f4c88037f3a7 Author: Rob Bradford @@ -4583,8 +5199,8 @@ Date: Fri Feb 10 16:46:45 2012 +0000 clutter/Makefile.am | 4 ++ clutter/wayland/clutter-input-device-wayland.c | 29 ++++++++++++ clutter/wayland/clutter-stage-wayland.c | 58 ++++++++++++++++++++++++ - clutter/wayland/clutter-wayland.h | 48 +++++++++++++++++++ - 4 files changed, 139 insertions(+), 0 deletions(-) + clutter/wayland/clutter-wayland.h | 48 ++++++++++++++++++++ + 4 files changed, 139 insertions(+) commit 84362a8257e0ce06fecf7b23c1adb6f15f4649c9 Author: Rob Bradford @@ -4593,7 +5209,7 @@ Date: Fri Feb 10 16:44:32 2012 +0000 build: Install a clutter-wayland pkg-config file clutter/Makefile.am | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 3218cd686580d0c0e15d4ef88199e6f90e6e23b1 Author: Neil Roberts @@ -4611,8 +5227,8 @@ Date: Mon Nov 28 13:46:30 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/clutter-blur-effect.c | 197 +++++++++++++++-------------------- - clutter/clutter-colorize-effect.c | 178 ++++++++++++++++---------------- - clutter/clutter-desaturate-effect.c | 175 +++++++++++++++---------------- + clutter/clutter-colorize-effect.c | 178 ++++++++++++++++--------------- + clutter/clutter-desaturate-effect.c | 175 ++++++++++++++++--------------- 3 files changed, 260 insertions(+), 290 deletions(-) commit b4887c3699e70a221b4e3b68ff2996d8c541f714 @@ -4635,7 +5251,7 @@ Date: Mon Feb 13 15:11:44 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/clutter-blur-effect.c | 41 +++++++++++++++-------------------------- - 1 files changed, 15 insertions(+), 26 deletions(-) + 1 file changed, 15 insertions(+), 26 deletions(-) commit 041ac40056f8f2e882b37ce51c9c0baed18e1f83 Author: Neil Roberts @@ -4676,12 +5292,12 @@ Date: Fri Feb 10 10:46:25 2012 +0000 tests/conform/test-cogl-offscreen.c | 163 --------- tests/conform/test-cogl-path.c | 235 ------------- tests/conform/test-cogl-pipeline-user-matrix.c | 146 -------- - tests/conform/test-cogl-primitive.c | 245 ------------- + tests/conform/test-cogl-primitive.c | 245 -------------- tests/conform/test-cogl-sub-texture.c | 368 -------------------- tests/conform/test-cogl-texture-3d.c | 230 ------------- tests/conform/test-cogl-wrap-modes.c | 319 ----------------- tests/conform/test-conform-main.c | 13 - - 13 files changed, 0 insertions(+), 2977 deletions(-) + 13 files changed, 2977 deletions(-) commit 0e542aa30615353e4279e5ee3ef6430872584c4e Author: Neil Roberts @@ -4700,7 +5316,7 @@ Date: Thu Feb 9 17:22:24 2012 +0000 Reviewed-by: Emmanuele Bassi clutter/clutter-texture.c | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit f861c788c9c9df4d5eaa62639c2cbde743b8118c Author: Chun-wei Fan @@ -4712,7 +5328,7 @@ Date: Tue Feb 14 09:52:14 2012 +0800 build/win32/vs10/clutter.props | 2 ++ build/win32/vs9/clutter.vsprops | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit e3151228958e66fc8a0271c6cffd26234aa9ab69 Author: Jasper St. Pierre @@ -4725,7 +5341,7 @@ Date: Mon Feb 13 17:12:41 2012 -0500 child at the end, not silently doing nothing. clutter/clutter-actor.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit bbb7da03ac56a600b72dd81708db3f2af2113887 Author: Emmanuele Bassi @@ -4754,8 +5370,8 @@ Date: Mon Feb 13 12:43:08 2012 -0500 If we're clipping to the allocation, then the child can paint wherever it wants, and we don't care. The paint volume is the allocation here. - clutter/clutter-actor.c | 67 ++++++++++++++++++++++++---------------------- - 1 files changed, 35 insertions(+), 32 deletions(-) + clutter/clutter-actor.c | 67 +++++++++++++++++++++++++---------------------- + 1 file changed, 35 insertions(+), 32 deletions(-) commit b5aa666dcd853b063c44f279e41b73e2f792e1aa Author: Emmanuele Bassi @@ -4766,7 +5382,7 @@ Date: Mon Feb 13 17:56:12 2012 +0000 The outline primitive is static, so unref'ing it makes Clutter crash. clutter/clutter-actor.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 3996ae4348e4545c36a14f2aa6d57bb68c2023b9 Author: Emmanuele Bassi @@ -4783,7 +5399,7 @@ Date: Mon Feb 13 17:26:37 2012 +0000 clutter/clutter-actor.h | 1 + clutter/clutter.symbols | 1 + doc/reference/clutter/clutter-sections.txt | 4 ++- - 4 files changed, 56 insertions(+), 1 deletions(-) + 4 files changed, 56 insertions(+), 1 deletion(-) commit 83119966a4216813cb8b641fd827b07be6bc7bfd Author: Emmanuele Bassi @@ -4792,7 +5408,7 @@ Date: Mon Feb 13 16:58:30 2012 +0000 interactive/depth: Drop deprecated API tests/interactive/test-depth.c | 26 ++++++++++++++------------ - 1 files changed, 14 insertions(+), 12 deletions(-) + 1 file changed, 14 insertions(+), 12 deletions(-) commit 5b17b4e41bf861ceb35ca887293db23ae13fe9a2 Author: Emmanuele Bassi @@ -4839,8 +5455,8 @@ Date: Mon Feb 13 16:05:21 2012 +0000 the Stage, re-implement the color property in terms of background-color. and deprecate the Stage property. - clutter/clutter-stage.c | 57 ++++++++++++++++++----------------- - clutter/clutter-stage.h | 4 -- + clutter/clutter-stage.c | 57 ++++++++++++++++++------------------ + clutter/clutter-stage.h | 4 --- clutter/deprecated/clutter-stage.h | 27 +++++++++++------ 3 files changed, 47 insertions(+), 41 deletions(-) @@ -4850,8 +5466,8 @@ Date: Mon Feb 13 15:26:26 2012 +0000 docs: Use ClutterTimeline:repeat-count instead of :loop - .../clutter/clutter-animation-tutorial.xml | 15 +++++++++++---- - .../clutter/migrating-ClutterBehaviour.xml | 2 +- + doc/reference/clutter/clutter-animation-tutorial.xml | 15 +++++++++++---- + doc/reference/clutter/migrating-ClutterBehaviour.xml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) commit cf9c4e651d0527be08f889a246c3366171437e4b @@ -4873,7 +5489,7 @@ Date: Mon Feb 13 15:04:00 2012 +0000 animation: Do not use deprecated timeline methods clutter/clutter-animation.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 657e0ce093198b83851f90ac47809b1732e3fa6e Author: Emmanuele Bassi @@ -4881,11 +5497,11 @@ Date: Mon Feb 13 14:58:47 2012 +0000 cookbook: Use clutter_timeline_set_repeat_count() - doc/cookbook/animations.xml | 8 ++++---- - .../examples/animations-looping-animator.c | 2 +- - .../examples/animations-looping-implicit.c | 2 +- - doc/cookbook/examples/animations-path-circle.c | 2 +- - doc/cookbook/examples/animations-path.c | 2 +- + doc/cookbook/animations.xml | 8 ++++---- + doc/cookbook/examples/animations-looping-animator.c | 2 +- + doc/cookbook/examples/animations-looping-implicit.c | 2 +- + doc/cookbook/examples/animations-path-circle.c | 2 +- + doc/cookbook/examples/animations-path.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) commit 97feb06a6f4fbfb40af09e3436c81ec9a253ba4c @@ -4909,8 +5525,8 @@ Date: Mon Feb 13 14:45:06 2012 +0000 "infinity", and map loop=FALSE to repeat-count=0, and loop=TRUE to repeat-count=-1. - clutter/clutter-timeline.c | 181 ++++++++++++++++++++++----- - clutter/clutter-timeline.h | 13 ++- + clutter/clutter-timeline.c | 181 ++++++++++++++++++++++------ + clutter/clutter-timeline.h | 13 +- clutter/clutter.symbols | 2 + doc/reference/clutter/clutter-sections.txt | 6 +- 4 files changed, 163 insertions(+), 39 deletions(-) @@ -4957,7 +5573,7 @@ Date: Thu Feb 9 15:45:14 2012 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-actor-meta.h | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 96031a4f6f53dfb1067e1e3a176ac5103fd7d59d Author: Jasper St. Pierre @@ -4968,7 +5584,7 @@ Date: Thu Feb 9 08:48:18 2012 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 3adcbb265c7f592abd6a7a98a257cbb610235d52 Author: Emmanuele Bassi @@ -4977,7 +5593,7 @@ Date: Mon Feb 13 11:43:26 2012 +0000 Update the Clutter moduleset build/clutter.modules | 459 +++++++++++++++++++++++++++++-------------------- - 1 files changed, 272 insertions(+), 187 deletions(-) + 1 file changed, 272 insertions(+), 187 deletions(-) commit d8a51726e13e98cdce2a57782e33a12e570086d9 Author: Emmanuele Bassi @@ -4989,7 +5605,7 @@ Date: Mon Feb 13 08:59:09 2012 +0000 ActorIter API; the end result is more compact and easy to follow. clutter/clutter-actor.c | 16 +++++----------- - 1 files changed, 5 insertions(+), 11 deletions(-) + 1 file changed, 5 insertions(+), 11 deletions(-) commit 8f6da170bc2e8fb9ca02970ca864add9f7722c5d Author: Emmanuele Bassi @@ -5000,7 +5616,7 @@ Date: Mon Feb 13 08:52:08 2012 +0000 Use the ClutterActor::destroy signal. clutter/clutter-input-device.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit f024b852f9bb90d4efeba78ae255bfa6c25aa27e Author: Emmanuele Bassi @@ -5012,7 +5628,7 @@ Date: Mon Feb 13 08:45:22 2012 +0000 references is neither indicated nor recommended. clutter/clutter-stage.c | 38 ++++++++++++++------------------------ - 1 files changed, 14 insertions(+), 24 deletions(-) + 1 file changed, 14 insertions(+), 24 deletions(-) commit 519da376f070f8688a41b672601779aa99bec28a Author: Emmanuele Bassi @@ -5023,7 +5639,7 @@ Date: Mon Feb 13 08:44:40 2012 +0000 Remove some ifdeffed out dead code, and some duplication. clutter/clutter-stage.c | 95 ++++++++--------------------------------------- - 1 files changed, 16 insertions(+), 79 deletions(-) + 1 file changed, 16 insertions(+), 79 deletions(-) commit cd118f0dc0172be089519b47da721eeca67bbc30 Author: Emmanuele Bassi @@ -5038,7 +5654,7 @@ Date: Sat Feb 11 16:02:31 2012 +0000 is the actor is not editable, or if the cursor is not visible. clutter/clutter-text.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) + 1 file changed, 4 insertions(+), 7 deletions(-) commit f770cce7a5b0efaac3ae5732fe9673d68528b8d3 Author: Emmanuele Bassi @@ -5052,7 +5668,7 @@ Date: Fri Feb 10 12:26:43 2012 +0000 check inside the clutter/ directory. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 66451e75d31e79e3c25f6dcbb8cf0a1b10d91d99 Author: Chun-wei Fan @@ -5063,7 +5679,7 @@ Date: Fri Feb 10 16:15:06 2012 +0800 Make it more like the config.h(.in) in terms of the entries to check. config.h.win32.in | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ca9b27615dcd79573ac94d670f905b39bf1bd3e5 Author: Chun-wei Fan @@ -5104,7 +5720,7 @@ Date: Thu Feb 9 18:42:27 2012 +0000 clutter/Makefile.am | 18 ++++++++++++++++++ clutter/abicheck.sh | 11 +++++++++++ - 2 files changed, 29 insertions(+), 0 deletions(-) + 2 files changed, 29 insertions(+) commit de9efd98a70bfc1aa652b2758eb3d02fc6ad58af Author: Emmanuele Bassi @@ -5114,8 +5730,8 @@ Date: Thu Feb 9 18:41:55 2012 +0000 Add a bunch of missing public symbols, and remove some cruft. - clutter/clutter.symbols | 72 ++++++++++++++++++++-------------------------- - 1 files changed, 31 insertions(+), 41 deletions(-) + clutter/clutter.symbols | 72 ++++++++++++++++++++--------------------------- + 1 file changed, 31 insertions(+), 41 deletions(-) commit 92f6b520cb27e45f6682b0b06d76fed36ad43cfa Author: Emmanuele Bassi @@ -5127,7 +5743,7 @@ Date: Thu Feb 9 18:41:19 2012 +0000 OSX. configure.ac | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 910b09d70a41ab58a14d316143a5354c332d2cc1 Author: Emmanuele Bassi @@ -5140,13 +5756,13 @@ Date: Thu Feb 9 18:40:03 2012 +0000 should have been. clutter/clutter-actor.c | 6 ++-- - clutter/clutter-list-model.c | 20 ++++++------ - clutter/clutter-master-clock.c | 2 + - clutter/clutter-master-clock.h | 4 +- + clutter/clutter-list-model.c | 20 ++++++------- + clutter/clutter-master-clock.c | 2 ++ + clutter/clutter-master-clock.h | 4 +-- clutter/clutter-model-private.h | 59 +++++++++++++++++++++++++++----------- - clutter/clutter-model.c | 52 ++++++++++++++++---------------- - clutter/clutter-script-parser.c | 2 + - clutter/clutter-script-private.h | 4 +- + clutter/clutter-model.c | 52 ++++++++++++++++----------------- + clutter/clutter-script-parser.c | 2 ++ + clutter/clutter-script-private.h | 4 +-- 8 files changed, 89 insertions(+), 60 deletions(-) commit 8ba0351c7ab8f1c9e0d76c78fb56c3b9e8fe4210 @@ -5166,7 +5782,7 @@ Date: Thu Feb 9 16:44:28 2012 +0000 tests/conform/test-actor-graph.c | 74 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 2 files changed, 75 insertions(+), 0 deletions(-) + 2 files changed, 75 insertions(+) commit fee53a2993db3795bd7ffbb4e878c807ccdaa80c Author: Neil Roberts @@ -5183,7 +5799,7 @@ Date: Wed Dec 21 15:13:53 2011 +0000 clutter/clutter-backend-private.h | 1 + clutter/clutter-backend.c | 6 ++++++ - 2 files changed, 7 insertions(+), 0 deletions(-) + 2 files changed, 7 insertions(+) commit bace07c0a02198a97f89c516849e5161e20d26c3 Author: Robert Bragg @@ -5205,11 +5821,11 @@ Date: Thu Feb 9 16:04:19 2012 +0000 Reviewed-by: Emmanuele Bassi Reviewed-by: Neil Roberts - clutter/clutter-actor.c | 18 ++++++--- - clutter/clutter-deform-effect.c | 27 ++++++++------ + clutter/clutter-actor.c | 18 ++++++---- + clutter/clutter-deform-effect.c | 27 +++++++------- configure.ac | 2 +- - tests/conform/test-cogl-pixel-buffer.c | 12 +++++- - tests/conform/test-cogl-primitive.c | 60 +++++++++++++++++++------------ + tests/conform/test-cogl-pixel-buffer.c | 12 +++++-- + tests/conform/test-cogl-primitive.c | 60 ++++++++++++++++++++------------ 5 files changed, 75 insertions(+), 44 deletions(-) commit d0e945fb70814ce1f75afef3baebd1b3cd352cb9 @@ -5224,7 +5840,7 @@ Date: Thu Feb 9 15:49:30 2012 +0000 We can also reimplement the ::destroy default handler using it, and make it more compact. - clutter/clutter-actor.c | 49 ++++++++++++++++++++++++++++++++++++++++------ + clutter/clutter-actor.c | 49 ++++++++++++++++++++++++++++++++++++++++------- clutter/clutter-actor.h | 1 + 2 files changed, 43 insertions(+), 7 deletions(-) @@ -5237,8 +5853,8 @@ Date: Thu Feb 9 15:43:25 2012 +0000 Now that ClutterActor can be instantiated, we need to do the right thing, and destroy its children when it is destroyed. - clutter/clutter-actor.c | 54 ++++++++++++++++++++++++++++++---------------- - 1 files changed, 35 insertions(+), 19 deletions(-) + clutter/clutter-actor.c | 54 ++++++++++++++++++++++++++++++----------------- + 1 file changed, 35 insertions(+), 19 deletions(-) commit 630e602eac37b831677376c33b208a5c536f8260 Author: Emmanuele Bassi @@ -5249,8 +5865,8 @@ Date: Thu Feb 9 15:38:11 2012 +0000 The API reference should be more explicit about which parts of the interface should be overridden, and which are deprecated. - clutter/clutter-container.c | 58 +++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 53 insertions(+), 5 deletions(-) + clutter/clutter-container.c | 58 +++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 53 insertions(+), 5 deletions(-) commit 0c715d00264241307b53a7d167352b127b46d314 Author: Emmanuele Bassi @@ -5262,7 +5878,7 @@ Date: Thu Feb 9 14:22:31 2012 +0000 arguments; this let sneak in the buglet found in bug 669730. tests/conform/test-actor-graph.c | 33 +++++++++++++++++++++++++++++++++ - 1 files changed, 33 insertions(+), 0 deletions(-) + 1 file changed, 33 insertions(+) commit a023bb341201b0dbb438efaef8d9d03ce99269de Author: Florian Müllner @@ -5277,7 +5893,7 @@ Date: Thu Feb 9 02:13:50 2012 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=669730 clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 74821f61c0f0880545dd12fd96be1539a9e72894 Author: Мирослав Николић @@ -5301,7 +5917,7 @@ Date: Tue Feb 7 11:36:27 2012 +0000 and bail out if necessary. clutter/clutter-text.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit d509455de0f95fc804eb91776ec9e051df7cbca5 Author: Emmanuele Bassi @@ -5313,7 +5929,7 @@ Date: Tue Feb 7 11:33:12 2012 +0000 non-NULL string as their argument, so we need to update the annotations. clutter/clutter-text.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 15441bb28029d3d328c4a450a384fa822c5fd023 Author: Emmanuele Bassi @@ -5323,8 +5939,8 @@ Date: Tue Feb 7 11:31:28 2012 +0000 Inline wrapper functions, and remove deep nested if's. - clutter/clutter-text.c | 70 +++++++++++++++++++++++++---------------------- - 1 files changed, 37 insertions(+), 33 deletions(-) + clutter/clutter-text.c | 70 +++++++++++++++++++++++++----------------------- + 1 file changed, 37 insertions(+), 33 deletions(-) commit 1d55af9dfacb7cc3bad2e36644b8933ddd6f87ca Author: Emmanuele Bassi @@ -5332,8 +5948,8 @@ Date: Tue Feb 7 11:30:43 2012 +0000 interactive/text-field: Modernize - tests/interactive/test-text-field.c | 79 ++++++++++++++++++---------------- - 1 files changed, 42 insertions(+), 37 deletions(-) + tests/interactive/test-text-field.c | 79 +++++++++++++++++++---------------- + 1 file changed, 42 insertions(+), 37 deletions(-) commit 7ba9774572e44ad0049ecc8acb5dd093c9b0bbd1 Author: Emmanuele Bassi @@ -5348,8 +5964,8 @@ Date: Mon Feb 6 18:23:21 2012 +0000 of the Pango API, was not worth it, and decided to expose the method we are using internally. - clutter/clutter-text.c | 30 +++++++++++++++++++-------- - clutter/clutter-text.h | 3 ++ + clutter/clutter-text.c | 30 +++++++++++++++++++--------- + clutter/clutter-text.h | 3 +++ clutter/clutter.symbols | 1 + doc/reference/clutter/clutter-sections.txt | 1 + 4 files changed, 26 insertions(+), 9 deletions(-) @@ -5363,7 +5979,7 @@ Date: Mon Feb 6 17:34:26 2012 +0000 We only use stable releases for "since" tags. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit de64ccb45150d9f7cbaf1ec8f7c6de2680083a01 Author: Emmanuele Bassi @@ -5372,7 +5988,7 @@ Date: Mon Feb 6 16:45:15 2012 +0000 Post-release version bump to 1.9.11 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d7ec670f1fccddc2666b53b0947a2ff77805634 Author: Emmanuele Bassi @@ -5382,7 +5998,7 @@ Date: Mon Feb 6 16:40:00 2012 +0000 NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 40 insertions(+), 1 deletions(-) + 2 files changed, 40 insertions(+), 1 deletion(-) commit 8b904aa626a3b67a2058c86ee5bc7ef14aac024d Author: Emmanuele Bassi @@ -5391,7 +6007,7 @@ Date: Mon Feb 6 16:34:18 2012 +0000 docs: Update release notes README.in | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit ad276865d2874b53311840eee79dd4d41ef2dc77 Author: Tristan Van Berkom @@ -5405,7 +6021,7 @@ Date: Sun Jan 29 21:29:38 2012 +0900 https://bugzilla.gnome.org/show_bug.cgi?id=668951 clutter/clutter-state.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 047f60b13829bc8fee66c9107e90f1aacf40cf93 Author: Tristan Van Berkom @@ -5416,7 +6032,7 @@ Date: Sat Feb 4 22:43:51 2012 +0900 https://bugzilla.gnome.org/show_bug.cgi?id=669360 clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ce9564e5584381794ea6b8fae379ad2c3b499bef Author: Emmanuele Bassi @@ -5427,8 +6043,8 @@ Date: Mon Feb 6 15:34:13 2012 +0000 We can use a plain C array of GValues when deserializing a ClutterModel implementation from a ClutterScript description. - clutter/clutter-model.c | 49 ++++++++++++++++++++++++++-------------------- - 1 files changed, 28 insertions(+), 21 deletions(-) + clutter/clutter-model.c | 49 +++++++++++++++++++++++++++-------------------- + 1 file changed, 28 insertions(+), 21 deletions(-) commit d699328f7fbefc49df5bcfe6703a707e9478d7a5 Author: Emmanuele Bassi @@ -5441,8 +6057,8 @@ Date: Mon Feb 6 14:37:49 2012 +0000 suitable replacement for the GValueArray usage. It actually is an improvement, given that it's going to take less memory. - clutter/clutter-list-model.c | 63 +++++++++++++++++++++++------------------ - 1 files changed, 35 insertions(+), 28 deletions(-) + clutter/clutter-list-model.c | 63 +++++++++++++++++++++++------------------- + 1 file changed, 35 insertions(+), 28 deletions(-) commit bfe71293757468f56922b138ba299dfda449fa2d Author: Emmanuele Bassi @@ -5453,7 +6069,7 @@ Date: Sun Feb 5 08:47:17 2012 +0000 It's time, we delayed far too long. clutter/clutter-actor.h | 623 +++++++++++++++++++++++------------------------ - 1 files changed, 301 insertions(+), 322 deletions(-) + 1 file changed, 301 insertions(+), 322 deletions(-) commit ad62075378259e301e78620a7cfe5bc9ddc4164f Author: Emmanuele Bassi @@ -5462,7 +6078,7 @@ Date: Thu Feb 2 14:07:38 2012 +0000 interactive/actor: Show event and animation API tests/interactive/test-actor.c | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 9872d7eb1b31112f3f72855ef00334f39cdb949f Author: Emmanuele Bassi @@ -5483,7 +6099,7 @@ Date: Thu Feb 2 11:18:00 2012 +0000 The documentation should clarify all that. clutter/clutter-actor.c | 26 ++++++++++++++------------ - 1 files changed, 14 insertions(+), 12 deletions(-) + 1 file changed, 14 insertions(+), 12 deletions(-) commit 242de47c032eb750bd825a1d26b4b911e80527b9 Author: Emmanuele Bassi @@ -5496,8 +6112,8 @@ Date: Thu Feb 2 11:07:14 2012 +0000 instead. • Clarify that reparent may not touch the MAPPED state. - doc/actor-invariants.txt | 55 +++++++++++++-------------------------------- - 1 files changed, 16 insertions(+), 39 deletions(-) + doc/actor-invariants.txt | 55 ++++++++++++++-------------------------------- + 1 file changed, 16 insertions(+), 39 deletions(-) commit 4b6156a57a00214297c696f20e374ad645b97019 Author: Evan Nemerson @@ -5518,8 +6134,8 @@ Date: Tue Jan 31 17:03:14 2012 +0000 Clean up the clutter API reference Makefile.am - doc/reference/clutter/Makefile.am | 68 ++++++++++++------------------------ - 1 files changed, 23 insertions(+), 45 deletions(-) + doc/reference/clutter/Makefile.am | 68 +++++++++++++------------------------ + 1 file changed, 23 insertions(+), 45 deletions(-) commit bb2d807d2ab4ee13eea02bda7c65b562b7f503ae Author: Emmanuele Bassi @@ -5539,7 +6155,7 @@ Date: Tue Jan 31 16:44:07 2012 +0000 docs: Add private macro CLUTTER_PRIVATE_FIELD doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 76c8b17144a26bb9cca712e8349d23f3df9b493a Author: Emmanuele Bassi @@ -5548,7 +6164,7 @@ Date: Tue Jan 31 16:32:48 2012 +0000 docs: XInclude test-actor inside the Actor's description clutter/clutter-actor.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 5974cfc97be14bed6aade7f6e85622d3f72e138f Author: Emmanuele Bassi @@ -5557,7 +6173,7 @@ Date: Tue Jan 31 16:30:05 2012 +0000 docs: Add an example to the Actor description clutter/clutter-actor.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 341faaa0898c19a0c2c569460a0c4f08a7b8e23c Author: Emmanuele Bassi @@ -5569,7 +6185,7 @@ Date: Tue Jan 31 12:45:08 2012 +0000 that still uses behaviours in ClutterScript definitions. clutter/clutter-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 11239d8da650ecf5d467fd8a131b30691e28dcbd Author: Emmanuele Bassi @@ -5607,7 +6223,7 @@ Date: Tue Jan 31 12:35:17 2012 +0000 of work we do, and the code paths that can potentially go wrong. clutter/clutter-actor.c | 18 ++++++++---------- - 1 files changed, 8 insertions(+), 10 deletions(-) + 1 file changed, 8 insertions(+), 10 deletions(-) commit 8ee6d106812788c0465845fccb9216c50fe8c27f Author: Emmanuele Bassi @@ -5666,7 +6282,7 @@ Date: Tue Jan 31 10:23:48 2012 +0000 Clarify the error message when checking the bpp argument. clutter/clutter-texture.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 986307f5e4abc5c1c86207bcdb6bb998e67b5364 Author: Emmanuele Bassi @@ -5678,7 +6294,7 @@ Date: Mon Jan 30 10:55:30 2012 +0000 clutter/clutter-bin-layout.c | 42 ++++------ clutter/clutter-box-layout.c | 179 +++++++++++++++++++++-------------------- - clutter/clutter-flow-layout.c | 18 ++-- + clutter/clutter-flow-layout.c | 18 ++--- 3 files changed, 119 insertions(+), 120 deletions(-) commit 8b47ddbce6ac10e4f06f7b5e865492f022e5f54e @@ -5688,7 +6304,7 @@ Date: Sun Jan 29 22:52:55 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1741 +++++++++++++++++++++++++++++++---------------------------- - po/zh_TW.po | 1733 +++++++++++++++++++++++++++++++---------------------------- + po/zh_TW.po | 1733 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1842 insertions(+), 1632 deletions(-) commit 7165342948f01665f54ab5647083c82de6c2050c @@ -5698,7 +6314,7 @@ Date: Sat Jan 28 20:59:17 2012 +0100 Updated Slovenian translation po/sl.po | 780 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 444 insertions(+), 336 deletions(-) + 1 file changed, 444 insertions(+), 336 deletions(-) commit 842ff82d77b020f6033f418232c7a662fbfae078 Author: Emmanuele Bassi @@ -5709,7 +6325,7 @@ Date: Fri Jan 27 17:07:33 2012 +0000 With code examples. clutter/clutter-actor.c | 46 +++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 45 insertions(+), 1 deletions(-) + 1 file changed, 45 insertions(+), 1 deletion(-) commit 534ec4ac7a60a2d86d5562ed03eb5968b0000536 Author: Emmanuele Bassi @@ -5721,7 +6337,7 @@ Date: Fri Jan 27 15:48:46 2012 +0000 and Group subclasses that may be relying on it. clutter/deprecated/clutter-group.c | 21 +++++++++++++++++++-- - 1 files changed, 19 insertions(+), 2 deletions(-) + 1 file changed, 19 insertions(+), 2 deletions(-) commit 31341986b114ac1df3ccce5e4e9553b97742f7d4 Author: Emmanuele Bassi @@ -5742,7 +6358,7 @@ Date: Fri Jan 27 15:45:11 2012 +0000 for deprecation towards a removal when we start the 2.0 process. clutter/clutter-fixed-layout.c | 37 ------------------------------------- - 1 files changed, 0 insertions(+), 37 deletions(-) + 1 file changed, 37 deletions(-) commit 4360fcccf44fe17bb385a9780bb9b2d6f5e19bb7 Author: Kerrick Staley @@ -5767,7 +6383,7 @@ Date: Thu Jan 26 17:10:18 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668669 clutter/deprecated/clutter-box.c | 23 +++-------------------- - 1 files changed, 3 insertions(+), 20 deletions(-) + 1 file changed, 3 insertions(+), 20 deletions(-) commit c6e14914740f0ac274cf92a294634b8955d85349 Author: Emmanuele Bassi @@ -5780,8 +6396,8 @@ Date: Wed Jan 25 15:31:51 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668669 - clutter/clutter-stage.c | 54 ++++++++++++++++++---------------------------- - 1 files changed, 21 insertions(+), 33 deletions(-) + clutter/clutter-stage.c | 54 ++++++++++++++++++----------------------------- + 1 file changed, 21 insertions(+), 33 deletions(-) commit 58ffcfb10ed8b7fc0e299035c8b049967f8fc0ef Author: Emmanuele Bassi @@ -5809,10 +6425,10 @@ Date: Wed Jan 25 15:27:57 2012 +0000 clutter/clutter-actor.h | 29 +++++ clutter/clutter-types.h | 13 ++ clutter/clutter.symbols | 4 + - doc/reference/clutter/clutter-sections.txt | 7 + + doc/reference/clutter/clutter-sections.txt | 7 ++ tests/conform/Makefile.am | 1 + tests/conform/test-actor-iter.c | 129 +++++++++++++++++++ - tests/conform/test-conform-main.c | 31 +++-- + tests/conform/test-conform-main.c | 31 ++--- 8 files changed, 386 insertions(+), 14 deletions(-) commit fa856e3f5ed71a3dbf022525aafbd27ad63410fe @@ -5828,7 +6444,7 @@ Date: Fri Jan 27 11:48:14 2012 +0000 children were still queueing redraws. clutter/deprecated/clutter-box.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 9d355f12c6d1c804a3e0d205e2ff1c8e3f5e7538 Author: Emmanuele Bassi @@ -5842,7 +6458,7 @@ Date: Fri Jan 27 11:42:33 2012 +0000 back in while we figure out the issue. tests/conform/test-offscreen-redirect.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccc70a911d1314941d95b68a263a60c9b3c30a3e Author: Emmanuele Bassi @@ -5879,7 +6495,7 @@ Date: Fri Jan 27 09:46:10 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668692 clutter/clutter-drag-action.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 60cddbd28e403abe17d22d96b7b8f2f9418abd2b Author: Emmanuele Bassi @@ -5900,7 +6516,7 @@ Date: Fri Jan 27 09:43:06 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668692 clutter/clutter-event.h | 43 ++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 38 insertions(+), 5 deletions(-) + 1 file changed, 38 insertions(+), 5 deletions(-) commit 90397bf06c1ed2de1740f5e659d2a819df5e4aec Author: Emmanuele Bassi @@ -5909,7 +6525,7 @@ Date: Fri Jan 27 07:30:02 2012 +0000 doc/cookbook: Remove dead link doc/cookbook/actors.xml | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit bacd4dd6a0ae770c1c850963cefefa0c88d2a230 Author: Emmanuele Bassi @@ -5918,7 +6534,7 @@ Date: Thu Jan 26 17:11:27 2012 +0000 Remove unused variable clutter/x11/clutter-stage-x11.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 78533cfd1a06a751582d3867f8a6c157dbb2501f Author: Rob Bradford @@ -5930,7 +6546,7 @@ Date: Thu Jan 26 15:39:16 2012 +0000 the steps to correctly fullscreen the surface. clutter/wayland/clutter-stage-wayland.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 797336762e40baf9c187b99883aa893c1f5de92a Author: Rob Bradford @@ -5939,7 +6555,7 @@ Date: Thu Jan 26 14:23:57 2012 +0000 wayland: Force a redraw of the stage to get the new sized buffer attached clutter/wayland/clutter-stage-wayland.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 65e27a830b341606dd1834fa442675eeebdc97c0 Author: Rob Bradford @@ -5948,7 +6564,7 @@ Date: Thu Jan 26 14:23:16 2012 +0000 wayland: Use new stage state manipulation functions clutter/wayland/clutter-stage-wayland.c | 27 ++++++++++++--------------- - 1 files changed, 12 insertions(+), 15 deletions(-) + 1 file changed, 12 insertions(+), 15 deletions(-) commit 0094350467941139a53a173c725bed7a74d39e7b Author: Rob Bradford @@ -5960,8 +6576,8 @@ Date: Mon Jan 23 13:07:13 2012 +0000 output. In future versions of the Wayland protocol we'll get a configure message advising of us of the size we can be to achieve fullscreen. - clutter/wayland/clutter-stage-wayland.c | 35 +++++++++++++++++++++++++++--- - 1 files changed, 31 insertions(+), 4 deletions(-) + clutter/wayland/clutter-stage-wayland.c | 35 +++++++++++++++++++++++++++---- + 1 file changed, 31 insertions(+), 4 deletions(-) commit dd64ad1e4209793c436ad1cb90ba18ec85bbe936 Author: Rob Bradford @@ -5973,7 +6589,7 @@ Date: Fri Jan 20 15:49:16 2012 +0000 update the underlying EGL surface. clutter/wayland/clutter-stage-wayland.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 838fc6276feb746e66a50b38a560f3b5e33fb273 Author: Rob Bradford @@ -5983,7 +6599,7 @@ Date: Thu Jan 12 15:25:02 2012 +0000 clutter/wayland/clutter-stage-wayland.c | 8 ++++++++ clutter/wayland/clutter-stage-wayland.h | 1 + - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit da19c3dfca17c93e2e4ffa18c73dc177f94d3003 Author: Rob Bradford @@ -5992,7 +6608,7 @@ Date: Fri Dec 9 16:54:52 2011 +0000 wayland: Implement set_fullscreen vfunc in ClutterStageWayland clutter/wayland/clutter-stage-wayland.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit cb4b9d758feae876aa660a9222f5d1d5233cf6f1 Author: Rob Bradford @@ -6002,7 +6618,7 @@ Date: Fri Dec 9 16:52:29 2011 +0000 clutter/wayland/clutter-stage-wayland.c | 3 +++ clutter/wayland/clutter-stage-wayland.h | 3 +++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 737c5e104512cf7319588b1921f26783e97c5e36 Author: Rob Bradford @@ -6023,7 +6639,7 @@ Date: Thu Jan 26 10:29:50 2012 +0000 The stage wrapper is on the ClutterStageCogl instance. clutter/x11/clutter-stage-x11.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit fdf89a9e06859f38453196f97e7b5ea692113729 Merge: 9206bd7 9dab334 @@ -6048,7 +6664,7 @@ Date: Thu Jan 26 08:33:45 2012 +0000 docs: Update ClutterStageState flags clutter/clutter-enums.h | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 2b547442a373794fd0b3dbb5799ad732bf091d03 Author: Emmanuele Bassi @@ -6057,7 +6673,7 @@ Date: Thu Jan 26 08:27:39 2012 +0000 wayland: Use the Stage state tracking clutter/wayland/clutter-input-device-wayland.c | 21 ++++++--------------- - 1 files changed, 6 insertions(+), 15 deletions(-) + 1 file changed, 6 insertions(+), 15 deletions(-) commit 8c184f53cb3d01ef8cbefbf856e173b7f6555a45 Author: Emmanuele Bassi @@ -6066,7 +6682,7 @@ Date: Thu Jan 26 08:27:25 2012 +0000 gdk: Use the Stage state tracking clutter/gdk/clutter-event-gdk.c | 32 +++++++++++--------------------- - 1 files changed, 11 insertions(+), 21 deletions(-) + 1 file changed, 11 insertions(+), 21 deletions(-) commit e73c2bf4ea3dcc72e32e1814e5cc6d64ed377e0f Author: Emmanuele Bassi @@ -6086,7 +6702,7 @@ Date: Wed Jan 25 21:36:55 2012 +0000 x11: Use the Stage state tracking clutter/x11/clutter-stage-x11.c | 72 ++++++++++++++------------------------- - clutter/x11/clutter-stage-x11.h | 2 - + clutter/x11/clutter-stage-x11.h | 2 -- 2 files changed, 26 insertions(+), 48 deletions(-) commit 2c9a693c14fb97dfb091ff00109e084de4b9caca @@ -6096,7 +6712,7 @@ Date: Wed Jan 25 21:25:59 2012 +0000 osx: Use the Stage state tracking clutter/osx/clutter-stage-osx.c | 60 +++++++++++++++------------------------ - clutter/osx/clutter-stage-osx.h | 2 - + clutter/osx/clutter-stage-osx.h | 2 -- 2 files changed, 23 insertions(+), 39 deletions(-) commit 19ff11ac933cbfcc1f87c5914d36a85ee014f8e9 @@ -6113,7 +6729,7 @@ Date: Wed Jan 25 21:24:47 2012 +0000 Stage must also emit a ClutterEvent of type CLUTTER_STAGE_STATE, a requirement that needlessly complicates the backend code. - clutter/clutter-stage-private.h | 7 ++ + clutter/clutter-stage-private.h | 7 +++ clutter/clutter-stage.c | 121 +++++++++++++++++++++++++++++++++------ 2 files changed, 111 insertions(+), 17 deletions(-) @@ -6126,29 +6742,29 @@ Date: Wed Jan 25 23:09:38 2012 +0000 And make sure to use clutter_threads_add_* instead of the bare g_*_add(). - tests/conform/test-anchors.c | 4 +- - tests/conform/test-clutter-cairo-texture.c | 4 +- - tests/conform/test-cogl-backface-culling.c | 4 +- - tests/conform/test-cogl-blend-strings.c | 4 +- - tests/conform/test-cogl-depth-test.c | 4 +- - tests/conform/test-cogl-materials.c | 4 +- - tests/conform/test-cogl-multitexture.c | 4 +- - tests/conform/test-cogl-npot-texture.c | 4 +- - tests/conform/test-cogl-offscreen.c | 4 +- - tests/conform/test-offscreen-redirect.c | 4 +- - tests/conform/test-pick.c | 7 +++-- - tests/conform/test-texture-fbo.c | 4 +- + tests/conform/test-anchors.c | 4 +-- + tests/conform/test-clutter-cairo-texture.c | 4 +-- + tests/conform/test-cogl-backface-culling.c | 4 +-- + tests/conform/test-cogl-blend-strings.c | 4 +-- + tests/conform/test-cogl-depth-test.c | 4 +-- + tests/conform/test-cogl-materials.c | 4 +-- + tests/conform/test-cogl-multitexture.c | 4 +-- + tests/conform/test-cogl-npot-texture.c | 4 +-- + tests/conform/test-cogl-offscreen.c | 4 +-- + tests/conform/test-offscreen-redirect.c | 4 +-- + tests/conform/test-pick.c | 7 +++--- + tests/conform/test-texture-fbo.c | 4 +-- tests/conform/test-timeline-rewind.c | 12 +++++---- - tests/interactive/test-cogl-point-sprites.c | 7 +++-- - tests/interactive/test-cogl-shader-arbfp.c | 20 +++++++------- + tests/interactive/test-cogl-point-sprites.c | 7 +++--- + tests/interactive/test-cogl-shader-arbfp.c | 20 +++++++-------- tests/interactive/test-cogl-shader-glsl.c | 35 ++++++++++++++------------- - tests/interactive/test-depth.c | 10 +++---- + tests/interactive/test-depth.c | 10 +++----- tests/interactive/test-pixmap.c | 12 +++++---- - tests/interactive/test-shader.c | 6 ++-- - tests/micro-bench/test-text-perf.c | 4 +- - tests/micro-bench/test-text.c | 4 +- - tests/performance/test-common.h | 4 +- - tests/performance/test-text-perf.c | 5 ++- + tests/interactive/test-shader.c | 6 ++--- + tests/micro-bench/test-text-perf.c | 4 +-- + tests/micro-bench/test-text.c | 4 +-- + tests/performance/test-common.h | 4 +-- + tests/performance/test-text-perf.c | 5 ++-- 23 files changed, 88 insertions(+), 82 deletions(-) commit b2bf2dbb089a0e4784586d40c7f28e02082a7734 @@ -6171,7 +6787,7 @@ Date: Wed Jan 25 23:17:42 2012 +0000 function is called under the Clutter lock. clutter/x11/clutter-stage-x11.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit a4d571aaf91541bf66b46949d1445a58d37f483d Author: Emmanuele Bassi @@ -6180,7 +6796,7 @@ Date: Tue Jan 24 15:42:20 2012 +0000 Post-release version bump to 1.9.9 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7179bd44c869ffce17b6a135735dbaec5f5c4411 Author: Emmanuele Bassi @@ -6190,7 +6806,7 @@ Date: Tue Jan 24 15:20:35 2012 +0000 NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 25 insertions(+), 1 deletions(-) + 2 files changed, 25 insertions(+), 1 deletion(-) commit 18ec12a3b7d7a764c569c37aa280694f76403b41 Author: Emmanuele Bassi @@ -6206,8 +6822,8 @@ Date: Tue Jan 24 15:12:41 2012 +0000 doc/cookbook/actors.xml | 9 ++---- doc/cookbook/animations.xml | 8 +++-- - doc/cookbook/events.xml | 4 +- - doc/cookbook/layouts.xml | 68 ++++++++++++++++++++---------------------- + doc/cookbook/events.xml | 4 +-- + doc/cookbook/layouts.xml | 68 ++++++++++++++++++++----------------------- 4 files changed, 42 insertions(+), 47 deletions(-) commit 1c01554e6a06db0e6afc9a76deea99daa44f9fba @@ -6219,11 +6835,11 @@ Date: Tue Jan 24 15:01:00 2012 +0000 Start dropping the usage of deprecated classes and API. doc/cookbook/examples/actors-composite-main.c | 2 +- - doc/cookbook/examples/animations-moving-animator.c | 43 ++++++++++--------- + doc/cookbook/examples/animations-moving-animator.c | 43 +++++++++++--------- doc/cookbook/examples/cb-button.c | 6 +-- - doc/cookbook/examples/events-buttons-click.c | 18 +++++--- - doc/cookbook/examples/events-mouse-scroll.c | 6 +- - .../examples/layouts-bind-constraint-allocation.c | 12 +++-- + doc/cookbook/examples/events-buttons-click.c | 18 ++++---- + doc/cookbook/examples/events-mouse-scroll.c | 6 +-- + .../examples/layouts-bind-constraint-allocation.c | 12 +++--- doc/cookbook/examples/layouts-box.c | 41 ++++++++++--------- 7 files changed, 68 insertions(+), 60 deletions(-) @@ -6234,7 +6850,7 @@ Date: Tue Jan 24 14:52:33 2012 +0000 actor: use paint opacity to paint the background color clutter/clutter-actor.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 414f8c1a0f5fe66ed578ac32410b51e5c987d6d0 Author: Emmanuele Bassi @@ -6243,7 +6859,7 @@ Date: Tue Jan 24 14:20:07 2012 +0000 docs: Add missing function doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 825e1e62421e72d7fbfeb6d362264ca485ccf4de Author: Emmanuele Bassi @@ -6252,7 +6868,7 @@ Date: Tue Jan 24 14:13:53 2012 +0000 docs: Inlined examples break enums gtk-doc clutter/clutter-enums.h | 35 ++--------------------------------- - 1 files changed, 2 insertions(+), 33 deletions(-) + 1 file changed, 2 insertions(+), 33 deletions(-) commit 8d8d4ae7e59d869c05251f9ad351f85e6784d136 Author: Emmanuele Bassi @@ -6270,7 +6886,7 @@ Date: Mon Jan 16 11:27:08 2012 +0000 clutter/clutter-script.h | 3 +++ clutter/clutter.symbols | 1 + configure.ac | 2 +- - 4 files changed, 44 insertions(+), 1 deletions(-) + 4 files changed, 44 insertions(+), 1 deletion(-) commit 254ebd876556e1012947513d2855ab0c7fd83a1c Author: Emmanuele Bassi @@ -6278,9 +6894,9 @@ Date: Tue Jan 24 09:36:31 2012 +0000 actor: Remove unused function - clutter/clutter-actor-private.h | 2 - + clutter/clutter-actor-private.h | 2 -- clutter/clutter-actor.c | 59 +-------------------------------------- - 2 files changed, 1 insertions(+), 60 deletions(-) + 2 files changed, 1 insertion(+), 60 deletions(-) commit 4330f45d0579cc20ecf049226cd399f985024a3c Author: Emmanuele Bassi @@ -6325,7 +6941,7 @@ Date: Sat Jan 21 23:06:49 2012 +0000 clutter/clutter-actor.c | 546 ++++++++++++++++++++++++------------ clutter/clutter-enums.h | 49 +++- clutter/clutter-stage.c | 3 +- - clutter/deprecated/clutter-group.c | 62 ++++- + clutter/deprecated/clutter-group.c | 62 +++- 5 files changed, 464 insertions(+), 198 deletions(-) commit f5de10c05fdfa995108f6ce26a04f9ac08a3eb1e @@ -6335,7 +6951,7 @@ Date: Fri Jan 20 18:05:53 2012 +0000 interactive/actors: Update the venerable test-actors tests/interactive/test-actors.c | 44 +++++++++++++++++++++++---------------- - 1 files changed, 26 insertions(+), 18 deletions(-) + 1 file changed, 26 insertions(+), 18 deletions(-) commit c7d8c097ecc947ad5c56a8d9d3b68666c3a9880e Author: Fran Diéguez @@ -6344,7 +6960,7 @@ Date: Mon Jan 23 00:34:20 2012 +0100 Updated Galician translations po/gl.po | 438 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 241 insertions(+), 197 deletions(-) + 1 file changed, 241 insertions(+), 197 deletions(-) commit 29384c114f5c27b47ce074e7fd36fea4d40a25dc Author: Emmanuele Bassi @@ -6355,7 +6971,7 @@ Date: Fri Jan 20 17:15:20 2012 +0000 Let's try and avoid leaving around stale pointers. clutter/clutter-actor.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 27784de94166e7e507b7db7aaa16b5cec4826e4b Author: Rob Bradford @@ -6367,7 +6983,7 @@ Date: Mon Jan 16 11:55:32 2012 +0000 format of the data. clutter/wayland/clutter-backend-wayland.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7d7d753a49656d14c7ecf7461aaf4d39bbafb2af Author: Emmanuele Bassi @@ -6396,7 +7012,7 @@ Date: Fri Jan 20 14:55:57 2012 +0000 anyway. clutter/clutter-stage.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8ebf46d74c507055d741ac2c86fd6230b3e27515 Author: Emmanuele Bassi @@ -6407,8 +7023,8 @@ Date: Fri Jan 20 14:55:13 2012 +0000 It's creating more issues than what it's trying to solve. At least for the time being, let's not set one. - clutter/clutter-actor.c | 51 +++++----------------------------------------- - 1 files changed, 6 insertions(+), 45 deletions(-) + clutter/clutter-actor.c | 51 ++++++----------------------------------------- + 1 file changed, 6 insertions(+), 45 deletions(-) commit bd348625c70a2f0f784d5780d3bda38f51fb347f Author: Emmanuele Bassi @@ -6422,7 +7038,7 @@ Date: Fri Jan 20 14:53:41 2012 +0000 implementation, and a simplified get_paint_volume. clutter/deprecated/clutter-group.c | 138 +++++++++++------------------------- - 1 files changed, 41 insertions(+), 97 deletions(-) + 1 file changed, 41 insertions(+), 97 deletions(-) commit 1afd3827c7c9e2e343ad0e8165d9d2ff4bd62b7f Author: Emmanuele Bassi @@ -6434,7 +7050,7 @@ Date: Fri Jan 20 12:04:48 2012 +0000 being. clutter/clutter-actor.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit c760657903b8d1599e25e54fcca01a5f546eb9aa Author: Emmanuele Bassi @@ -6446,7 +7062,7 @@ Date: Fri Jan 20 12:02:49 2012 +0000 set_parent(), so we need to maintain the old behaviour. clutter/clutter-actor.c | 29 ++++++++++++++++++----------- - 1 files changed, 18 insertions(+), 11 deletions(-) + 1 file changed, 18 insertions(+), 11 deletions(-) commit 683657cc301e928c1a9324d19285a3ecc2ea660e Author: Emmanuele Bassi @@ -6455,7 +7071,7 @@ Date: Thu Jan 19 14:01:20 2012 +0000 Post-release version bump to 1.9.7 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 75d97ffdc509058915e2eee5c1480d83e6ee7776 Author: Emmanuele Bassi @@ -6465,7 +7081,7 @@ Date: Thu Jan 19 13:42:37 2012 +0000 NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 36 insertions(+), 1 deletions(-) + 2 files changed, 36 insertions(+), 1 deletion(-) commit a222e75e332685e458d027a3ac4b1aa8bd763269 Author: Emmanuele Bassi @@ -6477,7 +7093,7 @@ Date: Thu Jan 19 13:41:45 2012 +0000 requirement inside configure.ac. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 480514b721e985bad1c8aed69fbee1bbb24260c0 Author: Emmanuele Bassi @@ -6491,7 +7107,7 @@ Date: Thu Jan 19 13:40:02 2012 +0000 behaviour to apply - including eventual layout manager delegates. clutter/clutter-stage.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit f7bae2a064f4cdf17d854414d3a9acee690649b7 Author: Emmanuele Bassi @@ -6500,7 +7116,7 @@ Date: Thu Jan 19 13:39:14 2012 +0000 actor: Fix the has_overridden_allocate check clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit acf8aff6d5427ee3768057eb9de49612cb60793d Author: Emmanuele Bassi @@ -6509,7 +7125,7 @@ Date: Thu Jan 19 13:14:47 2012 +0000 docs: Add clutter_actor_set_allocation() doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b206a3d025d416098d8e77f7e668d5ccd7dd3998 Author: Emmanuele Bassi @@ -6518,7 +7134,7 @@ Date: Thu Jan 19 13:14:33 2012 +0000 symbols: Add clutter_actor_set_allocation() clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 67eeea6b6290ef916fde04d684ecb3bc3ac8656d Author: Emmanuele Bassi @@ -6562,7 +7178,7 @@ Date: Thu Jan 19 12:40:32 2012 +0000 allocate() on each child" mechanism. Plus, it should check if we're inside an allocation sequence, and bail out if not. - clutter/clutter-actor.c | 272 ++++++++++++++++++++++++++++++++++++---------- + clutter/clutter-actor.c | 272 +++++++++++++++++++++++++++++++++++++---------- clutter/clutter-actor.h | 3 + 2 files changed, 216 insertions(+), 59 deletions(-) @@ -6576,7 +7192,7 @@ Date: Wed Jan 18 16:05:12 2012 +0000 volume. clutter/clutter-actor.c | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit eafb0ee734a6a5c04a92216b4425bd675c1c4999 Author: Daniel Mustieles @@ -6585,7 +7201,7 @@ Date: Wed Jan 18 12:39:55 2012 +0100 Updated Spanish translation po/es.po | 288 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 164 insertions(+), 124 deletions(-) + 1 file changed, 164 insertions(+), 124 deletions(-) commit 7e4260ee8a594aa7f32b68c231a5b152055fb593 Author: Emmanuele Bassi @@ -6596,7 +7212,7 @@ Date: Tue Jan 17 22:54:44 2012 +0000 Thanks to diegoe for the help with testing. configure.ac | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit f6ae8cf62180a6a9465b40f01129f15ddbefc2d5 Author: Piotr Drąg @@ -6605,7 +7221,7 @@ Date: Tue Jan 17 23:24:14 2012 +0100 Updated POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d7e6deef9c448bfcd07cb33c5dc58667fcccdcb4 Author: Emmanuele Bassi @@ -6620,7 +7236,7 @@ Date: Tue Jan 17 21:59:37 2012 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=668137 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f7d9eab36d187a16161dfb58230fd16cef17407b Author: Emmanuele Bassi @@ -6632,7 +7248,7 @@ Date: Tue Jan 17 18:46:41 2012 +0000 these properties to get notification of hierarchy changes. clutter/clutter-actor.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 49 insertions(+), 0 deletions(-) + 1 file changed, 49 insertions(+) commit bb8abe832ec11cdc9c336cc949ce913ef4e131e7 Author: Emmanuele Bassi @@ -6645,7 +7261,7 @@ Date: Tue Jan 17 18:13:42 2012 +0000 overriding ::constructed will actually chain up as they should. clutter/clutter-actor.c | 31 +++++++++++++++---------------- - 1 files changed, 15 insertions(+), 16 deletions(-) + 1 file changed, 15 insertions(+), 16 deletions(-) commit 7dd06de6d58c7d1ab9c3615ac87a45331244789d Author: Emmanuele Bassi @@ -6677,7 +7293,7 @@ Date: Tue Jan 17 16:20:19 2012 +0000 Use ClutterActor directly, instead. tests/conform/test-actor-size.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 629ded568e30a845337e41f04b04b5fcc20a82d4 Author: Emmanuele Bassi @@ -6699,7 +7315,7 @@ Date: Tue Jan 17 16:13:55 2012 +0000 in pick mode. clutter/clutter-actor.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 0f39f20db6c906c3f32c9376a1cca94ce4c1a14f Author: Emmanuele Bassi @@ -6724,8 +7340,8 @@ Date: Tue Jan 17 17:12:52 2012 +0100 Updated Spanish translation - po/es.po | 124 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 63 insertions(+), 61 deletions(-) + po/es.po | 124 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 63 insertions(+), 61 deletions(-) commit 41bef2b23ad8a75cce14b54a581527468790c3ad Author: Emmanuele Bassi @@ -6734,7 +7350,7 @@ Date: Tue Jan 17 14:44:28 2012 +0000 Post-release version bump to 1.9.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1854ce2d06d6c0badab174aa6c38dd6a46963284 Author: Emmanuele Bassi @@ -6743,7 +7359,7 @@ Date: Tue Jan 17 14:32:19 2012 +0000 Release Clutter 1.9.4 (snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 696f9e84c938808c645e66e3d2dd2a78ceafc154 Author: Emmanuele Bassi @@ -6752,7 +7368,7 @@ Date: Tue Jan 17 14:21:02 2012 +0000 text: Fix the buffer length check on paint clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9f0ba2da0fece26167b3b2a44f3eb00ef1202702 Author: Emmanuele Bassi @@ -6763,7 +7379,7 @@ Date: Tue Jan 17 14:17:20 2012 +0000 Accessing a variable before it is being set is not a great plan. clutter/clutter-script-parser.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 37d94c6b870f79f0d3cce4a9dace36633cac9319 Author: Emmanuele Bassi @@ -6772,7 +7388,7 @@ Date: Tue Jan 17 12:23:28 2012 +0000 text-buffer: Fix the Since annotations clutter/clutter-text-buffer.c | 82 ++++++++++++++++++++++------------------- - 1 files changed, 44 insertions(+), 38 deletions(-) + 1 file changed, 44 insertions(+), 38 deletions(-) commit b03aa254692a47f60464d04e67f5a45ec842ede7 Author: Emmanuele Bassi @@ -6781,7 +7397,7 @@ Date: Tue Jan 17 12:19:35 2012 +0000 Update the NEWS file NEWS | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 74 insertions(+), 0 deletions(-) + 1 file changed, 74 insertions(+) commit 5085c11bdec3ca772cff428833926a38efb5bf93 Author: Emmanuele Bassi @@ -6789,11 +7405,11 @@ Date: Tue Jan 17 12:00:54 2012 +0000 Add ClutterTextBuffer to the API reference - clutter/clutter.symbols | 3 ++ + clutter/clutter.symbols | 3 +++ doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 32 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter.types | 1 + - 4 files changed, 37 insertions(+), 0 deletions(-) + 4 files changed, 37 insertions(+) commit 57f5813058137aa8f0f13547b8e64f539d1a6870 Author: Emmanuele Bassi @@ -6802,7 +7418,7 @@ Date: Tue Jan 17 11:56:23 2012 +0000 Update clutter.symbols for TextBuffer clutter/clutter.symbols | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 40b023a33eb154b7ef0288181920fd1527cf6044 Author: Emmanuele Bassi @@ -6811,7 +7427,7 @@ Date: Tue Jan 17 11:52:37 2012 +0000 interactive/text: Remove spurious g_object_unref() tests/interactive/test-text.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit c073764369ee5969aa40ab90bcbbd1d9ffb22518 Author: Stef Walter @@ -6832,9 +7448,9 @@ Date: Wed Jun 15 10:06:31 2011 +0100 clutter/clutter-marshal.list | 2 + clutter/clutter-text-buffer.c | 764 +++++++++++++++++++++++++++++++++++++++++ clutter/clutter-text-buffer.h | 139 ++++++++ - clutter/clutter-text.c | 693 ++++++++++++++++++++----------------- + clutter/clutter-text.c | 693 +++++++++++++++++++------------------ clutter/clutter-text.h | 6 +- - tests/interactive/test-text.c | 24 ++- + tests/interactive/test-text.c | 24 +- 7 files changed, 1304 insertions(+), 330 deletions(-) commit d95bdf3a07ac82591886eb8f5bc4fab9fc98e62f @@ -6844,7 +7460,7 @@ Date: Tue Jan 17 12:52:01 2012 +0100 Updated Spanish translation po/es.po | 766 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 415 insertions(+), 351 deletions(-) + 1 file changed, 415 insertions(+), 351 deletions(-) commit 6b5b2910290dfe4afe494b8660bb65c4dba331bb Author: Emmanuele Bassi @@ -6853,7 +7469,7 @@ Date: Tue Jan 17 11:49:05 2012 +0000 Update clutter.symbols clutter/clutter.symbols | 106 ++++++++++++++++------------------------------- - 1 files changed, 36 insertions(+), 70 deletions(-) + 1 file changed, 36 insertions(+), 70 deletions(-) commit 89e4bc3dcda824d687006e151e57effeaa3efd1c Author: Fran Diéguez @@ -6862,7 +7478,7 @@ Date: Tue Jan 17 01:44:53 2012 +0100 Updated Galician translations po/gl.po | 537 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 300 insertions(+), 237 deletions(-) + 1 file changed, 300 insertions(+), 237 deletions(-) commit 2d6ad03e863d0d0990d1b234a9e57de31a8669e3 Author: Piotr Drąg @@ -6871,7 +7487,7 @@ Date: Tue Jan 17 01:29:26 2012 +0100 Updated POTFILES.in po/POTFILES.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1dfc503df1085e197f291bc92a3af5495ec7f11d Author: Emmanuele Bassi @@ -6896,7 +7512,7 @@ Date: Tue Jan 3 14:51:37 2012 +0000 docs: Move deprecated sections to the proper location doc/reference/clutter/clutter-docs.xml.in | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit f41061b8dfbe972bbd58d802b4191cdf86a3c4b4 Author: Emmanuele Bassi @@ -6936,8 +7552,8 @@ Date: Tue Jan 3 14:29:39 2012 +0000 addition to the API. clutter/clutter-actor.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 4 ++ - 2 files changed, 88 insertions(+), 0 deletions(-) + clutter/clutter-actor.h | 4 +++ + 2 files changed, 88 insertions(+) commit 8de4b85175712785b754c339c5c49060e92616d2 Author: Emmanuele Bassi @@ -6946,7 +7562,7 @@ Date: Wed Dec 28 18:37:16 2011 +0000 docs: Update the release notes README.in | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 25ca2f135cca1b88f09ecaf6f5ca0fa6a555b350 Author: Emmanuele Bassi @@ -6975,7 +7591,7 @@ Date: Tue Dec 27 19:28:47 2011 +0000 an actor. clutter/clutter-actor.c | 187 ++++++++++++++++++++++++++++------------------- - 1 files changed, 113 insertions(+), 74 deletions(-) + 1 file changed, 113 insertions(+), 74 deletions(-) commit b835e1f8c4101c668589c2c760e251853c20474a Author: Emmanuele Bassi @@ -6995,10 +7611,10 @@ Date: Tue Dec 27 18:57:32 2011 +0000 The Actor wrappers for the Container methods also need to be deprecated. - clutter/clutter-actor.c | 51 ++++---------- + clutter/clutter-actor.c | 51 +++++---------- clutter/clutter-actor.h | 7 -- clutter/clutter-container.c | 111 +++++++++++++++++++++++++------- - clutter/clutter-container.h | 20 ++---- + clutter/clutter-container.h | 20 +++--- clutter/deprecated/clutter-actor.h | 14 ++++ clutter/deprecated/clutter-container.h | 47 +++++++++----- 6 files changed, 154 insertions(+), 96 deletions(-) @@ -7054,7 +7670,7 @@ Date: Tue Dec 27 11:28:36 2011 +0000 of arguments, later on. clutter/clutter-actor.c | 124 ++++++++++++++++++++++++++++++----------------- - 1 files changed, 80 insertions(+), 44 deletions(-) + 1 file changed, 80 insertions(+), 44 deletions(-) commit 72fa75c034ad0a3d94f4966e6644626e85b5b0e7 Author: Emmanuele Bassi @@ -7069,7 +7685,7 @@ Date: Wed Dec 21 17:07:25 2011 +0000 clutter/clutter-actor.c | 471 +------------------------------------- clutter/clutter-actor.h | 10 - - clutter/clutter-box-layout.c | 57 +----- + clutter/clutter-box-layout.c | 57 +---- clutter/clutter-layout-manager.c | 16 -- clutter/clutter-layout-manager.h | 10 +- clutter/clutter-table-layout.c | 42 +--- @@ -7084,8 +7700,8 @@ Date: Tue Dec 20 18:42:53 2011 +0000 The TableLayout has two expansion flags that need to be taken into consideration when computing the Actor expansion flags. - clutter/clutter-table-layout.c | 56 ++++++++++++++++++++++++++++++++++----- - 1 files changed, 48 insertions(+), 8 deletions(-) + clutter/clutter-table-layout.c | 56 ++++++++++++++++++++++++++++++++++------ + 1 file changed, 48 insertions(+), 8 deletions(-) commit 5f79f6ee3715dad19d0b471bbea91a5363e29cf9 Author: Emmanuele Bassi @@ -7096,8 +7712,8 @@ Date: Tue Dec 20 18:41:51 2011 +0000 ClutterBoxLayout has an expansion flag, and we need to take that into consideration when computing the Actor expansion flags. - clutter/clutter-box-layout.c | 57 ++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 55 insertions(+), 2 deletions(-) + clutter/clutter-box-layout.c | 57 ++++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 55 insertions(+), 2 deletions(-) commit 508f09f0a0c326b9a04cf021d134611e75690dd5 Author: Emmanuele Bassi @@ -7109,7 +7725,7 @@ Date: Tue Dec 20 18:40:11 2011 +0000 into the lazy computation of the expansion flags state. clutter/clutter-actor.c | 35 +++++++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit 29561165611b6c76315664271cc130bf37cf5c1e Author: Emmanuele Bassi @@ -7137,7 +7753,7 @@ Date: Tue Dec 20 17:05:48 2011 +0000 because somebody decided to set the background color. clutter/clutter-actor.c | 38 +++++++++++++++++++------------------- - 1 files changed, 19 insertions(+), 19 deletions(-) + 1 file changed, 19 insertions(+), 19 deletions(-) commit 2aaf359272aa3b7a38e472bed10aff69caa7303b Author: Emmanuele Bassi @@ -7146,7 +7762,7 @@ Date: Tue Dec 20 15:59:15 2011 +0000 docs: Update the release notes README.in | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit e6082fe42f9fbee6b3e01ca86118fab455cca4b0 Author: Emmanuele Bassi @@ -7157,7 +7773,7 @@ Date: Tue Dec 20 15:49:20 2011 +0000 The API to add/remove/iterate over children is in ClutterActor, now. clutter/clutter-container.c | 11 +++-------- - 1 files changed, 3 insertions(+), 8 deletions(-) + 1 file changed, 3 insertions(+), 8 deletions(-) commit 7f092af15b46daba025d41646bb18c5d7ebb4d03 Author: Emmanuele Bassi @@ -7175,8 +7791,8 @@ Date: Tue Dec 20 15:21:06 2011 +0000 interface, until we can safely deprecate it and remove it in Clutter 2.0. - clutter/clutter-container.c | 51 ++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 48 insertions(+), 3 deletions(-) + clutter/clutter-container.c | 51 ++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 48 insertions(+), 3 deletions(-) commit 477c60c185fd666bf9ce207915cbffca4e8aaa02 Author: Emmanuele Bassi @@ -7189,7 +7805,7 @@ Date: Tue Dec 20 15:04:24 2011 +0000 within the ClutterContainer implementation. clutter/clutter-actor.c | 49 ----------------------- - clutter/clutter-container.c | 92 +++++++++++++++++++++++++++--------------- + clutter/clutter-container.c | 92 +++++++++++++++++++++++++++---------------- 2 files changed, 59 insertions(+), 82 deletions(-) commit 959f875cbcfd5c5b11818b589aeb6a284d046695 @@ -7216,7 +7832,7 @@ Date: Tue Dec 20 14:57:38 2011 +0000 To implement the remove_all() method. clutter/deprecated/clutter-group.c | 18 +++--------------- - 1 files changed, 3 insertions(+), 15 deletions(-) + 1 file changed, 3 insertions(+), 15 deletions(-) commit 1979faee0065d34b211e205d64f5484a58285480 Author: Emmanuele Bassi @@ -7227,8 +7843,8 @@ Date: Tue Dec 20 14:56:54 2011 +0000 Instead of the Container method, given that the new get_children() gives us more actors by default. - clutter/cally/cally-actor.c | 65 ++++++++++++++++++------------------------ - 1 files changed, 28 insertions(+), 37 deletions(-) + clutter/cally/cally-actor.c | 65 +++++++++++++++++++------------------------ + 1 file changed, 28 insertions(+), 37 deletions(-) commit b42f17b2dcab6d750124afb90b01612311b672ad Author: Emmanuele Bassi @@ -7240,7 +7856,7 @@ Date: Tue Dec 20 14:47:35 2011 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-actor.c | 62 ++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 64 insertions(+), 1 deletions(-) + 2 files changed, 64 insertions(+), 1 deletion(-) commit 425ead5bd7316c415cff8094d30dca89ac59e347 Author: Emmanuele Bassi @@ -7249,7 +7865,7 @@ Date: Tue Dec 20 14:47:04 2011 +0000 actor: Add some debug spew clutter/clutter-actor.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 86152f478db1ad0f51f97f341bcd7b1f6397d965 Author: Emmanuele Bassi @@ -7264,7 +7880,7 @@ Date: Tue Dec 20 13:32:37 2011 +0000 clutter/clutter-actor.c | 213 +++---- doc/reference/clutter/Makefile.am | 16 +- doc/reference/clutter/clutter-docs.xml.in | 5 +- - doc/reference/clutter/clutter-sections.txt | 65 ++- + doc/reference/clutter/clutter-sections.txt | 65 +- doc/reference/clutter/creating-behaviours.xml | 68 -- doc/reference/clutter/subclassing-ClutterActor.xml | 672 -------------------- 6 files changed, 175 insertions(+), 864 deletions(-) @@ -7285,7 +7901,7 @@ Date: Mon Dec 19 18:48:02 2011 +0000 clutter/clutter-actor.c | 12 ++- clutter/clutter-bin-layout.c | 3 + clutter/clutter-box-layout.c | 3 + - clutter/clutter-container.c | 174 +++++++++++++++++++------------ + clutter/clutter-container.c | 174 ++++++++++++++++++++------------ clutter/clutter-container.h | 16 --- clutter/clutter-deprecated.h | 1 + clutter/clutter-flow-layout.c | 3 + @@ -7303,10 +7919,10 @@ Date: Mon Dec 19 18:01:04 2011 +0000 A simple method for removing all children of an actor in one fell swoop. - clutter/clutter-actor.c | 50 +++++++++++++++++++++++++++++++++--- + clutter/clutter-actor.c | 50 +++++++++++++++++++++++++++++++++---- clutter/clutter-actor.h | 1 + - tests/conform/test-actor-graph.c | 28 ++++++++++++++++++++ - tests/conform/test-conform-main.c | 3 +- + tests/conform/test-actor-graph.c | 28 +++++++++++++++++++++ + tests/conform/test-conform-main.c | 3 ++- 4 files changed, 76 insertions(+), 6 deletions(-) commit 673961f40cb69ad28806dfe763d74bac3662a8ad @@ -7319,7 +7935,7 @@ Date: Mon Dec 19 17:34:22 2011 +0000 on the list of children of an Actor while iterating over it. clutter/clutter-actor.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 4f470b9231275c6966bde054f1eaf5f57bdd88f8 Author: Emmanuele Bassi @@ -7335,7 +7951,7 @@ Date: Mon Dec 19 14:37:42 2011 +0000 While we're at it, let's also add a unit test for replace_child(). clutter/clutter-actor.c | 72 +++++++++++++++++++++++++++++++++++-- - tests/conform/test-actor-graph.c | 60 ++++++++++++++++++++++++++++++ + tests/conform/test-actor-graph.c | 60 +++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + 3 files changed, 130 insertions(+), 3 deletions(-) @@ -7352,7 +7968,7 @@ Date: Mon Dec 19 12:13:23 2011 +0000 then we are going to break the whole machinery, though. clutter/clutter-actor.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3ad77b417ce55a354945378e4a1aa22234540099 Author: Emmanuele Bassi @@ -7361,7 +7977,7 @@ Date: Mon Dec 19 12:04:03 2011 +0000 stage: Use the Actor iteration API clutter/clutter-stage.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit aa9e2a382c313d6b2ce13937268f9b1588ae5573 Author: Emmanuele Bassi @@ -7383,7 +7999,7 @@ Date: Mon Dec 19 07:20:20 2011 +0000 actor: Simplify first/last child updates clutter/clutter-actor.c | 45 +++++++++++++++++++-------------------------- - 1 files changed, 19 insertions(+), 26 deletions(-) + 1 file changed, 19 insertions(+), 26 deletions(-) commit ab429f4f4547863e5afa98ed622d478107dbb783 Author: Emmanuele Bassi @@ -7405,7 +8021,7 @@ Date: Sun Dec 18 22:34:51 2011 +0000 other layout managers provided by Clutter. clutter/clutter-fixed-layout.c | 34 ++++++++++++++-------------------- - 1 files changed, 14 insertions(+), 20 deletions(-) + 1 file changed, 14 insertions(+), 20 deletions(-) commit 4d75e7a0f45c336441bf4cd218d5d922c8fd9897 Author: Emmanuele Bassi @@ -7418,8 +8034,8 @@ Date: Sun Dec 18 22:33:24 2011 +0000 a bunch of allocations. We can do better than that, now that we have a proper graph iteration API inside ClutterActor. - clutter/cally/cally-actor.c | 74 ++++++++++++++---------------------------- - 1 files changed, 25 insertions(+), 49 deletions(-) + clutter/cally/cally-actor.c | 74 +++++++++++++++---------------------------- + 1 file changed, 25 insertions(+), 49 deletions(-) commit bd58694678fc2f6cdd6b6727677c8370ea62493b Author: Emmanuele Bassi @@ -7431,7 +8047,7 @@ Date: Sun Dec 18 22:14:36 2011 +0000 clutter/clutter-actor.c | 30 ++++++++++++++++++++++++++++++ clutter/clutter-actor.h | 3 +++ - 2 files changed, 33 insertions(+), 0 deletions(-) + 2 files changed, 33 insertions(+) commit 238a6eb03de549249ff02dd3b3b82b9626f142cf Author: Emmanuele Bassi @@ -7458,7 +8074,7 @@ Date: Sun Dec 18 21:09:44 2011 +0000 tests/conform/test-actor-graph.c | 106 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 2 files changed, 108 insertions(+), 0 deletions(-) + 2 files changed, 108 insertions(+) commit 419a6a38f20781439669339c7a970d653523c5e7 Author: Emmanuele Bassi @@ -7487,7 +8103,7 @@ Date: Sun Dec 18 20:57:02 2011 +0000 NULL. clutter/clutter-actor.c | 45 ++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 38 insertions(+), 7 deletions(-) + 1 file changed, 38 insertions(+), 7 deletions(-) commit 7e377b5aeef1dbf970b7fba391ccc9957ecd8e90 Author: Emmanuele Bassi @@ -7529,7 +8145,7 @@ Date: Sun Dec 18 10:26:35 2011 +0000 method, we should provide an iteration API directly inside ClutterActor itself. - clutter/clutter-actor.c | 89 +++++++++++++++++++++++++++++++++++++++++++++- + clutter/clutter-actor.c | 89 +++++++++++++++++++++++++++++++++++++++++++++-- clutter/clutter-actor.h | 15 +++++--- 2 files changed, 97 insertions(+), 7 deletions(-) @@ -7562,8 +8178,8 @@ Date: Fri Dec 16 18:41:38 2011 +0000 naïve way). Changes in the :depth property will not change the paint sequence any more: this functionality will be restored later. - clutter/clutter-actor.c | 512 +++++++++++++++++++++++++--------------------- - 1 files changed, 278 insertions(+), 234 deletions(-) + clutter/clutter-actor.c | 512 +++++++++++++++++++++++++---------------------- + 1 file changed, 278 insertions(+), 234 deletions(-) commit 71545ae56f3d9cee09810bc4808d023807f25276 Author: Emmanuele Bassi @@ -7574,7 +8190,7 @@ Date: Mon Dec 12 11:57:45 2011 +0000 Make the code maintainable and readable. clutter/clutter-actor.c | 69 +++++++++++++++++++++-------------------------- - 1 files changed, 31 insertions(+), 38 deletions(-) + 1 file changed, 31 insertions(+), 38 deletions(-) commit ea7111333b666338ed5e2c753ce186e012a8d0bd Author: Emmanuele Bassi @@ -7586,7 +8202,7 @@ Date: Fri Dec 9 17:17:21 2011 +0000 documenting what they do. clutter/clutter-actor.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 9eed2f58a635bebf9066f188498e095599d0d76d Author: Emmanuele Bassi @@ -7623,7 +8239,7 @@ Date: Thu Dec 8 14:33:06 2011 +0000 docs: Update the release notes README.in | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 376bf4a99084138b4728a80ac17fa0c0001892a9 Author: Emmanuele Bassi @@ -7644,7 +8260,7 @@ Date: Thu Dec 8 10:01:53 2011 +0000 under consideration. clutter/clutter-actor.c | 28 ++++++++++++++++++---------- - 1 files changed, 18 insertions(+), 10 deletions(-) + 1 file changed, 18 insertions(+), 10 deletions(-) commit 6d268fe5ca5c0d97a64dc5a47cf29f549010c556 Author: Emmanuele Bassi @@ -7712,7 +8328,7 @@ Date: Tue Dec 6 17:44:04 2011 +0000 Avoids a deprecation warning. clutter/cally/cally-group.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7fd35edd3fae2bc6181de79f5d0be0d82034e9fe Author: Emmanuele Bassi @@ -7733,9 +8349,9 @@ Date: Tue Dec 6 16:09:53 2011 +0000 This is the first step towards the deprecation of most of the Actor subclasses provided by Clutter. - clutter/clutter-actor.c | 40 ++++++++++++++++++++++++++---------- - clutter/clutter-actor.h | 4 ++- - tests/conform/test-actor-layout.c | 24 ++++++++++++++------- + clutter/clutter-actor.c | 40 +++++++++++++++++++++++++++---------- + clutter/clutter-actor.h | 4 +++- + tests/conform/test-actor-layout.c | 24 ++++++++++++++-------- 3 files changed, 48 insertions(+), 20 deletions(-) commit 8caee3e97e27c4240c57f85c0381a4f11b8d959f @@ -7748,7 +8364,7 @@ Date: Tue Dec 6 16:00:49 2011 +0000 ClutterActor. clutter/clutter-group.c | 24 +++++------------------- - 1 files changed, 5 insertions(+), 19 deletions(-) + 1 file changed, 5 insertions(+), 19 deletions(-) commit 4acf8de8b460f87910e1d8c7105028546dce66d8 Author: Emmanuele Bassi @@ -7773,7 +8389,7 @@ Date: Mon Dec 5 13:08:41 2011 +0000 ClutterActor does everything we did, and more. clutter/clutter-group.c | 34 ---------------------------------- - 1 files changed, 0 insertions(+), 34 deletions(-) + 1 file changed, 34 deletions(-) commit e62536fad67e8e8250c0828006edafd6190c3d7d Author: Emmanuele Bassi @@ -7790,7 +8406,7 @@ Date: Mon Dec 5 12:45:08 2011 +0000 written code. clutter/clutter-actor.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 59 insertions(+), 1 deletions(-) + 1 file changed, 59 insertions(+), 1 deletion(-) commit 7195d0fccf073f348177db6cb6aa495cf5a52181 Author: Emmanuele Bassi @@ -7819,8 +8435,8 @@ Date: Mon Dec 5 10:19:45 2011 +0000 This also allows us to get rid of the paint() implementation inside ClutterBox altogether. - clutter/clutter-box.c | 112 ++++++++++++++---------------------------------- - 1 files changed, 33 insertions(+), 79 deletions(-) + clutter/clutter-box.c | 112 +++++++++++++++---------------------------------- + 1 file changed, 33 insertions(+), 79 deletions(-) commit 98a8feae6414fcb427a242cdb86a91c1e07400f0 Author: Emmanuele Bassi @@ -7836,7 +8452,7 @@ Date: Mon Dec 5 08:41:51 2011 +0000 clutter/clutter-actor.c | 137 ++++++++++++++++++++++++++++++++++++++++++++++- clutter/clutter-actor.h | 5 ++ - 2 files changed, 141 insertions(+), 1 deletions(-) + 2 files changed, 141 insertions(+), 1 deletion(-) commit 7d88a70b7807db4897a8dad24e657d8ac459cc4a Author: Emmanuele Bassi @@ -7846,8 +8462,8 @@ Date: Fri Dec 2 16:16:26 2011 +0000 Avoid code duplication all over the place. - clutter/clutter-actor.c | 63 ++++++++++++++++++++++++++++------------------ - 1 files changed, 38 insertions(+), 25 deletions(-) + clutter/clutter-actor.c | 63 ++++++++++++++++++++++++++++------------------- + 1 file changed, 38 insertions(+), 25 deletions(-) commit 24a451b388c15c2f4d6987d4634ed5dae3cb91cd Author: Emmanuele Bassi @@ -7859,7 +8475,7 @@ Date: Fri Dec 2 15:38:25 2011 +0000 implementation of Container provided by the Actor class. tests/conform/test-actor-layout.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3f877a3d7120854ab98f350f430d5f8a721a213e Author: Emmanuele Bassi @@ -7871,7 +8487,7 @@ Date: Fri Dec 2 15:36:58 2011 +0000 it paints the actor's children, which is exactly what ClutteGroup does. clutter/clutter-group.c | 19 ------------------- - 1 files changed, 0 insertions(+), 19 deletions(-) + 1 file changed, 19 deletions(-) commit 798a2e5297646d9455a36400f4958fa5f7921f2a Author: Emmanuele Bassi @@ -7879,8 +8495,8 @@ Date: Fri Dec 2 14:41:55 2011 +0000 actor: Minor cosmetic fixes to the header - clutter/clutter-actor.h | 104 ++++++++++++++++++++++------------------------ - 1 files changed, 50 insertions(+), 54 deletions(-) + clutter/clutter-actor.h | 104 +++++++++++++++++++++++------------------------ + 1 file changed, 50 insertions(+), 54 deletions(-) commit b869019eb27735ac170661f0c365dc817533129d Author: Emmanuele Bassi @@ -7891,7 +8507,7 @@ Date: Fri Dec 2 12:12:40 2011 +0000 Let ClutterActor do all the work. clutter/clutter-group.c | 276 ++++++++--------------------------------------- - 1 files changed, 47 insertions(+), 229 deletions(-) + 1 file changed, 47 insertions(+), 229 deletions(-) commit ef3dc2d1bac85b958b3bb8cf32d8045978c1a853 Author: Emmanuele Bassi @@ -7926,7 +8542,7 @@ Date: Tue Nov 29 18:10:57 2011 +0000 actor: Do not leak the layout manager clutter/clutter-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 038aadfa72c2c286e40564410a3b317f629180ea Author: Emmanuele Bassi @@ -7938,7 +8554,7 @@ Date: Tue Nov 29 18:03:05 2011 +0000 for basically everything. clutter/clutter-box.c | 213 +++++-------------------------------------------- - 1 files changed, 19 insertions(+), 194 deletions(-) + 1 file changed, 19 insertions(+), 194 deletions(-) commit b7737855338f6dbb9c647a47a69354d368bdda60 Author: Emmanuele Bassi @@ -7949,7 +8565,7 @@ Date: Tue Nov 29 18:02:20 2011 +0000 There's no reason this vfunc should be left out. clutter/clutter-actor.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 86ec629776a1fd0661bb298b46b8d706ca17ac3e Author: Emmanuele Bassi @@ -7976,7 +8592,7 @@ Date: Mon Nov 28 17:42:49 2011 +0000 tests/conform/Makefile.am | 3 +- tests/conform/test-actor-layout.c | 288 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 292 insertions(+), 1 deletions(-) + 3 files changed, 292 insertions(+), 1 deletion(-) commit 37d46649ce56ec55aaf23f7b745ae25224cf170a Author: Emmanuele Bassi @@ -8019,7 +8635,7 @@ Date: Thu Nov 24 14:34:18 2011 +0000 properly encapsulated through functions, like the redraw clip volume. clutter/clutter-actor.c | 87 ++++++++++++++++++++++++----------------------- - clutter/clutter-stage.c | 6 +-- + clutter/clutter-stage.c | 6 ++-- 2 files changed, 46 insertions(+), 47 deletions(-) commit 913276976789aba4f5b833d3bcb5d6fb0b260bd8 @@ -8050,7 +8666,7 @@ Date: Thu Nov 24 14:11:00 2011 +0000 not going to cut it. clutter/clutter-actor.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 409c3ed8ff15352aa600e45efbb59360edf69513 Author: Emmanuele Bassi @@ -8068,7 +8684,7 @@ Date: Wed Nov 23 18:16:29 2011 +0000 so that the child can just allocate its children at the right origin with the right available size. - clutter/clutter-actor-private.h | 32 +++ + clutter/clutter-actor-private.h | 32 ++++ clutter/clutter-actor.c | 402 +++++++++++++++++++++++++++++---------- 2 files changed, 329 insertions(+), 105 deletions(-) @@ -8079,7 +8695,7 @@ Date: Tue Nov 22 17:03:00 2011 +0000 actor: Clean up property installation clutter/clutter-actor.c | 798 ++++++++++++++++++++++------------------------- - 1 files changed, 377 insertions(+), 421 deletions(-) + 1 file changed, 377 insertions(+), 421 deletions(-) commit a2a38ee7976c0c7e51eea89f3f12479a5afd5371 Author: Emmanuele Bassi @@ -8109,9 +8725,9 @@ Date: Mon Nov 21 17:24:03 2011 +0000 by its parent during the allocation. clutter/clutter-actor.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 7 +++ - clutter/clutter-enums.h | 27 ++++++++++++ - 3 files changed, 135 insertions(+), 0 deletions(-) + clutter/clutter-actor.h | 7 ++++ + clutter/clutter-enums.h | 27 +++++++++++++ + 3 files changed, 135 insertions(+) commit 4453ee7266944e82bce30a5d84e15d94db83df0b Author: Emmanuele Bassi @@ -8120,7 +8736,7 @@ Date: Mon Nov 21 14:53:14 2011 +0000 actor: Provide Container::raise/lower implementations clutter/clutter-actor.c | 67 ++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 57 insertions(+), 10 deletions(-) + 1 file changed, 57 insertions(+), 10 deletions(-) commit 752151bc975bbaa0ecd8e67d5125e9051faa5eb8 Author: Emmanuele Bassi @@ -8132,7 +8748,7 @@ Date: Mon Nov 21 14:52:39 2011 +0000 a type check. clutter/clutter-actor.c | 37 ++++++++++++++----------------------- - 1 files changed, 14 insertions(+), 23 deletions(-) + 1 file changed, 14 insertions(+), 23 deletions(-) commit f2609dcca4ead9014dc81867b07c50666df4639b Author: Emmanuele Bassi @@ -8141,8 +8757,8 @@ Date: Sun Nov 20 22:00:01 2011 +0000 actor: Add [xy]-expand properties clutter/clutter-actor.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 7 +++ - 2 files changed, 106 insertions(+), 0 deletions(-) + clutter/clutter-actor.h | 7 ++++ + 2 files changed, 106 insertions(+) commit d5086da3fd3c32ddb5359c7d0dc5b64700138a98 Author: Emmanuele Bassi @@ -8153,8 +8769,8 @@ Date: Thu Nov 17 17:26:15 2011 +0000 Use the default implementation inside ClutterActor instead of our own, wherever possible. - clutter/clutter-box.c | 158 +++++------------------------------------------- - 1 files changed, 17 insertions(+), 141 deletions(-) + clutter/clutter-box.c | 158 ++++++------------------------------------------- + 1 file changed, 17 insertions(+), 141 deletions(-) commit 1c40151d0e38be7cc999febf126c0f151ed051d0 Author: Emmanuele Bassi @@ -8168,7 +8784,7 @@ Date: Thu Dec 8 11:57:19 2011 +0000 out of the box. clutter/clutter-actor.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 11e876c86ba85e55c851201bedf8c5b6685091cc Author: Emmanuele Bassi @@ -8181,10 +8797,10 @@ Date: Thu Nov 17 17:07:10 2011 +0000 default implementation of the Actor's virtual functions. clutter/clutter-actor.c | 144 ++++++++++++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 4 + + clutter/clutter-actor.h | 4 ++ clutter/clutter-layout-manager.h | 1 - clutter/clutter-types.h | 1 + - 4 files changed, 149 insertions(+), 1 deletions(-) + 4 files changed, 149 insertions(+), 1 deletion(-) commit b45d78e6a17dea19db4c3369f3062ee5a1ed3a1d Author: Emmanuele Bassi @@ -8198,7 +8814,7 @@ Date: Thu Nov 17 16:32:05 2011 +0000 reasons we can keep the interface, but let Actor implement it directly. clutter/clutter-actor.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 82 insertions(+), 0 deletions(-) + 1 file changed, 82 insertions(+) commit 8462b5ba458bb6fff93ecf7c8b74c6cf3101fd3c Author: Emmanuele Bassi @@ -8262,7 +8878,7 @@ Date: Fri Jan 13 16:21:15 2012 +0000 strings. clutter/clutter-actor.c | 31 ++++++++++++++++++++++++------- - 1 files changed, 24 insertions(+), 7 deletions(-) + 1 file changed, 24 insertions(+), 7 deletions(-) commit f2a4aee41254ff9eb44655de4d2c5e8f7767e5cb Author: Fran Diéguez @@ -8271,7 +8887,7 @@ Date: Sun Jan 15 00:19:35 2012 +0100 Updated Galician translations po/gl.po | 606 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 315 insertions(+), 291 deletions(-) + 1 file changed, 315 insertions(+), 291 deletions(-) commit e0e6b72b67e9c8c258a8e78fccf3655204b4a9e1 Author: Emmanuele Bassi @@ -8280,7 +8896,7 @@ Date: Thu Jan 12 23:20:59 2012 +0000 clutter.modules: Bump json-glib build/clutter.modules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 646cf236a5dfba480f18f7dd82467ac3d2fe238f Author: Emmanuele Bassi @@ -8293,7 +8909,7 @@ Date: Thu Jan 12 13:31:21 2012 +0000 interface. We can safely remove it, now, and simplify the flow of the redraw code inside ClutterStage. - clutter/clutter-backend-private.h | 81 ++++++++++++++++-------------------- + clutter/clutter-backend-private.h | 81 +++++++++++++++++-------------------- clutter/clutter-backend.c | 39 ------------------ clutter/clutter-stage.c | 23 ++++++++++- 3 files changed, 58 insertions(+), 85 deletions(-) @@ -8305,7 +8921,7 @@ Date: Thu Jan 12 10:49:16 2012 +0000 gesture-action: Protect against NULL pointers clutter/clutter-gesture-action.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 3b9b69ef54b0a90200477dd846921c46e01c2044 Author: Emmanuele Bassi @@ -8314,7 +8930,7 @@ Date: Thu Jan 12 10:49:02 2012 +0000 gesture-action: Use the event propagation macros clutter/clutter-gesture-action.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit d83fbd7bdf8cbeb5019e0be02ba4f0ac0aa5c436 Author: Emmanuele Bassi @@ -8326,7 +8942,7 @@ Date: Thu Jan 12 10:44:28 2012 +0000 pointers, I assume other people may experience the same issues. README.in | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 99f7d627afd77852af0a038cab4a4e67c61450df Author: Emmanuele Bassi @@ -8337,7 +8953,7 @@ Date: Thu Jan 12 10:40:38 2012 +0000 Instead of boolean values. clutter/clutter-text.c | 32 ++++++++++++++++---------------- - 1 files changed, 16 insertions(+), 16 deletions(-) + 1 file changed, 16 insertions(+), 16 deletions(-) commit 21149adb12643b34b959aa6c889322dbae1a2fff Author: Emmanuele Bassi @@ -8346,7 +8962,7 @@ Date: Thu Jan 12 10:39:59 2012 +0000 drop-action: Use the event propagation macros clutter/clutter-drop-action.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 81694d0dd969d41e8e9825f504c1e07603c2afd2 Author: Emmanuele Bassi @@ -8355,7 +8971,7 @@ Date: Thu Jan 12 10:34:50 2012 +0000 drag-action: Use the new event propagation macros clutter/clutter-drag-action.c | 29 +++++++++++++++++------------ - 1 files changed, 17 insertions(+), 12 deletions(-) + 1 file changed, 17 insertions(+), 12 deletions(-) commit cce2e25ac7ef395d880352c93272256ea088c2dd Author: Emmanuele Bassi @@ -8366,7 +8982,7 @@ Date: Thu Jan 12 10:34:26 2012 +0000 Do not try to disconnect signal handlers from NULL pointers. clutter/clutter-deform-effect.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 20e63532a4ed9b2a3476f0bf5e7cd45279ee2d13 Author: Emmanuele Bassi @@ -8375,7 +8991,7 @@ Date: Thu Jan 12 10:27:17 2012 +0000 click-action: Use the new symbolic event propagation macros clutter/clutter-click-action.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit dbf3b607bf1b295c782ab8edfb2d80bc25f74a37 Author: Emmanuele Bassi @@ -8386,7 +9002,7 @@ Date: Thu Jan 12 10:26:47 2012 +0000 Do not try to disconnect signal handlers from NULL pointers. clutter/clutter-click-action.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 8e6b3914ef77fc80af9fc5ca84b755c84551a245 Author: Emmanuele Bassi @@ -8410,7 +9026,7 @@ Date: Thu Jan 12 10:10:09 2012 +0000 Private pkg-config requirements are conditional. configure.ac | 23 +++++++++++++++++------ - 1 files changed, 17 insertions(+), 6 deletions(-) + 1 file changed, 17 insertions(+), 6 deletions(-) commit ed9c3ee54ebafb6e477cafc39d36cc96574938ee Author: Rob Bradford @@ -8422,7 +9038,7 @@ Date: Wed Jan 11 12:26:00 2012 +0000 Requires.private section of the pkg-config file. configure.ac | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 4afe793eedc6b822ac2aa9465808239cacaa9cf8 Author: Rob Bradford @@ -8432,7 +9048,7 @@ Date: Wed Jan 11 12:23:46 2012 +0000 clutter/clutter.pc.in | 2 ++ configure.ac | 5 +++++ - 2 files changed, 7 insertions(+), 0 deletions(-) + 2 files changed, 7 insertions(+) commit a9e6137f4727750e391b105581b4fd17acb09c31 Author: Rob Bradford @@ -8444,7 +9060,7 @@ Date: Tue Jan 10 17:25:35 2012 +0000 when the pointer enters the surface to provide a cursor. clutter/wayland/clutter-input-device-wayland.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit e1434cebdb7b77ef39296eb80cb4b928a5267c2c Author: Rob Bradford @@ -8462,7 +9078,7 @@ Date: Tue Jan 10 16:40:59 2012 +0000 clutter/wayland/clutter-backend-wayland.c | 179 +++++++++++++++++++++++++++++ clutter/wayland/clutter-backend-wayland.h | 3 + - 2 files changed, 182 insertions(+), 0 deletions(-) + 2 files changed, 182 insertions(+) commit 3c99fd2ddbdda96896acd2023cb2dbdeb7ff2544 Author: Ryan Lortie @@ -8483,7 +9099,7 @@ Date: Sun Jan 8 14:30:48 2012 +0200 Updated Bulgarian translation po/bg.po | 1042 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 540 insertions(+), 502 deletions(-) + 1 file changed, 540 insertions(+), 502 deletions(-) commit d8e855e5854f57053f6fad491e9860dcc7287e56 Author: Emmanuele Bassi @@ -8494,7 +9110,7 @@ Date: Sat Jan 7 10:41:25 2012 +0000 Instead of falling back to the generic "Sans". clutter/osx/clutter-backend-osx.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 95d3e0f962a896bdfa24945b50e82ccd6d4e1495 Author: Emmanuele Bassi @@ -8519,7 +9135,7 @@ Date: Fri Jan 6 14:04:43 2012 +0000 usage, this change does not break existing code. clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fa39f67eab9af470cc815a8900806567cd966721 Author: Emmanuele Bassi @@ -8539,7 +9155,7 @@ Date: Fri Jan 6 14:02:54 2012 +0000 from the ::dispose implementation. clutter/clutter-actor.c | 34 +++++----------------------------- - 1 files changed, 5 insertions(+), 29 deletions(-) + 1 file changed, 5 insertions(+), 29 deletions(-) commit 88aaad9bdf22ae7d5d1c317d894faecc5d4a125c Author: Emmanuele Bassi @@ -8548,7 +9164,7 @@ Date: Tue Jan 3 14:38:56 2012 +0000 docs: Add event propagation symbolic constants doc/reference/clutter/clutter-sections.txt | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e3511fcbac0eab551abd6038894ff2d17d8a1a23 Author: Emmanuele Bassi @@ -8557,7 +9173,7 @@ Date: Tue Jan 3 14:00:40 2012 +0000 configure: Clean up help and configuration summary configure.ac | 23 ++++++++++++++--------- - 1 files changed, 14 insertions(+), 9 deletions(-) + 1 file changed, 14 insertions(+), 9 deletions(-) commit f5fffb355b546cd36621b1de0bf15472da10f782 Author: Emmanuele Bassi @@ -8581,7 +9197,7 @@ Date: Tue Jan 3 12:10:28 2012 +0000 handlers, we ought to mention them in the cookbook. doc/cookbook/events.xml | 26 ++++++++++++++++---------- - 1 files changed, 16 insertions(+), 10 deletions(-) + 1 file changed, 16 insertions(+), 10 deletions(-) commit 6184bf1b6e19fb73d96f20aa4f6bdf26ec299a0e Author: Emmanuele Bassi @@ -8597,7 +9213,7 @@ Date: Tue Dec 20 12:28:06 2011 +0000 Simple symbolic names should be easier to use. clutter/clutter-event.h | 22 +++++++++++++++++++++- - 1 files changed, 21 insertions(+), 1 deletions(-) + 1 file changed, 21 insertions(+), 1 deletion(-) commit 83c560db984d188bc814fa02f2ff81f2d8e10055 Author: Emmanuele Bassi @@ -8606,7 +9222,7 @@ Date: Fri Dec 30 10:34:54 2011 +0000 docs: Update the release notes README.in | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit e689d0180056a2b02757c896910ff649187958fd Author: Emmanuele Bassi @@ -8628,8 +9244,8 @@ Date: Fri Dec 30 10:23:15 2011 +0000 :use-fog property to TRUE. clutter/clutter-stage.c | 44 +++++++---- - clutter/clutter-stage.h | 153 ++++++++++++++++------------------- - clutter/deprecated/clutter-stage.h | 14 +++ + clutter/clutter-stage.h | 153 +++++++++++++++++------------------- + clutter/deprecated/clutter-stage.h | 14 ++++ 3 files changed, 113 insertions(+), 98 deletions(-) commit 65889fa075f6123caf0d47568413466e039b5eef @@ -8649,7 +9265,7 @@ Date: Fri Dec 30 09:51:36 2011 +0000 See also: g_object_new(). clutter/clutter-box.h | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 180eecbce6b77539d112a19bb9887812546ef05e Author: Emmanuele Bassi @@ -8660,7 +9276,7 @@ Date: Tue Dec 27 21:39:13 2011 +0000 Add a note in the API reference. doc/reference/clutter/running-clutter.xml | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 7d4a9c6f1e8e6f77688a5d15fc2644769d2a60a1 Author: Emmanuele Bassi @@ -8680,7 +9296,7 @@ Date: Tue Dec 20 15:17:54 2011 +0000 clutter/clutter-main.c | 31 +++++++++++++++++++++++++++++++ clutter/clutter-private.h | 4 ++++ - 2 files changed, 35 insertions(+), 0 deletions(-) + 2 files changed, 35 insertions(+) commit db246569b78c500caf2e8c58921bee0fc47b6bf8 Author: Kjartan Maraas @@ -8689,7 +9305,7 @@ Date: Wed Dec 21 22:06:54 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 1046 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 542 insertions(+), 504 deletions(-) + 1 file changed, 542 insertions(+), 504 deletions(-) commit b882fcd8258f02a968dca381e498a3f1877bda5c Author: Jasper St. Pierre @@ -8698,7 +9314,7 @@ Date: Sun Dec 18 23:20:04 2011 -0500 clutter-text: Fix memory leak clutter/clutter-text.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 20bc5c2057f8bad1910c64e8ee49b6b798fbe8bc Author: Matej Urbančič @@ -8706,8 +9322,8 @@ Date: Sat Dec 17 18:59:49 2011 +0100 Updated Slovenian translation - po/sl.po | 114 +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 69 insertions(+), 45 deletions(-) + po/sl.po | 114 +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 69 insertions(+), 45 deletions(-) commit c4590e59c72ac4253c4ede1badd4684bb616b30c Author: Chun-wei Fan @@ -8717,12 +9333,12 @@ Date: Tue Dec 13 13:07:46 2011 +0800 Refines things a little bit from the last Visual C++ 2008 project updates. - 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.vsprops | 10 +++++----- + build/win32/vs9/cally-atkcomponent-example.vcproj | 8 ++++---- + build/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.vsprops | 10 +++++----- 6 files changed, 25 insertions(+), 25 deletions(-) commit 1dd28537c4a3af3fffbcc4d85ec1c98126524d7b @@ -8751,17 +9367,17 @@ Date: Tue Dec 13 12:56:53 2011 +0800 Turn off the deprecation warnings for the accessibility, performance and micro-bench programs. - 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.vsprops | 6 +++++- - build/win32/vs9/test-cogl-perf.vcproj | 8 ++++---- - build/win32/vs9/test-picking.vcproj | 8 ++++---- - build/win32/vs9/test-random-text.vcproj | 8 ++++---- - build/win32/vs9/test-text-perf.vcproj | 8 ++++---- - build/win32/vs9/test-text.vcproj | 8 ++++---- + build/win32/vs9/cally-atkcomponent-example.vcproj | 8 ++++---- + build/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.vsprops | 6 +++++- + build/win32/vs9/test-cogl-perf.vcproj | 8 ++++---- + build/win32/vs9/test-picking.vcproj | 8 ++++---- + build/win32/vs9/test-random-text.vcproj | 8 ++++---- + build/win32/vs9/test-text-perf.vcproj | 8 ++++---- + build/win32/vs9/test-text.vcproj | 8 ++++---- 11 files changed, 45 insertions(+), 41 deletions(-) commit 23960328d578d912162d52bc0c4096784add31cb @@ -8773,7 +9389,7 @@ Date: Tue Dec 13 12:44:27 2011 +0800 ...For the addition of queue_redraw_with_clip (commit f0a246cd) clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f0468cf828d933431ef4e18f3b60376f5df76cf6 Author: Emmanuele Bassi @@ -8786,7 +9402,7 @@ Date: Mon Dec 12 16:44:47 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=660997 clutter/wayland/clutter-wayland-surface.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit 30c464e68f302c5039421b5cc9b043bfa8dc2e9c Author: Emmanuele Bassi @@ -8803,7 +9419,7 @@ Date: Mon Oct 31 11:56:23 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=660997 clutter/x11/clutter-x11-texture-pixmap.c | 26 +++++++++----------------- - 1 files changed, 9 insertions(+), 17 deletions(-) + 1 file changed, 9 insertions(+), 17 deletions(-) commit 749fe38fec090fcbf7cb0a7ea1c98028a08fcb4e Author: Emmanuele Bassi @@ -8817,7 +9433,7 @@ Date: Mon Oct 31 11:55:35 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=660997 clutter/x11/clutter-stage-x11.c | 21 ++++++--------------- - 1 files changed, 6 insertions(+), 15 deletions(-) + 1 file changed, 6 insertions(+), 15 deletions(-) commit f0a246cdc6f3ca35d409b82297d2a99c5e8c7b32 Author: Emmanuele Bassi @@ -8843,7 +9459,7 @@ Date: Fri Dec 9 18:08:48 2011 +0100 Updated Spanish translation po/es.po | 244 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 137 insertions(+), 107 deletions(-) + 1 file changed, 137 insertions(+), 107 deletions(-) commit 79c04bd1335db04b5152130a027d2d22c9486f56 Author: Emmanuele Bassi @@ -8855,7 +9471,7 @@ Date: Thu Dec 8 10:01:06 2011 +0000 lead to collisions with application code. clutter/clutter-fixed-layout.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 20b9ec8c6bd900960a811b38e968d2e976064821 Author: Emmanuele Bassi @@ -8866,7 +9482,7 @@ Date: Tue Dec 6 17:43:13 2011 +0000 Like we do in the other tests/ sections. tests/accessibility/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e3a8a678e44dd53f0a291a9d0e8e7d74e643d3c Author: Emmanuele Bassi @@ -8875,7 +9491,7 @@ Date: Tue Dec 6 17:56:45 2011 +0000 build: Disable deprecation warnings in tests/micro-bench tests/micro-bench/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit bedf1664a7232cec704566e55c7804354f633f52 Author: Emmanuele Bassi @@ -8884,7 +9500,7 @@ Date: Tue Dec 6 17:53:37 2011 +0000 build: Disable deprecation warnings in tests/performance tests/performance/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit dc84557ac3af47b59f5145e68cddfe37ca910089 Author: Jovan Naumovski @@ -8893,7 +9509,7 @@ Date: Thu Dec 8 21:22:38 2011 +0100 Updated Macedonian translation. po/mk.po | 2226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2226 insertions(+), 0 deletions(-) + 1 file changed, 2226 insertions(+) commit 764343c4973179ffaff7c8c4822a77312e32d1cd Author: Piotr Drąg @@ -8902,7 +9518,7 @@ Date: Thu Dec 8 20:54:12 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 320356e97f2312f8ad4285ca436dca71a69c7cec Author: Rob Bradford @@ -8917,7 +9533,7 @@ Date: Thu Dec 8 17:39:15 2011 +0000 Simply use this to determine whether to emit CLUTTER_ENTER or CLUTTER_LEAVE. clutter/wayland/clutter-input-device-wayland.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 34cc45dae5f05be80e3eb389c55e40aed2e97bf4 Author: Rob Bradford @@ -8950,7 +9566,7 @@ Date: Tue Dec 6 21:53:57 2011 +0000 Reviewed-by: Emmanuele Bassi configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 3e85ad6b95cfa41027d6fbf4a9caf0a7d84e8bce Author: Robert Bragg @@ -8979,7 +9595,7 @@ Date: Tue Dec 6 21:46:37 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/evdev/clutter-xkb-utils.h | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit d8e76c341558f852bb1c4a94959120eeee459f88 Author: Robert Bragg @@ -8993,7 +9609,7 @@ Date: Mon Dec 5 14:01:30 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/egl/clutter-backend-eglnative.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 602a89afa8f9ea548b8f98fb9e5ada3ef59f09f2 Author: Robert Bragg @@ -9009,7 +9625,7 @@ Date: Mon Dec 5 13:59:12 2011 +0000 Reviewed-by: Emmanuele Bassi - clutter/evdev/clutter-device-manager-evdev.c | 63 ++++++++++++++----------- + clutter/evdev/clutter-device-manager-evdev.c | 63 ++++++++++++++------------ configure.ac | 1 + 2 files changed, 36 insertions(+), 28 deletions(-) @@ -9027,7 +9643,7 @@ Date: Mon Dec 5 13:49:28 2011 +0000 clutter/clutter-device-manager-private.h | 1 + clutter/clutter-input-device.c | 14 ++++++++++++++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit e5bde0b0743f718904d53731ea30d414ad915f4c Author: Robert Bragg @@ -9044,7 +9660,7 @@ Date: Mon Dec 5 14:05:57 2011 +0000 tests/interactive/Makefile.am | 4 + tests/interactive/test-wayland-surface.c | 567 ++++++++++++++++++++++++++++++ - 2 files changed, 571 insertions(+), 0 deletions(-) + 2 files changed, 571 insertions(+) commit 16ed7677e00fda9e9ef4e85ef7032a367e273e0c Author: Robert Bragg @@ -9068,7 +9684,7 @@ Date: Fri May 13 16:54:11 2011 +0100 clutter/wayland/clutter-wayland-compositor.h | 43 ++ clutter/wayland/clutter-wayland-surface.c | 565 ++++++++++++++++++++++++++ clutter/wayland/clutter-wayland-surface.h | 94 +++++ - configure.ac | 28 ++- + configure.ac | 28 +- doc/reference/clutter/clutter-sections.txt | 15 + 7 files changed, 792 insertions(+), 2 deletions(-) @@ -9098,7 +9714,7 @@ Date: Mon May 9 22:45:33 2011 +0100 clutter/Makefile.am | 49 +- clutter/clutter-backend.c | 11 + - clutter/wayland/clutter-backend-wayland.c | 603 ++++----------------- + clutter/wayland/clutter-backend-wayland.c | 603 ++++---------------- clutter/wayland/clutter-backend-wayland.h | 38 +- clutter/wayland/clutter-device-manager-wayland.c | 226 ++++++++ clutter/wayland/clutter-device-manager-wayland.h | 75 +++ @@ -9108,7 +9724,7 @@ Date: Mon May 9 22:45:33 2011 +0100 clutter/wayland/clutter-input-device-wayland.h | 56 ++ clutter/wayland/clutter-stage-wayland.c | 634 +--------------------- clutter/wayland/clutter-stage-wayland.h | 65 +-- - clutter/wayland/clutter-wayland.h | 61 -- + clutter/wayland/clutter-wayland.h | 61 --- configure.ac | 19 +- doc/reference/clutter/clutter-sections.txt | 6 - 15 files changed, 631 insertions(+), 1411 deletions(-) @@ -9122,7 +9738,7 @@ Date: Thu Dec 8 17:58:17 2011 +0800 Made up for missed pre-build command for x64/Release. build/win32/vs9/clutter.vcprojin | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6ad1afd8037cffc73617f39c7a668a493d295bee Author: Chun-wei Fan @@ -9135,7 +9751,7 @@ Date: Thu Dec 8 17:40:22 2011 +0800 Sorry! clutter/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b6c5c0602dfa152603d6345b0c2fc6a1d00b0cf4 Author: Chun-wei Fan @@ -9163,7 +9779,7 @@ Date: Thu Dec 8 17:04:46 2011 +0800 during the development process. clutter/Makefile.am | 46 +++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 43 insertions(+), 3 deletions(-) + 1 file changed, 43 insertions(+), 3 deletions(-) commit daf2b67ed28d3e6ef6d2b2ffa99c3ab86d67d0e6 Author: Chun-wei Fan @@ -9189,7 +9805,7 @@ Date: Wed Dec 7 18:14:17 2011 +0800 users tests/conform/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 158245fda31e7adad38aa49e4c12efcad0e326e0 Author: Emmanuele Bassi @@ -9201,7 +9817,7 @@ Date: Mon Dec 5 11:43:48 2011 +0000 using the wrong transformation for points to device units. clutter/clutter-backend.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 943a65b476431400bd0436e1be243a2917385866 Author: Emmanuele Bassi @@ -9213,7 +9829,7 @@ Date: Mon Dec 5 11:42:49 2011 +0000 should be returned by ClutterBackend — i.e. 96.0. clutter/clutter-backend.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 8d234d270a00abee8c46561903193097de78efe3 Author: Bastien Nocera @@ -9225,7 +9841,7 @@ Date: Thu Dec 1 19:29:58 2011 +0100 more sense... po/pt_BR.po | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit f7bb1e879ef083644acd4774dcb50c9edc018c6f Author: Jasper St. Pierre @@ -9238,7 +9854,7 @@ Date: Sat Nov 26 05:15:17 2011 -0500 https://bugzilla.gnome.org/show_bug.cgi?id=664582 clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1dc7c4543896bfc2f2cd460cdea9c417aefd7952 Author: Emmanuele Bassi @@ -9270,7 +9886,7 @@ Date: Sun Nov 13 21:49:23 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=664252 clutter/clutter-shader-effect.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6336883da7aa15ec06d9f3218ad5c617e57af0a5 Author: Bastian Winkler @@ -9284,7 +9900,7 @@ Date: Fri Nov 18 15:18:28 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=664336 clutter/clutter-path.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dc77a5ef310c8da5a126f90a21a75520b5d925de Author: Emmanuele Bassi @@ -9293,7 +9909,7 @@ Date: Thu Dec 1 10:39:11 2011 +0000 docs: Fix up the state.set_key() comment clutter/clutter-state.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 1e05e8ceaff25dfb3600cf0798fbca23c1725e12 Author: Jeremy Moles @@ -9308,7 +9924,7 @@ Date: Thu Dec 1 10:36:38 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=664996 clutter/clutter-state.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 627a1b19771b98864eb9e09a9537128a87dca05e Author: Neil Roberts @@ -9344,7 +9960,7 @@ Date: Mon Nov 28 16:27:57 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a2774fb0dcce0c92036b69fb75092ec8dc80905d Author: Neil Roberts @@ -9366,7 +9982,7 @@ Date: Mon Nov 28 13:08:57 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/clutter-offscreen-effect.c | 17 +++++++++++++++-- - 1 files changed, 15 insertions(+), 2 deletions(-) + 1 file changed, 15 insertions(+), 2 deletions(-) commit 3f4bd0d9d4b619d8545a57ee6735eb136dacb1c4 Author: Emmanuele Bassi @@ -9381,7 +9997,7 @@ Date: Sun Nov 27 12:18:49 2011 +0000 tests/conform/test-timeline.c | 40 ++++++++++++++++++++++++++ tests/data/Makefile.am | 1 + tests/data/test-script-timeline-markers.json | 11 +++++++ - 4 files changed, 53 insertions(+), 0 deletions(-) + 4 files changed, 53 insertions(+) commit 24623c43a86fc00f5079994a0969e7689b01317b Author: Emmanuele Bassi @@ -9402,7 +10018,7 @@ Date: Sun Nov 27 12:16:32 2011 +0000 as fleshing out the ClutterTimeline description. clutter/clutter-timeline.c | 262 ++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 230 insertions(+), 32 deletions(-) + 1 file changed, 230 insertions(+), 32 deletions(-) commit 3c35653a0785c2dab5a36bc33ff40301740c46b5 Author: Matej Urbančič @@ -9410,8 +10026,8 @@ Date: Fri Nov 25 21:21:46 2011 +0100 Updated Slovenian translation - po/sl.po | 892 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 453 insertions(+), 439 deletions(-) + po/sl.po | 892 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 453 insertions(+), 439 deletions(-) commit d82bf70d49cedcc345ab8a409a812806ce3a57d6 Author: Bastian Winkler @@ -9425,7 +10041,7 @@ Date: Thu Nov 24 20:14:05 2011 +0100 Thanks to Jeremy Moles for reporting. clutter/clutter-script.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 49355f3287b0044a76dfea48c1e58375645072f8 Author: Emmanuele Bassi @@ -9436,7 +10052,7 @@ Date: Wed Nov 23 17:29:23 2011 +0000 PkgConfig doesn't like those. clutter/clutter.pc.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c3b0db226f5a3d1de86cdf028d01dd64e6fa5605 Author: Lucian Adrian Grijincu @@ -9445,7 +10061,7 @@ Date: Tue Nov 22 20:25:02 2011 +0200 Updated Romanian translation po/ro.po | 2262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2262 insertions(+), 0 deletions(-) + 1 file changed, 2262 insertions(+) commit 8afeb0e099416132ac8ad5d227aeaf8a9bd1767e Author: Emmanuele Bassi @@ -9454,7 +10070,7 @@ Date: Tue Nov 22 14:08:36 2011 +0000 Post-release version bump to 1.9.3 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1022aad97078dcbf5fde98bfee012c5428202dcd Author: Emmanuele Bassi @@ -9463,7 +10079,7 @@ Date: Tue Nov 22 11:59:33 2011 +0000 Release Clutter 1.9.2 (snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a13b095dc2beb9d4c1c3fe5cf15ebe02376e958c Author: Emmanuele Bassi @@ -9483,7 +10099,7 @@ Date: Tue Nov 22 01:20:48 2011 +0000 Update NEWS file NEWS | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 96 insertions(+), 0 deletions(-) + 1 file changed, 96 insertions(+) commit a24ff882b6dd9eb3ab0a7cfdbb047b84a1bc5893 Author: Emmanuele Bassi @@ -9495,7 +10111,7 @@ Date: Tue Nov 22 01:00:58 2011 +0000 tests/conform/test-pick.c | 6 ++++++ tests/conform/test-shader-effect.c | 3 +++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit 52ea1510a19233413a37801e1a72832027fcc548 Author: Emmanuele Bassi @@ -9506,7 +10122,7 @@ Date: Tue Nov 22 00:29:08 2011 +0000 doc/reference/clutter/Makefile.am | 1 + doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 18 ++++++++++++++++++ - 3 files changed, 20 insertions(+), 0 deletions(-) + 3 files changed, 20 insertions(+) commit 02a020a7fd4b58a815fa80578aa32d0aa6d0e4d9 Author: Florian Müllner @@ -9518,7 +10134,7 @@ Date: Fri Nov 18 22:04:31 2011 +0100 more (8a4dc3c011) ... clutter/cogl/clutter-stage-cogl.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6e15fd930a2b5cfb83f0edaf03be4a7d2e6ab8d2 Author: Emmanuele Bassi @@ -9527,7 +10143,7 @@ Date: Fri Nov 18 17:54:19 2011 +0000 debug: Simple whitespace cleanups clutter/clutter-debug.h | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 8a4dc3c011fb3dfe8157dfc228fedd72a81c3c12 Author: Emmanuele Bassi @@ -9556,7 +10172,7 @@ Date: Fri Nov 18 17:32:01 2011 +0000 of it; and Clutter hasn't been using pure GL for some time now. clutter/clutter-debug.h | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 2d76407016075df8f3b12ffb4429c37ae33ccd33 Author: Emmanuele Bassi @@ -9569,7 +10185,7 @@ Date: Fri Nov 18 17:30:39 2011 +0000 clutter/clutter-debug.h | 3 --- clutter/clutter-main.c | 4 ---- clutter/clutter-texture.c | 8 -------- - 3 files changed, 0 insertions(+), 15 deletions(-) + 3 files changed, 15 deletions(-) commit ecdb12ecc3b5ab098173e580b693de1629ddc016 Author: Emmanuele Bassi @@ -9578,7 +10194,7 @@ Date: Fri Nov 18 17:23:30 2011 +0000 conform/cogl-pixel-buffer: Remove unused variable tests/conform/test-cogl-pixel-buffer.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 90f37d5636f5a1cec3e8423625647f774af7141f Author: Emmanuele Bassi @@ -9589,7 +10205,7 @@ Date: Fri Nov 18 17:22:12 2011 +0000 This also avoids an assertion failure. clutter/clutter-cairo-texture.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 225820c4b4d5af5e619e941b67dbdba8e47a432d Author: Rico Tzschichholz @@ -9598,7 +10214,7 @@ Date: Fri Nov 18 18:08:01 2011 +0100 Fix 'make dist' tests/interactive/Makefile.am | 17 ++++++++++++----- - 1 files changed, 12 insertions(+), 5 deletions(-) + 1 file changed, 12 insertions(+), 5 deletions(-) commit 516b5de7566a453d1009a5465e9452d9642d1fee Author: Rico Tzschichholz @@ -9607,7 +10223,7 @@ Date: Fri Nov 18 17:38:45 2011 +0100 tests: Remove some trailing spaces tests/interactive/Makefile.am | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 73e7404652567a5a095021909b90507c1d7ed42e Author: Emmanuele Bassi @@ -9631,7 +10247,7 @@ Date: Fri Nov 18 13:39:06 2011 +0100 build: Make sure test-unit-names.h is generated tests/interactive/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a69c4fdc59682579a05b157afa822f6fc9e7a336 Merge: d3a9bf2 ebf12a8 @@ -9654,7 +10270,7 @@ Date: Wed Nov 16 16:42:41 2011 +0000 the release notes. README.in | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit ef02de19e8a351b0f38b05d19423dd4a4eb3012c Author: Emmanuele Bassi @@ -9666,7 +10282,7 @@ Date: Wed Nov 16 14:50:36 2011 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-model.c | 237 ---------------------------------------- - 2 files changed, 0 insertions(+), 238 deletions(-) + 2 files changed, 238 deletions(-) commit 15000307fdf06efda2b74889e021c63deb354a51 Author: Emmanuele Bassi @@ -9681,7 +10297,7 @@ Date: Wed Nov 16 13:59:11 2011 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-unproject.c | 157 ------------------------------------ - 2 files changed, 0 insertions(+), 158 deletions(-) + 2 files changed, 158 deletions(-) commit d3a9bf201b42f156d4743b8a194d0e03f41ff7ef Merge: 39c3ccf bf9339b @@ -9780,7 +10396,7 @@ Date: Tue Nov 15 14:59:50 2011 +0000 debugging notes, and it should not be used for anything else. clutter/clutter-texture.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 58b6ad787b115f89eb8f1d982e00cb4e9e55b7a6 Author: Neil Roberts @@ -9800,8 +10416,8 @@ Date: Tue Nov 8 15:45:14 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=663636 - clutter/clutter-deform-effect.c | 171 ++++++++++++++------------------------ - 1 files changed, 63 insertions(+), 108 deletions(-) + clutter/clutter-deform-effect.c | 171 +++++++++++++++------------------------ + 1 file changed, 63 insertions(+), 108 deletions(-) commit 8a752d674b4b8711a3912ff18506bb13cf238034 Author: Neil Roberts @@ -9842,7 +10458,7 @@ Date: Tue Nov 8 11:37:27 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=663636 clutter/clutter-deform-effect.c | 323 ++++++++++++++++++++++++--------------- - 1 files changed, 201 insertions(+), 122 deletions(-) + 1 file changed, 201 insertions(+), 122 deletions(-) commit 39c3ccfca5dc3d10423cb3972a481bfdc915eadc Author: Chun-wei Fan @@ -9871,7 +10487,7 @@ Date: Tue Nov 15 17:18:51 2011 +0800 .../win32/vs10/test-text-perf-performance.vcxproj | 169 ++++++++++++++++++++ .../test-text-perf-performance.vcxproj.filters | 23 +++ build/win32/vs9/Makefile.am | 7 + - build/win32/vs9/clutter.sln | 98 +++++++++++ + build/win32/vs9/clutter.sln | 98 ++++++++++++ build/win32/vs9/clutter.vsprops | 4 + build/win32/vs9/test-picking-performance.vcproj | 166 +++++++++++++++++++ .../win32/vs9/test-state-hidden-performance.vcproj | 166 +++++++++++++++++++ @@ -9880,7 +10496,7 @@ Date: Tue Nov 15 17:18:51 2011 +0800 build/win32/vs9/test-state-performance.vcproj | 166 +++++++++++++++++++ build/win32/vs9/test-state-pick-performance.vcproj | 166 +++++++++++++++++++ build/win32/vs9/test-text-perf-performance.vcproj | 166 +++++++++++++++++++ - 28 files changed, 2731 insertions(+), 0 deletions(-) + 28 files changed, 2731 insertions(+) commit 2a54db4557a0e4b417535ef162590a414a8a3c5b Author: Chun-wei Fan @@ -9891,7 +10507,7 @@ Date: Tue Nov 15 16:29:35 2011 +0800 M_PI is not universally available... tests/performance/test-picking.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 2a86ecc4b9516222c4f74ba106d7c2275baa9ae2 Author: Chun-wei Fan @@ -9987,7 +10603,7 @@ Date: Wed Nov 9 02:04:31 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=663720 clutter/clutter-deform-effect.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b5ac9277636bdeabcd3f2b6b62e234b085a5f49f Author: Emmanuele Bassi @@ -9997,8 +10613,8 @@ Date: Mon Nov 14 11:46:02 2011 +0000 Improve the consistency of the code. - clutter/clutter-stage-manager.c | 14 +++++------- - clutter/clutter-stage.c | 41 +++++++++++++++++++++----------------- + clutter/clutter-stage-manager.c | 14 ++++++------- + clutter/clutter-stage.c | 41 ++++++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 26 deletions(-) commit b2d1dfa932d20d17c236f2646879a38876302190 @@ -10051,7 +10667,7 @@ Date: Mon Nov 14 13:36:52 2011 +0800 https://bugzilla.gnome.org/show_bug.cgi?id=663999 clutter/win32/clutter-backend-win32.c | 19 ------------------- - 1 files changed, 0 insertions(+), 19 deletions(-) + 1 file changed, 19 deletions(-) commit 2628ba70cdd8dccd90a487466b42f0fe136f6860 Author: Chun-wei Fan @@ -10065,7 +10681,7 @@ Date: Mon Nov 14 13:36:52 2011 +0800 here as well. clutter/win32/clutter-backend-win32.c | 19 ------------------- - 1 files changed, 0 insertions(+), 19 deletions(-) + 1 file changed, 19 deletions(-) commit ebf3147a0054ebc577cf4822d85ff03ce5562f65 Author: Chun-wei Fan @@ -10074,7 +10690,7 @@ Date: Mon Nov 14 13:33:04 2011 +0800 clutter-config.h.win32: Add CLUTTER_INPUT_NULL clutter/clutter-config.h.win32 | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c73a1fa7df9a4ec1a5c8db9b7d5f4d2169f40174 Author: Chun-wei Fan @@ -10117,7 +10733,7 @@ Date: Sun Nov 13 18:52:21 2011 +0100 Updated Galician translations po/clutter-1.0.pot | 1455 +++++++++++++++++++++++++++------------------------- - po/gl.po | 765 ++++++++++++++-------------- + po/gl.po | 765 +++++++++++++-------------- 2 files changed, 1141 insertions(+), 1079 deletions(-) commit c52d06a5b9fe05b09836d364dba3a20d487f62b5 @@ -10130,7 +10746,7 @@ Date: Sat Nov 12 12:03:53 2011 +0800 configure.ac, due to the implementation of multiple backends. clutter/clutter-config.h.win32 | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a0c9d294b0c2784b1459a21e5d8dbf8af9705432 Author: Daniel Mustieles @@ -10139,7 +10755,7 @@ Date: Fri Nov 11 18:16:06 2011 +0100 Updated Spanish translation po/es.po | 770 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 392 insertions(+), 378 deletions(-) + 1 file changed, 392 insertions(+), 378 deletions(-) commit 028b716f3310c3c9cae34c4cd23bb00f27f0103d Author: Piotr Drąg @@ -10148,7 +10764,7 @@ Date: Thu Nov 10 19:54:53 2011 +0100 Updated POTFILES.in po/POTFILES.in | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit 6d4f105ab251282e8d6453df5b585646e4bafdcf Author: Rico Tzschichholz @@ -10157,7 +10773,7 @@ Date: Thu Nov 10 19:02:19 2011 +0100 po: update POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit b12a94dc272b0b4c9c3ec5e9de5845cd24a2f09a Author: Rico Tzschichholz @@ -10195,7 +10811,7 @@ Date: Thu Nov 10 15:41:41 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=651718 clutter/evdev/clutter-device-manager-evdev.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 5705d08b5d50901e2f752a505e7daab3e98696ae Author: Lionel Landwerlin @@ -10218,7 +10834,7 @@ Date: Fri Jun 17 11:31:34 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=651718 clutter/evdev/clutter-device-manager-evdev.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit b38773f4588f104e0dca8f235344d1599c0d560a Author: Emmanuele Bassi @@ -10230,7 +10846,7 @@ Date: Thu Nov 10 15:09:04 2011 +0000 platforms that only support one stage instance. README.in | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 26aa4b5290c65984a0512a0ba4a30ab777628269 Author: Emmanuele Bassi @@ -10243,36 +10859,36 @@ Date: Wed Nov 9 17:49:25 2011 +0000 which once again demonstrates how the default stage was a flawed concept that just confused people. - clutter/clutter-actor.c | 2 +- - .../examples/animations-looping-animator.c | 2 +- - .../examples/animations-looping-implicit.c | 2 +- - doc/cookbook/examples/animations-looping-state.c | 2 +- - doc/cookbook/examples/animations-moving-animator.c | 2 +- - doc/cookbook/examples/animations-moving-implicit.c | 2 +- - doc/cookbook/examples/animations-moving-state.c | 2 +- - doc/cookbook/examples/animations-rotating.c | 2 +- - doc/cookbook/examples/animations-scaling-zoom.c | 2 +- - doc/cookbook/examples/animations-scaling.c | 2 +- - doc/cookbook/examples/events-buttons-click.c | 2 +- - doc/cookbook/examples/events-buttons-lasso.c | 2 +- - doc/cookbook/examples/events-buttons.c | 2 +- - doc/cookbook/examples/events-mouse-scroll.c | 3 ++- - .../examples/events-pointer-motion-crossing.c | 2 +- - .../examples/events-pointer-motion-scribbler.c | 3 ++- - .../examples/events-pointer-motion-stacked.c | 3 ++- - doc/cookbook/examples/events-pointer-motion.c | 3 ++- - .../examples/layouts-bind-constraint-allocation.c | 2 +- - doc/cookbook/examples/layouts-box-menu.c | 2 +- - .../examples/layouts-box-property-effects.c | 2 +- - doc/cookbook/examples/layouts-box.c | 2 +- - .../examples/layouts-stacking-diff-sized-actors.c | 3 ++- - doc/cookbook/examples/layouts-stacking.c | 3 ++- - doc/cookbook/examples/textures-crossfade-cogl.c | 2 +- - .../examples/textures-crossfade-slideshow.c | 2 +- - doc/cookbook/examples/textures-crossfade.c | 2 +- - doc/cookbook/examples/textures-split-go.c | 3 ++- - doc/cookbook/examples/textures-sub-texture.c | 3 ++- - .../clutter/clutter-animation-tutorial.xml | 3 ++- + clutter/clutter-actor.c | 2 +- + doc/cookbook/examples/animations-looping-animator.c | 2 +- + doc/cookbook/examples/animations-looping-implicit.c | 2 +- + doc/cookbook/examples/animations-looping-state.c | 2 +- + doc/cookbook/examples/animations-moving-animator.c | 2 +- + doc/cookbook/examples/animations-moving-implicit.c | 2 +- + doc/cookbook/examples/animations-moving-state.c | 2 +- + doc/cookbook/examples/animations-rotating.c | 2 +- + doc/cookbook/examples/animations-scaling-zoom.c | 2 +- + doc/cookbook/examples/animations-scaling.c | 2 +- + doc/cookbook/examples/events-buttons-click.c | 2 +- + doc/cookbook/examples/events-buttons-lasso.c | 2 +- + doc/cookbook/examples/events-buttons.c | 2 +- + doc/cookbook/examples/events-mouse-scroll.c | 3 ++- + doc/cookbook/examples/events-pointer-motion-crossing.c | 2 +- + doc/cookbook/examples/events-pointer-motion-scribbler.c | 3 ++- + doc/cookbook/examples/events-pointer-motion-stacked.c | 3 ++- + doc/cookbook/examples/events-pointer-motion.c | 3 ++- + doc/cookbook/examples/layouts-bind-constraint-allocation.c | 2 +- + doc/cookbook/examples/layouts-box-menu.c | 2 +- + doc/cookbook/examples/layouts-box-property-effects.c | 2 +- + doc/cookbook/examples/layouts-box.c | 2 +- + doc/cookbook/examples/layouts-stacking-diff-sized-actors.c | 3 ++- + doc/cookbook/examples/layouts-stacking.c | 3 ++- + doc/cookbook/examples/textures-crossfade-cogl.c | 2 +- + doc/cookbook/examples/textures-crossfade-slideshow.c | 2 +- + doc/cookbook/examples/textures-crossfade.c | 2 +- + doc/cookbook/examples/textures-split-go.c | 3 ++- + doc/cookbook/examples/textures-sub-texture.c | 3 ++- + doc/reference/clutter/clutter-animation-tutorial.xml | 3 ++- 30 files changed, 39 insertions(+), 30 deletions(-) commit 0c18dc6bf90cf521327869738b206274584c695e @@ -10284,9 +10900,9 @@ Date: Wed Nov 9 17:12:45 2011 +0000 Deprecate the clutter_stage_get_default() function, as well as the clutter_stage_is_default() one, and replace its internal usage. - clutter/clutter-stage.c | 38 +++++++++++++++++++++++------------ - clutter/clutter-stage.h | 2 - - clutter/deprecated/clutter-stage.h | 6 +++++ + clutter/clutter-stage.c | 38 ++++++++++++++++++++++++------------ + clutter/clutter-stage.h | 2 -- + clutter/deprecated/clutter-stage.h | 6 ++++++ 3 files changed, 31 insertions(+), 15 deletions(-) commit 2288d708e2f6ad9f8348f738a44cc7d29cf95530 @@ -10298,7 +10914,7 @@ Date: Wed Nov 9 17:09:37 2011 +0000 It's about to go away, so we should use the StageManager API instead. clutter/clutter-script-parser.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit b1ccd262b1a8ba01d214090052f99ef408bff299 Author: Emmanuele Bassi @@ -10312,7 +10928,7 @@ Date: Wed Nov 9 17:03:30 2011 +0000 cannot possibly be the key focus. clutter/cally/cally-actor.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 26f44673922bc3d0b854bdcb0c519f1a62bd433a Author: Emmanuele Bassi @@ -10388,42 +11004,42 @@ Date: Wed Nov 9 13:41:15 2011 +0000 tests/conform/test-score.c | 4 +- tests/conform/test-timeline.c | 5 +- tests/interactive/test-actor-clone.c | 34 ++++++++++---- - tests/interactive/test-animation.c | 7 ++- + tests/interactive/test-animation.c | 7 +-- tests/interactive/test-animator.c | 11 +++-- tests/interactive/test-bin-layout.c | 11 ++++- tests/interactive/test-binding-pool.c | 9 +++- tests/interactive/test-box-layout.c | 9 +++- - tests/interactive/test-cairo-flowers.c | 46 ++++++++++++------ - tests/interactive/test-clip.c | 10 ++++- + tests/interactive/test-cairo-flowers.c | 46 +++++++++++------- + tests/interactive/test-clip.c | 10 +++- tests/interactive/test-cogl-multitexture.c | 17 +++++-- tests/interactive/test-cogl-offscreen.c | 67 +++++++++++++++++---------- tests/interactive/test-cogl-point-sprites.c | 14 ++++-- tests/interactive/test-cogl-primitives.c | 11 ++++- - tests/interactive/test-cogl-tex-convert.c | 13 ++++- - tests/interactive/test-cogl-tex-foreign.c | 13 ++++- - tests/interactive/test-cogl-tex-getset.c | 13 ++++- + tests/interactive/test-cogl-tex-convert.c | 13 ++++-- + tests/interactive/test-cogl-tex-foreign.c | 13 ++++-- + tests/interactive/test-cogl-tex-getset.c | 13 ++++-- tests/interactive/test-cogl-tex-polygon.c | 11 ++++- tests/interactive/test-cogl-tex-tile.c | 11 ++++- - tests/interactive/test-cogl-vertex-buffer.c | 38 +++++++++++---- + tests/interactive/test-cogl-vertex-buffer.c | 38 ++++++++++----- tests/interactive/test-events.c | 61 ++++++++++++------------ - tests/interactive/test-fbo.c | 10 ++++- + tests/interactive/test-fbo.c | 10 +++- tests/interactive/test-flow-layout.c | 9 +++- tests/interactive/test-fullscreen.c | 20 ++++++-- - tests/interactive/test-grab.c | 14 ++++- - tests/interactive/test-layout.c | 10 ++++- - tests/interactive/test-main.c | 10 ++++- + tests/interactive/test-grab.c | 14 ++++-- + tests/interactive/test-layout.c | 10 +++- + tests/interactive/test-main.c | 10 +++- tests/interactive/test-multistage.c | 6 ++- - tests/interactive/test-paint-wrapper.c | 27 ++++++++++- - tests/interactive/test-pixmap.c | 10 ++++- + tests/interactive/test-paint-wrapper.c | 27 +++++++++-- + tests/interactive/test-pixmap.c | 10 +++- tests/interactive/test-scale.c | 11 ++++- - tests/interactive/test-stage-read-pixels.c | 10 ++++- - tests/interactive/test-stage-sizing.c | 10 ++++- - tests/interactive/test-state-animator.c | 15 +++++- + tests/interactive/test-stage-read-pixels.c | 10 +++- + tests/interactive/test-stage-sizing.c | 10 +++- + tests/interactive/test-state-animator.c | 15 ++++-- tests/interactive/test-state.c | 23 ++++++--- tests/interactive/test-swipe-action.c | 11 ++++- tests/interactive/test-table-layout.c | 5 +- tests/interactive/test-text.c | 20 +++++--- - tests/interactive/test-texture-quality.c | 14 ++++- + tests/interactive/test-texture-quality.c | 14 ++++-- tests/interactive/test-texture-slicing.c | 9 +++- tests/interactive/test-unproject.c | 14 ++++-- 41 files changed, 491 insertions(+), 182 deletions(-) @@ -10434,11 +11050,11 @@ Date: Wed Nov 9 10:55:49 2011 +0000 Merge with a11y - tests/accessibility/cally-atkcomponent-example.c | 2 ++ - .../accessibility/cally-atkeditabletext-example.c | 17 +++++++---------- - tests/accessibility/cally-atkevents-example.c | 12 +++++------- - tests/accessibility/cally-atktext-example.c | 4 +--- - tests/accessibility/cally-clone-example.c | 3 +-- + tests/accessibility/cally-atkcomponent-example.c | 2 ++ + tests/accessibility/cally-atkeditabletext-example.c | 17 +++++++---------- + tests/accessibility/cally-atkevents-example.c | 12 +++++------- + tests/accessibility/cally-atktext-example.c | 4 +--- + tests/accessibility/cally-clone-example.c | 3 +-- 5 files changed, 16 insertions(+), 22 deletions(-) commit 93eb0bfe328598fe37a6469cd43ba8fa59ae147e @@ -10460,11 +11076,11 @@ Date: Tue Nov 8 17:11:34 2011 +0000 accessibility/*: Do not use clutter_stage_get_default() - tests/accessibility/cally-atkcomponent-example.c | 3 ++- - .../accessibility/cally-atkeditabletext-example.c | 6 +++--- - tests/accessibility/cally-atkevents-example.c | 16 +++++++++++----- - tests/accessibility/cally-atktext-example.c | 7 +++++-- - tests/accessibility/cally-clone-example.c | 8 ++++++-- + tests/accessibility/cally-atkcomponent-example.c | 3 ++- + tests/accessibility/cally-atkeditabletext-example.c | 6 +++--- + tests/accessibility/cally-atkevents-example.c | 16 +++++++++++----- + tests/accessibility/cally-atktext-example.c | 7 +++++-- + tests/accessibility/cally-clone-example.c | 8 ++++++-- 5 files changed, 27 insertions(+), 13 deletions(-) commit deba576dd1ad5ca55c713dcc808e91adf9d2f1df @@ -10477,13 +11093,13 @@ Date: Tue Nov 8 17:04:44 2011 +0000 tests/conform/test-actor-invariants.c | 44 +++++++++++------ tests/conform/test-anchors.c | 4 +- - tests/conform/test-cally-text.c | 8 ++-- + tests/conform/test-cally-text.c | 8 +-- tests/conform/test-clutter-cairo-texture.c | 4 +- tests/conform/test-clutter-texture.c | 4 +- tests/conform/test-cogl-backface-culling.c | 5 +- tests/conform/test-cogl-blend-strings.c | 5 +- tests/conform/test-cogl-depth-test.c | 5 +- - tests/conform/test-cogl-just-vertex-shader.c | 7 ++- + tests/conform/test-cogl-just-vertex-shader.c | 7 +-- tests/conform/test-cogl-materials.c | 5 +- tests/conform/test-cogl-multitexture.c | 4 +- tests/conform/test-cogl-npot-texture.c | 20 +++++--- @@ -10495,7 +11111,7 @@ Date: Tue Nov 8 17:04:44 2011 +0000 tests/conform/test-cogl-primitive.c | 5 +- tests/conform/test-cogl-readpixels.c | 8 +-- tests/conform/test-cogl-sub-texture.c | 8 +-- - tests/conform/test-cogl-texture-3d.c | 6 +- + tests/conform/test-cogl-texture-3d.c | 6 +-- tests/conform/test-cogl-texture-get-set-data.c | 4 +- tests/conform/test-cogl-texture-mipmaps.c | 5 +- tests/conform/test-cogl-texture-pixmap-x11.c | 52 ++++++++++---------- @@ -10507,7 +11123,7 @@ Date: Tue Nov 8 17:04:44 2011 +0000 tests/conform/test-cogl-wrap-modes.c | 4 +- tests/conform/test-conform-main.c | 1 + tests/conform/test-offscreen-redirect.c | 4 +- - tests/conform/test-paint-opacity.c | 14 ++--- + tests/conform/test-paint-opacity.c | 14 +++--- tests/conform/test-pick.c | 5 +- tests/conform/test-score.c | 2 +- tests/conform/test-shader-effect.c | 4 +- @@ -10521,8 +11137,8 @@ Date: Mon Nov 7 19:06:22 2011 +0000 docs: Update the release notes in the README - README.in | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 69 insertions(+), 10 deletions(-) + README.in | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 69 insertions(+), 10 deletions(-) commit 6d68ac2e8bf6f1210c7692748e27c989213e6ba7 Author: Emmanuele Bassi @@ -10549,7 +11165,7 @@ Date: Mon Nov 7 14:44:37 2011 +0000 anything special, so we can fall back to the default one. clutter/wayland/clutter-backend-wayland.c | 19 ------------------- - 1 files changed, 0 insertions(+), 19 deletions(-) + 1 file changed, 19 deletions(-) commit 7472c07c41db28591da46b3e437fc97b799787a2 Author: Emmanuele Bassi @@ -10560,7 +11176,7 @@ Date: Fri Nov 4 19:49:45 2011 +0000 List the input backends, and remove the EGL backend options. configure.ac | 31 ++++++++++++++++++++++++++----- - 1 files changed, 26 insertions(+), 5 deletions(-) + 1 file changed, 26 insertions(+), 5 deletions(-) commit 17c89bd0a0aba8fa400c591b8cc8934f5b8ec901 Author: Emmanuele Bassi @@ -10576,15 +11192,15 @@ Date: Fri Nov 4 19:25:54 2011 +0000 ClutterBackend structure. clutter/cex100/clutter-backend-cex100.c | 25 ------------------------ - clutter/clutter-backend-private.h | 10 +++++--- - clutter/clutter-backend.c | 13 ++++++++++++ - clutter/clutter-device-manager.c | 7 +---- + clutter/clutter-backend-private.h | 10 ++++++---- + clutter/clutter-backend.c | 13 +++++++++++++ + clutter/clutter-device-manager.c | 7 ++----- clutter/egl/clutter-backend-eglnative.c | 26 ------------------------- - clutter/evdev/clutter-device-manager-evdev.c | 12 ++-------- - clutter/gdk/clutter-backend-gdk.c | 25 +++++++---------------- - clutter/osx/clutter-backend-osx.c | 27 +++---------------------- + clutter/evdev/clutter-device-manager-evdev.c | 12 +++--------- + clutter/gdk/clutter-backend-gdk.c | 25 ++++++++---------------- + clutter/osx/clutter-backend-osx.c | 27 ++++---------------------- clutter/win32/clutter-backend-win32.c | 19 +----------------- - clutter/x11/clutter-backend-x11.c | 13 +---------- + clutter/x11/clutter-backend-x11.c | 13 ++----------- 10 files changed, 39 insertions(+), 138 deletions(-) commit cd1e8da07fd437a0368c198a3ee2a16569ce7699 @@ -10601,7 +11217,7 @@ Date: Fri Nov 4 19:01:32 2011 +0000 clutter/egl/clutter-backend-eglnative.h | 3 --- clutter/gdk/clutter-backend-gdk.c | 12 ------------ clutter/win32/clutter-backend-win32.c | 20 -------------------- - 6 files changed, 0 insertions(+), 92 deletions(-) + 6 files changed, 92 deletions(-) commit 828ca2982f0f7b6974283921d59c65929385da8f Author: Emmanuele Bassi @@ -10613,7 +11229,7 @@ Date: Fri Nov 4 19:00:49 2011 +0000 instead of deferring to the backend. clutter/clutter-backend.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 9c038ebefb88cd052c1dc9448c58d2d5a9a9bfc7 Author: Emmanuele Bassi @@ -10627,7 +11243,7 @@ Date: Fri Nov 4 18:50:46 2011 +0000 all backends at the same time, to avoid GObject complaining. clutter/clutter-stage-window.c | 19 +++++++++++++ - clutter/cogl/clutter-stage-cogl.c | 15 +--------- + clutter/cogl/clutter-stage-cogl.c | 15 ++-------- clutter/osx/clutter-stage-osx.c | 46 ++++++++++++++++++++++++++++--- clutter/wayland/clutter-stage-wayland.c | 37 +++++++++++++++++++++++++ clutter/win32/clutter-stage-win32.c | 35 +++++++++++++++++++++++ @@ -10640,7 +11256,7 @@ Date: Fri Nov 4 18:50:02 2011 +0000 gdk/backend: Fix an invalid chain up clutter/gdk/clutter-backend-gdk.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit b980d2dc17f84b4c5e99f9f850feb3ac47de2439 Author: Emmanuele Bassi @@ -10668,7 +11284,7 @@ Date: Fri Nov 4 18:26:33 2011 +0000 clutter/clutter-backend-private.h | 2 ++ clutter/clutter-backend.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 04a2b5f42b0bee41dbb6968b98551bb0fa079548 Author: Emmanuele Bassi @@ -10680,7 +11296,7 @@ Date: Fri Nov 4 17:49:25 2011 +0000 using whatever input mechanism was enabled at run-time. clutter/egl/clutter-backend-eglnative.c | 136 +------------------------------ - clutter/egl/clutter-egl.h | 5 - + clutter/egl/clutter-egl.h | 5 -- 2 files changed, 2 insertions(+), 139 deletions(-) commit 89e26497de8f3f05fbaf409436c4ee92f5d3669c @@ -10717,7 +11333,7 @@ Date: Fri Nov 4 16:52:44 2011 +0000 clutter/Makefile.am | 2 - clutter/cogl/clutter-backend-cogl.c | 111 ------------------------------- clutter/cogl/clutter-backend-cogl.h | 68 ------------------- - clutter/cogl/clutter-stage-cogl.c | 10 ++-- + clutter/cogl/clutter-stage-cogl.c | 10 +-- clutter/cogl/clutter-stage-cogl.h | 8 +-- clutter/egl/clutter-backend-eglnative.c | 2 +- clutter/egl/clutter-backend-eglnative.h | 5 +- @@ -10738,7 +11354,7 @@ Date: Fri Nov 4 16:41:52 2011 +0000 code path. clutter/cogl/clutter-backend-cogl.c | 38 ----------------------------------- - 1 files changed, 0 insertions(+), 38 deletions(-) + 1 file changed, 38 deletions(-) commit db211a2131eed46bcecf8abc14822f2bd9a50812 Author: Emmanuele Bassi @@ -10766,7 +11382,7 @@ Date: Fri Nov 4 16:35:38 2011 +0000 clutter/clutter-main.c | 21 +++++++++++++++++++++ clutter/clutter-private.h | 2 ++ - 2 files changed, 23 insertions(+), 0 deletions(-) + 2 files changed, 23 insertions(+) commit 80fdbeb9543e0de18ac28f8cae28c42f2e18942e Author: Emmanuele Bassi @@ -10779,9 +11395,9 @@ Date: Fri Nov 4 16:13:04 2011 +0000 clutter/clutter-backend.c | 34 +++++++++++++++++++++++++++ clutter/cogl/clutter-backend-cogl.c | 41 --------------------------------- - clutter/cogl/clutter-stage-cogl.c | 15 +++++------ - clutter/gdk/clutter-backend-gdk.c | 8 ++++-- - clutter/win32/clutter-backend-win32.c | 28 ++-------------------- + clutter/cogl/clutter-stage-cogl.c | 15 ++++++------ + clutter/gdk/clutter-backend-gdk.c | 8 ++++--- + clutter/win32/clutter-backend-win32.c | 28 +++------------------- 5 files changed, 49 insertions(+), 77 deletions(-) commit b97324ee9f8684a0388cacc2e00ea1a2da16e5cc @@ -10794,7 +11410,7 @@ Date: Fri Nov 4 15:57:01 2011 +0000 can just use the default implementation provided by ClutterBackend. clutter/win32/clutter-backend-win32.c | 59 --------------------------------- - 1 files changed, 0 insertions(+), 59 deletions(-) + 1 file changed, 59 deletions(-) commit 6ec7a28802999b24f1d07dfb73a8a4e670596a42 Author: Emmanuele Bassi @@ -10805,7 +11421,7 @@ Date: Fri Nov 4 15:54:58 2011 +0000 Same as it has happened to the X11 backend. clutter/gdk/clutter-backend-gdk.c | 128 ++++++++++++++++++++----------------- - 1 files changed, 69 insertions(+), 59 deletions(-) + 1 file changed, 69 insertions(+), 59 deletions(-) commit 68e8ef0103af438749660a0346267688b27b05c2 Author: Emmanuele Bassi @@ -10818,7 +11434,7 @@ Date: Fri Nov 4 15:53:47 2011 +0000 structures ourselves. clutter/x11/clutter-backend-x11.c | 113 ++++++++++++++----------------------- - 1 files changed, 43 insertions(+), 70 deletions(-) + 1 file changed, 43 insertions(+), 70 deletions(-) commit a918ac92cb2278a8ebbc118f55443e4974dd696f Author: Emmanuele Bassi @@ -10849,7 +11465,7 @@ Date: Fri Nov 4 12:21:11 2011 +0000 And add a missing 'else' in the OSX check, to avoid a g_error(). clutter/clutter-backend.c | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit 1f8915d2c89cced191fbd94bdb5dd6833d942584 Author: Emmanuele Bassi @@ -10862,7 +11478,7 @@ Date: Thu Nov 3 18:27:09 2011 +0000 clutter/clutter-backend.c | 8 +++++++- configure.ac | 4 ++++ - 2 files changed, 11 insertions(+), 1 deletions(-) + 2 files changed, 11 insertions(+), 1 deletion(-) commit adb6ffbd0e67f1f43a7fbcd8df53a94fb7b241e8 Author: Emmanuele Bassi @@ -10884,9 +11500,9 @@ Date: Thu Nov 3 17:53:54 2011 +0000 that the function exposed to initialize the event loop is similar and performs roughly the same operations. - clutter/clutter-backend.c | 85 ++++++++++++++- + clutter/clutter-backend.c | 85 +++++++++++++- clutter/egl/clutter-backend-eglnative.c | 26 ----- - clutter/gdk/clutter-backend-gdk.c | 24 ++--- + clutter/gdk/clutter-backend-gdk.c | 24 ++-- clutter/gdk/clutter-backend-gdk.h | 4 +- clutter/gdk/clutter-event-gdk.c | 21 ---- clutter/osx/clutter-backend-osx.c | 11 +- @@ -10895,9 +11511,9 @@ Date: Thu Nov 3 17:53:54 2011 +0000 clutter/wayland/clutter-backend-wayland.c | 6 - clutter/x11/clutter-backend-x11-private.h | 32 ------ clutter/x11/clutter-backend-x11.c | 58 ++++++---- - clutter/x11/clutter-backend-x11.h | 35 +++---- + clutter/x11/clutter-backend-x11.h | 35 +++--- clutter/x11/clutter-event-x11.c | 173 +++++++---------------------- - configure.ac | 12 ++- + configure.ac | 12 +- 14 files changed, 205 insertions(+), 302 deletions(-) commit 84d208b2c6c774a27d7d00ef5136bf31ebe82310 @@ -10909,7 +11525,7 @@ Date: Thu Nov 3 16:48:20 2011 +0000 We have a fallback, now. clutter/win32/clutter-backend-win32.c | 11 ----------- - 1 files changed, 0 insertions(+), 11 deletions(-) + 1 file changed, 11 deletions(-) commit 672ab70144b9270535f6371ae79921d72cbada58 Author: Emmanuele Bassi @@ -10918,7 +11534,7 @@ Date: Thu Nov 3 16:47:57 2011 +0000 win32/stage: Implement get_active_framebuffer() clutter/win32/clutter-stage-win32.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 42af690255f2b32af6a778df312211001a2c1fc2 Author: Emmanuele Bassi @@ -10929,7 +11545,7 @@ Date: Thu Nov 3 16:47:18 2011 +0000 There is a default fallback, now. clutter/wayland/clutter-backend-wayland.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 0c02e8adb31413e4d19c101a94da91834558b9b3 Author: Emmanuele Bassi @@ -10940,7 +11556,7 @@ Date: Thu Nov 3 16:46:48 2011 +0000 We have a default implementation for it, now. clutter/cogl/clutter-backend-cogl.c | 17 ----------------- - 1 files changed, 0 insertions(+), 17 deletions(-) + 1 file changed, 17 deletions(-) commit 790c0d1f9128ea64b84db944ef2ac853bfd8e057 Author: Emmanuele Bassi @@ -10951,7 +11567,7 @@ Date: Thu Nov 3 16:45:56 2011 +0000 We can do it for all Cogl-based backends. clutter/clutter-backend.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit e374c2bd8922049ab9c0e285baf21e56641ec974 Author: Emmanuele Bassi @@ -10977,7 +11593,7 @@ Date: Thu Nov 10 14:13:45 2011 +0000 path. clutter/clutter-color.c | 26 +++++++++++++++----------- - 1 files changed, 15 insertions(+), 11 deletions(-) + 1 file changed, 15 insertions(+), 11 deletions(-) commit 889a1f44f422224c4d652256197b6358d2b74fc4 Author: Emmanuele Bassi @@ -10986,7 +11602,7 @@ Date: Thu Nov 10 12:56:47 2011 +0000 conform/color: Test hsla() format tests/conform/test-color.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit b96773f9c9b3c397ade8e88b3b3523e63732843f Author: Jasper St. Pierre @@ -11000,7 +11616,7 @@ Date: Wed Nov 9 16:37:32 2011 -0500 https://bugzilla.gnome.org/show_bug.cgi?id=663733 clutter/x11/clutter-stage-x11.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 33303f92f3c3d164ab8c477d99af25e10e9520c2 Author: Craig R. Hughes @@ -11015,7 +11631,7 @@ Date: Mon Nov 7 17:00:45 2011 -0800 https://bugzilla.gnome.org/show_bug.cgi?id=663594 clutter/clutter-color.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d596401a3c1f88d396c06702ed488328ff4d1bd8 Author: Matthias Clasen @@ -11026,7 +11642,7 @@ Date: Fri Nov 4 07:14:47 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=663332 clutter/cally/cally-text.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 7b5e5b772740a4067925f39be85cd9e9e8438479 Author: Emmanuele Bassi @@ -11037,7 +11653,7 @@ Date: Wed Nov 9 09:09:37 2011 +0000 So that's easier to track in the debug log. clutter/clutter-main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 63dbcc245c0edc92c235374d7918b4a26c4d1158 Merge: bf8f1af ba8d682 @@ -11076,7 +11692,7 @@ Date: Tue Nov 8 14:46:16 2011 +0000 tests/accessibility/cally-atkcomponent-example.c | 44 ++++++++-------------- tests/accessibility/cally-atkevents-example.c | 22 ++++++----- tests/accessibility/cally-clone-example.c | 4 +- - tests/conform/test-pick.c | 9 +++- + tests/conform/test-pick.c | 9 +++-- 6 files changed, 38 insertions(+), 45 deletions(-) commit 4fe7a77302ed0de7a977916e83e4b62244b99275 @@ -11104,7 +11720,7 @@ Date: Tue Nov 8 11:19:22 2011 +0000 There is no clutter-event-gdk.h in the build. clutter/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 67d5a4993c6459461ab486ed394f110ede4a5cc8 Author: Emmanuele Bassi @@ -11166,7 +11782,7 @@ Date: Mon Nov 7 12:44:44 2011 +0800 quite unstable on Windows at this time clutter/clutter.symbols | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 73fa9eec5f1ca248f16d15fd19e5e548655321d9 Author: Chun-wei Fan @@ -11180,7 +11796,7 @@ Date: Mon Nov 7 12:12:53 2011 +0800 clutter/clutter-version.h.win32.in | 2 ++ clutter/clutter.symbols | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit bb9e452a36d7a4fe3ed2090c050d096c26aae988 Merge: 61c3b93 e0bfdbf @@ -11198,7 +11814,7 @@ Date: Fri Nov 4 12:03:13 2011 +0000 We need to include clutter-stage-window.h. clutter/osx/clutter-stage-osx.h | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 61c3b9395ff167f2f1716e7c8fd59082c6e5ba49 Author: Chun-wei Fan @@ -11211,7 +11827,7 @@ Date: Fri Nov 4 12:01:51 2011 +0800 build/win32/vs10/cally-atkevents-example.vcxproj | 4 ++++ build/win32/vs9/cally-atkevents-example.vcproj | 4 ++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 6f8f8295c053bb8b61e83422d7e105b12ed0401c Author: Colin Walters @@ -11220,7 +11836,7 @@ Date: Thu Nov 3 14:42:07 2011 -0400 build: Ensure libdir exists before installing to it clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 683642ba545acaf78b13de3d5ffe07705dec348a Author: Emmanuele Bassi @@ -11256,7 +11872,7 @@ Date: Thu Nov 3 15:35:03 2011 +0000 tests/interactive/test-script.c | 2 -- tests/interactive/test-texture-quality.c | 2 -- tests/interactive/test-threads.c | 2 -- - 14 files changed, 0 insertions(+), 23 deletions(-) + 14 files changed, 23 deletions(-) commit 7ab84f981c39952926ea408a817a1d8a88c615ea Author: Emmanuele Bassi @@ -11293,7 +11909,7 @@ Date: Thu Nov 3 15:16:02 2011 +0000 docs: Fix a wrongly named argument clutter/clutter-group.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 98b467f9b86555bb30e1d3855dce81f06bb42d89 Author: Emmanuele Bassi @@ -11322,7 +11938,7 @@ Date: Thu Nov 3 15:03:16 2011 +0000 build: Fix compilation clutter/deprecated/clutter-main.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 11420a705734ab3626754c550c942b0d66fd4200 Author: Emmanuele Bassi @@ -11333,8 +11949,8 @@ Date: Thu Nov 3 15:02:35 2011 +0000 clutter/Makefile.am | 1 + clutter/clutter-deprecated.h | 1 + clutter/clutter-group.c | 15 ++++++---- - clutter/clutter-group.h | 57 +++++++++-------------------------- - clutter/deprecated/clutter-group.h | 23 ++++++++++++++ + clutter/clutter-group.h | 57 ++++++++++-------------------------- + clutter/deprecated/clutter-group.h | 23 +++++++++++++++ 5 files changed, 49 insertions(+), 48 deletions(-) commit 530b07f12beb392426427a3f2910656da2438f99 @@ -11346,10 +11962,10 @@ Date: Thu Nov 3 14:49:56 2011 +0000 They are already in the deprecated/ directory, the suffix is redundant, and there is no chance of collision. - clutter/Makefile.am | 6 +- - clutter/clutter-deprecated.h | 6 +- - clutter/deprecated/clutter-actor-deprecated.h | 17 ------- - clutter/deprecated/clutter-actor.h | 17 +++++++ + clutter/Makefile.am | 6 +-- + clutter/clutter-deprecated.h | 6 +-- + clutter/deprecated/clutter-actor-deprecated.h | 17 -------- + clutter/deprecated/clutter-actor.h | 17 ++++++++ clutter/deprecated/clutter-backend-deprecated.h | 36 ---------------- clutter/deprecated/clutter-backend.h | 36 ++++++++++++++++ clutter/deprecated/clutter-main-deprecated.h | 52 ----------------------- @@ -11382,7 +11998,7 @@ Date: Thu Nov 3 14:02:43 2011 +0000 correct error domain and code. clutter/x11/clutter-backend-x11.c | 37 ++++++++++++++++++++++++++++--------- - 1 files changed, 28 insertions(+), 9 deletions(-) + 1 file changed, 28 insertions(+), 9 deletions(-) commit 7a2001436b759018a0e7178baa0e32bcd994a561 Author: Emmanuele Bassi @@ -11391,7 +12007,7 @@ Date: Wed Nov 2 17:31:29 2011 +0000 build: Clean up the per-backend summary configure.ac | 30 ++++++++++++++++++++++-------- - 1 files changed, 22 insertions(+), 8 deletions(-) + 1 file changed, 22 insertions(+), 8 deletions(-) commit dc672b5c89c2b4300b16f117aff26a1fe1f7bbfa Author: Emmanuele Bassi @@ -11404,7 +12020,7 @@ Date: Wed Nov 2 17:30:30 2011 +0000 scratch even if it didn't terminate successfully. configure.ac | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 9110fa1ee7821523b7e3b47743846b1e20dbc33c Author: Emmanuele Bassi @@ -11419,7 +12035,7 @@ Date: Wed Nov 2 13:17:27 2011 +0000 windowing system. configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit c4e6f74f2944e20dbf04794f167a3da1b817235a Author: Emmanuele Bassi @@ -11431,8 +12047,8 @@ Date: Mon Oct 17 16:07:05 2011 +0100 we need to ensure that it is actually running against it, otherwise bad things will happen. - tests/interactive/test-pixmap.c | 48 ++++++++++++++++++-------------------- - 1 files changed, 23 insertions(+), 25 deletions(-) + tests/interactive/test-pixmap.c | 48 +++++++++++++++++++-------------------- + 1 file changed, 23 insertions(+), 25 deletions(-) commit 3b38cee66bfda2fae376b74c8e5cd500243d3be6 Author: Emmanuele Bassi @@ -11470,11 +12086,11 @@ Date: Mon Oct 17 16:03:19 2011 +0100 This scheme allows us to ensure that the input system namespace is free for us to use and select at run time in later versions of Clutter. - clutter/clutter-backend-private.h | 3 + - clutter/clutter-backend.h | 77 +--------------------------------- + clutter/clutter-backend-private.h | 3 ++ + clutter/clutter-backend.h | 77 ++-------------------------------- clutter/clutter-main.c | 83 ++++++++++++++++++++++++------------- clutter/clutter-version.h.in | 2 +- - configure.ac | 20 ++++---- + configure.ac | 20 ++++----- 5 files changed, 71 insertions(+), 114 deletions(-) commit 98c177def5c861e03a1386b02bb0b3acb7c09e65 @@ -11485,8 +12101,8 @@ Date: Mon Oct 17 13:25:15 2011 +0100 Move it to its own function. - clutter/clutter-main.c | 83 ++++++++++++++++++++++++++--------------------- - 1 files changed, 46 insertions(+), 37 deletions(-) + clutter/clutter-main.c | 83 +++++++++++++++++++++++++++--------------------- + 1 file changed, 46 insertions(+), 37 deletions(-) commit 3987db16595cb52c1b309ad8251066fa63c71651 Author: Emmanuele Bassi @@ -11499,7 +12115,7 @@ Date: Fri Oct 14 12:00:44 2011 +0100 links. clutter/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 50c72367a8b6946b0d047c4ea10e6e08d3a47442 Author: Emmanuele Bassi @@ -11508,7 +12124,7 @@ Date: Wed Oct 12 17:56:07 2011 +0100 docs: Update the README section on configure switches README.in | 51 +++++++++++++++++++++++---------------------------- - 1 files changed, 23 insertions(+), 28 deletions(-) + 1 file changed, 23 insertions(+), 28 deletions(-) commit b07756e0b3248134aad075f690eaf8560424d8c0 Author: Emmanuele Bassi @@ -11523,7 +12139,7 @@ Date: Wed Oct 12 08:48:56 2011 +0100 suffix, to avoid collisions and provide a more descriptive name. configure.ac | 77 ++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 45 insertions(+), 32 deletions(-) + 1 file changed, 45 insertions(+), 32 deletions(-) commit 4b0d7f2929c39528227bae6e2d39ab7f3edf1ac9 Author: Emmanuele Bassi @@ -11535,7 +12151,7 @@ Date: Mon Oct 3 17:11:49 2011 +0100 the shared libraries. clutter/Makefile.am | 26 ++++++++++++++++++++------ - 1 files changed, 20 insertions(+), 6 deletions(-) + 1 file changed, 20 insertions(+), 6 deletions(-) commit 8eb71af23d55bbc07dadd552369e10d405f7c670 Author: Emmanuele Bassi @@ -11586,13 +12202,13 @@ Date: Mon Oct 3 10:23:46 2011 +0100 Including the clutter-cex100.h.in header. .gitignore | 2 +- - clutter/Makefile.am | 6 +- + clutter/Makefile.am | 6 +-- clutter/cogl/clutter-cex100.h.in | 91 ---------------------------------- - clutter/cogl/clutter-egl-headers.h | 30 ----------- + clutter/cogl/clutter-egl-headers.h | 30 ------------ clutter/cogl/clutter-egl.h | 94 ------------------------------------ clutter/egl/clutter-cex100.h | 91 ---------------------------------- clutter/egl/clutter-cex100.h.in | 91 ++++++++++++++++++++++++++++++++++ - clutter/egl/clutter-egl-headers.h | 30 +++++++++++ + clutter/egl/clutter-egl-headers.h | 30 ++++++++++++ clutter/egl/clutter-egl.h | 94 ++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 10 files changed, 220 insertions(+), 311 deletions(-) @@ -11617,7 +12233,7 @@ Date: Fri Sep 30 17:29:40 2011 +0100 Coding style and cosmetic fixes clutter/gdk/clutter-event-gdk.c | 297 +++++++++++++++++++++------------------ - 1 files changed, 162 insertions(+), 135 deletions(-) + 1 file changed, 162 insertions(+), 135 deletions(-) commit 0c919adf508351aa95d201d36277ff677f4348b1 Author: Emmanuele Bassi @@ -11626,7 +12242,7 @@ Date: Fri Sep 30 14:50:31 2011 +0100 Minimal cosmetic fix to the configure output configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fedfac3b7cb3899619dfe6c197cf22a5b1b8c0aa Author: Emmanuele Bassi @@ -11655,8 +12271,8 @@ Date: Thu Sep 29 18:16:48 2011 +0100 create the Cogl onscreen buffer and connect it to the GdkWindow's native resource. - clutter/gdk/clutter-stage-gdk.c | 141 ++++++++++++++++++++------------------ - 1 files changed, 74 insertions(+), 67 deletions(-) + clutter/gdk/clutter-stage-gdk.c | 141 ++++++++++++++++++++------------------- + 1 file changed, 74 insertions(+), 67 deletions(-) commit f14cbf5bdb4f763925f53451dd94d56f756c93ea Author: Emmanuele Bassi @@ -11670,7 +12286,7 @@ Date: Thu Sep 29 18:10:48 2011 +0100 clutter/gdk/clutter-backend-gdk.c | 18 +++++++++++++++++- clutter/gdk/clutter-gdk.h | 2 ++ - 2 files changed, 19 insertions(+), 1 deletions(-) + 2 files changed, 19 insertions(+), 1 deletion(-) commit a73f1e67685b30702757b03b39ad585acfc90f89 Author: Emmanuele Bassi @@ -11679,7 +12295,7 @@ Date: Tue Sep 27 13:24:52 2011 +0100 Cosmetic fixes clutter/x11/clutter-backend-x11.c | 143 +++++++++++++++++++------------------ - 1 files changed, 72 insertions(+), 71 deletions(-) + 1 file changed, 72 insertions(+), 71 deletions(-) commit 21a24c862ef652552ada4d9d4a0eb95edd5790bb Author: Emmanuele Bassi @@ -11717,8 +12333,8 @@ Date: Mon Sep 26 13:14:26 2011 +0100 variable. clutter/clutter-backend.h | 67 ++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-main.c | 70 ++++++++++++++++++++++++++++++++++++++--- - clutter/clutter-version.h.in | 2 + + clutter/clutter-main.c | 70 ++++++++++++++++++++++++++++++++++++++---- + clutter/clutter-version.h.in | 2 ++ 3 files changed, 133 insertions(+), 6 deletions(-) commit a09bbffd922123d0b4ae9405be4651119e5fa7a1 @@ -11739,7 +12355,7 @@ Date: Wed Sep 21 18:05:03 2011 +0100 clutter/Makefile.am | 139 ++++++--- clutter/clutter-backend-private.h | 3 - - clutter/clutter-main.c | 63 ++++- + clutter/clutter-main.c | 63 +++- clutter/clutter-version.h.in | 14 + clutter/clutter.pc.in | 11 +- clutter/cogl/clutter-stage-cogl.c | 19 +- @@ -11751,7 +12367,7 @@ Date: Wed Sep 21 18:05:03 2011 +0100 clutter/wayland/clutter-backend-wayland.c | 6 - clutter/win32/clutter-backend-win32.c | 6 - clutter/win32/clutter-stage-win32.c | 10 +- - clutter/x11/clutter-backend-x11.c | 78 ++++-- + clutter/x11/clutter-backend-x11.c | 78 +++-- clutter/x11/clutter-x11-texture-pixmap.c | 25 +- configure.ac | 482 ++++++++++++++--------------- doc/cookbook/examples/Makefile.am | 2 +- @@ -11787,7 +12403,7 @@ Date: Sat Aug 27 00:16:12 2011 +0200 clutter/cogl/clutter-glx-texture-pixmap.c | 158 ------------- clutter/cogl/clutter-glx-texture-pixmap.h | 92 -------- clutter/cogl/clutter-glx.h | 36 --- - clutter/cogl/clutter-stage-cogl.c | 167 +++++---------- + clutter/cogl/clutter-stage-cogl.c | 167 +++++--------- clutter/cogl/clutter-stage-cogl.h | 20 -- clutter/egl/clutter-backend-eglnative.c | 262 ++++++++++++++++++++++ clutter/egl/clutter-backend-eglnative.h | 80 +++++++ @@ -11795,7 +12411,7 @@ Date: Sat Aug 27 00:16:12 2011 +0200 clutter/egl/clutter-event-tslib.c | 293 ++++++++++++++++++++++++ clutter/gdk/clutter-backend-gdk.c | 180 +++++++++++---- clutter/gdk/clutter-backend-gdk.h | 5 +- - clutter/gdk/clutter-stage-gdk.c | 161 +++++++------- + clutter/gdk/clutter-stage-gdk.c | 161 +++++++------ clutter/gdk/clutter-stage-gdk.h | 9 +- clutter/x11/clutter-backend-x11.c | 230 ++++++++++++++----- clutter/x11/clutter-backend-x11.h | 12 +- @@ -11828,7 +12444,7 @@ Date: Fri Aug 26 03:09:18 2011 +0200 clutter/Makefile.am | 28 ++ clutter/cogl/clutter-backend-cogl.c | 86 +++- clutter/cogl/clutter-backend-cogl.h | 18 +- - clutter/cogl/clutter-stage-cogl.c | 70 +++- + clutter/cogl/clutter-stage-cogl.c | 70 ++- clutter/cogl/clutter-stage-cogl.h | 17 +- clutter/gdk/clutter-backend-gdk-private.h | 32 ++ clutter/gdk/clutter-backend-gdk.c | 368 ++++++++++++++++ @@ -11861,7 +12477,7 @@ Date: Tue Nov 1 13:42:40 2011 +0000 Reviewed-by: Emmanuele Bassi clutter/cogl/clutter-backend-cogl.c | 26 +++++++++++++++++++++++--- - 1 files changed, 23 insertions(+), 3 deletions(-) + 1 file changed, 23 insertions(+), 3 deletions(-) commit b751b90bc014666ddf0e0f1d220c949403f72185 Author: Emmanuele Bassi @@ -11873,7 +12489,7 @@ Date: Wed Nov 2 13:03:26 2011 +0000 need to bump up the dependency. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4ce95306a357b85537de709033848f61bafca04a Author: Emmanuele Bassi @@ -11884,7 +12500,7 @@ Date: Wed Nov 2 12:53:55 2011 +0000 That header has long since disappeared from the build. clutter/cogl/clutter-event-tslib.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 0b4b19700f371e0f49ca727e66017f8862a5c4eb Author: Emmanuele Bassi @@ -11895,7 +12511,7 @@ Date: Wed Nov 2 12:53:26 2011 +0000 We use deprecation warnings now. clutter/clutter-util.h | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 377a292b4e1255a421b9f7687ef2db2e4c7b68d1 Author: Emmanuele Bassi @@ -11906,7 +12522,7 @@ Date: Wed Nov 2 12:53:03 2011 +0000 We use deprecation warnings now. clutter/clutter-texture.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 4a4289cfa53968c1886d1a691f9e82bb54ba5005 Author: Emmanuele Bassi @@ -11917,7 +12533,7 @@ Date: Wed Nov 2 12:52:42 2011 +0000 We use deprecation warnings now. clutter/clutter-stage-manager.h | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 1ba9a123ede0fdf4d670a860305c75e0858fb693 Author: Emmanuele Bassi @@ -11928,7 +12544,7 @@ Date: Wed Nov 2 12:52:18 2011 +0000 We use deprecation warnings now. clutter/clutter-cairo-texture.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f4d8ba7db4bcdcf615feb9423435ebc4b60a1973 Author: Emmanuele Bassi @@ -11939,7 +12555,7 @@ Date: Wed Nov 2 12:51:58 2011 +0000 We use deprecation warnings, now. clutter/clutter-animatable.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f4e971a7e583d9474cec57dd47d9e267a6fd24f1 Author: Emmanuele Bassi @@ -11951,8 +12567,8 @@ Date: Wed Nov 2 12:48:31 2011 +0000 implementing create() as a wrapper around create_region(), by using a simple internal function. - clutter/clutter-cairo-texture.c | 88 +++++++++++++++++++++----------------- - 1 files changed, 49 insertions(+), 39 deletions(-) + clutter/clutter-cairo-texture.c | 88 ++++++++++++++++++++++----------------- + 1 file changed, 49 insertions(+), 39 deletions(-) commit b19c919645dfb90461698d38d128f47543336dad Author: Emmanuele Bassi @@ -11966,7 +12582,7 @@ Date: Wed Nov 2 12:47:46 2011 +0000 clutter/Makefile.am | 1 + clutter/clutter-actor.h | 34 ------------------------- clutter/clutter-deprecated.h | 1 + - clutter/deprecated/clutter-actor-deprecated.h | 17 ++++++++++++ + clutter/deprecated/clutter-actor-deprecated.h | 17 +++++++++++++ clutter/deprecated/clutter-shader.h | 24 +++++++++++++++++ 5 files changed, 43 insertions(+), 34 deletions(-) @@ -11978,7 +12594,7 @@ Date: Wed Nov 2 12:41:42 2011 +0000 clutter/Makefile.am | 1 + clutter/clutter-backend.h | 27 ----------------- - clutter/clutter-deprecated.h | 2 + + clutter/clutter-deprecated.h | 2 ++ clutter/deprecated/clutter-backend-deprecated.h | 36 +++++++++++++++++++++++ 4 files changed, 39 insertions(+), 27 deletions(-) @@ -12015,7 +12631,7 @@ Date: Tue Nov 1 15:47:43 2011 +0000 clutter/cogl/clutter-backend-cogl.c | 2 ++ clutter/x11/clutter-backend-x11.c | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 0bfda786153947e0acc232b7b83b97db399f4591 Author: Emmanuele Bassi @@ -12030,7 +12646,7 @@ Date: Mon Oct 31 10:39:46 2011 +0000 warnings inside clutter-profile.c. clutter/clutter-profile.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 09de87b0e540bfb6c0fc12e34625388bcc12fdc9 Author: Emmanuele Bassi @@ -12047,7 +12663,7 @@ Date: Mon Oct 24 12:07:30 2011 +0100 clutter/cogl/clutter-backend-cogl.c | 9 --------- clutter/wayland/clutter-backend-wayland.c | 9 --------- - 2 files changed, 0 insertions(+), 18 deletions(-) + 2 files changed, 18 deletions(-) commit d97a8c431b0a937e42490bc7f29a9282514686a4 Author: Emmanuele Bassi @@ -12060,7 +12676,7 @@ Date: Mon Oct 24 11:58:23 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=661887 clutter/clutter-cairo-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 41d04f3611d4e94f839def532e358ed9a70978f6 Author: Alexander Shopov @@ -12069,7 +12685,7 @@ Date: Sun Oct 30 17:04:55 2011 +0200 Updated Bulgarian translation po/bg.po | 2227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2227 insertions(+), 0 deletions(-) + 1 file changed, 2227 insertions(+) commit 0406e235bf2f1d26b0f0cca19905a1ecc7e3828b Merge: 7c6038d 81a8286 @@ -12090,7 +12706,7 @@ Date: Tue Oct 25 11:30:46 2011 +0100 confusion. clutter/clutter-actor.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit 8c196c94035e0a311512cf7aa448b1df2d75afff Author: Chun-wei Fan @@ -12110,7 +12726,7 @@ Date: Tue Oct 25 00:13:53 2011 +0800 http://mail.gnome.org/archives/gtk-list/2011-June/msg00005.html clutter/clutter-main.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 7c6038d77b0d0b3323867f8a881d72ca37bb8b7c Author: Chun-wei Fan @@ -12130,7 +12746,7 @@ Date: Tue Oct 25 00:13:53 2011 +0800 http://mail.gnome.org/archives/gtk-list/2011-June/msg00005.html clutter/clutter-main.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0f9eded1c33c5c41157989f092bb6a47b535ea97 Author: Chun-wei Fan @@ -12141,7 +12757,7 @@ Date: Tue Oct 25 00:01:24 2011 +0800 This reverts commit f6acae9f3d92a324c80ec07a94515e13692a2843. clutter/clutter-main.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f6acae9f3d92a324c80ec07a94515e13692a2843 Author: Chun-wei Fan @@ -12159,7 +12775,7 @@ Date: Mon Oct 24 17:17:39 2011 +0800 assumtopns-http://lists-archives.org/gtk/12724-compiling-a-gtk-application-on-windows.html clutter/clutter-main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 1c648dc7dad72b7943bc62fd00743bd6f5218cbb Author: Jorge González @@ -12168,7 +12784,7 @@ Date: Sat Oct 22 17:53:30 2011 +0200 Updated Spanish translation po/es.po | 526 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 264 insertions(+), 262 deletions(-) + 1 file changed, 264 insertions(+), 262 deletions(-) commit 8af0054f24aba9636bfee871df1228968dd533b3 Author: Yaron Shahrabani @@ -12177,7 +12793,7 @@ Date: Sat Oct 22 15:50:50 2011 +0200 Updated Hebrew translation (Initialized PO file). po/he.po | 2213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2213 insertions(+), 0 deletions(-) + 1 file changed, 2213 insertions(+) commit 5540e6bd9c50b7b14d5757f1af0ae024b136667a Author: Emmanuele Bassi @@ -12192,7 +12808,7 @@ Date: Fri Oct 21 21:19:27 2011 +0100 properly. clutter/clutter-main.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 5f84c197b4e370ce80aef6ddda5c67d9031f4f6d Author: Matej Urbančič @@ -12201,7 +12817,7 @@ Date: Fri Oct 21 21:20:00 2011 +0200 Updated Slovenian translation po/sl.po | 716 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 367 insertions(+), 349 deletions(-) + 1 file changed, 367 insertions(+), 349 deletions(-) commit 0bc1ac2312c54e2a7fa38847500e5243b302a33d Author: Chun-wei Fan @@ -12227,11 +12843,11 @@ Date: Fri Oct 21 17:44:27 2011 +0800 This is another part to attempt to investigate on error 0xC0000264 on Windows - clutter/clutter-main.c | 31 ++++++---------------------- - clutter/clutter-main.h | 4 +++ - tests/interactive/test-texture-async.c | 4 +- - tests/interactive/test-texture-material.c | 2 - - tests/interactive/test-threads.c | 2 - + clutter/clutter-main.c | 31 +++++++---------------------- + clutter/clutter-main.h | 4 ++++ + tests/interactive/test-texture-async.c | 4 ++-- + tests/interactive/test-texture-material.c | 2 -- + tests/interactive/test-threads.c | 2 -- 5 files changed, 13 insertions(+), 30 deletions(-) commit e0ad11a1935ec68464c41036e6902081627452f3 @@ -12246,7 +12862,7 @@ Date: Fri Oct 21 17:43:21 2011 +0800 on Windows clutter/clutter-main.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 098a83af9ed8adef2b4aa048a756b8c9ce0b8ed3 Author: Chun-wei Fan @@ -12284,8 +12900,8 @@ Date: Thu Oct 20 16:35:38 2011 +0800 build/win32/vs9/test-conformance.vcprojin | 165 ------------------- build/win32/vs9/test-interactive-clutter.vcprojin | 169 +++++++++++++++++++ build/win32/vs9/test-interactive.vcprojin | 169 ------------------- - tests/conform/Makefile.am | 20 ++-- - tests/interactive/Makefile.am | 20 ++-- + tests/conform/Makefile.am | 20 +-- + tests/interactive/Makefile.am | 20 +-- 19 files changed, 736 insertions(+), 736 deletions(-) commit 3d74552684a6eb49bc67845bfb3839896395e66a @@ -12298,7 +12914,7 @@ Date: Thu Oct 20 15:42:55 2011 +0800 defined 2 times during the revert-fix that. clutter/clutter-main.c | 12 ------------ - 1 files changed, 0 insertions(+), 12 deletions(-) + 1 file changed, 12 deletions(-) commit d6af2e54c805e88d2d6c65fca63d179ff208891b Merge: 5419c11 53a1d03 @@ -12320,11 +12936,11 @@ Date: Thu Oct 20 15:17:25 2011 +0800 clutter/clutter-main.c clutter/clutter-main.h - clutter/clutter-main.c | 31 ++++++++++++++++++++++------ - clutter/clutter-main.h | 4 --- - tests/interactive/test-texture-async.c | 4 +- - tests/interactive/test-texture-material.c | 2 + - tests/interactive/test-threads.c | 2 + + clutter/clutter-main.c | 31 ++++++++++++++++++++++------- + clutter/clutter-main.h | 4 ---- + tests/interactive/test-texture-async.c | 4 ++-- + tests/interactive/test-texture-material.c | 2 ++ + tests/interactive/test-threads.c | 2 ++ 5 files changed, 30 insertions(+), 13 deletions(-) commit 53a1d03179e471486a2a1d4c68fb1afbcd0a68e0 @@ -12334,7 +12950,7 @@ Date: Wed Oct 19 23:18:16 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 1200 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 616 insertions(+), 584 deletions(-) + 1 file changed, 616 insertions(+), 584 deletions(-) commit f1d86071c3310b430b85ee4bab4a8bc8a9460da3 Author: Emmanuele Bassi @@ -12345,7 +12961,7 @@ Date: Wed Oct 19 15:32:41 2011 +0100 The selector for GLES 1.1 or 2.0 is all in Cogl, now. configure.ac | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit 14b3ec84852899ff9c351113a293d92e889016d9 Author: Robert Bragg @@ -12361,7 +12977,7 @@ Date: Thu Aug 4 16:09:00 2011 +0100 Reviewed-by: Emmanuele Bassi configure.ac | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 63cc5ab698e8d1a31015a73a2d0e69c8cb59b2ed Author: Robert Bragg @@ -12376,7 +12992,7 @@ Date: Tue Oct 18 10:06:06 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-blur-effect.c | 12 ------------ - 1 files changed, 0 insertions(+), 12 deletions(-) + 1 file changed, 12 deletions(-) commit 2ba1a198709b0030c465ecfb726483254d54509f Author: Robert Bragg @@ -12392,7 +13008,7 @@ Date: Thu Aug 4 16:04:52 2011 +0100 Reviewed-by: Emmanuele Bassi configure.ac | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit a18a8a3ae21a18555cd56654b70c2ab83fac0d35 Author: Emmanuele Bassi @@ -12440,7 +13056,7 @@ Date: Mon Oct 17 11:48:47 2011 +0100 ClutterScript UI definition. clutter/clutter-layout-manager.c | 103 +++++++++++++++++++++++++++----------- - 1 files changed, 74 insertions(+), 29 deletions(-) + 1 file changed, 74 insertions(+), 29 deletions(-) commit 8b5d255a2b75b4a9da3166419489f2eb71c309fa Author: Chun-wei Fan @@ -12451,7 +13067,7 @@ Date: Mon Oct 17 18:37:32 2011 +0800 _clutter_shader_release_all is removed... clutter/clutter.symbols | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 3cc62523e6121a8e8316a578246da4db737f4a41 Author: Emmanuele Bassi @@ -12460,7 +13076,7 @@ Date: Mon Oct 17 10:25:20 2011 +0100 docs: Clean up the 'running Clutter apps' chapter doc/reference/clutter/running-clutter.xml | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit be4007ef53acce84dbb7b90be7f06eab1b845bc6 Author: Emmanuele Bassi @@ -12479,17 +13095,17 @@ Date: Mon Oct 17 10:24:25 2011 +0100 debug: Clean up debugging notes - clutter/clutter-backend.c | 6 ++-- + clutter/clutter-backend.c | 6 +++--- clutter/clutter-bezier.c | 2 +- - clutter/clutter-debug.h | 27 ++++++++++------------- - clutter/clutter-main.c | 4 --- + clutter/clutter-debug.h | 27 +++++++++++------------- + clutter/clutter-main.c | 4 ---- clutter/deprecated/clutter-behaviour-depth.c | 2 +- clutter/deprecated/clutter-behaviour-ellipse.c | 2 +- clutter/deprecated/clutter-behaviour-opacity.c | 2 +- clutter/deprecated/clutter-behaviour-path.c | 2 +- - clutter/deprecated/clutter-behaviour.c | 12 +++++----- + clutter/deprecated/clutter-behaviour.c | 12 +++++------ clutter/wayland/clutter-backend-wayland.c | 2 +- - clutter/win32/clutter-event-win32.c | 4 +- + clutter/win32/clutter-event-win32.c | 4 ++-- 11 files changed, 29 insertions(+), 36 deletions(-) commit 3a95d81471ccce2717bf03f9cf2851d7737b4dc6 @@ -12549,7 +13165,7 @@ Date: Sat Oct 15 15:24:41 2011 +0200 Updaged Galician translations po/gl.po | 1132 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 584 insertions(+), 548 deletions(-) + 1 file changed, 584 insertions(+), 548 deletions(-) commit 7f3363e1db2ecf11861e386b89b352b512f77983 Author: Emmanuele Bassi @@ -12569,9 +13185,9 @@ Date: Fri Oct 14 11:34:38 2011 +0100 clutter/deprecated/clutter-behaviour-opacity.c | 2 + clutter/deprecated/clutter-behaviour-opacity.h | 7 +- clutter/deprecated/clutter-behaviour-path.c | 2 + - clutter/deprecated/clutter-behaviour-path.h | 10 +- + clutter/deprecated/clutter-behaviour-path.h | 10 +-- clutter/deprecated/clutter-behaviour-rotate.c | 2 + - clutter/deprecated/clutter-behaviour-rotate.h | 13 ++- + clutter/deprecated/clutter-behaviour-rotate.h | 13 +++- clutter/deprecated/clutter-behaviour-scale.c | 2 + clutter/deprecated/clutter-behaviour-scale.h | 8 +- clutter/deprecated/clutter-behaviour.c | 96 +++++++----------------- @@ -12583,10 +13199,10 @@ Date: Fri Oct 14 11:34:38 2011 +0100 clutter/deprecated/clutter-score.c | 2 + clutter/deprecated/clutter-score.h | 18 ++++- clutter/deprecated/clutter-shader.c | 2 + - clutter/deprecated/clutter-shader.h | 19 ++++- + clutter/deprecated/clutter-shader.h | 19 +++-- clutter/deprecated/clutter-timeout-interval.c | 2 + clutter/deprecated/clutter-timeout-pool.c | 2 + - clutter/deprecated/clutter-timeout-pool.h | 10 +- + clutter/deprecated/clutter-timeout-pool.h | 10 +-- 27 files changed, 209 insertions(+), 122 deletions(-) commit d93e6ef6b9b259f4561dc1517246d0da89e134e1 @@ -12596,7 +13212,7 @@ Date: Fri Oct 14 11:34:26 2011 +0100 Bump up the dependency on gtk-doc configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a05eb9177dc85efba81b0f370c0d4a8a212fa96c Author: Emmanuele Bassi @@ -12607,7 +13223,7 @@ Date: Wed Oct 12 18:04:23 2011 +0100 We have compiler warnings, now. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 96cb1d7128ef5d92ac89ecde84cbdedda94ba261 Author: Emmanuele Bassi @@ -12652,7 +13268,7 @@ Date: Thu Oct 13 10:42:30 2011 +0100 on how to use threads with Clutter. clutter/clutter-main.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit c58baf42ca38ca1aa059640b2b5348ea816a5d9a Author: Emmanuele Bassi @@ -12663,8 +13279,8 @@ Date: Thu Oct 13 10:38:36 2011 +0100 Add some comments explaining why we use idle handlers to update the UI, and update to the newest API in GLib master. - tests/interactive/test-threads.c | 44 +++++++++++++++++++++++++++---------- - 1 files changed, 32 insertions(+), 12 deletions(-) + tests/interactive/test-threads.c | 44 +++++++++++++++++++++++++++----------- + 1 file changed, 32 insertions(+), 12 deletions(-) commit e389240b2300d213ae6f7c2a3d9e1cab7706f705 Author: Piotr Drąg @@ -12673,7 +13289,7 @@ Date: Wed Oct 12 20:33:16 2011 +0200 Updated POTFILES.in po/POTFILES.in | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit e0283993f4eed80518398dea952bde542615ba56 Author: Emmanuele Bassi @@ -12683,8 +13299,8 @@ Date: Wed Oct 12 16:17:39 2011 +0100 Use the proper API to implement deprecated functions. - clutter/clutter-actor.c | 38 ++++++++++++++++++++++-------------- - clutter/clutter-main.c | 48 ++++++++++++++++++++++++++++++++++++---------- + clutter/clutter-actor.c | 38 ++++++++++++++++++++++--------------- + clutter/clutter-main.c | 48 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 60 insertions(+), 26 deletions(-) commit 72da6f808e8a5c0339a3d8e6dd6c93ad01f7c90f @@ -12697,7 +13313,7 @@ Date: Wed Oct 12 12:36:41 2011 +0100 clutter_actor_get_shader(). clutter/clutter-texture.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 0ee89f1788efaef7d948aa03e0004780a310bd90 Author: Chun-wei Fan @@ -12709,7 +13325,7 @@ Date: Wed Oct 12 17:50:32 2011 +0800 errors/warnings (a.k.a implicit declaration of ...) clutter/win32/clutter-backend-win32.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 53d9e88135746350f3e329bbc9f5d478893f99c2 Author: Emmanuele Bassi @@ -12733,7 +13349,7 @@ Date: Wed Oct 12 10:36:17 2011 +0100 clutter/deprecated/clutter-shader.h | 3 --- clutter/osx/clutter-backend-osx.c | 2 -- clutter/win32/clutter-backend-win32.c | 3 --- - 4 files changed, 0 insertions(+), 22 deletions(-) + 4 files changed, 22 deletions(-) commit a2bd2afb9366be0ba5fa206fc600a3ba53921379 Author: Chun-wei Fan @@ -12745,7 +13361,7 @@ Date: Wed Oct 12 17:33:33 2011 +0800 that and add $(deprecated_c_priv) to the VS sources list. Sorry. clutter/Makefile.am | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 15cafc4c77ac471e10b81e7724073fecc1be3a10 Author: Chun-wei Fan @@ -12754,7 +13370,7 @@ Date: Wed Oct 12 17:30:08 2011 +0800 clutter/Makefile.am: Update formatting from last commit clutter/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 830d6887cd04de676f2af31024be78965978836f Author: Chun-wei Fan @@ -12766,7 +13382,7 @@ Date: Wed Oct 12 17:26:31 2011 +0800 deprecated_c sources list... clutter/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e0de326b2a415edb165e020d8313c98dff3235f3 Author: Chun-wei Fan @@ -12778,7 +13394,7 @@ Date: Wed Oct 12 17:25:37 2011 +0800 clutter_unicode_to_keyval clutter/clutter-keysyms-table.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cb98da4a9d0d89b4f4c6569c7e3e481902701efb Author: Chun-wei Fan @@ -12787,7 +13403,7 @@ Date: Wed Oct 12 17:24:36 2011 +0800 Update clutter.symbols clutter/clutter.symbols | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 762a4350d1c5f8e0b3ef14429f1228d6e7b105ed Author: Chun-wei Fan @@ -12836,7 +13452,7 @@ Date: Wed Oct 12 16:55:39 2011 +0800 There was a quote escape problem... fix that. DOH! build/win32/vs9/clutter.vsprops | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 97d51f201b61fdeacbf59c585f14e0128e37c6bc Author: Chun-wei Fan @@ -12848,7 +13464,7 @@ Date: Wed Oct 12 16:51:58 2011 +0800 in the po/POTFILE.in file. po/POTFILES.in | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit cbcd79d3946d6aab11e408aab55f6fd4253ae6bb Author: Chun-wei Fan @@ -12885,7 +13501,7 @@ Date: Wed Oct 12 16:17:27 2011 +0800 01080dc5 (clutter_[sg]et_font_flags()) clutter/clutter.symbols | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit bd991e625b09bc8c238432511fa4d957be7ded1e Merge: 9aabf1b 29a1698 @@ -12916,7 +13532,7 @@ Date: Wed Oct 12 00:20:43 2011 +0100 for GPrivate. tests/interactive/test-threads.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 193b345786f2ae3c2a518f3ca9dac719386992a4 Author: Emmanuele Bassi @@ -12940,7 +13556,7 @@ Date: Tue Oct 11 23:11:56 2011 +0100 Fix included header clutter/clutter-util.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ef0e52f0e184f42eaf66116b371eb2013f39328c Author: Emmanuele Bassi @@ -12953,7 +13569,7 @@ Date: Tue Oct 11 23:06:06 2011 +0100 deprecation warnings from the compiler as well. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit af7afc29a716a813197d024a973a2d6db80d6758 Author: Emmanuele Bassi @@ -12989,7 +13605,7 @@ Date: Tue Oct 11 23:02:17 2011 +0100 Caught on OS X but not on my Fedora machine. Weird. clutter/clutter-alpha.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 7bd5659962c34b54631074212f4746394a076564 Author: Emmanuele Bassi @@ -13048,8 +13664,8 @@ Date: Tue Oct 4 13:28:04 2011 +0100 clutter/clutter-drag-action.h | 18 - clutter/clutter-effect.h | 13 - clutter/clutter-enums.h | 1059 ++++++++++++++++++++++++++++++++++++ - clutter/clutter-event.h | 87 +--- - clutter/clutter-feature.h | 36 +-- + clutter/clutter-event.h | 87 +-- + clutter/clutter-feature.h | 36 +- clutter/clutter-flow-layout.h | 17 - clutter/clutter-input-device.h | 78 --- clutter/clutter-path.h | 33 -- @@ -13059,8 +13675,8 @@ Date: Tue Oct 4 13:28:04 2011 +0100 clutter/clutter-table-layout.h | 19 - clutter/clutter-texture.h | 40 -- clutter/clutter-timeline.h | 16 +- - clutter/clutter-types.h | 330 +----------- - clutter/clutter-units.h | 46 +-- + clutter/clutter-types.h | 330 +---------- + clutter/clutter-units.h | 46 +- clutter/clutter.h | 3 +- 26 files changed, 1078 insertions(+), 1048 deletions(-) @@ -13173,7 +13789,7 @@ Date: Tue Oct 4 11:16:38 2011 +0100 for this. doc/reference/clutter/clutter-docs.xml.in | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit e57f8c26f62c50f3b47aae88a2b6a50972a25edc Author: Emmanuele Bassi @@ -13255,7 +13871,7 @@ Date: Tue Oct 11 17:51:14 2011 +0100 is still being processed. tests/interactive/test-threads.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 2d2046f9620a9e6cd0a3a5eb1170073562879ba2 Author: Emmanuele Bassi @@ -13267,7 +13883,7 @@ Date: Tue Oct 11 17:08:20 2011 +0100 Clutter. doc/reference/clutter/running-clutter.xml | 97 +++++++++++++++++++++++++++++ - 1 files changed, 97 insertions(+), 0 deletions(-) + 1 file changed, 97 insertions(+) commit 53e201f86531195ee7391e54f50b39dce45bcca1 Author: Emmanuele Bassi @@ -13276,7 +13892,7 @@ Date: Tue Oct 11 16:05:24 2011 +0100 Show lib and sysconfdir in the configure summary configure.ac | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 372b39fd63880955d88fe205b7a23c202938e639 Author: Emmanuele Bassi @@ -13346,7 +13962,7 @@ Date: Mon Oct 10 17:00:28 2011 +0100 clutter/clutter-main.c | 3 +++ clutter/clutter-main.h | 3 +++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 522b8be306be2008d4990fcfc6aeee4759e7d00a Author: Emmanuele Bassi @@ -13358,7 +13974,7 @@ Date: Mon Oct 10 16:57:18 2011 +0100 clutter/clutter-main.c | 2 ++ clutter/clutter-main.h | 2 +- - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit b6dd306998e626cbc86051dc1237894d515aa3dd Author: Emmanuele Bassi @@ -13386,7 +14002,7 @@ Date: Mon Oct 10 16:45:20 2011 +0100 clutter/clutter-device-manager-private.h | 1 + clutter/clutter-input-device.h | 5 + - clutter/clutter-main.c | 268 ++++++++++++++++++++++------- + clutter/clutter-main.c | 268 ++++++++++++++++++++++-------- clutter/clutter-main.h | 10 +- 4 files changed, 215 insertions(+), 69 deletions(-) @@ -13399,7 +14015,7 @@ Date: Tue Oct 11 17:24:58 2011 +0800 Due to an added API in commits 25b7b30c (clutter_unicode_to_keysym) clutter/clutter.symbols | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1cf712854007d5b376877de31c8a474b10a3bc8a Merge: a9771b5 58fec63 @@ -13428,7 +14044,7 @@ Date: Mon Oct 10 15:42:36 2011 +0100 Cosmetic fixes clutter/clutter-main.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 58fec63b9273d6daabfd66905f0481adedbe431e Author: Algimantas Margevičius @@ -13437,7 +14053,7 @@ Date: Sun Oct 9 00:57:38 2011 +0300 Updated Lithuanian translation po/lt.po | 1251 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 645 insertions(+), 606 deletions(-) + 1 file changed, 645 insertions(+), 606 deletions(-) commit b5109e852aed1ce96383d25892908c8ec4880561 Author: Emmanuele Bassi @@ -13448,8 +14064,8 @@ Date: Fri Oct 7 16:56:21 2011 +0100 Instead of using the ClutterAlpha's notify::alpha. This makes the code less dependent on GObject's property notification. - clutter/clutter-animation.c | 60 ++++++++++++++++++++++++------------------ - 1 files changed, 34 insertions(+), 26 deletions(-) + clutter/clutter-animation.c | 60 ++++++++++++++++++++++++------------------- + 1 file changed, 34 insertions(+), 26 deletions(-) commit 7e3a75c66bbca1e278b15c797cfc6acbcbd6c7c7 Author: Emmanuele Bassi @@ -13464,11 +14080,11 @@ Date: Fri Oct 7 15:53:50 2011 +0100 to be done when dealing with threads with Clutter, and the things that can possibly go wrong. - clutter/clutter-main.c | 55 ++++++++++++++++------------ + clutter/clutter-main.c | 55 ++++++++++++++++------------- clutter/clutter-main.h | 3 ++ - tests/interactive/test-texture-async.c | 4 +- - tests/interactive/test-texture-material.c | 2 - - tests/interactive/test-threads.c | 2 - + tests/interactive/test-texture-async.c | 4 +-- + tests/interactive/test-texture-material.c | 2 -- + tests/interactive/test-threads.c | 2 -- 5 files changed, 36 insertions(+), 30 deletions(-) commit 32b8217027a1bafa2b9ff1780253b2f849d708ea @@ -13482,7 +14098,7 @@ Date: Fri Oct 7 15:08:27 2011 +0100 GLib threading API. clutter/clutter-main.c | 20 +++++--------------- - 1 files changed, 5 insertions(+), 15 deletions(-) + 1 file changed, 5 insertions(+), 15 deletions(-) commit 3690ddc4a0a328ca8efd89980c619762548c92aa Author: Emmanuele Bassi @@ -13493,7 +14109,7 @@ Date: Fri Oct 7 15:07:26 2011 +0100 It's not necessary any more, and it has been deprecated. tests/interactive/test-texture-async.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 389d24727839b1a3ba0696c63277d0e867dfb73f Author: Emmanuele Bassi @@ -13507,7 +14123,7 @@ Date: Fri Oct 7 15:06:37 2011 +0100 enabled in GLib ≥ 2.31. clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6d974f278e937cce0872567bce672ed515662678 Author: Marc-André Lureau @@ -13518,7 +14134,7 @@ Date: Wed Oct 5 22:03:25 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=661022 clutter/clutter-state.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 25b7b30ccce6b99cba6a7a8e1cad1a4bcb3676d3 Author: Zan Dobersek @@ -13534,7 +14150,7 @@ Date: Fri Oct 7 12:05:39 2011 +0100 clutter/clutter-event.h | 1 + clutter/clutter-keysyms-table.c | 804 +++++++++++++++++++++++++++++++++++++++ - 2 files changed, 805 insertions(+), 0 deletions(-) + 2 files changed, 805 insertions(+) commit 5dbc00e625c515a6732eaec06ddd6185ad8b5916 Author: Sunjin Yang @@ -13545,7 +14161,7 @@ Date: Fri Oct 7 15:21:34 2011 +0900 https://bugzilla.gnome.org/show_bug.cgi?id=660985 clutter/clutter-box-layout.c | 26 ++++++++++++-------------- - 1 files changed, 12 insertions(+), 14 deletions(-) + 1 file changed, 12 insertions(+), 14 deletions(-) commit c607382de6a278fe2b2d5d5d4d3def0cb2771015 Author: Daniel Mustieles @@ -13554,7 +14170,7 @@ Date: Fri Oct 7 10:13:08 2011 +0200 Updated Spanish translation po/es.po | 1144 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 588 insertions(+), 556 deletions(-) + 1 file changed, 588 insertions(+), 556 deletions(-) commit a9771b596fba7f02fec52dc94d98f40cda4ca9ae Author: Chun-wei Fan @@ -13573,7 +14189,7 @@ Date: Thu Oct 6 13:00:26 2011 +0800 build/win32/vs10/test-interactive.vcxprojin | 4 ++++ build/win32/vs9/test-interactive.vcprojin | 4 ++++ tests/interactive/Makefile.am | 3 +++ - 4 files changed, 12 insertions(+), 1 deletions(-) + 4 files changed, 12 insertions(+), 1 deletion(-) commit d86a6d8df4d1f74405285649615f38923c828e99 Author: Chun-wei Fan @@ -13585,7 +14201,7 @@ Date: Thu Oct 6 12:53:41 2011 +0800 clutter_actor_has_contraints and clutter_actor_has_effects APIs clutter/clutter.symbols | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit b55656b6984a6a5f2dd9d12d6adac09efc9b8595 Merge: f0dfd8a 938fcc6 @@ -13605,7 +14221,7 @@ Date: Tue Oct 4 10:32:27 2011 +0100 clutter/clutter-fixed.c | 8 +++++++- clutter/clutter-fixed.h | 8 ++++++++ - 2 files changed, 15 insertions(+), 1 deletions(-) + 2 files changed, 15 insertions(+), 1 deletion(-) commit 839b939d36ab5b2c5aec71b325c1ca7b5363b8f1 Author: Håkon Løvdal @@ -13614,7 +14230,7 @@ Date: Mon Oct 3 15:56:26 2011 +0100 spelling fix: timeour -> timeout clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d76f295df30c3583f43079216c941087cd5fb61 Author: Alexandre Franke @@ -13623,7 +14239,7 @@ Date: Mon Oct 3 15:57:21 2011 +0200 Update French translation po/fr.po | 184 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 97 insertions(+), 87 deletions(-) + 1 file changed, 97 insertions(+), 87 deletions(-) commit 99f2dbbf5ae33855c37df4372a7402fc048fe394 Author: Kristjan SCHMIDT @@ -13632,7 +14248,7 @@ Date: Sat Oct 1 17:24:51 2011 +0200 Updated Esperanto translation po/eo.po | 1551 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 790 insertions(+), 761 deletions(-) + 1 file changed, 790 insertions(+), 761 deletions(-) commit d331e92742d0af445b9a38fd06bc1bc90646bca4 Author: Adel Gadllah @@ -13646,7 +14262,7 @@ Date: Sat Oct 1 12:36:36 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=660623 clutter/clutter-actor-meta.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 6377d3646b4c034be57c2627dd3c2e432ab80aa0 Author: Emmanuele Bassi @@ -13660,7 +14276,7 @@ Date: Fri Sep 30 17:02:57 2011 +0100 Reviewed-by: Robert Bragg clutter/clutter-paint-volume.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 3372a0233e574b6d67e9f9d83010c1891c427ad8 Author: Neil Roberts @@ -13680,7 +14296,7 @@ Date: Thu Sep 29 20:14:26 2011 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-shader-effect.c | 267 ++++++++++++++++++++++++++++++++++++ - 3 files changed, 269 insertions(+), 0 deletions(-) + 3 files changed, 269 insertions(+) commit 8b995a9457bba3397c54f227b6ed0cef39cf9c73 Author: Neil Roberts @@ -13701,7 +14317,7 @@ Date: Thu Sep 29 20:05:39 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-shader-effect.c | 236 ++++++++++++++++++++++++--------------- - clutter/clutter-shader-effect.h | 10 ++- + clutter/clutter-shader-effect.h | 10 +- 2 files changed, 156 insertions(+), 90 deletions(-) commit e8ec7ebed013895e63c9579d8b7dbd6c63ccec80 @@ -13717,7 +14333,7 @@ Date: Thu Sep 29 18:34:12 2011 +0200 clutter/clutter-action.h | 2 ++ clutter/clutter-actor.c | 19 +++++++++++++++++++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit e81800607cdde8522fde33e0df14686e9b972541 Author: Adel Gadllah @@ -13732,7 +14348,7 @@ Date: Thu Sep 29 18:29:40 2011 +0200 clutter/clutter-actor.c | 19 +++++++++++++++++++ clutter/clutter-constraint.h | 2 ++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit bed2d9e7876064c70b87fe2f2cd4f5fa65b1082e Author: Adel Gadllah @@ -13749,7 +14365,7 @@ Date: Thu Sep 29 15:31:30 2011 +0200 clutter/clutter-actor-meta.c | 21 +++++++++++++++++++++ clutter/clutter-actor.c | 22 ++++++++++++++++++++++ clutter/clutter-effect.h | 2 ++ - 4 files changed, 47 insertions(+), 0 deletions(-) + 4 files changed, 47 insertions(+) commit e058cd4c5fcb0a37f24749221d5b854f82ef4703 Author: Emmanuele Bassi @@ -13761,7 +14377,7 @@ Date: Thu Sep 29 14:01:03 2011 +0100 the unit name is to be considered an argument to the actual unit. tests/interactive/test-main.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit f0dfd8ab07809ae54667e5dcea581f429d476d2f Merge: 9e822d9 7d51555 @@ -13779,8 +14395,8 @@ Date: Thu Sep 29 12:09:11 2011 +0530 Updated Telugu Translations - po/te.po | 83 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 42 insertions(+), 41 deletions(-) + po/te.po | 83 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 42 insertions(+), 41 deletions(-) commit b1fbbe23b43f56da9cbd515e92ef44a8f7b31aa2 Author: Emmanuele Bassi @@ -13805,7 +14421,7 @@ Date: Wed Sep 28 15:54:32 2011 +0100 doc/reference/clutter/clutter-docs.xml.in | 3 - doc/reference/clutter/clutter-sections.txt | 47 ---- doc/reference/clutter/clutter.types | 3 - - 10 files changed, 0 insertions(+), 1260 deletions(-) + 10 files changed, 1260 deletions(-) commit 4829ae1c79f1ae60d562621b81a7be800e0697bb Author: Joseph Scheuhammer @@ -13828,7 +14444,7 @@ Date: Tue Sep 27 13:01:36 2011 -0400 doc/reference/clutter/clutter-docs.xml.in | 3 + doc/reference/clutter/clutter-sections.txt | 47 ++++ doc/reference/clutter/clutter.types | 3 + - 10 files changed, 1260 insertions(+), 0 deletions(-) + 10 files changed, 1260 insertions(+) commit ac8e174eca31a28dae4a7aa5b3336b8cf27d6767 Author: Emmanuele Bassi @@ -13845,7 +14461,7 @@ Date: Wed Sep 28 13:32:57 2011 +0100 tests/interactive/test-text-field.c | 11 +++++++++++ tests/interactive/test-texture-async.c | 6 ++++++ tests/interactive/test-texture-slicing.c | 6 ++++++ - 9 files changed, 59 insertions(+), 0 deletions(-) + 9 files changed, 59 insertions(+) commit 5fc953cb5eec7960138037f248440778239aef11 Author: Emmanuele Bassi @@ -13883,7 +14499,7 @@ Date: Tue Sep 27 16:40:34 2011 +0100 let's try to use modern API. tests/interactive/test-texture-async.c | 63 +++++++++++++++----------------- - 1 files changed, 29 insertions(+), 34 deletions(-) + 1 file changed, 29 insertions(+), 34 deletions(-) commit 56c7d9b0b3211af53952e97b059f8cc0f87d1de8 Author: Emmanuele Bassi @@ -13901,7 +14517,7 @@ Date: Tue Sep 27 16:06:43 2011 +0100 smaller and more manageable. clutter/clutter-texture.c | 270 +++++++++++++++++++-------------------------- - 1 files changed, 115 insertions(+), 155 deletions(-) + 1 file changed, 115 insertions(+), 155 deletions(-) commit 11c585c420da633964beb93e80c0dc12d2901a61 Author: Emmanuele Bassi @@ -13912,7 +14528,7 @@ Date: Tue Sep 27 14:22:22 2011 +0100 It's now possible to statically initialize a GMutex. clutter/clutter-texture.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 1465aa04aa4a8da7ced0eeadb183083a8972a6bf Author: Emmanuele Bassi @@ -13924,7 +14540,7 @@ Date: Tue Sep 27 14:21:41 2011 +0100 former has been deprecated. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 39db46123ed6bbbc3e6ad359a64d4d344ca9e11b Author: Tomeu Vizoso @@ -13956,7 +14572,7 @@ Date: Tue Sep 27 01:55:26 2011 +0200 po/sr.po | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 4388 insertions(+), 0 deletions(-) + 2 files changed, 4388 insertions(+) commit 8a76949588f278301d3cd7dc5b1752005d624248 Author: Carles Ferrando @@ -13965,7 +14581,7 @@ Date: Mon Sep 26 14:41:42 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1138 +++++++++++++++++++++++++++-------------------------- - 1 files changed, 584 insertions(+), 554 deletions(-) + 1 file changed, 584 insertions(+), 554 deletions(-) commit 1776ac8ed50d2cdae34a53d6fa41a1761d6b907f Author: Emmanuele Bassi @@ -13983,16 +14599,16 @@ Date: Tue Aug 16 16:01:22 2011 +0100 clutter/clutter-private.h | 4 ++ clutter/clutter-stage-private.h | 6 ++- - clutter/clutter-stage-window.c | 16 +++--- - clutter/clutter-stage-window.h | 26 +++++----- + clutter/clutter-stage-window.c | 16 +++---- + clutter/clutter-stage-window.h | 26 +++++------ clutter/clutter-stage.c | 74 ++++++++++++++++++------------- - clutter/clutter-util.c | 30 ++++++++++++ + clutter/clutter-util.c | 30 +++++++++++++ clutter/cogl/clutter-stage-cogl.c | 29 +++++------- clutter/cogl/clutter-stage-cogl.h | 3 +- clutter/osx/clutter-stage-osx.c | 4 +- - clutter/wayland/clutter-stage-wayland.c | 64 ++++++++++---------------- - clutter/wayland/clutter-stage-wayland.h | 6 +- - clutter/win32/clutter-stage-win32.c | 12 +++--- + clutter/wayland/clutter-stage-wayland.c | 64 +++++++++++--------------- + clutter/wayland/clutter-stage-wayland.h | 6 +-- + clutter/win32/clutter-stage-win32.c | 12 ++--- clutter/x11/clutter-stage-x11.c | 4 +- 13 files changed, 154 insertions(+), 124 deletions(-) @@ -14013,7 +14629,7 @@ Date: Sat Sep 24 17:28:11 2011 +0200 Updated Danish translation po/da.po | 1749 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 920 insertions(+), 829 deletions(-) + 1 file changed, 920 insertions(+), 829 deletions(-) commit afc09b817d043a62bec84ec1f923518f02cc8d22 Author: Mario Blättermann @@ -14022,7 +14638,7 @@ Date: Sat Sep 24 10:44:08 2011 +0200 [l10n] Updated German translation po/de.po | 1172 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 591 insertions(+), 581 deletions(-) + 1 file changed, 591 insertions(+), 581 deletions(-) commit d3bafc4b09a50e9ee35c5439c604e56428670513 Author: Colin Walters @@ -14035,7 +14651,7 @@ Date: Thu Sep 22 21:22:53 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=659893 clutter/clutter-main.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit a23e59bd66c70349a456fa8f82b7ed61128450cf Author: Alexandre Franke @@ -14046,7 +14662,7 @@ Date: Fri Sep 23 11:23:26 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=659928 clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 220e5c967792b0dc3a0afb3501ad7f2c3e01e287 Author: Bruno Brouard @@ -14055,7 +14671,7 @@ Date: Fri Sep 23 18:26:19 2011 +0200 Updated French translation po/fr.po | 1849 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 934 insertions(+), 915 deletions(-) + 1 file changed, 934 insertions(+), 915 deletions(-) commit f8d808f140a4fe84e3002ee5935d4b8317779c9d Author: Neil Roberts @@ -14084,7 +14700,7 @@ Date: Fri Sep 23 18:01:37 2011 +0530 Updated Telugu Translations po/te.po | 1126 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 573 insertions(+), 553 deletions(-) + 1 file changed, 573 insertions(+), 553 deletions(-) commit 2004f98bc457392ccf4d9114309511323fa37a3f Author: Manoj Kumar Giri @@ -14093,7 +14709,7 @@ Date: Fri Sep 23 12:46:22 2011 +0530 Updated Oriya Translation po/or.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dfdf58e3f0d2ad80322d5b0eda23cd91a135b82 Author: I Felix @@ -14101,8 +14717,8 @@ Date: Fri Sep 23 12:42:15 2011 +0530 Updated Tamil Translations - po/ta.po | 449 +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 213 insertions(+), 236 deletions(-) + po/ta.po | 449 +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 213 insertions(+), 236 deletions(-) commit 2966ce2e59784ad85c2d40971e9a489e66da9772 Author: A S Alam @@ -14111,7 +14727,7 @@ Date: Fri Sep 23 07:24:56 2011 +0530 update Punjabi Translation po/pa.po | 1199 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 610 insertions(+), 589 deletions(-) + 1 file changed, 610 insertions(+), 589 deletions(-) commit c67d3e5b52955fc87b5c1581a82b745d9b2b047c Author: Neil Roberts @@ -14135,7 +14751,7 @@ Date: Wed Sep 21 16:36:30 2011 +0100 Reviewed-by: Robert Bragg clutter/clutter-offscreen-effect.c | 31 +++++++++++-------------------- - 1 files changed, 11 insertions(+), 20 deletions(-) + 1 file changed, 11 insertions(+), 20 deletions(-) commit 9d8ad861653193a2a2428caeb2d7553f99c7083a Author: Nilamdyuti Goswami @@ -14144,7 +14760,7 @@ Date: Thu Sep 22 12:41:20 2011 +0200 Add Assamese translation po/as.po | 2191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2191 insertions(+), 0 deletions(-) + 1 file changed, 2191 insertions(+) commit 7fb8fc65a33aea59d7a970acefd0eab19d94da69 Author: Neil Roberts @@ -14164,7 +14780,7 @@ Date: Wed Sep 21 13:37:44 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=659625 build/mingw/mingw-fetch-dependencies.sh | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit 7d8c48268efc87cbf5f8a38d30186e6ba18842cc Author: Damien Lespiau @@ -14180,7 +14796,7 @@ Date: Tue Sep 20 17:34:46 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=659625 build/mingw/mingw-fetch-dependencies.sh | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit dc5b047ed5e2a7f19d40689de14024c65c9bf786 Author: Duarte Loreto @@ -14189,7 +14805,7 @@ Date: Wed Sep 21 00:34:48 2011 +0100 Updated Portuguese translation po/pt.po | 2216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2216 insertions(+), 0 deletions(-) + 1 file changed, 2216 insertions(+) commit 8051c47664c4e049587c30c1135d247e72f08b3b Author: Emmanuele Bassi @@ -14198,7 +14814,7 @@ Date: Mon Sep 19 23:14:04 2011 +0100 Fix typo in ClutterSettings:password-hint-time blurb clutter/clutter-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 93ece6dd7bd0b711652d9b64c9a946873419756d Author: Emmanuele Bassi @@ -14213,7 +14829,7 @@ Date: Mon Sep 19 16:44:22 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652588 clutter/clutter-text.c | 94 ++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 79 insertions(+), 15 deletions(-) + 1 file changed, 79 insertions(+), 15 deletions(-) commit 07912a147dffca9cfdeb84a77e6edf567743cb20 Author: Emmanuele Bassi @@ -14228,7 +14844,7 @@ Date: Mon Sep 19 16:43:05 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652588 clutter/clutter-settings.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit 0b07a5ef04843aa22bbc1f3a0f9d0f93bf98dfb7 Author: Emmanuele Bassi @@ -14237,7 +14853,7 @@ Date: Mon Sep 19 20:04:11 2011 +0100 Post branch version bump to 1.9.1 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ad7bb392c599c801106bf2d15ccdd4a07fe6efda Merge: 65e498e f315e76 @@ -14334,5 +14950,5 @@ Date: Fri Sep 16 17:15:33 2011 +0800 messed up my own git repo... config.h.win32.in | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 6 ++- - 2 files changed, 163 insertions(+), 1 deletions(-) + configure.ac | 6 +- + 2 files changed, 163 insertions(+), 1 deletion(-) diff --git a/ChangeLog.pre-1.0 b/ChangeLog.pre-1.0 index 4cb2516..f525cb1 100644 --- a/ChangeLog.pre-1.0 +++ b/ChangeLog.pre-1.0 @@ -5,7 +5,7 @@ Date: Tue Jul 28 13:23:26 2009 +0100 [release] 1.0.0 configure.ac | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 93ecd6d0c43bbdf5bba61134394c76da192d97f5 Author: Emmanuele Bassi @@ -14,7 +14,7 @@ Date: Tue Jul 28 12:20:07 2009 +0100 Update the NEWS NEWS | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 77fdd7494e9ccaced094ce825022518dd50d1eaa Author: Emmanuele Bassi @@ -33,7 +33,7 @@ Date: Tue Jul 28 12:19:44 2009 +0100 [docs] Point the TODO to Bugzilla TODO | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c6830791673d31b74dfb87d6bda472de040dc3f8 Author: Emmanuele Bassi @@ -41,8 +41,8 @@ Date: Tue Jul 28 12:19:26 2009 +0100 [docs] Update requirements and release notes - README | 80 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 62 insertions(+), 18 deletions(-) + README | 80 +++++++++++++++++++++++++++++++++++++++++++++++++--------------- + 1 file changed, 62 insertions(+), 18 deletions(-) commit a5d6b233086faa03512975763b286c7ea44b7fec Author: Emmanuele Bassi @@ -78,7 +78,7 @@ Date: Tue Jul 28 13:20:32 2009 +0100 the gpointer for the Interval's final value. clutter/clutter-animation.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f4ad3761c48f0cd04c04e4de334c5492eae010cc Author: Neil Roberts @@ -90,7 +90,7 @@ Date: Tue Jul 28 12:03:55 2009 +0100 no need for it in the backends. clutter/win32/clutter-stage-win32.c | 10 +--------- - 1 files changed, 1 insertions(+), 9 deletions(-) + 1 file changed, 1 insertion(+), 9 deletions(-) commit df586eb507adeed9b83e53c667e706cd1807601a Author: Neil Roberts @@ -104,7 +104,7 @@ Date: Tue Jul 28 12:00:49 2009 +0100 backend. clutter/win32/clutter-stage-win32.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c0cf6146343e852d3ebbca79e701d53bcddaa2d5 Author: Neil Roberts @@ -116,7 +116,7 @@ Date: Tue Jul 28 11:58:34 2009 +0100 cairo_show_text_glyphs. build/mingw/mingw-cross-compile.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1cef026c5eff04f1233d2e9b096987716987cb9 Author: Ole André Vadla Ravnås @@ -128,7 +128,7 @@ Date: Tue Jul 7 20:02:25 2009 +0200 "near" and "far" are defined. clutter/cogl/common/cogl-matrix.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 05883af1f6362b3ad5a762e70412f20aaf608bf9 Author: Ole André Vadla Ravnås @@ -137,7 +137,7 @@ Date: Wed Jul 1 16:29:12 2009 +0200 Remove unused variable to fix compiler warning. clutter/json/json-object.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 01578512706fb4bd46d99574a8282cd4d25f7bad Author: Ole André Vadla Ravnås @@ -149,7 +149,7 @@ Date: Wed Jul 1 16:27:11 2009 +0200 clutter/cogl/common/cogl.c | 4 ++++ clutter/cogl/gl/cogl-primitives.c | 2 ++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit f61f66c6fe18ad4e8c07379c19cdd3e1bff216b6 Author: Ole André Vadla Ravnås @@ -169,7 +169,7 @@ Date: Mon May 18 17:30:36 2009 +0200 Initialize pixel data before glReadPixels(). clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9cf8410b0fba4d7cb508968830ee095d92cf5d74 Author: Haakon Sporsheim @@ -178,7 +178,7 @@ Date: Tue Mar 31 14:45:45 2009 +0200 Reposition variable declarations to avoid C99. tests/interactive/test-cogl-vertex-buffer.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 94a571ea76ee20b93a8db04e980d08bf283ed34b Author: Haakon Sporsheim @@ -187,7 +187,7 @@ Date: Tue Mar 31 14:44:46 2009 +0200 Add MSVC preprocessor guards in test-clutter-cairo-flowers.c tests/interactive/test-clutter-cairo-flowers.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit fa4a37072ed3113862802b1a97be6dfb74abcdd2 Author: Haakon Sporsheim @@ -196,7 +196,7 @@ Date: Tue Mar 31 14:43:12 2009 +0200 Add white_color a variable on the stack. tests/interactive/test-scale.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit fe416fb745fe4293e889d5179707051c959af921 Author: Haakon Sporsheim @@ -205,7 +205,7 @@ Date: Tue Mar 31 14:41:44 2009 +0200 Add int dummy; to empty struct TestConformSimpleFixture definition. tests/conform/test-conform-common.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f852ade82379c6241683df741448be6146bb76ce Author: Haakon Sporsheim @@ -215,7 +215,7 @@ Date: Tue Mar 31 14:39:46 2009 +0200 tests/interactive/test-fbo.c | 1 - tests/interactive/test-shader.c | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) + 2 files changed, 2 deletions(-) commit e4eed92177e6720b9713227ca4b1ecd0f5ce8c0b Author: Haakon Sporsheim @@ -264,7 +264,7 @@ Date: Tue Jul 28 10:39:18 2009 +0100 build/msvc_2k5/test-threads.vcproj | 177 -------- build/msvc_2k5/test-timeline.vcproj | 177 -------- build/msvc_2k5/version.rc | 48 -- - 22 files changed, 0 insertions(+), 4175 deletions(-) + 22 files changed, 4175 deletions(-) commit fa3728126fe39e7a885184a2b69a93ac2ea34aa8 Author: Emmanuele Bassi @@ -277,7 +277,7 @@ Date: Tue Jul 28 11:25:11 2009 +0100 ::completed signal handler. clutter/clutter-animation.c | 18 +++++++++++++++++- - 1 files changed, 17 insertions(+), 1 deletions(-) + 1 file changed, 17 insertions(+), 1 deletion(-) commit a8eb5bd461369979d75d40a1a6d17aa43141643e Author: Emmanuele Bassi @@ -286,7 +286,7 @@ Date: Mon Jul 27 17:24:35 2009 +0100 [build] Generate ChangeLog from the Git import Makefile.am | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 76140c5f521a8912786c292a2699b48a7b873d16 Author: Emmanuele Bassi @@ -333,7 +333,7 @@ Date: Mon Jul 27 15:42:31 2009 +0100 properly. clutter/clutter-stage.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6e6d0a5ea611a99438ae455c1f485e882f621863 Author: Emmanuele Bassi @@ -350,7 +350,7 @@ Date: Mon Jul 27 15:08:03 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1723 clutter/glx/clutter-backend-glx.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 88e77b25dfeeead3b4d54d2b24ab9056459c6ee9 Author: Emmanuele Bassi @@ -367,7 +367,7 @@ Date: Mon Jul 27 15:01:52 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1359 clutter/clutter-shader-types.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit ad7dcc989648791e8fec1bb45711c9f71671dfe0 Author: Emmanuele Bassi @@ -394,7 +394,7 @@ Date: Mon Jul 27 12:04:40 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1695 clutter/clutter-color.c | 14 +++++--------- - 1 files changed, 5 insertions(+), 9 deletions(-) + 1 file changed, 5 insertions(+), 9 deletions(-) commit db2fda9c430beed64309c1881a44917933863bd0 Author: Emmanuele Bassi @@ -408,7 +408,7 @@ Date: Mon Jul 27 11:46:26 2009 +0100 tests/conform/test-color.c | 69 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 2 files changed, 70 insertions(+), 0 deletions(-) + 2 files changed, 70 insertions(+) commit 894fe4ba93f37f46c4a999022714ccb224a35703 Author: Owen W. Taylor @@ -434,7 +434,7 @@ Date: Wed Jul 22 15:38:44 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-x11-texture-pixmap.c | 74 ++++++++++++++++++++++-------- - 1 files changed, 54 insertions(+), 20 deletions(-) + 1 file changed, 54 insertions(+), 20 deletions(-) commit 2c2f31b1be57380d4368f6da1d0a4529a5a7f8c1 Author: Michael Mortensen @@ -452,7 +452,7 @@ Date: Sun Jul 26 20:13:36 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/osx/clutter-event-osx.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 13f32cb3b91d5087297a3e17ee97ce46154f9243 Author: Emmanuele Bassi @@ -468,7 +468,7 @@ Date: Sun Jul 26 20:10:42 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1724 clutter/osx/clutter-stage-osx.c | 29 +++++++++++++---------------- - 1 files changed, 13 insertions(+), 16 deletions(-) + 1 file changed, 13 insertions(+), 16 deletions(-) commit e860d939f9d9611dcf5b8c6e70272b6318a4ba94 Author: Emmanuele Bassi @@ -484,7 +484,7 @@ Date: Thu Jul 23 19:04:27 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1713 clutter/clutter-text.c | 92 +++++++++++++++++++++++++++++++++++------------- - 1 files changed, 67 insertions(+), 25 deletions(-) + 1 file changed, 67 insertions(+), 25 deletions(-) commit 6a1506bd5f920430de6a6e2f035fef9da2557714 Author: Geoff Gustafson @@ -518,7 +518,7 @@ Date: Thu Jul 23 18:21:10 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 29d8d60487878f5bc87caee08cadc15789875e4d Author: Emmanuele Bassi @@ -526,8 +526,8 @@ Date: Tue Jul 21 16:35:50 2009 +0100 [docs] Fix wrong XML elements - .../clutter/clutter-animation-tutorial.xml | 2 +- - doc/reference/clutter/creating-behaviours.xml | 2 +- + doc/reference/clutter/clutter-animation-tutorial.xml | 2 +- + doc/reference/clutter/creating-behaviours.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 2e38730eb1c16040503ab39625648f35e8ecffb5 @@ -541,7 +541,7 @@ Date: Tue Jul 21 14:13:31 2009 +0100 Update the Container virtual functions. doc/reference/clutter/subclassing-ClutterActor.xml | 56 ++++++++++++-------- - 1 files changed, 34 insertions(+), 22 deletions(-) + 1 file changed, 34 insertions(+), 22 deletions(-) commit ea436a20b31eef70af60beb5366e1ccad1261c4a Author: Emmanuele Bassi @@ -555,7 +555,7 @@ Date: Tue Jul 21 14:11:28 2009 +0100 Thanks to Vincent Untz for spotting this. tests/interactive/Makefile.am | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit ed005685c9351b23795d40bb91cb862b92641f2b Author: Emmanuele Bassi @@ -567,7 +567,7 @@ Date: Tue Jul 21 11:51:20 2009 +0100 changed with the switch to float ClutterAlpha. doc/reference/clutter/creating-behaviours.xml | 47 +++++++++---------------- - 1 files changed, 17 insertions(+), 30 deletions(-) + 1 file changed, 17 insertions(+), 30 deletions(-) commit c87fea6cf1f3e3015bf2c505f0d140682b714e99 Author: Emmanuele Bassi @@ -579,7 +579,7 @@ Date: Tue Jul 21 11:50:08 2009 +0100 the last time we updated the documentation. doc/reference/clutter/building-clutter.xml | 70 +++++++++++++++++++++++++--- - 1 files changed, 63 insertions(+), 7 deletions(-) + 1 file changed, 63 insertions(+), 7 deletions(-) commit 78773ab6fe96923a70e09b903db188ac5ad90f9a Author: Emmanuele Bassi @@ -591,7 +591,7 @@ Date: Tue Jul 21 11:29:52 2009 +0100 API for timelines and animations. .../clutter/clutter-animation-tutorial.xml | 742 +++++++++----------- - 1 files changed, 321 insertions(+), 421 deletions(-) + 1 file changed, 321 insertions(+), 421 deletions(-) commit fdfd208c044609a9215f09a91026fe6f02773a3a Author: Emmanuele Bassi @@ -604,7 +604,7 @@ Date: Tue Jul 21 09:22:34 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1704 clutter/clutter-deprecated.h | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 605927db5b9d9ddb8677458b94ad2ca6d058f355 Author: Emmanuele Bassi @@ -617,7 +617,7 @@ Date: Tue Jul 21 09:20:09 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1706 doc/reference/clutter/migrating-ClutterEffect.xml | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit eff857bc7f21dcfd2b8cae5f4ede1f673c24ffd1 Author: Emmanuele Bassi @@ -629,7 +629,7 @@ Date: Mon Jul 20 20:59:18 2009 +0100 with negative examples and with the behaviour for fractionary bits. clutter/clutter-units.c | 22 ++++++++++++++++++---- - 1 files changed, 18 insertions(+), 4 deletions(-) + 1 file changed, 18 insertions(+), 4 deletions(-) commit b1d98c25f4d70bc355e2b4d66c2496ab58b9b60c Author: Emmanuele Bassi @@ -641,7 +641,7 @@ Date: Mon Jul 20 12:49:35 2009 +0100 clutter/cogl/cogl-material.h | 79 +++++++++++++++------------- clutter/cogl/cogl-types.h | 16 ++++++ - clutter/cogl/cogl.h.in | 31 ++++++----- + clutter/cogl/cogl.h.in | 31 +++++------ doc/reference/clutter/clutter-sections.txt | 1 - doc/reference/cogl/Makefile.am | 7 +++ doc/reference/cogl/cogl-sections.txt | 22 +------- @@ -668,7 +668,7 @@ Date: Mon Jul 20 11:45:47 2009 +0100 [gitignore] Add test-materials .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 56ef6727b5807c245e3eaf434653007efce70fda Author: Emmanuele Bassi @@ -683,8 +683,8 @@ Date: Tue Jul 14 13:47:35 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1665 - clutter/clutter-stage.c | 76 +++++++++++++++++++++++---- - clutter/clutter-stage.h | 8 ++- + clutter/clutter-stage.c | 76 +++++++++++++++++++++++----- + clutter/clutter-stage.h | 8 +-- doc/reference/clutter/clutter-sections.txt | 2 + 3 files changed, 71 insertions(+), 15 deletions(-) @@ -713,7 +713,7 @@ Date: Sun Jul 19 10:08:32 2009 +0100 clutter/cogl/cogl-vertex-buffer.h | 14 -------------- doc/reference/cogl/cogl-sections.txt | 1 - - 2 files changed, 0 insertions(+), 15 deletions(-) + 2 files changed, 15 deletions(-) commit dc0b1cddf5bc0195c78b0ab15a8dc54c7aa49913 Author: Emmanuele Bassi @@ -730,7 +730,7 @@ Date: Sat Jul 18 16:59:54 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1698 clutter/cogl/gles/cogl-context.h | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit a11b912dea3f3ad9d51d4600c6aac1b69dc004a9 Author: Owen W. Taylor @@ -746,7 +746,7 @@ Date: Fri Jul 17 15:15:03 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 7654ef10abfc5f207603ecd9012c810adb62a52a Author: Owen W. Taylor @@ -777,7 +777,7 @@ Date: Fri Jul 17 17:51:26 2009 +0100 Post-release bump to 0.9.9 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dc3d46967aea8714b23ed31cb51e2085a8b78e7 Author: Emmanuele Bassi @@ -786,7 +786,7 @@ Date: Fri Jul 17 17:32:45 2009 +0100 [release] 0.9.8 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6b30b76b6845cc100e16fd5ada7ed12f784b40c3 Author: Emmanuele Bassi @@ -795,7 +795,7 @@ Date: Fri Jul 17 17:32:20 2009 +0100 Update NEWS file NEWS | 38 ++++++++++++++++++++++++++++++++++++++ - 1 files changed, 38 insertions(+), 0 deletions(-) + 1 file changed, 38 insertions(+) commit f0ec828188519e69944509584c4e925f572720ec Author: Emmanuele Bassi @@ -804,7 +804,7 @@ Date: Mon Jul 13 17:27:01 2009 +0100 Fix comments inside configure.ac configure.ac | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 7b811f8be4be0529b50a24397cee86e8ecf02f3a Author: Neil Roberts @@ -838,7 +838,7 @@ Date: Mon Jul 13 17:04:05 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/win32/clutter-stage-win32.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 7a8895944b373a99023bc21998a48079debcc544 Author: Emmanuele Bassi @@ -861,7 +861,7 @@ Date: Mon Jul 13 16:56:47 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1687 clutter/osx/clutter-stage-osx.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d59b9333a19842e559f9f161d26d0c1d623eafa2 Author: Emmanuele Bassi @@ -875,7 +875,7 @@ Date: Mon Jul 13 16:53:06 2009 +0100 Hopefully, since I can't currently test it. clutter/osx/clutter-stage-osx.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit af5e432ba9bf56ccd376d52e73e0e23d5bc9b37c Author: Emmanuele Bassi @@ -898,9 +898,9 @@ Date: Mon Jul 13 16:18:27 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1685 clutter/clutter-actor.c | 32 ++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 2 + + clutter/clutter-actor.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 35 insertions(+), 0 deletions(-) + 3 files changed, 35 insertions(+) commit 43d394ebae027e5af963d5f3f459ed57bbc9617f Author: Emmanuele Bassi @@ -929,7 +929,7 @@ Date: Mon Jul 13 16:06:13 2009 +0800 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-stage-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 07453a5861073fabdf64fe394c1caa71fc39d45c Author: Emmanuele Bassi @@ -940,8 +940,8 @@ Date: Mon Jul 13 15:31:38 2009 +0100 Nobody should be using the function to wait for the vblank outside of the GLX backend. - clutter/glx/clutter-backend-glx.c | 120 ++++++++++++++++++------------------ - clutter/glx/clutter-backend-glx.h | 10 +-- + clutter/glx/clutter-backend-glx.c | 120 ++++++++++++++++++------------------- + clutter/glx/clutter-backend-glx.h | 10 +--- 2 files changed, 63 insertions(+), 67 deletions(-) commit 5425a6e311e12da044687ac17ce387b939b71547 @@ -963,7 +963,7 @@ Date: Sat Jun 6 15:47:57 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-backend-glx.c | 31 +++++++++++++++++++++++++++---- - 1 files changed, 27 insertions(+), 4 deletions(-) + 1 file changed, 27 insertions(+), 4 deletions(-) commit b08bbcccad7fffc4b7c829f963c3130a34ed8ae9 Author: Emmanuele Bassi @@ -979,7 +979,7 @@ Date: Sun Jul 12 01:43:41 2009 +0100 tests/interactive/Makefile.am | 1 - tests/interactive/test-perspective.c | 51 ---------------------------------- - 2 files changed, 0 insertions(+), 52 deletions(-) + 2 files changed, 52 deletions(-) commit ea56a5e7a802a46f9ad6fe12480e16dc587c09b2 Author: Evan Martin @@ -1011,7 +1011,7 @@ Date: Fri Jul 3 14:51:17 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5a554bf063a3b673bd7f30d9a92be218e4e810c7 Author: Emmanuele Bassi @@ -1022,7 +1022,7 @@ Date: Sun Jul 12 01:27:31 2009 +0100 Make ClutterTexture slightly more similar to the rest of the code base. clutter/clutter-texture.c | 38 ++++++++++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 14 deletions(-) + 1 file changed, 24 insertions(+), 14 deletions(-) commit 1920b03381e9b44aab9f6a5a64e8bb4c0cec1b20 Author: Robert Bragg @@ -1038,7 +1038,7 @@ Date: Tue Jul 7 16:16:56 2009 +0100 uncovered in _cogl_material_equal. clutter/cogl/common/cogl-material.c | 73 ++++++++++++++++++++++++--------- - clutter/cogl/common/cogl-primitives.c | 7 ++- + clutter/cogl/common/cogl-primitives.c | 7 +++- 2 files changed, 58 insertions(+), 22 deletions(-) commit 8fb3a48ae2b6c9a87f17a874fad12d8f1199c29e @@ -1050,8 +1050,8 @@ Date: Thu Jul 9 15:45:08 2009 -0400 Rate limit the uploading of textures to stop if it uses more than 5ms during one master clock iteration. - clutter/clutter-texture.c | 74 +++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 65 insertions(+), 9 deletions(-) + clutter/clutter-texture.c | 74 +++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 65 insertions(+), 9 deletions(-) commit 211bf798544f76af7fe9e7c9893f66a0f84e02b0 Author: Robert Bragg @@ -1107,7 +1107,7 @@ Date: Fri Jul 3 00:34:10 2009 +0100 This also brings us closer to being able to drop internal use of the deprecated OpenGL matrix functions, re: commit 54159f5a1d02 - clutter/cogl/common/cogl-current-matrix.c | 105 +++++++++++++++++----------- + clutter/cogl/common/cogl-current-matrix.c | 105 ++++++++++++++++++----------- clutter/cogl/common/cogl-current-matrix.h | 2 + clutter/cogl/common/cogl-matrix-stack.c | 8 +-- clutter/cogl/common/cogl-matrix.c | 1 + @@ -1125,7 +1125,7 @@ Date: Thu Jul 2 14:21:16 2009 +0100 Add more (allow-none) annotations clutter/clutter-actor.c | 91 ++++++++++++++++++++++++++++------------------- - 1 files changed, 54 insertions(+), 37 deletions(-) + 1 file changed, 54 insertions(+), 37 deletions(-) commit f1044a279c45e8f4f48cc81a5c1c0fa720835d1d Author: Colin Walters @@ -1138,7 +1138,7 @@ Date: Thu Jul 2 13:15:42 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-main.c | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit d1232509a21a7ce05aa8c85b2c14872ffc4df5cb Author: Emmanuele Bassi @@ -1147,7 +1147,7 @@ Date: Wed Jul 1 15:59:13 2009 +0100 Post-release bump to 0.9.7 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9ce88d86b484bcc4a15decfb95b97294e4cce292 Author: Emmanuele Bassi @@ -1156,7 +1156,7 @@ Date: Wed Jul 1 15:28:33 2009 +0100 [release] 0.9.6 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a373bbb819462b6baa62f0ecfff9716c8dbc8fa8 Author: Emmanuele Bassi @@ -1166,7 +1166,7 @@ Date: Wed Jul 1 14:56:13 2009 +0100 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ README | 5 +++++ - 2 files changed, 45 insertions(+), 0 deletions(-) + 2 files changed, 45 insertions(+) commit 45c85c4213c85d0dbbbe0e7eb8f93e290d5ffff2 Author: Emmanuele Bassi @@ -1179,8 +1179,8 @@ Date: Wed Jul 1 15:15:52 2009 +0100 the get_allocation_box() returns. clutter/clutter-actor.c | 62 +++++++----------------------------------- - clutter/clutter-actor.h | 5 --- - clutter/clutter-deprecated.h | 2 + + clutter/clutter-actor.h | 5 ---- + clutter/clutter-deprecated.h | 2 ++ 3 files changed, 12 insertions(+), 57 deletions(-) commit 37bd35f592e13dfa8ded884fcf668409dec119f3 @@ -1239,7 +1239,7 @@ Date: Wed Jul 1 13:59:13 2009 +0100 continue to work as previously. clutter/clutter-actor.c | 104 ++++++++++++++++++++-------- - clutter/clutter-actor.h | 15 ++++- + clutter/clutter-actor.h | 15 +++- doc/reference/clutter/clutter-sections.txt | 1 + 3 files changed, 89 insertions(+), 31 deletions(-) @@ -1266,7 +1266,7 @@ Date: Wed Jul 1 12:34:54 2009 +0100 CoglMatrix definition should be changed to avoid the former type. clutter/cogl/cogl-matrix.h | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 250b775926da40a5e4b96565b413c4a2c57d4a8d Author: Emmanuele Bassi @@ -1307,7 +1307,7 @@ Date: Thu Jun 25 14:39:57 2009 +0100 calls to glViewport() done through COGL. clutter/cogl/common/cogl.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3bab7871030d8ad6be6dc730e5902d256dea28a2 Author: Robert Bragg @@ -1346,8 +1346,8 @@ Date: Fri Jun 19 12:15:12 2009 +0100 cogl_vertex_buffer_draw. clutter/cogl/common/cogl-material.c | 8 +- - clutter/cogl/common/cogl-primitives.c | 35 +++++- - clutter/cogl/common/cogl-vertex-buffer.c | 10 ++- + clutter/cogl/common/cogl-primitives.c | 35 ++++-- + clutter/cogl/common/cogl-vertex-buffer.c | 10 +- tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-materials.c | 195 ++++++++++++++++++++++++++++++ @@ -1500,7 +1500,7 @@ Date: Mon Jun 29 22:32:05 2009 +0100 clutter/cogl/gl/cogl-context.c | 2 + clutter/cogl/gl/cogl-context.h | 2 + doc/reference/cogl/cogl-sections.txt | 2 + - 5 files changed, 160 insertions(+), 0 deletions(-) + 5 files changed, 160 insertions(+) commit 6d9498da7cbe180ddc4b68ae3a48985631db46a0 Author: Robert Bragg @@ -1536,8 +1536,8 @@ Date: Mon Jun 29 17:10:34 2009 +0100 raw GL, its use is very much discouraged. clutter/clutter-main.c | 2 +- - clutter/cogl/cogl.h.in | 42 ++++++++++++++++++++---------- - clutter/cogl/common/cogl.c | 4 +- + clutter/cogl/cogl.h.in | 42 ++++++++++++++++++++----------- + clutter/cogl/common/cogl.c | 4 +-- clutter/eglnative/clutter-backend-egl.c | 2 +- clutter/eglx/clutter-backend-egl.c | 2 +- clutter/fruity/clutter-backend-fruity.c | 2 +- @@ -1545,7 +1545,7 @@ Date: Mon Jun 29 17:10:34 2009 +0100 clutter/osx/clutter-stage-osx.c | 2 +- clutter/sdl/clutter-backend-sdl.c | 2 +- clutter/win32/clutter-backend-win32.c | 2 +- - doc/reference/cogl/cogl-sections.txt | 3 ++ + doc/reference/cogl/cogl-sections.txt | 3 +++ 11 files changed, 41 insertions(+), 24 deletions(-) commit 87f99e214a6f60c06cc34f844e02ecb0f63c953f @@ -1567,7 +1567,7 @@ Date: Wed Jun 24 18:34:06 2009 +0100 material commits. clutter/cogl/common/cogl-material.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 6ee8e1565475d75d343682e4d4eed2f68e0c26eb Author: Robert Bragg @@ -1581,8 +1581,8 @@ Date: Wed Jun 24 18:24:58 2009 +0100 drawing we don't need to flush the journal simply due to color changes which means using cogl_set_source_color4ub is no longer a concern. - clutter/clutter-rectangle.c | 89 ++++++++++++++++-------------------------- - 1 files changed, 34 insertions(+), 55 deletions(-) + clutter/clutter-rectangle.c | 89 +++++++++++++++++-------------------------- + 1 file changed, 34 insertions(+), 55 deletions(-) commit 5ffbe052480cb06e44f1a317ac729553ddd2dc96 Author: Robert Bragg @@ -1597,7 +1597,7 @@ Date: Wed Jun 24 18:20:45 2009 +0100 which means using cogl_set_source_color4ub is no longer a concern. clutter/clutter-actor.c | 14 ++++---------- - 1 files changed, 4 insertions(+), 10 deletions(-) + 1 file changed, 4 insertions(+), 10 deletions(-) commit 8b67916cc1e2aed7861214205fc0d68c0c6d67f1 Author: Robert Bragg @@ -1610,7 +1610,7 @@ Date: Wed Jun 24 18:10:50 2009 +0100 disabling unsed client texture coord arrays. clutter/cogl/common/cogl-vertex-buffer.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 8873c6a11a4668e737e4dc75d1d2a2c14904482f Author: Robert Bragg @@ -1622,7 +1622,7 @@ Date: Mon Jun 22 01:29:39 2009 +0100 may be left enabled. Disable them all before using glDrawArrays. clutter/cogl/gl/cogl-primitives.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit ca0a0e9dac23219709a1c365a070ea9d4d517909 Author: Robert Bragg @@ -1634,7 +1634,7 @@ Date: Mon Jun 22 00:49:20 2009 +0100 projection matrices. clutter/cogl/gl/cogl-primitives.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f386b1f002f111210e87e6f72eb1795ad2befc1e Author: Robert Bragg @@ -1652,7 +1652,7 @@ Date: Mon Jun 22 00:11:41 2009 +0100 when we are finished. clutter/cogl/common/cogl-primitives.c | 40 ++++++++++----------------------- - 1 files changed, 12 insertions(+), 28 deletions(-) + 1 file changed, 12 insertions(+), 28 deletions(-) commit 7b7787b050a1dd245dea396335ddf96662c6a570 Author: Robert Bragg @@ -1668,7 +1668,7 @@ Date: Mon Jun 22 00:05:02 2009 +0100 cogl_rectangle. clutter/cogl/gl/cogl-primitives.c | 16 ++++++---------- - 1 files changed, 6 insertions(+), 10 deletions(-) + 1 file changed, 6 insertions(+), 10 deletions(-) commit 6562f3224a558b224b9076fe794547bfc9bb2af5 Author: Robert Bragg @@ -1693,7 +1693,7 @@ Date: Wed Jun 17 23:35:49 2009 +0100 Mesa 7.6-devel) clutter/pango/cogl-pango-display-list.c | 33 +++++++++++++++++++++++++++++++ - 1 files changed, 33 insertions(+), 0 deletions(-) + 1 file changed, 33 insertions(+) commit 6ac3b5a564608862fdf4e9b8887b882ebe497f4b Author: Robert Bragg @@ -1706,7 +1706,7 @@ Date: Wed Jun 17 23:31:40 2009 +0100 batching for some common cases. clutter/cogl/common/cogl-material.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9afa52f056b58bbd35274fec3fe21ff483949321 Author: Robert Bragg @@ -1722,8 +1722,8 @@ Date: Wed Jun 17 23:31:11 2009 +0100 avoid us repeatedly calling glColor) then we know we never need to flush the journal when material colors change. - clutter/cogl/common/cogl-material.c | 80 ++++++++++++++++++++++------------ - 1 files changed, 52 insertions(+), 28 deletions(-) + clutter/cogl/common/cogl-material.c | 80 +++++++++++++++++++++++------------ + 1 file changed, 52 insertions(+), 28 deletions(-) commit efbf483d8cdd448b20ddcfedc518509f907b2ac6 Author: Robert Bragg @@ -1760,7 +1760,7 @@ Date: Wed Jun 17 01:30:24 2009 +0100 May as well improve the branch prediction around runtime debugging code. clutter/cogl/common/cogl-primitives.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 7d1876fd261f5039e25d468e0cc7dcbf63229912 Author: Robert Bragg @@ -1809,9 +1809,9 @@ Date: Wed Jun 17 01:59:28 2009 +0100 some clues by letting you sanity check the numbers being logged vs the numbers being emitted. - clutter/cogl/cogl-debug.h | 3 +- - clutter/cogl/common/cogl-debug.c | 3 +- - clutter/cogl/common/cogl-primitives.c | 36 +++++++++++++++++++++----------- + clutter/cogl/cogl-debug.h | 3 ++- + clutter/cogl/common/cogl-debug.c | 3 ++- + clutter/cogl/common/cogl-primitives.c | 36 +++++++++++++++++++++------------ 3 files changed, 27 insertions(+), 15 deletions(-) commit 3ea7816499996c3bb918b27c6f44c987b90d2e9c @@ -1845,7 +1845,7 @@ Date: Wed Jun 17 01:37:39 2009 +0100 removed the matrix APIs) clutter/cogl/common/cogl-current-matrix.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 713af6535de11f27e1da9c1e233e8402d2864ab9 Author: Robert Bragg @@ -1893,11 +1893,11 @@ Date: Thu Jun 4 14:23:16 2009 +0100 and added _cogl_material_get_colorubv as a fast-path for the journal to copy data into the vertex array. - clutter/cogl/common/cogl-material-private.h | 21 +++-------- + clutter/cogl/common/cogl-material-private.h | 21 ++++------- clutter/cogl/common/cogl-material.c | 51 ++++++++++++++++----------- clutter/cogl/common/cogl-primitives.c | 26 ++++++-------- clutter/cogl/gles/cogl-gles2-wrapper.c | 7 ++++ - clutter/cogl/gles/cogl-gles2-wrapper.h | 2 + + clutter/cogl/gles/cogl-gles2-wrapper.h | 2 ++ 5 files changed, 56 insertions(+), 51 deletions(-) commit 938452f1b1109e7c8daff8f49c4f0a45a13be25f @@ -1914,8 +1914,8 @@ Date: Fri Jun 5 13:03:14 2009 +0100 of materials that gets recycled as the journal is flushed, but for now we give all ClutterRectangles their own private materials for painting with. - clutter/clutter-rectangle.c | 89 ++++++++++++++++++++++++++---------------- - 1 files changed, 55 insertions(+), 34 deletions(-) + clutter/clutter-rectangle.c | 89 ++++++++++++++++++++++++++----------------- + 1 file changed, 55 insertions(+), 34 deletions(-) commit dc1ca79398e343d06918cf1c38b72771f476f0a6 Author: Robert Bragg @@ -1930,7 +1930,7 @@ Date: Wed Jun 17 18:36:27 2009 +0100 giving all actors a private material instead. clutter/clutter-actor.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 40cfaeaffc9b744d99c21c1e6cd5b57e358ff37a Author: Robert Bragg @@ -1952,7 +1952,7 @@ Date: Wed Jun 10 13:59:45 2009 +0100 glTexCoordPointer and enabling/disabling the client arrays. clutter/cogl/common/cogl-primitives.c | 108 ++++++++++++++++++++++++--------- - 1 files changed, 78 insertions(+), 30 deletions(-) + 1 file changed, 78 insertions(+), 30 deletions(-) commit 845ff67301da767926f96c56026a8dd9c7964f01 Author: Robert Bragg @@ -2012,16 +2012,16 @@ Date: Wed Jun 17 18:46:42 2009 +0100 clutter/cogl/cogl.h.in | 14 + clutter/cogl/common/cogl-clip-stack.c | 4 + clutter/cogl/common/cogl-debug.c | 3 +- - clutter/cogl/common/cogl-material-private.h | 99 +++-- - clutter/cogl/common/cogl-material.c | 318 ++++++++++++-- + clutter/cogl/common/cogl-material-private.h | 99 ++-- + clutter/cogl/common/cogl-material.c | 318 +++++++++++-- clutter/cogl/common/cogl-primitives.c | 667 +++++++++++++++++++-------- clutter/cogl/common/cogl-primitives.h | 2 + clutter/cogl/common/cogl-vertex-buffer.c | 28 +- - clutter/cogl/common/cogl.c | 38 ++- + clutter/cogl/common/cogl.c | 38 +- clutter/cogl/gl/cogl-context.c | 4 + clutter/cogl/gl/cogl-context.h | 4 + clutter/cogl/gl/cogl-fbo.c | 2 + - clutter/cogl/gl/cogl-primitives.c | 44 ++- + clutter/cogl/gl/cogl-primitives.c | 44 +- clutter/cogl/gl/cogl-program.c | 5 + clutter/cogl/gl/cogl-texture-private.h | 12 +- clutter/cogl/gl/cogl-texture.c | 3 +- @@ -2046,7 +2046,7 @@ Date: Tue Jun 30 16:48:53 2009 +0100 load-async got set it's default FALSE value. clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 722360774ca4628c1589f5d6f09932faa0c8b711 Author: Robert Bragg @@ -2059,7 +2059,7 @@ Date: Mon Jun 22 00:58:32 2009 +0100 height arguments. clutter/cogl/common/cogl-clip-stack.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit d63cda3b7620daa4e081e7023ce5d0afb5783b54 Author: Robert Bragg @@ -2072,7 +2072,7 @@ Date: Mon Jun 22 00:00:04 2009 +0100 clutter/cogl/gl/cogl-context.c | 4 ---- clutter/cogl/gl/cogl-context.h | 1 - - 2 files changed, 0 insertions(+), 5 deletions(-) + 2 files changed, 5 deletions(-) commit 30f13cafc5fff69c7e31f3ead2df5d6c0282ec07 Author: Robert Bragg @@ -2085,7 +2085,7 @@ Date: Tue Jun 23 15:24:42 2009 +0100 premultiplied pixel format. clutter/cogl/gl/cogl-context.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 4680b34046aba7adfb958d2995d7e56fdcb3d473 Author: Robert Bragg @@ -2104,7 +2104,7 @@ Date: Fri Jun 19 16:39:37 2009 +0100 up the transient slice bitmap. clutter/cogl/gl/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 24ca92951f739278697990fb25f351045d6ece9c Author: Robert Bragg @@ -2119,13 +2119,13 @@ Date: Wed Jun 17 14:30:44 2009 +0100 All the unit tests have been swithed over and clutter_stage_read_pixels now sits on top of this too. - clutter/clutter-stage.c | 44 ++----------------- - clutter/cogl/cogl.h.in | 33 ++++++++++++++ + clutter/clutter-stage.c | 44 +++---------------- + clutter/cogl/cogl.h.in | 33 +++++++++++++++ clutter/cogl/common/cogl.c | 56 +++++++++++++++++++++++++ doc/reference/cogl/cogl-sections.txt | 4 ++ tests/conform/test-blend-strings.c | 16 ++++--- tests/conform/test-premult.c | 14 ++++--- - tests/conform/test-vertex-buffer-contiguous.c | 28 +++++++++--- + tests/conform/test-vertex-buffer-contiguous.c | 28 +++++++++---- tests/conform/test-vertex-buffer-interleved.c | 9 ++-- tests/conform/test-vertex-buffer-mutability.c | 13 ++++-- 9 files changed, 151 insertions(+), 66 deletions(-) @@ -2143,7 +2143,7 @@ Date: Wed Jun 17 02:08:31 2009 +0100 clutter/cogl/common/cogl-current-matrix.h | 1 + clutter/cogl/common/cogl-matrix-stack.c | 7 +++++++ clutter/cogl/common/cogl-matrix-stack.h | 1 + - 4 files changed, 24 insertions(+), 0 deletions(-) + 4 files changed, 24 insertions(+) commit 26d5afd203ba393255fdc98cd980f65d014967c3 Author: Robert Bragg @@ -2177,7 +2177,7 @@ Date: Tue Jun 16 22:48:21 2009 +0100 GL_UNSIGNED_BYTE to glColorPointer. clutter/cogl/common/cogl-primitives.c | 40 +++++++++++++++++++-------------- - 1 files changed, 23 insertions(+), 17 deletions(-) + 1 file changed, 23 insertions(+), 17 deletions(-) commit 060f1488e043c31b5c6841a719a5bc0cb7e8c30b Author: Robert Bragg @@ -2190,7 +2190,7 @@ Date: Tue Jun 16 00:45:44 2009 +0100 the pixel format is actually COGL_PIXEL_FORMAT_RGBA_8888_PRE tests/interactive/test-cogl-tex-getset.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 8f734ccbb48effa1b9f3057e26ac5eb40ef54930 Author: Robert Bragg @@ -2203,7 +2203,7 @@ Date: Wed Jun 17 15:03:33 2009 +0100 clutter/cogl/cogl-vertex-buffer.h | 11 +++++++++++ clutter/cogl/common/cogl-vertex-buffer.c | 21 +++++++++++++++++++++ - 2 files changed, 32 insertions(+), 0 deletions(-) + 2 files changed, 32 insertions(+) commit 555159776b9146d86b0be8b224c4712cf67dcaa7 Author: Robert Bragg @@ -2215,7 +2215,7 @@ Date: Wed Jun 17 15:02:56 2009 +0100 include it until there is a particular need. clutter/cogl/cogl-vertex-buffer.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit a66f027c61c9dfd545c3ba4d9d104679bef2ec43 Author: Damien Lespiau @@ -2230,7 +2230,7 @@ Date: Thu Jun 25 16:06:41 2009 +0200 clutter/cogl/gl/cogl-defines.h.in | 1 + clutter/cogl/gles/cogl-defines.h.in | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 30b5dac7c319ecedee7492b126bcb6e0c4b5928c Author: Damien Lespiau @@ -2258,8 +2258,8 @@ Date: Mon Jun 29 16:34:49 2009 +0100 by itself. The clutter_actor_pick() is just confusing things. clutter/clutter-actor.c | 29 ---------------------------- - clutter/clutter-actor.h | 2 - - clutter/clutter-deprecated.h | 2 + + clutter/clutter-actor.h | 2 -- + clutter/clutter-deprecated.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 - 4 files changed, 2 insertions(+), 32 deletions(-) @@ -2270,7 +2270,7 @@ Date: Mon Jun 29 16:33:07 2009 +0100 Add more debug notes inside the master clock clutter/clutter-master-clock.c | 20 +++++++++++++++----- - 1 files changed, 15 insertions(+), 5 deletions(-) + 1 file changed, 15 insertions(+), 5 deletions(-) commit 9e84e5203421c8a358fbcfe6f1eb6c70f95fd160 Author: Emmanuele Bassi @@ -2279,7 +2279,7 @@ Date: Tue Jun 23 15:45:42 2009 +0100 [docs] Update after the Input API changes doc/reference/clutter/clutter-sections.txt | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 537ccc3cd94cb43740c622d5e65d62cbae062579 Author: Emmanuele Bassi @@ -2308,7 +2308,7 @@ Date: Tue Jun 23 15:23:53 2009 +0100 to pick it up. clutter/clutter-actor.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 20f3c173fe10bee6d04814d08bfe21e23c294cf8 Author: Neil Roberts @@ -2322,7 +2322,7 @@ Date: Wed Jun 24 12:04:55 2009 +0100 unpremultiply and premultiply again afterwards. tests/interactive/test-shader.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit e9d277609d81bd5198638b9565e1668ff8391235 Author: Tim Horton @@ -2337,7 +2337,7 @@ Date: Thu Jun 18 22:46:48 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit c272a7b2a2a9817b3b4f67fafcefeb2b241b7eb0 Author: Ole André Vadla Ravnås @@ -2354,7 +2354,7 @@ Date: Thu Jun 18 23:53:46 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-master-clock.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit ba6c0c27f9b796bbf6f81de1deab10877a287f37 Author: Emmanuele Bassi @@ -2371,7 +2371,7 @@ Date: Mon Jun 22 12:07:08 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1659 clutter/clutter-texture.c | 96 +++++++++++++++++++++++++-------------------- - 1 files changed, 53 insertions(+), 43 deletions(-) + 1 file changed, 53 insertions(+), 43 deletions(-) commit 8a1cf0cff4320b61cbede38b39e5b7ece6d24b08 Author: Emmanuele Bassi @@ -2380,7 +2380,7 @@ Date: Fri Jun 19 18:25:25 2009 +0100 Post-release bump to 0.9.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fdaaa8b6d701d2b43fd2750de1b018b5af5577ea Author: Emmanuele Bassi @@ -2389,7 +2389,7 @@ Date: Fri Jun 19 17:50:31 2009 +0100 [release] 0.9.4 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b833ed3c0d678e0fa65da8c602d946446d225f5d Author: Emmanuele Bassi @@ -2398,7 +2398,7 @@ Date: Tue Jun 16 16:42:41 2009 +0100 Update the NEWS file NEWS | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 78 insertions(+), 0 deletions(-) + 1 file changed, 78 insertions(+) commit 3d49edad85dd4756b4845b619abdfa76ecd4e469 Author: Emmanuele Bassi @@ -2410,7 +2410,7 @@ Date: Fri Jun 19 18:06:02 2009 +0100 the ClutterInputDevice accessors for the id and type. doc/reference/clutter/clutter-sections.txt | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a79d6228aa75e5d27f4229c32950494629c81126 Author: Emmanuele Bassi @@ -2423,11 +2423,11 @@ Date: Fri Jun 19 16:38:35 2009 +0100 and macros. clutter/clutter-behaviour-ellipse.c | 275 ++-------------------------- - clutter/clutter-behaviour-ellipse.h | 136 +++++---------- + clutter/clutter-behaviour-ellipse.h | 136 +++++--------- clutter/clutter-behaviour-rotate.c | 96 ---------- - clutter/clutter-behaviour-rotate.h | 11 - + clutter/clutter-behaviour-rotate.h | 11 -- clutter/clutter-behaviour-scale.c | 104 ----------- - clutter/clutter-behaviour-scale.h | 47 ++---- + clutter/clutter-behaviour-scale.h | 47 ++--- clutter/clutter-deprecated.h | 20 ++ clutter/clutter-timeline.c | 16 -- clutter/clutter-timeline.h | 1 - @@ -2464,7 +2464,7 @@ Date: Fri Jun 19 14:32:37 2009 +0100 and regressions can be caught. clutter/x11/clutter-backend-x11.c | 18 +++++++++++++----- - 1 files changed, 13 insertions(+), 5 deletions(-) + 1 file changed, 13 insertions(+), 5 deletions(-) commit 0ec541282acf7b9ea08217b154524013c93b7d95 Author: Emmanuele Bassi @@ -2478,7 +2478,7 @@ Date: Fri Jun 19 14:20:50 2009 +0100 any other Clutter function. tests/interactive/test-devices.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a6b469736770d2c2ea25b582196bd221ce85721e Author: Emmanuele Bassi @@ -2507,7 +2507,7 @@ Date: Fri Jun 19 14:12:36 2009 +0100 to be called before any other Clutter function. clutter/x11/clutter-backend-x11.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit b5f4befeaa2d1944c7623a31f8a8ccaae200b640 Author: Emmanuele Bassi @@ -2552,13 +2552,13 @@ Date: Fri Jun 19 13:07:20 2009 +0100 share the same API across the code. clutter/clutter-event.c | 147 +++++++++++++++++++++- - clutter/clutter-event.h | 95 ++++++++++----- - clutter/clutter-main.c | 35 ----- + clutter/clutter-event.h | 95 +++++++++----- + clutter/clutter-main.c | 35 ------ clutter/clutter-private.h | 3 + clutter/x11/clutter-backend-x11.c | 252 ++++++++++++++++++------------------- clutter/x11/clutter-backend-x11.h | 2 +- clutter/x11/clutter-event-x11.c | 39 +++--- - clutter/x11/clutter-x11.h | 10 +-- + clutter/x11/clutter-x11.h | 10 +- tests/interactive/test-devices.c | 60 +++++---- 9 files changed, 392 insertions(+), 251 deletions(-) @@ -2590,17 +2590,17 @@ Date: Wed Jun 17 17:59:54 2009 +0100 clutter/clutter-actor.c | 13 +++---- clutter/clutter-backend.c | 8 ++-- - clutter/clutter-event.c | 10 +++--- + clutter/clutter-event.c | 10 ++--- clutter/clutter-feature.c | 4 +- clutter/clutter-main.c | 61 ++++++++++++++++--------------- clutter/clutter-private.h | 4 +- clutter/clutter-stage.c | 5 ++- clutter/clutter-texture.c | 2 +- clutter/eglnative/clutter-event-egl.c | 2 +- - clutter/fruity/clutter-backend-fruity.c | 8 +++-- + clutter/fruity/clutter-backend-fruity.c | 8 ++-- clutter/fruity/clutter-fruity.c | 2 +- clutter/sdl/clutter-event-sdl.c | 2 +- - clutter/win32/clutter-backend-win32.c | 4 +-- + clutter/win32/clutter-backend-win32.c | 4 +- clutter/win32/clutter-event-win32.c | 6 +-- clutter/win32/clutter-stage-win32.c | 10 +++-- clutter/x11/clutter-backend-x11.c | 16 ++++---- @@ -2620,7 +2620,7 @@ Date: Wed Jun 17 15:43:53 2009 +0100 clutter/clutter-main.c | 2 -- clutter/clutter-private.h | 1 - - 2 files changed, 0 insertions(+), 3 deletions(-) + 2 files changed, 3 deletions(-) commit 1aa8c89f2c18e01e9f36338c0609f58caaa90c3a Author: Matthew Allum @@ -2646,7 +2646,7 @@ Date: Tue Jun 16 18:08:52 2009 +0100 Revert commit 8aacff0e0f38d2cdfae841f6a154baa793ea7739 clutter/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit c4716d78d0ee874115e970666ba7739f1829b90e Author: Emmanuele Bassi @@ -2655,7 +2655,7 @@ Date: Tue Jun 16 16:42:07 2009 +0100 [docs] Update the backends hacking reference HACKING.backends | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 29ab2691166a2417733fef527845e9877e627186 Author: Emmanuele Bassi @@ -2664,7 +2664,7 @@ Date: Tue Jun 16 16:41:46 2009 +0100 [docs] Update the release notes README | 40 ++++++++++++++++++++++++++++++++++++---- - 1 files changed, 36 insertions(+), 4 deletions(-) + 1 file changed, 36 insertions(+), 4 deletions(-) commit 5e098c388668fe3ee3f08b28e73a9a4120216993 Author: Emmanuele Bassi @@ -2673,7 +2673,7 @@ Date: Tue Jun 16 16:41:29 2009 +0100 [docs] Update the HACKING file HACKING | 52 +++++++--------------------------------------------- - 1 files changed, 7 insertions(+), 45 deletions(-) + 1 file changed, 7 insertions(+), 45 deletions(-) commit 8aacff0e0f38d2cdfae841f6a154baa793ea7739 Author: Emmanuele Bassi @@ -2685,7 +2685,7 @@ Date: Tue Jun 16 16:40:36 2009 +0100 file name. clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9f83e7dc2ee855dbbb8cb7de8b7a42d43dd485b0 Author: Emmanuele Bassi @@ -2698,7 +2698,7 @@ Date: Tue Jun 16 16:38:01 2009 +0100 implementation anymore. clutter/clutter-stage.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 4bed539b215d2504977aa6cee739854b7ca612d8 Author: Emmanuele Bassi @@ -2715,7 +2715,7 @@ Date: Tue Jun 16 16:30:41 2009 +0100 clutter/clutter-actor.c | 72 ++++++++++++++++++++++++++++ clutter/clutter-types.h | 4 ++ doc/reference/clutter/clutter-sections.txt | 4 ++ - 3 files changed, 80 insertions(+), 0 deletions(-) + 3 files changed, 80 insertions(+) commit 9ed2a47db1818322c8ef8a93aa8654c1ab1e7ef6 Author: Emmanuele Bassi @@ -2724,7 +2724,7 @@ Date: Tue Jun 16 13:48:11 2009 +0100 [doap] Add branches for past releases clutter.doap | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 275f292ab9ac2961695d0596d9fe5b172f7470c7 Author: Emmanuele Bassi @@ -2741,7 +2741,7 @@ Date: Tue Jun 16 12:47:19 2009 +0100 clutter/clutter-actor.h | 47 +--- clutter/clutter-deprecated.h | 2 + clutter/clutter-types.h | 90 +++++-- - doc/reference/clutter/clutter-sections.txt | 24 ++- + doc/reference/clutter/clutter-sections.txt | 24 +- 5 files changed, 417 insertions(+), 137 deletions(-) commit 63c84c46f8c4e2c1e0c6654d016912dc3bbaefc5 @@ -2753,7 +2753,7 @@ Date: Tue Jun 16 10:34:13 2009 -0400 Free a temporary list. clutter/cogl/common/cogl-vertex-buffer.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f8e956548235116de18558c86470b16555149122 Author: Emmanuele Bassi @@ -2767,7 +2767,7 @@ Date: Mon Jun 15 15:08:59 2009 +0100 with a gradient. tests/interactive/test-easing.c | 72 ++++++++++++++++++++++++++++++--------- - 1 files changed, 56 insertions(+), 16 deletions(-) + 1 file changed, 56 insertions(+), 16 deletions(-) commit f95f4ba3cb02b0f4d0aefcd19d18a1af0ba81707 Author: Neil Roberts @@ -2781,8 +2781,8 @@ Date: Mon Jun 15 12:41:13 2009 +0100 ARGB format so until we can fix the Clutter API it now uses the Cogl API directly. - clutter/clutter-cairo-texture.c | 46 +++++++++++++++++++++++++------------- - 1 files changed, 30 insertions(+), 16 deletions(-) + clutter/clutter-cairo-texture.c | 46 +++++++++++++++++++++++++-------------- + 1 file changed, 30 insertions(+), 16 deletions(-) commit c6b4ea8b442af4e6bfa0e5961685b58c23595e32 Author: Emmanuele Bassi @@ -2794,7 +2794,7 @@ Date: Mon Jun 15 11:50:23 2009 +0100 redundant variables and white space. clutter/clutter-cairo-texture.c | 34 ++++++++++++++++------------------ - 1 files changed, 16 insertions(+), 18 deletions(-) + 1 file changed, 16 insertions(+), 18 deletions(-) commit 9799750c0338218a542334c9f4dbf2177beafa4f Author: Emmanuele Bassi @@ -2832,7 +2832,7 @@ Date: Mon Jun 15 10:53:43 2009 +0100 recenters the animated actor once the first animation has ended. clutter/clutter-animation.c | 252 ++++++++++++--------------------------- - tests/interactive/test-easing.c | 53 ++++++++- + tests/interactive/test-easing.c | 53 +++++++- 2 files changed, 126 insertions(+), 179 deletions(-) commit 612d1cded77c07b6a4884e5ec3c0bf5b8929bff9 @@ -2850,8 +2850,8 @@ Date: Mon Jun 15 11:24:54 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1646 - clutter/clutter-animation.c | 47 ++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 44 insertions(+), 3 deletions(-) + clutter/clutter-animation.c | 47 ++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 44 insertions(+), 3 deletions(-) commit 0415d62d40b728e328042eb6c1c3f60c92dd2909 Author: Emmanuele Bassi @@ -2899,7 +2899,7 @@ Date: Thu Jun 11 18:56:27 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit abac520f0c081c3c4c986d50ff42a297dd6e8ccd Author: Emmanuele Bassi @@ -2910,10 +2910,10 @@ Date: Fri Jun 12 03:46:38 2009 +0100 A clone actor should not modify the state of its source, so we need to check that it's not breaking any invariant. - .gitignore | 2 + + .gitignore | 2 ++ tests/conform/test-actor-invariants.c | 34 +++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 37 insertions(+), 0 deletions(-) + 3 files changed, 37 insertions(+) commit 795e005566f2055999e226da8a34f50890c71c25 Author: Owen W. Taylor @@ -2935,7 +2935,7 @@ Date: Thu Jun 11 18:46:44 2009 -0400 clutter/glx/clutter-glx-texture-pixmap.c | 2 -- clutter/x11/clutter-x11-texture-pixmap.c | 3 --- - 2 files changed, 0 insertions(+), 5 deletions(-) + 2 files changed, 5 deletions(-) commit b9a53d379d3aaca4b09a90cd44d5a9d9736a2435 Author: Damien Lespiau @@ -2947,7 +2947,7 @@ Date: Sun Jun 14 01:16:30 2009 +0100 * ignore the newly introduced premult test .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0dfc1dd284ea698ed6d3d814d12a5e5b7bff7095 Author: Neil Roberts @@ -2964,7 +2964,7 @@ Date: Fri Jun 12 11:05:26 2009 +0100 but it now represents the elapsed time. tests/interactive/test-cogl-tex-tile.c | 31 ++++++++++++++----------------- - 1 files changed, 14 insertions(+), 17 deletions(-) + 1 file changed, 14 insertions(+), 17 deletions(-) commit 9d829957737fc016033e80c33593d2cc8daa0f4c Author: Robert Bragg @@ -2981,7 +2981,7 @@ Date: Mon Jun 8 17:43:34 2009 +0100 clutter/cogl/gl/cogl-texture.c | 2 ++ clutter/cogl/gles/cogl-texture.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 6414adbfeb696282c5e5ca0eb47a77caf3309d92 Author: Emmanuele Bassi @@ -2993,7 +2993,7 @@ Date: Thu Jun 11 16:59:50 2009 +0100 frame painting to use the frame-less Timeline. tests/interactive/test-cogl-tex-polygon.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit a8fc4e1694a5faef75d3b962640c87b057bef322 Author: Emmanuele Bassi @@ -3006,7 +3006,7 @@ Date: Thu Jun 11 16:53:52 2009 +0100 master clock will do that for us. tests/interactive/test-cogl-vertex-buffer.c | 26 ++++++++------------------ - 1 files changed, 8 insertions(+), 18 deletions(-) + 1 file changed, 8 insertions(+), 18 deletions(-) commit 19f112f9bca3077cc946acb828bd681b3ddf1b7c Author: Emmanuele Bassi @@ -3021,7 +3021,7 @@ Date: Thu Jun 11 16:23:26 2009 +0100 and coding patterns from Clutter 0.2, otherwise we won't be testing anything except that Clutter 0.2 worked. - tests/interactive/test-actor-clone.c | 63 ++++----- + tests/interactive/test-actor-clone.c | 63 ++++---- tests/interactive/test-actors.c | 56 ++++---- tests/interactive/test-paint-wrapper.c | 247 +++++++++++++++++--------------- 3 files changed, 181 insertions(+), 185 deletions(-) @@ -3038,7 +3038,7 @@ Date: Mon Jun 8 12:18:34 2009 +0100 in the pipeline. clutter/cogl/common/cogl-material.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 96827db74089054763c596e28aa180bc0fb1b7c5 Merge: eb55397 ec77b91 @@ -3074,7 +3074,7 @@ Date: Thu Jun 11 14:31:01 2009 +0100 choose a premultiplied internal format. clutter/cogl/cogl-texture.h | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 41579eb3c9d7243d41754e38d30f1d8ad20958fd Author: Robert Bragg @@ -3102,7 +3102,7 @@ Date: Sun Jun 7 16:31:12 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-premult.c | 388 +++++++++++++++++++++++++++++++++++++ - 3 files changed, 390 insertions(+), 0 deletions(-) + 3 files changed, 390 insertions(+) commit 70636b4815283136ca5d878b6e39e12337c4f9ed Author: Robert Bragg @@ -3137,7 +3137,7 @@ Date: Sat Jun 6 21:55:05 2009 +0100 the textures, so we have to explicitly request an unmultiplied format. tests/conform/test-blend-strings.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a9b011f3edc9730f60280e38bf2164f1c2dd95a9 Author: Robert Bragg @@ -3180,7 +3180,7 @@ Date: Sun Jun 7 15:58:56 2009 +0100 before. clutter/cogl/common/cogl-bitmap-fallback.c | 60 ++++++++++++++-------------- - 1 files changed, 30 insertions(+), 30 deletions(-) + 1 file changed, 30 insertions(+), 30 deletions(-) commit cb959ef457a670a5e827963d4a85f6c732993295 Author: Robert Bragg @@ -3192,7 +3192,7 @@ Date: Sun Jun 7 20:29:13 2009 +0100 have it explicitly removed as for _cogl_bitmap_fallback_unpremult. clutter/cogl/common/cogl-bitmap-fallback.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e18cee77ab0167a000bb3af8a7c047357141177 Author: Owen W. Taylor @@ -3210,7 +3210,7 @@ Date: Sat May 9 14:39:01 2009 -0400 Signed-off-by: Robert Bragg clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1e5b5d10c5608efa411afcb8e032c5e956325249 Author: Owen W. Taylor @@ -3226,7 +3226,7 @@ Date: Thu Jun 4 13:45:43 2009 -0400 Signed-off-by: Robert Bragg clutter/clutter-cairo-texture.c | 58 ++++++--------------------------------- - 1 files changed, 9 insertions(+), 49 deletions(-) + 1 file changed, 9 insertions(+), 49 deletions(-) commit c3448314d59a855a7dfaa47d68c3fa3531eee4ce Author: Owen W. Taylor @@ -3292,7 +3292,7 @@ Date: Sat May 9 14:39:01 2009 -0400 clutter/cogl/common/cogl-bitmap-fallback.c | 93 ++++++++++++++++++++++++++++ clutter/cogl/common/cogl-bitmap-pixbuf.c | 13 ++++ - clutter/cogl/common/cogl-bitmap-private.h | 14 ++++ + clutter/cogl/common/cogl-bitmap-private.h | 14 +++++ clutter/cogl/common/cogl-bitmap.c | 26 ++++++-- 4 files changed, 140 insertions(+), 6 deletions(-) @@ -3329,7 +3329,7 @@ Date: Sat May 9 14:39:01 2009 -0400 clutter/cogl/cogl-color.h | 12 ++++++++++++ clutter/cogl/common/cogl-color.c | 8 ++++++++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit eb55397423181272914c4bdb861eb55b72808dc6 Author: Emmanuele Bassi @@ -3342,7 +3342,7 @@ Date: Thu Jun 11 13:24:34 2009 +0100 a distcheck failure. clutter/json/Makefile.am | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 61c45da90a489a619b6e99b6a93f12c5192d306a Merge: cd08dc6 e60584e @@ -3386,7 +3386,7 @@ Date: Thu Jun 11 12:36:41 2009 +0100 test-binding-pool interactive test. tests/interactive/test-binding-pool.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit e60584ea6f7db76974b18789c9b90aaeeedf072a Author: Emmanuele Bassi @@ -3406,7 +3406,7 @@ Date: Wed Jun 10 18:10:32 2009 +0100 close both our eyes on that. tests/conform/test-text-cache.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit f1000db3caa450e4917b48d3c4f69bea5a255197 Author: Neil Roberts @@ -3429,8 +3429,8 @@ Date: Thu Jun 11 12:14:53 2009 +0100 longer directly manipulates priv->msecs_delta but instead passes a delta value to check_markers. - clutter/clutter-timeline.c | 102 ++++++++++++++++++++++++++++++++++++------- - 1 files changed, 85 insertions(+), 17 deletions(-) + clutter/clutter-timeline.c | 102 ++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 85 insertions(+), 17 deletions(-) commit bf0c21e0154a9666d5be2be18cf93f3a5119953c Author: Tommi Komulainen @@ -3453,7 +3453,7 @@ Date: Fri Apr 24 16:43:39 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-stage.c | 18 +++++++++++++++++- - 1 files changed, 17 insertions(+), 1 deletions(-) + 1 file changed, 17 insertions(+), 1 deletion(-) commit 9021aa2909189becd9809d29ebf8c9a3c362ce5f Author: Neil Roberts @@ -3498,7 +3498,7 @@ Date: Thu Jun 11 11:23:45 2009 +0100 marker so it should have one in the conformance test. tests/conform/test-timeline.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9c5663d6717722d6d77162060f284355b5081174 Author: Neil Roberts @@ -3532,7 +3532,7 @@ Date: Wed Jun 10 16:23:35 2009 +0100 Thanks to Iain Holmes for catching the leak. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit acf7722a41dc5c568f895166cc471f53f3546926 Author: Neil Roberts @@ -3566,7 +3566,7 @@ Date: Wed Jun 10 14:54:42 2009 +0100 [docs] Annotate fixed sized arrays clutter/clutter-actor.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 7c08f554bc403938d90363fcba552d5121ad1449 Author: Emmanuele Bassi @@ -3575,7 +3575,7 @@ Date: Wed Jun 10 14:54:19 2009 +0100 [docs] Update Clutter's API reference doc/reference/clutter/clutter-sections.txt | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 0f9dea0337aadc5c7218c93a592d83ae4828d6b4 Author: Emmanuele Bassi @@ -3588,7 +3588,7 @@ Date: Wed Jun 10 14:52:53 2009 +0100 paint and call glReadPixels() with the current buffer. clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 92a7e23ec1c7fbbb8233bf7207630b5fc9992c08 Author: Emmanuele Bassi @@ -3597,7 +3597,7 @@ Date: Wed Jun 10 14:24:33 2009 +0100 [build] Use top_srcdir instead of relative paths doc/reference/clutter/Makefile.am | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 84d67bf1b3c39444efd2c85c90f9bbd7da5fc0ec Author: Emmanuele Bassi @@ -3610,7 +3610,7 @@ Date: Wed Jun 10 14:23:45 2009 +0100 configure.ac | 2 +- po/LINGUAS | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit bd3254c0f8ee775df9979deb46d2ac8dbfc92876 Author: Emmanuele Bassi @@ -3620,14 +3620,14 @@ Date: Wed Jun 10 12:50:45 2009 +0100 Try to keep the gtk-doc errors down to a minimum. - clutter/cogl/cogl-bitmap.h | 8 ++- + clutter/cogl/cogl-bitmap.h | 8 ++-- clutter/cogl/cogl-material.h | 24 ++++++---- clutter/cogl/cogl-matrix.h | 32 +++++++------ clutter/cogl/cogl-offscreen.h | 4 +- - clutter/cogl/cogl-vertex-buffer.h | 9 +++- - clutter/cogl/cogl.h.in | 6 +- + clutter/cogl/cogl-vertex-buffer.h | 9 ++-- + clutter/cogl/cogl.h.in | 6 +-- doc/reference/cogl/Makefile.am | 2 - - doc/reference/cogl/cogl-sections.txt | 83 +++++++++++++++++++++++++++++++-- + doc/reference/cogl/cogl-sections.txt | 83 ++++++++++++++++++++++++++++++++-- 8 files changed, 126 insertions(+), 42 deletions(-) commit e1cac4fece275c0e8428942a880ae5e5f4b3b13b @@ -3658,7 +3658,7 @@ Date: Tue Jun 9 16:28:25 2009 +0100 need to run the repaint functions inside it. clutter/clutter-master-clock.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 287d4f76ecf0ccd2171eaf4a61c79ccea06e5f1d Author: Owen W. Taylor @@ -3678,9 +3678,9 @@ Date: Mon Jun 8 13:13:18 2009 -0400 Signed-off-by: Emmanuele Bassi - tests/conform/test-conform-main.c | 7 ++++ - tests/conform/test-timeline-interpolate.c | 19 ------------ - tests/conform/test-timeline-rewind.c | 19 ------------ + tests/conform/test-conform-main.c | 7 +++++ + tests/conform/test-timeline-interpolate.c | 19 ------------- + tests/conform/test-timeline-rewind.c | 19 ------------- tests/conform/test-timeline.c | 44 ----------------------------- 4 files changed, 7 insertions(+), 82 deletions(-) @@ -3708,12 +3708,12 @@ Date: Mon Jun 8 13:00:09 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-master-clock.c | 37 ++------------------ + clutter/clutter-master-clock.c | 37 +++----------------- clutter/clutter-timeline.c | 53 +++++++++++++++++++++-------- - clutter/clutter-timeline.h | 4 +- - tests/conform/test-timeline-interpolate.c | 17 +--------- - tests/conform/test-timeline-rewind.c | 17 +--------- - tests/conform/test-timeline.c | 15 +-------- + clutter/clutter-timeline.h | 4 +-- + tests/conform/test-timeline-interpolate.c | 17 +-------- + tests/conform/test-timeline-rewind.c | 17 +-------- + tests/conform/test-timeline.c | 15 +------- 6 files changed, 48 insertions(+), 95 deletions(-) commit dcd8d2831455f1ae950cbab073f37d0ad36d2295 @@ -3741,10 +3741,10 @@ Date: Sat Jun 6 22:48:15 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-main.c | 9 ++- + clutter/clutter-main.c | 9 +-- clutter/clutter-master-clock.c | 131 ++++++++++++++++++++++++++++-------- clutter/clutter-master-clock.h | 2 + - clutter/clutter-stage.c | 18 ++++-- + clutter/clutter-stage.c | 18 +++-- tests/micro-bench/test-text-perf.c | 1 + tests/micro-bench/test-text.c | 1 + 6 files changed, 124 insertions(+), 38 deletions(-) @@ -3765,7 +3765,7 @@ Date: Sat Jun 6 19:31:32 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-main.h | 17 ++++++----------- - 1 files changed, 6 insertions(+), 11 deletions(-) + 1 file changed, 6 insertions(+), 11 deletions(-) commit fc83e364779431dd3a89733ad9e762440de8a001 Author: Owen W. Taylor @@ -3782,7 +3782,7 @@ Date: Sat Jun 6 22:55:34 2009 -0400 Signed-off-by: Emmanuele Bassi tests/micro-bench/test-picking.c | 20 +++++++------------- - 1 files changed, 7 insertions(+), 13 deletions(-) + 1 file changed, 7 insertions(+), 13 deletions(-) commit 6e69692e22334d15e2d01d39439362bbf1ba8679 Author: Owen W. Taylor @@ -3806,7 +3806,7 @@ Date: Sat Jun 6 19:10:41 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-main.c | 129 +++++++-------------------------------- + clutter/clutter-main.c | 129 +++++++--------------------------------- clutter/clutter-main.h | 2 - clutter/clutter-master-clock.c | 19 +++++- clutter/clutter-private.h | 10 +++- @@ -3831,7 +3831,7 @@ Date: Sat Jun 6 18:22:51 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-master-clock.c | 27 ++++++++---- + clutter/clutter-master-clock.c | 27 ++++++++----- clutter/clutter-private.h | 2 + clutter/clutter-stage.c | 84 +++++++++++++++++++++------------------- 3 files changed, 64 insertions(+), 49 deletions(-) @@ -3851,7 +3851,7 @@ Date: Sat Jun 6 18:12:26 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-master-clock.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 4b63f9524e64f2c0a2f7baa4034f2a9657de7ddb Author: Owen W. Taylor @@ -3866,7 +3866,7 @@ Date: Sat Jun 6 18:11:19 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-master-clock.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit ebaec9798ed6790a559c96010e1074b74c1e260b Author: Owen W. Taylor @@ -3909,9 +3909,9 @@ Date: Sat Jun 6 17:54:05 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-main.c | 5 --- + clutter/clutter-main.c | 5 ---- clutter/clutter-master-clock.c | 63 ---------------------------------------- - 2 files changed, 0 insertions(+), 68 deletions(-) + 2 files changed, 68 deletions(-) commit 19c2e66398280950d210a321beae5774a735fed4 Author: Emmanuele Bassi @@ -3926,7 +3926,7 @@ Date: Tue Jun 9 14:47:36 2009 +0100 clutter/clutter-units.h | 2 +- clutter/eglnative/clutter-egl.h | 7 ++++ clutter/eglx/clutter-backend-egl.c | 2 +- - clutter/eglx/clutter-eglx.h | 8 ++++ + clutter/eglx/clutter-eglx.h | 8 +++++ doc/reference/clutter/clutter-sections.txt | 1 + 9 files changed, 24 insertions(+), 56 deletions(-) @@ -3948,7 +3948,7 @@ Date: Tue Jun 9 14:05:03 2009 +0100 clutter/clutter-stage.h | 5 +- doc/reference/clutter/clutter-sections.txt | 4 +- tests/interactive/test-clutter-cairo-flowers.c | 2 +- - tests/interactive/test-events.c | 12 +--- + tests/interactive/test-events.c | 12 ++-- tests/interactive/test-fullscreen.c | 4 +- tests/interactive/test-perspective.c | 2 +- 8 files changed, 54 insertions(+), 53 deletions(-) @@ -3989,7 +3989,7 @@ Date: Tue Jun 9 13:48:03 2009 +0100 clutter/clutter-stage.c | 127 ++++++++++++++++++---------------- clutter/sdl/clutter-stage-sdl.c | 2 +- clutter/x11/clutter-stage-x11.c | 4 +- - tests/interactive/test-events.c | 12 ++- + tests/interactive/test-events.c | 12 ++-- tests/interactive/test-fullscreen.c | 2 +- tests/interactive/test-perspective.c | 3 +- 6 files changed, 79 insertions(+), 71 deletions(-) @@ -4005,7 +4005,7 @@ Date: Tue Jun 9 12:43:57 2009 +0100 provide a summary at the end. configure.ac | 23 +++++++++++++++++------ - 1 files changed, 17 insertions(+), 6 deletions(-) + 1 file changed, 17 insertions(+), 6 deletions(-) commit d743aeaa21b2c06ce9e673808e6f3ab2b05dd929 Author: Emmanuele Bassi @@ -4026,7 +4026,7 @@ Date: Tue Jun 9 12:42:19 2009 +0100 clutter/json/json-object.c | 647 +++++++++++++++++++++++++++++++++++-- clutter/json/json-parser.c | 8 +- clutter/json/json-types-private.h | 61 ++++ - clutter/json/json-types.h | 228 ++++++++++---- + clutter/json/json-types.h | 228 +++++++++---- 8 files changed, 1459 insertions(+), 133 deletions(-) commit 91856b1bed071b98a4d3eb22a4efae089faf6490 @@ -4049,7 +4049,7 @@ Date: Tue Jun 9 12:39:28 2009 +0100 [build] Add as-compiler-flag.m4 to the dist build/autotools/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4b125d7fde86559baaf945943bbe5d9f81b45c9e Author: Neil Roberts @@ -4090,7 +4090,7 @@ Date: Mon Jun 8 16:45:43 2009 -0400 clutter/cogl/gl/cogl-texture.c | 2 ++ clutter/cogl/gles/cogl-texture.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 08d580f68a02b7cd9eb4b8a93d9f32aa63db3a38 Author: Owen W. Taylor @@ -4124,7 +4124,7 @@ Date: Mon Jun 8 11:56:59 2009 +0100 Signed-off-by: Robert Bragg clutter/glx/clutter-glx-texture-pixmap.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fd0a490ced2a945eb19ed9d22b88efc7ade5f97c Author: Owen W. Taylor @@ -4141,7 +4141,7 @@ Date: Mon Jun 8 07:57:41 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-timeline.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit fd19d337461bd187a38e73edc3d620b97eac8bf8 Author: Emmanuele Bassi @@ -4158,7 +4158,7 @@ Date: Mon Jun 8 14:42:22 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1537 clutter/clutter-animation.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 41e85f3073ab88cb5bfaeda479ed5ffa7db93264 Author: Emmanuele Bassi @@ -4182,7 +4182,7 @@ Date: Sat Jun 6 15:27:37 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1585 clutter/clutter-deprecated.h | 5 + - clutter/clutter-event.c | 214 ++++++++++++++++++++------- + clutter/clutter-event.c | 214 ++++++++++++++++++++-------- clutter/clutter-event.h | 64 +++++---- clutter/clutter-text.c | 11 +- doc/reference/clutter/clutter-sections.txt | 16 ++- @@ -4206,7 +4206,7 @@ Date: Mon Jun 8 08:46:33 2009 +0100 Signed-off-by: Robert Bragg clutter/glx/clutter-glx-texture-pixmap.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c968b06f15f994827f9dd77e7e9efb6e8e06db6b Author: Garry Bodsworth @@ -4220,7 +4220,7 @@ Date: Mon Jun 8 08:38:50 2009 +0100 Signed-off-by: Robert Bragg clutter/glx/clutter-glx-texture-pixmap.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1e6e41190b47c384d70216a09204f39808a3fd84 Author: Owen W. Taylor @@ -4255,7 +4255,7 @@ Date: Sat Jun 6 12:07:42 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-glx-texture-pixmap.c | 80 ++++++++++++------------------ - 1 files changed, 31 insertions(+), 49 deletions(-) + 1 file changed, 31 insertions(+), 49 deletions(-) commit d28c9e5db1c7dd7faab2fc9e718d70747d21dfb1 Author: Owen W. Taylor @@ -4300,7 +4300,7 @@ Date: Sat Jun 6 11:37:18 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 28 ++++++++++------------------ - 1 files changed, 10 insertions(+), 18 deletions(-) + 1 file changed, 10 insertions(+), 18 deletions(-) commit 583a86b537cd3b0d41c23949600c06515f5056bf Author: Owen W. Taylor @@ -4321,7 +4321,7 @@ Date: Sat Jun 6 11:28:02 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-group.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 009eafb9ee1ea3b6e969b95f219e3f607c10f7e9 Author: Owen W. Taylor @@ -4343,7 +4343,7 @@ Date: Sat Jun 6 11:56:08 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 26 ++++++++++++++++++-------- - 1 files changed, 18 insertions(+), 8 deletions(-) + 1 file changed, 18 insertions(+), 8 deletions(-) commit d8459b0a32c95e0e6d59cc314d5d032c9f9c4edb Author: Emmanuele Bassi @@ -4352,7 +4352,7 @@ Date: Mon Jun 8 10:59:22 2009 +0100 [tests] Clarify the numbers tests/conform/test-timeline.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ebe36cf0834ba6eca511a349aca95aa3777f87b Author: Emmanuele Bassi @@ -4363,7 +4363,7 @@ Date: Mon Jun 8 10:58:20 2009 +0100 The test-events interactive test is still using the old name. tests/interactive/test-events.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 54b5d076820cce3f69a699b34ca810204651bcc0 Author: Emmanuele Bassi @@ -4381,7 +4381,7 @@ Date: Mon Jun 8 02:22:26 2009 +0100 build/autotools/as-compiler-flag.m4 | 62 +++++++++++++++++++++++++++++++++++ configure.ac | 5 ++- - 2 files changed, 66 insertions(+), 1 deletions(-) + 2 files changed, 66 insertions(+), 1 deletion(-) commit 12b4e0400cfa85ab2c7d1544174747226d6b031a Author: Emmanuele Bassi @@ -4395,7 +4395,7 @@ Date: Mon Jun 8 02:04:27 2009 +0100 should happen when setting it to be full screen. clutter/x11/clutter-stage-x11.c | 34 +++++++++++++++++++++++----------- - 1 files changed, 23 insertions(+), 11 deletions(-) + 1 file changed, 23 insertions(+), 11 deletions(-) commit ca305d2a403a1e1f40cf9a606b590853863964f9 Author: Owen W. Taylor @@ -4415,7 +4415,7 @@ Date: Mon Jun 8 01:51:02 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a87f6f32a6ce41623e893cc054591e9fe67d199f Author: Robert Bragg @@ -4433,7 +4433,7 @@ Date: Sat Jun 6 21:33:31 2009 +0100 and pushing.) tests/conform/test-blend-strings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9691827b5b03886d6eb88e1aed5844514d59366f Author: Emmanuele Bassi @@ -4455,8 +4455,8 @@ Date: Sat Jun 6 15:57:29 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1622 - clutter/clutter-texture.c | 31 +++++++++------- - tests/interactive/test-texture-async.c | 60 ++++++++++++++++++++++++++++--- + clutter/clutter-texture.c | 31 ++++++++++------- + tests/interactive/test-texture-async.c | 60 ++++++++++++++++++++++++++++---- 2 files changed, 72 insertions(+), 19 deletions(-) commit ea9bd6761ad840c12c063a14d9334dd807473a9d @@ -4470,7 +4470,7 @@ Date: Sat Jun 6 14:39:21 2009 +0100 The "pixel_set" guard can be left in place for future use. clutter/clutter-units.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 7e5f7eb7902e9424bb223896ca0219e3032c416c Author: Emmanuele Bassi @@ -4483,7 +4483,7 @@ Date: Sat Jun 6 14:38:10 2009 +0100 flags. configure.ac | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit c3dc03997cf4a2b82f45c90ad855785f8ac86853 Author: Emmanuele Bassi @@ -4510,7 +4510,7 @@ Date: Fri Jun 5 17:53:57 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 276952d6f9c20e4a2be5fbf2ab381c263598f864 Author: Owen W. Taylor @@ -4527,7 +4527,7 @@ Date: Fri Jun 5 16:52:18 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-timeline.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f87e10c02409b8c5fbdb4cf5b289109fbcc67e45 Author: Johan Bilien @@ -4540,7 +4540,7 @@ Date: Wed Jun 3 22:08:17 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/common/cogl-material.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6f7afdf5536408885acb8f31a7dcf1bf0ab93114 Author: Bastian Winkler @@ -4556,7 +4556,7 @@ Date: Wed Jun 3 14:36:18 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 29 ++++++++++++++++------------- - 1 files changed, 16 insertions(+), 13 deletions(-) + 1 file changed, 16 insertions(+), 13 deletions(-) commit ca5473836bb41687640a7f2fcf538bfa3733f122 Author: Emmanuele Bassi @@ -4575,7 +4575,7 @@ Date: Sat Jun 6 12:34:00 2009 +0100 Signed-off-by: Emmanuele Bassi configure.ac | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit ea15e4c7f0476e1610e79a990616a467615358db Author: Neil Roberts @@ -4594,8 +4594,8 @@ Date: Fri Jun 5 18:00:22 2009 +0100 value is always taken from the base color. clutter/pango/cogl-pango-display-list.c | 44 ++++++++++++++++++++++++++----- - clutter/pango/cogl-pango-display-list.h | 6 +++- - clutter/pango/cogl-pango-render.c | 26 ++++++++---------- + clutter/pango/cogl-pango-display-list.h | 6 +++-- + clutter/pango/cogl-pango-render.c | 26 +++++++++--------- 3 files changed, 53 insertions(+), 23 deletions(-) commit 6fe22ac8505da2c9a0b7eb97c3a6ea5f3edea95c @@ -4626,7 +4626,7 @@ Date: Fri Jun 5 17:54:21 2009 +0100 * Update the configure command line switches README | 31 +++++++++++++++++++------------ - 1 files changed, 19 insertions(+), 12 deletions(-) + 1 file changed, 19 insertions(+), 12 deletions(-) commit 01e1aae7dd7c65ef8f60d66f95cb335d609fdff4 Author: Robert Bragg @@ -4637,7 +4637,7 @@ Date: Sat Apr 4 19:21:22 2009 +0100 This avoids dirtying the layer, and should avoid some uneeded state changes clutter/cogl/common/cogl-material.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit dea7f9b7d3fe36d398ade3f8e45ec4e31652dc48 Author: Robert Bragg @@ -4649,7 +4649,7 @@ Date: Fri May 22 16:59:14 2009 +0100 clutter_init tests/conform/test-conform-main.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 6b92296e7f933a6d9798ba807fbd80ee2221144d Author: Emmanuele Bassi @@ -4660,7 +4660,7 @@ Date: Fri Jun 5 16:46:12 2009 +0100 Silence GCC clutter/cogl/common/cogl-blend-string.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 02fa34f65b3efefaca4146e968c0f84a20061da1 Author: Emmanuele Bassi @@ -4669,7 +4669,7 @@ Date: Fri Jun 5 15:18:43 2009 +0100 Fix a compiler warning clutter/cogl/common/cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b061a00f4cde1bdf1406bbf94b87fb88e996987a Author: Neil Roberts @@ -4683,7 +4683,7 @@ Date: Fri Jun 5 16:25:39 2009 +0100 broken. clutter/clutter-actor.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 03471daf50dae5baf906ba95ba200d77e40bb3fb Author: Emmanuele Bassi @@ -4696,7 +4696,7 @@ Date: Fri Jun 5 12:46:37 2009 +0100 GdkPixbuf but never actually checking for it. configure.ac | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 7e33fe3175d17ff659705c24ac7865510b145528 Merge: b5a7b3a cbb748f @@ -4765,7 +4765,7 @@ Date: Fri Jun 5 12:06:09 2009 +0100 we need to check the former first to avoid the deprecation warning. clutter/x11/clutter-backend-x11.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit fa3ed19db56db26cadd37ea73539f1bd59254ef4 Author: Neil Roberts @@ -4778,7 +4778,7 @@ Date: Thu Jun 4 22:20:18 2009 +0100 #ifdef. clutter/cogl/common/cogl-primitives.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 810e936164028043682b014a8e9b531fb373f317 Author: Neil Roberts @@ -4789,7 +4789,7 @@ Date: Thu Jun 4 22:15:41 2009 +0100 This reflects the changes made to e4ff24bc for the egl stage. clutter/eglx/clutter-stage-egl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6efbb92c5899dfadac4f366bee709f5154180967 Author: Neil Roberts @@ -4799,8 +4799,8 @@ Date: Thu Jun 4 22:12:33 2009 +0100 This reflects the changes made in 54d8aadf1d86 for the GLES backend. - clutter/cogl/gles/cogl-texture-private.h | 31 +++++- - clutter/cogl/gles/cogl-texture.c | 182 ++++++++++++++++++----------- + clutter/cogl/gles/cogl-texture-private.h | 31 ++++- + clutter/cogl/gles/cogl-texture.c | 182 +++++++++++++++++++----------- 2 files changed, 142 insertions(+), 71 deletions(-) commit eff82a546d2ae6747ae32f639f07a6d182114016 @@ -4813,7 +4813,7 @@ Date: Thu Jun 4 22:10:33 2009 +0100 on GLES 2. clutter/cogl/gles/cogl-shader.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 54d8aadf1d86bf6cfacc5346c02a13f3a2577268 Author: Neil Roberts @@ -4852,16 +4852,16 @@ Date: Thu Jun 4 16:04:57 2009 +0100 clutter/clutter-texture.c | 132 +++++++------------- clutter/cogl/cogl-material.h | 80 ++++++++++++ clutter/cogl/cogl-texture.h | 80 ------------ - clutter/cogl/cogl-types.h | 13 ++- + clutter/cogl/cogl-types.h | 13 +- clutter/cogl/common/cogl-material-private.h | 3 + clutter/cogl/common/cogl-material.c | 59 +++++++++ clutter/cogl/common/cogl-primitives.c | 3 +- clutter/cogl/gl/cogl-context.h | 1 + clutter/cogl/gl/cogl-defines.h.in | 4 + - clutter/cogl/gl/cogl-texture-private.h | 31 +++++- - clutter/cogl/gl/cogl-texture.c | 179 +++++++++++++++++--------- + clutter/cogl/gl/cogl-texture-private.h | 31 ++++- + clutter/cogl/gl/cogl-texture.c | 179 +++++++++++++++++---------- clutter/cogl/gl/cogl.c | 7 +- - clutter/glx/clutter-glx-texture-pixmap.c | 20 ++-- + clutter/glx/clutter-glx-texture-pixmap.c | 20 +-- clutter/pango/cogl-pango-glyph-cache.c | 22 +--- clutter/pango/cogl-pango-glyph-cache.h | 2 +- clutter/pango/cogl-pango-render.c | 40 +++--- @@ -4882,7 +4882,7 @@ Date: Thu Jun 4 17:28:35 2009 +0100 and not multiply by 1024. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5ea3b47144720dfa1692cc085537300e4d24d97c Author: Emmanuele Bassi @@ -4895,7 +4895,7 @@ Date: Thu Jun 4 16:50:19 2009 +0100 warning. clutter/clutter-actor.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e4ff24bcff4881ddadaf3bb52d74ee71061504fc Author: Emmanuele Bassi @@ -4957,7 +4957,7 @@ Date: Thu Jun 4 12:15:15 2009 +0100 validation process. clutter/clutter-units.c | 38 ++++++++++++++++++++++++++++++++++++++ - 1 files changed, 38 insertions(+), 0 deletions(-) + 1 file changed, 38 insertions(+) commit 5ebb59e6b0a11c156e1f246a852986f15080f297 Author: Emmanuele Bassi @@ -4974,7 +4974,7 @@ Date: Thu Jun 4 12:00:58 2009 +0100 clutter/clutter-actor.c | 43 +++++++++++++++++++++++++++++++++++++++++- clutter/clutter-marshal.list | 1 + - 2 files changed, 43 insertions(+), 1 deletions(-) + 2 files changed, 43 insertions(+), 1 deletion(-) commit 0187bb396524435fe32696176bcb234f36be326f Author: Emmanuele Bassi @@ -4987,19 +4987,19 @@ Date: Wed Jun 3 14:02:06 2009 +0100 without breaking API/ABI, and allows to encode more information to the allocation process instead of just changes of absolute origin. - clutter/clutter-actor.c | 64 +++++++++++++++++----------------- + clutter/clutter-actor.c | 64 +++++++++++++++++------------------ clutter/clutter-actor.h | 46 +++++++++++++++++-------- clutter/clutter-clone.c | 13 +++---- - clutter/clutter-group.c | 17 ++++----- + clutter/clutter-group.c | 17 +++++----- clutter/clutter-main.c | 2 +- - clutter/clutter-stage.c | 21 +++++++---- - clutter/clutter-text.c | 8 ++-- - clutter/clutter-texture.c | 13 ++++--- - clutter/osx/clutter-stage-osx.c | 8 ++-- - clutter/sdl/clutter-stage-sdl.c | 8 ++-- - clutter/win32/clutter-stage-win32.c | 16 ++++---- - clutter/x11/clutter-stage-x11.c | 8 ++-- - tests/interactive/test-layout.c | 13 +++---- + clutter/clutter-stage.c | 21 +++++++----- + clutter/clutter-text.c | 8 ++--- + clutter/clutter-texture.c | 13 +++---- + clutter/osx/clutter-stage-osx.c | 8 ++--- + clutter/sdl/clutter-stage-sdl.c | 8 ++--- + clutter/win32/clutter-stage-win32.c | 16 ++++----- + clutter/x11/clutter-stage-x11.c | 8 ++--- + tests/interactive/test-layout.c | 13 ++++--- 13 files changed, 128 insertions(+), 109 deletions(-) commit 0d5e17ecd12c680e52144e9f3493616cf96cbd05 @@ -5025,10 +5025,10 @@ Date: Wed Jun 3 11:12:09 2009 +0100 ClutterUnits should be maintained. .gitignore | 2 + - clutter/clutter-actor.c | 111 ++--- + clutter/clutter-actor.c | 111 ++-- clutter/clutter-units.c | 763 ++++++++++++++++++---------- clutter/clutter-units.h | 271 +++------- - doc/reference/clutter/clutter-sections.txt | 50 +-- + doc/reference/clutter/clutter-sections.txt | 50 +- tests/conform/Makefile.am | 1 + tests/conform/test-clutter-units.c | 58 +++ tests/conform/test-conform-main.c | 3 + @@ -5046,7 +5046,7 @@ Date: Wed Jun 3 10:09:56 2009 +0100 out a warning. clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 046e571bae28790cb4d3e59d83e838a553fe15f0 Author: Emmanuele Bassi @@ -5059,14 +5059,14 @@ Date: Tue Jun 2 18:44:30 2009 +0100 clutter/clutter-backend.c | 4 +- clutter/clutter-interval.c | 15 +----- - clutter/clutter-text.c | 90 +++++++++++++++----------------- - clutter/x11/clutter-stage-x11.c | 31 +++++------ - tests/conform/test-anchors.c | 54 +++++++++---------- - tests/conform/test-binding-pool.c | 16 ++---- + clutter/clutter-text.c | 90 +++++++++++++++------------------ + clutter/x11/clutter-stage-x11.c | 31 +++++------- + tests/conform/test-anchors.c | 54 ++++++++++---------- + tests/conform/test-binding-pool.c | 16 +++--- tests/interactive/test-animation.c | 5 +- - tests/interactive/test-binding-pool.c | 16 ++---- - tests/interactive/test-layout.c | 68 ++++++++++++------------ - tests/interactive/test-project.c | 18 ++---- + tests/interactive/test-binding-pool.c | 16 +++--- + tests/interactive/test-layout.c | 68 ++++++++++++------------- + tests/interactive/test-project.c | 18 +++---- tests/interactive/test-text-field.c | 8 +-- 11 files changed, 142 insertions(+), 183 deletions(-) @@ -5084,7 +5084,7 @@ Date: Wed Jun 3 15:22:42 2009 +0100 different texture in later. clutter/cogl/common/cogl-material.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 9c7afe0c5bf99e38c6fd4584b8fa3b0ed02cf996 Author: Neil Roberts @@ -5115,7 +5115,7 @@ Date: Thu Jun 4 13:05:12 2009 +0100 test-timeline-smoothness and test-timeline-dup-frames have been removed because they no longer make sense. - clutter/clutter-alpha.c | 116 +++--- + clutter/clutter-alpha.c | 116 +++-- clutter/clutter-timeline.c | 638 ++++++++------------------- clutter/clutter-timeline.h | 24 +- doc/reference/clutter/clutter-sections.txt | 8 +- @@ -5125,7 +5125,7 @@ Date: Thu Jun 4 13:05:12 2009 +0100 tests/conform/test-timeline-interpolate.c | 19 +- tests/conform/test-timeline-rewind.c | 12 +- tests/conform/test-timeline-smoothness.c | 147 ------ - tests/conform/test-timeline.c | 48 ++- + tests/conform/test-timeline.c | 48 +- tests/interactive/test-actor-clone.c | 7 +- tests/interactive/test-actors.c | 9 +- tests/interactive/test-behave.c | 2 +- @@ -5158,7 +5158,7 @@ Date: Thu Jun 4 12:04:47 2009 +0100 match the changes to the function signature in 61deeafa. clutter/cogl/gles/cogl-shader.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit fa0b33ec30a0e95e6dc0731abe698e16135b19db Author: Neil Roberts @@ -5171,7 +5171,7 @@ Date: Thu Jun 4 11:59:17 2009 +0100 stage in 125bded8. clutter/win32/clutter-stage-win32.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit af68945486ff20adb8d386af5dd0b76a50eca098 Author: Neil Roberts @@ -5183,7 +5183,7 @@ Date: Thu Jun 4 11:50:52 2009 +0100 warning. clutter/win32/clutter-event-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f89ff7f3835edab93de1c67895b6a754abffc5eb Author: Neil Roberts @@ -5198,7 +5198,7 @@ Date: Thu Jun 4 11:50:06 2009 +0100 clutter/cogl/gl/cogl-context.h | 2 ++ clutter/cogl/gl/cogl-defines.h.in | 11 +++++++++++ clutter/cogl/gl/cogl.c | 7 +++++++ - 4 files changed, 22 insertions(+), 0 deletions(-) + 4 files changed, 22 insertions(+) commit daa95b561e1dda0c13624fdbde602c36dc786842 Author: Neil Roberts @@ -5238,7 +5238,7 @@ Date: Wed Jun 3 12:59:16 2009 +0100 actors. clutter/clutter-actor.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 181ba67114d8bd88c0b7091ad9033ebee6bff63c Author: Emmanuele Bassi @@ -5292,7 +5292,7 @@ Date: Tue Jun 2 18:01:18 2009 +0100 not to be able to reuse the bitmap for creating multiple textures. clutter/cogl/gl/cogl-texture.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit b6f1322e07f0fd678a48f1128eae6cba8b8211d7 Author: Emmanuele Bassi @@ -5303,11 +5303,11 @@ Date: Mon Jun 1 18:43:47 2009 +0100 Add a conformance test unit for the to_string() and from_string() methods. - .gitignore | 2 + + .gitignore | 2 ++ tests/conform/Makefile.am | 1 + tests/conform/test-color.c | 71 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 3 ++ - 4 files changed, 77 insertions(+), 0 deletions(-) + 4 files changed, 77 insertions(+) commit bd13a4ddc486586bc1051080cbe64c2d90ee853e Author: Robert Staudinger @@ -5323,8 +5323,8 @@ Date: Mon Jun 1 18:54:46 2009 +0200 Signed-off-by: Emmanuele Bassi - clutter/clutter-color.c | 58 ++++++++++++++++++++++------------------------ - 1 files changed, 28 insertions(+), 30 deletions(-) + clutter/clutter-color.c | 58 +++++++++++++++++++++++------------------------ + 1 file changed, 28 insertions(+), 30 deletions(-) commit ffd5fb172b390f7fbdeadce3dda181a67a1e7916 Author: Emmanuele Bassi @@ -5396,7 +5396,7 @@ Date: Mon Jun 1 17:10:22 2009 +0100 The static_indices array has been removed from the Cogl context. clutter/cogl/common/cogl-primitives.c | 79 +++++++--------------- - clutter/cogl/common/cogl-vertex-buffer-private.h | 4 + + clutter/cogl/common/cogl-vertex-buffer-private.h | 4 ++ clutter/cogl/gl/cogl-context.c | 3 - clutter/cogl/gl/cogl-context.h | 1 - clutter/cogl/gles/cogl-context.c | 3 - @@ -5414,7 +5414,7 @@ Date: Mon Jun 1 15:51:59 2009 +0100 depend on the Cogl GIR instead. clutter/Makefile.am | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit 86230eb9fa134c3df50634e9196477c82d20a403 Author: Marc-André Lureau @@ -5431,7 +5431,7 @@ Date: Sat May 30 23:58:03 2009 +0300 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 097400747e112d01cbd4ecb72401abcca41158f9 Author: Emmanuele Bassi @@ -5440,7 +5440,7 @@ Date: Mon Jun 1 12:51:23 2009 +0100 [git ignore] Add report XML output file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c759aeb6a720043b8b74242d5e18da405be3825d Author: Emmanuele Bassi @@ -5461,7 +5461,7 @@ Date: Sun May 31 15:15:46 2009 +0100 clutter/clutter-actor.c | 353 ++++++++++++++---------- clutter/clutter-interval.c | 12 +- tests/conform/Makefile.am | 3 + - tests/conform/test-anchors.c | 145 ++++++----- + tests/conform/test-anchors.c | 145 +++++----- tests/conform/test-binding-pool.c | 18 +- tests/interactive/test-animation.c | 8 +- tests/interactive/test-clutter-cairo-flowers.c | 23 +- @@ -5486,7 +5486,7 @@ Date: Sun May 31 15:07:58 2009 +0100 are a little bit too thin on details. clutter/clutter-texture.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit 8b71fa1acbb8580e61ce30fd6a48a4bf0024ba97 Author: Emmanuele Bassi @@ -5502,7 +5502,7 @@ Date: Sun May 31 15:06:16 2009 +0100 This is not true, since they'll remain for the whole 1.x API cycle. clutter/clutter-texture.c | 26 +++++++++++--------------- - 1 files changed, 11 insertions(+), 15 deletions(-) + 1 file changed, 11 insertions(+), 15 deletions(-) commit 3b70e0b6b7a3c01c9e9d0c15f39b676877eee119 Author: Neil Roberts @@ -5514,7 +5514,7 @@ Date: Fri May 29 11:52:21 2009 +0100 instead of the GL enums. clutter/pango/cogl-pango-display-list.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 97921a7d137bde2b73cfb2dabea89c14e30510a9 Author: Neil Roberts @@ -5528,7 +5528,7 @@ Date: Fri May 29 11:38:03 2009 +0100 Intel drivers. clutter/pango/cogl-pango-display-list.c | 47 ++++++++++++++----------------- - 1 files changed, 21 insertions(+), 26 deletions(-) + 1 file changed, 21 insertions(+), 26 deletions(-) commit 67544f38d4dc93bd1be477656171681c5acf9721 Author: Neil Roberts @@ -5544,12 +5544,12 @@ Date: Thu May 28 13:47:18 2009 +0100 clutter/cogl/cogl-vertex-buffer.h | 40 +++++++++++++++ clutter/cogl/common/cogl-vertex-buffer.c | 80 ++++++++++++++++++++++++++++++ - clutter/cogl/gl/cogl-context.c | 9 +++ - clutter/cogl/gl/cogl-context.h | 6 ++ - clutter/cogl/gles/cogl-context.c | 9 +++ + clutter/cogl/gl/cogl-context.c | 9 ++++ + clutter/cogl/gl/cogl-context.h | 6 +++ + clutter/cogl/gles/cogl-context.c | 9 ++++ clutter/cogl/gles/cogl-context.h | 7 ++- doc/reference/cogl/cogl-sections.txt | 1 + - 7 files changed, 151 insertions(+), 1 deletions(-) + 7 files changed, 151 insertions(+), 1 deletion(-) commit 4afe1e9a8b7822522e990989ad156df49bfc29e3 Author: Emmanuele Bassi @@ -5569,7 +5569,7 @@ Date: Fri May 29 17:53:19 2009 +0100 clutter/clutter-actor.c | 112 ++++++++++++++++++++++++++++ clutter/clutter-actor.h | 6 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 119 insertions(+), 0 deletions(-) + 3 files changed, 119 insertions(+) commit 293eeed507460ef6a9168264b04f119acf567eb7 Author: Emmanuele Bassi @@ -5585,7 +5585,7 @@ Date: Fri May 29 17:50:58 2009 +0100 for that location has to clean up the copy. clutter/cogl/Makefile.am | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 936f638a4234b0dd9f5122447bf09f8fcde1ac26 Author: Emmanuele Bassi @@ -5599,7 +5599,7 @@ Date: Fri May 29 17:10:27 2009 +0100 clutter/cogl/Makefile.am | 1 + clutter/cogl/common/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit faec5c468ba77e61a3f724be49f031be65ef2011 Author: Jonas Bonn @@ -5615,7 +5615,7 @@ Date: Thu May 28 09:47:45 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 1187972e45b8c64ad25c2a243b0112bbde84e3e6 Author: Jonas Bonn @@ -5633,7 +5633,7 @@ Date: Thu May 28 09:40:09 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit c5e659d5922b406059c94545c1a5c773f61b2379 Author: Emmanuele Bassi @@ -5645,7 +5645,7 @@ Date: Fri May 29 14:52:49 2009 +0100 of the stages list. clutter/clutter-master-clock.c | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit 5d4974ed365d9882945f211f1dadd067b4b2d8b1 Author: Emmanuele Bassi @@ -5685,8 +5685,8 @@ Date: Fri May 29 14:25:19 2009 +0100 Signed-off-by: Jonas Bonn Signed-off-by: Emmanuele Bassi - clutter/clutter-master-clock.c | 67 +++++++++++++++++++++++++++++++++++---- - 1 files changed, 60 insertions(+), 7 deletions(-) + clutter/clutter-master-clock.c | 67 +++++++++++++++++++++++++++++++++++----- + 1 file changed, 60 insertions(+), 7 deletions(-) commit cbbc1a9ca36972ee0bf0612605c5176ce9b63b7f Author: Emmanuele Bassi @@ -5705,7 +5705,7 @@ Date: Fri May 29 14:27:55 2009 +0100 under the stamp file. clutter/cogl/common/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit cfb95084651b0ea199eecef5993d7fc2da3586fa Author: Neil Roberts @@ -5717,7 +5717,7 @@ Date: Fri May 29 14:23:16 2009 +0100 executed. configure.ac | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit e565c1f1dbfdb29fcaa7065d078f524c8432c12c Author: Emmanuele Bassi @@ -5778,8 +5778,8 @@ Date: Fri May 29 12:31:47 2009 +0100 clutter/cogl/Makefile.am | 40 +++++--- clutter/cogl/cogl-shader.h | 5 +- clutter/cogl/cogl-types.h | 83 +++------------- - clutter/cogl/cogl.h.in | 11 +- - clutter/cogl/common/Makefile.am | 53 ++++++++++- + clutter/cogl/cogl.h.in | 11 ++- + clutter/cogl/common/Makefile.am | 53 +++++++++- clutter/cogl/common/cogl-enum-types.c.in | 33 +++++++ clutter/cogl/common/cogl-enum-types.h.in | 25 +++++ clutter/cogl/common/cogl-util.c | 154 ------------------------------ @@ -5798,17 +5798,17 @@ Date: Thu May 28 17:18:13 2009 +0100 * Add missing descriptions - clutter/clutter-actor.h | 4 +++ + clutter/clutter-actor.h | 4 ++++ clutter/clutter-animation.c | 2 +- clutter/clutter-container.h | 5 ++++ clutter/clutter-main.h | 2 +- clutter/clutter-texture.c | 2 +- clutter/cogl/cogl-material.h | 5 ++++ - clutter/cogl/cogl-shader.h | 14 ++++++++-- - clutter/cogl/cogl-vertex-buffer.h | 35 +++++++++++++++++---------- - clutter/cogl/cogl.h.in | 4 +++ - doc/reference/clutter/clutter-sections.txt | 7 ++++- - doc/reference/cogl/cogl-sections.txt | 6 ---- + clutter/cogl/cogl-shader.h | 14 ++++++++--- + clutter/cogl/cogl-vertex-buffer.h | 35 +++++++++++++++++----------- + clutter/cogl/cogl.h.in | 4 ++++ + doc/reference/clutter/clutter-sections.txt | 7 ++++-- + doc/reference/cogl/cogl-sections.txt | 6 ----- 11 files changed, 59 insertions(+), 27 deletions(-) commit e51fbebd67e04182438c7f24d5db7b0f678c3f56 @@ -5818,7 +5818,7 @@ Date: Thu May 28 17:18:10 2009 +0100 [git ignore] Add blend strings test .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9557328e4ec61ed0c78c165135c8f4b216f26b7f Merge: 7252c14 d960ce4 @@ -5842,7 +5842,7 @@ Date: Thu May 28 15:27:09 2009 +0100 predictable when the driver will actually render the scene. tests/micro-bench/test-text-perf.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 7252c141970eaa7c17214e9890b917221be70fd0 Author: Emmanuele Bassi @@ -5873,7 +5873,7 @@ Date: Thu May 28 12:52:00 2009 +0100 cogl-deprecated.h header. clutter/cogl/cogl-deprecated.h | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit be826ed4e7b9e834da0055f4e5d253c22204b870 Author: Robert Bragg @@ -5891,7 +5891,7 @@ Date: Thu May 28 12:49:29 2009 +0100 clutter/cogl/cogl-vertex-buffer.h | 34 +++----- clutter/cogl/common/cogl-vertex-buffer-private.h | 7 +- - clutter/cogl/common/cogl-vertex-buffer.c | 97 +++++---------------- + clutter/cogl/common/cogl-vertex-buffer.c | 97 +++++----------------- tests/interactive/test-cogl-vertex-buffer.c | 16 ++-- 4 files changed, 46 insertions(+), 108 deletions(-) @@ -5911,7 +5911,7 @@ Date: Thu May 28 02:03:16 2009 +0100 time we call glDrawElements. clutter/cogl/common/cogl-primitives.c | 80 +++++++++++++++++++-------------- - 1 files changed, 46 insertions(+), 34 deletions(-) + 1 file changed, 46 insertions(+), 34 deletions(-) commit 57cb20dc0685889b5eaa89d409a47d67d15450fb Author: Robert Bragg @@ -5924,7 +5924,7 @@ Date: Tue May 26 18:25:00 2009 +0100 should be replaced. clutter/cogl/cogl-deprecated.h | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 605243d95285ad57cf55dc7674884f3ed4b09524 Author: Robert Bragg @@ -5965,12 +5965,12 @@ Date: Tue May 26 11:33:54 2009 +0100 cogl_set_projection_matrix clutter/cogl/cogl-matrix.h | 70 ++++++++-- - clutter/cogl/cogl.h.in | 39 +++++ - clutter/cogl/common/cogl-current-matrix.c | 215 ++++++++++++++++------------ - clutter/cogl/common/cogl-matrix-stack.c | 68 +++++++--- + clutter/cogl/cogl.h.in | 39 ++++++ + clutter/cogl/common/cogl-current-matrix.c | 215 +++++++++++++++++------------ + clutter/cogl/common/cogl-matrix-stack.c | 68 ++++++--- clutter/cogl/common/cogl-matrix-stack.h | 20 ++- clutter/cogl/common/cogl-matrix.c | 87 ++++++++++-- - doc/reference/cogl/cogl-sections.txt | 19 ++- + doc/reference/cogl/cogl-sections.txt | 19 +-- 7 files changed, 370 insertions(+), 148 deletions(-) commit 12c8ff8606c2fb6212e59c50842e04b634f7c4b2 @@ -6005,8 +6005,8 @@ Date: Tue May 26 16:27:36 2009 +0100 ID for the indices; now the Id is generated internally and returned to the caller. - clutter/cogl/cogl-vertex-buffer.h | 30 +++++++++++---- - clutter/cogl/common/cogl-vertex-buffer.c | 52 +++++++++++++++++--------- + clutter/cogl/cogl-vertex-buffer.h | 30 +++++++++++----- + clutter/cogl/common/cogl-vertex-buffer.c | 52 +++++++++++++++++---------- doc/reference/cogl/cogl-sections.txt | 1 + tests/interactive/test-cogl-vertex-buffer.c | 19 +++++----- 4 files changed, 67 insertions(+), 35 deletions(-) @@ -6021,7 +6021,7 @@ Date: Sun May 24 11:33:29 2009 +0100 use of GLenum in the public API. clutter/cogl/cogl-vertex-buffer.h | 118 ++++++++++++++++----------- - clutter/cogl/common/cogl-vertex-buffer.c | 48 ++++++------ + clutter/cogl/common/cogl-vertex-buffer.c | 48 +++++------ tests/interactive/test-cogl-vertex-buffer.c | 6 +- 3 files changed, 96 insertions(+), 76 deletions(-) @@ -6043,7 +6043,7 @@ Date: Sun May 24 04:04:38 2009 +0100 cogl_vertex_buffer_add_indices () clutter/cogl/cogl-vertex-buffer.h | 79 ++++++++--- - clutter/cogl/common/cogl-vertex-buffer-private.h | 33 ++++-- + clutter/cogl/common/cogl-vertex-buffer-private.h | 33 +++-- clutter/cogl/common/cogl-vertex-buffer.c | 159 ++++++++++++++++++++-- doc/reference/cogl/cogl-sections.txt | 2 + tests/interactive/test-cogl-vertex-buffer.c | 17 ++- @@ -6062,7 +6062,7 @@ Date: Sat May 23 17:52:18 2009 +0100 clutter/cogl/cogl.h.in | 8 +++++++- clutter/cogl/common/cogl.c | 2 ++ - 2 files changed, 9 insertions(+), 1 deletions(-) + 2 files changed, 9 insertions(+), 1 deletion(-) commit f322da3794f6556648566ebcf6b83f59f88e7a5b Author: Robert Bragg @@ -6079,7 +6079,7 @@ Date: Sat May 23 17:42:10 2009 +0100 clutter/cogl/common/cogl-handle.h | 17 ++-- clutter/cogl/common/cogl-material-private.h | 86 ++++++++++++++++++ clutter/cogl/common/cogl-material.c | 6 +- - clutter/cogl/common/cogl-primitives.c | 50 +++++----- + clutter/cogl/common/cogl-primitives.c | 50 +++++------ clutter/cogl/common/cogl-vertex-buffer.c | 15 ++-- clutter/cogl/common/cogl.c | 3 +- clutter/cogl/gl/cogl-context.c | 4 +- @@ -6107,8 +6107,8 @@ Date: Sat May 23 16:23:00 2009 +0100 clutter/cogl/cogl-material.h | 293 --------------------------- clutter/cogl/common/cogl-material-private.h | 20 +- - clutter/cogl/common/cogl-material.c | 176 +++-------------- - clutter/pango/cogl-pango-render.c | 22 +-- + clutter/cogl/common/cogl-material.c | 176 +++------------- + clutter/pango/cogl-pango-render.c | 22 +- doc/reference/cogl/cogl-sections.txt | 11 - 5 files changed, 38 insertions(+), 484 deletions(-) @@ -6146,7 +6146,7 @@ Date: Mon May 11 00:40:41 2009 +0100 clutter/cogl/common/cogl-blend-string.h | 151 ++++ clutter/cogl/common/cogl-debug.c | 3 +- clutter/cogl/common/cogl-material-private.h | 13 +- - clutter/cogl/common/cogl-material.c | 406 +++++++++++- + clutter/cogl/common/cogl-material.c | 406 ++++++++++- clutter/cogl/gl/cogl-context.c | 3 + clutter/cogl/gl/cogl-context.h | 3 + clutter/cogl/gl/cogl-defines.h.in | 12 + @@ -6172,9 +6172,9 @@ Date: Wed May 27 23:39:18 2009 +0100 There were a number of variables shadowing other symbols, and an unused display variable. - clutter/cogl/gles/cogl-gles2-wrapper.c | 20 ++++++++-------- + clutter/cogl/gles/cogl-gles2-wrapper.c | 20 +++++++++--------- clutter/cogl/gles/cogl-primitives.c | 36 ++++++++++++++++---------------- - tests/conform/test-conform-main.c | 3 +- + tests/conform/test-conform-main.c | 3 +-- 3 files changed, 29 insertions(+), 30 deletions(-) commit ccd3b4c8863a2a0568d903b4b0273ad05cc17c39 @@ -6202,7 +6202,7 @@ Date: Wed May 27 18:28:37 2009 +0100 and the ideas. clutter/clutter-animation.c | 420 ++++++++++++++++++------------------------- - 1 files changed, 174 insertions(+), 246 deletions(-) + 1 file changed, 174 insertions(+), 246 deletions(-) commit 6fff1bcdc6cd90bfc75eff765c7512545fedded9 Author: Emmanuele Bassi @@ -6224,9 +6224,9 @@ Date: Wed May 27 13:01:31 2009 +0100 animate_property() returns TRUE -- unifying the code path with the non-Animatable objects. - clutter/clutter-animatable.c | 43 +++++++++++++++++++++++++---------------- - clutter/clutter-animatable.h | 28 +++++++++++++------------- - clutter/clutter-animation.c | 21 +++++++++++-------- + clutter/clutter-animatable.c | 43 +++++++++++++++++++++++++----------------- + clutter/clutter-animatable.h | 28 +++++++++++++-------------- + clutter/clutter-animation.c | 21 ++++++++++++--------- 3 files changed, 52 insertions(+), 40 deletions(-) commit 7edaf8ece8af8c1f9bf7dd25263ec16dee5adf69 @@ -6251,7 +6251,7 @@ Date: Wed May 27 12:12:11 2009 +0100 when creating new instances. clutter/clutter-animation.c | 60 +++++++++++++++++++++++++++++++++---------- - 1 files changed, 46 insertions(+), 14 deletions(-) + 1 file changed, 46 insertions(+), 14 deletions(-) commit 1f44c3584c9040a6745f052ad7ce7ffd9dc399a9 Author: Emmanuele Bassi @@ -6280,7 +6280,7 @@ Date: Wed May 27 11:52:40 2009 +0100 transferred to the new one clutter/clutter-animation.c | 342 +++++++++++++++++++++++++++++-------------- - 1 files changed, 231 insertions(+), 111 deletions(-) + 1 file changed, 231 insertions(+), 111 deletions(-) commit 331d43196da1a76fe5abe138639674b0cb9fbd47 Author: Emmanuele Bassi @@ -6294,7 +6294,7 @@ Date: Tue May 26 17:23:24 2009 +0100 level. configure.ac | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 387ab4c142c8c3b4708e08be540b279fcda8ffd8 Author: Emmanuele Bassi @@ -6308,8 +6308,8 @@ Date: Mon May 25 17:16:44 2009 +0100 * Add authors - clutter.doap | 61 +++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 44 insertions(+), 17 deletions(-) + clutter.doap | 61 ++++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 44 insertions(+), 17 deletions(-) commit 733508b80d30a0946061c55e599f1348ea895140 Author: Emmanuele Bassi @@ -6323,7 +6323,7 @@ Date: Mon May 25 16:52:53 2009 +0100 inadvertedly removed configure.ac | 55 +++++++++++++++++++++++++++++++------------------------ - 1 files changed, 31 insertions(+), 24 deletions(-) + 1 file changed, 31 insertions(+), 24 deletions(-) commit 0d1c626a86fdec432d5bb7ca78aec76ec1fecf7e Author: Emmanuele Bassi @@ -6346,7 +6346,7 @@ Date: Mon May 25 14:04:53 2009 +0100 * Escape everything that requires escaping configure.ac | 1057 +++++++++++++++++++++++++++++----------------------------- - 1 files changed, 534 insertions(+), 523 deletions(-) + 1 file changed, 534 insertions(+), 523 deletions(-) commit b05d4be19d07a834120bac6bbeacca31daae51b9 Author: Emmanuele Bassi @@ -6368,7 +6368,7 @@ Date: Mon May 25 12:41:16 2009 +0100 [build] Clean up cogl-pango Makefile clutter/pango/Makefile.am | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 71498a6376f3c45e6fec228251ec11b9c2dc4cd1 Author: Emmanuele Bassi @@ -6414,13 +6414,13 @@ Date: Sat May 23 19:18:18 2009 +0100 clutter/cogl/cogl-types.h | 4 +- clutter/cogl/common/cogl-util.c | 1 + clutter/cogl/gl/cogl-context.c | 6 +- - clutter/cogl/gl/cogl-texture.c | 81 +++++++++-------- + clutter/cogl/gl/cogl-texture.c | 81 ++++++++--------- clutter/cogl/gles/cogl-context.c | 6 +- - clutter/cogl/gles/cogl-texture.c | 60 ++++++++------ + clutter/cogl/gles/cogl-texture.c | 60 +++++++------ clutter/glx/clutter-glx-texture-pixmap.c | 2 +- clutter/pango/cogl-pango-glyph-cache.c | 2 +- tests/conform/test-backface-culling.c | 36 ++++---- - tests/conform/test-npot-texture.c | 28 ++++--- + tests/conform/test-npot-texture.c | 28 +++--- tests/conform/test-vertex-buffer-contiguous.c | 3 +- tests/interactive/test-clip.c | 2 +- tests/interactive/test-cogl-multitexture.c | 18 ++-- @@ -6442,8 +6442,8 @@ Date: Mon Mar 30 13:49:03 2009 +0100 update the scenegraph before it is painted. clutter/clutter-main.c | 159 +++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-main.h | 62 +++++++++-------- - clutter/clutter-private.h | 4 + + clutter/clutter-main.h | 62 +++++++++--------- + clutter/clutter-private.h | 4 ++ clutter/clutter-stage.c | 9 ++- 4 files changed, 203 insertions(+), 31 deletions(-) @@ -6454,7 +6454,7 @@ Date: Sat May 23 19:32:24 2009 +0100 [git ignore] Add test-text-perf .gitignore | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 Author: Neil Roberts @@ -6468,7 +6468,7 @@ Date: Fri May 22 14:49:37 2009 +0100 paint first. clutter/clutter-actor.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit c262ab0b638eba97e8a152ca5c76360d0f4bf348 Merge: 309f680 b3fe1b8 @@ -6499,7 +6499,7 @@ Date: Fri May 22 11:41:02 2009 +0100 the previous render. clutter/cogl/common/cogl-vertex-buffer.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 309f680d323f25a83f0a529e499f84f301708e79 Author: Damien Lespiau @@ -6532,7 +6532,7 @@ Date: Thu May 21 17:43:41 2009 +0100 - Trailing whitespace tidy up. tests/micro-bench/test-text-perf.c | 19 +++++++++---------- - 1 files changed, 9 insertions(+), 10 deletions(-) + 1 file changed, 9 insertions(+), 10 deletions(-) commit 8724a16452eb4cb577ba6a7763a8491e2935f9a5 Author: Owen W. Taylor @@ -6545,7 +6545,7 @@ Date: Sat Nov 22 19:26:56 2008 -0500 tests/micro-bench/Makefile.am | 4 +- tests/micro-bench/test-text-perf.c | 123 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 126 insertions(+), 1 deletions(-) + 2 files changed, 126 insertions(+), 1 deletion(-) commit d513c1c5403e9f92178d3ed7202d78b0db6efe67 Merge: 1985fa7 7e18109 @@ -6569,7 +6569,7 @@ Date: Thu May 21 15:49:14 2009 +0100 CoglVertexBuffers gains support for that. clutter/pango/cogl-pango-display-list.c | 28 +++++++++++++++++++++++++++- - 1 files changed, 27 insertions(+), 1 deletions(-) + 1 file changed, 27 insertions(+), 1 deletion(-) commit 78a4f1de0d934b83d5ed30d33ac992f32c1b71c6 Author: Robert Bragg @@ -6581,7 +6581,7 @@ Date: Thu May 21 15:25:31 2009 +0100 configure.ac checked the 'default_enable' variable not 'cogl_default_enable' configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 14c3ef1f8dab9390cbdb078ef4663b5ea88a78ce Author: Robert Bragg @@ -6593,7 +6593,7 @@ Date: Thu May 21 15:04:38 2009 +0100 given format string. clutter/cogl/common/cogl-internal.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5481681e5c74a8eb994935e5a14d08cc4372a791 Author: Owen W. Taylor @@ -6611,7 +6611,7 @@ Date: Wed May 6 23:35:01 2009 -0400 Signed-off-by: Robert Bragg clutter/glx/clutter-glx-texture-pixmap.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 2c6719502a1e22f4e910ef3514ba5bdf8b1f0c83 Author: Robert Bragg @@ -6624,7 +6624,7 @@ Date: Wed May 20 17:55:29 2009 +0100 for such actors while painting. clutter/clutter-actor.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit f13c3ee3095ecb1c2ab6b8efbe25362967bc513e Author: Neil Roberts @@ -6660,8 +6660,8 @@ Date: Thu May 21 12:17:12 2009 +0100 http://mail.gnome.org/archives/gtk-i18n-list/2009-May/msg00019.html - clutter/pango/cogl-pango-render.c | 81 ++++++++++++++++++++++++++++++------ - 1 files changed, 67 insertions(+), 14 deletions(-) + clutter/pango/cogl-pango-render.c | 81 ++++++++++++++++++++++++++++++------- + 1 file changed, 67 insertions(+), 14 deletions(-) commit 085be4cebc6f021d8deb114e7984fdfc49665f40 Author: Neil Roberts @@ -6674,7 +6674,7 @@ Date: Thu May 21 12:09:16 2009 +0100 dividing by PANGO_SCALE so the coordinates were completely wrong. clutter/pango/cogl-pango-render.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1985fa75b1929b005d4b5ff46d62ae840f62f38d Author: Emmanuele Bassi @@ -6688,7 +6688,7 @@ Date: Wed May 20 17:38:58 2009 +0100 cast everything to floats. clutter/clutter-texture.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 3428e4dd1d1f852521efbc4b1590370b050173b1 Author: Emmanuele Bassi @@ -6700,7 +6700,7 @@ Date: Wed May 20 17:26:39 2009 +0100 its members. clutter/clutter-actor.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit f8f54989be460f8ae7abda7c2dc01eb578471742 Merge: aa1246e 4f5a5f3 @@ -6724,7 +6724,7 @@ Date: Wed May 20 16:06:09 2009 +0100 amount. clutter/clutter-model.h | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit c74586d019a4651d52938610894c0396f02294bb Author: Emmanuele Bassi @@ -6736,7 +6736,7 @@ Date: Wed May 20 15:15:25 2009 +0100 can import glib.h instead. clutter/cogl/common/cogl-vertex-buffer.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 1f1d19f63450f52caa7231738cad84067486a2ba Author: Emmanuele Bassi @@ -6788,9 +6788,9 @@ Date: Tue May 19 14:44:29 2009 +0100 clutter/cogl/common/cogl-handle.h | 145 ++++++++++++++++----------------- clutter/cogl/common/cogl-internal.h | 43 ++++------ - clutter/cogl/common/cogl-primitives.c | 30 ++++--- + clutter/cogl/common/cogl-primitives.c | 30 +++---- clutter/cogl/common/cogl.c | 31 +++++-- - clutter/cogl/gl/cogl-texture.c | 22 +---- + clutter/cogl/gl/cogl-texture.c | 22 ++--- clutter/cogl/gles/cogl-texture.c | 11 --- 6 files changed, 131 insertions(+), 151 deletions(-) @@ -6808,7 +6808,7 @@ Date: Tue May 19 14:42:37 2009 +0100 clutter/cogl/gl/cogl-internal.h | 66 -------------------------- clutter/cogl/gles/Makefile.am | 1 - clutter/cogl/gles/cogl-internal.h | 93 ------------------------------------- - 4 files changed, 0 insertions(+), 161 deletions(-) + 4 files changed, 161 deletions(-) commit 407ac5075fb5737aff3730773ec9ccba2dbe7fd0 Author: Emmanuele Bassi @@ -6842,7 +6842,7 @@ Date: Mon May 18 19:38:03 2009 +0100 of using g_warning() -- which is redirectable to an alternative logging system using the g_log* API. - clutter/cogl/common/cogl-internal.h | 22 +++++++------- + clutter/cogl/common/cogl-internal.h | 22 +++++++-------- clutter/cogl/common/cogl.c | 52 ++++++++++++++++++----------------- 2 files changed, 38 insertions(+), 36 deletions(-) @@ -6853,7 +6853,7 @@ Date: Tue May 19 12:53:37 2009 +0100 [gitignore] Add more gtk-doc droppings .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit cd3acca2b793c45c81ea4fdc053f82aa2b0ffe21 Author: Emmanuele Bassi @@ -6885,7 +6885,7 @@ Date: Thu May 14 19:51:03 2009 +0100 broke the dist. Let's put it back in. clutter/cogl/common/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2f5012e38cd6566d01b98fb44679c9b431dbd473 Author: Emmanuele Bassi @@ -6904,7 +6904,7 @@ Date: Thu May 7 18:39:07 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1548 clutter/clutter-animation.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit 21e3901d6248ceb9fd4e3c0c82565817774f463f Author: Emmanuele Bassi @@ -6921,8 +6921,8 @@ Date: Wed May 6 17:18:12 2009 +0100 Based on a patch by: Raymond Liu - clutter/clutter-text.c | 33 ++++++++++++++++----------- - clutter/clutter-text.h | 5 ++++ + clutter/clutter-text.c | 33 ++++++++++++++++------------ + clutter/clutter-text.h | 5 +++++ doc/reference/clutter/clutter-sections.txt | 1 + 3 files changed, 25 insertions(+), 14 deletions(-) @@ -6974,7 +6974,7 @@ Date: Wed May 6 16:43:52 2009 +0100 reference doc/reference/clutter/clutter.types | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 092b41d53b793a985d5234acfa9df007b16be4c3 Author: Emmanuele Bassi @@ -6986,7 +6986,7 @@ Date: Wed May 6 16:42:57 2009 +0100 inside the constructor's return value -- except Timeline. clutter/clutter-timeline.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 1c6580afd67526d1f8e7ee114fdcd69b83e9f4c6 Author: Dan Winship @@ -7019,7 +7019,7 @@ Date: Thu May 14 15:08:31 2009 +0100 clutter_text_ensure_cursor_position. clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a3a5fe5594301778ec78f161dfeffac113d89901 Author: Thomas Wood @@ -7031,7 +7031,7 @@ Date: Thu May 14 13:31:51 2009 +0100 the text will scroll per character clutter/clutter-text.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit cf6c2d9721b96123f20c9ed26f8066dba502a035 Author: Thomas Wood @@ -7043,7 +7043,7 @@ Date: Thu May 14 10:55:25 2009 +0100 area that should be selected. clutter/clutter-text.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit e79fd1055d5d220a2460fc5ada0e74d7456aedf2 Author: Thomas Wood @@ -7058,7 +7058,7 @@ Date: Thu May 14 10:53:44 2009 +0100 clutter_text_paint. clutter/clutter-text.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 16185c78fc59f8538f0a439908bd43ae8ee981fe Author: Thomas Wood @@ -7070,7 +7070,7 @@ Date: Thu May 14 10:51:58 2009 +0100 position from coordinates. clutter/clutter-text.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit e162d0b0607e9221b360cfe7b0d61a2b4b44edd9 Author: Thomas Wood @@ -7082,7 +7082,7 @@ Date: Thu May 14 10:17:24 2009 +0100 and the cursor offset by the same value as the text offset. clutter/clutter-text.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit cd86e70f4150505a035ea074aed06e4bd3fbb9df Author: Thomas Wood @@ -7094,7 +7094,7 @@ Date: Thu May 14 09:53:41 2009 +0100 taken into account when reporting the natural size of the actor. clutter/clutter-text.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 92e439105697fe65d8c6dda08d1658774245e9cb Author: Emmanuele Bassi @@ -7108,7 +7108,7 @@ Date: Thu May 14 12:05:57 2009 +0100 This is a likely candidate for a conformance test unit as well. tests/interactive/test-text-field.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 0d43d81ee04ea456edb3159aa0e0c71e2f869f62 Author: Emmanuele Bassi @@ -7121,7 +7121,7 @@ Date: Thu May 14 12:00:51 2009 +0100 using the relative key binding. clutter/clutter-text.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 8174f66cc60a70e60eb98b0097416f898e8df485 Author: Emmanuele Bassi @@ -7133,7 +7133,7 @@ Date: Thu May 14 11:50:42 2009 +0100 reset the cursor position and selection bound to -1. clutter/clutter-text.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 608c3e3ab45ab262e9b89f8a78cdf2f057dca570 Author: Emmanuele Bassi @@ -7146,7 +7146,7 @@ Date: Thu May 14 10:02:06 2009 +0100 instead of being built unconditionally. clutter/cogl/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 724e58a85a35e249490e54d27e7f9411033db3a9 Author: Emmanuele Bassi @@ -7211,7 +7211,7 @@ Date: Wed May 13 23:04:25 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 24 +++++++++++++++++++----- - 1 files changed, 19 insertions(+), 5 deletions(-) + 1 file changed, 19 insertions(+), 5 deletions(-) commit aa1246e8917f0977bd03b97c206d4c2a01ff8599 Author: Emmanuele Bassi @@ -7234,8 +7234,8 @@ Date: Wed May 13 22:21:48 2009 +0100 contained and can be reworked with the minimum amount of pain. clutter/clutter-backend.c | 16 ++++++++ - clutter/clutter-backend.h | 3 + - clutter/clutter-private.h | 3 + + clutter/clutter-backend.h | 3 ++ + clutter/clutter-private.h | 3 ++ clutter/glx/clutter-backend-glx.c | 54 +++++++++++++++++++++++++- clutter/glx/clutter-stage-glx.c | 76 +++++++++++++++++-------------------- 5 files changed, 110 insertions(+), 42 deletions(-) @@ -7256,7 +7256,7 @@ Date: Wed May 13 22:20:19 2009 +0100 Thanks to Havoc Pennington for catching this. clutter/clutter-main.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e59a19bd03964aacfa64479fdb51555350992989 Author: Emmanuele Bassi @@ -7279,7 +7279,7 @@ Date: Wed May 13 21:49:45 2009 +0100 the stage realization, which is currently a very delicate and hard to debug section. - clutter/glx/clutter-backend-glx.c | 67 +++++++++++++++++++++++++++++++++--- + clutter/glx/clutter-backend-glx.c | 67 +++++++++++++++++++++++++++++++++---- clutter/glx/clutter-stage-glx.c | 46 ++++++------------------- clutter/x11/clutter-backend-x11.c | 14 ++++++++ clutter/x11/clutter-backend-x11.h | 7 ++++ @@ -7301,7 +7301,7 @@ Date: Wed May 13 12:11:54 2009 +0100 already works with -1. clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 979f089ef9e5ef3486fd81f8ec4d38579bb7e7b7 Author: Emmanuele Bassi @@ -7314,8 +7314,8 @@ Date: Tue May 12 19:22:25 2009 +0100 command line options to test with multiple configurations without having to change defines and recompile. - tests/micro-bench/test-picking.c | 56 ++++++++++++++++++++++++++----------- - 1 files changed, 39 insertions(+), 17 deletions(-) + tests/micro-bench/test-picking.c | 56 ++++++++++++++++++++++++++------------ + 1 file changed, 39 insertions(+), 17 deletions(-) commit df85b70ab44c564f65605d38abc923822f70f405 Author: Owen W. Taylor @@ -7331,7 +7331,7 @@ Date: Sat May 9 20:09:42 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-list-model.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 62e2f276041365853838122b3a7326a27c7c733e Author: Chris Lord @@ -7343,7 +7343,7 @@ Date: Tue May 12 16:17:51 2009 +0100 tests/micro-bench/Makefile.am | 4 +- tests/micro-bench/test-picking.c | 128 ++++++++++++++++++++++++++++++++++++++ - 2 files changed, 131 insertions(+), 1 deletions(-) + 2 files changed, 131 insertions(+), 1 deletion(-) commit d1fa83039d12f8501075d3e9f7fd17a42cbdd7c8 Author: Robert Bragg @@ -7358,7 +7358,7 @@ Date: Tue May 12 01:02:25 2009 +0100 one pixel. clutter/clutter-main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e80fcbc298812b7fc333cec34049a4ee806f469a Author: Robert Bragg @@ -7375,7 +7375,7 @@ Date: Fri May 8 16:32:01 2009 +0100 path will be faster then the clip planes and undoubtably it will be faster than using the stencil buffer. - clutter/cogl/cogl.h.in | 21 ++++ + clutter/cogl/cogl.h.in | 21 +++++ clutter/cogl/common/cogl-clip-stack.c | 165 +++++++++++++++++++++++++++++++-- clutter/cogl/common/cogl.c | 2 + 3 files changed, 180 insertions(+), 8 deletions(-) @@ -7421,21 +7421,21 @@ Date: Tue May 12 14:15:18 2009 +0100 clutter/clutter-shader-types.c | 10 ++-- clutter/clutter-shader-types.h | 2 +- clutter/clutter-shader.c | 21 +++---- - clutter/clutter-texture.c | 14 ++-- + clutter/clutter-texture.c | 14 ++--- clutter/cogl/cogl-shader.h | 81 +++++++++++++++----------- - clutter/cogl/cogl-texture.h | 54 ++++++++++++++++- - clutter/cogl/gl/cogl-defines.h.in | 13 ---- - clutter/cogl/gl/cogl-program.c | 14 ++-- - clutter/cogl/gl/cogl-shader.c | 73 +++++++++++++++++++----- + clutter/cogl/cogl-texture.h | 54 +++++++++++++++-- + clutter/cogl/gl/cogl-defines.h.in | 13 ----- + clutter/cogl/gl/cogl-program.c | 14 ++--- + clutter/cogl/gl/cogl-shader.c | 73 ++++++++++++++++++----- clutter/cogl/gl/cogl-texture-private.h | 4 +- - clutter/cogl/gl/cogl-texture.c | 20 +++--- + clutter/cogl/gl/cogl-texture.c | 20 +++---- clutter/cogl/gles/cogl-defines.h.in | 16 ----- - clutter/cogl/gles/cogl-program.c | 26 ++++---- + clutter/cogl/gles/cogl-program.c | 26 ++++----- clutter/cogl/gles/cogl-shader.c | 90 +++++++++++++++++++++-------- clutter/cogl/gles/cogl-texture-private.h | 4 +- - clutter/cogl/gles/cogl-texture.c | 8 +- + clutter/cogl/gles/cogl-texture.c | 8 +-- clutter/glx/clutter-glx-texture-pixmap.c | 50 ++++++++-------- - clutter/pango/cogl-pango-glyph-cache.c | 8 +- + clutter/pango/cogl-pango-glyph-cache.c | 8 +-- doc/reference/cogl/cogl-sections.txt | 3 +- tests/interactive/test-cogl-tex-polygon.c | 44 +++++++------- tests/interactive/test-cogl-tex-tile.c | 49 ++++++++-------- @@ -7451,7 +7451,7 @@ Date: Tue May 12 14:20:22 2009 +0100 filter quality for the new Cogl texture to medium. clutter/clutter-texture.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 08a73a215f2cf18abcfd7d93e8047583511497bd Author: Robert Bragg @@ -7465,7 +7465,7 @@ Date: Wed May 6 19:01:09 2009 +0100 glReadPixels. clutter/clutter-main.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 10783e053be104c14bfab24dff7c54046790af60 Author: Neil Roberts @@ -7480,7 +7480,7 @@ Date: Tue May 12 14:15:37 2009 +0100 headers are in the srcdir so this needs to be in the path too. clutter/cogl/gl/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit dd95939d260e19bac8119d430ff3d9b9279c0234 Author: Raymond Liu @@ -7499,7 +7499,7 @@ Date: Thu May 7 18:20:19 2009 +0800 Signed-off-by: Emmanuele Bassi clutter/clutter-stage.c | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 4b285e02bc85e92612485b5ebea568b90951be40 Author: Emmanuele Bassi @@ -7513,7 +7513,7 @@ Date: Mon May 11 18:17:30 2009 +0100 BadDrawable error or, if we're unlucky, a segfault in the X server. clutter/x11/clutter-stage-x11.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 0b7e459d481d84683adf65b8ea6c0c5502aa97c0 Author: Emmanuele Bassi @@ -7540,7 +7540,7 @@ Date: Mon May 11 12:36:55 2009 +0100 implementation. clutter/clutter-backend.c | 27 +++++++++++++++------------ - 1 files changed, 15 insertions(+), 12 deletions(-) + 1 file changed, 15 insertions(+), 12 deletions(-) commit d19f6feb45cfedfedda997967954ea892c4cfb92 Author: Emmanuele Bassi @@ -7554,7 +7554,7 @@ Date: Mon May 11 12:43:37 2009 +0100 state and realization sequence. clutter/clutter-stage.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 9582fddb24fba071ea77aa2396aa5288639c3217 Author: Emmanuele Bassi @@ -7567,7 +7567,7 @@ Date: Mon May 11 12:39:46 2009 +0100 check this condition. clutter/glx/clutter-stage-glx.c | 16 +++++++--------- - 1 files changed, 7 insertions(+), 9 deletions(-) + 1 file changed, 7 insertions(+), 9 deletions(-) commit 0acb98e987f456d67db11f85ccca909d67922362 Author: Emmanuele Bassi @@ -7580,7 +7580,7 @@ Date: Mon May 11 12:43:56 2009 +0100 that method should be made conditional. clutter/clutter-actor.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d00cac635325e5e279fb9dce87bfc36954d314b7 Author: Emmanuele Bassi @@ -7595,7 +7595,7 @@ Date: Sun May 10 00:41:17 2009 +0100 generation of the GIR as well. clutter/cogl/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5bcde25cbbfcfefc850605fb0ddf8e818d2413fa Author: Emmanuele Bassi @@ -7638,7 +7638,7 @@ Date: Fri May 8 17:14:49 2009 +0100 re-enter inside the mainloop in time to receive the unmap notification. clutter/clutter-actor.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit 692c50ba672b55d809e12b97184e7ee21d9f3fda Author: Rob Bradford @@ -7656,7 +7656,7 @@ Date: Fri May 8 10:57:56 2009 +0100 OH Bugzilla: 1591 clutter/clutter-list-model.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 9f3927c460cbc4d50eae2b78826cc5347cb37c16 Author: Emmanuele Bassi @@ -7670,7 +7670,7 @@ Date: Thu May 7 19:14:48 2009 +0100 in case we decide to change the picking further on. clutter/clutter-stage.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 533c9c536530bd43931793010f76714580f6b166 Author: Emmanuele Bassi @@ -7679,7 +7679,7 @@ Date: Thu May 7 19:14:29 2009 +0100 [debug] Show the actor name/type on queue_redraw() clutter/clutter-actor.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 86bc31bd55fec32ed70abc19f0f2c4514d1c8e29 Author: Emmanuele Bassi @@ -7720,7 +7720,7 @@ Date: Thu May 7 18:47:50 2009 +0100 since we don't have to do a (typed) cast and a class dereference. clutter/clutter-group.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit 081813fd61400dec7183cb5d151dff3bbbbc8b34 Author: Emmanuele Bassi @@ -7739,7 +7739,7 @@ Date: Thu May 7 18:39:07 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1548 clutter/clutter-animation.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit e41452fc0c465c92a5d26c28b4c744ae73829d58 Author: Emmanuele Bassi @@ -7751,7 +7751,7 @@ Date: Thu May 7 19:16:20 2009 +0100 a unit, and converting values into pixels. tests/interactive/test-text-field.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 33ef1675f5d5d750833a5d2eb9373afe44adb0c5 Author: Emmanuele Bassi @@ -7763,7 +7763,7 @@ Date: Thu May 7 18:46:36 2009 +0100 in an implicit conversion, like for "mm" and "pt". clutter/clutter-actor.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit f2c25fd4f7d8a22dcb91461ebb86d1c74565c89b Author: Emmanuele Bassi @@ -7793,7 +7793,7 @@ Date: Thu May 7 11:18:51 2009 +0100 escaped the renaming in ClutterStage. clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2ae9d84a2a917993ea2efb4f6980ed325a711371 Author: Emmanuele Bassi @@ -7807,7 +7807,7 @@ Date: Wed May 6 18:32:17 2009 +0100 Patch suggested by: Owen W. Taylor clutter/x11/clutter-backend-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8ca46d728ddd1c86869b0e04494b3a73d99e2133 Author: Emmanuele Bassi @@ -7844,7 +7844,7 @@ Date: Wed May 6 11:18:31 2009 +0100 people import Cogl if they want to use the Cogl API via introspection. clutter/cogl/Makefile.am | 57 ++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 57 insertions(+), 0 deletions(-) + 1 file changed, 57 insertions(+) commit 43fa38fcf5178bf91b8b49fc1ddf0b36b07f4b59 Author: Emmanuele Bassi @@ -7856,8 +7856,8 @@ Date: Wed May 6 10:55:17 2009 +0100 Makefile template; also use top_srcdir with the header files instead of top_builddir. - clutter/cogl/gl/Makefile.am | 102 +++++++++++++++++++++--------------------- - 1 files changed, 51 insertions(+), 51 deletions(-) + clutter/cogl/gl/Makefile.am | 102 +++++++++++++++++++++---------------------- + 1 file changed, 51 insertions(+), 51 deletions(-) commit c065524b9f15aa73f9d73044b41a62644fc76a91 Author: Emmanuele Bassi @@ -8079,7 +8079,7 @@ Date: Wed May 6 16:43:52 2009 +0100 reference doc/reference/clutter/clutter.types | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7afdfb080b2f6ecb94ea5d10a9709be71e2ddb9f Author: Emmanuele Bassi @@ -8091,7 +8091,7 @@ Date: Wed May 6 16:42:57 2009 +0100 inside the constructor's return value -- except Timeline. clutter/clutter-timeline.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 41bb88548605948787d53475fce68194ad441db3 Author: Rob Bradford @@ -8119,8 +8119,8 @@ Date: Tue May 5 19:39:26 2009 +0100 iterator in the model we need a ClutterModelIter. This change switches from creating a new iterator each time to reusing an existing iterator. - clutter/clutter-list-model.c | 45 +++++++++++++++++++++++------------------ - 1 files changed, 25 insertions(+), 20 deletions(-) + clutter/clutter-list-model.c | 45 +++++++++++++++++++++++------------------- + 1 file changed, 25 insertions(+), 20 deletions(-) commit 72562cda5847946d9f1d4124290b6c06c7921f2b Author: Emmanuele Bassi @@ -8134,7 +8134,7 @@ Date: Tue May 5 15:37:41 2009 +0100 Also, the set_flags() and unset_flags() methods should actively emit notifications for the changed properties. - clutter/clutter-actor.c | 148 +++++++++++++++++++++++++++++++++++++++++++++- + clutter/clutter-actor.c | 148 +++++++++++++++++++++++++++++++++++++++++++++-- clutter/clutter-actor.h | 17 ++++-- 2 files changed, 156 insertions(+), 9 deletions(-) @@ -8147,7 +8147,7 @@ Date: Tue May 5 15:36:29 2009 +0100 The :realized property is the only missing property for an actor flag. clutter/clutter-actor.c | 46 ++++++++++++++++++++++++++++++++++------------ - 1 files changed, 34 insertions(+), 12 deletions(-) + 1 file changed, 34 insertions(+), 12 deletions(-) commit 353187ce49f681b590ffc02a19fb378e96d42dc3 Author: Robert Bragg @@ -8190,9 +8190,9 @@ Date: Thu Apr 30 22:19:43 2009 +0100 This also documents the API so for example desiphering the semantics of cogl_offscreen_new_to_texture() should be a bit easier now. - README | 54 +++++++++------ + README | 54 ++++++++------- clutter/clutter-texture.c | 4 +- - clutter/cogl/cogl-offscreen.h | 97 +++++++--------------------- + clutter/cogl/cogl-offscreen.h | 97 +++++++-------------------- clutter/cogl/cogl-types.h | 4 +- clutter/cogl/cogl.h.in | 29 ++++++++ clutter/cogl/common/cogl-util.c | 1 - @@ -8223,10 +8223,10 @@ Date: Thu Feb 19 22:37:08 2009 -0500 clutter/cogl/cogl-offscreen.h | 14 +++++++ clutter/cogl/gl/cogl-context.c | 7 +++- - clutter/cogl/gl/cogl-context.h | 8 ++++- + clutter/cogl/gl/cogl-context.h | 8 +++- clutter/cogl/gl/cogl-fbo.c | 75 ++++++++++++++++++++++++++++++++++++-- clutter/cogl/gles/cogl-context.c | 7 +++- - clutter/cogl/gles/cogl-context.h | 8 ++++- + clutter/cogl/gles/cogl-context.h | 8 +++- clutter/cogl/gles/cogl-fbo.c | 75 ++++++++++++++++++++++++++++++++++++-- 7 files changed, 184 insertions(+), 10 deletions(-) @@ -8239,7 +8239,7 @@ Date: Thu Apr 30 18:00:22 2009 +0100 It was inconsistent that we exposed the CoglBitmap struct instead of an opaque CoglHandle. - clutter/clutter-texture.c | 8 +- + clutter/clutter-texture.c | 8 +-- clutter/cogl/cogl-bitmap.h | 78 +++++++++++++++++++++ clutter/cogl/cogl-texture.h | 45 +------------ clutter/cogl/cogl-types.h | 7 -- @@ -8248,11 +8248,11 @@ Date: Thu Apr 30 18:00:22 2009 +0100 clutter/cogl/common/cogl-bitmap-fallback.c | 2 +- clutter/cogl/common/cogl-bitmap-pixbuf.c | 2 +- clutter/cogl/common/cogl-bitmap-private.h | 101 ++++++++++++++++++++++++++++ - clutter/cogl/common/cogl-bitmap.c | 25 +++++--- + clutter/cogl/common/cogl-bitmap.c | 25 ++++--- clutter/cogl/common/cogl-bitmap.h | 98 --------------------------- clutter/cogl/gl/Makefile.am | 2 + clutter/cogl/gl/cogl-texture-private.h | 2 +- - clutter/cogl/gl/cogl-texture.c | 13 +++- + clutter/cogl/gl/cogl-texture.c | 13 ++-- clutter/cogl/gles/Makefile.am | 2 + clutter/cogl/gles/cogl-texture-private.h | 2 +- clutter/cogl/gles/cogl-texture.c | 12 ++-- @@ -8271,7 +8271,7 @@ Date: Wed Apr 29 19:49:09 2009 +0100 attempting to unref it. clutter/cogl/common/cogl-material.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f85377372cc1317f8301a78423e76c668e281f3b Author: Robert Bragg @@ -8297,11 +8297,11 @@ Date: Mon Apr 27 15:48:12 2009 +0100 clutter/cogl/cogl-shader.h | 12 ++- clutter/cogl/cogl-texture.h | 12 ++- clutter/cogl/cogl-types.h | 21 ++-- - clutter/cogl/cogl-vertex-buffer.h | 17 ++-- + clutter/cogl/cogl-vertex-buffer.h | 17 +-- clutter/cogl/cogl.h.in | 9 +- - clutter/cogl/common/cogl-bitmap-fallback.c | 52 +++++----- - clutter/cogl/common/cogl-bitmap-pixbuf.c | 38 +++---- - clutter/cogl/common/cogl-bitmap.c | 40 ++++---- + clutter/cogl/common/cogl-bitmap-fallback.c | 52 +++++---- + clutter/cogl/common/cogl-bitmap-pixbuf.c | 38 ++++--- + clutter/cogl/common/cogl-bitmap.c | 40 ++++--- clutter/cogl/common/cogl-clip-stack.c | 8 +- clutter/cogl/common/cogl-clip-stack.h | 8 +- clutter/cogl/common/cogl-color.c | 23 ++++ @@ -8318,19 +8318,19 @@ Date: Mon Apr 27 15:48:12 2009 +0100 clutter/cogl/common/cogl-matrix.c | 26 +++++ clutter/cogl/common/cogl-primitives.c | 122 +++++++++++----------- clutter/cogl/common/cogl-primitives.h | 8 +- - clutter/cogl/common/cogl-util.c | 16 ++-- + clutter/cogl/common/cogl-util.c | 16 ++- clutter/cogl/common/cogl-util.h | 10 +- - clutter/cogl/common/cogl-vertex-buffer-private.h | 15 ++- - clutter/cogl/common/cogl-vertex-buffer.c | 17 ++-- + clutter/cogl/common/cogl-vertex-buffer-private.h | 15 +-- + clutter/cogl/common/cogl-vertex-buffer.c | 17 +-- clutter/cogl/common/cogl.c | 5 +- clutter/cogl/gl/cogl-context.c | 8 +- clutter/cogl/gl/cogl-context.h | 8 +- clutter/cogl/gl/cogl-defines.h.in | 22 ++-- - clutter/cogl/gl/cogl-fbo.c | 84 +++++++-------- + clutter/cogl/gl/cogl-fbo.c | 84 ++++++++------- clutter/cogl/gl/cogl-fbo.h | 8 +- clutter/cogl/gl/cogl-internal.h | 8 +- clutter/cogl/gl/cogl-primitives.c | 8 +- - clutter/cogl/gl/cogl-program.c | 16 ++-- + clutter/cogl/gl/cogl-program.c | 16 ++- clutter/cogl/gl/cogl-program.h | 8 +- clutter/cogl/gl/cogl-shader-private.h | 8 +- clutter/cogl/gl/cogl-shader.c | 10 +- @@ -8395,7 +8395,7 @@ Date: Thu Apr 30 18:47:59 2009 +0100 For example this was causing test-actors to appear to run very slow. clutter/clutter-timeline.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit cf28c023a051eef96c9aa9c8ebffff75f470470a Author: Emmanuele Bassi @@ -8413,9 +8413,9 @@ Date: Fri May 1 15:08:42 2009 +0100 we create for test purposes, using the advance_msecs() "protected" method. - tests/conform/test-timeline-dup-frames.c | 40 ++++++++++++++++++- - tests/conform/test-timeline-interpolate.c | 52 +++++++++++++++++++++---- - tests/conform/test-timeline-rewind.c | 46 +++++++++++++++++++--- + tests/conform/test-timeline-dup-frames.c | 40 +++++++++++++++++-- + tests/conform/test-timeline-interpolate.c | 52 ++++++++++++++++++++----- + tests/conform/test-timeline-rewind.c | 46 ++++++++++++++++++---- tests/conform/test-timeline-smoothness.c | 41 ++++++++++++++++++-- tests/conform/test-timeline.c | 59 ++++++++++++++++++++++++++++- 5 files changed, 214 insertions(+), 24 deletions(-) @@ -8448,7 +8448,7 @@ Date: Fri May 1 12:42:37 2009 +0100 to visually verify this. tests/interactive/test-actor-clone.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 71473466fa2cc4783934b2cdbcb709d50a0e37b8 Author: Emmanuele Bassi @@ -8457,7 +8457,7 @@ Date: Fri May 1 12:42:30 2009 +0100 [gitignore] Ignore the new invariants units .gitignore | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 1a87e4e2520a57d26a4e83e7f69f26d2cfab3d4c Author: Emmanuele Bassi @@ -8477,9 +8477,9 @@ Date: Fri May 1 12:33:42 2009 +0100 The override flag, when set, will force a temporary map on a Clone source (and its children). - clutter/clutter-actor.c | 129 ++++++++++++++++++++++++++++++++++---------- + clutter/clutter-actor.c | 129 ++++++++++++++++++++++++++++++++++----------- clutter/clutter-clone.c | 10 ++++ - clutter/clutter-private.h | 3 + + clutter/clutter-private.h | 3 ++ 3 files changed, 112 insertions(+), 30 deletions(-) commit 5d2d8297e26780d95f46c77d5865c1cb77959d07 @@ -8496,7 +8496,7 @@ Date: Fri May 1 12:31:06 2009 +0100 of the plain foreach(). clutter/clutter-actor.c | 55 +++++++++++++++++++++++------------------------ - 1 files changed, 27 insertions(+), 28 deletions(-) + 1 file changed, 27 insertions(+), 28 deletions(-) commit 20cd885c3d6b8fce611c156a491ca93ea7ba13c6 Author: Neil Roberts @@ -8511,7 +8511,7 @@ Date: Thu Apr 30 15:00:01 2009 +0100 handle is valid to avoid the warning. clutter/clutter-texture.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4f692cc3ee9089c568952e758406954bc5cf72dd Author: Neil Roberts @@ -8529,8 +8529,8 @@ Date: Thu Apr 30 14:32:19 2009 +0100 the FBO texture directly in layer 0 more closely matches the original behaviour. - clutter/clutter-texture.c | 47 +++++++++++++++++++++++++------------------- - 1 files changed, 27 insertions(+), 20 deletions(-) + clutter/clutter-texture.c | 47 ++++++++++++++++++++++++++------------------- + 1 file changed, 27 insertions(+), 20 deletions(-) commit 8e6e09c8ef646f20bbcde7fdff02069d0d20167e Author: Øyvind Kolås @@ -8543,7 +8543,7 @@ Date: Thu Apr 30 11:54:09 2009 +0100 be returned correctly. clutter/clutter-event.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bb156970defbd7479d512ab5b5aeb78fd1fefd75 Author: Neil Roberts @@ -8589,7 +8589,7 @@ Date: Wed Apr 29 15:41:12 2009 +0100 [gitignore] Update with the new Model test .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d2cd636fb69e313e3105a21f6194b98b4a5cba30 Author: Emmanuele Bassi @@ -8598,7 +8598,7 @@ Date: Wed Apr 29 15:40:13 2009 +0100 [docs] Add ClutterModel::get_filter_set() doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f3e33bd25a0f9710166d5e72524163966f3c2982 Author: Emmanuele Bassi @@ -8654,7 +8654,7 @@ Date: Wed Apr 29 15:26:05 2009 +0100 This changes will hopefully make the Model API more consistent in its usage whether there is a filter in place or not. - clutter/clutter-list-model.c | 100 +++++++++++++++++++++------------- + clutter/clutter-list-model.c | 100 ++++++++++++++++++++------------- clutter/clutter-model.c | 125 +++++++++++++++++++++++++----------------- clutter/clutter-model.h | 2 +- 3 files changed, 138 insertions(+), 89 deletions(-) @@ -8673,7 +8673,7 @@ Date: Wed Apr 29 15:14:40 2009 +0100 clutter/clutter-model.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++- clutter/clutter-model.h | 1 + - 2 files changed, 67 insertions(+), 1 deletions(-) + 2 files changed, 67 insertions(+), 1 deletion(-) commit 9fdc9ca583e1b3e0dd81d7322732156d3eb121b7 Author: Neil Roberts @@ -8712,8 +8712,8 @@ Date: Fri Feb 27 14:43:47 2009 -0500 Signed-off-by: Emmanuele Bassi - clutter/clutter-clone.c | 62 +++++++++++++++++++++++++++++++--------------- - 1 files changed, 42 insertions(+), 20 deletions(-) + clutter/clutter-clone.c | 62 ++++++++++++++++++++++++++++++++--------------- + 1 file changed, 42 insertions(+), 20 deletions(-) commit 678f99677fb9f6c1d443da1c27753c5cbe768118 Author: Emmanuele Bassi @@ -8768,7 +8768,7 @@ Date: Sat Mar 21 20:39:32 2009 +0000 clutter/clutter-master-clock.h | 48 ++++++ clutter/clutter-private.h | 5 + clutter/clutter-stage.c | 51 ++++-- - clutter/clutter-timeline.c | 247 +++++++++------------------- + clutter/clutter-timeline.c | 247 +++++++++------------------ 7 files changed, 537 insertions(+), 187 deletions(-) commit 51f4e9680b599d040d9200cb0bd19a024999c22d @@ -8785,7 +8785,7 @@ Date: Wed Apr 8 10:33:39 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 125bded81455df73b37ed459f360ced0135db65a Author: Havoc Pennington @@ -8865,7 +8865,7 @@ Date: Thu Apr 2 09:16:43 2009 -0400 clutter/clutter-actor.h | 12 +- clutter/clutter-group.c | 18 - clutter/clutter-private.h | 4 + - clutter/clutter-stage.c | 60 ++-- + clutter/clutter-stage.c | 60 +-- clutter/clutter-texture.c | 81 ++-- clutter/eglnative/clutter-stage-egl.c | 5 +- clutter/eglx/clutter-stage-egl.c | 6 +- @@ -8874,7 +8874,7 @@ Date: Thu Apr 2 09:16:43 2009 -0400 clutter/glx/clutter-stage-glx.c | 12 +- clutter/sdl/clutter-stage-sdl.c | 2 - clutter/win32/clutter-stage-win32.c | 15 +- - clutter/x11/clutter-stage-x11.c | 69 ++-- + clutter/x11/clutter-stage-x11.c | 69 +-- doc/clutter-actor-invariants.txt | 180 ++++++-- tests/conform/test-actor-invariants.c | 129 +++++- tests/conform/test-conform-main.c | 3 + @@ -8893,7 +8893,7 @@ Date: Fri Apr 24 15:07:49 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/gl/cogl-fbo.c | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit 08ba42a5ab4d42a76b4c1ff30bf37d6e3177de11 Author: Emmanuele Bassi @@ -8938,7 +8938,7 @@ Date: Fri Apr 24 14:59:18 2009 +0100 and so forth. clutter/x11/clutter-stage-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4f663384c77788e5d8b64c02175d7c8c5a0415de Author: Havoc Pennington @@ -8970,7 +8970,7 @@ Date: Thu Apr 23 11:38:58 2009 +0100 enforcing it and reverting commits. HACKING | 48 ++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 36 insertions(+), 12 deletions(-) + 1 file changed, 36 insertions(+), 12 deletions(-) commit d6ccecd79e40f5d5887b81f22bc969216d09c8d5 Author: Emmanuele Bassi @@ -8990,7 +8990,7 @@ Date: Thu Apr 23 11:35:10 2009 +0100 sanitized. clutter/clutter-alpha.c | 157 ++++++++++++++++++++++++++++++++--------------- - 1 files changed, 108 insertions(+), 49 deletions(-) + 1 file changed, 108 insertions(+), 49 deletions(-) commit 1d2ac51ea34cae9e94e6d5f831db13f0ac3613d8 Author: Robert Bragg @@ -9009,8 +9009,8 @@ Date: Fri Apr 17 19:05:21 2009 +0100 Instead we now handle error conditions gracefully. - clutter/x11/clutter-x11-texture-pixmap.c | 50 +++++++++++++++++------------ - 1 files changed, 29 insertions(+), 21 deletions(-) + clutter/x11/clutter-x11-texture-pixmap.c | 50 +++++++++++++++++------------- + 1 file changed, 29 insertions(+), 21 deletions(-) commit ffefbe466100f72eed7ce760512253f0b90786fe Author: Emmanuele Bassi @@ -9022,7 +9022,7 @@ Date: Thu Apr 2 10:28:37 2009 +0100 characters. clutter/clutter-text.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit bced9c65e73e94d206c1c98e824dee9c83783010 Author: Neil Roberts @@ -9037,7 +9037,7 @@ Date: Fri Mar 27 21:55:40 2009 +0000 at the borders of the stage should be pickable. tests/conform/test-pick.c | 115 +++++++++++++++++++++++++++++++++------------ - 1 files changed, 84 insertions(+), 31 deletions(-) + 1 file changed, 84 insertions(+), 31 deletions(-) commit 77dc4fd66bdd649ba3705a59b26c75dc5e891bd3 Author: Emmanuele Bassi @@ -9051,7 +9051,7 @@ Date: Tue Apr 21 12:09:59 2009 +0100 The sub-test itself might require tweaking. tests/conform/test-text-cache.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 1c42e6334e535dbd9015c20810a6560195803f1c Author: Emmanuele Bassi @@ -9070,7 +9070,7 @@ Date: Tue Apr 21 12:06:14 2009 +0100 been a change. clutter/clutter-text.c | 23 ++++++++++++++++++----- - 1 files changed, 18 insertions(+), 5 deletions(-) + 1 file changed, 18 insertions(+), 5 deletions(-) commit 4518cf140cbe77e5f4ac111a76f78dd34dffd18c Author: Emmanuele Bassi @@ -9082,7 +9082,7 @@ Date: Tue Apr 21 12:03:41 2009 +0100 correctly ellipsized when a maximum width is set. tests/interactive/test-text-field.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 368f61fa650bbf148fcfe029778d79a7046cc882 Author: Emmanuele Bassi @@ -9093,7 +9093,7 @@ Date: Tue Apr 21 12:01:52 2009 +0100 The correct minimum height in case of ellipsis is still 1px. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c8263ecb7e3e942c355a62d36934b6935ebb813 Author: Emmanuele Bassi @@ -9107,7 +9107,7 @@ Date: Tue Apr 21 11:59:38 2009 +0100 This fixes the ellipsization on entries. clutter/clutter-text.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit e4d3b0536f955a4e5317d0f195c814a2e6d4e1f9 Author: Robert Bragg @@ -9125,7 +9125,7 @@ Date: Mon Apr 20 12:36:43 2009 +0100 clutter/cogl/common/cogl.c | 1 - clutter/cogl/gl/cogl.c | 1 + - 2 files changed, 1 insertions(+), 1 deletions(-) + 2 files changed, 1 insertion(+), 1 deletion(-) commit 46c20f1523d6317a49b3df5843f217cced8d3f6d Author: Robert Bragg @@ -9176,7 +9176,7 @@ Date: Fri Apr 17 14:53:24 2009 +0100 clutter/glx/Makefile.am | 1 + clutter/x11/Makefile.am | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 5c50be1bdc3bf5d4f060324c23f5a0ca906dee42 Author: Bastian Winkler @@ -9190,7 +9190,7 @@ Date: Thu Apr 16 13:06:58 2009 +0200 Signed-off-by: Neil Roberts clutter/clutter-path.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 56ac4baf17e5917c738257d8beab7a583c793fcb Author: Chris Lord @@ -9205,7 +9205,7 @@ Date: Thu Apr 16 16:34:15 2009 +0100 Approved by Emmanuele Bassi, fixes bug #1555. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 425fa78a27b9182f60d64ed08f1b470e96539908 Merge: d4b47af fbd9c59 @@ -9232,7 +9232,7 @@ Date: Wed Apr 15 17:27:04 2009 +0100 cause a division by zero. clutter/clutter-stage.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 709bb69970ff2b8c2caa27aa0f4b43a9ce763901 Author: Emmanuele Bassi @@ -9261,7 +9261,7 @@ Date: Wed Apr 15 17:23:45 2009 +0100 ellipsization setting. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fbd9c59c7cb7901ec208d05416454a68c7329cfd Author: Neil Roberts @@ -9277,7 +9277,7 @@ Date: Wed Apr 15 14:46:45 2009 +0100 instead. clutter/clutter-text.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 5af99660cb7fdb76ab2a55288bce7342f5e04761 Author: Emmanuele Bassi @@ -9293,7 +9293,7 @@ Date: Wed Apr 15 12:18:55 2009 +0100 Thanks to Gordon Williams clutter/json/json-parser.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 269598a2cfa147b4d8361789356aba8318bde434 Author: Øyvind Kolås @@ -9305,7 +9305,7 @@ Date: Wed Apr 8 18:18:31 2009 +0100 bad if this is a function call creating a new actor and not a variable. clutter/clutter-group.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a9f24351e9a4b354a23f86b7aff7096a33195543 Author: Neil Roberts @@ -9332,8 +9332,8 @@ Date: Tue Apr 7 15:24:48 2009 +0100 can remove the static was_resizable flag which would presumably have caused problems for multi-stage. - clutter/x11/clutter-stage-x11.c | 57 +++++++++++++++++++++----------------- - 1 files changed, 31 insertions(+), 26 deletions(-) + clutter/x11/clutter-stage-x11.c | 57 +++++++++++++++++++++------------------ + 1 file changed, 31 insertions(+), 26 deletions(-) commit 1edc19d1d33453bee85fb2b4bdb21a18c0089535 Author: Neil Roberts @@ -9362,7 +9362,7 @@ Date: Mon Apr 6 12:43:16 2009 +0100 COGL_DEBUG is 1. clutter/cogl/common/cogl-handle.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e464acff7ab83b29291992cca1e3043b8c65823e Author: Robert Bragg @@ -9373,7 +9373,7 @@ Date: Sat Apr 4 19:02:01 2009 +0100 An invalid handle is implicitly not of any type. clutter/cogl/common/cogl-handle.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit fff5585b5f4d4f885090a3bfae5c4757d6d7447f Author: Neil Roberts @@ -9392,7 +9392,7 @@ Date: Mon Apr 6 11:14:43 2009 +0100 the material color. clutter/pango/cogl-pango-render.c | 31 ++++++++++++++----------------- - 1 files changed, 14 insertions(+), 17 deletions(-) + 1 file changed, 14 insertions(+), 17 deletions(-) commit a1cc1f57aca703e85a4c475a2c097a9dacff066a Author: Emmanuele Bassi @@ -9407,7 +9407,7 @@ Date: Sun Apr 5 20:32:15 2009 +0100 the Animation for each call -- leading to a segmentation fault. clutter/clutter-animation.c | 36 ++++++++++++++++++++++++++++-------- - 1 files changed, 28 insertions(+), 8 deletions(-) + 1 file changed, 28 insertions(+), 8 deletions(-) commit 6bf883da6cbc53b1bbff82f8a4b29227758158cf Author: Emmanuele Bassi @@ -9419,8 +9419,8 @@ Date: Fri Apr 3 14:19:20 2009 +0100 ::completed one. A ::started signal is useful for debugging, initial state set up, and checks. - clutter/clutter-animation.c | 61 ++++++++++++++++++++++++++++++++++++++++-- - clutter/clutter-animation.h | 2 + + clutter/clutter-animation.c | 61 ++++++++++++++++++++++++++++++++++++++++--- + clutter/clutter-animation.h | 2 ++ 2 files changed, 60 insertions(+), 3 deletions(-) commit 17627959902edb7a61daccb991a329f8a89ee109 @@ -9434,7 +9434,7 @@ Date: Fri Apr 3 13:36:30 2009 +0100 Container one. clutter/clutter-group.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit df738d0a8c601a9d8afde7273717ebd926d90eda Author: Emmanuele Bassi @@ -9451,8 +9451,8 @@ Date: Fri Apr 3 12:39:35 2009 +0100 clutter_actor_animate* family of functions, since those provide the automagic memory management. - clutter/clutter-animation.c | 51 ++++++++++++++++++++++++------------------ - 1 files changed, 29 insertions(+), 22 deletions(-) + clutter/clutter-animation.c | 51 ++++++++++++++++++++++++------------------- + 1 file changed, 29 insertions(+), 22 deletions(-) commit bd8d3f6bd87558438420b488df252f5b04a3316e Author: Emmanuele Bassi @@ -9521,7 +9521,7 @@ Date: Wed Apr 1 17:16:44 2009 +0100 clutter/clutter-texture.c | 30 ++-- clutter/cogl/common/cogl-handle.h | 171 +++++++++++----------- clutter/cogl/common/cogl-material-private.h | 5 +- - clutter/cogl/common/cogl-material.c | 31 ++--- + clutter/cogl/common/cogl-material.c | 31 ++-- clutter/cogl/common/cogl-util.c | 45 ++---- clutter/cogl/common/cogl-vertex-buffer-private.h | 7 +- clutter/cogl/common/cogl-vertex-buffer.c | 7 +- @@ -9534,7 +9534,7 @@ Date: Wed Apr 1 17:16:44 2009 +0100 clutter/cogl/gl/cogl-shader-private.h | 4 +- clutter/cogl/gl/cogl-shader.c | 5 +- clutter/cogl/gl/cogl-texture-private.h | 3 +- - clutter/cogl/gl/cogl-texture.c | 16 +-- + clutter/cogl/gl/cogl-texture.c | 16 +- clutter/cogl/gles/cogl-context.c | 25 +--- clutter/cogl/gles/cogl-context.h | 13 -- clutter/cogl/gles/cogl-fbo.c | 5 +- @@ -9544,7 +9544,7 @@ Date: Wed Apr 1 17:16:44 2009 +0100 clutter/cogl/gles/cogl-shader-private.h | 4 +- clutter/cogl/gles/cogl-shader.c | 5 +- clutter/cogl/gles/cogl-texture-private.h | 3 +- - clutter/cogl/gles/cogl-texture.c | 16 +-- + clutter/cogl/gles/cogl-texture.c | 16 +- clutter/pango/cogl-pango-glyph-cache.c | 10 +- tests/conform/test-backface-culling.c | 2 +- tests/conform/test-npot-texture.c | 2 +- @@ -9576,7 +9576,7 @@ Date: Thu Apr 2 11:50:44 2009 +0100 textures have an alpha channel. clutter/cogl/common/cogl-material.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 8a1b4f8326ff60164029c85d40482e369eeaafa8 Author: Robert Bragg @@ -9605,7 +9605,7 @@ Date: Mon Mar 30 16:41:02 2009 +0100 clutter/cogl/gl/cogl-internal.h | 4 ---- clutter/cogl/gles/cogl-internal.h | 4 ---- - 2 files changed, 0 insertions(+), 8 deletions(-) + 2 files changed, 8 deletions(-) commit 34467e5c6a764450e0bb0d76dc4131665523fb4c Author: Bastian Winkler @@ -9619,7 +9619,7 @@ Date: Mon Mar 30 17:38:42 2009 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 077e3192fd77223ea8123f84a75787f1138566f5 Author: Havoc Pennington @@ -9632,7 +9632,7 @@ Date: Mon Mar 30 17:32:54 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-texture.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a362a4a8894e0630af54acc43be05a928306278e Author: Raymond Liu @@ -9654,7 +9654,7 @@ Date: Mon Mar 30 16:57:11 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 02ea81ce02f6fedee77623f1387e0381e0a78d9c Author: Emmanuele Bassi @@ -9671,7 +9671,7 @@ Date: Mon Mar 30 16:46:57 2009 +0100 - triple click selects the current line clutter/clutter-text.c | 230 +++++++++++++++++++++++++++++++++++++----------- - 1 files changed, 178 insertions(+), 52 deletions(-) + 1 file changed, 178 insertions(+), 52 deletions(-) commit f6d938a0dbf8e67ba20eef180fc2fae9e84b27f9 Author: Øyvind Kolås @@ -9683,8 +9683,8 @@ Date: Mon Mar 30 12:10:41 2009 +0100 directly amongst the varargs making it easier to attach code to be executed when animations complete. - clutter/clutter-animation.c | 72 ++++++++++++++++++++++++++++++------------ - 1 files changed, 51 insertions(+), 21 deletions(-) + clutter/clutter-animation.c | 72 ++++++++++++++++++++++++++++++------------- + 1 file changed, 51 insertions(+), 21 deletions(-) commit a1a8193179dec84b29fac146e5cf34d43a66f093 Author: Emmanuele Bassi @@ -9710,7 +9710,7 @@ Date: Mon Mar 30 07:54:42 2009 +0100 smaller than -1. clutter/clutter-text.c | 46 ++++++++++++++++++++++++++++++++++------------ - 1 files changed, 34 insertions(+), 12 deletions(-) + 1 file changed, 34 insertions(+), 12 deletions(-) commit 0de0e869a990e2d5516c058d45143bba20e45de5 Author: Emmanuele Bassi @@ -9719,7 +9719,7 @@ Date: Fri Mar 27 14:28:08 2009 +0000 [docs] Fix typo in the AnimationMode name clutter/clutter-alpha.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit cc21a4aa5f66e3fb1253587def2d7368cfd1db07 Author: Chris Lord @@ -9732,7 +9732,7 @@ Date: Thu Mar 26 20:28:04 2009 +0000 instead. clutter/clutter-timeline.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 231343f1513d31248ada221ddc0020d73930b889 Author: Damien Lespiau @@ -9741,7 +9741,7 @@ Date: Wed Mar 25 20:58:22 2009 +0000 [gitignore] Ignore two newly introduced tests tests/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 68ab2c602426ee0eeaca602e6154a98dc5d7e0bf Author: Neil Roberts @@ -9754,7 +9754,7 @@ Date: Wed Mar 25 14:53:58 2009 +0000 incorrect in cogl_vertex_buffer_add. clutter/cogl/cogl-vertex-buffer.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3d81f0c08e0efa9c79af93db58944a53e09c7d70 Author: Robert Bragg @@ -9766,7 +9766,7 @@ Date: Mon Mar 23 12:46:20 2009 +0000 variable for generic attributes which was flagging a warning. clutter/cogl/common/cogl-vertex-buffer.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 891ed5356416a2d39e465a86932998379b6009d7 Author: Robert Bragg @@ -9782,11 +9782,11 @@ Date: Mon Mar 23 12:29:15 2009 +0000 I came accross one such bug regarding the enabling of texture units when unifying the code. - clutter/cogl/common/cogl-primitives.c | 1256 +++++++++++++++++++++++++++++- + clutter/cogl/common/cogl-primitives.c | 1256 ++++++++++++++++++++++++++++- clutter/cogl/gl/cogl-texture-private.h | 34 + clutter/cogl/gl/cogl-texture.c | 1261 +----------------------------- clutter/cogl/gles/cogl-texture-private.h | 34 + - clutter/cogl/gles/cogl-texture.c | 1244 +----------------------------- + clutter/cogl/gles/cogl-texture.c | 1244 +---------------------------- 5 files changed, 1331 insertions(+), 2498 deletions(-) commit b30bb575a1c63312d114927634d9066f7c1445a9 @@ -9801,7 +9801,7 @@ Date: Mon Mar 23 11:39:40 2009 +0000 clutter/cogl/cogl-texture.h | 2 +- clutter/cogl/gles/cogl-texture.c | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 13e5bd9e8be7e7b88924a97ea02eee4187a29238 Author: Johan Bilien @@ -9816,7 +9816,7 @@ Date: Fri Mar 20 19:22:23 2009 +0000 clutter/cogl/cogl-texture.h | 21 +++++++++++++++++++++ clutter/cogl/gl/cogl-texture.c | 20 ++++++++++++++++++++ clutter/cogl/gles/cogl-texture.c | 19 +++++++++++++++++++ - 3 files changed, 60 insertions(+), 0 deletions(-) + 3 files changed, 60 insertions(+) commit 5a06f1d1d009e446109b0778e7f9f9a1f8a11194 Author: Robert Bragg @@ -9828,7 +9828,7 @@ Date: Thu Mar 19 16:46:07 2009 +0000 a vertex manually instead of using cogl_matrix_transform_point. clutter/cogl/gles/cogl.c | 43 ++++++++++++------------------------------- - 1 files changed, 12 insertions(+), 31 deletions(-) + 1 file changed, 12 insertions(+), 31 deletions(-) commit d6937b797e59cd02f663155dfea2d31355997c38 Author: Emmanuele Bassi @@ -9840,7 +9840,7 @@ Date: Thu Mar 19 11:40:13 2009 +0000 documented. clutter/clutter-actor.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 0a48a52ba16fa367046badf8f7bf6beb865ea63b Author: Neil Roberts @@ -9855,7 +9855,7 @@ Date: Thu Mar 19 17:54:17 2009 +0000 This is a replacement for the patch in bug 1483 which was reverted. clutter/glx/clutter-glx-texture-pixmap.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit c4dcbb6bdba91fbc20b7654fe98fd92a5adbb44c Author: Neil Roberts @@ -9873,7 +9873,7 @@ Date: Thu Mar 19 17:48:15 2009 +0000 to disable it. clutter/glx/clutter-glx-texture-pixmap.c | 26 +++++++++++++++++--------- - 1 files changed, 17 insertions(+), 9 deletions(-) + 1 file changed, 17 insertions(+), 9 deletions(-) commit e94e5ad65b34dfad507de6eb63225798434f31ff Author: Øyvind Kolås @@ -9886,7 +9886,7 @@ Date: Thu Mar 19 14:42:50 2009 +0000 floating point comparisons, these warnings have now been silenced. clutter/clutter-actor.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 7d8da0e8303a5bf57002181ae1b76e6c8546f237 Author: Emmanuele Bassi @@ -9898,7 +9898,7 @@ Date: Wed Mar 18 17:07:50 2009 +0000 the actual API. clutter/x11/clutter-x11-texture-pixmap.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 6114c6c1db2643edf1679de814ce3d6cd4c5e0b9 Author: Emmanuele Bassi @@ -9909,10 +9909,10 @@ Date: Wed Mar 18 17:06:56 2009 +0000 The various backend API outside from clutter-x11.h and clutter-win32.h is documented but not picked up by gtk-doc. - doc/reference/clutter/Makefile.am | 15 +++++++- - doc/reference/clutter/clutter-docs.xml | 3 + + doc/reference/clutter/Makefile.am | 15 ++++++- + doc/reference/clutter/clutter-docs.xml | 3 ++ doc/reference/clutter/clutter-sections.txt | 59 ++++++++++++++++++++++++++++ - 3 files changed, 76 insertions(+), 1 deletions(-) + 3 files changed, 76 insertions(+), 1 deletion(-) commit ccca24ab7653477f5607ccacb46e1941d1fcfb5b Author: Emmanuele Bassi @@ -9926,16 +9926,16 @@ Date: Tue Mar 17 14:12:01 2009 +0000 This should make Thomas happy. - clutter/clutter-actor.c | 18 +++++----- - clutter/clutter-animation.c | 44 +++++++++++++------------- + clutter/clutter-actor.c | 18 +++++------ + clutter/clutter-animation.c | 44 +++++++++++++-------------- clutter/clutter-behaviour.c | 2 +- clutter/clutter-color.c | 2 +- - clutter/clutter-container.c | 54 ++++++++++++++++---------------- - clutter/clutter-model.c | 14 ++++---- + clutter/clutter-container.c | 54 ++++++++++++++++----------------- + clutter/clutter-model.c | 14 ++++----- clutter/clutter-score.c | 2 +- clutter/clutter-script.c | 30 +++++++++--------- clutter/clutter-shader-types.c | 12 ++++---- - clutter/clutter-text.c | 8 ++-- + clutter/clutter-text.c | 8 ++--- clutter/clutter-texture.c | 2 +- clutter/clutter-timeline.c | 12 ++++---- clutter/clutter-units.c | 2 +- @@ -9945,12 +9945,12 @@ Date: Tue Mar 17 14:12:01 2009 +0000 clutter/fruity/clutter-stage-fruity.c | 2 +- clutter/glx/clutter-backend-glx.c | 2 +- clutter/json/json-object.c | 2 +- - clutter/json/json-parser.c | 13 +------- + clutter/json/json-parser.c | 13 ++------ clutter/win32/clutter-backend-win32.c | 2 +- clutter/x11/clutter-backend-x11.c | 6 ++-- tests/conform/test-timeline.c | 2 +- - tests/interactive/test-score.c | 4 +- - tests/interactive/test-script.c | 4 +- + tests/interactive/test-score.c | 4 +-- + tests/interactive/test-script.c | 4 +-- 25 files changed, 118 insertions(+), 127 deletions(-) commit 39e2b43b22975d75352fc7af4e4e6f573e99eb9e @@ -9963,7 +9963,7 @@ Date: Tue Mar 17 00:12:27 2009 +0000 calling it. clutter/cogl/gles/cogl.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b5a35a0f0b058784da2e5da083ee16232f06a6e0 Author: Robert Bragg @@ -9976,7 +9976,7 @@ Date: Tue Mar 17 00:26:38 2009 +0000 fixed. tests/interactive/test-cogl-vertex-buffer.c | 64 +-------------------------- - 1 files changed, 2 insertions(+), 62 deletions(-) + 1 file changed, 2 insertions(+), 62 deletions(-) commit bb93a987622532f2900261bbc0f570ba1fd24ecf Author: Robert Bragg @@ -10011,7 +10011,7 @@ Date: Mon Mar 16 18:20:58 2009 +0000 family of functions. clutter/clutter-animation.c | 43 +++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 43 insertions(+), 0 deletions(-) + 1 file changed, 43 insertions(+) commit 9694107f9002fcd2f6ec6900bccf1d28b16b21a5 Author: Emmanuele Bassi @@ -10020,7 +10020,7 @@ Date: Mon Mar 16 17:09:57 2009 +0000 Post-release bump to 0.9.3 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 35191f09ef0fa8fad6f386513dcd691ab6b6746f Author: Emmanuele Bassi @@ -10030,7 +10030,7 @@ Date: Mon Mar 16 16:28:45 2009 +0000 NEWS | 259 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 260 insertions(+), 1 deletions(-) + 2 files changed, 260 insertions(+), 1 deletion(-) commit f061e274166f50af5de1abe07dd114214ac822ba Author: Emmanuele Bassi @@ -10039,7 +10039,7 @@ Date: Mon Mar 16 16:14:12 2009 +0000 Update release notes README | 23 +++++++++++++++++++---- - 1 files changed, 19 insertions(+), 4 deletions(-) + 1 file changed, 19 insertions(+), 4 deletions(-) commit e7c5b15e6026ce125e8cfd0b146a852a6a86707f Author: Emmanuele Bassi @@ -10051,7 +10051,7 @@ Date: Mon Mar 16 16:55:48 2009 +0000 of the API reference. doc/reference/clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e8785fef0728e13ea3638825db246111fc39477d Author: Emmanuele Bassi @@ -10063,7 +10063,7 @@ Date: Mon Mar 16 16:54:58 2009 +0000 in milliseconds. clutter/clutter-timeout-pool.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d5ee6fc26439054beada960803b73a6dfdbfd044 Author: Emmanuele Bassi @@ -10072,7 +10072,7 @@ Date: Mon Mar 16 16:09:05 2009 +0000 Fix release date of 0.9.0 NEWS | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ca3bfe2ceaacc7c37d90492fd9429635b51caddd Author: Robert Bragg @@ -10085,7 +10085,7 @@ Date: Mon Mar 16 14:58:00 2009 +0000 operation isn't supported, but we shouldn't endlessly repeat the warning for every primitive of every frame. This patch fixes that. - clutter/cogl/gl/cogl-texture.c | 94 ++++++++++++++++++++++--------------- + clutter/cogl/gl/cogl-texture.c | 94 +++++++++++++++++++++++--------------- clutter/cogl/gles/cogl-texture.c | 90 +++++++++++++++++++++--------------- 2 files changed, 109 insertions(+), 75 deletions(-) @@ -10106,7 +10106,7 @@ Date: Mon Mar 16 12:47:45 2009 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-cogl-vertex-buffer.c | 428 +++++++++++++++++++++++++++ - 2 files changed, 430 insertions(+), 1 deletions(-) + 2 files changed, 430 insertions(+), 1 deletion(-) commit 71d65b629bb8f0a36b24753d6205663daa5acb09 Author: Robert Bragg @@ -10133,7 +10133,7 @@ Date: Sat Feb 28 17:39:38 2009 +0000 clutter/cogl/cogl-vertex-buffer.h | 9 +++++++++ clutter/cogl/common/cogl-vertex-buffer.c | 13 +++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 3 files changed, 23 insertions(+), 0 deletions(-) + 3 files changed, 23 insertions(+) commit 075ae9c4a74b5e7af248c27ef57d2d0b4948a74a Author: Robert Bragg @@ -10147,7 +10147,7 @@ Date: Sat Feb 28 17:36:25 2009 +0000 attribute pointers remain valid until your draw call.) clutter/cogl/cogl-vertex-buffer.h | 38 +++++++++++++++++++----------- - clutter/cogl/common/cogl-vertex-buffer.c | 25 +++++++++++++++---- + clutter/cogl/common/cogl-vertex-buffer.c | 25 +++++++++++++++----- 2 files changed, 43 insertions(+), 20 deletions(-) commit a93a93d007b7c3ccc407482aaf521bd6b5d6607e @@ -10170,14 +10170,14 @@ Date: Mon Mar 9 17:12:27 2009 +0000 frames that have been reached instead of the elapsed time. clutter/Makefile.am | 2 + - clutter/clutter-frame-source.c | 81 ++++++----------------- + clutter/clutter-frame-source.c | 81 +++++++---------------- clutter/clutter-frame-source.h | 4 +- clutter/clutter-main.c | 12 ++-- clutter/clutter-main.h | 4 +- - clutter/clutter-timeline.c | 18 ++--- + clutter/clutter-timeline.c | 18 +++--- clutter/clutter-timeout-interval.c | 126 ++++++++++++++++++++++++++++++++++++ clutter/clutter-timeout-interval.h | 56 ++++++++++++++++ - clutter/clutter-timeout-pool.c | 99 ++++++----------------------- + clutter/clutter-timeout-pool.c | 99 ++++++---------------------- clutter/clutter-timeout-pool.h | 2 +- 10 files changed, 244 insertions(+), 160 deletions(-) @@ -10193,7 +10193,7 @@ Date: Mon Mar 16 15:09:33 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/cogl/gl/cogl.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9229fb6114e57a2690fa7ea18cbcdc78b7210d85 Author: Emmanuele Bassi @@ -10205,21 +10205,21 @@ Date: Mon Mar 16 15:00:55 2009 +0000 symbols are either COGL or X11 specific, or dummy interface typedefs. clutter/clutter-backend.c | 2 +- - clutter/clutter-behaviour-depth.h | 16 ++++++++ + clutter/clutter-behaviour-depth.h | 16 +++++++++ clutter/clutter-behaviour-opacity.h | 18 +++++++++- clutter/clutter-behaviour-path.h | 12 ++++++- clutter/clutter-child-meta.h | 7 ++++ clutter/clutter-clone.c | 2 +- clutter/clutter-clone.h | 15 ++++++++ - clutter/clutter-group.h | 19 +++++++++- + clutter/clutter-group.h | 19 ++++++++-- clutter/clutter-media.h | 9 +++++ clutter/clutter-rectangle.h | 15 ++++++++ clutter/clutter-score.h | 21 +++++++++++ - clutter/clutter-script.h | 26 +++++++++++++ - clutter/clutter-shader.h | 22 +++++++++++ + clutter/clutter-script.h | 26 ++++++++++++++ + clutter/clutter-shader.h | 22 ++++++++++++ clutter/clutter-stage.h | 20 ++++++++++- clutter/clutter-texture.h | 27 ++++++++++++++ - clutter/clutter-timeline.h | 20 ++++++++++ + clutter/clutter-timeline.h | 20 +++++++++++ clutter/clutter-units.h | 53 +++++++++++++++++++++++++++- doc/reference/clutter/clutter-sections.txt | 6 ++-- 18 files changed, 299 insertions(+), 11 deletions(-) @@ -10271,7 +10271,7 @@ Date: Mon Mar 16 14:02:09 2009 +0000 Also, add clutter_actor_get_animation(). doc/reference/clutter/clutter-sections.txt | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 0942fac573aa3a311c94324935004082c2b04a92 Author: Emmanuele Bassi @@ -10280,7 +10280,7 @@ Date: Mon Mar 16 14:01:43 2009 +0000 [docs] Add description of queue_redraw clutter/clutter-actor.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ff620402523a0dd33ae01d13f7490dc8e63caf3c Author: Emmanuele Bassi @@ -10292,7 +10292,7 @@ Date: Mon Mar 16 12:17:03 2009 +0000 we can remove the unused w, h variables and avoid a compiler warning. tests/interactive/test-texture-async.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 961aac3fb36f73d4a48720d93b8928a3e24b5b84 Author: Havoc Pennington @@ -10308,8 +10308,8 @@ Date: Tue Feb 17 12:22:02 2009 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 124 +++++++++++++++++++++++++++++++++++++++++------ - clutter/clutter-actor.h | 3 + - clutter/clutter-stage.c | 63 +++-------------------- + clutter/clutter-actor.h | 3 ++ + clutter/clutter-stage.c | 63 ++++-------------------- clutter/clutter-stage.h | 2 - 4 files changed, 121 insertions(+), 71 deletions(-) @@ -10328,7 +10328,7 @@ Date: Mon Mar 16 11:58:58 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 44 insertions(+), 0 deletions(-) + 1 file changed, 44 insertions(+) commit 0cb0a841cc56c7912b59973dddc9e157fba7e0f5 Author: Colin Walters @@ -10366,7 +10366,7 @@ Date: Mon Mar 16 11:31:27 2009 +0000 clutter/clutter-animation.c | 19 +++++++++++++++++++ clutter/clutter-animation.h | 2 ++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit 44d0733665eca0b6517332a176743783ec2ccb79 Author: Emmanuele Bassi @@ -10380,7 +10380,7 @@ Date: Mon Mar 16 11:30:10 2009 +0000 clutter/clutter-animation.c | 18 ++++++++++++++++++ clutter/clutter-animation.h | 1 + - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit a5c88e62f2207f18897732c76654f4699d2a897c Author: Emmanuele Bassi @@ -10393,7 +10393,7 @@ Date: Mon Mar 16 11:28:29 2009 +0000 people might understand it and avoid breaking it in the future. clutter/clutter-animation.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 0674fded7f25fdbf019debe7d91d28b441d3acaf Merge: 7f2ef2f 56568db @@ -10426,7 +10426,7 @@ Date: Fri Mar 13 15:43:19 2009 +0000 docs. clutter/cogl/cogl-path.h | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 89060a9bb37503ada773c9026a152690da48531e Author: Emmanuele Bassi @@ -10436,8 +10436,8 @@ Date: Fri Mar 13 15:28:20 2009 +0000 As usual, y1 and y2 end up shadowing symbols exported by math.h. - clutter/cogl/cogl-path.h | 108 ++++++++++++++++---------------- - clutter/cogl/common/cogl-primitives.c | 30 +++++----- + clutter/cogl/cogl-path.h | 108 ++++++++++++++++----------------- + clutter/cogl/common/cogl-primitives.c | 30 ++++----- 2 files changed, 69 insertions(+), 69 deletions(-) commit e1742af36806b838111b5f6f85422940c64a87b8 @@ -10453,7 +10453,7 @@ Date: Thu Mar 12 15:33:36 2009 -0400 redraw.) clutter/clutter-stage.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 72f96468047e76fe8cb40b77cbfd0225c1d05b80 Author: Emmanuele Bassi @@ -10479,7 +10479,7 @@ Date: Fri Mar 13 14:14:00 2009 +0000 a valid allocation we notify only on the changed values. clutter/clutter-actor.c | 56 ++++++++++++++++++++++++++++++++++++----------- - 1 files changed, 43 insertions(+), 13 deletions(-) + 1 file changed, 43 insertions(+), 13 deletions(-) commit 786161c75f0bf5e3612f2f3df42eb3704ac7c27a Author: Emmanuele Bassi @@ -10491,7 +10491,7 @@ Date: Thu Mar 12 21:11:50 2009 +0000 added to the deprecation macros. clutter/clutter-deprecated.h | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit ed2fe41b32ea6c9d645f89f385e088ca9857aa6e Author: Emmanuele Bassi @@ -10514,12 +10514,12 @@ Date: Fri Mar 13 12:20:26 2009 +0000 This matches the changes to cogl_rectangle to improve consistency. - README | 5 ++- + README | 5 +++-- clutter/cogl/cogl-path.h | 34 +++++++++++++++--------------- clutter/cogl/common/cogl-primitives.c | 30 +++++++++++++------------- - clutter/pango/cogl-pango-render.c | 8 +++--- - tests/interactive/test-clip.c | 10 ++++---- - tests/interactive/test-cogl-primitives.c | 4 +- + clutter/pango/cogl-pango-render.c | 8 +++---- + tests/interactive/test-clip.c | 10 ++++----- + tests/interactive/test-cogl-primitives.c | 4 ++-- 6 files changed, 46 insertions(+), 45 deletions(-) commit 5d4c09369e2efd729d44399557c2dce45bb51b62 @@ -10529,7 +10529,7 @@ Date: Fri Mar 13 12:02:33 2009 +0000 [README] Small typo fix README | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2edccc760dae07a66badfe081f2e64865dfe5c3c Merge: c418b23 ca28440 @@ -10578,7 +10578,7 @@ Date: Thu Mar 12 13:34:36 2009 +0000 clutter/cogl/common/cogl-current-matrix.c | 13 +++++++++++++ clutter/cogl/gles/cogl-gles2-wrapper.c | 10 ++++++++++ clutter/cogl/gles/cogl-gles2-wrapper.h | 1 + - 3 files changed, 24 insertions(+), 0 deletions(-) + 3 files changed, 24 insertions(+) commit 3a9b18ef51005d9bea7d35347569c35c6573bf64 Author: Robert Bragg @@ -10590,7 +10590,7 @@ Date: Thu Mar 12 13:32:10 2009 +0000 API. clutter/cogl/common/cogl-current-matrix.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 2f34d14cb46d8ccaff94b1bbf03c9bcf72c5f970 Author: Robert Bragg @@ -10603,7 +10603,7 @@ Date: Fri Mar 6 03:43:24 2009 +0000 other modes. clutter/cogl/common/cogl-current-matrix.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 0d88ecb45928d9decb3ab7fc52493a24cd81334c Author: Robert Bragg @@ -10617,7 +10617,7 @@ Date: Fri Mar 6 03:29:51 2009 +0000 using a cast but adding another way for initializing internal flags. clutter/cogl/common/cogl-current-matrix.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 61b867442b0ed067dcb17cf52816e2f406509b78 Author: Robert Bragg @@ -10626,7 +10626,7 @@ Date: Fri Mar 6 03:29:35 2009 +0000 80 char fix clutter/cogl/common/cogl-current-matrix.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 20a2f76e1fb27b18c5157d50f12cf9833163c4dc Author: Robert Bragg @@ -10638,7 +10638,7 @@ Date: Fri Mar 6 02:39:24 2009 +0000 cogl_matrix_transform_point instead. clutter/cogl/gl/cogl.c | 43 ++++++++++++------------------------------- - 1 files changed, 12 insertions(+), 31 deletions(-) + 1 file changed, 12 insertions(+), 31 deletions(-) commit 08932584b557aa041f8a0ab7417eecaf2e83865c Author: Havoc Pennington @@ -10665,7 +10665,7 @@ Date: Tue Feb 24 13:51:25 2009 -0500 clutter/cogl/common/cogl-vertex-buffer.c | 4 + clutter/cogl/gl/cogl-context.c | 37 +++ clutter/cogl/gl/cogl-context.h | 8 + - clutter/cogl/gl/cogl-fbo.c | 42 ++-- + clutter/cogl/gl/cogl-fbo.c | 42 +-- clutter/cogl/gl/cogl-primitives.c | 20 +- clutter/cogl/gl/cogl-texture.c | 5 +- clutter/cogl/gl/cogl.c | 233 +++------------ @@ -10687,8 +10687,8 @@ Date: Thu Mar 12 11:48:44 2009 +0000 Rewrote documentation, with the smallest amount of documentation for load-data-async which is considered a special case of load-async. - clutter/clutter-texture.c | 50 +++++++++++++++++++++++--------------------- - 1 files changed, 26 insertions(+), 24 deletions(-) + clutter/clutter-texture.c | 50 +++++++++++++++++++++++---------------------- + 1 file changed, 26 insertions(+), 24 deletions(-) commit 25d54a650de130c463d562f07de8b5083e2e8495 Merge: c418b23 93d8f62 @@ -10708,7 +10708,7 @@ Date: Thu Mar 12 10:38:39 2009 +0000 load-data-async. clutter/clutter-texture.c | 51 +++++++------------------------- - tests/interactive/test-texture-async.c | 23 +++----------- + tests/interactive/test-texture-async.c | 23 ++++---------- 2 files changed, 16 insertions(+), 58 deletions(-) commit d3b68298ace856938efd7fe8293194582fc7f50c @@ -10720,8 +10720,8 @@ Date: Thu Mar 12 10:14:40 2009 +0000 Added a construct time property to indicate that we do not want to block on loading images. - clutter/clutter-texture.c | 86 +++++++++++++++++----------- - tests/interactive/test-texture-async.c | 99 ++++++++++++++++++++++--------- + clutter/clutter-texture.c | 86 ++++++++++++++++----------- + tests/interactive/test-texture-async.c | 99 ++++++++++++++++++++++---------- 2 files changed, 122 insertions(+), 63 deletions(-) commit 5d3d9713899919d4cc7e42c5b08a9835b15e5c9c @@ -10746,7 +10746,7 @@ Date: Thu Mar 12 09:29:39 2009 +0000 bindings. HACKING | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit d036d088aad5aa9ac159d4346a7d923b9c823080 Author: Emmanuele Bassi @@ -10758,7 +10758,7 @@ Date: Thu Mar 12 09:27:39 2009 +0000 grammar and clarify what to do with non-static private functions. HACKING | 35 +++++++++++++++++++++++------------ - 1 files changed, 23 insertions(+), 12 deletions(-) + 1 file changed, 23 insertions(+), 12 deletions(-) commit 77579bbc5fc693c4c8d4d076ace4362c57b2762d Author: Emmanuele Bassi @@ -10770,7 +10770,7 @@ Date: Wed Mar 11 22:12:36 2009 +0000 progress of the animation. tests/interactive/test-easing.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 2c95b378a598c81ea29ffe129fedb9fc54281f9c Author: Geoff Gustafson @@ -10790,7 +10790,7 @@ Date: Tue Mar 10 14:25:37 2009 -0700 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 168499742ab329f4bff1d6e13d97cf6b972a3f34 Author: Damien Lespiau @@ -10805,7 +10805,7 @@ Date: Wed Mar 11 18:39:10 2009 +0000 - add an --enable/disable-shave configure option (while still defaulting to enabled) - build/autotools/shave-libtool.in | 5 +- + build/autotools/shave-libtool.in | 5 +-- build/autotools/shave.in | 28 ++++++++----- build/autotools/shave.m4 | 85 +++++++++++++++++++++++++++----------- configure.ac | 2 +- @@ -10822,7 +10822,7 @@ Date: Fri Feb 27 11:56:39 2009 -0500 clutter_text_set_markup()), treat that the same as "". clutter/clutter-text.c | 14 +++++--------- - 1 files changed, 5 insertions(+), 9 deletions(-) + 1 file changed, 5 insertions(+), 9 deletions(-) commit 0d874312d32f7c887286ddc28dcb8bbad6c4d33d Author: Gordon Williams @@ -10840,7 +10840,7 @@ Date: Wed Mar 11 18:16:21 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-group.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 02b2b664d8e00679dda08c1a83f6b8ebd5147086 Author: Owen W. Taylor @@ -10856,8 +10856,8 @@ Date: Thu Feb 26 14:42:19 2009 -0500 http://bugzilla.openedhand.com/show_bug.cgi?id=1481 - clutter/clutter-actor.c | 92 +++++++++++++++++++++++----------------------- - 1 files changed, 46 insertions(+), 46 deletions(-) + clutter/clutter-actor.c | 92 +++++++++++++++++++++++------------------------ + 1 file changed, 46 insertions(+), 46 deletions(-) commit 75e5b805ab6ed4ab82e75b4306045065e0620b9f Author: Raymond Liu @@ -10880,7 +10880,7 @@ Date: Mon Mar 9 14:10:45 2009 +0800 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 039e282a40c4f1a0f0d58fd0d46d713ffb8ea36b Author: Raymond Liu @@ -10899,7 +10899,7 @@ Date: Wed Mar 11 14:35:26 2009 +0800 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a83a5d55935a7dfd54de52368b4a1cd6768a257a Author: Emmanuele Bassi @@ -10918,7 +10918,7 @@ Date: Wed Mar 11 14:01:55 2009 +0000 should conform to the coding style. HACKING | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 7a5cea44dd547ea15a51dd2ee49bc15d41e84546 Author: Emmanuele Bassi @@ -10930,7 +10930,7 @@ Date: Wed Mar 11 13:55:01 2009 +0000 not g_object_ref(). clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e430903acd4b7f7da8cbb5e0f6f95e1eff0b9bba Author: Emmanuele Bassi @@ -10944,7 +10944,7 @@ Date: Wed Mar 11 13:53:27 2009 +0000 to ClutterColor components. clutter/clutter-color.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 5e9894fbace4379b8c2c1b30c826858009187689 Author: Neil Roberts @@ -10958,7 +10958,7 @@ Date: Tue Mar 10 18:28:56 2009 +0000 we might as well not use it. clutter/Makefile.am | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit a41361269fb32bd386285d553154c48a84295eb5 Author: Emmanuele Bassi @@ -10970,7 +10970,7 @@ Date: Tue Mar 10 18:05:08 2009 +0000 clutter/cogl/gl/cogl-context.c | 1 + clutter/cogl/gles/cogl-context.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit d3245c66244970d04922572c47d68efc9ad19122 Author: Emmanuele Bassi @@ -10986,7 +10986,7 @@ Date: Tue Mar 10 17:53:51 2009 +0000 clutter/cogl/gl/cogl-context.c | 2 ++ clutter/cogl/gles/cogl-context.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 57c3e84289fd3a705a01c74c6924ed0b100da4de Author: Neil Roberts @@ -11000,7 +11000,7 @@ Date: Tue Mar 10 14:40:33 2009 +0000 therefore broke. clutter/Makefile.am | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit e744066e7d82813d9d70d032068c7e6d51fc9f14 Author: Øyvind Kolås @@ -11012,7 +11012,7 @@ Date: Tue Mar 10 13:00:57 2009 +0000 dual core system, reducing to 1 concurrent image decoding thread. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 89e3e3a4cc06c10c2573f3d115c5b03ee4890524 Author: Emmanuele Bassi @@ -11087,7 +11087,7 @@ Date: Mon Mar 9 17:47:21 2009 +0000 COGL now ships its own, we need to fix that as well. clutter/cogl/cogl.pc.in | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 9b83a6f291663577426a26d5adae8712566dba2d Author: Emmanuele Bassi @@ -11125,7 +11125,7 @@ Date: Mon Mar 9 17:35:08 2009 +0000 the ClutterUnit GType. clutter/clutter-units.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++- - clutter/clutter-units.h | 23 ++++++++------ + clutter/clutter-units.h | 23 ++++++++------- 2 files changed, 85 insertions(+), 11 deletions(-) commit 6bee140e7458e92e3cf3b884cc06f2dc4c4a99a5 @@ -11137,16 +11137,16 @@ Date: Mon Mar 9 17:34:23 2009 +0000 The COGL API expects floats, not ClutterFixed, so we need to use the right type when calling it. - tests/interactive/test-clip.c | 58 +++++++++++++-------------- - tests/interactive/test-cogl-multitexture.c | 27 +++++------- - tests/interactive/test-cogl-offscreen.c | 19 ++------ - tests/interactive/test-cogl-primitives.c | 61 ++++++++------------------- - tests/interactive/test-cogl-tex-convert.c | 23 ++-------- + tests/interactive/test-clip.c | 58 +++++++++++++------------- + tests/interactive/test-cogl-multitexture.c | 27 ++++++------ + tests/interactive/test-cogl-offscreen.c | 19 +++------ + tests/interactive/test-cogl-primitives.c | 61 ++++++++-------------------- + tests/interactive/test-cogl-tex-convert.c | 23 +++-------- tests/interactive/test-cogl-tex-foreign.c | 11 +---- tests/interactive/test-cogl-tex-getset.c | 11 +---- tests/interactive/test-cogl-tex-polygon.c | 57 ++++++++++++-------------- - tests/interactive/test-cogl-tex-tile.c | 27 +++++-------- - tests/interactive/test-text-field.c | 6 +- + tests/interactive/test-cogl-tex-tile.c | 27 +++++------- + tests/interactive/test-text-field.c | 6 +-- 10 files changed, 112 insertions(+), 188 deletions(-) commit f82c9e7dba8d060506c36af185de6be387eddeaa @@ -11159,7 +11159,7 @@ Date: Mon Mar 9 17:32:15 2009 +0000 converted to floats, not to ClutterFixed. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 97d0a4845ab971c032d55d4268c92bf311e51c47 Author: Emmanuele Bassi @@ -11170,7 +11170,7 @@ Date: Mon Mar 9 17:31:44 2009 +0000 Do not use ClutterFixed and its macros inside the Texture. clutter/clutter-texture.c | 18 ++++++++---------- - 1 files changed, 8 insertions(+), 10 deletions(-) + 1 file changed, 8 insertions(+), 10 deletions(-) commit 52811b240feba30ad1640294655a9f3086fe07d6 Author: Emmanuele Bassi @@ -11228,7 +11228,7 @@ Date: Mon Mar 9 17:08:41 2009 +0000 CoglFixed instead. clutter/clutter-interval.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit fc40d75956e130a39c50cdaccc7af739a4591ac9 Author: Emmanuele Bassi @@ -11240,7 +11240,7 @@ Date: Mon Mar 9 17:07:47 2009 +0000 to-be-deprecated ClutterFixed one. tests/conform/test-clutter-fixed.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 99110335056b5dce43822a6c64c3a457cca915bc Author: Emmanuele Bassi @@ -11254,7 +11254,7 @@ Date: Mon Mar 9 17:06:22 2009 +0000 This allows moving most of what ClutterFixed did directly to CoglFixed where it belongs. - clutter/cogl/cogl-types.h | 44 +++++++++- + clutter/cogl/cogl-types.h | 44 ++++++++- clutter/cogl/cogl.h.in | 33 ------- clutter/cogl/common/cogl-util.c | 186 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 223 insertions(+), 40 deletions(-) @@ -11282,7 +11282,7 @@ Date: Mon Mar 9 17:03:37 2009 +0000 in the API and the implementation. clutter/clutter-behaviour-rotate.c | 234 +++++++++++++++++++----------------- - clutter/clutter-behaviour-rotate.h | 54 +++++--- + clutter/clutter-behaviour-rotate.h | 54 ++++++--- 2 files changed, 160 insertions(+), 128 deletions(-) commit 764dc3bac4683d972f04ed7f4e815d40513d189b @@ -11295,7 +11295,7 @@ Date: Mon Mar 9 17:03:00 2009 +0000 in the API and the implementation. clutter/clutter-behaviour-ellipse.c | 482 +++++++++++++++++------------------ - clutter/clutter-behaviour-ellipse.h | 55 ++--- + clutter/clutter-behaviour-ellipse.h | 55 ++-- 2 files changed, 265 insertions(+), 272 deletions(-) commit 045ad21921edf047ec43825a3c1b5b0dba79b6c7 @@ -11309,7 +11309,7 @@ Date: Thu Mar 5 20:17:11 2009 +0000 CoglFixed type so that they are useful again. clutter/clutter-behaviour-scale.c | 278 ++++++++++++++++++------------------- - clutter/clutter-behaviour-scale.h | 81 ++++++------ + clutter/clutter-behaviour-scale.h | 81 ++++++----- 2 files changed, 177 insertions(+), 182 deletions(-) commit 7bf385a06700f152018626021cd2f2367572b3a2 @@ -11324,7 +11324,7 @@ Date: Thu Mar 5 20:15:00 2009 +0000 a CoglFixed one. clutter/cogl/cogl-fixed.h | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 4e98fc5e7931688da11be60a36c583c529ad8335 Author: Emmanuele Bassi @@ -11343,7 +11343,7 @@ Date: Tue Mar 3 22:51:17 2009 +0000 that they should be used unless strictly necessary. clutter/clutter-main.c | 25 +++++++++++++++++++------ - 1 files changed, 19 insertions(+), 6 deletions(-) + 1 file changed, 19 insertions(+), 6 deletions(-) commit c0adf4582ca41f046bfb67458ac1ca5d6d416f33 Author: Emmanuele Bassi @@ -11382,7 +11382,7 @@ Date: Thu Feb 26 15:35:20 2009 +0000 in describing the default behaviour. clutter/clutter-animation.c | 26 +++++++++++++++++++++++++- - 1 files changed, 25 insertions(+), 1 deletions(-) + 1 file changed, 25 insertions(+), 1 deletion(-) commit a3839296c4311bb15091c52e59c214a6f4d33bd2 Author: Emmanuele Bassi @@ -11435,7 +11435,7 @@ Date: Sat Feb 28 17:54:27 2009 +0000 clutter/cogl/Makefile.am | 17 ++++++++++++++++- clutter/cogl/cogl.pc.in | 15 +++++++++++++++ configure.ac | 1 + - 4 files changed, 33 insertions(+), 1 deletions(-) + 4 files changed, 33 insertions(+), 1 deletion(-) commit b030756dca23594e612fcfc3aac1ba3115f5893c Author: Emmanuele Bassi @@ -11453,7 +11453,7 @@ Date: Sat Feb 28 17:19:05 2009 +0000 In the future it'll also be possible to deprecate the current split API and expose the generic accessors instead. - clutter/clutter-shader.c | 343 ++++++++++++++++++++++++++------------------- + clutter/clutter-shader.c | 343 ++++++++++++++++++++++++++-------------------- po/POTFILES.in | 2 + 2 files changed, 200 insertions(+), 145 deletions(-) @@ -11503,7 +11503,7 @@ Date: Sat Feb 28 16:16:09 2009 +0000 internal users of the API. clutter/clutter-color.c | 592 +++++++++++++++------------- - clutter/clutter-color.h | 99 +++--- + clutter/clutter-color.h | 99 +++-- clutter/clutter-deprecated.h | 2 + clutter/clutter-script.c | 2 +- doc/reference/clutter/clutter-sections.txt | 16 +- @@ -11540,7 +11540,7 @@ Date: Mon Mar 9 14:17:18 2009 -0400 Typo in clutter-win32.pc.in introduced by commit 24ce19383 clutter/win32/clutter-win32.pc.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ee6145c795abf1814297a3e3a5b01620e06b58c1 Author: Neil Roberts @@ -11560,7 +11560,7 @@ Date: Mon Mar 9 18:40:58 2009 +0000 clutter/eglnative/clutter-stage-egl.c | 4 ++++ clutter/sdl/clutter-stage-sdl.c | 4 ++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit f9d996a4603bef1f52e32e99f9f69a32b7c823ba Author: Owen W. Taylor @@ -11576,7 +11576,7 @@ Date: Fri Feb 27 13:39:53 2009 -0500 http://bugzilla.openedhand.com/show_bug.cgi?id=1483 clutter/glx/clutter-glx-texture-pixmap.c | 26 +++++++++----------------- - 1 files changed, 9 insertions(+), 17 deletions(-) + 1 file changed, 9 insertions(+), 17 deletions(-) commit 65c5188c7e6edf4b77887234035ae6a30fca9cb1 Author: Neil Roberts @@ -11587,7 +11587,7 @@ Date: Mon Mar 9 12:28:22 2009 +0000 These are required to include the Cogl header files. clutter/eglnative/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 67523ddc6e6714629cd3582b6bb4d9dc42740ba5 Author: Neil Roberts @@ -11599,7 +11599,7 @@ Date: Mon Mar 9 10:59:52 2009 +0000 to fix a compiler warning. clutter/sdl/clutter-backend-sdl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 24ce19383600df952dc5b3eb6055b8851b9cbd21 Author: Colin Walters @@ -11626,7 +11626,7 @@ Date: Fri Feb 27 17:59:16 2009 +0000 ignoring it, this warning will hopefully help resolving some issues. clutter/clutter-main.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit af0726480c29ac8c327ce302a55ef4eaed757594 Author: Robert Bragg @@ -11662,7 +11662,7 @@ Date: Tue Feb 24 11:33:58 2009 +0000 matrix in the future and private flags to annotate matrices. clutter/cogl/cogl-matrix.h | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit b39223d8cbdb104df4a1f5791c3d4f8acd5b31d1 Author: Emmanuele Bassi @@ -11695,7 +11695,7 @@ Date: Fri Jan 9 15:02:50 2009 +0000 type name during the GType registration for ClutterScriptable. clutter/clutter-scriptable.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 28a3cbf38e299f56f52bd9f0cff9f91e96275d23 Author: Bastian Winkler @@ -11708,7 +11708,7 @@ Date: Tue Feb 24 20:07:31 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-text.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 0fc9452b034808c51980cabd99573d67d9963936 Author: Emmanuele Bassi @@ -11722,7 +11722,7 @@ Date: Thu Feb 26 12:46:36 2009 +0000 introspection is enabled. clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 259443b1453e5094cf7016141df39ceba65cd5cb Author: Emmanuele Bassi @@ -11740,7 +11740,7 @@ Date: Thu Feb 26 11:55:53 2009 +0000 EGLX backends sections. configure.ac | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit 402e2e0d82024f79c0b9b5f76056b331abec0caa Author: Owen W. Taylor @@ -11754,7 +11754,7 @@ Date: Wed Feb 25 15:46:09 2009 -0500 http://bugzilla.openedhand.com/show_bug.cgi?id=1479 clutter/cogl/gl/cogl-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ce83007c1d140e91250d933ba9e533a00ffb9e84 Author: Neil Roberts @@ -11769,7 +11769,7 @@ Date: Thu Feb 26 10:56:42 2009 +0000 and avoids the warning. clutter/pango/cogl-pango-glyph-cache.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1626d6132e9bab267463b5f532567e22006771db Author: Neil Roberts @@ -11793,7 +11793,7 @@ Date: Wed Feb 25 17:10:54 2009 +0000 that it needs to cancel. clutter/clutter-texture.c | 295 ++++++++++++++++++++++++++++----------------- - 1 files changed, 184 insertions(+), 111 deletions(-) + 1 file changed, 184 insertions(+), 111 deletions(-) commit 3425331cc167f029bc4b86a66d95d3e498f52514 Author: Neil Roberts @@ -11812,7 +11812,7 @@ Date: Tue Feb 24 16:44:30 2009 +0000 generate a shared library. tests/tools/Makefile.am | 22 ++++++++++++++++------ - 1 files changed, 16 insertions(+), 6 deletions(-) + 1 file changed, 16 insertions(+), 6 deletions(-) commit bff6ce414af6cc3e5d12d9eaed36ff64e5e16fc0 Author: Emmanuele Bassi @@ -11850,7 +11850,7 @@ Date: Tue Feb 24 15:58:40 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-media.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit eaf202c886293035e875c7e940fa97ee970dd046 Author: Jonathan Matthew @@ -11867,7 +11867,7 @@ Date: Tue Feb 24 09:25:53 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/cogl/common/cogl-util.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3409a941a4161562e6020e47c482a6b01b7eff11 Author: Emmanuele Bassi @@ -11882,7 +11882,7 @@ Date: Mon Feb 23 15:22:08 2009 +0000 - no undocumented yet binding constraint on the scenegraph size clutter/clutter-main.c | 35 +++++++++++++++-------------------- - 1 files changed, 15 insertions(+), 20 deletions(-) + 1 file changed, 15 insertions(+), 20 deletions(-) commit 64db7896dbd4286d94367fbf173bb18f1c793a70 Author: Emmanuele Bassi @@ -11894,7 +11894,7 @@ Date: Mon Feb 23 15:19:11 2009 +0000 whole code has been Clutter-free for a while, now. clutter/pango/cogl-pango-render.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 62ac234ca9b109c98773d2029357c110cf000aab Author: Robert Bragg @@ -11909,7 +11909,7 @@ Date: Mon Feb 23 16:33:42 2009 +0000 textures. tests/conform/Makefile.am | 7 ------ - tests/conform/test-vertex-buffer-contiguous.c | 29 +++++++++++++++++++++++- + tests/conform/test-vertex-buffer-contiguous.c | 29 +++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 9 deletions(-) commit 0bc1f36ead2909ac89e163f3592654c6ac78a112 @@ -11937,7 +11937,7 @@ Date: Mon Feb 23 13:17:06 2009 +0000 by Clutter without a corresponding command line switch. clutter/clutter-main.c | 21 ++++++++++++++++----- - 1 files changed, 16 insertions(+), 5 deletions(-) + 1 file changed, 16 insertions(+), 5 deletions(-) commit 42fa1e035b25f195a5da8e6ac7148079db4c8080 Author: Emmanuele Bassi @@ -11950,7 +11950,7 @@ Date: Mon Feb 23 13:08:59 2009 +0000 environment variables/command line switches. clutter/clutter-main.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit a1f0b25d142cc4f52b9d50f86441a429e5f5b263 Author: Emmanuele Bassi @@ -11963,7 +11963,7 @@ Date: Mon Feb 23 12:55:01 2009 +0000 usage of ClutterFixed and relative macros has been removed. clutter/clutter-actor.c | 364 +++++++++++++++++++++-------------------------- - 1 files changed, 164 insertions(+), 200 deletions(-) + 1 file changed, 164 insertions(+), 200 deletions(-) commit 605dfb8fd0451dd087a13cb21032a288ce5a3ea3 Author: Emmanuele Bassi @@ -12032,7 +12032,7 @@ Date: Mon Feb 23 11:36:03 2009 +0000 variable to disable it for all apps. clutter/clutter-main.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 8d04fbb05eedaf54380c12fee46ffd3fa9ae61a3 Author: Robert Bragg @@ -12045,7 +12045,7 @@ Date: Sun Feb 22 15:25:00 2009 +0000 tests. clutter/cogl/common/cogl-vertex-buffer.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 5e956a88b822ce9d9eecbd432a0141375bed5ab6 Author: Robert Bragg @@ -12059,8 +12059,8 @@ Date: Thu Feb 19 09:20:20 2009 +0000 We still don't have caching of bound texture state so we always have to re-bind the texture when flushing the GL state of any material layers. - clutter/cogl/common/cogl-material.c | 42 +++++++++++++++++++--------------- - 1 files changed, 23 insertions(+), 19 deletions(-) + clutter/cogl/common/cogl-material.c | 42 +++++++++++++++++++---------------- + 1 file changed, 23 insertions(+), 19 deletions(-) commit d13b9de2e27d3db21f4515bf579927df5b42c330 Author: Robert Bragg @@ -12080,7 +12080,7 @@ Date: Thu Feb 19 09:01:18 2009 +0000 thanks to Owen Taylor for reporting the bug clutter/cogl/common/cogl-material-private.h | 10 ++-- - clutter/cogl/common/cogl-material.c | 78 +++++++++----------------- + clutter/cogl/common/cogl-material.c | 78 ++++++++++----------------- clutter/cogl/gl/cogl-context.c | 1 - clutter/cogl/gles/cogl-context.c | 1 - 4 files changed, 31 insertions(+), 59 deletions(-) @@ -12096,13 +12096,13 @@ Date: Wed Feb 18 18:54:54 2009 +0000 over the GL style GLfloat m[16] arrays. README | 3 + - clutter/clutter-actor.c | 117 +++++++++++--------------------- + clutter/clutter-actor.c | 117 +++++++++++---------------------- clutter/cogl/cogl-matrix.h | 36 ++++++++++ clutter/cogl/cogl.h.in | 14 ++-- clutter/cogl/common/cogl-clip-stack.c | 14 ++-- - clutter/cogl/common/cogl-matrix.c | 46 +++++++++----- - clutter/cogl/gl/cogl.c | 27 +++++-- - clutter/cogl/gles/cogl.c | 27 +++++-- + clutter/cogl/common/cogl-matrix.c | 46 ++++++++----- + clutter/cogl/gl/cogl.c | 27 +++++--- + clutter/cogl/gles/cogl.c | 27 +++++--- 8 files changed, 160 insertions(+), 124 deletions(-) commit 4af0717b0022b58797bfbd1df12917840c3fb9c3 @@ -12112,7 +12112,7 @@ Date: Sat Feb 21 13:47:02 2009 +0000 [ignore] Update with the introspection files .gitignore | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 82f83ffbfb7c8ea63d04e0b0d655bc251abf4a66 Author: Emmanuele Bassi @@ -12127,7 +12127,7 @@ Date: Sat Feb 21 13:44:14 2009 +0000 flags, is more indicated. clutter/Makefile.am | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit f4df307ddd6e0c977c57aaba1b1e4adfa143c1b0 Author: Emmanuele Bassi @@ -12144,7 +12144,7 @@ Date: Fri Feb 20 15:39:32 2009 +0000 glViewport() when the paint cycle starts. clutter/clutter-backend.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit fa996734cff073a8acb7adb1d758059be25cb025 Author: Neil Roberts @@ -12157,7 +12157,7 @@ Date: Fri Feb 20 16:37:20 2009 +0000 all be using texture unit 0. This fixes test-cogl-multitexture. clutter/cogl/gles/cogl-gles2-wrapper.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b0df99fbad39b56bbe65b61063d30c3013debd0f Author: Neil Roberts @@ -12182,7 +12182,7 @@ Date: Fri Feb 20 15:56:57 2009 +0000 texture units it can use. clutter/cogl/gles/cogl-gles2-wrapper.c | 444 +++++++++++++++----------------- - clutter/cogl/gles/cogl-gles2-wrapper.h | 36 ++- + clutter/cogl/gles/cogl-gles2-wrapper.h | 36 +-- 2 files changed, 229 insertions(+), 251 deletions(-) commit 21aa09748c95912de5f32fdaa84183c3e8b0f412 @@ -12215,10 +12215,10 @@ Date: Fri Feb 20 14:39:51 2009 +0000 build/autotools/Makefile.am | 1 + build/autotools/introspection.m4 | 88 ++++++++++++++++++++++++++++++++++++++ - clutter/Makefile.am | 61 ++++++++++++++++++++++++++- - clutter/json/Makefile.am | 24 ++++++++++ + clutter/Makefile.am | 61 +++++++++++++++++++++++++- + clutter/json/Makefile.am | 24 +++++++++++ configure.ac | 4 ++ - 5 files changed, 177 insertions(+), 1 deletions(-) + 5 files changed, 177 insertions(+), 1 deletion(-) commit c5afd98416f9c9299eaedf21a4e16f06f1b52418 Author: Owen W. Taylor @@ -12291,7 +12291,7 @@ Date: Fri Feb 20 12:00:41 2009 +0000 API reference. doc/reference/clutter/clutter-docs.xml | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6b2c8f68e0298ae9382de1b31720bbb5c7cd58ac Author: Emmanuele Bassi @@ -12318,7 +12318,7 @@ Date: Fri Feb 20 11:55:54 2009 +0000 don't get a symbols index containing only "C". configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3bfbcedec8c0426406d52d073131feeeed560f32 Author: Emmanuele Bassi @@ -12332,7 +12332,7 @@ Date: Fri Feb 20 11:39:47 2009 +0000 gfloat, not GLfloat. clutter/clutter-shader-types.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 181610604738918d5e0aff91a353047c3a60607d Author: Emmanuele Bassi @@ -12348,7 +12348,7 @@ Date: Fri Feb 20 11:36:54 2009 +0000 markers will still work. clutter/clutter-timeline.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit effbbe2e1e4205927f7f4f588eeea52f3940a5ce Author: Emmanuele Bassi @@ -12362,7 +12362,7 @@ Date: Fri Feb 20 11:17:52 2009 +0000 and the parser should not accept NULL or empty strings. clutter/clutter-path.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 96317854c8ed385b2091ede209915e90e8a0044c Author: Emmanuele Bassi @@ -12374,7 +12374,7 @@ Date: Tue Feb 10 18:05:21 2009 +0000 not invoke the ::alpha_notify() implementation. clutter/clutter-behaviour.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 97431b46700fbbe966f33fae13f9728d77cb2687 Author: Neil Roberts @@ -12393,7 +12393,7 @@ Date: Fri Feb 20 11:07:23 2009 +0000 Thanks to Zhang Wei for reporting. clutter/clutter-color.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit f4222c3cfce7ff1214aeac27a77b33c22549f8e6 Author: Emmanuele Bassi @@ -12405,7 +12405,7 @@ Date: Thu Feb 19 17:24:06 2009 +0000 BUILT_SOURCES variable, so we need to append redhand.png to it. tests/conform/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5643a47cb6ee85a3f4ec93e58582ddf6a6e34d24 Author: Emmanuele Bassi @@ -12420,8 +12420,8 @@ Date: Thu Feb 19 17:15:04 2009 +0000 When generated, the ChangeLog should be copied inside the distdir so that the autotools will not freak out. - Makefile.am | 61 +++++++++++++++++++++++----------------------------------- - 1 files changed, 24 insertions(+), 37 deletions(-) + Makefile.am | 61 +++++++++++++++++++++++------------------------------------ + 1 file changed, 24 insertions(+), 37 deletions(-) commit 01cf52c44c630d92b7b896b8365dafbc5ee49743 Author: Emmanuele Bassi @@ -12432,7 +12432,7 @@ Date: Thu Feb 19 17:07:09 2009 +0000 Remove the files we don't ship or have, to avoid distcheck failing. build/autotools/Makefile.am | 19 ++++++++----------- - 1 files changed, 8 insertions(+), 11 deletions(-) + 1 file changed, 8 insertions(+), 11 deletions(-) commit d0ae6b421cb3f2b6f69901c80da5c4b71f09efe5 Author: Emmanuele Bassi @@ -12444,7 +12444,7 @@ Date: Thu Feb 19 17:06:25 2009 +0000 COGL exposes GTypes. doc/reference/cogl/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5123608e2296b90f68d4634b2b518101c574e43d Author: Emmanuele Bassi @@ -12455,7 +12455,7 @@ Date: Thu Feb 19 17:02:12 2009 +0000 Do not assume locality of the files, but use their whole path. clutter/x11/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b72b6e88f70a1839bb5eeb50a3b98f3335830696 Author: Emmanuele Bassi @@ -12468,7 +12468,7 @@ Date: Thu Feb 19 17:00:22 2009 +0000 instead. Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c229de8dde3e448a5c9619bde720f23665a17f4d Author: Emmanuele Bassi @@ -12485,7 +12485,7 @@ Date: Thu Feb 19 16:51:37 2009 +0000 implemented. tests/conform/test-conform-main.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 1ead85f6f63ac52bbef1a37cbe1aa934e8e6ddcb Author: Neil Roberts @@ -12498,7 +12498,7 @@ Date: Thu Feb 19 17:14:00 2009 +0000 the tests/interactive Makefile. tests/conform/Makefile.am | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 84ecb5081f2e30d43880832a7d632a694400f9f6 Author: Øyvind Kolås @@ -12512,7 +12512,7 @@ Date: Thu Feb 19 15:44:16 2009 +0000 Other expensive actors should be doing the same thing. clutter/clutter-texture.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit ef7df4b736b56c2f503b5e2d7c069efa0cacd79a Author: Emmanuele Bassi @@ -12525,7 +12525,7 @@ Date: Thu Feb 19 15:01:33 2009 +0000 The CairoTexture section was referenced twice. doc/reference/clutter/clutter-sections.txt | 42 ++++++---------------------- - 1 files changed, 9 insertions(+), 33 deletions(-) + 1 file changed, 9 insertions(+), 33 deletions(-) commit 3009d029ba6ee1514e2ba521ebf9b28f5477de65 Author: Emmanuele Bassi @@ -12537,7 +12537,7 @@ Date: Thu Feb 19 15:00:23 2009 +0000 so we can safely remove the declarations. clutter/clutter-texture.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit cf48935cf5a954e627f8f84eb5c47d8edc3c8e54 Author: Emmanuele Bassi @@ -12563,7 +12563,7 @@ Date: Thu Feb 19 14:56:07 2009 +0000 missing the "Return value:" section. clutter/clutter-actor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9bdbe8a06a66a44b06bf6b04ea24604cda0f342e Merge: c18e756 3794324 @@ -12591,7 +12591,7 @@ Date: Thu Feb 19 13:44:29 2009 +0000 point. clutter/clutter-texture.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit a0800b44ad81861539264ddd0ff3297b29980d46 Author: Emmanuele Bassi @@ -12607,8 +12607,8 @@ Date: Thu Feb 19 12:05:20 2009 +0000 :material property, as it makes little sense now that the Materials API has landed. - clutter/clutter-texture.c | 51 +++++--------------------------------------- - clutter/clutter-texture.h | 3 -- + clutter/clutter-texture.c | 51 ++++++--------------------------------------- + clutter/clutter-texture.h | 3 --- 2 files changed, 6 insertions(+), 48 deletions(-) commit 3c073d82c79c6d2c109d14c1b44d8c4c707c2bb6 @@ -12645,7 +12645,7 @@ Date: Thu Feb 19 11:55:54 2009 +0000 clutter/cogl/cogl-material.h | 11 ++++++++++- doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 11 insertions(+), 1 deletions(-) + 2 files changed, 11 insertions(+), 1 deletion(-) commit 3794324e8b6deef5821e4534beda57acfa901a4a Author: Damien Lespiau @@ -12668,7 +12668,7 @@ Date: Thu Feb 19 10:47:38 2009 +0000 when having CC set to funny things. autogen.sh | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 5bdcfd288cbd20a88e4ee2a37602d51abc67baf3 Author: Emmanuele Bassi @@ -12680,7 +12680,7 @@ Date: Wed Feb 18 18:45:58 2009 +0000 when using the anal-retentive compiler flags. clutter/cogl/gl/cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a86b9834d3c3dd7e83378a120ff53cb179b4e1fc Author: Neil Roberts @@ -12707,7 +12707,7 @@ Date: Wed Feb 18 17:57:17 2009 +0000 inside a closure struct instead of trying to stuff it into a pointer. clutter/clutter-behaviour-rotate.c | 24 ++++++++++++++---------- - 1 files changed, 14 insertions(+), 10 deletions(-) + 1 file changed, 14 insertions(+), 10 deletions(-) commit 21768fb95751961cfa60abbc8a71d8e235798f10 Author: Damien Lespiau @@ -12722,7 +12722,7 @@ Date: Tue Feb 17 15:05:03 2009 +0000 .gitignore | 2 + build/autotools/dolt.m4 | 178 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 1 + - 3 files changed, 181 insertions(+), 0 deletions(-) + 3 files changed, 181 insertions(+) commit 8eec75efded2269a2b067175b2bdade03a022905 Author: Damien Lespiau @@ -12733,13 +12733,13 @@ Date: Tue Feb 17 14:56:35 2009 +0000 Use shave (http://git.lespiau.name/cgit/shave) to make compilation more human friendly. - Makefile.am | 2 + + Makefile.am | 2 ++ build/Makefile.am | 1 + - build/autotools/.gitignore | 8 ++++ + build/autotools/.gitignore | 8 +++++ build/autotools/Makefile.am | 11 ++++++ build/autotools/shave-libtool.in | 70 ++++++++++++++++++++++++++++++++++++++ build/autotools/shave.in | 70 ++++++++++++++++++++++++++++++++++++++ - build/autotools/shave.m4 | 36 +++++++++++++++++++ + build/autotools/shave.m4 | 36 ++++++++++++++++++++ clutter/Makefile.am | 13 ++++--- configure.ac | 7 ++++ tests/conform/Makefile.am | 2 +- @@ -12753,7 +12753,7 @@ Date: Tue Feb 17 14:02:55 2009 +0000 .gitignore | 1 + tests/.gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 50 insertions(+), 0 deletions(-) + 2 files changed, 50 insertions(+) commit deed85035fc153287f73de46fdbac0c537a93a27 Author: Neil Roberts @@ -12770,7 +12770,7 @@ Date: Wed Feb 18 17:26:10 2009 +0000 counter-clockwise from the 0.0 position. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 99248fa90f0b1418129e02bba8bd9bd5bdf18aea Author: Neil Roberts @@ -12784,7 +12784,7 @@ Date: Wed Feb 18 16:41:01 2009 +0000 parents) should completely override the opacity of the source. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c0672b66834a8457976c451b42e99982a9357563 Author: Tomas Frydrych @@ -12796,7 +12796,7 @@ Date: Wed Feb 18 16:54:18 2009 +0000 did not carry a timestamp). clutter/x11/clutter-event-x11.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d2fe1fda3154a5dcfb72d154ec9b1211a2199444 Author: Robert Bragg @@ -12807,7 +12807,7 @@ Date: Wed Feb 18 16:06:11 2009 +0000 cogl.h wasn't being included so we got a compiler warning clutter/cogl/common/cogl-color.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 03018f0c2a88f56ac02058a46fe226df0d33bdbf Author: Robert Bragg @@ -12832,7 +12832,7 @@ Date: Thu Feb 12 13:23:20 2009 +0000 clutter/cogl/cogl.h.in | 245 +++++++++++++++++++++------------- clutter/cogl/gl/cogl.c | 27 +++- clutter/cogl/gles/cogl.c | 32 ++++- - doc/reference/cogl/cogl-sections.txt | 29 +++-- + doc/reference/cogl/cogl-sections.txt | 29 ++-- 8 files changed, 234 insertions(+), 119 deletions(-) commit 2b5a72dde5d6e33bed7935755a10905bcc2b0c23 @@ -12887,11 +12887,11 @@ Date: Wed Feb 18 09:45:26 2009 +0000 use of timestamps, so it's altogether fitting that it should come with a specific function to deal with the timestamps of the X events. - clutter/x11/clutter-backend-x11.c | 2 + + clutter/x11/clutter-backend-x11.c | 2 ++ clutter/x11/clutter-backend-x11.h | 1 + clutter/x11/clutter-event-x11.c | 67 ++++++++++++++++++++++++++++++++++++- - clutter/x11/clutter-x11.h | 2 + - 4 files changed, 71 insertions(+), 1 deletions(-) + clutter/x11/clutter-x11.h | 2 ++ + 4 files changed, 71 insertions(+), 1 deletion(-) commit 747233a8ace1a35233038fc55b0a8594fb1f4fea Author: Neil Roberts @@ -12910,7 +12910,7 @@ Date: Mon Feb 16 16:34:31 2009 +0000 Clutter-GTK does so it was causing a crash. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1fcddb3b100d2d9d4e907f982988b4a15385d652 Author: Neil Roberts @@ -12932,7 +12932,7 @@ Date: Mon Feb 16 12:46:00 2009 +0000 clutter/win32/clutter-event-win32.c | 25 +++++++++++++++++++++++++ clutter/win32/clutter-stage-win32.h | 1 + - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit 9e10dc402f4402f65d9ecfc0714b4a00c8bccf8e Author: Neil Roberts @@ -12976,9 +12976,9 @@ Date: Thu Feb 12 17:21:18 2009 +0000 will cause Clutter to generate an enter event through the usual code path. - clutter/clutter-main.c | 68 ++++++++++++++++++++++++++----------- - clutter/eglx/clutter-stage-egl.c | 2 + - clutter/glx/clutter-stage-glx.c | 2 + + clutter/clutter-main.c | 68 +++++++++++++++++++++++++++----------- + clutter/eglx/clutter-stage-egl.c | 2 ++ + clutter/glx/clutter-stage-glx.c | 2 ++ clutter/x11/clutter-event-x11.c | 18 ++++++++++ 4 files changed, 70 insertions(+), 20 deletions(-) @@ -12992,7 +12992,7 @@ Date: Mon Feb 16 11:02:20 2009 +0000 since it only manipulates existing instances. clutter/clutter-animation.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 8f59f25beb3cfe8c7775e044050ff865f21991f3 Author: Emmanuele Bassi @@ -13004,7 +13004,7 @@ Date: Sat Feb 14 13:11:13 2009 +0000 at the diff. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 839d1e00b18528dd3da3694a5ca3b987cc0bee33 Author: Christian Persch @@ -13018,7 +13018,7 @@ Date: Sat Feb 14 12:55:20 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-x11.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit cd0fdbb7d50d2fae6b6d8b9099aa4a43105538e3 Author: Owen W. Taylor @@ -13031,7 +13031,7 @@ Date: Fri Feb 13 14:14:43 2009 -0500 setting ACLOCAL appropriately. autogen.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 46ce2ee737541554b75801c8797c41d3aed85661 Author: Shane Bryan @@ -13046,7 +13046,7 @@ Date: Tue Feb 3 17:04:58 2009 -0800 Signed-off-by: Emmanuele Bassi clutter/clutter-main.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 888d900cb3086e046dd102c115c9ab4443289c48 Author: Emmanuele Bassi @@ -13055,7 +13055,7 @@ Date: Sat Feb 14 11:47:53 2009 +0000 [ignore] Add the newly created conformance units .gitignore | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit e16e9b8bfcb2c47e4a440e2c4c1e9f0223dcf59e Author: Emmanuele Bassi @@ -13072,7 +13072,7 @@ Date: Sat Feb 14 11:45:27 2009 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 3 + tests/conform/test-model.c | 211 +++++++++++++++++++++++++++++++++++++ - 3 files changed, 215 insertions(+), 0 deletions(-) + 3 files changed, 215 insertions(+) commit 28dd557d8fea0041ca15c9297be60632806c9102 Author: Emmanuele Bassi @@ -13096,7 +13096,7 @@ Date: Sat Feb 14 11:41:55 2009 +0000 unit added to the "/skipped" namespace. tests/conform/test-conform-main.c | 36 +++++++++++++++++++++++++++--------- - 1 files changed, 27 insertions(+), 9 deletions(-) + 1 file changed, 27 insertions(+), 9 deletions(-) commit 9da564b391fc860492c08ff4a779c4d6163e28d2 Author: Emmanuele Bassi @@ -13113,7 +13113,7 @@ Date: Sat Feb 14 11:38:16 2009 +0000 clutter/clutter-event.h | 2 ++ clutter/clutter-main.c | 2 ++ clutter/clutter-private.h | 2 ++ - 4 files changed, 28 insertions(+), 0 deletions(-) + 4 files changed, 28 insertions(+) commit 0ac6d6637e4c0c4c41cc320a8ac59a4e9ca5836c Author: Emmanuele Bassi @@ -13135,7 +13135,7 @@ Date: Sat Feb 14 11:31:00 2009 +0000 May whatever god you believe in have mercy on your eventual soul. clutter/clutter-list-model.c | 63 ++++++++++++++++++++---------------------- - clutter/clutter-list-model.h | 41 ++++++++++++++++++++++++-- + clutter/clutter-list-model.h | 41 ++++++++++++++++++++++++--- 2 files changed, 67 insertions(+), 37 deletions(-) commit f17437124ecc4d8cd41c098d10fa8b630e9bea9d @@ -13151,7 +13151,7 @@ Date: Thu Feb 12 12:42:58 2009 +0000 happen. clutter/cogl/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 402e022c36a4b38864cddf6bd8299f75268c5519 Author: Emmanuele Bassi @@ -13163,7 +13163,7 @@ Date: Wed Feb 11 17:56:22 2009 +0000 we need to check before dereferencing them. clutter/clutter-actor.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 82db27874b3feda0c3b35400699d83e7668987cc Author: Emmanuele Bassi @@ -13176,7 +13176,7 @@ Date: Wed Feb 11 17:54:52 2009 +0000 field is reserved for future use. clutter/clutter-event.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 55909581020cb66c9f97f8f3485c4b46fb6ccb2b Author: Emmanuele Bassi @@ -13189,7 +13189,7 @@ Date: Wed Feb 11 17:52:50 2009 +0000 cogl_material_* API on it. clutter/clutter-texture.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 29bff6890add38daaf83ab3d3695286d54c98e2f Author: Emmanuele Bassi @@ -13204,8 +13204,8 @@ Date: Fri Feb 6 13:50:16 2009 +0000 shorter function name, thus reducing the lenght of the lines involved and, more importantly preventing Emmanuele from crying. - clutter/clutter-texture.c | 100 ++++++++++++++++++++++++++------------------ - 1 files changed, 59 insertions(+), 41 deletions(-) + clutter/clutter-texture.c | 100 ++++++++++++++++++++++++++------------------- + 1 file changed, 59 insertions(+), 41 deletions(-) commit 41ef2ef58788eb3ef6c7cb25c706dfbfa8d14b71 Author: Robert Bragg @@ -13218,7 +13218,7 @@ Date: Wed Feb 11 12:58:18 2009 +0000 working, and clearly informs you if fallbacks are being used for GLX tfp. tests/interactive/test-pixmap.c | 163 +++++++++++++++++++++++++++------------ - 1 files changed, 115 insertions(+), 48 deletions(-) + 1 file changed, 115 insertions(+), 48 deletions(-) commit b4f9c8204de6fbcf20c2dcb5074e035fb8859668 Author: Robert Bragg @@ -13233,10 +13233,10 @@ Date: Fri Feb 6 11:16:42 2009 +0000 clutter/cogl/cogl-color.h | 55 ------------ clutter/cogl/cogl-material.h | 109 ++++++++++++------------ clutter/cogl/cogl-matrix.h | 8 +- - clutter/cogl/cogl-vertex-buffer.h | 154 ++++++++++++++++----------------- + clutter/cogl/cogl-vertex-buffer.h | 154 +++++++++++++++++----------------- clutter/cogl/cogl.h.in | 94 +++++++++++++++++++++ doc/reference/cogl/cogl-docs.sgml | 10 +-- - doc/reference/cogl/cogl-sections.txt | 104 ++++++++++++------------ + doc/reference/cogl/cogl-sections.txt | 104 +++++++++++------------ 7 files changed, 283 insertions(+), 251 deletions(-) commit d01e3cd802619fb2bcccc5503c49f3d22165dd29 @@ -13265,8 +13265,8 @@ Date: Fri Feb 6 16:05:08 2009 +0000 some of the tests used to avoid re-submitting GL state weren't complete. - clutter/cogl/common/cogl-material.c | 98 ++++++++++++++++++++++------------ - 1 files changed, 63 insertions(+), 35 deletions(-) + clutter/cogl/common/cogl-material.c | 98 ++++++++++++++++++++++------------- + 1 file changed, 63 insertions(+), 35 deletions(-) commit fa55c096d87796ce904ece831547f0cdb2799ff1 Author: Robert Bragg @@ -13296,7 +13296,7 @@ Date: Mon Feb 9 12:47:41 2009 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-npot-texture.c | 210 +++++++++++++++++++++++++++++++++++++ - 3 files changed, 212 insertions(+), 0 deletions(-) + 3 files changed, 212 insertions(+) commit 0be6f42070c3aa0ba6bcb02aa65e63c6572d83d0 Author: Neil Roberts @@ -13308,7 +13308,7 @@ Date: Thu Feb 5 23:01:59 2009 +0000 crashes. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a2168686b918b8f66210650296d299603db3eab8 Author: Neil Roberts @@ -13321,7 +13321,7 @@ Date: Thu Feb 5 20:24:18 2009 +0000 will issue a warning about an invalid handle. clutter/clutter-texture.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 05c7e5a97c0c059ed2f1fd20f55beae22eaf83c1 Author: Neil Roberts @@ -13352,7 +13352,7 @@ Date: Thu Feb 5 20:00:05 2009 +0000 meaning got negated (no_slice enabled slicing). clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6bc7f4c723de90c41afa622dc3451ad7697786e0 Author: Chris Lord @@ -13372,7 +13372,7 @@ Date: Thu Feb 5 11:04:34 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 9cf02bfdb9a65500688fde1c4485f6cc968c385f Author: Emmanuele Bassi @@ -13393,11 +13393,11 @@ Date: Mon Feb 2 23:55:30 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1428 - clutter/clutter-text.c | 40 ++++++++++++++------------- - clutter/clutter-text.h | 4 +- - doc/reference/clutter/clutter-sections.txt | 4 +- - tests/conform/test-text-cache.c | 3 +- - tests/interactive/test-rotate.c | 7 +++- + clutter/clutter-text.c | 40 +++++++++++++++------------- + clutter/clutter-text.h | 4 +-- + doc/reference/clutter/clutter-sections.txt | 4 +-- + tests/conform/test-text-cache.c | 3 ++- + tests/interactive/test-rotate.c | 7 +++-- 5 files changed, 32 insertions(+), 26 deletions(-) commit e3496429372b565724b20a3df50720ff434e543e @@ -13410,7 +13410,7 @@ Date: Thu Feb 5 18:27:04 2009 +0000 ClutterTexture so it will be leaked if not freed. clutter/clutter-texture.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit ee0bf5e26d73b47627f0655dd3c8a4c2377b3256 Author: Neil Roberts @@ -13424,7 +13424,7 @@ Date: Thu Feb 5 18:26:08 2009 +0000 the textures were being leaked. clutter/clutter-texture.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 8feb99722c9c0308f5be4ec9f78106c30c909a79 Author: Neil Roberts @@ -13437,7 +13437,7 @@ Date: Wed Feb 4 00:14:16 2009 +0000 instead of just the parents. clutter/clutter-clone.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 8e44874a934d1bae5d90c31b230e3741b863d662 Author: Neil Roberts @@ -13449,7 +13449,7 @@ Date: Mon Feb 2 22:02:47 2009 +0000 fragment shader. clutter/cogl/gles/cogl-gles2-wrapper.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 49359407b0b1e4c56d2af56cbb62e8d855c58812 Author: Neil Roberts @@ -13468,7 +13468,7 @@ Date: Mon Feb 2 22:01:47 2009 +0000 extra unit. clutter/cogl/gles/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e88de5f5fd97823c8bb6fe1452421a455212da86 Author: Neil Roberts @@ -13497,11 +13497,11 @@ Date: Thu Jan 29 13:40:37 2009 +0000 clutter/cogl/cogl-material.h | 22 ++-- clutter/cogl/common/cogl-material.c | 3 +- - clutter/cogl/common/cogl-vertex-buffer.c | 9 +-- + clutter/cogl/common/cogl-vertex-buffer.c | 9 +- clutter/cogl/gl/cogl-defines.h.in | 3 + clutter/cogl/gles/cogl-defines.h.in | 199 +++++++++++++++++++++++++++--- clutter/cogl/gles/cogl-gles2-wrapper.c | 32 ++++- - clutter/cogl/gles/cogl-gles2-wrapper.h | 106 +++++++++++----- + clutter/cogl/gles/cogl-gles2-wrapper.h | 106 ++++++++++------ 7 files changed, 297 insertions(+), 77 deletions(-) commit edbe9a0377981d279d129f825e61f51f16d198de @@ -13526,7 +13526,7 @@ Date: Mon Feb 2 14:51:52 2009 +0000 cleared if a selected texture was deleted. clutter/cogl/common/cogl-material.c | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit 2747aa7be235de77b33433821f1756b9c923a2ae Author: Emmanuele Bassi @@ -13539,7 +13539,7 @@ Date: Mon Feb 2 12:04:34 2009 +0000 PangoContext-related calls. clutter/clutter-text.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 6e12722a9b7135abdd43f3777476780c74080163 Author: Emmanuele Bassi @@ -13555,8 +13555,8 @@ Date: Mon Feb 2 11:59:39 2009 +0000 actor has a parent and if not it will allocate the source with its preferred size. - clutter/clutter-clone.c | 52 +++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 42 insertions(+), 10 deletions(-) + clutter/clutter-clone.c | 52 ++++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 42 insertions(+), 10 deletions(-) commit b053d513214e764a44b82b312c948199f6a1f03f Author: Emmanuele Bassi @@ -13568,7 +13568,7 @@ Date: Mon Feb 2 11:08:37 2009 +0000 should be listed in the ClutterText section of the API reference. doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 801e535e947e32fea5fe2859e94c58f7b7c8af4f Author: Emmanuele Bassi @@ -13584,9 +13584,9 @@ Date: Mon Feb 2 09:01:41 2009 +0000 paint() implementation easy and reliable. clutter/clutter-actor.c | 38 ++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 2 + + clutter/clutter-actor.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 41 insertions(+), 0 deletions(-) + 3 files changed, 41 insertions(+) commit 52d04b575094e2ad742af132e32e79497afa89de Author: Emmanuele Bassi @@ -13598,7 +13598,7 @@ Date: Thu Jan 29 13:29:43 2009 +0000 set_use_markup() on ClutterText actors. tests/interactive/test-text-field.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 488de99fc6be704d2817ffbfc380f876cb028e05 Author: Emmanuele Bassi @@ -13617,7 +13617,7 @@ Date: Thu Jan 29 13:18:57 2009 +0000 Setting the markup or the attributes on an editable text should not work for the time being. - clutter/clutter-text.c | 267 ++++++++++++++++++++++++++++++++++------------- + clutter/clutter-text.c | 267 ++++++++++++++++++++++++++++++++++-------------- clutter/clutter-text.h | 2 + 2 files changed, 195 insertions(+), 74 deletions(-) @@ -13629,7 +13629,7 @@ Date: Thu Jan 29 12:25:18 2009 +0000 PROP_WINDOW is now gulong, so we need to use appropriate GValue accessors. clutter/x11/clutter-x11-texture-pixmap.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c1de33fafeab620a146346c38b5b1637276d90c4 Author: Tomas Frydrych @@ -13642,7 +13642,7 @@ Date: Tue Jan 27 16:37:55 2009 +0000 never processed). clutter/x11/clutter-event-x11.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 7233ca48a8686a972d6eaed41aa70452d0447273 Author: Emmanuele Bassi @@ -13651,7 +13651,7 @@ Date: Fri Jan 30 14:18:46 2009 +0000 Post-release bump to 0.9.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 81cfccd29094bb7dff69b60dcdd0bbfeb92f6b40 Author: Emmanuele Bassi @@ -13660,7 +13660,7 @@ Date: Fri Jan 30 12:39:29 2009 +0000 Update README README | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f77428991c36b05e7e289c6f69df4bb2da3d5e0a Author: Robert Bragg @@ -13673,7 +13673,7 @@ Date: Thu Jan 29 16:24:24 2009 +0000 about the new vertex buffer API and fixes a s/CoglMesh/CoglMatrix/ typo. README | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit bec9b32e73eb521ba7dc06af825b1643bfc5b6c4 Author: Emmanuele Bassi @@ -13684,7 +13684,7 @@ Date: Thu Jan 29 16:15:05 2009 +0000 Relax the copy failure condition. Makefile.am | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit bb6202a1a177c2537954f9db577c2712f7cd47ee Author: Emmanuele Bassi @@ -13696,7 +13696,7 @@ Date: Thu Jan 29 16:00:15 2009 +0000 caused a build failure. clutter/cogl/common/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2b02dfce840810f8651fc77fbf1260d8d0fa3984 Author: Emmanuele Bassi @@ -13705,7 +13705,7 @@ Date: Thu Jan 29 15:44:11 2009 +0000 [gitignore] Update ignore file .gitignore | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit cf80105ab0e913c1642481f36d328ec31684eed0 Author: Emmanuele Bassi @@ -13726,7 +13726,7 @@ Date: Thu Jan 29 15:38:28 2009 +0000 Makefile.am | 31 ++++++++++ build/gen-changelog.pl | 148 ++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 179 insertions(+), 0 deletions(-) + 2 files changed, 179 insertions(+) commit 86aba661bd2b7eb4506aeeb9cd0d884db6118267 Author: Emmanuele Bassi @@ -13737,7 +13737,7 @@ Date: Thu Jan 29 13:31:11 2009 +0000 The usual issue with math.h defined symbols. clutter/cogl/common/cogl-primitives.c | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit 945d2616e3e417ff0550911b5a7d04d4817aa7a3 Author: Emmanuele Bassi @@ -13789,11 +13789,11 @@ Date: Wed Jan 28 14:09:51 2009 +0000 cogl-texture.c clutter/cogl/gl/cogl-context.h | 13 +- - clutter/cogl/gl/cogl-texture.c | 33 ++++- + clutter/cogl/gl/cogl-texture.c | 33 ++++-- clutter/cogl/gl/cogl.c | 43 +++++-- clutter/cogl/gles/cogl-context.c | 8 +- - clutter/cogl/gles/cogl-texture.c | 244 +++++++++++++++++++++---------------- - clutter/cogl/gles/cogl.c | 26 ++++- + clutter/cogl/gles/cogl-texture.c | 244 +++++++++++++++++++++----------------- + clutter/cogl/gles/cogl.c | 26 +++- 6 files changed, 233 insertions(+), 134 deletions(-) commit 081f2056bc1c1b98337b6a18a37cfe4e76fd3cd4 @@ -13808,7 +13808,7 @@ Date: Tue Jan 27 11:07:22 2009 +0000 clutter/cogl/cogl-color.h | 17 ----------------- clutter/cogl/common/cogl-color.c | 15 --------------- - 2 files changed, 0 insertions(+), 32 deletions(-) + 2 files changed, 32 deletions(-) commit ef4052c18d54e6ee6cf96c2c1b3d7db81b98dc1e Author: Robert Bragg @@ -13823,17 +13823,17 @@ Date: Wed Jan 28 14:47:03 2009 +0000 this; it doesn't seem as neat.) clutter/clutter-rectangle.c | 12 ++++---- - clutter/clutter-text.c | 9 +++-- - clutter/cogl/cogl-path.h | 16 +++++----- - clutter/cogl/common/cogl-primitives.c | 13 ++++---- - clutter/cogl/gl/cogl-primitives.c | 10 ++++-- - clutter/cogl/gles/cogl-primitives.c | 10 ++++-- - clutter/cogl/gles/cogl.c | 8 +++-- + clutter/clutter-text.c | 9 +++--- + clutter/cogl/cogl-path.h | 16 +++++------ + clutter/cogl/common/cogl-primitives.c | 13 ++++----- + clutter/cogl/gl/cogl-primitives.c | 10 ++++--- + clutter/cogl/gles/cogl-primitives.c | 10 ++++--- + clutter/cogl/gles/cogl.c | 8 ++++-- clutter/pango/cogl-pango-render.c | 2 +- tests/conform/test-backface-culling.c | 6 ++-- - tests/conform/test-binding-pool.c | 4 +- - tests/interactive/test-binding-pool.c | 4 +- - tests/interactive/test-cogl-offscreen.c | 48 +++++++++++++++--------------- + tests/conform/test-binding-pool.c | 4 +-- + tests/interactive/test-binding-pool.c | 4 +-- + tests/interactive/test-cogl-offscreen.c | 48 +++++++++++++++---------------- tests/interactive/test-paint-wrapper.c | 2 +- 13 files changed, 75 insertions(+), 69 deletions(-) @@ -13849,7 +13849,7 @@ Date: Wed Jan 28 13:46:39 2009 +0000 cool. clutter/cogl/gl/cogl-texture.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 0530405899d0399f97ff744eb88cb8674a423821 Author: Emmanuele Bassi @@ -13862,7 +13862,7 @@ Date: Wed Jan 28 16:44:22 2009 +0000 documentation in the animation tutorial. .../clutter/clutter-animation-tutorial.xml | 84 +++----------------- - 1 files changed, 13 insertions(+), 71 deletions(-) + 1 file changed, 13 insertions(+), 71 deletions(-) commit b09ee495a5f0914b347b053533c6ebd3d6922012 Author: Emmanuele Bassi @@ -13874,7 +13874,7 @@ Date: Wed Jan 28 16:43:05 2009 +0000 index. doc/reference/cogl/cogl-docs.sgml | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7f6870fb4b6ddcdad2977582a6f533c928bdf0ff Author: Emmanuele Bassi @@ -13892,7 +13892,7 @@ Date: Wed Jan 28 15:19:24 2009 +0000 list of dependencies that we write inside the clutter.pc file. configure.ac | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit e30c5b33b90ee27a95d46d156a41e5d14c6c69ed Author: Neil Roberts @@ -13904,7 +13904,7 @@ Date: Wed Jan 28 16:24:02 2009 +0000 it was still deprecated so you couldn't use it. clutter/clutter-deprecated.h | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 3e68b23ea8f290a70ba67dff4ed304fe1eb72bb6 Merge: 811dd7e 1cd3134 @@ -13945,7 +13945,7 @@ Date: Wed Jan 28 15:25:38 2009 +0000 readable. clutter/clutter-actor.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 811dd7eedc9338110510f02967270ffb5b4d09b7 Author: Emmanuele Bassi @@ -13954,7 +13954,7 @@ Date: Wed Jan 28 14:36:45 2009 +0000 Update NEWS file NEWS | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 137 insertions(+), 1 deletions(-) + 1 file changed, 137 insertions(+), 1 deletion(-) commit 8b0de3491e2a857891f8fbc155886a8922ca5dff Author: Emmanuele Bassi @@ -13966,7 +13966,7 @@ Date: Wed Jan 28 14:07:23 2009 +0000 API removals. README | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit d7c275f5e55ac90e0ca89b637eabc9d8edce4d77 Author: Neil Roberts @@ -13997,7 +13997,7 @@ Date: Wed Jan 28 12:06:39 2009 +0000 rectangles were being drawn in the wrong place. tests/conform/test-backface-culling.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit e72042648c2d481e7be3f395f080e798cea82c46 Author: Neil Roberts @@ -14011,7 +14011,7 @@ Date: Wed Jan 28 12:00:01 2009 +0000 clutter/cogl/gl/cogl-texture.c | 4 ++++ clutter/cogl/gles/cogl-texture.c | 4 ++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit eda1d08f76f0636b9a273f3c673214f9c5def11d Author: Neil Roberts @@ -14053,7 +14053,7 @@ Date: Wed Jan 28 11:56:12 2009 +0000 can reuse the list when we need to retrieve the first layer. clutter/cogl/gl/cogl-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b3e02869cd00c0f5a163cdaffe6b9837bb1e9982 Author: Emmanuele Bassi @@ -14065,7 +14065,7 @@ Date: Wed Jan 28 11:55:19 2009 +0000 so it should not have a gtk-doc annotation. clutter/cogl/common/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b08a0115128cb68cfb92813d2325a490802e606a Author: Emmanuele Bassi @@ -14077,7 +14077,7 @@ Date: Tue Jan 27 20:06:58 2009 +0000 defined using the wrong name of clutter_clone_get_clone_source(). clutter/clutter-clone.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bba85d47f93a004c355f4f53166b809940a0ebab Author: Emmanuele Bassi @@ -14092,7 +14092,7 @@ Date: Tue Jan 27 17:44:49 2009 +0000 - ClutterCloneTexture README | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 2722909b7668f5f566b1907f3c8fc1447adc192c Author: Neil Roberts @@ -14104,7 +14104,7 @@ Date: Wed Jan 28 10:52:55 2009 +0000 cast. This was also being used in the GL ES so the build broke. clutter/cogl/gles/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6b9da72ab053eb96bed20655d8894c614a3077f1 Author: Neil Roberts @@ -14137,7 +14137,7 @@ Date: Tue Jan 27 16:47:20 2009 +0000 cause an immediate update to the labels in the scene. clutter/clutter-text.c | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 1b578fb9c7c19defdbec670fec86956c4987972f Author: Emmanuele Bassi @@ -14148,8 +14148,8 @@ Date: Tue Jan 27 16:53:01 2009 +0000 Update the COGL API reference to avoid a lot of warnings coming from gtk-doc. - clutter/cogl/common/cogl-matrix.c | 12 ++++++---- - doc/reference/cogl/cogl-sections.txt | 35 ++++++++++++++++++++++++++------- + clutter/cogl/common/cogl-matrix.c | 12 +++++++----- + doc/reference/cogl/cogl-sections.txt | 35 ++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 13 deletions(-) commit f9588b24876b40fd48687cfdb3497af50987b4da @@ -14163,7 +14163,7 @@ Date: Tue Jan 27 16:41:51 2009 +0000 doc/reference/clutter/clutter-sections.txt | 4 ++++ doc/reference/clutter/clutter.types | 2 +- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 865f04decd4baa5b2876a9a917fea12ede1e31c2 Author: Emmanuele Bassi @@ -14174,7 +14174,7 @@ Date: Tue Jan 27 16:40:51 2009 +0000 USE_COGL_MATERIAL is a left-over from the development branch. clutter/clutter-texture.h | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 3cfc7fb1ca428c73ff2434f178cb8cc4e01728d4 Merge: a688b1d 86e95a7 @@ -14218,7 +14218,7 @@ Date: Tue Jan 27 11:01:23 2009 +0000 for the color components if needs be in the future. clutter/cogl/cogl-types.h | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 70d7d16f13d35392e1f46d87dc245713fd4e68f3 Author: Robert Bragg @@ -14290,7 +14290,7 @@ Date: Tue Jan 27 15:18:45 2009 +0000 clutter/clutter.h | 1 - doc/reference/clutter/clutter-docs.xml | 9 +- doc/reference/clutter/clutter-sections.txt | 30 +- - tests/interactive/test-actors.c | 151 +++++----- + tests/interactive/test-actors.c | 151 ++++----- tests/interactive/test-depth.c | 19 +- tests/interactive/test-fbo.c | 2 +- tests/interactive/test-layout.c | 3 +- @@ -14306,7 +14306,7 @@ Date: Tue Jan 27 15:17:16 2009 +0000 The addition was accidental tests/interactive/Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 418fb995c86e4d3c6e76398bac95e980e42d8125 Author: Neil Roberts @@ -14343,7 +14343,7 @@ Date: Tue Jan 27 14:36:12 2009 +0000 on macros. tests/interactive/test-actor-clone.c | 121 ++++++++++++++++++---------------- - 1 files changed, 64 insertions(+), 57 deletions(-) + 1 file changed, 64 insertions(+), 57 deletions(-) commit 28f9749e8eb26e2e9215fedd7d4bd28490e1a80d Author: Robert Bragg @@ -14356,7 +14356,7 @@ Date: Mon Jan 26 15:25:55 2009 +0000 cogl_set_source_color now always implies you want a solid fill we we use cogl_material_set_color4ub to achieve the same result. - clutter/clutter-clone-texture.c | 24 +++--------- + clutter/clutter-clone-texture.c | 24 ++++--------- clutter/clutter-texture.c | 75 +++++---------------------------------- 2 files changed, 15 insertions(+), 84 deletions(-) @@ -14398,7 +14398,7 @@ Date: Sat Jan 24 16:55:04 2009 +0000 I've also done a quick pass through gl/cogl.c and gles/cogl.c to make them more easily comparable. (most of the code is now identical) - clutter/cogl/gl/cogl-primitives.c | 43 ++-- + clutter/cogl/gl/cogl-primitives.c | 43 ++- clutter/cogl/gl/cogl.c | 144 ++++----- clutter/cogl/gles/cogl-context.c | 2 +- clutter/cogl/gles/cogl-fbo.c | 32 +- @@ -14498,16 +14498,16 @@ Date: Fri Jan 23 16:15:40 2009 +0000 clutter/cogl/cogl-texture.h | 185 ++-- clutter/cogl/cogl.h.in | 2 +- clutter/cogl/common/cogl-material-private.h | 31 +- - clutter/cogl/common/cogl-material.c | 619 ++++++++++--- + clutter/cogl/common/cogl-material.c | 619 +++++++++--- clutter/cogl/common/cogl-primitives.c | 13 +- - clutter/cogl/common/cogl-vertex-buffer.c | 80 ++- - clutter/cogl/gl/cogl-context.c | 89 ++- + clutter/cogl/common/cogl-vertex-buffer.c | 80 +- + clutter/cogl/gl/cogl-context.c | 89 +- clutter/cogl/gl/cogl-context.h | 44 +- clutter/cogl/gl/cogl-internal.h | 11 +- clutter/cogl/gl/cogl-primitives.c | 50 +- clutter/cogl/gl/cogl-texture-private.h | 39 +- clutter/cogl/gl/cogl-texture.c | 1374 +++++++++++++++++---------- - clutter/cogl/gl/cogl.c | 128 ++-- + clutter/cogl/gl/cogl.c | 128 ++- clutter/pango/cogl-pango-render.c | 114 ++- tests/conform/test-backface-culling.c | 42 +- tests/interactive/Makefile.am | 5 +- @@ -14549,7 +14549,7 @@ Date: Tue Jan 27 13:22:47 2009 +0000 This fixes a compiler warning. tests/conform/test-timeline.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2138b1cbb2a5ab5d224cebc452bbc0726242d1f4 Author: Emmanuele Bassi @@ -14563,7 +14563,7 @@ Date: Tue Jan 27 11:25:06 2009 +0000 the timeline to. clutter/clutter-timeline.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 8608d103f82f14ead4cd2c92d2ce2eef9363ed54 Author: Emmanuele Bassi @@ -14578,7 +14578,7 @@ Date: Tue Jan 27 11:18:09 2009 +0000 The documentation should make this clear. clutter/clutter-timeline.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 43bd4e5d3fcbe1a22bcae45d461f83f2ee0a9758 Author: Emmanuele Bassi @@ -14592,7 +14592,7 @@ Date: Tue Jan 27 10:35:50 2009 +0000 well. clutter/clutter-timeline.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f753847851fafd76d9c91f05489aa9e5372f33d7 Author: Emmanuele Bassi @@ -14606,7 +14606,7 @@ Date: Tue Jan 27 10:33:44 2009 +0000 code more readable. clutter/clutter-timeline.c | 21 ++++++++++++--------- - 1 files changed, 12 insertions(+), 9 deletions(-) + 1 file changed, 12 insertions(+), 9 deletions(-) commit 092db1098ce872b16765d25f4ad3a4215baa8996 Author: Emmanuele Bassi @@ -14619,7 +14619,7 @@ Date: Tue Jan 27 10:32:15 2009 +0000 instead of a strcmp(). clutter/clutter-timeline.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 7863ca4a5549cf2fccc5ded8854b0b8156b5d323 Author: Emmanuele Bassi @@ -14628,7 +14628,7 @@ Date: Tue Jan 27 10:31:53 2009 +0000 [timeline] Whitespace fixes clutter/clutter-timeline.c | 29 +++++++++++++++++++++-------- - 1 files changed, 21 insertions(+), 8 deletions(-) + 1 file changed, 21 insertions(+), 8 deletions(-) commit 2be9cdc267f7e7d7190f8e1056e7c717f9358626 Author: Emmanuele Bassi @@ -14647,7 +14647,7 @@ Date: Tue Jan 27 10:27:33 2009 +0000 Finally, comments never killed anyone. clutter/clutter-timeline.c | 75 +++++++++++++++++++++++--------------------- - 1 files changed, 39 insertions(+), 36 deletions(-) + 1 file changed, 39 insertions(+), 36 deletions(-) commit 06162370643aa80505e7e3964545a1c8e1a023e0 Author: Emmanuele Bassi @@ -14659,7 +14659,7 @@ Date: Fri Jan 23 17:56:25 2009 +0000 suite, we need to assert() as soon as possible. tests/conform/test-timeline.c | 23 ++++++----------------- - 1 files changed, 6 insertions(+), 17 deletions(-) + 1 file changed, 6 insertions(+), 17 deletions(-) commit 763de185e9abb9c4aee967a858b567e6c7435b26 Author: Emmanuele Bassi @@ -14675,7 +14675,7 @@ Date: Fri Jan 23 17:17:36 2009 +0000 to the marker API itself, and adds the relative checks. clutter/clutter-timeline.c | 60 +++++++++++++++++++++++++++++++++++--------- - 1 files changed, 48 insertions(+), 12 deletions(-) + 1 file changed, 48 insertions(+), 12 deletions(-) commit 1e071ed859a1a2aeaf7c3e01f9d9f8d34fb00628 Author: Emmanuele Bassi @@ -14696,8 +14696,8 @@ Date: Fri Jan 23 17:14:39 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1354 - clutter/clutter-timeline.c | 119 +++++++++++++++++++++++-------------------- - 1 files changed, 64 insertions(+), 55 deletions(-) + clutter/clutter-timeline.c | 119 ++++++++++++++++++++++++-------------------- + 1 file changed, 64 insertions(+), 55 deletions(-) commit 81f642d4b775b2a1020197c94332077848c5c60b Author: Havoc Pennington @@ -14711,7 +14711,7 @@ Date: Mon Jan 26 16:24:17 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-texture.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9ccae46bc1e5af4fe51bc1d5b2f29e475585303d Author: Havoc Pennington @@ -14725,7 +14725,7 @@ Date: Mon Jan 26 16:22:39 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 54f4ed775c72387acd6959f5c68453846a90dd68 Author: Neil Roberts @@ -14741,7 +14741,7 @@ Date: Wed Jan 21 12:47:29 2009 +0000 lesser of two evils. clutter/clutter-stage.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 9197646d25d55e0cc826dee49254bf99ebf6c063 Author: Emmanuele Bassi @@ -14753,9 +14753,9 @@ Date: Mon Jan 26 10:32:53 2009 +0000 clutter/Makefile.am | 4 +- clutter/clutter-actor-clone.c | 274 ----------------------------------------- - clutter/clutter-actor-clone.h | 76 ----------- + clutter/clutter-actor-clone.h | 76 ------------ clutter/clutter-clone.c | 274 +++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-clone.h | 76 +++++++++++ + clutter/clutter-clone.h | 76 ++++++++++++ clutter/clutter.h | 2 +- 6 files changed, 353 insertions(+), 353 deletions(-) @@ -14769,7 +14769,7 @@ Date: Fri Jan 23 16:50:17 2009 +0000 switched from ClutterFixed to float. clutter/clutter-behaviour-ellipse.c | 63 ++++++++++++++++++----------------- - 1 files changed, 32 insertions(+), 31 deletions(-) + 1 file changed, 32 insertions(+), 31 deletions(-) commit 171a7647b916ee0c12d1494ba47921f3cd783c53 Author: Emmanuele Bassi @@ -14795,7 +14795,7 @@ Date: Fri Jan 23 16:22:02 2009 +0000 This commit fixes the inconsistency in the returned values. clutter/clutter-behaviour.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ba068f6bc9f15aafc6d1af3526fc101634b978ac Author: Neil Roberts @@ -14841,8 +14841,8 @@ Date: Fri Jan 23 23:55:44 2009 +0000 This fixes the close button of the stage window so you can quit without having to press Ctrl+C. - tests/interactive/test-cogl-primitives.c | 167 +++-------------------------- - 1 files changed, 18 insertions(+), 149 deletions(-) + tests/interactive/test-cogl-primitives.c | 167 ++++-------------------------- + 1 file changed, 18 insertions(+), 149 deletions(-) commit 343b0ed67ef4a70e42b3eb2a93b15f42bf08e981 Author: Neil Roberts @@ -14851,7 +14851,7 @@ Date: Fri Jan 23 23:41:26 2009 +0000 [test-cogl-primitives] Remove trailing whitespace tests/interactive/test-cogl-primitives.c | 50 +++++++++++++++--------------- - 1 files changed, 25 insertions(+), 25 deletions(-) + 1 file changed, 25 insertions(+), 25 deletions(-) commit 4d7caa4bd5267e0cc6b674d6cb76597ebc812694 Author: Neil Roberts @@ -14870,7 +14870,7 @@ Date: Fri Jan 23 22:57:36 2009 +0000 of oscillating back and forth. clutter/clutter-timeline.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 9ea6ab76fb09891dd1c1380c4e163aaf656c507c Author: Neil Roberts @@ -14884,7 +14884,7 @@ Date: Fri Jan 23 17:25:43 2009 +0000 rotation gravity are also documented. clutter/clutter-actor.c | 154 +++++++++++++++++++++++++--- - doc/reference/clutter/clutter-sections.txt | 15 ++- + doc/reference/clutter/clutter-sections.txt | 15 +-- 2 files changed, 148 insertions(+), 21 deletions(-) commit 5acff562b40291402ef9a9c7977690824027804e @@ -14900,7 +14900,7 @@ Date: Fri Jan 23 15:57:20 2009 +0000 increased amount of properties. tests/conform/test-anchors.c | 378 ++++++++++++++++++++++++++++++++++++------ - 1 files changed, 326 insertions(+), 52 deletions(-) + 1 file changed, 326 insertions(+), 52 deletions(-) commit d5e5d35316046a192064d5a9cef20542a100cb7d Author: Neil Roberts @@ -14938,7 +14938,7 @@ Date: Fri Jan 23 11:12:54 2009 +0000 in a similar way to the anchor point tests. tests/conform/test-anchors.c | 205 ++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 188 insertions(+), 17 deletions(-) + 1 file changed, 188 insertions(+), 17 deletions(-) commit e10d255b83071014219a54e2f3d5c31444df340f Author: Neil Roberts @@ -14986,7 +14986,7 @@ Date: Thu Jan 22 13:14:02 2009 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-anchors.c | 253 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 256 insertions(+), 0 deletions(-) + 3 files changed, 256 insertions(+) commit a24b9a32e56b76ab04727bb1f9e29ec3cca8dd11 Author: Neil Roberts @@ -15018,7 +15018,7 @@ Date: Fri Jan 23 18:20:46 2009 +0000 compile. tests/micro-bench/test-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3d07e34cc54568a2e41cbd8565b6b21aa6dc5f53 Merge: 616c082 634cdea @@ -15056,10 +15056,10 @@ Date: Fri Jan 23 15:16:21 2009 +0000 Thus, we can safely remove the stage entry points. - clutter/clutter-deprecated.h | 14 +------- + clutter/clutter-deprecated.h | 14 ++------- clutter/clutter-stage.c | 46 ---------------------------- - clutter/clutter-stage.h | 2 - - doc/reference/clutter/clutter-sections.txt | 2 - + clutter/clutter-stage.h | 2 -- + doc/reference/clutter/clutter-sections.txt | 2 -- 4 files changed, 2 insertions(+), 62 deletions(-) commit ae40bd37c79db41d751e3d5300a098c53f95e5c3 @@ -15073,7 +15073,7 @@ Date: Fri Jan 23 13:29:55 2009 +0000 cannot use CLEANFILES to remove the test reports. tests/conform/Makefile.am | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 915d9ec7ca782572944a96fd52c2ff2ffdb1dac7 Author: Emmanuele Bassi @@ -15147,7 +15147,7 @@ Date: Fri Jan 23 11:34:13 2009 +0000 ::pick signal. clutter/clutter-actor.c | 39 ++++++++++++++++++++++++++++++++++++--- - 1 files changed, 36 insertions(+), 3 deletions(-) + 1 file changed, 36 insertions(+), 3 deletions(-) commit 634cdeab1fe574d5cbf41ed48951d8bb7bc2d9b0 Author: Neil Roberts @@ -15182,7 +15182,7 @@ Date: Thu Jan 22 16:55:51 2009 +0000 [gitignore] Update ignore file with the new tests .gitignore | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1b242e35501e99816cece18eb8bcd29f988ca2b1 Author: Emmanuele Bassi @@ -15194,7 +15194,7 @@ Date: Thu Jan 22 16:54:49 2009 +0000 COGL texture is COGL_TEXTURE_NONE. tests/conform/test-backface-culling.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e7d533f1760390014e1d66d8e20373cd3bc2b7ff Author: Emmanuele Bassi @@ -15211,7 +15211,7 @@ Date: Thu Jan 22 15:59:23 2009 +0000 Based on a patch by Owen W. Taylor clutter/cogl/common/cogl-fixed.c | 36 +++++++++++++++++++++++------------- - 1 files changed, 23 insertions(+), 13 deletions(-) + 1 file changed, 23 insertions(+), 13 deletions(-) commit a1e493fadb2a16ec7755c16c2a32276519a06d00 Author: Emmanuele Bassi @@ -15229,7 +15229,7 @@ Date: Thu Jan 22 15:55:43 2009 +0000 Based on a patch by Gwenole Beauchesne clutter/clutter-actor.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit e1ab6f972ea7a99ec18ac685003f7e022edcc844 Author: Emmanuele Bassi @@ -15241,7 +15241,7 @@ Date: Thu Jan 22 14:52:34 2009 +0000 COGL. clutter/cogl/gles/cogl.c | 21 +++++++-------------- - 1 files changed, 7 insertions(+), 14 deletions(-) + 1 file changed, 7 insertions(+), 14 deletions(-) commit f409b58e89b17267fedc4121f94e906b54ea7b4c Author: Owen W. Taylor @@ -15257,8 +15257,8 @@ Date: Thu Jan 22 14:17:16 2009 +0000 Signed-off-by: Emmanuele Bassi - clutter/cogl/gl/cogl.c | 58 +++++++++++++++++++++++++++++++---------------- - 1 files changed, 38 insertions(+), 20 deletions(-) + clutter/cogl/gl/cogl.c | 58 +++++++++++++++++++++++++++++++----------------- + 1 file changed, 38 insertions(+), 20 deletions(-) commit a74369e309f414ef812e2d741e18cd0243a6abff Author: Emmanuele Bassi @@ -15274,7 +15274,7 @@ Date: Thu Jan 22 13:58:50 2009 +0000 Patch based on code from Michael Boccara clutter/clutter-actor.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit c998462c9fc2ca9875637d78eb605929a96639e7 Author: Jason Tackaberry @@ -15290,7 +15290,7 @@ Date: Thu Jan 22 13:38:32 2009 +0000 G_SIGNAL_RUN_FIRST flag instead of G_SIGNAL_RUN_LAST. clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01a5cb84302e34e784a3a41d2e78bb4934dfb7b8 Author: Emmanuele Bassi @@ -15301,7 +15301,7 @@ Date: Thu Jan 22 13:24:20 2009 +0000 Epic en_GB keyboard FAIL. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6ca40faaec99a13f2379990f1b1b92b768a74ac7 Author: Emmanuele Bassi @@ -15315,8 +15315,8 @@ Date: Thu Jan 22 12:11:25 2009 +0000 Storing ClutterUnits in a GValue should use floating point values, and ClutterParamSpecUnit should follow suit. - clutter/clutter-units.c | 55 ++++++++++++++++++++-------------------------- - 1 files changed, 24 insertions(+), 31 deletions(-) + clutter/clutter-units.c | 55 +++++++++++++++++++++-------------------------- + 1 file changed, 24 insertions(+), 31 deletions(-) commit 1876785d12d64c4c6efdbd96d2c54255f433c41b Author: Emmanuele Bassi @@ -15328,7 +15328,7 @@ Date: Thu Jan 22 11:46:23 2009 +0000 we switched the angle to float. clutter/clutter-behaviour-ellipse.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 355555c1bf782f08e74ceb298aac7cf3d4d4973b Author: Emmanuele Bassi @@ -15361,7 +15361,7 @@ Date: Wed Jan 21 22:03:31 2009 +0000 into actor-relative coordinates by using transform_stage_point(). clutter/clutter-event.h | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit ee883f30d47992e5ad87d0d70d2f97f79442e8ad Author: Emmanuele Bassi @@ -15378,8 +15378,8 @@ Date: Wed Jan 21 17:35:47 2009 +0000 clutter/clutter-units.c | 50 ++++++++++++++++++++++++++++ clutter/clutter-units.h | 11 ++++++ - doc/reference/clutter/clutter-sections.txt | 4 ++ - 3 files changed, 65 insertions(+), 0 deletions(-) + doc/reference/clutter/clutter-sections.txt | 4 +++ + 3 files changed, 65 insertions(+) commit 93a0454c09fafc1d45198bed5b7575ea3711a42c Author: Emmanuele Bassi @@ -15397,8 +15397,8 @@ Date: Wed Jan 21 17:10:36 2009 +0000 clutter/clutter-actor.c | 31 ++++++++++++--- clutter/clutter-units.c | 52 ++++++++++++++++++++++++++ - clutter/clutter-units.h | 56 ++++++++++++--------------- - doc/reference/clutter/clutter-sections.txt | 17 +++----- + clutter/clutter-units.h | 56 +++++++++++++--------------- + doc/reference/clutter/clutter-sections.txt | 17 +++------ 4 files changed, 108 insertions(+), 48 deletions(-) commit 0be613109e5af03a37dd47348576130f028a9a8e @@ -15408,10 +15408,10 @@ Date: Wed Jan 21 16:41:18 2009 +0000 [docs] Remove sources of warnings in API references clutter/cogl/cogl-texture.h | 2 +- - clutter/cogl/cogl-vertex-buffer.h | 4 +- + clutter/cogl/cogl-vertex-buffer.h | 4 +-- doc/reference/clutter/clutter-sections.txt | 18 ++-------- doc/reference/cogl/cogl-docs.sgml | 2 +- - doc/reference/cogl/cogl-sections.txt | 50 ++++++++++++++++++--------- + doc/reference/cogl/cogl-sections.txt | 50 ++++++++++++++++++---------- 5 files changed, 40 insertions(+), 36 deletions(-) commit 74d00185fd73d4be20d525612c9ffdb32ca944e1 @@ -15421,7 +15421,7 @@ Date: Wed Jan 21 10:59:19 2009 +0000 [docs] Add CoglTextureFlags to the API reference doc/reference/cogl/cogl-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2cb3a41dff2f3758bff7ea8d139c09dee2ea18e6 Author: Emmanuele Bassi @@ -15433,7 +15433,7 @@ Date: Wed Jan 21 10:58:32 2009 +0000 we should be building COGL's API reference first. doc/reference/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 07689865fe3dbea4bbf013e2c7258e1a174f9596 Author: Emmanuele Bassi @@ -15444,12 +15444,12 @@ Date: Sun Jan 18 15:00:18 2009 +0000 The tests calling any of the cogl_texture_new_* family of functions must be updated to the new constructor syntax. - tests/interactive/test-clip.c | 6 +++- - tests/interactive/test-cogl-offscreen.c | 6 +++- + tests/interactive/test-clip.c | 6 +++-- + tests/interactive/test-cogl-offscreen.c | 6 +++-- tests/interactive/test-cogl-tex-convert.c | 12 ++++++--- - tests/interactive/test-cogl-tex-getset.c | 6 +++- - tests/interactive/test-cogl-tex-polygon.c | 38 ++++++++++++++++++++-------- - tests/interactive/test-cogl-tex-tile.c | 3 +- + tests/interactive/test-cogl-tex-getset.c | 6 +++-- + tests/interactive/test-cogl-tex-polygon.c | 38 ++++++++++++++++++++--------- + tests/interactive/test-cogl-tex-tile.c | 3 ++- 6 files changed, 49 insertions(+), 22 deletions(-) commit c9739e6aefd469cfe56b566bdba876f904109ed3 @@ -15471,12 +15471,12 @@ Date: Sun Jan 18 14:51:19 2009 +0000 The internals have not been changed: instead of checking for a non-zero value, we check for a bitmask being set. - clutter/clutter-texture.c | 72 ++++++++++------ + clutter/clutter-texture.c | 72 ++++++++++------- clutter/cogl/cogl-texture.h | 139 +++++++++++++++++--------------- clutter/cogl/cogl-types.h | 15 ++++ clutter/cogl/gl/cogl-texture.c | 52 ++++++------ clutter/cogl/gles/cogl-texture.c | 52 ++++++------ - clutter/pango/cogl-pango-glyph-cache.c | 31 +++++--- + clutter/pango/cogl-pango-glyph-cache.c | 31 ++++--- 6 files changed, 205 insertions(+), 156 deletions(-) commit 8736db6aed2879487de5891920505268d57aa090 @@ -15489,7 +15489,7 @@ Date: Fri Jan 16 10:58:51 2009 +0000 the API reference to reflect that. doc/reference/clutter/clutter-sections.txt | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 5a4f9c5050521fcbb97d7f7c8897398b63f1e48e Author: Emmanuele Bassi @@ -15529,8 +15529,8 @@ Date: Fri Jan 16 10:38:36 2009 +0000 - ClutterMedia:buffer-percent should just be :buffer-fill and normalized between 0.0 and 1.0 - clutter/clutter-media.c | 409 ++++++++++++++++++++++++++-------------------- - clutter/clutter-media.h | 97 ++++-------- + clutter/clutter-media.c | 409 ++++++++++++++++++++++++++--------------------- + clutter/clutter-media.h | 97 ++++------- 2 files changed, 261 insertions(+), 245 deletions(-) commit e338245827dd81b68672955a0cc406dc43db00e5 @@ -15610,7 +15610,7 @@ Date: Tue Jan 20 18:52:15 2009 +0000 .../remove_cogl_apis_taking_fixed_params.0.patch | 735 -------------------- .../test-cogl-tex-tile.c.0.patch | 24 - fixed-to-float.sh | 239 ------- - 26 files changed, 0 insertions(+), 2833 deletions(-) + 26 files changed, 2833 deletions(-) commit 3014d4ff8af55fd4067eac21536512cc0cf8b89d Merge: 6d4cd41 c29a3b4 @@ -15667,7 +15667,7 @@ Date: Tue Jan 20 18:24:58 2009 +0000 easeInOutBounce clutter/clutter-script.c | 108 +++++++++++++++++++++++++++++---------- - tests/interactive/test-script.c | 6 +- + tests/interactive/test-script.c | 6 +-- 2 files changed, 83 insertions(+), 31 deletions(-) commit 268abcd7865bb6ae10d40a92dd2eb1de79df3de8 @@ -15761,7 +15761,7 @@ Date: Tue Jan 20 16:42:49 2009 +0000 in the public API. clutter/clutter-alpha.c | 967 ++------------------------------ - clutter/clutter-alpha.h | 74 +--- + clutter/clutter-alpha.h | 74 +-- clutter/clutter-animation.c | 9 +- clutter/clutter-behaviour-depth.c | 6 +- clutter/clutter-behaviour-ellipse.c | 4 +- @@ -15808,32 +15808,32 @@ Date: Tue Jan 20 16:20:54 2009 +0000 Note: again no API changes were made in Clutter, only in Cogl. clutter/clutter-actor.c | 53 ++++++------ - clutter/clutter-alpha.c | 139 +++++++++++++++++-------------- + clutter/clutter-alpha.c | 139 ++++++++++++++++-------------- clutter/clutter-alpha.h | 2 +- clutter/clutter-behaviour-ellipse.c | 144 ++++++++++++++------------------ clutter/clutter-bezier.c | 2 +- clutter/clutter-fixed.c | 4 +- clutter/clutter-path.c | 4 +- clutter/clutter-texture.c | 2 +- - clutter/cogl/cogl-color.h | 10 +- + clutter/cogl/cogl-color.h | 10 +-- clutter/cogl/cogl-fixed.h | 12 +++ clutter/cogl/cogl-path.h | 22 +---- - clutter/cogl/cogl.h.in | 50 ++--------- + clutter/cogl/cogl.h.in | 50 +++-------- clutter/cogl/common/cogl-color.c | 6 +- clutter/cogl/common/cogl-fixed.c | 6 ++ - clutter/cogl/common/cogl-primitives.c | 33 ++----- + clutter/cogl/common/cogl-primitives.c | 33 ++------ clutter/cogl/gl/cogl-primitives.c | 63 +++++--------- clutter/cogl/gl/cogl-texture.c | 5 +- clutter/cogl/gl/cogl.c | 113 ++++--------------------- clutter/cogl/gles/cogl-gles2-wrapper.c | 45 ++-------- - clutter/cogl/gles/cogl-gles2-wrapper.h | 31 +++---- - clutter/cogl/gles/cogl-primitives.c | 92 +++++++-------------- + clutter/cogl/gles/cogl-gles2-wrapper.h | 31 ++++--- + clutter/cogl/gles/cogl-primitives.c | 92 +++++++------------- clutter/cogl/gles/cogl-texture.c | 5 +- - clutter/cogl/gles/cogl.c | 70 +++++---------- + clutter/cogl/gles/cogl.c | 70 +++++----------- clutter/pango/cogl-pango-render.c | 8 +- doc/reference/cogl/cogl-sections.txt | 4 +- tests/conform/test-backface-culling.c | 4 +- - tests/interactive/test-cogl-tex-tile.c | 10 +- + tests/interactive/test-cogl-tex-tile.c | 10 +-- 27 files changed, 355 insertions(+), 584 deletions(-) commit e82f6565909e1b0da9d4effff6261b8f7312869a @@ -15873,27 +15873,27 @@ Date: Tue Jan 20 16:20:54 2009 +0000 clutter/clutter-behaviour-rotate.c | 32 ++-- clutter/clutter-behaviour-scale.c | 50 +++--- clutter/clutter-clone-texture.c | 16 +- - clutter/clutter-color.c | 152 ++++++++-------- + clutter/clutter-color.c | 152 ++++++++--------- clutter/clutter-fixed.c | 16 +- clutter/clutter-fixed.h | 70 ++++---- clutter/clutter-interval.c | 2 +- - clutter/clutter-stage.c | 44 +++--- + clutter/clutter-stage.c | 44 ++--- clutter/clutter-texture.c | 56 +++--- clutter/clutter-timeline.c | 8 +- clutter/clutter-units.h | 8 +- clutter/cogl/cogl-color.h | 50 +++--- - clutter/cogl/cogl-path.h | 100 ++++++------ - clutter/cogl/cogl-texture.h | 20 +- + clutter/cogl/cogl-path.h | 100 +++++------ + clutter/cogl/cogl-texture.h | 20 +-- clutter/cogl/cogl-types.h | 4 +- clutter/cogl/cogl.h.in | 68 ++++---- - clutter/cogl/common/cogl-clip-stack.c | 46 +++--- - clutter/cogl/common/cogl-color.c | 40 +++--- + clutter/cogl/common/cogl-clip-stack.c | 46 ++--- + clutter/cogl/common/cogl-color.c | 40 ++--- clutter/cogl/common/cogl-primitives.c | 292 ++++++++++++++++---------------- - clutter/cogl/common/cogl-primitives.h | 22 ++-- + clutter/cogl/common/cogl-primitives.h | 22 +-- clutter/cogl/gl/cogl-context.h | 8 +- - clutter/cogl/gl/cogl-primitives.c | 44 +++--- + clutter/cogl/gl/cogl-primitives.c | 44 ++--- clutter/cogl/gl/cogl-texture.c | 226 ++++++++++++------------ - clutter/cogl/gl/cogl.c | 290 ++++++++++++++++---------------- + clutter/cogl/gl/cogl.c | 290 +++++++++++++++---------------- clutter/cogl/gles/cogl-context.c | 2 +- clutter/cogl/gles/cogl-context.h | 10 +- clutter/cogl/gles/cogl-fbo.c | 12 +- @@ -15905,7 +15905,7 @@ Date: Tue Jan 20 16:20:54 2009 +0000 clutter/pango/cogl-pango-glyph-cache.c | 8 +- clutter/pango/cogl-pango-glyph-cache.h | 8 +- clutter/pango/cogl-pango-render.c | 70 ++++---- - tests/conform/test-backface-culling.c | 38 ++-- + tests/conform/test-backface-culling.c | 38 ++--- tests/interactive/test-cogl-tex-tile.c | 8 +- tests/interactive/test-text-field.c | 2 +- 43 files changed, 1437 insertions(+), 1443 deletions(-) @@ -15919,7 +15919,7 @@ Date: Tue Jan 20 14:52:47 2009 +0000 In preperation for commiting a final conversion into master fixed-to-float.sh | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 47 insertions(+), 3 deletions(-) + 1 file changed, 47 insertions(+), 3 deletions(-) commit 8b39bfec7fb3f188a8482e44f9a9c26da19e24a6 Author: Robert Bragg @@ -15936,7 +15936,7 @@ Date: Mon Jan 19 19:11:00 2009 +0000 The unit test was renamed to test-actor-clone. - clutter/clutter-actor-clone.c | 41 +----- + clutter/clutter-actor-clone.c | 41 +---- tests/interactive/Makefile.am | 2 +- tests/interactive/test-actor-clone.c | 272 ++++++++++++++++++++++++++++++++++ tests/interactive/test-actors2.c | 269 --------------------------------- @@ -15962,7 +15962,7 @@ Date: Sat Jan 17 16:51:03 2009 +0000 clutter/Makefile.am | 2 + clutter/clutter-actor-clone.c | 307 ++++++++++++++++++++++++++++++++++++++ clutter/clutter-actor-clone.h | 76 ++++++++++ - clutter/clutter-actor.c | 37 +++++- + clutter/clutter-actor.c | 37 ++++- clutter/clutter-private.h | 6 + clutter/clutter.h | 1 + tests/interactive/Makefile.am | 1 + @@ -15985,7 +15985,7 @@ Date: Sat Jan 10 19:25:27 2009 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b716d32000cfc309dd7c52a1ee6aad3cea398ec6 Author: Owen W. Taylor @@ -16005,7 +16005,7 @@ Date: Fri Jan 16 18:01:04 2009 -0500 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-x11-texture-pixmap.c | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit 10f1f6587ef944633216c1e73fe7c032d4958c96 Author: Emmanuele Bassi @@ -16019,7 +16019,7 @@ Date: Fri Jan 16 22:13:44 2009 +0000 the GL viewport at the first redraw. clutter/eglnative/clutter-stage-egl.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit ae3615cfe3efa8c36fdfcfe1b00c1cedac785829 Author: Neil Roberts @@ -16032,8 +16032,8 @@ Date: Fri Jan 16 18:29:29 2009 +0000 The patches have been updated to apply cleanly. - .../remove_cogl_apis_taking_fixed_params.0.patch | 25 +++++++++---------- - .../test-cogl-tex-tile.c.0.patch | 25 +++++-------------- + .../remove_cogl_apis_taking_fixed_params.0.patch | 25 ++++++++++---------- + .../test-cogl-tex-tile.c.0.patch | 25 ++++++-------------- fixed-to-float.sh | 23 ++++++++++-------- 3 files changed, 32 insertions(+), 41 deletions(-) @@ -16046,7 +16046,7 @@ Date: Fri Jan 16 17:52:26 2009 +0000 This has no effect other than to make the script run faster. fixed-to-float.sh | 121 +++++++++++++++++++++++++++++------------------------ - 1 files changed, 66 insertions(+), 55 deletions(-) + 1 file changed, 66 insertions(+), 55 deletions(-) commit e02024151b2529a624a92880c51f1002fcc861cc Author: Neil Roberts @@ -16058,7 +16058,7 @@ Date: Fri Jan 16 14:55:48 2009 +0000 values now so they are renamed to *4f. .../remove_cogl_apis_taking_fixed_params.0.patch | 123 ++++++++++++++++++++ - 1 files changed, 123 insertions(+), 0 deletions(-) + 1 file changed, 123 insertions(+) commit 7c93565902be0af99526c8c1a1ab068e0892444e Author: Emmanuele Bassi @@ -16071,7 +16071,7 @@ Date: Fri Jan 16 14:53:42 2009 +0000 the documentation to explicitly say so. clutter/clutter-alpha.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 7b93cc068db5bfeba999e633a2b23b3b4c494bd5 Author: Neil Roberts @@ -16082,7 +16082,7 @@ Date: Fri Jan 16 13:56:42 2009 +0000 The two patches for removing cogl apis taking fixed params have been merged into one patch. - .../remove_cogl_apis_taking_fixed_params.0.patch | 50 ++++++++++++++++++- + .../remove_cogl_apis_taking_fixed_params.0.patch | 50 +++++++++++++++++-- .../remove_cogl_apis_taking_fixed_params.1.patch | 52 -------------------- fixed-to-float.sh | 1 - 3 files changed, 47 insertions(+), 56 deletions(-) @@ -16099,7 +16099,7 @@ Date: Fri Jan 16 14:16:02 2009 +0000 the result of registering an alpha function. clutter/clutter-animation.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit d02819949d5f16173179a3cd3ff59616726fa2b9 Author: Emmanuele Bassi @@ -16113,8 +16113,8 @@ Date: Fri Jan 16 14:01:46 2009 +0000 ClutterAnimationMode whenever we have an "animation mode" parameter or property. - clutter/clutter-animation.c | 52 ++++++++++++++++++++++-------------------- - clutter/clutter-animation.h | 8 +++--- + clutter/clutter-animation.c | 52 ++++++++++++++++++++++--------------------- + clutter/clutter-animation.h | 8 +++---- 2 files changed, 31 insertions(+), 29 deletions(-) commit 74213e0ee35e8428783deaccab68dc9f9c8d72bb @@ -16134,7 +16134,7 @@ Date: Fri Jan 16 13:42:06 2009 +0000 as a convenience API for language bindings alone. clutter/clutter-alpha.c | 254 +++++++++++++++++++++------- - clutter/clutter-alpha.h | 47 +++--- + clutter/clutter-alpha.h | 47 ++--- clutter/clutter-types.h | 5 +- doc/reference/clutter/clutter-sections.txt | 6 +- tests/interactive/test-actors.c | 3 +- @@ -16166,7 +16166,7 @@ Date: Fri Jan 16 12:16:28 2009 +0000 .../gles-cogl-gles2-wrapper.c.0.patch | 2 +- .../gles-cogl-gles2-wrapper.h.0.patch | 52 ++++++++++---------- - fixed-to-float-patches/gles-cogl.c.0.patch | 15 +----- + fixed-to-float-patches/gles-cogl.c.0.patch | 15 ++---- .../remove_cogl_apis_taking_fixed_params.0.patch | 10 ++-- fixed-to-float.sh | 7 +++ 5 files changed, 42 insertions(+), 44 deletions(-) @@ -16182,7 +16182,7 @@ Date: Fri Jan 16 10:50:53 2009 +0000 de27da0e. This commit moves the changes back into the patch so cogl-gles2-wrapper.h is reverted back to master. - clutter/cogl/gles/cogl-gles2-wrapper.h | 24 +++++----- + clutter/cogl/gles/cogl-gles2-wrapper.h | 24 +++++------ .../gles-cogl-gles2-wrapper.h.0.patch | 43 ++++++++++++++++---- 2 files changed, 47 insertions(+), 20 deletions(-) @@ -16202,7 +16202,7 @@ Date: Thu Jan 15 18:53:52 2009 +0000 wrapper because it needs to set the vertex attribute. .../gles-cogl-gles2-wrapper.c.0.patch | 38 ++++++++++++++++++-- - .../gles-cogl-gles2-wrapper.h.0.patch | 35 ++++++++++++++++-- + .../gles-cogl-gles2-wrapper.h.0.patch | 35 +++++++++++++++--- fixed-to-float-patches/gles-cogl.c.0.patch | 26 +++++++++++++- 3 files changed, 91 insertions(+), 8 deletions(-) @@ -16231,7 +16231,7 @@ Date: Thu Jan 15 18:09:54 2009 +0000 function and fixes the build errors. clutter/cogl/gles/cogl-texture.c | 52 ++++++++++++++++++++++---------------- - 1 files changed, 30 insertions(+), 22 deletions(-) + 1 file changed, 30 insertions(+), 22 deletions(-) commit d89ed3ed25f0cd04731ca57110519f58d130b750 Author: Neil Roberts @@ -16243,7 +16243,7 @@ Date: Thu Jan 15 16:35:46 2009 +0000 commit 012b16 so it was just causing unnecessary errors. fixed-to-float.sh | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ea1d9f55227fc2e291fc600accef5ba3abbdd58f Author: Neil Roberts @@ -16266,7 +16266,7 @@ Date: Thu Jan 15 15:24:05 2009 +0000 fixed-to-float-patches/gl-cogl.c.0.patch | 79 +++++++++++++++++++- .../gles-cogl-gles2-wrapper.c.0.patch | 58 ++++++++++++++ .../gles-cogl-gles2-wrapper.h.0.patch | 13 +++- - fixed-to-float-patches/gles-cogl.c.0.patch | 29 +++++++- + fixed-to-float-patches/gles-cogl.c.0.patch | 29 ++++++- fixed-to-float.sh | 1 + 5 files changed, 176 insertions(+), 4 deletions(-) @@ -16284,7 +16284,7 @@ Date: Thu Jan 15 13:58:31 2009 +0000 before calling clutter_init. tests/micro-bench/test-text.c | 27 ++++++++++++++++++++------- - 1 files changed, 20 insertions(+), 7 deletions(-) + 1 file changed, 20 insertions(+), 7 deletions(-) commit 22183c7a8f092f0792c6f805d4b313651c999730 Author: Emmanuele Bassi @@ -16306,7 +16306,7 @@ Date: Wed Jan 14 18:14:46 2009 +0000 stricly either to 0 or to 1. clutter/clutter-actor.h | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 41386a5f72b389956c363fa06669f6d554d73b53 Author: Emmanuele Bassi @@ -16326,8 +16326,8 @@ Date: Wed Jan 7 18:30:46 2009 +0000 clutter/clutter.h | 1 - doc/reference/clutter/clutter-sections.txt | 33 -- tests/interactive/Makefile.am | 1 - - tests/interactive/test-effects.c | 95 --- - 7 files changed, 0 insertions(+), 1142 deletions(-) + tests/interactive/test-effects.c | 95 ---- + 7 files changed, 1142 deletions(-) commit 5d346cca5705c5c3fc21444b8c9c758f55b0bc67 Author: Emmanuele Bassi @@ -16341,7 +16341,7 @@ Date: Wed Jan 14 15:30:10 2009 +0000 when loading a texture from image data. clutter/clutter-texture.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3e9e5a11da12e9b8e8cfbace8146e3b86231c5c9 Author: Robert Bragg @@ -16353,7 +16353,7 @@ Date: Wed Jan 14 15:18:05 2009 +0000 internally converts the incorrect integer result to fixed point. tests/interactive/test-depth.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit f1b15efcdc6ac2efd15d2946c93a1cb2a3a5b063 Author: Robert Bragg @@ -16365,7 +16365,7 @@ Date: Thu Jan 8 18:54:48 2009 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-clutter-cairo-flowers.c | 212 ++++++++++++++++++++++++ - 2 files changed, 214 insertions(+), 1 deletions(-) + 2 files changed, 214 insertions(+), 1 deletion(-) commit 110489ee5838eccb216dcd9d81f23e3f3d6e0d83 Merge: d454bfc e730cd7 @@ -16397,7 +16397,7 @@ Date: Wed Jan 14 13:37:31 2009 +0000 clutter/x11/clutter-event-x11.c | 8 -------- clutter/x11/clutter-stage-x11.c | 16 +--------------- clutter/x11/clutter-stage-x11.h | 1 - - 3 files changed, 1 insertions(+), 24 deletions(-) + 3 files changed, 1 insertion(+), 24 deletions(-) commit 1cac3d91f9fc84bd11636f19ac220158490c531f Author: Emmanuele Bassi @@ -16409,7 +16409,7 @@ Date: Wed Jan 14 15:05:03 2009 +0000 clutter_stage_ensure_viewport() to the API reference. doc/reference/clutter/clutter-sections.txt | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit df62a037b00ca24deceb74d3ea0d26bdc94c4194 Author: Emmanuele Bassi @@ -16418,7 +16418,7 @@ Date: Wed Jan 14 15:04:28 2009 +0000 Fix compile warning for a possible uninitialized variable clutter/glx/clutter-glx-texture-pixmap.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0e1bbcdc02a751f6024d4da9db3b4afba51dfa4d Author: Emmanuele Bassi @@ -16430,7 +16430,7 @@ Date: Wed Jan 14 15:03:30 2009 +0000 it should also be declared in the header. clutter/clutter-binding-pool.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a074106ded87717b7983976fbd91365105411f5b Merge: c83d955 db3d2e9 @@ -16460,7 +16460,7 @@ Date: Wed Jan 14 14:34:35 2009 +0000 to match the required arguments for clutter_actor_get_size(). tests/interactive/test-depth.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ffc15e0962a0b24afce1ff08eab13537fe23eadc Author: Neil Roberts @@ -16488,7 +16488,7 @@ Date: Wed Jan 14 11:12:02 2009 +0000 will jump to the last character. clutter/clutter-text.c | 28 ++++++++++++++++++---------- - 1 files changed, 18 insertions(+), 10 deletions(-) + 1 file changed, 18 insertions(+), 10 deletions(-) commit b57c7e12d43e7891ef3125dc03e396c5a24281aa Author: Neil Roberts @@ -16501,7 +16501,7 @@ Date: Tue Jan 13 18:42:50 2009 +0000 cursor was at the beginning of the string. clutter/clutter-text.c | 25 +++++-------------------- - 1 files changed, 5 insertions(+), 20 deletions(-) + 1 file changed, 5 insertions(+), 20 deletions(-) commit e93c266647e0d828459911a0999f342a975158b6 Author: Neil Roberts @@ -16518,7 +16518,7 @@ Date: Tue Jan 13 17:52:38 2009 +0000 because insert_unichar disallows zeroes. clutter/clutter-text.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit de114dead76af8e8cccf872dd87aeee838e9e7e8 Author: Neil Roberts @@ -16552,7 +16552,7 @@ Date: Mon Jan 12 18:32:49 2009 +0000 available in Clutter 0.8.6 clutter/cogl/cogl-texture.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccd9ba2a02cf8f06f002669ffd2ffe2d0af161ea Author: Emmanuele Bassi @@ -16561,7 +16561,7 @@ Date: Tue Jan 13 14:05:35 2009 +0000 [gitignore] Update the ignore file .gitignore | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 616c082a7cc6cf9a46de09f2f04ed87a57162e9c Merge: 12ea293 be462b2 @@ -16592,8 +16592,8 @@ Date: Tue Jan 13 12:51:03 2009 +0000 clutter_binding_pool_new() or directly with g_object_new(). Only BindingPools attached to a class are not owned by the user. - clutter/clutter-binding-pool.c | 96 +++++++++++++++++++++++++++++++++++---- - 1 files changed, 86 insertions(+), 10 deletions(-) + clutter/clutter-binding-pool.c | 96 +++++++++++++++++++++++++++++++++++----- + 1 file changed, 86 insertions(+), 10 deletions(-) commit 66afd41868a702555c917122a38dfd87db91cf7a Author: Robert Bragg @@ -16609,7 +16609,7 @@ Date: Tue Jan 13 11:38:55 2009 +0000 .../remove_cogl_apis_taking_fixed_params.0.patch | 569 ++++++++++++++++++++ .../remove_cogl_apis_taking_fixed_params.1.patch | 52 ++ fixed-to-float.sh | 8 +- - 3 files changed, 628 insertions(+), 1 deletions(-) + 3 files changed, 628 insertions(+), 1 deletion(-) commit a4c8a70c834b5b4fdfd1618ce496425dd5dbcd68 Author: Emmanuele Bassi @@ -16630,7 +16630,7 @@ Date: Tue Jan 13 12:34:59 2009 +0000 ClutterBindingPool is obviously a terminal class, so we just hide the instance and class structures. - clutter/clutter-binding-pool.c | 62 +++++++++++++++++++++++++++------------ + clutter/clutter-binding-pool.c | 62 ++++++++++++++++++++++++++++------------ clutter/clutter-binding-pool.h | 12 ++++++++ 2 files changed, 55 insertions(+), 19 deletions(-) @@ -16658,7 +16658,7 @@ Date: Mon Jan 12 17:07:55 2009 +0000 fixed-to-float-patches/cogl.h.in.0.patch | 26 ++++++++++++++++++++++++++ fixed-to-float.sh | 1 + - 2 files changed, 27 insertions(+), 0 deletions(-) + 2 files changed, 27 insertions(+) commit de27da0e5be8a27a0743fd9b62e2da04ed91dc82 Author: Robert Bragg @@ -16671,7 +16671,7 @@ Date: Thu Jan 8 22:56:17 2009 +0000 * Other misc fixes (mostly corresponding to cogl/gl equivalents) clutter/cogl/gles/cogl-gles2-wrapper.h | 24 ++++---- - .../gles-cogl-gles2-wrapper.h.0.patch | 13 ++++ + .../gles-cogl-gles2-wrapper.h.0.patch | 13 +++++ .../gles-cogl-primitives.c.0.patch | 12 ++++ fixed-to-float-patches/gles-cogl-texture.c.0.patch | 30 ++++++++++ fixed-to-float-patches/gles-cogl.c.0.patch | 60 ++++++++++++++++++++ @@ -16688,7 +16688,7 @@ Date: Thu Jan 8 22:38:33 2009 +0000 a few cases in clutter/cogl/gles/cogl.c fixed-to-float.sh | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ec403b280544497f4153b756ebb1beee52e0ecc8 Author: Robert Bragg @@ -16702,7 +16702,7 @@ Date: Thu Jan 8 22:00:56 2009 +0000 This fixes test-cogl-tex-tile. fixed-to-float-patches/clutter-fixed.h.0.patch | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 012b169a731fb278ac8f55122ebf572c6cca4a70 Author: Robert Bragg @@ -16714,11 +16714,11 @@ Date: Thu Jan 8 13:10:32 2009 +0000 hunk offsets when applying so it tidies that up. The change in mtx_transform.0.patch has been moved to clutter-actor.c.0.patch. - fixed-to-float-patches/clutter-actor.c.0.patch | 19 ++++- + fixed-to-float-patches/clutter-actor.c.0.patch | 19 +++-- fixed-to-float-patches/clutter-alpha.c.0.patch | 82 ++++++++++++++------ fixed-to-float-patches/clutter-path.c.0.patch | 4 +- - fixed-to-float-patches/clutter-texture.c.0.patch | 10 +- - fixed-to-float-patches/cogl-pango-render.c.0.patch | 10 +- + fixed-to-float-patches/clutter-texture.c.0.patch | 10 +-- + fixed-to-float-patches/cogl-pango-render.c.0.patch | 10 +-- fixed-to-float-patches/mtx_transform.0.patch | 19 ----- 6 files changed, 85 insertions(+), 59 deletions(-) @@ -16732,7 +16732,7 @@ Date: Mon Jan 12 17:12:24 2009 +0000 love than I can provide at the moment. clutter/clutter-texture.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 5ed62aaf76b49f9539d722f8b78ca99b8304a791 Author: Emmanuele Bassi @@ -16748,7 +16748,7 @@ Date: Mon Jan 12 17:09:47 2009 +0000 a relayout so that the scene is updated. clutter/clutter-texture.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 168d558bcf7dcbd707364004fe968093b5bb5546 Author: Emmanuele Bassi @@ -16770,7 +16770,7 @@ Date: Mon Jan 12 16:54:30 2009 +0000 when asynchronous loading is set. clutter/clutter-texture.c | 305 ++++++++++++++++++++++++++++++++++----------- - 1 files changed, 229 insertions(+), 76 deletions(-) + 1 file changed, 229 insertions(+), 76 deletions(-) commit 1c114be31a50410c1b2d0621848250102b6dd166 Author: Emmanuele Bassi @@ -16785,9 +16785,9 @@ Date: Mon Jan 12 16:52:20 2009 +0000 API. clutter/cogl/cogl-texture.h | 17 ++++++++ - clutter/cogl/common/cogl-bitmap-pixbuf.c | 65 +++++++++++++++++++++++++---- + clutter/cogl/common/cogl-bitmap-pixbuf.c | 65 +++++++++++++++++++++++++----- clutter/cogl/common/cogl-bitmap.c | 8 ++++ - clutter/cogl/common/cogl-bitmap.h | 5 ++ + clutter/cogl/common/cogl-bitmap.h | 5 +++ 4 files changed, 86 insertions(+), 9 deletions(-) commit 946c075a2aca2fdc7e63ddb90c72e65f3a9fee30 @@ -16828,7 +16828,7 @@ Date: Mon Jan 12 13:02:19 2009 +0000 nasty artefacts. (This issue was seen on i945 + DRI2) clutter/glx/clutter-glx-texture-pixmap.c | 30 +++++++++++++++++++++++------- - 1 files changed, 23 insertions(+), 7 deletions(-) + 1 file changed, 23 insertions(+), 7 deletions(-) commit ed991fe3c5558bb2bb9058ec0bdeef2071236056 Author: Emmanuele Bassi @@ -16842,7 +16842,7 @@ Date: Mon Jan 12 11:21:06 2009 +0000 clutter/cogl/common/Makefile.am | 1 + clutter/cogl/gl/Makefile.am | 1 + clutter/cogl/gles/Makefile.am | 1 + - 3 files changed, 3 insertions(+), 0 deletions(-) + 3 files changed, 3 insertions(+) commit f911a3a7a13a778b44fedb4760ea55105d6bcd46 Author: Emmanuele Bassi @@ -16863,7 +16863,7 @@ Date: Mon Jan 12 11:18:11 2009 +0000 clutter/clutter-stage.c | 25 +++++++++++++++++++++++++ clutter/clutter-stage.h | 1 + - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit 4f6cc0b25f958ea720604db09b43896a985e1f50 Author: Emmanuele Bassi @@ -16896,11 +16896,11 @@ Date: Fri Jan 9 14:26:35 2009 +0000 Fix the various warnings issued by gtk-doc when enabling the API reference generation for both COGL and Clutter. - clutter/clutter-cairo-texture.h | 14 +++++ + clutter/clutter-cairo-texture.h | 14 ++++++ clutter/cogl/cogl-types.h | 72 +++++++++++++++------------- clutter/cogl/common/cogl-mesh.c | 2 + doc/reference/clutter/clutter-docs.xml | 2 +- - doc/reference/clutter/clutter-sections.txt | 55 ++++++++++----------- + doc/reference/clutter/clutter-sections.txt | 55 +++++++++++---------- 5 files changed, 83 insertions(+), 62 deletions(-) commit 00a3c698686f25e193d0311ad25c903f0ad71e8b @@ -16954,7 +16954,7 @@ Date: Thu Jan 8 17:06:04 2009 +0000 point values. clutter/clutter-text.c | 28 ++++++++++++++++++++++++++-- - 1 files changed, 26 insertions(+), 2 deletions(-) + 1 file changed, 26 insertions(+), 2 deletions(-) commit e9ee7f049d51c5d3a273385dae0d073c373ca51c Author: Emmanuele Bassi @@ -16970,8 +16970,8 @@ Date: Thu Jan 8 15:45:22 2009 +0000 values, and adds a CLUTTER_UNITS_FORMAT macro for safely printing ClutterUnit values with printf(). - clutter/clutter-actor.c | 44 +++++++++++++++---------- - clutter/clutter-units.h | 2 + + clutter/clutter-actor.c | 44 +++++++++++++++----------- + clutter/clutter-units.h | 2 ++ tests/interactive/test-project.c | 65 ++++++++++++++++++-------------------- 3 files changed, 59 insertions(+), 52 deletions(-) @@ -16995,7 +16995,7 @@ Date: Thu Jan 8 13:31:27 2009 +0000 [docs] Add ClutterAnimatable to the API reference doc/reference/clutter/clutter-docs.xml | 1 + - doc/reference/clutter/clutter-sections.txt | 79 +++++++++++++++++---------- + doc/reference/clutter/clutter-sections.txt | 79 ++++++++++++++++++---------- doc/reference/clutter/clutter.types | 1 + 3 files changed, 52 insertions(+), 29 deletions(-) @@ -17007,7 +17007,7 @@ Date: Thu Jan 8 13:18:00 2009 +0000 clutter/clutter-animatable.c | 24 ++++++++++++++++++++++++ clutter/clutter-animatable.h | 24 ++++++++++++++++++++++++ - 2 files changed, 48 insertions(+), 0 deletions(-) + 2 files changed, 48 insertions(+) commit 986c18d260bb24261e155b096aa5e53e14c65411 Author: Emmanuele Bassi @@ -17016,7 +17016,7 @@ Date: Thu Jan 8 13:16:20 2009 +0000 [docs] Update the ClutterAnimation section doc/reference/clutter/clutter-sections.txt | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 068ba1caf04a952f2d0eec9eb1a9f72e72a8d000 Author: Emmanuele Bassi @@ -17049,7 +17049,7 @@ Date: Thu Jan 8 12:59:16 2009 +0000 on the progress. clutter/clutter-animation.c | 34 ++++++++++++++++++++++++++++++++-- - 1 files changed, 32 insertions(+), 2 deletions(-) + 1 file changed, 32 insertions(+), 2 deletions(-) commit 24808e20b3c190ef79a88f958e4ff2617b7c155f Author: Emmanuele Bassi @@ -17071,7 +17071,7 @@ Date: Thu Jan 8 12:56:46 2009 +0000 clutter/clutter-animatable.c | 93 ++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-animatable.h | 56 +++++++++++++++++++++++++ clutter/clutter.h | 1 + - 4 files changed, 152 insertions(+), 0 deletions(-) + 4 files changed, 152 insertions(+) commit 378ca42d5b22355d39faf09fb16721f7a6ffbf94 Merge: c186685 e4b1859 @@ -17087,7 +17087,7 @@ Date: Wed Jan 7 19:39:31 2009 +0000 fixes for clutter-behaviour-ellipse.c.0.patch .../clutter-behaviour-ellipse.c.0.patch | 107 ++++---------------- - 1 files changed, 21 insertions(+), 86 deletions(-) + 1 file changed, 21 insertions(+), 86 deletions(-) commit 0ffb6f7aa5de917e474df305c64e84581cf31fc1 Author: Robert Bragg @@ -17099,7 +17099,7 @@ Date: Wed Jan 7 16:22:45 2009 +0000 replaces ClutterAngle usage with float. fixed-to-float-patches/clutter-alpha.c.0.patch | 26 ++++++++++++------------ - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 65e7bc636394f12e6f11cc6c5ba0c113c3a11bc1 Author: Robert Bragg @@ -17114,7 +17114,7 @@ Date: Wed Jan 7 15:33:24 2009 +0000 in degrees to radians. This fixes the cogl-primitives API. fixed-to-float.sh | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit e4b1859077797049918d97d9ba1ec7b0c3cac0b8 Author: Robert Bragg @@ -17126,7 +17126,7 @@ Date: Wed Jan 7 12:33:40 2009 +0000 result gets converted by CLUTTER_INT_TO_FIXED. tests/interactive/test-clip.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 28b0f432b78f9db0c36d3b286cc8928d12b3b1f3 Author: Emmanuele Bassi @@ -17150,7 +17150,7 @@ Date: Thu Jan 8 11:15:09 2009 +0000 clutter/clutter-interval.c | 105 ++++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-interval.h | 31 +++++++++++++ - 2 files changed, 136 insertions(+), 0 deletions(-) + 2 files changed, 136 insertions(+) commit cc8cd8392f109edeec073fcecab12443bbbaedd2 Author: Robert Bragg @@ -17162,7 +17162,7 @@ Date: Wed Jan 7 12:08:43 2009 +0000 internally converts the incorrect integer result to fixed point. tests/interactive/test-depth.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ff48c3ef7c05de41e087645deb845b4d9bb66ae6 Author: Emmanuele Bassi @@ -17204,7 +17204,7 @@ Date: Wed Jan 7 16:26:03 2009 +0000 by an helpless variable. clutter/clutter-text.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 805b88d4c02deda68f6adbd5f65dc6e81451b5f6 Merge: 5913bcf e21fee3 @@ -17240,7 +17240,7 @@ Date: Wed Jan 7 15:54:08 2009 +0000 text from a file, show the error inside the text actor itself. tests/interactive/test-text.c | 134 +++++++---------------------------------- - 1 files changed, 22 insertions(+), 112 deletions(-) + 1 file changed, 22 insertions(+), 112 deletions(-) commit 0d9c07f82464962a189cdf1c05c1afe0e10cd9bf Author: Emmanuele Bassi @@ -17268,7 +17268,7 @@ Date: Wed Jan 7 13:48:45 2009 +0000 markup. clutter/clutter-text.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 368df450b21e6a731a61d5f30d6b997e258ef0e3 Author: Emmanuele Bassi @@ -17283,7 +17283,7 @@ Date: Wed Jan 7 13:14:13 2009 +0000 layout cache. clutter/clutter-text.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit c297d1ccf14c8c798773f7e179bb7d1eaa9d6521 Author: Emmanuele Bassi @@ -17296,7 +17296,7 @@ Date: Wed Jan 7 12:17:09 2009 +0000 This is merge fall-out from the text-actor branch. tests/interactive/test-scale.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 796294fd4e8fb78798f6000bc44cbcc646599481 Author: Emmanuele Bassi @@ -17309,7 +17309,7 @@ Date: Wed Jan 7 12:16:08 2009 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-opacity.c | 116 -------------------------------------- - 2 files changed, 0 insertions(+), 117 deletions(-) + 2 files changed, 117 deletions(-) commit c54bd990975fddc4b395a8f05b0ae9080760f473 Merge: e4272fb ad7d1b5 @@ -17353,7 +17353,7 @@ Date: Wed Jan 7 11:46:22 2009 +0000 re-alignment of the entire file. clutter/clutter-text.h | 192 ++++++++++++++++++++++++------------------------ - 1 files changed, 96 insertions(+), 96 deletions(-) + 1 file changed, 96 insertions(+), 96 deletions(-) commit 328534fc95746ddd38d591efa471db142d1793c4 Author: Emmanuele Bassi @@ -17369,7 +17369,7 @@ Date: Wed Jan 7 11:44:54 2009 +0000 magic numbers. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f3142a70dc8e62127a22edf2ff6a8d01aac86329 Author: Emmanuele Bassi @@ -17378,7 +17378,7 @@ Date: Wed Jan 7 00:43:24 2009 +0000 Comments and whitespace fixes to ClutterText clutter/clutter-text.c | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit 7f9c384099c1ca839b34f32c0980f76fe87c19e4 Author: Emmanuele Bassi @@ -17390,7 +17390,7 @@ Date: Wed Jan 7 00:30:59 2009 +0000 to the API reference. doc/reference/clutter/clutter-sections.txt | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 1223fcbb4fd3a0e4ba05a31ca6f71633a56045ee Author: Emmanuele Bassi @@ -17399,7 +17399,7 @@ Date: Wed Jan 7 00:29:41 2009 +0000 Update the ignore file .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 71c03df967e0725aa49f2a51de9909b2fd42d971 Author: Emmanuele Bassi @@ -17412,7 +17412,7 @@ Date: Wed Jan 7 00:27:50 2009 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-text-field.c | 117 +++++++++++++++++++++++++++++++++++ - 2 files changed, 119 insertions(+), 1 deletions(-) + 2 files changed, 119 insertions(+), 1 deletion(-) commit 43f82332dd918c7e13e7896523a2508430cfa6f0 Author: Emmanuele Bassi @@ -17429,7 +17429,7 @@ Date: Wed Jan 7 00:25:24 2009 +0000 not fit the allocated width of the Text actor. clutter/clutter-text.c | 175 ++++++++++++++++++++++++++++++++++++++++++++++-- - clutter/clutter-text.h | 4 + + clutter/clutter-text.h | 4 ++ 2 files changed, 172 insertions(+), 7 deletions(-) commit 8182b354b167681a89ef9c3354c1278378e4ea2c @@ -17445,7 +17445,7 @@ Date: Tue Jan 6 20:54:20 2009 +0000 This commit fixes both issues. clutter/clutter-text.c | 39 ++++++++++++++++----------------------- - 1 files changed, 16 insertions(+), 23 deletions(-) + 1 file changed, 16 insertions(+), 23 deletions(-) commit 3d32d464e9a83ca2a89700778ece28307f4d359e Author: Emmanuele Bassi @@ -17459,7 +17459,7 @@ Date: Tue Jan 6 20:52:03 2009 +0000 dealing with long, multi-byte texts. clutter/clutter-text.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 1eeb21c155882497f7b0f76b0fbdc84a13e1f4ab Author: Robert Bragg @@ -17473,7 +17473,7 @@ Date: Tue Jan 6 16:32:42 2009 +0000 always rounding to (0,0) fixed-to-float.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e42d756a69309d1651c13bd1eb79c2c3dff86a0f Author: Robert Bragg @@ -17486,8 +17486,8 @@ Date: Tue Jan 6 18:45:34 2009 +0000 values went through to -1, as the o-hands were scaled so large all you saw was the red 'O'. - fixed-to-float-patches/clutter-alpha.c.0.patch | 55 +++++++++++++---------- - 1 files changed, 31 insertions(+), 24 deletions(-) + fixed-to-float-patches/clutter-alpha.c.0.patch | 55 +++++++++++++----------- + 1 file changed, 31 insertions(+), 24 deletions(-) commit 12ea2933bd35d22b34973674abf6dcb43fca31f8 Author: Neil Roberts @@ -17501,7 +17501,7 @@ Date: Tue Jan 6 18:24:57 2009 +0000 and all of the labels will be black. clutter/cogl/gl/cogl-texture.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 606d34f2aa5f4f1480f415ef241b28855dc835af Author: Neil Roberts @@ -17526,7 +17526,7 @@ Date: Tue Jan 6 16:01:23 2009 +0000 a compiler warning. tests/interactive/test-cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f5288b1918e7d70c8630f11cb32922ddbec2f078 Author: Neil Roberts @@ -17552,7 +17552,7 @@ Date: Tue Jan 6 15:30:31 2009 +0000 tests/conform/test-clutter-text.c | 19 +++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit c4475c6bfc133eea9e44abea73c3fa2f121fded8 Author: Emmanuele Bassi @@ -17564,7 +17564,7 @@ Date: Tue Jan 6 15:29:44 2009 +0000 updating on the renamed and removed accessors. doc/reference/clutter/clutter-sections.txt | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 979b6794bb207575fdac6fa520cca5c9adf6f86e Author: Emmanuele Bassi @@ -17615,7 +17615,7 @@ Date: Tue Jan 6 15:22:31 2009 +0000 clutter_text_set_password_char (CLUTTER_TEXT (text), '*'); clutter/clutter-text.c | 177 ++++++++++++------------------------------------ - clutter/clutter-text.h | 7 +-- + clutter/clutter-text.h | 7 +- 2 files changed, 46 insertions(+), 138 deletions(-) commit 854cf5d49916c8b4eb7218c340db2f95dca81d24 @@ -17650,7 +17650,7 @@ Date: Tue Jan 6 12:35:19 2009 +0000 the locale will determine the text direction, as it should. clutter/clutter-main.c | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit e4272fba69f9c174388eb8a1ffabd3211393461e Author: Neil Roberts @@ -17664,7 +17664,7 @@ Date: Tue Jan 6 11:39:14 2009 +0000 Thanks to Geoff Gustafson for spotting. clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e6423a1b6e08e140a888df5398206640deea59e Author: Takao Fujiwara @@ -17728,7 +17728,7 @@ Date: Mon Jan 5 16:48:46 2009 +0000 it's clear what does what. clutter/clutter-main.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit a5f9c7269465da32a8f0209dfce27f875e4fe05b Author: Emmanuele Bassi @@ -17741,7 +17741,7 @@ Date: Mon Jan 5 16:45:59 2009 +0000 MainContext structure pointer. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c79112bd3c4febc39eeba5cabe50319f1eb7976c Author: Emmanuele Bassi @@ -17753,7 +17753,7 @@ Date: Mon Jan 5 16:44:52 2009 +0000 if there is no global PangoContext already. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 700b34148bd9e052bf521caeaff05c1373200972 Author: Emmanuele Bassi @@ -17766,7 +17766,7 @@ Date: Mon Jan 5 16:29:49 2009 +0000 we use to iterate over inside the block/unblock_action() pair. clutter/clutter-binding-pool.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit c988b7b736e6d7ab7929b409f6c54c81d5862623 Author: Emmanuele Bassi @@ -17783,7 +17783,7 @@ Date: Mon Jan 5 16:25:50 2009 +0000 clutter/clutter-binding-pool.c | 6 ------ clutter/clutter-binding-pool.h | 1 - doc/reference/clutter/clutter-sections.txt | 1 - - 3 files changed, 0 insertions(+), 8 deletions(-) + 3 files changed, 8 deletions(-) commit 982a678053a518e94928e5d7a344c4c5525dec15 Author: Emmanuele Bassi @@ -17830,7 +17830,7 @@ Date: Mon Jan 5 15:26:57 2009 +0000 Whitespace fixes clutter/clutter-text.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit ff73fe3e1f142517617cddf6c73c72783bb7fe92 Author: Neil Roberts @@ -17848,7 +17848,7 @@ Date: Mon Jan 5 13:14:12 2009 +0000 behaviour_set_alpha. clutter/clutter-animation.c | 31 +++++++++++++++++++------------ - 1 files changed, 19 insertions(+), 12 deletions(-) + 1 file changed, 19 insertions(+), 12 deletions(-) commit 39f4848b93511d1c6b8c3a4f0eb2774a501caea0 Author: Neil Roberts @@ -17889,7 +17889,7 @@ Date: Mon Jan 5 12:52:46 2009 +0000 which alpha to modify. clutter/clutter-animation.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit fa431f64923d233cea61aac9f1df75a43e323158 Author: Emmanuele Bassi @@ -17901,7 +17901,7 @@ Date: Mon Jan 5 12:52:29 2009 +0000 the BindingPool section of the Clutter API reference. doc/reference/clutter/clutter-sections.txt | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e56fe478ef9ae30584480827805e0dd6a8834e0b Author: Emmanuele Bassi @@ -17921,7 +17921,7 @@ Date: Mon Jan 5 12:49:01 2009 +0000 place. clutter/clutter-binding-pool.c | 125 ++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-binding-pool.h | 70 +++++++++++++---------- + clutter/clutter-binding-pool.h | 70 ++++++++++++---------- 2 files changed, 165 insertions(+), 30 deletions(-) commit 2ed60a5270c7bb03e8046db52b2abdf71e195cce @@ -17935,7 +17935,7 @@ Date: Mon Jan 5 12:47:10 2009 +0000 value that was set. clutter/clutter-alpha.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 55a22d57507dbafbc99fdb01820d5a7f41404e36 Author: Emmanuele Bassi @@ -17946,7 +17946,7 @@ Date: Mon Jan 5 12:27:45 2009 +0000 Bind Ctrl+A to the "select all" action. clutter/clutter-text.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 92e8b886d2b21618277079306169a8aa31a03806 Author: Emmanuele Bassi @@ -17957,7 +17957,7 @@ Date: Tue Dec 16 17:44:13 2008 +0000 Add the last unused symbol to the ClutterText section. doc/reference/clutter/clutter-sections.txt | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 605ec10c3242f7024b77469ff38abf6a06ef08cc Author: Emmanuele Bassi @@ -17969,7 +17969,7 @@ Date: Tue Dec 16 17:40:41 2008 +0000 have been replaced by ClutterText. doc/reference/clutter/clutter-sections.txt | 86 ---------------------------- - 1 files changed, 0 insertions(+), 86 deletions(-) + 1 file changed, 86 deletions(-) commit fd2d78918b49dc2b67f18b444587f32a0030bfa9 Merge: cb569a5 cf5d691 @@ -18003,8 +18003,8 @@ Date: Tue Dec 23 23:50:02 2008 +0000 clutter/clutter-clone-texture.c | 1 + clutter/clutter-texture.c | 1 + - clutter/cogl/cogl-texture.h | 75 ++++++--------------- - clutter/cogl/common/cogl-material-private.h | 14 +++-- + clutter/cogl/cogl-texture.h | 75 +++++++-------------- + clutter/cogl/common/cogl-material-private.h | 14 ++-- clutter/cogl/gl/cogl-texture.c | 95 +++++++++++++++++++++------ tests/interactive/test-cogl-material.c | 1 + 6 files changed, 109 insertions(+), 78 deletions(-) @@ -18026,7 +18026,7 @@ Date: Tue Dec 23 23:35:49 2008 +0000 clutter/cogl/cogl-material.h | 13 +++++++++++++ clutter/cogl/common/cogl-material.c | 30 ++++++++++++++++++++++++++++++ - 2 files changed, 43 insertions(+), 0 deletions(-) + 2 files changed, 43 insertions(+) commit 462c45da3c9cd4febb6849ce66868de74f614184 Author: Robert Bragg @@ -18104,13 +18104,13 @@ Date: Tue Dec 23 16:29:29 2008 +0000 - cogl/gl/cogl-texture.c - cogl/gl/cogl-context.h - clutter/clutter-clone-texture.c | 28 +- + clutter/clutter-clone-texture.c | 28 +-- clutter/clutter-texture.c | 24 +- clutter/clutter-texture.h | 4 +- clutter/cogl/cogl-texture.h | 24 +- clutter/cogl/gl/cogl-context.c | 26 +- clutter/cogl/gl/cogl-context.h | 16 +- - clutter/cogl/gl/cogl-texture.c | 512 +++++++++++++++++++------------------- + clutter/cogl/gl/cogl-texture.c | 512 +++++++++++++++++++-------------------- 7 files changed, 317 insertions(+), 317 deletions(-) commit 7649e9de077744968f7937749f157be9e87707da @@ -18123,7 +18123,7 @@ Date: Tue Dec 23 21:06:05 2008 +0000 declared inside string.h. tests/conform/test-binding-pool.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c9cdf1ef0a02f9c4140686141e057ca32304a61d Author: Emmanuele Bassi @@ -18135,7 +18135,7 @@ Date: Tue Dec 23 20:55:35 2008 +0000 ClutterBehaviourRotate to correctly return the start angle value. clutter/clutter-behaviour-rotate.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit affd915b847663a871b8c17addd2b1b66afe1276 Author: Emmanuele Bassi @@ -18148,7 +18148,7 @@ Date: Tue Dec 23 20:53:44 2008 +0000 Kudos to Benjamin Otte. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f777bc629ac90e2e0b70705823ecd3fb74f2cded Author: Emmanuele Bassi @@ -18188,8 +18188,8 @@ Date: Tue Dec 23 16:40:26 2008 +0000 PO file, but this step requires some build system surgery to allow the translation of the Clutter strings. - clutter/clutter-main.c | 68 ++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 58 insertions(+), 10 deletions(-) + clutter/clutter-main.c | 68 +++++++++++++++++++++++++++++++++++++++++------- + 1 file changed, 58 insertions(+), 10 deletions(-) commit b4a3944b2b6bde5b57f86519135b959f4607cad3 Author: Emmanuele Bassi @@ -18202,7 +18202,7 @@ Date: Tue Dec 23 16:27:54 2008 +0000 a pointer to it - like we do for the font options. clutter/clutter-backend.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit e3785f4f45d1ef8e0e65517c246cace4dade41ea Author: Emmanuele Bassi @@ -18215,7 +18215,7 @@ Date: Tue Dec 23 15:05:16 2008 +0000 default font from the backend. clutter/clutter-text.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit 72625421556c63a7f33afa262d4b60e29f48580b Author: Emmanuele Bassi @@ -18233,7 +18233,7 @@ Date: Tue Dec 23 15:03:11 2008 +0000 clutter/clutter-backend.c | 34 ++++++++++++++++++++++++++++++++++ clutter/clutter-backend.h | 5 +++++ - 2 files changed, 39 insertions(+), 0 deletions(-) + 2 files changed, 39 insertions(+) commit 977bdcf89b449845f3b9aeb02d02fe1fb4577fcb Author: Emmanuele Bassi @@ -18247,7 +18247,7 @@ Date: Tue Dec 23 14:34:16 2008 +0000 runtime. clutter/clutter-main.c | 32 ++++++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 8 deletions(-) + 1 file changed, 24 insertions(+), 8 deletions(-) commit 213d8f0e4e165554ad2c172c2b18cb29dfce9b76 Author: Emmanuele Bassi @@ -18277,7 +18277,7 @@ Date: Tue Dec 23 14:15:10 2008 +0000 we should remove the reference inside the dispose implementation. clutter/clutter-actor.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit a865a5d4ead867072d67f1ff57ac5a70d8589159 Author: Emmanuele Bassi @@ -18290,7 +18290,7 @@ Date: Tue Dec 23 14:11:27 2008 +0000 function. clutter/clutter-text.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit 78628edf2f6f02db3d283169d93ae2d21e63a1ec Author: Emmanuele Bassi @@ -18394,7 +18394,7 @@ Date: Fri Dec 19 21:55:35 2008 +0000 fixed-to-float-patches/clutter-units.h.0.patch | 85 ++++ fixed-to-float-patches/cogl-fixed.c.0.patch | 17 + fixed-to-float-patches/cogl-fixed.h.0.patch | 23 + - fixed-to-float-patches/cogl-pango-render.c.0.patch | 24 + + fixed-to-float-patches/cogl-pango-render.c.0.patch | 24 ++ fixed-to-float-patches/cogl-primitives.c.0.patch | 12 + .../gl-cogl-primitives.c.0.patch | 12 + fixed-to-float-patches/gl-cogl-texture.c.0.patch | 30 ++ @@ -18402,7 +18402,7 @@ Date: Fri Dec 19 21:55:35 2008 +0000 fixed-to-float-patches/mtx_transform.0.patch | 19 + .../test-cogl-tex-tile.c.0.patch | 35 ++ fixed-to-float.sh | 150 +++++++ - 20 files changed, 1652 insertions(+), 0 deletions(-) + 20 files changed, 1652 insertions(+) commit aee2589cc6a5afcddbfe4d7221c8a24ec2f25cfe Author: Robert Bragg @@ -18414,7 +18414,7 @@ Date: Mon Dec 22 16:19:49 2008 +0000 cogl-sections.txt clutter/cogl/cogl-material.h | 548 +++++++++++++++++++++++----------- - clutter/cogl/common/cogl-material.c | 72 +++--- + clutter/cogl/common/cogl-material.c | 72 ++--- doc/reference/cogl/cogl-docs.sgml | 1 + doc/reference/cogl/cogl-sections.txt | 38 +++ 4 files changed, 456 insertions(+), 203 deletions(-) @@ -18433,7 +18433,7 @@ Date: Thu Dec 18 19:12:09 2008 +0000 clutter/cogl/cogl-material.h | 2 + clutter/cogl/gles/cogl-context.c | 5 +- clutter/cogl/gles/cogl-context.h | 9 +- - clutter/cogl/gles/cogl-texture.c | 320 +++++++++++++------------------------ + clutter/cogl/gles/cogl-texture.c | 320 ++++++++++++++------------------------ 4 files changed, 122 insertions(+), 214 deletions(-) commit 40b0bb4e95b7f332b2b48e1d072eb2b4c936b4bf @@ -18473,7 +18473,7 @@ Date: Thu Dec 11 20:11:30 2008 +0000 clutter/cogl/gl/cogl-context.c | 5 +- clutter/cogl/gl/cogl-context.h | 9 +- clutter/cogl/gl/cogl-texture-private.h | 8 +- - clutter/cogl/gl/cogl-texture.c | 307 +++++-------- + clutter/cogl/gl/cogl-texture.c | 307 +++++------- tests/data/Makefile.am | 1 - tests/data/light0.png | Bin 24410 -> 5674 bytes tests/data/light1.png | Bin 28430 -> 0 bytes @@ -18491,7 +18491,7 @@ Date: Mon Dec 22 16:16:07 2008 +0000 Adds a few more gtk-doc notes to cogl-matrix.h, and adds a new section to cogl-sections.txt - clutter/cogl/cogl-matrix.h | 54 ++++++++++++++++++++++++++++++--- + clutter/cogl/cogl-matrix.h | 54 ++++++++++++++++++++++++++++++---- doc/reference/cogl/cogl-docs.sgml | 1 + doc/reference/cogl/cogl-sections.txt | 11 +++++++ 3 files changed, 61 insertions(+), 5 deletions(-) @@ -18506,7 +18506,7 @@ Date: Thu Dec 11 20:08:15 2008 +0000 clutter/cogl/common/Makefile.am | 3 +- clutter/cogl/common/cogl-matrix.c | 138 +++++++++++++++++++++++++++++++++++++ clutter/cogl/common/cogl-matrix.h | 57 +++++++++++++++ - 4 files changed, 299 insertions(+), 1 deletions(-) + 4 files changed, 299 insertions(+), 1 deletion(-) commit fc7a86fd0d071645e27a996b78267b5aaca83fcf Author: Robert Bragg @@ -18523,7 +18523,7 @@ Date: Thu Dec 11 15:35:17 2008 +0000 tests/data/redhand_alpha.png | Bin 0 -> 4539 bytes tests/interactive/Makefile.am | 9 +- tests/interactive/test-cogl-multi-texture.c | 250 +++++++++++++++++++++++++++ - 6 files changed, 261 insertions(+), 1 deletions(-) + 6 files changed, 261 insertions(+), 1 deletion(-) commit ea643ca0f8e1a5020c1dc65146aaa75b85fd0109 Author: Robert Bragg @@ -18558,14 +18558,14 @@ Date: Thu Dec 11 15:33:38 2008 +0000 clutter/cogl/gl/cogl-context.h | 6 + clutter/cogl/gl/cogl-defines.h.in | 1 + clutter/cogl/gl/cogl-texture-private.h | 27 +- - clutter/cogl/gl/cogl-texture.c | 275 ++++++++++- + clutter/cogl/gl/cogl-texture.c | 275 +++++++++- clutter/cogl/gles/cogl-context.c | 4 +- clutter/cogl/gles/cogl-context.h | 6 + clutter/cogl/gles/cogl-defines.h.in | 12 +- clutter/cogl/gles/cogl-fixed-fragment-shader.glsl | 33 +- clutter/cogl/gles/cogl-fixed-vertex-shader.glsl | 19 +- clutter/cogl/gles/cogl-gles2-wrapper.c | 552 +++++++++++++++++---- - clutter/cogl/gles/cogl-gles2-wrapper.h | 131 ++++-- + clutter/cogl/gles/cogl-gles2-wrapper.h | 131 +++-- clutter/cogl/gles/cogl-texture-private.h | 21 + clutter/cogl/gles/cogl-texture.c | 281 ++++++++++- 16 files changed, 1260 insertions(+), 179 deletions(-) @@ -18620,7 +18620,7 @@ Date: Mon Dec 22 13:11:59 2008 +0000 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-event-x11.c | 26 +++++++++++++++++++++++--- - 1 files changed, 23 insertions(+), 3 deletions(-) + 1 file changed, 23 insertions(+), 3 deletions(-) commit 8e88a487d997b305b63deb668b16f72f50c4850a Author: Robert Bragg @@ -18629,7 +18629,7 @@ Date: Sun Dec 21 21:12:43 2008 +0000 [gitignore] Adds *.swn + *.swo (Vim files) & *.orig + *.reg (patch conflicts) .gitignore | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 3a6ffe3b7dacf82708392b4bd4f244a5ec28f66d Author: Robert Bragg @@ -18656,7 +18656,7 @@ Date: Fri Dec 19 21:31:18 2008 +0000 (it was missing the .c extension, and so it wasn't being built.) tests/interactive/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a40666469d462d5bb24ce6ee7a8c5ccfc579c213 Author: Robert Bragg @@ -18690,8 +18690,8 @@ Date: Fri Dec 19 18:21:36 2008 +0000 to rename the colliding variables "y_0", "y_1" and "y_n" - and obviously everything similar to them as well, using the same pattern. - clutter/clutter-path.c | 60 +++++++++++++++++++++++++---------------------- - clutter/clutter-path.h | 24 +++++++++--------- + clutter/clutter-path.c | 60 ++++++++++++++++++++++++++---------------------- + clutter/clutter-path.h | 24 +++++++++---------- 2 files changed, 44 insertions(+), 40 deletions(-) commit 42bba13135d97babd5c0a0ce3b65836d077fbd5a @@ -18703,7 +18703,7 @@ Date: Fri Dec 19 17:49:57 2008 +0000 ClutterScriptable was defined twice inside the sections file. doc/reference/clutter/clutter-sections.txt | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit c93cd4a096b9e37df5cdc01f0e49b8193034f73a Author: Emmanuele Bassi @@ -18715,7 +18715,7 @@ Date: Fri Dec 19 17:48:30 2008 +0000 name inside the function declaration in the header file. clutter/clutter-cairo-texture.c | 18 +++++++++++++----- - 1 files changed, 13 insertions(+), 5 deletions(-) + 1 file changed, 13 insertions(+), 5 deletions(-) commit 2f230034255b6440fd442934f2997db1811e12f5 Author: Emmanuele Bassi @@ -18725,8 +18725,8 @@ Date: Fri Dec 19 17:44:24 2008 +0000 Let's try to honour the coding style document, now that we have one. - clutter/clutter-path.c | 91 ++++++++++++++++++++++++++++------------------- - 1 files changed, 54 insertions(+), 37 deletions(-) + clutter/clutter-path.c | 91 ++++++++++++++++++++++++++++-------------------- + 1 file changed, 54 insertions(+), 37 deletions(-) commit 81541e6940d70beaf68d856d870b96c74ddbfaac Author: Emmanuele Bassi @@ -18755,7 +18755,7 @@ Date: Fri Dec 19 17:30:50 2008 +0000 [docs] Add last few missing symbols to the sections file doc/reference/clutter/clutter-sections.txt | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit cc52bbce0bca153bd2594a85eb4c0acb3707b762 Author: Emmanuele Bassi @@ -18764,7 +18764,7 @@ Date: Fri Dec 19 17:28:42 2008 +0000 [docs] Add shader symbols to their sections doc/reference/clutter/clutter-sections.txt | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 6a4a5e0a3b57f14368cd17833d34a8560e46886a Author: Emmanuele Bassi @@ -18775,7 +18775,7 @@ Date: Fri Dec 19 17:25:18 2008 +0000 Add the symbols that gtk-doc can track to the sections file. doc/reference/clutter/clutter-sections.txt | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 4094590a528fc662091c030e3477e4eb6ba07aae Author: Emmanuele Bassi @@ -18784,7 +18784,7 @@ Date: Fri Dec 19 17:21:30 2008 +0000 [docs] Fix a typo in the binding pool section doc/reference/clutter/clutter-sections.txt | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8d98c28dfa7d5be746f1aa8b351e4e8fea9ee3a7 Merge: 5560157 64de041 @@ -18832,7 +18832,7 @@ Date: Fri Dec 19 13:15:26 2008 +0000 is already the right size. clutter/clutter-cairo-texture.c | 30 ++++++++++++++++++++++-------- - 1 files changed, 22 insertions(+), 8 deletions(-) + 1 file changed, 22 insertions(+), 8 deletions(-) commit cf5d69139d0ef7f380616e4eaf18fc82721f62f5 Author: Emmanuele Bassi @@ -18845,7 +18845,7 @@ Date: Fri Dec 19 13:42:17 2008 +0000 the two types. clutter/clutter-texture.c | 40 ++++++++++++++++++++++++---------------- - 1 files changed, 24 insertions(+), 16 deletions(-) + 1 file changed, 24 insertions(+), 16 deletions(-) commit f6e9a701e42ca4a01a41eaa7ab220bf48c23a49f Author: Emmanuele Bassi @@ -18857,7 +18857,7 @@ Date: Fri Dec 19 13:03:53 2008 +0000 on the stage. As it turns out, labels can be picked as well. tests/interactive/test-unproject.c | 19 ++++++++++++------- - 1 files changed, 12 insertions(+), 7 deletions(-) + 1 file changed, 12 insertions(+), 7 deletions(-) commit cdb78ec4d2bdea875fb1b4514cf4ec0618e31a8e Author: Emmanuele Bassi @@ -18876,7 +18876,7 @@ Date: Fri Dec 19 12:53:57 2008 +0000 heavily relied on the equivalency between them. clutter/clutter-actor.c | 569 +++++++++++++++++++++++++---------------------- - 1 files changed, 298 insertions(+), 271 deletions(-) + 1 file changed, 298 insertions(+), 271 deletions(-) commit 5560157428e8fcfde5a903878eace9134475d318 Author: Emmanuele Bassi @@ -18885,7 +18885,7 @@ Date: Thu Dec 18 18:14:22 2008 +0000 [docs] Fix a copy-and-paste typo in the coding style CODING_STYLE | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b63b1584bd24a625b226e46149a9353102ad8774 Author: Emmanuele Bassi @@ -18914,7 +18914,7 @@ Date: Thu Dec 18 17:54:35 2008 +0000 glx pixmap early within clutter_glx_texture_pixmap_create_glx_pixmap. clutter/glx/clutter-glx-texture-pixmap.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 9cd92fc540210b505b8db2819689ba582814b023 Author: Neil Roberts @@ -18927,7 +18927,7 @@ Date: Thu Dec 18 17:40:36 2008 +0000 makes it easier to verify that the test is working correctly. tests/interactive/test-scale.c | 33 +++++++++++++++++++++++++-------- - 1 files changed, 25 insertions(+), 8 deletions(-) + 1 file changed, 25 insertions(+), 8 deletions(-) commit 4168ed09de75d4bea08e206103e4eac3e1047d1c Author: Neil Roberts @@ -18941,7 +18941,7 @@ Date: Thu Dec 18 12:20:46 2008 +0000 completed signal is emitted. clutter/clutter-alpha.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 2bf815131af32b8c5239425b8dacbacf29d503cf Author: Neil Roberts @@ -18959,7 +18959,7 @@ Date: Wed Dec 17 19:26:24 2008 +0000 ClutterRectangle. clutter/clutter-interval.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e130e0c9b30ee688b6dcd9d1fece05ea88b558e7 Author: Emmanuele Bassi @@ -18993,8 +18993,8 @@ Date: Wed Dec 17 15:40:33 2008 +0000 surface used internally; - increase the consistency in the usage of CairoTexture. - clutter/clutter-cairo-texture.c | 46 +++++++++++++++++--------------------- - 1 files changed, 21 insertions(+), 25 deletions(-) + clutter/clutter-cairo-texture.c | 46 ++++++++++++++++++--------------------- + 1 file changed, 21 insertions(+), 25 deletions(-) commit 140e4e1be29cfef0627177f91d5d9a2fd483f7e3 Author: Neil Roberts @@ -19006,7 +19006,7 @@ Date: Wed Dec 17 14:47:23 2008 +0000 the @anchor_y parameter was slightly wrong in different ways. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 335b650d0b74d02266dcabf3ba55422ecd613a39 Author: Emmanuele Bassi @@ -19043,9 +19043,9 @@ Date: Wed Dec 17 13:59:56 2008 +0000 the wrapper script does not work when invoked directly. .gitignore | 68 ++++++++++++++-------------- - tests/conform/Makefile.am | 96 +++++++++++++++++++++++---------------- + tests/conform/Makefile.am | 96 ++++++++++++++++++++++++---------------- tests/conform/test-launcher.sh | 24 ++++++++++ - tests/conform/wrapper.sh | 18 ------- + tests/conform/wrapper.sh | 18 -------- 4 files changed, 115 insertions(+), 91 deletions(-) commit 6b782ce4e720f07bd678ce613b81987fde13ff38 @@ -19062,7 +19062,7 @@ Date: Tue Dec 16 15:53:57 2008 +0000 is 0 and provide a fast path by setting the offset to 0. clutter/clutter-text.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit ff92cc9766cfceb0cf390253b6c369099678691d Author: Neil Roberts @@ -19112,7 +19112,7 @@ Date: Tue Dec 16 14:02:05 2008 +0000 when setting the ellipsization on the layout. clutter/clutter-text.c | 149 +++++++++++++++++++++++++++++++----------------- - 1 files changed, 96 insertions(+), 53 deletions(-) + 1 file changed, 96 insertions(+), 53 deletions(-) commit ba586b46b304bbe3fe17b12b057574b8b1e08e32 Author: Emmanuele Bassi @@ -19131,7 +19131,7 @@ Date: Tue Dec 16 13:58:54 2008 +0000 did actually fail. tests/conform/test-text-cache.c | 38 ++++++++++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 14 deletions(-) + 1 file changed, 24 insertions(+), 14 deletions(-) commit d85a1cb5a1dfce2364ca604c9ad33855d48d73aa Author: Emmanuele Bassi @@ -19143,7 +19143,7 @@ Date: Tue Dec 16 12:42:44 2008 +0000 the API reference. doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a3fbdb594905cec0f822150b48c56837bc23dd73 Author: Emmanuele Bassi @@ -19158,7 +19158,7 @@ Date: Tue Dec 16 12:41:20 2008 +0000 clutter/clutter-text.c | 38 ++++++++++++++++++++++++++++++++++++++ clutter/clutter-text.h | 3 +++ - 2 files changed, 41 insertions(+), 0 deletions(-) + 2 files changed, 41 insertions(+) commit 2209e174328790b140bb4a43c53fcdf7436d4a75 Author: Emmanuele Bassi @@ -19173,8 +19173,8 @@ Date: Tue Dec 16 12:25:45 2008 +0000 This commit also adds the last few gtk-doc annotations missing from ClutterText. - clutter/clutter-text.c | 59 ++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 47 insertions(+), 12 deletions(-) + clutter/clutter-text.c | 59 ++++++++++++++++++++++++++++++++++++++---------- + 1 file changed, 47 insertions(+), 12 deletions(-) commit e28fb9ae103038e769553b488d1c084426edb966 Author: Emmanuele Bassi @@ -19185,7 +19185,7 @@ Date: Tue Dec 16 12:25:15 2008 +0000 Almost reaching full documentation. clutter/clutter-text.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 49 insertions(+), 1 deletions(-) + 1 file changed, 49 insertions(+), 1 deletion(-) commit 4a43b582ac0de60464fbf0dfbebb26e549d452f6 Author: Emmanuele Bassi @@ -19198,7 +19198,7 @@ Date: Tue Dec 16 12:05:10 2008 +0000 'activate' key binding handler. clutter/clutter-text.c | 11 +---------- - 1 files changed, 1 insertions(+), 10 deletions(-) + 1 file changed, 1 insertion(+), 10 deletions(-) commit 93d96dca52b21c63775a230f872de28fe0e0e3ea Author: Emmanuele Bassi @@ -19216,7 +19216,7 @@ Date: Tue Dec 16 12:02:58 2008 +0000 clutter/clutter-text.c | 35 +++++++++++++++++++++++++++++++++++ clutter/clutter-text.h | 1 + - 2 files changed, 36 insertions(+), 0 deletions(-) + 2 files changed, 36 insertions(+) commit 87f38475aed1827de5e48e0db0d5bff4ea1bcef5 Author: Emmanuele Bassi @@ -19228,7 +19228,7 @@ Date: Tue Dec 16 11:52:57 2008 +0000 and :activatable properties accessors. clutter/clutter-text.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 114 insertions(+), 2 deletions(-) + 1 file changed, 114 insertions(+), 2 deletions(-) commit e3ba2ddf0a0cdace9530ad8227fdd3a6a94bf36f Author: Emmanuele Bassi @@ -19242,7 +19242,7 @@ Date: Tue Dec 16 11:30:47 2008 +0000 Also, fix the ::cursor-event and ::activate signals documentation. clutter/clutter-text.c | 94 +++++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 89 insertions(+), 5 deletions(-) + 1 file changed, 89 insertions(+), 5 deletions(-) commit 32896d9aee66700f03417f3f88e0bba6d18d2e5c Author: Emmanuele Bassi @@ -19254,7 +19254,7 @@ Date: Tue Dec 16 10:43:05 2008 +0000 known gtk-doc symbols for the ClutterText section. doc/reference/clutter/clutter-sections.txt | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7ebb9ff6b7bc04d2a47a0d7202f7190ce41faa80 Author: Emmanuele Bassi @@ -19273,7 +19273,7 @@ Date: Tue Dec 16 10:39:52 2008 +0000 position, with all the text after the first line being selected. clutter/clutter-text.c | 37 ++++++++++++++++--------------------- - 1 files changed, 16 insertions(+), 21 deletions(-) + 1 file changed, 16 insertions(+), 21 deletions(-) commit ea5a6abd9d599104ae4de7c0aecb529276d0d004 Author: Emmanuele Bassi @@ -19292,7 +19292,7 @@ Date: Tue Dec 16 10:37:45 2008 +0000 clutter/clutter-text.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++- clutter/clutter-text.h | 3 ++ - 2 files changed, 82 insertions(+), 1 deletions(-) + 2 files changed, 82 insertions(+), 1 deletion(-) commit ffb500d3a617ef3f0cfab4912c4ed4ca8c71599a Author: Emmanuele Bassi @@ -19307,7 +19307,7 @@ Date: Tue Dec 16 10:19:56 2008 +0000 level class based on ClutterText. clutter/clutter-text.c | 35 ----------------------------------- - 1 files changed, 0 insertions(+), 35 deletions(-) + 1 file changed, 35 deletions(-) commit dc49dab35074ca27fcccf015e8990270eeaa4185 Author: Emmanuele Bassi @@ -19325,7 +19325,7 @@ Date: Tue Dec 16 10:15:57 2008 +0000 move-down bindings. clutter/clutter-text.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit be64cbcdc22952ce2fa9f902e153e3bd9f4a08c9 Author: Emmanuele Bassi @@ -19340,7 +19340,7 @@ Date: Mon Dec 15 18:46:08 2008 +0000 the first line of text. clutter/clutter-text.c | 24 ++++++++++++++++-------- - 1 files changed, 16 insertions(+), 8 deletions(-) + 1 file changed, 16 insertions(+), 8 deletions(-) commit e615b8cc6bd6e77cc649e71db6ea62248e37a6cd Author: Emmanuele Bassi @@ -19353,7 +19353,7 @@ Date: Mon Dec 15 18:24:42 2008 +0000 callers of clutter_text_position_to_coords(). clutter/clutter-text.c | 113 ++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 81 insertions(+), 32 deletions(-) + 1 file changed, 81 insertions(+), 32 deletions(-) commit 2714397fd517636461088f20521c80801b696b60 Author: Emmanuele Bassi @@ -19366,7 +19366,7 @@ Date: Mon Dec 15 18:23:25 2008 +0000 huge mess, and it would also potentially break the whole actor. clutter/clutter-text.h | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit c68cf3564e4899f8a4f34326dee439b0ab7944f3 Author: Neil Roberts @@ -19386,7 +19386,7 @@ Date: Mon Dec 15 16:32:21 2008 +0000 get_paint_visibility was also broken. tests/interactive/test-paint-wrapper.c | 27 +++++++++++++++++++-------- - 1 files changed, 19 insertions(+), 8 deletions(-) + 1 file changed, 19 insertions(+), 8 deletions(-) commit 2d166b250c0e0da33171f0d2f87735c965af50e9 Author: Emmanuele Bassi @@ -19398,7 +19398,7 @@ Date: Mon Dec 15 15:10:55 2008 +0000 gtk-doc to pick up. clutter/clutter-text.h | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 39b575e6b43301354912d18a50b80085e8d92388 Author: Emmanuele Bassi @@ -19413,7 +19413,7 @@ Date: Mon Dec 15 15:08:12 2008 +0000 clutter/clutter-entry.h | 165 ----- clutter/clutter-label.c | 1347 ----------------------------------- clutter/clutter-label.h | 128 ---- - 4 files changed, 0 insertions(+), 3435 deletions(-) + 4 files changed, 3435 deletions(-) commit ca310d49cab2b021471d4d094c1802fee7d705af Author: Emmanuele Bassi @@ -19424,7 +19424,7 @@ Date: Mon Dec 15 15:00:37 2008 +0000 Match the indentation and style of the other Clutter headers. clutter/clutter-path.h | 240 +++++++++++++++++++++--------------------------- - 1 files changed, 103 insertions(+), 137 deletions(-) + 1 file changed, 103 insertions(+), 137 deletions(-) commit f6feed43863f6c42d6204e5006f92937a0709756 Author: Emmanuele Bassi @@ -19440,7 +19440,7 @@ Date: Mon Dec 15 14:29:59 2008 +0000 This commit fixes the wrong parameters. clutter/clutter-fixed.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit b2f4363d95a9c70ca66c533bd068eb6e1994d0c0 Author: Emmanuele Bassi @@ -19453,7 +19453,7 @@ Date: Sat Dec 13 11:53:03 2008 +0000 Thanks to Haakon Sporsheim. clutter/clutter-behaviour-ellipse.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4e0073cd508ad55c8d6b6d031f060ae9644620c2 Author: Neil Roberts @@ -19466,7 +19466,7 @@ Date: Fri Dec 12 22:47:46 2008 +0000 parsed. clutter/clutter-actor.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit cd1992181c13fcb94ef8d952845017b7901e6e3c Author: Neil Roberts @@ -19478,7 +19478,7 @@ Date: Fri Dec 12 17:38:53 2008 +0000 so that it matches the header. clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 965ec2762000543998e83e07f2f4690830231e2a Author: Neil Roberts @@ -19490,8 +19490,8 @@ Date: Fri Dec 5 18:37:46 2008 +0000 multiple move operations into a single move so the comparison would fail if the two move nodes are consecutive. - tests/conform/test-path.c | 104 ++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 99 insertions(+), 5 deletions(-) + tests/conform/test-path.c | 104 ++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 99 insertions(+), 5 deletions(-) commit a462d19e1438dcb738362e63ddcb30a77ba5cdc2 Author: Neil Roberts @@ -19506,7 +19506,7 @@ Date: Fri Dec 5 18:37:31 2008 +0000 clutter/clutter-path.c | 115 ++++++++++++++++++++++++++++ clutter/clutter-path.h | 7 ++ doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 124 insertions(+), 0 deletions(-) + 3 files changed, 124 insertions(+) commit 0e1a3c21248cf3ab14211bee8c93e0677769a723 Author: Emmanuele Bassi @@ -19519,7 +19519,7 @@ Date: Fri Dec 12 11:42:16 2008 +0000 CairoTexture actor. clutter/clutter-cairo-texture.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 4d34872deab56c9b341742386c1740bf15b2a83c Author: Emmanuele Bassi @@ -19533,7 +19533,7 @@ Date: Thu Dec 11 15:51:24 2008 +0000 GL. clutter/clutter-cairo-texture.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit cf9dea7cf6e079a8897c7b0d92da030c88cb964f Author: Emmanuele Bassi @@ -19551,7 +19551,7 @@ Date: Thu Dec 11 15:48:43 2008 +0000 are called while an actor is in the middle of a paint. clutter/clutter-cairo-texture.c | 19 +++++++++++++++++-- - 1 files changed, 17 insertions(+), 2 deletions(-) + 1 file changed, 17 insertions(+), 2 deletions(-) commit 1b88122873afac513449b03c0658ab3802c84f3d Author: Emmanuele Bassi @@ -19564,7 +19564,7 @@ Date: Thu Dec 11 15:41:25 2008 +0000 need to set it inside the ClutterStage paint function. clutter/clutter-stage.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 3f2c9fe6b31af32ad643cce9154e17096eed432c Author: Emmanuele Bassi @@ -19580,7 +19580,7 @@ Date: Thu Dec 11 15:39:28 2008 +0000 avoid recursion, or to detect performance degradation cases. clutter/clutter-actor.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 99bcf731cb168846de1bf922285f52bcb3c40a81 Author: Emmanuele Bassi @@ -19591,7 +19591,7 @@ Date: Thu Dec 11 15:37:21 2008 +0000 doc/reference/clutter/clutter-docs.xml | 1 + doc/reference/clutter/clutter-sections.txt | 29 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter.types | 1 + - 3 files changed, 31 insertions(+), 0 deletions(-) + 3 files changed, 31 insertions(+) commit e934ad03ca7880561dd282d8cc6abc29ba0c00f5 Author: Emmanuele Bassi @@ -19613,7 +19613,7 @@ Date: Thu Dec 11 15:24:07 2008 +0000 clutter/clutter-cairo-texture.c | 721 +++++++++++++++++++++++++++++++++++++++ clutter/clutter-cairo-texture.h | 92 +++++ clutter/clutter.h | 1 + - 4 files changed, 816 insertions(+), 0 deletions(-) + 4 files changed, 816 insertions(+) commit 49e762a291cb38873ecb5992c1d6d3e91f9ae9c8 Author: Emmanuele Bassi @@ -19628,7 +19628,7 @@ Date: Thu Dec 11 15:22:42 2008 +0000 API into Clutter core. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c8dbbfaacff5b3d6ed2f9b28b65a10e15241dc0f Author: Emmanuele Bassi @@ -19677,7 +19677,7 @@ Date: Thu Dec 11 14:57:46 2008 +0000 first time. clutter/clutter-text.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 5a1837bc9ef117d47cc9e6dbea66245c95027a4f Author: Emmanuele Bassi @@ -19691,7 +19691,7 @@ Date: Thu Dec 11 13:49:39 2008 +0000 clutter/Makefile.am | 4 ---- clutter/clutter.h | 2 -- - 2 files changed, 0 insertions(+), 6 deletions(-) + 2 files changed, 6 deletions(-) commit ffa37dec2067ae69d2850a611758ea4d4ea48d0b Author: Emmanuele Bassi @@ -19702,7 +19702,7 @@ Date: Thu Dec 11 13:48:45 2008 +0000 Test the ClutterText rendering speed instead of ClutterLabel's. tests/micro-bench/test-text.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 5c14044e5216274cd806122e9ac2550ebb39d9bf Author: Emmanuele Bassi @@ -19713,19 +19713,19 @@ Date: Thu Dec 11 13:48:01 2008 +0000 Instead of using ClutterLabel, use ClutterText to display some text where needed. - tests/interactive/test-clip.c | 4 +- + tests/interactive/test-clip.c | 4 ++-- tests/interactive/test-cogl-tex-polygon.c | 14 ++++++------ - tests/interactive/test-depth.c | 10 ++++---- - tests/interactive/test-easing.c | 8 +++--- - tests/interactive/test-fbo.c | 4 +- - tests/interactive/test-layout.c | 4 +- - tests/interactive/test-multistage.c | 8 +++--- - tests/interactive/test-project.c | 4 +- + tests/interactive/test-depth.c | 10 ++++----- + tests/interactive/test-easing.c | 8 +++---- + tests/interactive/test-fbo.c | 4 ++-- + tests/interactive/test-layout.c | 4 ++-- + tests/interactive/test-multistage.c | 8 +++---- + tests/interactive/test-project.c | 4 ++-- tests/interactive/test-random-text.c | 2 +- - tests/interactive/test-rotate.c | 4 +- + tests/interactive/test-rotate.c | 4 ++-- tests/interactive/test-shader.c | 2 +- - tests/interactive/test-stage-read-pixels.c | 6 ++-- - tests/interactive/test-unproject.c | 33 +++++++++++++-------------- + tests/interactive/test-stage-read-pixels.c | 6 ++--- + tests/interactive/test-unproject.c | 33 ++++++++++++++-------------- 13 files changed, 51 insertions(+), 52 deletions(-) commit 24a616368845de3b2e1ee4c335f3051411dfecd6 @@ -19740,7 +19740,7 @@ Date: Thu Dec 11 13:45:22 2008 +0000 The test-entry interactive test is superceded by the test-text one. tests/interactive/Makefile.am | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 45de6df615c5573c38d635fd95c1bb06066e2c82 Author: Emmanuele Bassi @@ -19751,7 +19751,7 @@ Date: Thu Dec 11 13:39:35 2008 +0000 Add the conformance test units for ClutterText. .gitignore | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit edd6b65743132648172b2bfa99eb69be82fd1971 Author: Emmanuele Bassi @@ -19766,7 +19766,7 @@ Date: Thu Dec 11 12:26:47 2008 +0000 that change as well. tests/conform/test-paint-opacity.c | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit 786bc4d4d5741b799d7da2a86cd584600a3a2993 Author: Emmanuele Bassi @@ -19782,7 +19782,7 @@ Date: Thu Dec 11 12:24:45 2008 +0000 we do use them inside the test suite exactly for that reason. clutter/clutter-text.c | 24 ++++++++++++++++++++---- - 1 files changed, 20 insertions(+), 4 deletions(-) + 1 file changed, 20 insertions(+), 4 deletions(-) commit 77b3b9d5f494bb193611004456dd8f025e379c18 Author: Emmanuele Bassi @@ -19796,7 +19796,7 @@ Date: Thu Dec 11 12:21:57 2008 +0000 Using "bev" instead? Mmmh, not so much. clutter/clutter-text.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ca7cb46f95ec49e1016ddb880f2fd9ff6cc8c25 Author: Emmanuele Bassi @@ -19818,7 +19818,7 @@ Date: Thu Dec 11 12:18:26 2008 +0000 consistently with the rest of Clutter. clutter/clutter-text.c | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit e9c369f86d0eea327458cc4bd7b9bc750960a09f Author: Emmanuele Bassi @@ -19831,7 +19831,7 @@ Date: Thu Dec 11 12:17:11 2008 +0000 ClutterText. clutter/clutter-text.c | 192 +++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 188 insertions(+), 4 deletions(-) + 1 file changed, 188 insertions(+), 4 deletions(-) commit cfb60228313d16c3a373e8d39b6c05e310ab4ef4 Author: Emmanuele Bassi @@ -19843,7 +19843,7 @@ Date: Thu Dec 11 12:15:49 2008 +0000 coding style rules. clutter/clutter-text.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 7a93bcb64eef54c1fae50129111a2d810ad4f622 Author: Emmanuele Bassi @@ -19855,7 +19855,7 @@ Date: Thu Dec 11 12:14:53 2008 +0000 need for the internal key mapping types. clutter/clutter-text.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 06b00f9dfcaa35acf01723fce0e5e224acdadba7 Author: Emmanuele Bassi @@ -19868,7 +19868,7 @@ Date: Thu Dec 11 12:13:26 2008 +0000 tests/conform/Makefile.am | 5 +- tests/conform/test-clutter-entry.c | 370 ------------------------------------ - tests/conform/test-conform-main.c | 16 +-- + tests/conform/test-conform-main.c | 16 +- tests/conform/test-label-cache.c | 276 --------------------------- tests/conform/test-text-cache.c | 276 +++++++++++++++++++++++++++ 5 files changed, 279 insertions(+), 664 deletions(-) @@ -19889,7 +19889,7 @@ Date: Thu Dec 11 12:10:46 2008 +0000 cursor position. clutter/clutter-text.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 35172a7615afa88eea20eee83634e8a07d701d5c Author: Emmanuele Bassi @@ -19904,7 +19904,7 @@ Date: Thu Dec 11 12:08:20 2008 +0000 or the Backspace keys. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ec4c15f8e71faee23b9b92cd49cb2a011750775b Author: Emmanuele Bassi @@ -19916,7 +19916,7 @@ Date: Thu Dec 11 12:07:20 2008 +0000 the mapping API, since ClutterText does not have it anymore. tests/interactive/test-text.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eae98800d2fd45cacbab9f82fb9345e7f23ea517 Author: Emmanuele Bassi @@ -19962,7 +19962,7 @@ Date: Thu Dec 11 11:57:46 2008 +0000 can eschew the namespacing and save us some characters. clutter/clutter-text.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit e93a7e243c3c43be59fbbfacaae9a55c5dd923a0 Author: Emmanuele Bassi @@ -19976,7 +19976,7 @@ Date: Thu Dec 11 11:56:44 2008 +0000 This should clarify commit ea508ea528d61ae478d8bc4c88f54a89304f18e8 tests/conform/test-clutter-text.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 4a1f4d6f9aa3c89750e9eac5f4d95f799d2d2291 Author: Emmanuele Bassi @@ -19988,7 +19988,7 @@ Date: Thu Dec 11 11:55:39 2008 +0000 possibly consistent. clutter/clutter-text.c | 30 +++++++++++++++++------------- - 1 files changed, 17 insertions(+), 13 deletions(-) + 1 file changed, 17 insertions(+), 13 deletions(-) commit d84a88ac3b2a7dbc528c7f00a2dd0fc877d37783 Author: Emmanuele Bassi @@ -20002,7 +20002,7 @@ Date: Thu Dec 11 11:54:32 2008 +0000 repository. clutter/clutter-text.c | 126 ++++++++++++++++++++++++------------------------ - 1 files changed, 63 insertions(+), 63 deletions(-) + 1 file changed, 63 insertions(+), 63 deletions(-) commit d10f7127a2c07cf80c10c35eeacaa4b20269f740 Author: Emmanuele Bassi @@ -20014,7 +20014,7 @@ Date: Thu Dec 11 11:54:07 2008 +0000 length for the Text actor's contents, in characters. clutter/clutter-text.c | 42 +++++++++++++++++++++++++++--------------- - 1 files changed, 27 insertions(+), 15 deletions(-) + 1 file changed, 27 insertions(+), 15 deletions(-) commit 191d1aebff0dce424f67a4ac9065570d35f519b7 Author: Emmanuele Bassi @@ -20027,7 +20027,7 @@ Date: Thu Dec 11 11:51:28 2008 +0000 on the editability setting. tests/conform/test-clutter-text.c | 44 +++++++++++++++++++++---------------- - 1 files changed, 25 insertions(+), 19 deletions(-) + 1 file changed, 25 insertions(+), 19 deletions(-) commit 1ff02f570e0dd214ffc4a29d82b8876b362d74f9 Author: Emmanuele Bassi @@ -20039,7 +20039,7 @@ Date: Thu Dec 11 11:50:02 2008 +0000 compute and store inside clutter_text_set_text(). clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4cc57bdc4178571c7c296b09d09b8da93c828ead Author: Emmanuele Bassi @@ -20051,7 +20051,7 @@ Date: Thu Dec 11 11:49:45 2008 +0000 not NULL when computing the offsets in bytes. clutter/clutter-text.c | 27 +++++++++++++-------------- - 1 files changed, 13 insertions(+), 14 deletions(-) + 1 file changed, 13 insertions(+), 14 deletions(-) commit c72722df8ce3d3c91a26b8fc41cb7af9c6b6d864 Author: Emmanuele Bassi @@ -20065,7 +20065,7 @@ Date: Thu Dec 11 11:49:14 2008 +0000 the cursor. clutter/clutter-text.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit bdb0cc462d547c0e553c02f1692f35e60034d338 Author: Emmanuele Bassi @@ -20076,8 +20076,8 @@ Date: Thu Dec 11 11:48:17 2008 +0000 Let's keep whitespace fixes to their own commit to avoid polluting git-blame. - clutter/clutter-text.c | 105 ++++++++++++++++++++++++++++------------------- - 1 files changed, 62 insertions(+), 43 deletions(-) + clutter/clutter-text.c | 105 ++++++++++++++++++++++++++++-------------------- + 1 file changed, 62 insertions(+), 43 deletions(-) commit 7fa93ebe9ed7be18a6dba6174020434759db691b Author: Emmanuele Bassi @@ -20090,7 +20090,7 @@ Date: Thu Dec 11 11:47:06 2008 +0000 inside ClutterText. clutter/clutter-text.c | 46 +++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 39 insertions(+), 7 deletions(-) + 1 file changed, 39 insertions(+), 7 deletions(-) commit 94789e3cc3c84acbb63cc3e83a8fb949dd5186f5 Author: Emmanuele Bassi @@ -20119,7 +20119,7 @@ Date: Thu Dec 11 11:43:56 2008 +0000 ClutterText exposes the same API. clutter/clutter-text.c | 100 +++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 86 insertions(+), 14 deletions(-) + 1 file changed, 86 insertions(+), 14 deletions(-) commit 74257dfa273a6f283e01bdc91d5a74dea0bf38e0 Author: Emmanuele Bassi @@ -20133,7 +20133,7 @@ Date: Thu Dec 11 11:43:37 2008 +0000 clutter/clutter-text.c | 6 ++++++ clutter/clutter-text.h | 1 + - 2 files changed, 7 insertions(+), 0 deletions(-) + 2 files changed, 7 insertions(+) commit 7af992974e08707d583cdb94d7353e4e64ee5633 Author: Emmanuele Bassi @@ -20145,7 +20145,7 @@ Date: Thu Dec 11 11:42:33 2008 +0000 "place the cursor always at the end of the text". clutter/clutter-text.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d5df1bebcf28cb035ea9529fbc1352c8300f7e25 Author: Emmanuele Bassi @@ -20176,7 +20176,7 @@ Date: Thu Dec 11 11:37:46 2008 +0000 behaviour of the two classes is the same. tests/interactive/test-threads.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 97cf7e68199f9ac901777f7c68b5475373d5a4eb Author: Emmanuele Bassi @@ -20188,7 +20188,7 @@ Date: Thu Dec 11 11:35:52 2008 +0000 does not match a zero-ed out ClutterTextPrivate structure. clutter/clutter-text.c | 27 +++++++++++++++++++++++---- - 1 files changed, 23 insertions(+), 4 deletions(-) + 1 file changed, 23 insertions(+), 4 deletions(-) commit fc168a34823567caead8e7cbfcf91b3f47b229e8 Author: Emmanuele Bassi @@ -20209,7 +20209,7 @@ Date: Thu Dec 11 11:33:10 2008 +0000 map a property into a method. clutter/clutter-text.c | 1312 ++++++++++++++++++++++++++++++++---------------- - 1 files changed, 886 insertions(+), 426 deletions(-) + 1 file changed, 886 insertions(+), 426 deletions(-) commit c5f51f7027dbbac373587621a52fc6f95f529e69 Author: Emmanuele Bassi @@ -20221,7 +20221,7 @@ Date: Thu Dec 11 11:31:48 2008 +0000 returns a portion of the contents of a Text actor. clutter/clutter-text.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 430d1cf347beeaa619651f2a227d00e053b6b2da Author: Emmanuele Bassi @@ -20242,7 +20242,7 @@ Date: Thu Dec 11 11:22:46 2008 +0000 clutter/clutter-actor.c | 25 +++++++++++++++++++++++++ clutter/clutter-actor.h | 2 ++ - 2 files changed, 27 insertions(+), 0 deletions(-) + 2 files changed, 27 insertions(+) commit 40fb75052ba11b80b41590f17ab3b194df11ae3f Author: Emmanuele Bassi @@ -20254,8 +20254,8 @@ Date: Thu Dec 11 11:21:39 2008 +0000 functionality using an API that matches the one provided by those two classes. - clutter/clutter-text.h | 150 +++++++++++++++++++++++++++++++---------------- - 1 files changed, 99 insertions(+), 51 deletions(-) + clutter/clutter-text.h | 150 ++++++++++++++++++++++++++++++++---------------- + 1 file changed, 99 insertions(+), 51 deletions(-) commit 437f96982e5754f25630570818d4a5173bd9a8ce Author: Emmanuele Bassi @@ -20281,7 +20281,7 @@ Date: Thu Dec 11 11:18:05 2008 +0000 ClutterText is not meant to be a subclass of ClutterLabel. tests/interactive/test-text.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 4d62da80adf7347d1be25cdc42255438e5d8fb64 Author: Emmanuele Bassi @@ -20294,7 +20294,7 @@ Date: Thu Dec 11 11:17:26 2008 +0000 the porting is trivial. clutter/clutter-text.c | 693 ++++++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 608 insertions(+), 85 deletions(-) + 1 file changed, 608 insertions(+), 85 deletions(-) commit a91bb5450f029200635d9fdaf470c27046ebdeae Author: Emmanuele Bassi @@ -20307,7 +20307,7 @@ Date: Thu Dec 11 11:15:56 2008 +0000 correctly. clutter/clutter-text.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit f9bf187e5d0268886a96a40911debd21b666e5e0 Author: Emmanuele Bassi @@ -20319,7 +20319,7 @@ Date: Thu Dec 11 11:15:11 2008 +0000 and private headers instead of the catch-all clutter.h. clutter/clutter-text.c | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit a98720ae19f4892676c043bb6e4f2258eb201827 Author: Emmanuele Bassi @@ -20341,7 +20341,7 @@ Date: Thu Dec 11 11:12:48 2008 +0000 clutter/clutter.h | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-text.c | 176 +++++ - 6 files changed, 1878 insertions(+), 1 deletions(-) + 6 files changed, 1878 insertions(+), 1 deletion(-) commit 4973b684a619ad62ed4bad0103cdd38a3f34ccba Author: Emmanuele Bassi @@ -20352,7 +20352,7 @@ Date: Thu Dec 11 11:11:11 2008 +0000 Just for overall sanity we keep the include file sorted. clutter/clutter.h | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit ee72352de0da52ae977d42fe2b06e96a90cf4bee Author: Emmanuele Bassi @@ -20361,7 +20361,7 @@ Date: Wed Dec 10 23:12:22 2008 +0000 Update ignore file .gitignore | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit e21fee39b450beee1a140a3b075321687e9c6f05 Merge: 9537f8e dc6545c @@ -20380,8 +20380,8 @@ Date: Tue Dec 9 18:03:29 2008 +0000 same sequence of indices regardless of the vertices. Instead it is just added to when there are more vertices than ever before. - clutter/cogl/gl/cogl-texture.c | 51 ++++++++++++++++++++++++------------- - clutter/cogl/gles/cogl-texture.c | 51 ++++++++++++++++++++++++------------- + clutter/cogl/gl/cogl-texture.c | 51 ++++++++++++++++++++++++-------------- + clutter/cogl/gles/cogl-texture.c | 51 ++++++++++++++++++++++++-------------- 2 files changed, 66 insertions(+), 36 deletions(-) commit 2c9a79651a0d8b0400589b9e1232c941b09ebb2a @@ -20399,7 +20399,7 @@ Date: Tue Dec 9 15:10:33 2008 +0000 clutter/cogl/gles/cogl-context.c | 14 +- clutter/cogl/gles/cogl-context.h | 11 +- - clutter/cogl/gles/cogl-texture.c | 343 +++++++++++++++++++++---------------- + clutter/cogl/gles/cogl-texture.c | 343 ++++++++++++++++++++++---------------- 3 files changed, 212 insertions(+), 156 deletions(-) commit 8fc949bfafe0ca5de2cf19081f122896e29a3794 @@ -20409,7 +20409,7 @@ Date: Tue Dec 9 15:01:10 2008 +0000 Minor fix to indentation in gl/cogl-texture.c clutter/cogl/gl/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 73974de482cff70c124aa49869b77099382591c3 Author: Neil Roberts @@ -20419,7 +20419,7 @@ Date: Tue Dec 9 13:16:42 2008 +0000 clutter/cogl/cogl-texture.h | 18 ++++++++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit bf72b8cdc3c43221e0813475957712f3ad9c8265 Author: Neil Roberts @@ -20458,7 +20458,7 @@ Date: Thu Dec 4 17:50:03 2008 +0000 Thanks to Johan Bilien for spotting. clutter/cogl/gl/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 29505dd0ba651df08dcfb184f0b08efa5b4eddfe Author: Neil Roberts @@ -20471,7 +20471,7 @@ Date: Fri Nov 28 14:20:07 2008 +0000 even though it has to submit two extra vertices. clutter/cogl/gl/cogl-texture.c | 32 +++++++++++++++++++++++--------- - 1 files changed, 23 insertions(+), 9 deletions(-) + 1 file changed, 23 insertions(+), 9 deletions(-) commit ab347481aeccd28b0986fbc991c96d72bbc3f072 Author: Neil Roberts @@ -20486,7 +20486,7 @@ Date: Fri Nov 28 13:14:10 2008 +0000 This is based on a patch from Owen Taylor. clutter/pango/cogl-pango-render.c | 78 ++++++++++++++++++++++++++++++------- - 1 files changed, 64 insertions(+), 14 deletions(-) + 1 file changed, 64 insertions(+), 14 deletions(-) commit b312cd2d5560de953cfc0438353f9f6d8e3cae9a Author: Neil Roberts @@ -20515,7 +20515,7 @@ Date: Fri Nov 28 12:33:19 2008 +0000 flushes the vertices after calling either of the functions. clutter/cogl/gl/cogl-context.h | 7 +- - clutter/cogl/gl/cogl-texture.c | 199 ++++++++++++++++++++++----------------- + clutter/cogl/gl/cogl-texture.c | 199 ++++++++++++++++++++++------------------ 2 files changed, 118 insertions(+), 88 deletions(-) commit 93ea1681bb21704a51370c0a2e7bc8f791a38d5a diff --git a/ChangeLog.pre-1.2 b/ChangeLog.pre-1.2 index 577db3a..5febb2b 100644 --- a/ChangeLog.pre-1.2 +++ b/ChangeLog.pre-1.2 @@ -5,7 +5,7 @@ Date: Tue Mar 2 18:03:23 2010 +0000 Release 1.2.0 (stable) configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 3c9a24f4a78cd676e635ad32df639b57e65e3be7 Author: Emmanuele Bassi @@ -14,7 +14,7 @@ Date: Tue Mar 2 18:03:13 2010 +0000 Update the NEWS file NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + 1 file changed, 42 insertions(+) commit 9e4c008117da6b36237608bd896fb164577ef314 Author: Emmanuele Bassi @@ -26,7 +26,7 @@ Date: Tue Mar 2 19:17:28 2010 +0000 to be inside the dist. tests/data/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2d51432e52745d9484cf2d54567c2f95670ea5ae Author: Emmanuele Bassi @@ -35,7 +35,7 @@ Date: Tue Mar 2 19:29:22 2010 +0000 build: Add test-animator-3.json to EXTRA_DIST tests/data/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2f68949962d964e38a640581e232c4b673ce3023 Author: Emmanuele Bassi @@ -49,7 +49,7 @@ Date: Tue Mar 2 19:09:20 2010 +0000 tests/conform/test-animator.c | 15 +++++++++++++++ tests/conform/test-model.c | 5 +++++ tests/conform/test-script-parser.c | 30 ++++++++++++++++++++++++++++++ - 3 files changed, 50 insertions(+), 0 deletions(-) + 3 files changed, 50 insertions(+) commit 048fcea988446af1ce18356eb1718f85088e73c8 Author: Neil Roberts @@ -66,7 +66,7 @@ Date: Tue Mar 2 18:30:31 2010 +0000 unexpected semantics that are inconsistent with the documentation. clutter/clutter-actor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e550755f3dc13f11a9d956bb9b52294ea33c8da6 Author: Emmanuele Bassi @@ -80,7 +80,7 @@ Date: Tue Mar 2 17:47:13 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2019 tests/interactive/test-text-field.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 38a24144980bd0c6d717f39eb5d215d3abc30ef5 Author: Robert Bragg @@ -96,7 +96,7 @@ Date: Tue Mar 2 14:04:54 2010 +0000 ClutterGLXTexturePixmap and we can use these to queue clipped redraws. clutter/glx/clutter-glx-texture-pixmap.c | 186 ++++++++++++++---------------- - 1 files changed, 89 insertions(+), 97 deletions(-) + 1 file changed, 89 insertions(+), 97 deletions(-) commit c0d5af5de5bcc504abeb81a7f7a1ec0f696b574d Author: Robert Bragg @@ -181,14 +181,14 @@ Date: Mon Nov 30 17:47:55 2009 +0000 clutter/clutter-main.c | 4 +- clutter/clutter-private.h | 39 ++- clutter/clutter-stage-window.c | 29 ++ - clutter/clutter-stage-window.h | 82 ++++--- + clutter/clutter-stage-window.h | 82 +++--- clutter/clutter-stage.c | 64 +++++ - clutter/glx/clutter-backend-glx.c | 185 ++------------ + clutter/glx/clutter-backend-glx.c | 185 ++----------- clutter/glx/clutter-backend-glx.h | 5 + clutter/glx/clutter-glx-texture-pixmap.c | 14 +- clutter/glx/clutter-stage-glx.c | 426 ++++++++++++++++++++++++++++++ clutter/glx/clutter-stage-glx.h | 8 +- - clutter/x11/clutter-x11-texture-pixmap.c | 172 ++++++++++--- + clutter/x11/clutter-x11-texture-pixmap.c | 172 +++++++++--- 14 files changed, 1116 insertions(+), 340 deletions(-) commit 09d8460a5c3f905573378172ed553fd57d49913e @@ -217,7 +217,7 @@ Date: Tue Mar 2 02:07:40 2010 +0000 this patch restores. clutter/cogl/cogl/cogl-debug.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit aba6c5acc7f1cb15f92666d1681a95b5a805efaf Author: Emmanuele Bassi @@ -232,7 +232,7 @@ Date: Tue Mar 2 15:08:01 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2013 clutter/clutter-flow-layout.c | 92 ++++++++++++++++++++++++++-------- - tests/interactive/test-flow-layout.c | 20 ++++--- + tests/interactive/test-flow-layout.c | 20 +++++--- 2 files changed, 82 insertions(+), 30 deletions(-) commit e3fba5f2e80a4c72cc4ef0c193a0b6569e1d8cbf @@ -246,7 +246,7 @@ Date: Tue Mar 2 13:32:46 2010 +0000 version, namely one that doesn't thoroughly suck. configure.ac | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 9a55ddc7c36185b31120b5c5275dac60f5926d8d Author: Øyvind Kolås @@ -258,7 +258,7 @@ Date: Tue Mar 2 12:38:51 2010 +0000 animator to enter infinite loops if no initial key is present. clutter/clutter-animator.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3a84af0106522e46d930fc81013c86465357dc89 Merge: 0baeabc a2573ad @@ -308,8 +308,8 @@ Date: Sat Feb 27 09:42:42 2010 +0000 clutter/eglnative/clutter-backend-egl.c | 186 ++++++++++++++++++++-- clutter/eglnative/clutter-backend-egl.h | 20 ++- - clutter/eglnative/clutter-event-egl.c | 60 +++++--- - clutter/eglnative/clutter-stage-egl.c | 259 ++++++------------------------ + clutter/eglnative/clutter-event-egl.c | 60 ++++--- + clutter/eglnative/clutter-stage-egl.c | 259 +++++++------------------------ clutter/eglnative/clutter-stage-egl.h | 8 +- 5 files changed, 275 insertions(+), 258 deletions(-) @@ -329,7 +329,7 @@ Date: Mon Mar 1 13:54:03 2010 -0500 Signed-off-by: Neil Roberts clutter/cogl/cogl/cogl-texture-2d.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 74a27bbb1c0ae12ba937d215323d5a716781cb1b Author: Emmanuele Bassi @@ -340,23 +340,23 @@ Date: Tue Mar 2 09:53:55 2010 +0000 Let's see if we can get a 100% coverage for Clutter too. clutter/clutter-animatable.h | 9 +++++ - clutter/clutter-animator.c | 5 ++- + clutter/clutter-animator.c | 5 +-- clutter/clutter-box.c | 3 ++ clutter/clutter-box.h | 49 +++++++++++++++++++++++++ clutter/clutter-container.h | 9 +++++ - clutter/clutter-device-manager.h | 13 ++++++- + clutter/clutter-device-manager.h | 13 +++++-- clutter/clutter-media.h | 9 +++++ clutter/clutter-scriptable.h | 9 +++++ clutter/clutter-version.h.in | 38 ++++++++++++++++++++ clutter/eglnative/clutter-backend-egl.c | 7 ++++ - clutter/glx/clutter-glx-texture-pixmap.c | 53 +++++++++++++-------------- - clutter/glx/clutter-glx-texture-pixmap.h | 16 ++++++++ - clutter/x11/clutter-backend-x11.c | 8 ++++ + clutter/glx/clutter-glx-texture-pixmap.c | 53 ++++++++++++++-------------- + clutter/glx/clutter-glx-texture-pixmap.h | 16 +++++++++ + clutter/x11/clutter-backend-x11.c | 8 +++++ clutter/x11/clutter-x11-texture-pixmap.c | 36 ++++++++++++++----- clutter/x11/clutter-x11-texture-pixmap.h | 20 ++++++++++- clutter/x11/clutter-x11.h | 8 ++++- - doc/reference/clutter/Makefile.am | 4 -- - doc/reference/clutter/clutter-sections.txt | 4 +- + doc/reference/clutter/Makefile.am | 4 --- + doc/reference/clutter/clutter-sections.txt | 4 +-- 18 files changed, 252 insertions(+), 48 deletions(-) commit c0a553163b5e82cb70e956e802d7f9b61bb13948 @@ -389,18 +389,18 @@ Date: Mon Mar 1 18:08:41 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1959 - clutter/clutter-main.c | 10 +- - clutter/cogl/cogl/cogl.c | 84 +++++++++++++------ - clutter/cogl/cogl/cogl.h | 8 ++- + clutter/clutter-main.c | 10 +-- + clutter/cogl/cogl/cogl.c | 84 +++++++++++++------- + clutter/cogl/cogl/cogl.h | 8 +- tests/conform/test-cogl-backface-culling.c | 2 +- tests/conform/test-cogl-blend-strings.c | 4 +- tests/conform/test-cogl-materials.c | 2 +- tests/conform/test-cogl-multitexture.c | 2 +- tests/conform/test-cogl-offscreen.c | 8 +- tests/conform/test-cogl-premult.c | 2 +- - tests/conform/test-cogl-readpixels.c | 26 ++++++- + tests/conform/test-cogl-readpixels.c | 26 +++++- tests/conform/test-cogl-texture-mipmaps.c | 2 +- - tests/conform/test-cogl-vertex-buffer-contiguous.c | 10 +- + tests/conform/test-cogl-vertex-buffer-contiguous.c | 10 +-- tests/conform/test-cogl-vertex-buffer-interleved.c | 2 +- tests/conform/test-cogl-vertex-buffer-mutability.c | 4 +- tests/conform/test-cogl-viewport.c | 2 +- @@ -416,7 +416,7 @@ Date: Mon Mar 1 18:35:01 2010 +0000 start at the properties initial value. clutter/clutter-animator.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 7d0ad7ac1b8f6b8a92d0c97180d2885a3a18bcdd Author: Bastian Winkler @@ -430,7 +430,7 @@ Date: Mon Mar 1 17:00:41 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2012 clutter/clutter-animator.h | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 53eecb8469855d17e863c2113a58f0b6e9c26729 Author: Emmanuele Bassi @@ -442,7 +442,7 @@ Date: Mon Mar 1 17:47:52 2010 +0000 is missing from the API reference. doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1d9ddad9a3ee79d32091b12197bd18e0b283da22 Author: Emmanuele Bassi @@ -453,7 +453,7 @@ Date: Mon Mar 1 17:45:00 2010 +0000 A missing opening quote sign is breaking gtk-doc for ClutterModel. clutter/clutter-model.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1777a69f2f036e2ead5986a5c91f18480a14e4fd Merge: 8146d8d 7ffb62e @@ -482,7 +482,7 @@ Date: Fri Feb 26 09:44:29 2010 +0000 immediately without generating any report. clutter/clutter-profile.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit b9a91594f4b37388222b587eaea7618ea8c78381 Author: Robert Bragg @@ -494,7 +494,7 @@ Date: Fri Feb 26 09:48:43 2010 +0000 find clutter/clutter-json.h so this adds $(top_builddir) to INCLUDES. clutter/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 79acb088e7f6916fb77a6341c22f9022c0f50208 Author: Emmanuele Bassi @@ -515,192 +515,192 @@ Date: Mon Mar 1 12:56:10 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=521 - clutter/clutter-actor.c | 7 +++---- - clutter/clutter-actor.h | 3 ++- - clutter/clutter-alpha.c | 6 ++---- - clutter/clutter-backend.c | 11 ++++++----- - clutter/clutter-behaviour-depth.c | 4 +--- - clutter/clutter-behaviour-ellipse.c | 10 +--------- - clutter/clutter-behaviour-opacity.c | 4 +--- - clutter/clutter-behaviour-path.c | 11 ++++++----- - clutter/clutter-behaviour-rotate.c | 4 +--- - clutter/clutter-behaviour-scale.c | 4 +--- - clutter/clutter-behaviour.c | 4 +--- - clutter/clutter-bezier.c | 4 +--- - clutter/clutter-cairo-texture.c | 6 ++---- - clutter/clutter-cairo-texture.h | 7 +++---- - clutter/clutter-child-meta.c | 4 +--- - clutter/clutter-color.c | 4 +--- - clutter/clutter-container.c | 6 +++--- - clutter/clutter-event.c | 6 +++--- - clutter/clutter-feature.c | 6 +++--- - clutter/clutter-fixed.c | 6 +++--- - clutter/clutter-frame-source.c | 6 +++--- - clutter/clutter-group.c | 6 +++--- - clutter/clutter-id-pool.c | 6 +++--- - clutter/clutter-keysyms.h | 6 +++--- - clutter/clutter-list-model.c | 6 +++--- - clutter/clutter-main.c | 6 +++--- - clutter/clutter-model.c | 6 +++--- - clutter/clutter-private.h | 6 +++--- - clutter/clutter-rectangle.c | 6 +++--- - clutter/clutter-score.c | 6 +++--- - clutter/clutter-script-parser.c | 6 +++--- - clutter/clutter-script-private.h | 6 +++--- - clutter/clutter-script.c | 6 +++--- - clutter/clutter-scriptable.c | 6 +++--- - clutter/clutter-shader-types.c | 6 +++--- - clutter/clutter-shader.c | 6 +++--- - clutter/clutter-stage.c | 6 +++--- - clutter/clutter-texture.c | 6 +++--- - clutter/clutter-timeline.c | 6 +++--- - clutter/clutter-timeout-pool.c | 6 +++--- - clutter/clutter-units.c | 6 +++--- - clutter/clutter-util.c | 6 +++--- - clutter/clutter-version.h.in | 6 +++--- - clutter/clutter.h | 6 +++--- - clutter/cogl/cogl/cogl-atlas-texture-private.h | 6 +++--- - clutter/cogl/cogl/cogl-atlas-texture.c | 6 +++--- - clutter/cogl/cogl/cogl-atlas.c | 6 +++--- - clutter/cogl/cogl/cogl-atlas.h | 6 +++--- - clutter/cogl/cogl/cogl-bitmap-fallback.c | 6 +++--- - clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 6 +++--- - clutter/cogl/cogl/cogl-bitmap-private.h | 6 +++--- - clutter/cogl/cogl/cogl-bitmap.c | 6 +++--- - clutter/cogl/cogl/cogl-bitmap.h | 6 +++--- - clutter/cogl/cogl/cogl-blend-string.c | 6 +++--- - clutter/cogl/cogl/cogl-blend-string.h | 6 +++--- - clutter/cogl/cogl/cogl-buffer-private.h | 6 +++--- - clutter/cogl/cogl/cogl-buffer.c | 6 +++--- - clutter/cogl/cogl/cogl-buffer.h | 6 +++--- - clutter/cogl/cogl/cogl-clip-stack.c | 6 +++--- - clutter/cogl/cogl/cogl-clip-stack.h | 6 +++--- - clutter/cogl/cogl/cogl-color.c | 6 +++--- - clutter/cogl/cogl/cogl-color.h | 6 +++--- - clutter/cogl/cogl/cogl-context.c | 6 +++--- - clutter/cogl/cogl/cogl-context.h | 6 +++--- - clutter/cogl/cogl/cogl-debug.c | 6 +++--- - clutter/cogl/cogl/cogl-debug.h | 6 +++--- - clutter/cogl/cogl/cogl-deprecated.h | 6 +++--- - clutter/cogl/cogl/cogl-feature-private.c | 6 +++--- - clutter/cogl/cogl/cogl-feature-private.h | 6 +++--- - clutter/cogl/cogl/cogl-fixed.c | 6 +++--- - clutter/cogl/cogl/cogl-fixed.h | 6 +++--- - clutter/cogl/cogl/cogl-framebuffer-private.h | 6 +++--- - clutter/cogl/cogl/cogl-framebuffer.c | 6 +++--- - clutter/cogl/cogl/cogl-handle.h | 6 +++--- - clutter/cogl/cogl/cogl-internal.h | 6 +++--- - clutter/cogl/cogl/cogl-journal-private.h | 6 +++--- - clutter/cogl/cogl/cogl-journal.c | 6 +++--- - clutter/cogl/cogl/cogl-material-private.h | 6 +++--- - clutter/cogl/cogl/cogl-material.c | 6 +++--- - clutter/cogl/cogl/cogl-material.h | 6 +++--- - clutter/cogl/cogl/cogl-matrix-mesa.c | 6 +++--- - clutter/cogl/cogl/cogl-matrix-mesa.h | 6 +++--- - clutter/cogl/cogl/cogl-matrix-private.h | 6 +++--- - clutter/cogl/cogl/cogl-matrix-stack.c | 6 +++--- - clutter/cogl/cogl/cogl-matrix-stack.h | 6 +++--- - clutter/cogl/cogl/cogl-matrix.c | 6 +++--- - clutter/cogl/cogl/cogl-matrix.h | 6 +++--- - clutter/cogl/cogl/cogl-offscreen.h | 6 +++--- - clutter/cogl/cogl/cogl-path.c | 6 +++--- - clutter/cogl/cogl/cogl-path.h | 6 +++--- - clutter/cogl/cogl/cogl-pixel-buffer-private.h | 6 +++--- - clutter/cogl/cogl/cogl-pixel-buffer.c | 6 +++--- - clutter/cogl/cogl/cogl-pixel-buffer.h | 6 +++--- - clutter/cogl/cogl/cogl-primitives.c | 6 +++--- - clutter/cogl/cogl/cogl-primitives.h | 6 +++--- - clutter/cogl/cogl/cogl-profile.h | 6 +++--- - clutter/cogl/cogl/cogl-shader.h | 6 +++--- - clutter/cogl/cogl/cogl-spans.c | 6 +++--- - clutter/cogl/cogl/cogl-spans.h | 6 +++--- - clutter/cogl/cogl/cogl-sub-texture-private.h | 6 +++--- - clutter/cogl/cogl/cogl-sub-texture.c | 6 +++--- - clutter/cogl/cogl/cogl-texture-2d-private.h | 6 +++--- - clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 6 +++--- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 6 +++--- - clutter/cogl/cogl/cogl-texture-2d.c | 6 +++--- - clutter/cogl/cogl/cogl-texture-driver.h | 6 +++--- - clutter/cogl/cogl/cogl-texture-private.h | 6 +++--- - clutter/cogl/cogl/cogl-texture.c | 6 +++--- - clutter/cogl/cogl/cogl-texture.h | 6 +++--- - clutter/cogl/cogl/cogl-types.h | 6 +++--- - clutter/cogl/cogl/cogl-util.c | 6 +++--- - clutter/cogl/cogl/cogl-util.h | 6 +++--- - clutter/cogl/cogl/cogl-vertex-buffer-private.h | 6 +++--- - clutter/cogl/cogl/cogl-vertex-buffer.c | 6 +++--- - clutter/cogl/cogl/cogl-vertex-buffer.h | 6 +++--- - clutter/cogl/cogl/cogl.c | 6 +++--- - clutter/cogl/cogl/cogl.h | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-context-driver.c | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-defines.h.in | 6 +++--- - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-program.c | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-program.h | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-shader-private.h | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-shader.c | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 6 +++--- - clutter/cogl/cogl/driver/gl/cogl.c | 6 +++--- - .../cogl/cogl/driver/gles/cogl-context-driver.c | 6 +++--- - .../cogl/cogl/driver/gles/cogl-context-driver.h | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-defines.h.in | 6 +++--- - .../cogl/cogl/driver/gles/cogl-feature-functions.h | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-program.c | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-program.h | 6 +++--- - .../cogl/cogl/driver/gles/cogl-shader-private.h | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl-shader.c | 6 +++--- - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 6 +++--- - clutter/cogl/cogl/driver/gles/cogl.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-eglnative.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-eglx.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-fruity.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-glx.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-osx.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-sdl.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-win32.c | 6 +++--- - clutter/cogl/cogl/winsys/cogl-winsys.h | 6 +++--- - clutter/eglnative/clutter-backend-egl.h | 6 +++--- - clutter/eglnative/clutter-egl-headers.h | 6 +++--- - clutter/eglnative/clutter-egl.h | 6 +++--- - clutter/eglnative/clutter-event-egl.c | 6 +++--- - clutter/eglx/clutter-backend-egl.h | 6 +++--- - clutter/eglx/clutter-egl-headers.h | 6 +++--- - clutter/eglx/clutter-eglx.h | 6 +++--- - clutter/fruity/clutter-backend-fruity.h | 6 +++--- - clutter/fruity/clutter-fruity.h | 6 +++--- - clutter/glx/clutter-backend-glx.c | 6 +++--- - clutter/glx/clutter-backend-glx.h | 6 +++--- - clutter/glx/clutter-event-glx.c | 6 +++--- - clutter/glx/clutter-event-glx.h | 6 +++--- - clutter/glx/clutter-glx-texture-pixmap.c | 6 +++--- - clutter/glx/clutter-glx-texture-pixmap.h | 6 +++--- - clutter/glx/clutter-glx.h | 6 +++--- - clutter/glx/clutter-stage-glx.c | 6 +++--- - clutter/glx/clutter-stage-glx.h | 6 +++--- - clutter/osx/clutter-backend-osx.c | 6 +++--- - clutter/osx/clutter-backend-osx.h | 6 +++--- - clutter/osx/clutter-event-osx.c | 6 +++--- - clutter/osx/clutter-osx.h | 6 +++--- - clutter/osx/clutter-stage-osx.c | 6 +++--- - clutter/osx/clutter-stage-osx.h | 6 +++--- - clutter/win32/clutter-backend-win32.c | 6 +++--- - clutter/win32/clutter-backend-win32.h | 6 +++--- - clutter/win32/clutter-event-win32.c | 6 +++--- - clutter/win32/clutter-stage-win32.c | 6 +++--- - clutter/win32/clutter-stage-win32.h | 6 +++--- - clutter/win32/clutter-win32.h | 6 +++--- - clutter/x11/clutter-backend-x11-private.h | 6 +++--- - clutter/x11/clutter-backend-x11.c | 6 +++--- - clutter/x11/clutter-backend-x11.h | 6 +++--- - clutter/x11/clutter-event-x11.c | 6 +++--- - clutter/x11/clutter-stage-x11.c | 6 +++--- - clutter/x11/clutter-stage-x11.h | 6 +++--- - clutter/x11/clutter-x11-texture-pixmap.c | 6 +++--- - clutter/x11/clutter-x11-texture-pixmap.h | 6 +++--- - clutter/x11/clutter-x11.h | 6 +++--- + clutter/clutter-actor.c | 7 +++---- + clutter/clutter-actor.h | 3 ++- + clutter/clutter-alpha.c | 6 ++---- + clutter/clutter-backend.c | 11 ++++++----- + clutter/clutter-behaviour-depth.c | 4 +--- + clutter/clutter-behaviour-ellipse.c | 10 +--------- + clutter/clutter-behaviour-opacity.c | 4 +--- + clutter/clutter-behaviour-path.c | 11 ++++++----- + clutter/clutter-behaviour-rotate.c | 4 +--- + clutter/clutter-behaviour-scale.c | 4 +--- + clutter/clutter-behaviour.c | 4 +--- + clutter/clutter-bezier.c | 4 +--- + clutter/clutter-cairo-texture.c | 6 ++---- + clutter/clutter-cairo-texture.h | 7 +++---- + clutter/clutter-child-meta.c | 4 +--- + clutter/clutter-color.c | 4 +--- + clutter/clutter-container.c | 6 +++--- + clutter/clutter-event.c | 6 +++--- + clutter/clutter-feature.c | 6 +++--- + clutter/clutter-fixed.c | 6 +++--- + clutter/clutter-frame-source.c | 6 +++--- + clutter/clutter-group.c | 6 +++--- + clutter/clutter-id-pool.c | 6 +++--- + clutter/clutter-keysyms.h | 6 +++--- + clutter/clutter-list-model.c | 6 +++--- + clutter/clutter-main.c | 6 +++--- + clutter/clutter-model.c | 6 +++--- + clutter/clutter-private.h | 6 +++--- + clutter/clutter-rectangle.c | 6 +++--- + clutter/clutter-score.c | 6 +++--- + clutter/clutter-script-parser.c | 6 +++--- + clutter/clutter-script-private.h | 6 +++--- + clutter/clutter-script.c | 6 +++--- + clutter/clutter-scriptable.c | 6 +++--- + clutter/clutter-shader-types.c | 6 +++--- + clutter/clutter-shader.c | 6 +++--- + clutter/clutter-stage.c | 6 +++--- + clutter/clutter-texture.c | 6 +++--- + clutter/clutter-timeline.c | 6 +++--- + clutter/clutter-timeout-pool.c | 6 +++--- + clutter/clutter-units.c | 6 +++--- + clutter/clutter-util.c | 6 +++--- + clutter/clutter-version.h.in | 6 +++--- + clutter/clutter.h | 6 +++--- + clutter/cogl/cogl/cogl-atlas-texture-private.h | 6 +++--- + clutter/cogl/cogl/cogl-atlas-texture.c | 6 +++--- + clutter/cogl/cogl/cogl-atlas.c | 6 +++--- + clutter/cogl/cogl/cogl-atlas.h | 6 +++--- + clutter/cogl/cogl/cogl-bitmap-fallback.c | 6 +++--- + clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 6 +++--- + clutter/cogl/cogl/cogl-bitmap-private.h | 6 +++--- + clutter/cogl/cogl/cogl-bitmap.c | 6 +++--- + clutter/cogl/cogl/cogl-bitmap.h | 6 +++--- + clutter/cogl/cogl/cogl-blend-string.c | 6 +++--- + clutter/cogl/cogl/cogl-blend-string.h | 6 +++--- + clutter/cogl/cogl/cogl-buffer-private.h | 6 +++--- + clutter/cogl/cogl/cogl-buffer.c | 6 +++--- + clutter/cogl/cogl/cogl-buffer.h | 6 +++--- + clutter/cogl/cogl/cogl-clip-stack.c | 6 +++--- + clutter/cogl/cogl/cogl-clip-stack.h | 6 +++--- + clutter/cogl/cogl/cogl-color.c | 6 +++--- + clutter/cogl/cogl/cogl-color.h | 6 +++--- + clutter/cogl/cogl/cogl-context.c | 6 +++--- + clutter/cogl/cogl/cogl-context.h | 6 +++--- + clutter/cogl/cogl/cogl-debug.c | 6 +++--- + clutter/cogl/cogl/cogl-debug.h | 6 +++--- + clutter/cogl/cogl/cogl-deprecated.h | 6 +++--- + clutter/cogl/cogl/cogl-feature-private.c | 6 +++--- + clutter/cogl/cogl/cogl-feature-private.h | 6 +++--- + clutter/cogl/cogl/cogl-fixed.c | 6 +++--- + clutter/cogl/cogl/cogl-fixed.h | 6 +++--- + clutter/cogl/cogl/cogl-framebuffer-private.h | 6 +++--- + clutter/cogl/cogl/cogl-framebuffer.c | 6 +++--- + clutter/cogl/cogl/cogl-handle.h | 6 +++--- + clutter/cogl/cogl/cogl-internal.h | 6 +++--- + clutter/cogl/cogl/cogl-journal-private.h | 6 +++--- + clutter/cogl/cogl/cogl-journal.c | 6 +++--- + clutter/cogl/cogl/cogl-material-private.h | 6 +++--- + clutter/cogl/cogl/cogl-material.c | 6 +++--- + clutter/cogl/cogl/cogl-material.h | 6 +++--- + clutter/cogl/cogl/cogl-matrix-mesa.c | 6 +++--- + clutter/cogl/cogl/cogl-matrix-mesa.h | 6 +++--- + clutter/cogl/cogl/cogl-matrix-private.h | 6 +++--- + clutter/cogl/cogl/cogl-matrix-stack.c | 6 +++--- + clutter/cogl/cogl/cogl-matrix-stack.h | 6 +++--- + clutter/cogl/cogl/cogl-matrix.c | 6 +++--- + clutter/cogl/cogl/cogl-matrix.h | 6 +++--- + clutter/cogl/cogl/cogl-offscreen.h | 6 +++--- + clutter/cogl/cogl/cogl-path.c | 6 +++--- + clutter/cogl/cogl/cogl-path.h | 6 +++--- + clutter/cogl/cogl/cogl-pixel-buffer-private.h | 6 +++--- + clutter/cogl/cogl/cogl-pixel-buffer.c | 6 +++--- + clutter/cogl/cogl/cogl-pixel-buffer.h | 6 +++--- + clutter/cogl/cogl/cogl-primitives.c | 6 +++--- + clutter/cogl/cogl/cogl-primitives.h | 6 +++--- + clutter/cogl/cogl/cogl-profile.h | 6 +++--- + clutter/cogl/cogl/cogl-shader.h | 6 +++--- + clutter/cogl/cogl/cogl-spans.c | 6 +++--- + clutter/cogl/cogl/cogl-spans.h | 6 +++--- + clutter/cogl/cogl/cogl-sub-texture-private.h | 6 +++--- + clutter/cogl/cogl/cogl-sub-texture.c | 6 +++--- + clutter/cogl/cogl/cogl-texture-2d-private.h | 6 +++--- + clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 6 +++--- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 6 +++--- + clutter/cogl/cogl/cogl-texture-2d.c | 6 +++--- + clutter/cogl/cogl/cogl-texture-driver.h | 6 +++--- + clutter/cogl/cogl/cogl-texture-private.h | 6 +++--- + clutter/cogl/cogl/cogl-texture.c | 6 +++--- + clutter/cogl/cogl/cogl-texture.h | 6 +++--- + clutter/cogl/cogl/cogl-types.h | 6 +++--- + clutter/cogl/cogl/cogl-util.c | 6 +++--- + clutter/cogl/cogl/cogl-util.h | 6 +++--- + clutter/cogl/cogl/cogl-vertex-buffer-private.h | 6 +++--- + clutter/cogl/cogl/cogl-vertex-buffer.c | 6 +++--- + clutter/cogl/cogl/cogl-vertex-buffer.h | 6 +++--- + clutter/cogl/cogl/cogl.c | 6 +++--- + clutter/cogl/cogl/cogl.h | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-context-driver.c | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-defines.h.in | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-feature-functions.h | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-program.c | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-program.h | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-shader-private.h | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-shader.c | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 6 +++--- + clutter/cogl/cogl/driver/gl/cogl.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-context-driver.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-context-driver.h | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-defines.h.in | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-feature-functions.h | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-program.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-program.h | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-shader-private.h | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-shader.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl-texture-driver.c | 6 +++--- + clutter/cogl/cogl/driver/gles/cogl.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-eglnative.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-eglx.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-fruity.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-glx.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-osx.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-sdl.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-win32.c | 6 +++--- + clutter/cogl/cogl/winsys/cogl-winsys.h | 6 +++--- + clutter/eglnative/clutter-backend-egl.h | 6 +++--- + clutter/eglnative/clutter-egl-headers.h | 6 +++--- + clutter/eglnative/clutter-egl.h | 6 +++--- + clutter/eglnative/clutter-event-egl.c | 6 +++--- + clutter/eglx/clutter-backend-egl.h | 6 +++--- + clutter/eglx/clutter-egl-headers.h | 6 +++--- + clutter/eglx/clutter-eglx.h | 6 +++--- + clutter/fruity/clutter-backend-fruity.h | 6 +++--- + clutter/fruity/clutter-fruity.h | 6 +++--- + clutter/glx/clutter-backend-glx.c | 6 +++--- + clutter/glx/clutter-backend-glx.h | 6 +++--- + clutter/glx/clutter-event-glx.c | 6 +++--- + clutter/glx/clutter-event-glx.h | 6 +++--- + clutter/glx/clutter-glx-texture-pixmap.c | 6 +++--- + clutter/glx/clutter-glx-texture-pixmap.h | 6 +++--- + clutter/glx/clutter-glx.h | 6 +++--- + clutter/glx/clutter-stage-glx.c | 6 +++--- + clutter/glx/clutter-stage-glx.h | 6 +++--- + clutter/osx/clutter-backend-osx.c | 6 +++--- + clutter/osx/clutter-backend-osx.h | 6 +++--- + clutter/osx/clutter-event-osx.c | 6 +++--- + clutter/osx/clutter-osx.h | 6 +++--- + clutter/osx/clutter-stage-osx.c | 6 +++--- + clutter/osx/clutter-stage-osx.h | 6 +++--- + clutter/win32/clutter-backend-win32.c | 6 +++--- + clutter/win32/clutter-backend-win32.h | 6 +++--- + clutter/win32/clutter-event-win32.c | 6 +++--- + clutter/win32/clutter-stage-win32.c | 6 +++--- + clutter/win32/clutter-stage-win32.h | 6 +++--- + clutter/win32/clutter-win32.h | 6 +++--- + clutter/x11/clutter-backend-x11-private.h | 6 +++--- + clutter/x11/clutter-backend-x11.c | 6 +++--- + clutter/x11/clutter-backend-x11.h | 6 +++--- + clutter/x11/clutter-event-x11.c | 6 +++--- + clutter/x11/clutter-stage-x11.c | 6 +++--- + clutter/x11/clutter-stage-x11.h | 6 +++--- + clutter/x11/clutter-x11-texture-pixmap.c | 6 +++--- + clutter/x11/clutter-x11-texture-pixmap.h | 6 +++--- + clutter/x11/clutter-x11.h | 6 +++--- 186 files changed, 543 insertions(+), 570 deletions(-) commit 23867875a14ab6d7288d6a67c67b20a1f136be94 @@ -733,7 +733,7 @@ Date: Sun Feb 28 10:59:29 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2009 clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7ffb62eab939de46b8234243cab6f6c4b40d60ec Author: Emmanuele Bassi @@ -745,7 +745,7 @@ Date: Sat Feb 27 18:56:34 2010 +0000 and add introspection annotations for get_minimum_size(). clutter/clutter-stage.c | 41 +++++++++++++++++++++++++++++------------ - 1 files changed, 29 insertions(+), 12 deletions(-) + 1 file changed, 29 insertions(+), 12 deletions(-) commit 52ba9a1800302f887ebe6d2e7aa7ab4503ea6e5e Author: Emmanuele Bassi @@ -757,7 +757,7 @@ Date: Sat Feb 27 18:24:17 2010 +0000 set only on Stages. clutter/clutter-actor.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit cd62dfbd1419870fb6792bcab87ea8e7d0e760f5 Author: Chris Lord @@ -785,7 +785,7 @@ Date: Fri Feb 26 16:43:02 2010 +0000 always the default, regardless of the release status. README | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 62f2961f8a9b2974e0a7a11ea534f0b14f8fef1a Author: Emmanuele Bassi @@ -794,7 +794,7 @@ Date: Fri Feb 26 15:12:27 2010 +0000 docs: Unicode-ify NEWS NEWS | 1302 +++++++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 651 insertions(+), 651 deletions(-) + 1 file changed, 651 insertions(+), 651 deletions(-) commit c8c62af0cf5d33f3fe3e4aab44ed49363263252c Author: Emmanuele Bassi @@ -809,7 +809,7 @@ Date: Fri Feb 26 15:00:47 2010 +0000 to avoid another release without NEWS updates, like 1.1.10 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e0f04efa411c0987db32c056958ad2c7cf5b6736 Author: Emmanuele Bassi @@ -822,7 +822,7 @@ Date: Fri Feb 26 10:36:17 2010 +0000 the pointer might be the same as before. clutter/clutter-input-device.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit 5d8346829585bb4b6d4617a232f87e3dab4eee5f Author: Neil Roberts @@ -840,11 +840,11 @@ Date: Tue Feb 23 14:45:44 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1998 - clutter/cogl/cogl/cogl-types.h | 6 +++++- - clutter/cogl/cogl/cogl-vertex-buffer.c | 17 ++++++++++++++++- - clutter/cogl/cogl/cogl-vertex-buffer.h | 8 ++++++++ - clutter/cogl/cogl/driver/gl/cogl.c | 3 ++- - .../cogl/cogl/driver/gles/cogl-feature-functions.h | 6 ++++++ + clutter/cogl/cogl/cogl-types.h | 6 +++++- + clutter/cogl/cogl/cogl-vertex-buffer.c | 17 ++++++++++++++++- + clutter/cogl/cogl/cogl-vertex-buffer.h | 8 ++++++++ + clutter/cogl/cogl/driver/gl/cogl.c | 3 ++- + .../cogl/cogl/driver/gles/cogl-feature-functions.h | 6 ++++++ 5 files changed, 37 insertions(+), 3 deletions(-) commit 67d9d928147aa59905960480a5d0b4c19c9d1920 @@ -857,7 +857,7 @@ Date: Thu Feb 25 23:23:53 2010 +0000 document the syntax of the "columns" scriptable property of ClutterModel. clutter/clutter-model.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit 70d7bad98ba50a657204ee356fd5ac5ccf4e8bea Author: Emmanuele Bassi @@ -869,7 +869,7 @@ Date: Thu Feb 25 23:15:59 2010 +0000 unwanted output during the conformance test run. tests/conform/test-model.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 96c31bbf0ea14c7cb6eaa824a6d5cf66d58b8d5b Author: Bastian Winkler @@ -899,8 +899,8 @@ Date: Thu Feb 25 23:47:49 2010 +0100 clutter/clutter-model.c | 105 ++++++++++++++++++++++++++++++++++++- tests/conform/test-conform-main.c | 1 + tests/conform/test-model.c | 34 ++++++++++++ - tests/data/test-script-model.json | 9 +++ - 5 files changed, 149 insertions(+), 1 deletions(-) + tests/data/test-script-model.json | 9 ++++ + 5 files changed, 149 insertions(+), 1 deletion(-) commit 63279f827e9d4e517c3dc88633a8b5ed47fbd74e Author: Emmanuele Bassi @@ -917,7 +917,7 @@ Date: Thu Feb 25 22:50:38 2010 +0000 Also, fix the introspection annotations. clutter/clutter-animator.c | 40 +++++++++++++++++++++++++++------------- - 1 files changed, 27 insertions(+), 13 deletions(-) + 1 file changed, 27 insertions(+), 13 deletions(-) commit 9db135c4eff97a3d3520cc05c9c3e85c153e8cc4 Author: Emmanuele Bassi @@ -933,7 +933,7 @@ Date: Thu Feb 25 18:28:37 2010 +0000 equivalent to a CLUTTER_VBLANK_GLX_SWAP. clutter/glx/clutter-backend-glx.c | 169 ++++++++++++++++++++----------------- - 1 files changed, 92 insertions(+), 77 deletions(-) + 1 file changed, 92 insertions(+), 77 deletions(-) commit 655cb966c08b0ec3a0b73ed1b18fc9ebbe9a93b8 Author: Emmanuele Bassi @@ -951,7 +951,7 @@ Date: Thu Feb 25 17:09:55 2010 +0000 doc/reference/clutter/Makefile.am | 3 + doc/reference/clutter/animator-key-frames.png | Bin 0 -> 11936 bytes doc/reference/clutter/animator-key-frames.svg | 271 +++++++++++++++++++++++++ - 4 files changed, 295 insertions(+), 0 deletions(-) + 4 files changed, 295 insertions(+) commit d3d05261e6a394736757cebb5aad9b9267e7cf53 Author: Emmanuele Bassi @@ -964,7 +964,7 @@ Date: Thu Feb 25 14:22:08 2010 +0000 or a full object. We can safely replace it with a simple type check. clutter/clutter-script-parser.c | 36 ++++-------------------------------- - 1 files changed, 4 insertions(+), 32 deletions(-) + 1 file changed, 4 insertions(+), 32 deletions(-) commit c0be19eff65c4c72aa5c934cee3b582903db40f6 Author: Emmanuele Bassi @@ -976,7 +976,7 @@ Date: Thu Feb 25 14:20:05 2010 +0000 actors, and warn about any other type. clutter/clutter-script-parser.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit c291d5a660f4ebac3dc57acad79b8153686a47f0 Author: Emmanuele Bassi @@ -989,7 +989,7 @@ Date: Thu Feb 25 14:08:57 2010 +0000 allows sharing definitions of Timelines in ClutterScript. clutter/clutter-animator.c | 26 +++++++++++++++++++++++++- - 1 files changed, 25 insertions(+), 1 deletions(-) + 1 file changed, 25 insertions(+), 1 deletion(-) commit 641582533952c91576fb53724b70cbe6afb119db Author: Emmanuele Bassi @@ -1002,7 +1002,7 @@ Date: Thu Feb 25 14:02:29 2010 +0000 documentation, in this case. clutter/clutter-animator.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 4bc4c604e926b07af9ef4c02fd5f000fc939259b Author: Emmanuele Bassi @@ -1015,7 +1015,7 @@ Date: Thu Feb 25 12:45:02 2010 +0000 need to manually call the create_child_meta() ourselves. clutter/clutter-box.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 543e2d3f0609864cebb1f1eaf258108abab50770 Author: Emmanuele Bassi @@ -1030,9 +1030,9 @@ Date: Thu Feb 25 12:39:24 2010 +0000 by ClutterContainer when adding and removing a child - namely the ChildMeta creation and destruction. - clutter/clutter-container.c | 44 ++++++++++++++++++++------- - clutter/clutter-container.h | 4 ++ - doc/reference/clutter/clutter-sections.txt | 2 + + clutter/clutter-container.c | 44 ++++++++++++++++++++-------- + clutter/clutter-container.h | 4 +++ + doc/reference/clutter/clutter-sections.txt | 2 ++ 3 files changed, 38 insertions(+), 12 deletions(-) commit 31b5856d69e8d53de17270da7ab59dd290e2868a @@ -1047,7 +1047,7 @@ Date: Wed Feb 24 23:04:39 2010 +0000 commented out. tests/conform/test-cogl-blend-strings.c | 46 +++++++++++++++++++++++++++++++ - 1 files changed, 46 insertions(+), 0 deletions(-) + 1 file changed, 46 insertions(+) commit 14999bec5e6b3d0aab057ef544f233d968e5cf67 Author: Neil Roberts @@ -1069,12 +1069,12 @@ Date: Wed Feb 24 11:13:55 2010 +0000 this to bind the texture. clutter/cogl/cogl/cogl-material.c | 10 --------- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 5 +-- - clutter/cogl/cogl/cogl-texture-driver.h | 7 ------ - clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 12 ---------- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 5 ++--- + clutter/cogl/cogl/cogl-texture-driver.h | 7 ------- + clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 12 ----------- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 22 -------------------- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 12 ---------- - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 13 ----------- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 12 ----------- + .../cogl/cogl/driver/gles/cogl-texture-driver.c | 13 ------------ 7 files changed, 2 insertions(+), 79 deletions(-) commit eba07020c549ff0ede9982c6d911d67e353ca5a3 @@ -1109,7 +1109,7 @@ Date: Wed Feb 24 10:42:59 2010 +0000 clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 6 ++++++ clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 2 ++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 3bc0672feff7c58326c4d50612bedf15aa9c02cb Author: Øyvind Kolås @@ -1119,8 +1119,8 @@ Date: Thu Feb 25 12:30:07 2010 +0000 Fixing the crasher reported in bug #1995. - clutter/clutter-animator.c | 108 ++++++++++++++++++++++++++----------------- - 1 files changed, 65 insertions(+), 43 deletions(-) + clutter/clutter-animator.c | 108 ++++++++++++++++++++++++++------------------ + 1 file changed, 65 insertions(+), 43 deletions(-) commit d2db512788aac496a3741cb424caea41cf4357a1 Author: Øyvind Kolås @@ -1160,7 +1160,7 @@ Date: Thu Feb 25 12:01:03 2010 +0000 libraries. clutter/clutter-animation.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 26e22b2ede0eb0fdfbe3d96189cb2aa196da83f8 Author: Emmanuele Bassi @@ -1182,7 +1182,7 @@ Date: Thu Feb 25 10:22:36 2010 +0000 clutter/clutter-container.c | 7 +++++++ clutter/clutter-interval.c | 10 ++++++++++ clutter/clutter-layout-manager.c | 7 +++++++ - 6 files changed, 45 insertions(+), 1 deletions(-) + 6 files changed, 45 insertions(+), 1 deletion(-) commit bd303d6efb7dfddbdf671f7c66ff5b73bb216f3f Author: Emmanuele Bassi @@ -1199,7 +1199,7 @@ Date: Wed Feb 24 16:43:17 2010 +0000 tests/conform/test-animator.c | 98 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + tests/data/test-animator-3.json | 40 +++++++++++++++ - 4 files changed, 140 insertions(+), 0 deletions(-) + 4 files changed, 140 insertions(+) commit 59fd7e4a810f51bad31c2eafb609d545557ef264 Author: Bastian Winkler @@ -1214,7 +1214,7 @@ Date: Wed Feb 24 16:32:19 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2003 clutter/clutter-animator.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit fd6f6707433a8ab57c8232afee65038213d4120c Author: Emmanuele Bassi @@ -1223,7 +1223,7 @@ Date: Wed Feb 24 14:40:22 2010 +0000 Post-release version bump to 1.1.15 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 18659b008c800b2dde6e5a2453fba04f5990f2b7 Author: Emmanuele Bassi @@ -1232,7 +1232,7 @@ Date: Wed Feb 24 14:26:46 2010 +0000 Release 1.1.14 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ec0c7fcd9bb734c3fd488b4b3ec3d469ba5e967f Author: Emmanuele Bassi @@ -1247,7 +1247,7 @@ Date: Wed Feb 24 14:23:58 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2002 clutter/x11/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1370d72a7a1490c1ed60f02634f146995482116d Author: Emmanuele Bassi @@ -1256,7 +1256,7 @@ Date: Wed Feb 24 14:20:14 2010 +0000 Update NEWS file NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 44 insertions(+), 0 deletions(-) + 1 file changed, 44 insertions(+) commit d1ca0e1b8f3dc6f5b5fec0ce3fba4702b9e75386 Author: Emmanuele Bassi @@ -1271,7 +1271,7 @@ Date: Wed Feb 24 12:23:46 2010 +0000 back pointer instead. clutter/clutter-fixed-layout.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit 3a9d842164708baa8fe877d829f9e9cdcbde3831 Author: Emmanuele Bassi @@ -1284,7 +1284,7 @@ Date: Wed Feb 24 12:09:13 2010 +0000 before because the Stage was shown at least once. tests/conform/test-actor-invariants.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit aa8c8127059326c2d13d9f8dd6a294e787e3760e Author: Emmanuele Bassi @@ -1296,7 +1296,7 @@ Date: Wed Feb 24 12:08:07 2010 +0000 default preferred size when empty. clutter/clutter-box.c | 31 ------------------------------- - 1 files changed, 0 insertions(+), 31 deletions(-) + 1 file changed, 31 deletions(-) commit 523bab0868255e3f2b2910a60a868bffeb5bf64a Author: Robert Bragg @@ -1325,7 +1325,7 @@ Date: Wed Feb 24 11:28:44 2010 +0000 replaceable with a simple strstr() call. clutter/cogl/cogl/cogl.h | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 829d3f4bc5d083320f7f1b70d25e0115e1b6512f Author: Emmanuele Bassi @@ -1341,7 +1341,7 @@ Date: Wed Feb 24 11:27:51 2010 +0000 NEWS | 33 +++++++++++++++++++++++++++++++++ README | 21 +++++++++++++++++++++ - 2 files changed, 54 insertions(+), 0 deletions(-) + 2 files changed, 54 insertions(+) commit d54af2363d390bf598aaa931821a46604d4f192a Author: Emmanuele Bassi @@ -1372,7 +1372,7 @@ Date: Tue Feb 23 22:06:59 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1988 clutter/clutter-box.c | 25 ++++++++++++++++++++++--- - 1 files changed, 22 insertions(+), 3 deletions(-) + 1 file changed, 22 insertions(+), 3 deletions(-) commit da0315e4d666cc7cbfcfe7dab63d731df2a02338 Author: Neil Roberts @@ -1390,7 +1390,7 @@ Date: Tue Feb 23 22:10:30 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1988 clutter/clutter-box.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c65f2ee1e4595d3044d05cadb4f33fc2d03a6f3 Author: Robert Bragg @@ -1405,7 +1405,7 @@ Date: Wed Feb 17 18:45:08 2010 +0000 clutter/cogl/cogl/cogl-debug.c | 2 ++ clutter/cogl/cogl/cogl-debug.h | 3 ++- clutter/cogl/cogl/cogl-framebuffer.c | 6 ++++++ - 3 files changed, 10 insertions(+), 1 deletions(-) + 3 files changed, 10 insertions(+), 1 deletion(-) commit fa3830ff20962dc72b676a5411a7fa1829a870cd Author: Robert Bragg @@ -1435,7 +1435,7 @@ Date: Wed Feb 17 17:40:57 2010 +0000 investigating issues. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 511e5ceb516dcbf2c406a7c2e8e0e56d2135fb0d Author: Robert Bragg @@ -1472,7 +1472,7 @@ Date: Tue Feb 23 17:59:09 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1988 clutter/clutter-box.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 95960ab902852e9c4830815b89d0a315fb9e4c50 Author: Emmanuele Bassi @@ -1484,7 +1484,7 @@ Date: Tue Feb 23 16:51:26 2010 +0000 unref functions. clutter/cogl/cogl/cogl-material.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a9941e94995d2701783f055e69fba52a64f609e0 Author: Emmanuele Bassi @@ -1532,9 +1532,9 @@ Date: Tue Feb 16 20:08:35 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1991 - clutter/clutter-debug.h | 14 ++++++++-- - clutter/clutter-main.c | 49 +++++++++++++++++++++++++++++------- - clutter/glx/clutter-backend-glx.c | 6 +++- + clutter/clutter-debug.h | 14 ++++++++--- + clutter/clutter-main.c | 49 +++++++++++++++++++++++++++++-------- + clutter/glx/clutter-backend-glx.c | 6 +++-- 3 files changed, 54 insertions(+), 15 deletions(-) commit a9c307ff5d94489b30d7398ac80072fe7222a434 @@ -1550,7 +1550,7 @@ Date: Wed Feb 17 22:16:17 2010 +0000 http://bugzilla.o-hand.com/show_bug.cgi?id=1996 clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 14669657737cc1547fb0db261232e63bdd2755d9 Author: Emmanuele Bassi @@ -1563,7 +1563,7 @@ Date: Mon Feb 22 11:34:04 2010 +0000 same device. clutter/clutter-stage.c | 29 ++++++++++++++++++++++------- - 1 files changed, 22 insertions(+), 7 deletions(-) + 1 file changed, 22 insertions(+), 7 deletions(-) commit 5ed4732737202c3051044455a91dc70c213fb800 Author: Emmanuele Bassi @@ -1592,7 +1592,7 @@ Date: Mon Feb 22 11:30:14 2010 +0000 http://bugzilla.moblin.org/show_bug.cgi?id=9781 clutter/clutter-input-device.c | 27 +++++++++++++++++++++++---- - 1 files changed, 23 insertions(+), 4 deletions(-) + 1 file changed, 23 insertions(+), 4 deletions(-) commit ee33357fd5d08be824a5ecb3161a79568afa4e5c Author: Emmanuele Bassi @@ -1632,7 +1632,7 @@ Date: Thu Feb 18 11:34:06 2010 +0000 the caveats for the "update_stage" argument. clutter/clutter-input-device.c | 49 ++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 49 insertions(+), 0 deletions(-) + 1 file changed, 49 insertions(+) commit a2afc9d7ba0a80733044b97498a7df26de5a4ab2 Author: Neil Roberts @@ -1659,7 +1659,7 @@ Date: Tue Feb 16 14:53:10 2010 +0000 arguments can be used for. clutter/cogl/cogl/cogl-texture.h | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 9c06c94374c61c019ca49fa6fd80679e6ad2f29a Author: Robert Bragg @@ -1679,7 +1679,7 @@ Date: Tue Feb 16 14:23:11 2010 +0000 Thanks to Johan Bilien for reporting clutter/cogl/cogl/cogl-texture-2d-sliced.c | 24 +++++++++--------------- - 1 files changed, 9 insertions(+), 15 deletions(-) + 1 file changed, 9 insertions(+), 15 deletions(-) commit 8b040cac4dfaaa9d91635d31d93a79d00f637772 Author: Emmanuele Bassi @@ -1717,7 +1717,7 @@ Date: Wed Feb 17 18:21:50 2010 +0000 clutter/clutter-event.h | 2 - clutter/clutter-input-device.c | 59 ++++++++++++++++++++++++++++ - clutter/clutter-input-device.h | 5 ++ + clutter/clutter-input-device.h | 5 +++ clutter/clutter-types.h | 2 + doc/reference/clutter/clutter-sections.txt | 2 + 5 files changed, 68 insertions(+), 2 deletions(-) @@ -1743,12 +1743,12 @@ Date: Wed Feb 17 17:06:25 2010 +0000 Win32 backend has been updated blindly, so it might require additional testing. - clutter/clutter-backend.h | 38 ++-- - clutter/clutter-device-manager.c | 166 +++++++++---- - clutter/clutter-device-manager.h | 51 ++++- + clutter/clutter-backend.h | 38 +-- + clutter/clutter-device-manager.c | 166 ++++++++---- + clutter/clutter-device-manager.h | 51 +++- clutter/clutter-private.h | 7 - clutter/win32/Makefile.am | 2 + - clutter/win32/clutter-backend-win32.c | 38 ++-- + clutter/win32/clutter-backend-win32.c | 38 +-- clutter/win32/clutter-backend-win32.h | 3 +- clutter/win32/clutter-device-manager-win32.c | 173 +++++++++++++ clutter/win32/clutter-device-manager-win32.h | 60 +++++ @@ -1776,7 +1776,7 @@ Date: Wed Feb 17 16:56:30 2010 +0000 Clutter mouse motion events. clutter/x11/clutter-event-x11.c | 26 ++++++++++++++++---------- - 1 files changed, 16 insertions(+), 10 deletions(-) + 1 file changed, 16 insertions(+), 10 deletions(-) commit 05054bed87866d10c927642fe6273c5bd8f89a95 Author: Neil Roberts @@ -1795,7 +1795,7 @@ Date: Wed Feb 17 15:58:32 2010 +0000 clutter/cogl/cogl/cogl-clip-stack.c | 6 +++++- clutter/cogl/cogl/cogl-util.h | 8 ++++++++ - 2 files changed, 13 insertions(+), 1 deletions(-) + 2 files changed, 13 insertions(+), 1 deletion(-) commit a726ef32aa4721070b57df2e08c304096cb24736 Author: Neil Roberts @@ -1809,7 +1809,7 @@ Date: Wed Feb 17 14:38:45 2010 +0000 was causing errors to be reported with the checks filterset of Bugle. tests/interactive/test-cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fbcaf1e0b34f68934e0c84b01adfa5ea920c6c6a Author: Emmanuele Bassi @@ -1838,7 +1838,7 @@ Date: Tue Feb 16 18:25:46 2010 +0000 missed or didn't get the compiler warning. Fix. clutter/x11/clutter-stage-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f9f03894a691cfb8f791f34c684d82f8a6d5b5b8 Author: Chris Lord @@ -1853,7 +1853,7 @@ Date: Tue Feb 16 18:17:55 2010 +0000 This should fix resizing in things like gtk-clutter. clutter/x11/clutter-stage-x11.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit df6e7aee73a3c3818acab8218732659eb77a3cdc Author: Chris Lord @@ -1866,7 +1866,7 @@ Date: Tue Feb 16 17:46:52 2010 +0000 glViewport. clutter/x11/clutter-stage-x11.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit c2d016471258c529d7829ed807e76a4e029b614b Author: Emmanuele Bassi @@ -1875,7 +1875,7 @@ Date: Tue Feb 16 16:31:20 2010 +0000 Add test-stage-sizing to the ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d42f928c43994331017bca7145b7b06fd5848909 Author: Chris Lord @@ -1888,7 +1888,7 @@ Date: Tue Feb 16 15:39:08 2010 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-stage-sizing.c | 113 +++++++++++++++++++++++++++++++++ - 2 files changed, 115 insertions(+), 1 deletions(-) + 2 files changed, 115 insertions(+), 1 deletion(-) commit 1117b6a9ac974dd5855c5e76965c15329c608ff4 Author: Chris Lord @@ -1911,7 +1911,7 @@ Date: Tue Feb 16 14:50:14 2010 +0000 of the screen, for example, with stock metacity). clutter/clutter-stage.c | 3 +- - clutter/x11/clutter-event-x11.c | 13 ++++++- + clutter/x11/clutter-event-x11.c | 13 +++++-- clutter/x11/clutter-stage-x11.c | 71 ++++++++++++++++++++++----------------- clutter/x11/clutter-stage-x11.h | 2 +- 4 files changed, 54 insertions(+), 35 deletions(-) @@ -1923,7 +1923,7 @@ Date: Tue Feb 16 12:32:37 2010 +0000 Post-release version bump to 1.1.13 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 21354b2b7518c9518fa8405f07ed1f929736d4a2 Author: Emmanuele Bassi @@ -1932,7 +1932,7 @@ Date: Tue Feb 16 12:21:15 2010 +0000 Release 1.1.12 (developers snapshot) configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7a3eb452b802e5b38542d224da179c4267706e7b Author: Emmanuele Bassi @@ -1950,7 +1950,7 @@ Date: Tue Feb 16 12:16:02 2010 +0000 tests/conform/test-cogl-readpixels.c | 1 - tests/conform/test-cogl-viewport.c | 1 - tests/conform/test-pick.c | 1 - - 4 files changed, 0 insertions(+), 4 deletions(-) + 4 files changed, 4 deletions(-) commit 4cadc7300504828fa0db8cb21e1b9d8e23be6319 Author: Emmanuele Bassi @@ -1962,7 +1962,7 @@ Date: Tue Feb 16 12:15:23 2010 +0000 fine. tests/conform/test-pick.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 958545aa70e526a12720bf2dd0d9b9a24d273b8d Author: Neil Roberts @@ -1975,7 +1975,7 @@ Date: Tue Feb 16 12:01:18 2010 +0000 create any textures anyway so the full atlas texture won't be created. clutter/cogl/cogl/cogl-atlas-texture.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit a5021ba30f553d641399545d9777eb5b4b385ac1 Author: Neil Roberts @@ -1991,7 +1991,7 @@ Date: Tue Feb 16 11:58:47 2010 +0000 Thanks to Vladimir Ivakin for reporting this problem. clutter/cogl/cogl/cogl-atlas-texture.c | 19 ++++++++++++------- - 1 files changed, 12 insertions(+), 7 deletions(-) + 1 file changed, 12 insertions(+), 7 deletions(-) commit e65bb38720c8990684ce24bda08b78d8da49cc1b Author: Emmanuele Bassi @@ -2004,7 +2004,7 @@ Date: Tue Feb 16 11:38:51 2010 +0000 without incrementing the verbosity of the test itself. tests/conform/test-cogl-readpixels.c | 18 ++++++++---------- - 1 files changed, 8 insertions(+), 10 deletions(-) + 1 file changed, 8 insertions(+), 10 deletions(-) commit 56f164f8a1c634e2d0ba6ffb5879672d456e1488 Author: Emmanuele Bassi @@ -2013,7 +2013,7 @@ Date: Mon Feb 15 19:03:37 2010 +0000 docs: Document SWAP_EVENTS feature flag clutter/clutter-feature.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2fcb644e4fb02375bdf8b1f54677bcde7abdceba Author: Chris Lord @@ -2096,7 +2096,7 @@ Date: Mon Feb 15 11:58:55 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-pixel-buffer.c | 3 --- - 2 files changed, 1 insertions(+), 3 deletions(-) + 2 files changed, 1 insertion(+), 3 deletions(-) commit 032121ce17fb825592ba435cf260107b52f8196c Author: Emmanuele Bassi @@ -2107,7 +2107,7 @@ Date: Mon Feb 15 11:57:48 2010 +0000 We should not be using deprecated API in the conformance test suite. tests/conform/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c3354cb2c0acc7d80b2cea3f970a1d83a47d585c Author: Emmanuele Bassi @@ -2135,7 +2135,7 @@ Date: Mon Feb 15 11:45:35 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1989 clutter/x11/clutter-stage-x11.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 89191e8bbc591f33dd0f45e2317f31eeaa7d4023 Author: Emmanuele Bassi @@ -2148,7 +2148,7 @@ Date: Mon Feb 15 11:44:02 2010 +0000 the documentation. clutter/clutter-animation.c | 34 ++++++++++++++++++++++++---------- - 1 files changed, 24 insertions(+), 10 deletions(-) + 1 file changed, 24 insertions(+), 10 deletions(-) commit 262782feae4e8130321be414f7aac9141ae22eab Author: Damien Lespiau @@ -2174,7 +2174,7 @@ Date: Fri Feb 12 17:24:15 2010 +0000 commit fixes this. clutter/cogl/cogl/cogl-buffer.c | 15 +++++---------- - 1 files changed, 5 insertions(+), 10 deletions(-) + 1 file changed, 5 insertions(+), 10 deletions(-) commit e668a2f228acb1f38853eea4245f87e10e82fe23 Author: Neil Roberts @@ -2190,7 +2190,7 @@ Date: Fri Feb 12 15:33:56 2010 +0000 remaining in the atlas after migrating a texture out. clutter/cogl/cogl/cogl-atlas-texture.c | 26 +++++++++++++++++++++++++- - 1 files changed, 25 insertions(+), 1 deletions(-) + 1 file changed, 25 insertions(+), 1 deletion(-) commit 4be4f56bdf463ccac89c7068b47ba1450bee95ee Author: Neil Roberts @@ -2206,8 +2206,8 @@ Date: Fri Feb 12 10:08:51 2010 +0000 clutter/cogl/cogl/cogl-sub-texture-private.h | 17 ++++- clutter/cogl/cogl/cogl-sub-texture.c | 29 +++++++-- - clutter/cogl/cogl/cogl-texture.h | 4 + - tests/conform/test-cogl-sub-texture.c | 89 ++++++++++++++++--------- + clutter/cogl/cogl/cogl-texture.h | 4 ++ + tests/conform/test-cogl-sub-texture.c | 89 +++++++++++++++++--------- 4 files changed, 99 insertions(+), 40 deletions(-) commit 2018b5b16750b090c5592ebd5262fc66d809183e @@ -2221,8 +2221,8 @@ Date: Fri Feb 12 16:24:27 2010 +0000 split the recursive function from the public entry point and perform the type check just once. - clutter/clutter-actor.c | 55 +++++++++++++++++++++++++++++----------------- - 1 files changed, 35 insertions(+), 20 deletions(-) + clutter/clutter-actor.c | 55 ++++++++++++++++++++++++++++++----------------- + 1 file changed, 35 insertions(+), 20 deletions(-) commit 37d51cb78e41ea36f01c049eda6163bddc84ce33 Author: Emmanuele Bassi @@ -2234,7 +2234,7 @@ Date: Fri Feb 12 16:18:12 2010 +0000 go through the public API. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 124f30cccef75feabb0933c074753b392f373e82 Author: Emmanuele Bassi @@ -2257,7 +2257,7 @@ Date: Fri Feb 12 14:46:43 2010 +0000 We want to be warned about uninitialized variables. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 00c4bfc3c69ba1c1c37852392b46c0fe601a98a1 Author: Emmanuele Bassi @@ -2268,7 +2268,7 @@ Date: Fri Feb 12 14:45:49 2010 +0000 Abort if test-behave was passed the wrong type of behaviour to test. tests/interactive/test-behave.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 46182233c031c480b5d4d1f6109ab28a6199d369 Author: Emmanuele Bassi @@ -2279,7 +2279,7 @@ Date: Fri Feb 12 14:45:04 2010 +0000 Initialize ClutterPathNote members to 0 using "{ 0, }". tests/conform/test-path.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 78f1f508af88ccd9652d38811a4ebc6662c566dd Author: Emmanuele Bassi @@ -2290,7 +2290,7 @@ Date: Thu Feb 11 15:24:41 2010 +0000 Remove an unused variable. clutter/x11/clutter-event-x11.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 081696fdb5d83c41ed201277db272572eb534db2 Author: Emmanuele Bassi @@ -2301,7 +2301,7 @@ Date: Thu Feb 11 15:24:17 2010 +0000 Remove unused variables. clutter/cogl/pango/cogl-pango-render.c | 17 +++++++---------- - 1 files changed, 7 insertions(+), 10 deletions(-) + 1 file changed, 7 insertions(+), 10 deletions(-) commit 2d8bdf9e5ebd101b40854e0066b06037dd261ea5 Author: Emmanuele Bassi @@ -2312,7 +2312,7 @@ Date: Thu Feb 11 15:20:25 2010 +0000 Do not pre-initialize the list iterator, the for loop will do it for us. clutter/clutter-timeout-pool.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c8f8818784ba7c709c70ead6d8e103ee28d0c8c Author: Emmanuele Bassi @@ -2323,7 +2323,7 @@ Date: Thu Feb 11 15:20:07 2010 +0000 Remove an unused variable. clutter/clutter-timeline.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 65af411cb4675eab722fe16acc93fa6e7183e3c8 Author: Emmanuele Bassi @@ -2334,7 +2334,7 @@ Date: Thu Feb 11 15:19:46 2010 +0000 Remove unused variables. clutter/clutter-texture.c | 25 +++++++++---------------- - 1 files changed, 9 insertions(+), 16 deletions(-) + 1 file changed, 9 insertions(+), 16 deletions(-) commit 09644e4bb6cff70d2c9a59bbe9b461b7e53676e2 Author: Emmanuele Bassi @@ -2345,7 +2345,7 @@ Date: Thu Feb 11 15:19:32 2010 +0000 Remove unused variables. clutter/clutter-text.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit c2d434e3af3d3b862866273a7dd15541ecbebcd5 Author: Emmanuele Bassi @@ -2356,7 +2356,7 @@ Date: Thu Feb 11 15:19:18 2010 +0000 Remove unused variables. clutter/clutter-stage.c | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit 136e8c1acb15c078c0898a834f55666c6f0ef384 Author: Emmanuele Bassi @@ -2368,7 +2368,7 @@ Date: Thu Feb 11 15:17:53 2010 +0000 variable. Ouch. clutter/clutter-script-parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4d9010dd5e9c5a69ba5f7a0c3969ce5ac337c08d Author: Emmanuele Bassi @@ -2379,7 +2379,7 @@ Date: Thu Feb 11 15:17:32 2010 +0000 Remove unused variables. clutter/clutter-rectangle.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit 8ba65cfd4aba677530b25d9ab1323d2b1b281282 Author: Emmanuele Bassi @@ -2390,7 +2390,7 @@ Date: Thu Feb 11 15:17:07 2010 +0000 Remove unused variables. clutter/clutter-model.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit bea1a0a6a22ecd0ed96720bcecb3919d3fbb2757 Author: Emmanuele Bassi @@ -2404,7 +2404,7 @@ Date: Thu Feb 11 15:13:40 2010 +0000 like these are more black magic than real optimization. clutter/clutter-main.c | 21 ++++++--------------- - 1 files changed, 6 insertions(+), 15 deletions(-) + 1 file changed, 6 insertions(+), 15 deletions(-) commit 66920ea540834c0264434f64a0dcfae4150e625f Author: Emmanuele Bassi @@ -2415,7 +2415,7 @@ Date: Thu Feb 11 15:13:20 2010 +0000 Remove unused variables. clutter/clutter-interval.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 853f9941da5f40b936307ce45f67265f978d9c2b Author: Emmanuele Bassi @@ -2428,7 +2428,7 @@ Date: Thu Feb 11 15:11:51 2010 +0000 space we allocate is 0. clutter/clutter-box-layout.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit cd058562538633962089cd30787b7a98d9733144 Author: Emmanuele Bassi @@ -2439,7 +2439,7 @@ Date: Thu Feb 11 15:11:25 2010 +0000 Remove an unused variable. clutter/clutter-behaviour.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 6dc0e9632cc2597240d9e42c98cd567dbcc1dbec Author: Emmanuele Bassi @@ -2454,7 +2454,7 @@ Date: Thu Feb 11 15:09:51 2010 +0000 timeline implicit creation into its own function. clutter/clutter-animation.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit a287ca7a2824efef2608877555711c408122a400 Author: Emmanuele Bassi @@ -2465,7 +2465,7 @@ Date: Thu Feb 11 15:09:12 2010 +0000 Clean up an unused variable. clutter/clutter-animator.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 667222c301ca0f19c570938055208e564e4d02ef Author: Emmanuele Bassi @@ -2478,7 +2478,7 @@ Date: Thu Feb 11 15:08:19 2010 +0000 the readability and avoids pulling a Lisp with the parentheses. clutter/clutter-animator.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit fcd3cfc0bfc656d63088a443355b30e7b50d2850 Author: Emmanuele Bassi @@ -2489,7 +2489,7 @@ Date: Thu Feb 11 15:07:38 2010 +0000 Clean up unused variables. clutter/clutter-alpha.c | 12 ++---------- - 1 files changed, 2 insertions(+), 10 deletions(-) + 1 file changed, 2 insertions(+), 10 deletions(-) commit aa6d7a30291c199fc1d26a93574d88c027367bf0 Author: Emmanuele Bassi @@ -2500,7 +2500,7 @@ Date: Thu Feb 11 15:05:18 2010 +0000 Clean up ClutterActor for unused variables. clutter/clutter-actor.c | 12 +----------- - 1 files changed, 1 insertions(+), 11 deletions(-) + 1 file changed, 1 insertion(+), 11 deletions(-) commit 7a372bc0011b6301cc8b46767493a23218a67cff Author: Neil Roberts @@ -2663,7 +2663,7 @@ Date: Wed Feb 10 01:57:32 2010 +0000 clutter/cogl/cogl/cogl-bitmap-fallback.c | 82 +++--- clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 60 ++-- clutter/cogl/cogl/cogl-bitmap-private.h | 30 +- - clutter/cogl/cogl/cogl-bitmap.c | 34 +- + clutter/cogl/cogl/cogl-bitmap.c | 34 +-- clutter/cogl/cogl/cogl-bitmap.h | 15 +- clutter/cogl/cogl/cogl-blend-string.c | 12 +- clutter/cogl/cogl/cogl-blend-string.h | 4 +- @@ -2682,28 +2682,28 @@ Date: Wed Feb 10 01:57:32 2010 +0000 clutter/cogl/cogl/cogl-fixed.c | 24 +- clutter/cogl/cogl/cogl-fixed.h | 72 +++-- clutter/cogl/cogl/cogl-handle.h | 2 +- - clutter/cogl/cogl/cogl-internal.h | 32 ++- + clutter/cogl/cogl/cogl-internal.h | 32 +- clutter/cogl/cogl/cogl-journal.c | 26 +- clutter/cogl/cogl/cogl-material-private.h | 67 +++-- clutter/cogl/cogl/cogl-material.c | 22 +- - clutter/cogl/cogl/cogl-material.h | 175 +++++++----- - clutter/cogl/cogl/cogl-matrix.h | 110 ++++--- + clutter/cogl/cogl/cogl-material.h | 175 ++++++----- + clutter/cogl/cogl/cogl-matrix.h | 110 +++---- clutter/cogl/cogl/cogl-path.h | 138 +++++---- clutter/cogl/cogl/cogl-pixel-buffer-private.h | 9 +- clutter/cogl/cogl/cogl-pixel-buffer.c | 53 ++-- - clutter/cogl/cogl/cogl-pixel-buffer.h | 46 ++-- - clutter/cogl/cogl/cogl-primitives.c | 48 ++-- + clutter/cogl/cogl/cogl-pixel-buffer.h | 46 +-- + clutter/cogl/cogl/cogl-primitives.c | 48 +-- clutter/cogl/cogl/cogl-primitives.h | 13 +- - clutter/cogl/cogl/cogl-shader.h | 96 ++++--- + clutter/cogl/cogl/cogl-shader.h | 96 +++--- clutter/cogl/cogl/cogl-sub-texture-private.h | 14 +- - clutter/cogl/cogl/cogl-sub-texture.c | 70 +++--- + clutter/cogl/cogl/cogl-sub-texture.c | 70 ++--- clutter/cogl/cogl/cogl-texture-2d-private.h | 4 +- clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 6 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 163 +++++----- clutter/cogl/cogl/cogl-texture-2d.c | 34 ++- clutter/cogl/cogl/cogl-texture-private.h | 6 +- - clutter/cogl/cogl/cogl-texture.c | 106 ++++---- - clutter/cogl/cogl/cogl-texture.h | 220 ++++++++------- + clutter/cogl/cogl/cogl-texture.c | 106 +++---- + clutter/cogl/cogl/cogl-texture.h | 220 +++++++------- clutter/cogl/cogl/cogl-types.h | 15 +- clutter/cogl/cogl/cogl-util.c | 30 +- clutter/cogl/cogl/cogl-vertex-buffer-private.h | 2 +- @@ -2717,10 +2717,10 @@ Date: Wed Feb 10 01:57:32 2010 +0000 clutter/cogl/cogl/driver/gl/cogl.c | 8 +- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 6 +- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 12 +- - clutter/cogl/cogl/driver/gles/cogl-program.c | 42 ++-- + clutter/cogl/cogl/driver/gles/cogl-program.c | 42 +-- clutter/cogl/cogl/driver/gles/cogl-shader.c | 4 +- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 4 +- - clutter/cogl/doc/CODING_STYLE | 49 +++ + clutter/cogl/doc/CODING_STYLE | 49 ++++ 64 files changed, 1491 insertions(+), 1184 deletions(-) commit 8c9472bc4c0350bc28f6ca152e82a0a507063d19 @@ -2736,14 +2736,14 @@ Date: Fri Feb 5 16:32:19 2010 +0000 doing raw GL calls in ClutterGLXTexturePixmap, so this introduces a couple of (legitimate) build warnings while compiling Clutter. - clutter/cogl/cogl/cogl-feature-private.c | 4 +- + clutter/cogl/cogl/cogl-feature-private.c | 4 ++-- clutter/cogl/cogl/cogl-internal.h | 1 + clutter/cogl/cogl/cogl.c | 32 ++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl.h | 11 +++++++++- - clutter/cogl/cogl/driver/gl/cogl.c | 31 ++-------------------------- + clutter/cogl/cogl/driver/gl/cogl.c | 31 +++-------------------------- clutter/cogl/cogl/driver/gles/cogl.c | 25 ----------------------- - clutter/glx/clutter-backend-glx.c | 6 ++-- - clutter/glx/clutter-glx-texture-pixmap.c | 5 ++- + clutter/glx/clutter-backend-glx.c | 6 +++--- + clutter/glx/clutter-glx-texture-pixmap.c | 5 +++-- 8 files changed, 54 insertions(+), 61 deletions(-) commit b898f0e227aeabeb0513d1228a8f432c467d95b9 @@ -2786,7 +2786,7 @@ Date: Tue Feb 9 19:19:44 2010 +0000 list item being iterated being freed.) clutter/clutter-box.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 60a4664d6e4f67b5e527cc2ecd190a538ed994ec Author: Robert Bragg @@ -2797,7 +2797,7 @@ Date: Tue Feb 9 19:06:59 2010 +0000 Adds a Copyright (C) 2009,2010 Intel Corporation header clutter/clutter-box.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 4355621aebb075bc34b50a89f8ba99e8b8e12ff7 Author: Robert Bragg @@ -2833,7 +2833,7 @@ Date: Tue Feb 9 18:54:28 2010 +0000 guards can be found in all other clutter actors. clutter/clutter-box.c | 1 - - clutter/clutter-group.c | 366 +++++++++++++++++++++------------------------- + clutter/clutter-group.c | 366 +++++++++++++++++++++-------------------------- 2 files changed, 167 insertions(+), 200 deletions(-) commit 34c7611407154fcbb61c82c959c2a38972c2534f @@ -2847,7 +2847,7 @@ Date: Fri Feb 12 11:38:47 2010 +0000 context. doc/HACKING.backends | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 44818a48273baa7dabfbb9370ac218ae8b0cf38e Author: Neil Roberts @@ -2874,7 +2874,7 @@ Date: Wed Feb 10 17:20:31 2010 +0000 valid and b) a Stage. clutter/clutter-main.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d0734bc4741d77e7c239cf860b73b49e9564aa91 Author: Emmanuele Bassi @@ -2889,7 +2889,7 @@ Date: Wed Feb 10 17:12:27 2010 +0000 http://bugzilla.moblin.org/show_bug.cgi?id=9602 clutter/clutter-input-device.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 4208169ab48795ca8f10287bd67031e161bf1f82 Author: Emmanuele Bassi @@ -2902,7 +2902,7 @@ Date: Wed Feb 10 15:38:41 2010 +0000 Pango, once converted in pixels. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f54b29a0c0c182f1396abd9df7d46d99b81a133d Author: Emmanuele Bassi @@ -2913,7 +2913,7 @@ Date: Wed Feb 10 15:38:07 2010 +0000 Use a low opacity for the text field border. tests/interactive/test-text-field.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2670fc58710b1d9d1ad5afae7b6ac397e1dc54dd Author: Emmanuele Bassi @@ -2925,7 +2925,7 @@ Date: Wed Feb 10 15:37:26 2010 +0000 field. tests/interactive/test-text-field.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3fdb0a59509aeaeb07c276ebd09df355626cfb92 Author: Robert Bragg @@ -2937,7 +2937,7 @@ Date: Wed Feb 10 11:57:58 2010 +0000 a child of the Master Clock. clutter/clutter-backend.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1899dbdc270e0bd494d174dd6bfbb9c5d18e174f Author: Robert Bragg @@ -2953,7 +2953,7 @@ Date: Wed Feb 10 12:18:41 2010 +0000 1.3) clutter/glx/clutter-backend-glx.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ce1bb3d858fd02d6bcfb94b2b8999cfd7d0a4535 Author: Neil Roberts @@ -2967,7 +2967,7 @@ Date: Wed Feb 10 12:41:09 2010 +0000 with the wrong filter mode. clutter/cogl/cogl/cogl-material.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit b61c2b510b5f5a72ae6181cdce646d7018fbd996 Author: Emmanuele Bassi @@ -2981,7 +2981,7 @@ Date: Wed Feb 10 10:58:14 2010 +0000 • enable experimental API. clutter/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4a9f08639f7127719f5b59ee9287641ba4912063 Author: Robert Bragg @@ -3015,11 +3015,11 @@ Date: Thu Nov 12 20:37:01 2009 +0000 clutter/clutter-master-clock.c | 72 ++++++++++++++++++++++++---- clutter/clutter-private.h | 2 + clutter/clutter-stage-window.c | 13 +++++ - clutter/clutter-stage-window.h | 3 + - clutter/clutter-stage.c | 8 +++ + clutter/clutter-stage-window.h | 3 ++ + clutter/clutter-stage.c | 8 ++++ clutter/glx/Makefile.am | 2 + - clutter/glx/clutter-backend-glx.c | 56 +++++++++++++++++---- - clutter/glx/clutter-backend-glx.h | 3 + + clutter/glx/clutter-backend-glx.c | 56 +++++++++++++++++----- + clutter/glx/clutter-backend-glx.h | 3 ++ clutter/glx/clutter-event-glx.c | 96 +++++++++++++++++++++++++++++++++++++ clutter/glx/clutter-event-glx.h | 38 +++++++++++++++ clutter/glx/clutter-stage-glx.c | 21 ++++++++ @@ -3027,7 +3027,7 @@ Date: Thu Nov 12 20:37:01 2009 +0000 clutter/x11/clutter-backend-x11.c | 10 ++++ clutter/x11/clutter-backend-x11.h | 7 +++ clutter/x11/clutter-event-x11.c | 5 ++ - doc/HACKING.backends | 8 +++ + doc/HACKING.backends | 8 ++++ 17 files changed, 327 insertions(+), 22 deletions(-) commit 848db1ee4cc910542435bbcd3a57933bdf70269e @@ -3040,9 +3040,9 @@ Date: Thu Jan 14 14:03:23 2010 +0000 old style X Windows as GLXDrawables, so we now create GLXWindows for stages when possible. - clutter/glx/clutter-backend-glx.c | 72 ++++++++++++++++++++++++++++-------- + clutter/glx/clutter-backend-glx.c | 72 ++++++++++++++++++++++++++++--------- clutter/glx/clutter-backend-glx.h | 1 + - clutter/glx/clutter-stage-glx.c | 28 ++++++++++++++ + clutter/glx/clutter-stage-glx.c | 28 +++++++++++++++ clutter/glx/clutter-stage-glx.h | 1 + 4 files changed, 86 insertions(+), 16 deletions(-) @@ -3058,7 +3058,7 @@ Date: Tue Feb 9 18:33:09 2010 +0000 not invert the meaning of the error check. clutter/clutter-backend.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b1925df82fa92fd68623c9a999ece6bf4ddfde3 Author: Emmanuele Bassi @@ -3070,7 +3070,7 @@ Date: Tue Feb 9 17:07:08 2010 +0000 was hidden behind the deprecation guards. clutter/cogl/cogl/cogl-material.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d2bdd3cb62c1cba24619ae843cf087709a02643d Author: Emmanuele Bassi @@ -3098,7 +3098,7 @@ Date: Tue Feb 9 16:30:28 2010 +0000 modification is done from inline assembler. clutter/cogl/cogl/cogl-bitmap-fallback.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f5d2f58b03bf03b69f6cb92b3bdddb92b8a8ecc2 Author: Emmanuele Bassi @@ -3114,7 +3114,7 @@ Date: Tue Feb 9 15:29:29 2010 +0000 missing symbols that should be added to the cogl-sections.txt file. doc/reference/cogl/Makefile.am | 54 +++++++++++++++++++--------------- - doc/reference/cogl/cogl-sections.txt | 7 ++++ + doc/reference/cogl/cogl-sections.txt | 7 +++++ 2 files changed, 37 insertions(+), 24 deletions(-) commit ecc5ffe91ace38c9d288251807e721a4cd71b052 @@ -3130,7 +3130,7 @@ Date: Tue Feb 9 15:19:03 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-buffer.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9aac36b47e43e95d12c8d28bd3671e6f5e000d32 Author: Emmanuele Bassi @@ -3145,7 +3145,7 @@ Date: Tue Feb 9 14:48:11 2010 +0000 This pushed Cogl's API reference coverage to 100%. doc/reference/cogl/cogl-sections.txt | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 7ebb1e7157ab5d3efbeb37d7879d851adc7da40e Author: Emmanuele Bassi @@ -3160,11 +3160,11 @@ Date: Tue Feb 9 14:41:37 2010 +0000 Not bad, if I may say so. - clutter/cogl/cogl/cogl-buffer.h | 12 ++++++-- + clutter/cogl/cogl/cogl-buffer.h | 12 ++++++--- clutter/cogl/cogl/cogl-color.h | 41 +++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-fixed.h | 2 +- clutter/cogl/cogl/cogl-material-private.h | 2 +- - clutter/cogl/cogl/cogl-matrix.h | 3 +- + clutter/cogl/cogl/cogl-matrix.h | 3 ++- clutter/cogl/cogl/cogl-types.h | 23 +++++++++++++++- doc/reference/cogl/cogl-sections.txt | 16 +++-------- 7 files changed, 80 insertions(+), 19 deletions(-) @@ -3176,7 +3176,7 @@ Date: Tue Feb 9 13:39:08 2010 +0000 Post-release bump to 1.1.11 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a24d4d21a0eeca771476705ef407d55fdb32e68f Author: Emmanuele Bassi @@ -3187,7 +3187,7 @@ Date: Tue Feb 9 12:31:42 2010 +0000 Brown paper bag release. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 738e73873dd0c05a44f7cb0ad40c8a854e0c75a6 Author: Emmanuele Bassi @@ -3196,7 +3196,7 @@ Date: Tue Feb 9 12:59:18 2010 +0000 Update NEWS file NEWS | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit cccf23caa481a239b747d1fdd5e0ca5ae7f6682c Author: Emmanuele Bassi @@ -3208,7 +3208,7 @@ Date: Tue Feb 9 11:29:39 2010 +0000 make any sense. tests/conform/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e46db37c03b6adae1594729c2c5c86e65701d95b Author: Robert Bragg @@ -3222,7 +3222,7 @@ Date: Tue Feb 9 13:00:39 2010 +0000 comment explaining what's going on. tests/conform/test-behaviours.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit a02253f19a722dcfbf0a32543dd563127dd7b80e Author: Neil Roberts @@ -3239,7 +3239,7 @@ Date: Tue Feb 9 12:21:10 2010 +0000 white squares instead. clutter/cogl/cogl/cogl-texture-2d.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 1b2ff7eff7e97d8542e35514bfa010be706973ee Author: Neil Roberts @@ -3258,7 +3258,7 @@ Date: Fri Dec 18 21:17:21 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-bitmap-fallback.c | 104 +++++++++++++++++++++++++++++- - 1 files changed, 103 insertions(+), 1 deletions(-) + 1 file changed, 103 insertions(+), 1 deletion(-) commit bbb058df40a5e1acf7b8e42049c3cd5d966f762d Author: Emmanuele Bassi @@ -3272,7 +3272,7 @@ Date: Tue Feb 9 10:34:41 2010 +0000 • If an actor has a name then prefer it to the type name. clutter/clutter-actor.c | 46 +++++++++++++++++++++++++++++----------------- - 1 files changed, 29 insertions(+), 17 deletions(-) + 1 file changed, 29 insertions(+), 17 deletions(-) commit 7664568fff63501339d2cb1682ae1a9f1c27e068 Author: Halton Huo @@ -3298,7 +3298,7 @@ Date: Mon Feb 8 18:09:14 2010 +0000 Post-release bump to 1.1.9 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a2889ed0772503dce504ab260fbbf662a0ad25d8 Author: Emmanuele Bassi @@ -3307,7 +3307,7 @@ Date: Mon Feb 8 17:57:48 2010 +0000 Release Clutter 1.1.8 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a139bf9c40f88b46055e4cd9754ba51acca97c87 Author: Emmanuele Bassi @@ -3319,7 +3319,7 @@ Date: Mon Feb 8 17:56:35 2010 +0000 mid-function block for two variables is not that clever. tests/conform/test-animator.c | 57 ++++++++++++++++++++--------------------- - 1 files changed, 28 insertions(+), 29 deletions(-) + 1 file changed, 28 insertions(+), 29 deletions(-) commit 4d9327bbe14c2771896999844df3eac28da75347 Author: Emmanuele Bassi @@ -3331,7 +3331,7 @@ Date: Mon Feb 8 17:55:29 2010 +0000 AnimatorKey is not zero-ed on creation. clutter/clutter-animator.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d62ddc374f88448fbde6db11ed4b10a594ecc5c4 Author: Emmanuele Bassi @@ -3351,7 +3351,7 @@ Date: Mon Feb 8 17:34:11 2010 +0000 Merge me NEWS | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 814d3acd0730f2e418ccc44d550e1fa369c142fe Author: Emmanuele Bassi @@ -3360,7 +3360,7 @@ Date: Mon Feb 8 17:27:20 2010 +0000 docs: Update NEWS NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 53 insertions(+), 0 deletions(-) + 1 file changed, 53 insertions(+) commit 419afc01e8f2c96f7cf5c0962e5c421f8f3a476f Author: Emmanuele Bassi @@ -3369,7 +3369,7 @@ Date: Mon Feb 8 17:27:13 2010 +0000 docs: Update the release notes README | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit c02dded0f6793ad377b566360371c23dbe61b4bc Author: Damien Lespiau @@ -3380,8 +3380,8 @@ Date: Mon Feb 8 17:11:43 2010 +0000 We should try to use more explicit defines than GL for our hints. For now we only support using a CoglBuffer to generate textures. - clutter/cogl/cogl/cogl-buffer.c | 38 +++++++------------------------ - clutter/cogl/cogl/cogl-buffer.h | 12 ++------- + clutter/cogl/cogl/cogl-buffer.c | 38 ++++++++------------------------ + clutter/cogl/cogl/cogl-buffer.h | 12 +++------- clutter/cogl/cogl/cogl-pixel-buffer.c | 2 +- tests/conform/test-cogl-pixel-buffer.c | 12 +++++----- 4 files changed, 19 insertions(+), 45 deletions(-) @@ -3399,7 +3399,7 @@ Date: Tue Feb 2 16:44:16 2010 +0000 clutter/cogl/cogl/cogl-buffer.c | 28 ++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-pixel-buffer.c | 7 +++++++ clutter/cogl/cogl/cogl-texture.c | 5 ++++- - 3 files changed, 39 insertions(+), 1 deletions(-) + 3 files changed, 39 insertions(+), 1 deletion(-) commit d0fe4795368ddc55411fb081832bfcdfdfeb4314 Author: Damien Lespiau @@ -3421,7 +3421,7 @@ Date: Tue Feb 2 12:59:51 2010 +0000 that case, it's better to create the texture directly instead of using a CoglBuffer). - clutter/cogl/cogl/cogl-pixel-buffer.c | 56 ++++++++++++++++++- + clutter/cogl/cogl/cogl-pixel-buffer.c | 56 ++++++++++++++++++-- clutter/cogl/cogl/cogl-texture.c | 38 +++++++++---- clutter/cogl/cogl/cogl-types.h | 4 +- .../cogl/cogl/driver/gl/cogl-feature-functions.h | 5 ++ @@ -3440,7 +3440,7 @@ Date: Fri Jan 22 15:38:31 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-pixel-buffer.c | 337 ++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 3 + - 4 files changed, 342 insertions(+), 0 deletions(-) + 4 files changed, 342 insertions(+) commit b7f049495b527547d093ca337588ceb289c9cb2b Author: Damien Lespiau @@ -3455,7 +3455,7 @@ Date: Fri Jan 22 15:07:27 2010 +0000 clutter/cogl/cogl/cogl-texture.c | 55 +++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-texture.h | 60 ++++++++++++++++++++++++++++++++++ doc/reference/cogl/cogl-sections.txt | 3 ++ - 3 files changed, 118 insertions(+), 0 deletions(-) + 3 files changed, 118 insertions(+) commit abbb668163537598790cb3eca564ea19b1e010ad Author: Damien Lespiau @@ -3480,7 +3480,7 @@ Date: Sun Jan 10 18:04:29 2010 +0000 clutter/cogl/cogl/cogl-pixel-buffer.h | 165 +++++++++++++ clutter/cogl/cogl/cogl.h | 1 + doc/reference/cogl/cogl-sections.txt | 6 + - 6 files changed, 564 insertions(+), 0 deletions(-) + 6 files changed, 564 insertions(+) commit b5e9710cdf5795f532fe46b9dfcc704a07d99ac9 Author: Damien Lespiau @@ -3505,7 +3505,7 @@ Date: Sun Jan 10 17:28:24 2010 +0000 clutter/cogl/cogl/cogl.h | 4 + doc/reference/cogl/cogl-docs.xml.in | 21 +++ doc/reference/cogl/cogl-sections.txt | 17 ++ - 9 files changed, 723 insertions(+), 0 deletions(-) + 9 files changed, 723 insertions(+) commit de8a6314f12854e748de515afb487af56eaac845 Author: Damien Lespiau @@ -3528,9 +3528,9 @@ Date: Mon Jan 25 11:21:05 2010 +0000 before any glTexImage*() call is done on the texture by setting the filter when generating new OpenGL handles. - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 9 +++--- - clutter/cogl/cogl/cogl-texture-2d.c | 9 +++--- - clutter/cogl/cogl/cogl-texture-driver.h | 9 ++++++ + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 9 +++---- + clutter/cogl/cogl/cogl-texture-2d.c | 9 ++++--- + clutter/cogl/cogl/cogl-texture-driver.h | 9 +++++++ clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 27 ++++++++++++++++++++ .../cogl/cogl/driver/gles/cogl-texture-driver.c | 27 ++++++++++++++++++++ 5 files changed, 72 insertions(+), 9 deletions(-) @@ -3548,7 +3548,7 @@ Date: Mon Jan 11 00:15:25 2010 +0000 While at it, removed the unused variadic dots to the GE() macro. clutter/cogl/cogl/cogl-internal.h | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 069ba6daf9d39b471eb5c1de6e621f1343d5f00c Merge: cc6aefa 6ab9089 @@ -3573,7 +3573,7 @@ Date: Mon Feb 8 16:50:29 2010 +0000 ClutterScript definition, possibly with an example. clutter/clutter-animator.c | 59 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 59 insertions(+), 0 deletions(-) + 1 file changed, 59 insertions(+) commit 4dd11d6915f75ba62b8292c3138d4cc11a28fb21 Author: Emmanuele Bassi @@ -3615,7 +3615,7 @@ Date: Mon Feb 8 15:47:46 2010 +0000 Finally, all the accessors should be constified. clutter/clutter-animator.c | 93 ++++++++++++++++++++++++++++++++------------ - clutter/clutter-animator.h | 13 +++--- + clutter/clutter-animator.h | 13 ++++--- 2 files changed, 75 insertions(+), 31 deletions(-) commit 09f91ff6eab3d617be88e11bd17c226fa4d23aed @@ -3631,7 +3631,7 @@ Date: Mon Feb 8 15:45:43 2010 +0000 clutter/clutter-alpha.c | 21 ++++------------- clutter/clutter-animation.c | 25 ++++---------------- - clutter/clutter-script-parser.c | 47 ++++++++++++++++++++++++------------- + clutter/clutter-script-parser.c | 47 ++++++++++++++++++++++++-------------- clutter/clutter-script-private.h | 2 +- 4 files changed, 41 insertions(+), 54 deletions(-) @@ -3653,7 +3653,7 @@ Date: Thu Jan 14 18:11:57 2010 +0000 so _cogl_journal_init will be called for the next logged rectangle. clutter/cogl/cogl/cogl-primitives.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 24338a7511cd09298695f0a0b51ea6a97fa6786a Author: Neil Roberts @@ -3675,7 +3675,7 @@ Date: Fri Feb 5 21:56:31 2010 +0000 http://bugzilla.o-hand.com/show_bug.cgi?id=1974 clutter/clutter-master-clock.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 8ac27e60707b2dfd13ba978b81421423e37ebf98 Author: Emmanuele Bassi @@ -3687,7 +3687,7 @@ Date: Mon Feb 8 10:40:39 2010 +0000 fixed by Chris. tests/interactive/test-flow-layout.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6106010b6f20980fc51d1431b623567eed10853d Merge: 4cc269a c82c94e @@ -3733,7 +3733,7 @@ Date: Fri Feb 5 12:32:00 2010 +0000 doc/reference/clutter/clutter.types | 1 + tests/interactive/Makefile.am | 1 + tests/interactive/test-animator.c | 134 +++ - 11 files changed, 1793 insertions(+), 1 deletions(-) + 11 files changed, 1793 insertions(+), 1 deletion(-) commit c82c94e6205eda962faf5a51e663680c313be062 Author: Chris Lord @@ -3815,7 +3815,7 @@ Date: Sat Feb 6 15:41:01 2010 +0100 what it says, use it. clutter/clutter-stage.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 4887707bb34faca0d7ad92f6628d18345163f5e0 Author: Chris Lord @@ -3829,8 +3829,8 @@ Date: Sat Feb 6 15:34:55 2010 +0100 This will need changing in other back-ends too. - clutter/x11/clutter-stage-x11.c | 57 +++++++++++++++----------------------- - 1 files changed, 23 insertions(+), 34 deletions(-) + clutter/x11/clutter-stage-x11.c | 57 ++++++++++++++++----------------------- + 1 file changed, 23 insertions(+), 34 deletions(-) commit 27e33aa14ff5d14f6066da74922c960a037b5089 Author: Chris Lord @@ -3843,7 +3843,7 @@ Date: Sat Feb 6 14:59:51 2010 +0100 not equivalent of the current size, use clutter_actor_get_size(). clutter/clutter-stage.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit be11564b556a1b1c08b7b9e7a0a94bc00c4e6550 Author: Chris Lord @@ -3855,7 +3855,7 @@ Date: Sat Feb 6 14:04:47 2010 +0100 width/height are 1x1. clutter/clutter-stage.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fd11d3098f0182f24666ed77973269111cb0a8f5 Author: Chris Lord @@ -3868,7 +3868,7 @@ Date: Sat Feb 6 11:23:37 2010 +0000 clutter/clutter-stage.c | 75 ++++++++++++++++++++++++++++ clutter/clutter-stage.h | 7 +++ - clutter/x11/clutter-stage-x11.c | 6 +- + clutter/x11/clutter-stage-x11.c | 6 +-- doc/reference/clutter/clutter-sections.txt | 2 + 4 files changed, 87 insertions(+), 3 deletions(-) @@ -3879,7 +3879,7 @@ Date: Sat Feb 6 11:00:50 2010 +0000 Add cogl-subtexture test to the Git ignore file .gitignore | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e55966d675e57d516ea5aff36b03fde63d4839d3 Author: Emmanuele Bassi @@ -3902,7 +3902,7 @@ Date: Fri Feb 5 15:31:18 2010 +0000 docs: Fix whitespace in the App manual stub doc/manual/clutter-manual.xml.in | 185 +++++++++++++++++--------------------- - 1 files changed, 81 insertions(+), 104 deletions(-) + 1 file changed, 81 insertions(+), 104 deletions(-) commit dcdb97006b563407d43f19779ac47f0330052541 Author: Emmanuele Bassi @@ -3911,7 +3911,7 @@ Date: Fri Feb 5 14:47:39 2010 +0000 build: Add suppressions file to EXTRA_DIST tests/data/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 830f2402d4f49b7173eb7fa0bda5762a4c430c9a Merge: 1bdc3db 6b1b27d @@ -3964,7 +3964,7 @@ Date: Fri Feb 5 17:03:04 2010 +0000 apps. clutter/cogl/cogl/cogl-sub-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1bdc3db9ab54316f5f313dc3e991f3a621e83586 Author: Damien Lespiau @@ -3989,7 +3989,7 @@ Date: Wed Jan 27 16:03:28 2010 +0000 A comma in the FSF address is wrong. Supreme Offence. doc/reference/cogl/cogl-docs.xml.in | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 0ea25d661b887c27beaf0bd848dfda994d88782f Author: Emmanuele Bassi @@ -4002,7 +4002,7 @@ Date: Thu Feb 4 18:29:47 2010 +0000 CLUTTER_SCROLL. clutter/clutter-main.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 15c6fef7e3e426764bafc316794a195a086e0d03 Author: Emmanuele Bassi @@ -4029,7 +4029,7 @@ Date: Thu Feb 4 16:28:29 2010 +0000 at least on NVidia. clutter/glx/clutter-backend-glx.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 466b00a8064ad09f0574f8f46c6df0390d7c7d00 Author: Emmanuele Bassi @@ -4044,7 +4044,7 @@ Date: Thu Feb 4 13:59:39 2010 +0000 GLX offers us. clutter/glx/clutter-backend-glx.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit ea5e33cf3a38edddef88ec30131c35bb8ab4bfaf Author: Emmanuele Bassi @@ -4056,7 +4056,7 @@ Date: Thu Feb 4 13:56:33 2010 +0000 we used it. clutter/glx/clutter-backend-glx.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e6a3b6ebe75a2c0c3709fbe12cf04c4357b54fdd Author: Neil Roberts @@ -4070,7 +4070,7 @@ Date: Wed Feb 3 23:08:30 2010 +0000 cogl_texture_new_from_bitmap. clutter/cogl/cogl/cogl-texture.c | 23 ++++++++++++++++++----- - 1 files changed, 18 insertions(+), 5 deletions(-) + 1 file changed, 18 insertions(+), 5 deletions(-) commit 59198b8ab8a6a7c1c3dbfa5c72abf36f8d66c543 Author: Neil Roberts @@ -4124,7 +4124,7 @@ Date: Wed Feb 3 17:04:38 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 95 insertions(+), 0 deletions(-) + 1 file changed, 95 insertions(+) commit d8d728a8d7ac4bc56f058379d76f4539d01189de Author: Emmanuele Bassi @@ -4146,7 +4146,7 @@ Date: Wed Dec 9 00:50:33 2009 +0000 clutter/sdl/clutter-sdl.h | 39 ---- clutter/sdl/clutter-stage-sdl.c | 197 ------------------- clutter/sdl/clutter-stage-sdl.h | 34 ---- - configure.ac | 41 +---- + configure.ac | 41 +--- 10 files changed, 5 insertions(+), 996 deletions(-) commit ae188d203c63d680dc58ba1e19f333719a6916d4 @@ -4177,7 +4177,7 @@ Date: Sun Dec 6 18:56:14 2009 +0000 error message can bubble up to the caller. clutter/glx/clutter-backend-glx.c | 31 +++++++++++++++++++------------ - 1 files changed, 19 insertions(+), 12 deletions(-) + 1 file changed, 19 insertions(+), 12 deletions(-) commit ede2cbfab05035247b2a6a2ca837cb8f71871c5d Author: Emmanuele Bassi @@ -4227,7 +4227,7 @@ Date: Thu Dec 3 20:48:55 2009 +0000 have a GL backend ready. clutter/clutter-feature.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a8daaa8222c9b4aaf7e46b1bb13a2ce8097153f1 Author: Emmanuele Bassi @@ -4240,7 +4240,7 @@ Date: Thu Dec 3 20:47:48 2009 +0000 clutter/clutter-main.c | 2 -- clutter/clutter-stage.c | 1 + - 2 files changed, 1 insertions(+), 2 deletions(-) + 2 files changed, 1 insertion(+), 2 deletions(-) commit 38f26634eec3c81d61bb3b88b24563d7e4719f67 Author: Emmanuele Bassi @@ -4252,7 +4252,7 @@ Date: Thu Dec 3 17:36:03 2009 +0000 time we need a PangoContext, not on initialization. clutter/clutter-main.c | 35 ++++++++++++++++------------------- - 1 files changed, 16 insertions(+), 19 deletions(-) + 1 file changed, 16 insertions(+), 19 deletions(-) commit 6fbed66add4b8c03a0ba0f4edc1c2f0044608998 Author: Emmanuele Bassi @@ -4264,9 +4264,9 @@ Date: Thu Dec 3 17:13:44 2009 +0000 ideally at the end of the init() process. clutter/clutter-backend.c | 8 +++ - clutter/clutter-main.c | 67 ++++++++++++------------- - clutter/clutter-stage.c | 6 +- - clutter/cogl/cogl/cogl-journal.c | 3 + + clutter/clutter-main.c | 67 +++++++++++++------------ + clutter/clutter-stage.c | 6 +-- + clutter/cogl/cogl/cogl-journal.c | 3 ++ clutter/glx/clutter-backend-glx.c | 98 ++++++++++++++++++++++++++++--------- clutter/glx/clutter-stage-glx.c | 5 ++ 6 files changed, 126 insertions(+), 61 deletions(-) @@ -4281,7 +4281,7 @@ Date: Thu Dec 3 17:35:19 2009 +0000 at the end of the passed message. clutter/cogl/cogl/cogl-handle.h | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 16a5911cff90a2bba1b283ccd9a9ce6d0f435924 Author: Emmanuele Bassi @@ -4290,7 +4290,7 @@ Date: Wed Feb 3 15:05:37 2010 +0000 tests: Clean up the cairo-flowers interactive test tests/interactive/test-clutter-cairo-flowers.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit cb52581a24c157e2bedb74c32d522dc56d9a91a2 Author: Emmanuele Bassi @@ -4305,7 +4305,7 @@ Date: Wed Feb 3 14:35:45 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1960 - clutter/clutter-text.c | 131 +++++++++++++++-- + clutter/clutter-text.c | 131 ++++++++++++++-- clutter/clutter-text.h | 225 ++++++++++++++-------------- doc/reference/clutter/clutter-sections.txt | 2 + 3 files changed, 234 insertions(+), 124 deletions(-) @@ -4327,7 +4327,7 @@ Date: Wed Feb 3 14:31:12 2010 +0000 max_texcoord_attrib_unit to be signed. clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 301863d43bc79e792f8fe3ea5e9185d87cb74069 Author: Emmanuele Bassi @@ -4346,7 +4346,7 @@ Date: Tue Feb 2 17:07:22 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1955 clutter/clutter-text.c | 44 +++++++++++++++++++------------------------- - 1 files changed, 19 insertions(+), 25 deletions(-) + 1 file changed, 19 insertions(+), 25 deletions(-) commit 5bec49aea931e6835b97e549e23458a6214548ce Author: Kristian Høgsberg @@ -4358,7 +4358,7 @@ Date: Wed Jan 27 12:55:18 2010 -0500 Signed-off-by: Emmanuele Bassi tests/interactive/test-clutter-cairo-flowers.c | 24 +++++++++++++++++------- - 1 files changed, 17 insertions(+), 7 deletions(-) + 1 file changed, 17 insertions(+), 7 deletions(-) commit c9a6e63fa4d1d710d9efeb850f3fc336933ee2a8 Author: Emmanuele Bassi @@ -4379,7 +4379,7 @@ Date: Tue Feb 2 14:50:03 2010 +0000 Based on a patch by: Neil Roberts clutter/clutter-group.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 12b004b0e7e13ca64d7d35cd3fe083f582b7aa09 Author: Emmanuele Bassi @@ -4398,7 +4398,7 @@ Date: Tue Feb 2 12:56:04 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-behaviours.c | 87 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 4 files changed, 91 insertions(+), 0 deletions(-) + 4 files changed, 91 insertions(+) commit f94e6911510b5376dd490c1f8724e616aaf2e5dc Author: Emmanuele Bassi @@ -4412,7 +4412,7 @@ Date: Tue Feb 2 12:54:51 2010 +0000 notification on the modified property clutter/clutter-behaviour-opacity.c | 56 ++++++++++++++++++++--------------- - 1 files changed, 32 insertions(+), 24 deletions(-) + 1 file changed, 32 insertions(+), 24 deletions(-) commit 521d71d4bc4ca4b06343365c71c9520b1ebfdc7f Author: Emmanuele Bassi @@ -4435,7 +4435,7 @@ Date: Mon Feb 1 15:47:50 2010 +0000 and emit the pointer event. clutter/clutter-main.c | 40 ++++++++++++++++++++++++++++++++++------ - 1 files changed, 34 insertions(+), 6 deletions(-) + 1 file changed, 34 insertions(+), 6 deletions(-) commit 46d6697b9170ba110439cbf61d152890b35a3837 Author: Emmanuele Bassi @@ -4447,7 +4447,7 @@ Date: Mon Feb 1 14:53:13 2010 +0000 flags. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 157a0cf9364a9e60b29e5e88ca1783d9e174a635 Author: Emmanuele Bassi @@ -4464,7 +4464,7 @@ Date: Mon Feb 1 14:48:50 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1966 configure.ac | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 145cc9d3dfd1dc51f254eefde35042fc20a6375e Merge: aa6731e 5f1c8a1 @@ -4487,7 +4487,7 @@ Date: Mon Feb 1 13:25:19 2010 +0000 needed to get batching across atlased textures. clutter/cogl/cogl/cogl-material.c | 25 ++++++++++++++++++++++++- - 1 files changed, 24 insertions(+), 1 deletions(-) + 1 file changed, 24 insertions(+), 1 deletion(-) commit abe91784c4ba98417eabe0649bf73381afbd6fc7 Author: Neil Roberts @@ -4509,9 +4509,9 @@ Date: Mon Feb 1 12:11:58 2010 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 111 +++++++------- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 220 +++++++++++++++------------- - clutter/cogl/cogl/cogl-texture-2d.c | 92 +++++------- + clutter/cogl/cogl/cogl-texture-2d.c | 92 ++++++------ clutter/cogl/cogl/cogl-texture-private.h | 44 ++---- - clutter/cogl/cogl/cogl-texture.c | 136 ++++++++---------- + clutter/cogl/cogl/cogl-texture.c | 136 ++++++++--------- 5 files changed, 290 insertions(+), 313 deletions(-) commit e83ffb1fa3436bf1506c32856b2a3ba23254e068 @@ -4533,10 +4533,10 @@ Date: Fri Jan 29 15:15:08 2010 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 6 +- clutter/cogl/cogl/cogl-bitmap-fallback.c | 142 +++++++++++----------------- clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 6 +- - clutter/cogl/cogl/cogl-bitmap-private.h | 22 ++-- - clutter/cogl/cogl/cogl-bitmap.c | 102 ++++++++------------- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 12 +- - clutter/cogl/cogl/cogl-texture-2d.c | 12 +- + clutter/cogl/cogl/cogl-bitmap-private.h | 22 ++--- + clutter/cogl/cogl/cogl-bitmap.c | 102 ++++++++------------ + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 12 +-- + clutter/cogl/cogl/cogl-texture-2d.c | 12 +-- clutter/cogl/cogl/cogl-texture.c | 6 +- 8 files changed, 123 insertions(+), 185 deletions(-) @@ -4554,7 +4554,7 @@ Date: Fri Jan 29 12:19:42 2010 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 134 ++++++++++++-------------------- clutter/cogl/cogl/cogl-context.c | 18 ++--- - clutter/cogl/cogl/cogl-context.h | 8 +-- + clutter/cogl/cogl/cogl-context.h | 8 +- 3 files changed, 57 insertions(+), 103 deletions(-) commit ad6bd2ee88770c2ce86f81f7a64b6b121c3418d6 @@ -4568,7 +4568,7 @@ Date: Mon Feb 1 12:18:10 2010 +0000 confusing. We should say that "it is not recommended". clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f1c8a17e4f81ead1747b47939d593c80246bf06 Merge: ecbb7ce 8a4b647 @@ -4619,7 +4619,7 @@ Date: Mon Jan 25 16:13:58 2010 +0100 Solves http://bugzilla.openedhand.com/show_bug.cgi?id=1955 clutter/clutter-text.c | 77 +++++++++++++++++++++++++++++++++--------------- - 1 files changed, 53 insertions(+), 24 deletions(-) + 1 file changed, 53 insertions(+), 24 deletions(-) commit 579a9a2665b402405820585dacba137984700110 Author: Emmanuele Bassi @@ -4638,7 +4638,7 @@ Date: Mon Feb 1 11:04:59 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-stage.c | 30 +++++++++++++++++++++++++++++- - 1 files changed, 29 insertions(+), 1 deletions(-) + 1 file changed, 29 insertions(+), 1 deletion(-) commit 95712f9897db7f06a6ca34661f20b388dd5a5f77 Author: Emmanuele Bassi @@ -4648,8 +4648,8 @@ Date: Fri Jan 29 10:13:57 2010 +0000 Clean up the grammar and some wrinkles in the text. - README | 91 ++++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 58 insertions(+), 33 deletions(-) + README | 91 +++++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 58 insertions(+), 33 deletions(-) commit 5b9259ba807f4151d08bf2ea868c2cdeed97e975 Author: Emmanuele Bassi @@ -4658,7 +4658,7 @@ Date: Fri Jan 29 09:31:13 2010 +0000 docs: Update the configure switches in the README README | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 763fcabd8b287445d32eadb6086b0438e3962294 Author: Emmanuele Bassi @@ -4670,7 +4670,7 @@ Date: Fri Jan 29 09:29:53 2010 +0000 the user that the coverage report is not going to be accurate. configure.ac | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 21d21adbc45a6e0023e4a21b357fbf392b469fb2 Author: Emmanuele Bassi @@ -4679,7 +4679,7 @@ Date: Fri Jan 29 09:29:37 2010 +0000 Remove tabs from configure.ac configure.ac | 51 ++++++++++++++++++++++++++++----------------------- - 1 files changed, 28 insertions(+), 23 deletions(-) + 1 file changed, 28 insertions(+), 23 deletions(-) commit 5f5f6d825f6460f532f0c0448fc403cdb95e4697 Author: Emmanuele Bassi @@ -4702,7 +4702,7 @@ Date: Wed Jan 27 21:26:26 2010 +0000 Whitespace fixes in cogl-util clutter/cogl/cogl/cogl-util.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 578e83e463d4d681de27f1b4e5d64dea8161f0f7 Author: Emmanuele Bassi @@ -4710,9 +4710,9 @@ Date: Wed Jan 27 21:16:28 2010 +0000 Whitespace fixes - clutter/clutter-frame-source.c | 3 +- - clutter/clutter-timeout-interval.c | 38 +++++++++++++++++++++-------------- - clutter/clutter-timeout-pool.c | 5 ++- + clutter/clutter-frame-source.c | 3 ++- + clutter/clutter-timeout-interval.c | 38 ++++++++++++++++++++++-------------- + clutter/clutter-timeout-pool.c | 5 +++-- 3 files changed, 28 insertions(+), 18 deletions(-) commit 2d5eeba5d89c129f991f367f0e80c3a152f19e52 @@ -4742,9 +4742,9 @@ Date: Fri Jan 22 18:14:57 2010 +0000 improves the chances that the same colour will be used for a batch in the next frames to avoid flickering. - clutter/cogl/cogl/cogl-context.h | 6 ++++ + clutter/cogl/cogl/cogl-context.h | 6 +++++ clutter/cogl/cogl/cogl-journal.c | 54 ++++++++++++++++++++++++++------------ - clutter/cogl/cogl/cogl.c | 11 +++++++ + clutter/cogl/cogl/cogl.c | 11 ++++++++ 3 files changed, 54 insertions(+), 17 deletions(-) commit 92a375ab47296a81d739ca29b0972c7abe6eda16 @@ -4768,7 +4768,7 @@ Date: Tue Jan 26 13:46:27 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1957 clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f288eae0fc454876c2beb87b1205681a338d7f65 Author: Neil Roberts @@ -4780,7 +4780,7 @@ Date: Wed Jan 27 12:06:22 2010 +0000 components should be so it was difficult to use them. clutter/cogl/cogl/cogl-types.h | 22 +++++++++++++++++++--- - 1 files changed, 19 insertions(+), 3 deletions(-) + 1 file changed, 19 insertions(+), 3 deletions(-) commit da392e24a55ad34bdc8fe9ac0841eca574f76194 Author: Neil Roberts @@ -4795,8 +4795,8 @@ Date: Wed Jan 27 11:02:34 2010 +0000 There were some other minor problems with the behaviours example which would cause it not to compile. - .../clutter/clutter-animation-tutorial.xml | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + doc/reference/clutter/clutter-animation-tutorial.xml | 11 +++++------ + 1 file changed, 5 insertions(+), 6 deletions(-) commit 52cb54f5fa665fdf06270fc58121617b44877639 Author: Damien Lespiau @@ -4834,7 +4834,7 @@ Date: Sun Nov 15 20:17:47 2009 +0000 alpha combiner doc/reference/cogl/blend-strings.xml | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit afb30f4013fdcb58ee35af919fdb739ab587683c Author: Damien Lespiau @@ -4847,7 +4847,7 @@ Date: Wed Nov 18 01:13:11 2009 +0000 functions for that, so make good use of them. tests/conform/test-cogl-blend-strings.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit de31cbf4f7932f8d48583a476c5af9f6eed6adbd Author: Damien Lespiau @@ -4867,7 +4867,7 @@ Date: Tue Jan 26 16:59:50 2010 +0000 with a small additional bonus bling. tests/interactive/test-cogl-multitexture.c | 143 ++++++++++++++++++++-------- - 1 files changed, 102 insertions(+), 41 deletions(-) + 1 file changed, 102 insertions(+), 41 deletions(-) commit 06d8ebb0ba2d468d492eeb94dede095a14eec909 Author: Damien Lespiau @@ -4884,7 +4884,7 @@ Date: Sun Nov 15 19:54:17 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1958 clutter/cogl/cogl/cogl.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 8fc07c51a9c71aec77e4b76416ffedc72da309e2 Author: Emmanuele Bassi @@ -4909,7 +4909,7 @@ Date: Thu Jan 21 17:41:10 2010 +0000 issue. clutter/clutter-actor.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit d0f7debfba4879c3df20c0067789b063e18d93ce Author: Emmanuele Bassi @@ -4921,7 +4921,7 @@ Date: Fri Jan 22 21:44:28 2010 +0000 signals to the same instance in case the -r argument has been passed. tests/interactive/test-easing.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 7073e69b4e504ddbaffad4a6139e93ddbd40b9f8 Author: Emmanuele Bassi @@ -4934,7 +4934,7 @@ Date: Fri Jan 22 21:42:55 2010 +0000 usually implies a library bug or a massive heap corruption. clutter/clutter-animation.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 8daa3035e563870fc614813fd6329c63542b129e Author: Emmanuele Bassi @@ -4945,7 +4945,7 @@ Date: Fri Jan 22 21:42:10 2010 +0000 There is a typo in the Animation:object property gtk-doc declaration. clutter/clutter-animation.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0788aa43b29454efed3f60160b87881a1c84f603 Author: Emmanuele Bassi @@ -4956,7 +4956,7 @@ Date: Fri Jan 22 21:41:33 2010 +0000 We need some better tracking of the Animation's lifetime. clutter/clutter-animation.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 7fa7c4a1b621eff0533ff70b1b6c9be001f62e2a Author: Emmanuele Bassi @@ -4981,7 +4981,7 @@ Date: Fri Jan 22 21:36:41 2010 +0000 there as well as a fall-through case. clutter/clutter-animation.c | 42 ++++++++++++++++++++++-------------------- - 1 files changed, 22 insertions(+), 20 deletions(-) + 1 file changed, 22 insertions(+), 20 deletions(-) commit 94249efff7ec46bbeaac04800d5a9a30c05dcde3 Author: Emmanuele Bassi @@ -4998,7 +4998,7 @@ Date: Fri Jan 22 21:33:28 2010 +0000 necessary for the operation. clutter/clutter-animation.c | 29 ++++++++++++++++++++--------- - 1 files changed, 20 insertions(+), 9 deletions(-) + 1 file changed, 20 insertions(+), 9 deletions(-) commit 996614cfaf582bbfbf86874a95b4a7eef3c50630 Author: Neil Roberts @@ -5023,7 +5023,7 @@ Date: Fri Jan 22 00:06:17 2010 +0000 We don't need the PACKAGE and VERSION defines in the config.h. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f7e7985344420caf4897777ced6f04cddb7052ee Author: Emmanuele Bassi @@ -5035,7 +5035,7 @@ Date: Thu Jan 21 23:57:38 2010 +0000 so for a while now. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a545f66a5c34b66d1a31387105d114ca3edd3a46 Author: Emmanuele Bassi @@ -5063,7 +5063,7 @@ Date: Thu Jan 21 23:41:18 2010 +0000 release the reference and free the list. clutter/clutter-master-clock.c | 39 +++++++++++++++++++++++++++------------ - 1 files changed, 27 insertions(+), 12 deletions(-) + 1 file changed, 27 insertions(+), 12 deletions(-) commit 8a4b64715486699dd8d0ea2146d0adea37d2a6c7 Author: Emmanuele Bassi @@ -5101,7 +5101,7 @@ Date: Fri Jan 15 16:28:00 2010 +0000 XI1 events. clutter/x11/clutter-event-x11.c | 499 ++++++++++++++++++--------------------- - 1 files changed, 224 insertions(+), 275 deletions(-) + 1 file changed, 224 insertions(+), 275 deletions(-) commit dc39e9eff9de0797086ea1a505855724296981f7 Author: Emmanuele Bassi @@ -5124,7 +5124,7 @@ Date: Fri Jan 15 15:29:14 2010 +0000 the marshallers. clutter/clutter-device-manager.c | 26 +++++++++++++++++++++++--- - 1 files changed, 23 insertions(+), 3 deletions(-) + 1 file changed, 23 insertions(+), 3 deletions(-) commit 0b47acf60b46b64ae838471765d86e1c65c01cc0 Author: Emmanuele Bassi @@ -5133,7 +5133,7 @@ Date: Fri Jan 15 14:56:43 2010 +0000 docs: Add sections for InputDevice and DeviceManager doc/reference/clutter/clutter-docs.xml.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8ead5abba0ebe9c5b5c1b749bb28f7879d63aa49 Author: Emmanuele Bassi @@ -5142,7 +5142,7 @@ Date: Fri Jan 15 14:42:19 2010 +0000 docs: Add clutter_input_device_get_device_name() doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1f5a7b61b761bf8426b1229c481574c273a5964f Author: Emmanuele Bassi @@ -5154,7 +5154,7 @@ Date: Fri Jan 15 12:24:21 2010 +0000 when it detects a motion event. tests/interactive/test-devices.c | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit d8e167f1519499a27ee04a9a0d167b5ffed3ce8e Author: Emmanuele Bassi @@ -5166,10 +5166,10 @@ Date: Fri Jan 15 12:22:29 2010 +0000 allows us to handle enter and leave events correctly on the Stage and to have a working XInput 1.x support in Clutter. - clutter/x11/clutter-backend-x11.c | 87 ++++++++++--------------------- + clutter/x11/clutter-backend-x11.c | 87 ++++++++++---------------------- clutter/x11/clutter-backend-x11.h | 1 + - clutter/x11/clutter-event-x11.c | 47 +++++++++++++++++- - clutter/x11/clutter-input-device-x11.c | 14 +++--- + clutter/x11/clutter-event-x11.c | 47 ++++++++++++++++- + clutter/x11/clutter-input-device-x11.c | 14 ++--- 4 files changed, 82 insertions(+), 67 deletions(-) commit e0b8d631593c0539c47de0158d5425391d7cdbc0 @@ -5215,7 +5215,7 @@ Date: Fri Jan 15 11:40:01 2010 +0000 with the id. tests/interactive/test-devices.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 66740e8000ea92b04da663a0d2ce890271d2af2f Author: Emmanuele Bassi @@ -5240,8 +5240,8 @@ Date: Fri Jan 15 11:37:43 2010 +0000 the backend. clutter/clutter-input-device.c | 46 +++++++++++++++++++++++++++++++++++++++- - clutter/clutter-input-device.h | 6 ++-- - clutter/clutter-private.h | 9 +++++++ + clutter/clutter-input-device.h | 6 +++--- + clutter/clutter-private.h | 9 ++++++++ 3 files changed, 57 insertions(+), 4 deletions(-) commit 79ad2b6a72bd91273e139e72af36d9b6db264001 @@ -5274,7 +5274,7 @@ Date: Thu Jan 14 17:14:33 2010 +0000 machinery will then be able to emit the ENTER event on the Stage. clutter/clutter-input-device.c | 43 ++++++++++++++++++++++++++-------------- - 1 files changed, 28 insertions(+), 15 deletions(-) + 1 file changed, 28 insertions(+), 15 deletions(-) commit 55e4315aa5889185a055f3ab2d5b5d4c9cae4dc4 Author: Emmanuele Bassi @@ -5286,9 +5286,9 @@ Date: Tue Jan 12 11:53:12 2010 +0000 reactive actor underneath the pointer. clutter/clutter-input-device.c | 37 ++++++++++++++++++++++++++++ - clutter/clutter-input-device.h | 3 +- + clutter/clutter-input-device.h | 3 ++- doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 40 insertions(+), 1 deletions(-) + 3 files changed, 40 insertions(+), 1 deletion(-) commit 25c6ebbb2c70af7f268036b10dcd8d4a965c34c3 Author: Emmanuele Bassi @@ -5314,7 +5314,7 @@ Date: Wed Dec 9 00:03:13 2009 +0000 LeaveNotify. clutter/x11/clutter-event-x11.c | 58 +++++++++++++++++++++++---------------- - 1 files changed, 34 insertions(+), 24 deletions(-) + 1 file changed, 34 insertions(+), 24 deletions(-) commit 8736b53d7cc6fd2b53649c076ef09cb69f9b37d6 Author: Emmanuele Bassi @@ -5327,7 +5327,7 @@ Date: Wed Dec 9 00:01:50 2009 +0000 stage field for every event it processes. clutter/clutter-stage.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit cf287db2048eae5eaa58a9cbffd42c703f345ff5 Author: Emmanuele Bassi @@ -5339,7 +5339,7 @@ Date: Wed Dec 9 00:00:49 2009 +0000 click count initialized to 1. clutter/clutter-main.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bddabf6d2ca100f4d91461129d4bb097c59ac666 Author: Emmanuele Bassi @@ -5350,7 +5350,7 @@ Date: Tue Dec 8 23:59:56 2009 +0000 Remove the unneeded CLUTTER_SCROLL case from the click count checks. clutter/clutter-main.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e30856a54d5d1e012cd2de30e519a487fd0b4f46 Author: Emmanuele Bassi @@ -5359,7 +5359,7 @@ Date: Tue Dec 8 18:33:01 2009 +0000 Whitespace and indentation fixes clutter/x11/clutter-event-x11.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 0f9cfd9911c21933b34c07a9616f79022bcc01e3 Author: Emmanuele Bassi @@ -5370,8 +5370,8 @@ Date: Mon Dec 7 23:13:52 2009 +0000 Avoid a few indirections and direct access to the Event and InputDevice structures. - clutter/clutter-main.c | 65 +++++++++++++++++++++++++++++++++-------------- - 1 files changed, 45 insertions(+), 20 deletions(-) + clutter/clutter-main.c | 65 +++++++++++++++++++++++++++++++++--------------- + 1 file changed, 45 insertions(+), 20 deletions(-) commit cf8a06f0186e44b3437b06c56c088e8dc465402b Author: Emmanuele Bassi @@ -5403,7 +5403,7 @@ Date: Mon Dec 7 23:02:48 2009 +0000 and ButtonRelease, to verify they match. tests/interactive/test-events.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit b3a42c3b09e256732395f7c63c4a39956d32d3da Author: Emmanuele Bassi @@ -5415,8 +5415,8 @@ Date: Mon Dec 7 18:38:18 2009 +0000 clutter/clutter-device-manager.c | 2 +- clutter/clutter-device-manager.h | 2 +- - clutter/clutter-main.c | 4 +- - doc/reference/clutter/clutter-sections.txt | 49 +++++++++++++++++++++++++-- + clutter/clutter-main.c | 4 +-- + doc/reference/clutter/clutter-sections.txt | 49 +++++++++++++++++++++++++--- 4 files changed, 49 insertions(+), 8 deletions(-) commit 130286979d04128b51fa8662aa13b6bbd1867ca2 @@ -5430,7 +5430,7 @@ Date: Tue Nov 24 17:54:02 2009 +0000 the events will always be delivered as they are to the stage. clutter/clutter-device-manager.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 687c70dffa70a3256e9f734b090cb4a088e97bb1 Author: Emmanuele Bassi @@ -5445,7 +5445,7 @@ Date: Tue Nov 24 16:33:03 2009 +0000 and the logic of the event processing. clutter/clutter-device-manager.c | 4 +- - clutter/clutter-input-device.c | 81 +++++++++++++++- + clutter/clutter-input-device.c | 81 ++++++++++++++-- clutter/clutter-main.c | 190 ++++++-------------------------------- clutter/clutter-private.h | 2 - 4 files changed, 104 insertions(+), 173 deletions(-) @@ -5461,7 +5461,7 @@ Date: Tue Nov 24 16:31:14 2009 +0000 visual inspection. tests/interactive/test-events.c | 101 +++++++++++++++++++++++---------------- - 1 files changed, 60 insertions(+), 41 deletions(-) + 1 file changed, 60 insertions(+), 41 deletions(-) commit a056ae716442e07e50ebd07cbca030776a5b3c28 Author: Emmanuele Bassi @@ -5472,7 +5472,7 @@ Date: Tue Nov 24 16:22:44 2009 +0000 clutter/clutter-device-manager.c | 125 +++++++++++++++++++++++++++++++++++++- clutter/clutter-device-manager.h | 29 +++++++++ clutter/clutter-input-device.c | 109 ++++++++++++++++++++++++++++++++- - clutter/clutter-input-device.h | 31 +++++++++ + clutter/clutter-input-device.h | 31 ++++++++++ 4 files changed, 288 insertions(+), 6 deletions(-) commit 9506510d1cf794ef530f6c4db45103efb60cca63 @@ -5491,9 +5491,9 @@ Date: Fri Jan 8 17:51:00 2010 +0000 clutter/clutter-event.c | 36 --------------- clutter/clutter-input-device.c | 91 ++++++++++++++++++++++++++++++++++++-- clutter/clutter-input-device.h | 7 ++- - clutter/clutter-main.c | 60 ++++++++++++++---------- - clutter/clutter-master-clock.c | 7 +-- - clutter/clutter-private.h | 36 ++++++++++----- + clutter/clutter-main.c | 60 ++++++++++++++----------- + clutter/clutter-master-clock.c | 7 ++- + clutter/clutter-private.h | 36 +++++++++------ clutter/clutter-stage.c | 28 ++++++++++-- clutter/x11/clutter-event-x11.c | 36 ++++++++++----- 9 files changed, 225 insertions(+), 100 deletions(-) @@ -5509,8 +5509,8 @@ Date: Tue Nov 24 12:53:57 2009 +0000 clutter/clutter-actor.c | 60 ++++++++++++++++++++++++++++++++++++++++++++- clutter/clutter-actor.h | 1 + - clutter/clutter-private.h | 3 ++ - 3 files changed, 63 insertions(+), 1 deletions(-) + clutter/clutter-private.h | 3 +++ + 3 files changed, 63 insertions(+), 1 deletion(-) commit d23dd9af6bf48c3c02f685505a5a34b477d4d2b3 Author: Emmanuele Bassi @@ -5525,11 +5525,11 @@ Date: Mon Nov 23 16:07:16 2009 +0000 clutter/clutter-event.h | 35 +------ clutter/clutter-input-device.c | 175 ++++++++++++++++++++++++++++++++ clutter/clutter-input-device.h | 64 ++++++++++++ - clutter/clutter-main.c | 34 +++--- + clutter/clutter-main.c | 34 +++---- clutter/clutter-private.h | 19 +++- clutter/clutter.h | 1 + clutter/x11/Makefile.am | 2 + - clutter/x11/clutter-backend-x11.c | 141 ++++++-------------------- + clutter/x11/clutter-backend-x11.c | 141 ++++++------------------- clutter/x11/clutter-input-device-x11.c | 151 +++++++++++++++++++++++++++ clutter/x11/clutter-input-device-x11.h | 25 +++++ 11 files changed, 484 insertions(+), 165 deletions(-) @@ -5543,7 +5543,7 @@ Date: Fri Nov 20 16:37:58 2009 +0000 Use the DeviceManager API instead of the X11 specific API. tests/interactive/test-devices.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 157da20e86f88bf906f0b59bafbea171a2e5e678 Author: Emmanuele Bassi @@ -5556,7 +5556,7 @@ Date: Fri Nov 20 16:24:16 2009 +0000 the X events to Clutter events. clutter/x11/clutter-event-x11.c | 37 ++++++++++++++++++++++++++++--------- - 1 files changed, 28 insertions(+), 9 deletions(-) + 1 file changed, 28 insertions(+), 9 deletions(-) commit ca16446319b6281cf63edf3b1b6d7d4f8d41e499 Author: Emmanuele Bassi @@ -5566,7 +5566,7 @@ Date: Fri Nov 20 15:43:50 2009 +0000 clutter/clutter-private.h | 2 ++ clutter/x11/clutter-backend-x11.c | 9 ++++++++- - 2 files changed, 10 insertions(+), 1 deletions(-) + 2 files changed, 10 insertions(+), 1 deletion(-) commit 3027d4327ae0c5d9bb7cc831f24d5ee5e8fb107f Author: Emmanuele Bassi @@ -5614,7 +5614,7 @@ Date: Tue Jan 19 17:14:58 2010 +0000 is so it negates the test. We can avoid this with the NO_ATLAS flag. tests/conform/test-cogl-npot-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 08b8b2791f91770d1a6e7aff163167d003b0fad3 Author: Neil Roberts @@ -5629,7 +5629,7 @@ Date: Tue Jan 19 17:06:28 2010 +0000 textures are always either RGB_888 or RGBA_8888. clutter/cogl/cogl/cogl-atlas-texture.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 14a28620ae13ef041696e2e3747ec00738cfd2bd Author: Neil Roberts @@ -5645,14 +5645,14 @@ Date: Fri Jan 15 22:56:37 2010 +0000 clutter/Makefile.am | 21 +++++++++++++++- clutter/win32/Makefile.am | 2 +- - clutter/win32/clutter-backend-win32.c | 25 ++++++++++++++++++ + clutter/win32/clutter-backend-win32.c | 25 +++++++++++++++++++ clutter/win32/clutter-backend-win32.h | 4 +++ - clutter/win32/clutter-event-win32.c | 14 ++++++++++ - clutter/win32/clutter-stage-win32.c | 44 +++++++++++++++++++++++++++++--- - clutter/win32/clutter-stage-win32.h | 2 + + clutter/win32/clutter-event-win32.c | 14 +++++++++++ + clutter/win32/clutter-stage-win32.c | 44 +++++++++++++++++++++++++++++---- + clutter/win32/clutter-stage-win32.h | 2 ++ clutter/win32/invisible-cursor.cur | Bin 0 -> 86 bytes clutter/win32/resources.rc | 1 + - configure.ac | 7 +++++ + configure.ac | 7 ++++++ 10 files changed, 113 insertions(+), 7 deletions(-) commit 4db89759a0aa91b353ac0bb41562addfff6d76c9 @@ -5662,7 +5662,7 @@ Date: Mon Jan 18 17:33:08 2010 +0000 Post-release version bump to 1.1.7 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 07ff8d26f8097a00757e6e3cfcd587bce188ae0d Author: Neil Roberts @@ -5672,7 +5672,7 @@ Date: Mon Jan 18 15:44:58 2010 +0000 NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 50 insertions(+), 1 deletions(-) + 2 files changed, 50 insertions(+), 1 deletion(-) commit 8daff42b3bcc9d59d7c87801b3926d8ed7c105a4 Author: Neil Roberts @@ -5684,7 +5684,7 @@ Date: Mon Jan 18 15:43:25 2010 +0000 extension so we should make this clear in the README. README | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit fa51ff25d3555ce938922d7bbd64acb12140a774 Author: Neil Roberts @@ -5698,7 +5698,7 @@ Date: Mon Jan 18 13:56:56 2010 +0000 build/Makefile.am | 2 +- build/mingw/Makefile.am | 1 + configure.ac | 1 + - 3 files changed, 3 insertions(+), 1 deletions(-) + 3 files changed, 3 insertions(+), 1 deletion(-) commit ff1d9cf090aef74efa1ec04b8cd490a45b148ae4 Author: Neil Roberts @@ -5712,7 +5712,7 @@ Date: Mon Jan 18 12:42:20 2010 +0000 was causing test-cogl-premult to fail. tests/conform/test-texture-fbo.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit ce030a3fce362cf4238d361743aaf9027ceed95a Author: Neil Roberts @@ -5726,7 +5726,7 @@ Date: Mon Jan 18 12:35:05 2010 +0000 causing valgrind errors for the conformance tests which do just that. clutter/clutter-group.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit c4adefffd34d91fdf72365a6d11641f3c9f751cc Author: Neil Roberts @@ -5743,7 +5743,7 @@ Date: Mon Jan 18 10:53:00 2010 +0000 format so that it only gets converted once. clutter/cogl/cogl/cogl-atlas-texture.c | 232 ++++++++++++++++++++++---------- - 1 files changed, 158 insertions(+), 74 deletions(-) + 1 file changed, 158 insertions(+), 74 deletions(-) commit b78024bd2dbf39cb86a1c1458e477af9c9353d9e Author: Neil Roberts @@ -5798,14 +5798,14 @@ Date: Mon Jan 18 09:22:04 2010 +0000 transform_quad_to_gl is going to be used. The atlas backend migrates the texture out of the atlas when it hits this. - clutter/cogl/cogl/cogl-atlas-texture.c | 57 +++- + clutter/cogl/cogl/cogl-atlas-texture.c | 57 ++- clutter/cogl/cogl/cogl-primitives.c | 21 +- clutter/cogl/cogl/cogl-sub-texture-private.h | 15 +- clutter/cogl/cogl/cogl-sub-texture.c | 498 +++++++++----------------- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 21 ++ clutter/cogl/cogl/cogl-texture-2d.c | 17 + clutter/cogl/cogl/cogl-texture-private.h | 10 + - clutter/cogl/cogl/cogl-texture.c | 33 ++- + clutter/cogl/cogl/cogl-texture.c | 33 +- clutter/cogl/cogl/cogl-texture.h | 22 +- clutter/cogl/cogl/cogl-vertex-buffer.c | 5 + tests/conform/test-cogl-sub-texture.c | 81 ++--- @@ -5823,7 +5823,7 @@ Date: Fri Nov 27 16:53:50 2009 +0100 Signed-off-by: Neil Roberts clutter/win32/clutter-stage-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 12a9150f5b455e5700c745de4ad1ac5f2e43631f Author: Emmanuele Bassi @@ -5832,7 +5832,7 @@ Date: Fri Jan 15 17:32:46 2010 +0000 docs: Clarify usage of UTF-8 or ASCII art in commit messages doc/HACKING | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ea662b9ecaf1dd956f0cdc79ce04880270bf99de Author: Emmanuele Bassi @@ -5856,7 +5856,7 @@ Date: Fri Jan 15 14:50:06 2010 +0000 Add test-cogl-texture-mipmaps to the Git ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e019547e8c7d110332a9ba071737736a059f5b4b Author: Emmanuele Bassi @@ -5868,7 +5868,7 @@ Date: Fri Jan 15 14:48:42 2010 +0000 name. clutter/x11/clutter-x11.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 148145ea1ad24fb1ceca3229c4cae9c7c5755f75 Author: Emmanuele Bassi @@ -5877,7 +5877,7 @@ Date: Fri Jan 15 14:47:20 2010 +0000 docs: Ignore clutter-profile.h doc/reference/clutter/Makefile.am | 57 +++++++++++++++++++------------------ - 1 files changed, 29 insertions(+), 28 deletions(-) + 1 file changed, 29 insertions(+), 28 deletions(-) commit b844653c649277eed63b6a85d29b84aab8abe641 Author: Neil Roberts @@ -5890,7 +5890,7 @@ Date: Mon Jan 11 16:23:38 2010 +0000 need to manually add one. clutter/cogl/cogl/cogl-texture.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit a01b4eefceb1d490d918eba1729c87354695d1ca Author: Neil Roberts @@ -5902,7 +5902,7 @@ Date: Mon Jan 11 16:21:56 2010 +0000 the coordinates were negative. clutter/cogl/cogl/cogl-texture-2d.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ead43995364bb8865ca5bab15d1bfd295578fff4 Merge: 34b5093 a70ebe4 @@ -5925,7 +5925,7 @@ Date: Fri Jan 15 12:02:09 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-texture-mipmaps.c | 147 +++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 149 insertions(+), 0 deletions(-) + 3 files changed, 149 insertions(+) commit ba4622ff8bd1abde577fa26637fd1afec1b3abd6 Author: Emmanuele Bassi @@ -5934,7 +5934,7 @@ Date: Thu Jan 14 15:23:41 2010 +0000 Add a notice of deprecation in the pre-Git ChangeLog ChangeLog.pre-git-import | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 8247bdf4f9b940fe69165ae6556511fcc9ca3a5d Author: Neil Roberts @@ -5961,7 +5961,7 @@ Date: Tue Jan 12 21:44:40 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1873 clutter/cogl/cogl/cogl-framebuffer.c | 56 +++++++++++++++++----------------- - 1 files changed, 28 insertions(+), 28 deletions(-) + 1 file changed, 28 insertions(+), 28 deletions(-) commit c6ce9c338966188248c3c1ae7b10480205fe20bf Author: Emmanuele Bassi @@ -5975,7 +5975,7 @@ Date: Thu Jan 14 14:07:04 2010 +0000 .gitignore | 1 + tests/conform/test-color.c | 57 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 59 insertions(+), 0 deletions(-) + 3 files changed, 59 insertions(+) commit 4388509a1589dbac7aae0ebe5995ca0e06f7c70c Author: Emmanuele Bassi @@ -5991,7 +5991,7 @@ Date: Thu Jan 14 12:28:07 2010 +0000 • in the timeline advancement clutter/clutter-master-clock.c | 31 +++++++++++++++++++++++++++++++ - 1 files changed, 31 insertions(+), 0 deletions(-) + 1 file changed, 31 insertions(+) commit 6e82d11daf8b1d7259c26e6a0816392a71c726f3 Author: Emmanuele Bassi @@ -6003,7 +6003,7 @@ Date: Wed Jan 13 17:31:13 2010 +0000 types like cm, mm and px. tests/conform/test-clutter-units.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit ed735ae730ea2140ef4d1be9d1947dbdce8b1f28 Author: Emmanuele Bassi @@ -6012,7 +6012,7 @@ Date: Wed Jan 13 16:57:55 2010 +0000 Add test-cogl-multitexture to the Git ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a076e0e11d222ca17dbdbadb3aa2c762d32a5730 Author: Emmanuele Bassi @@ -6022,10 +6022,10 @@ Date: Wed Jan 13 16:35:53 2010 +0000 Instead of using echo let's try Perl and the format() built-in. - build/Makefile.am | 2 + + build/Makefile.am | 2 ++ build/autotools/Makefile.am.gcov | 2 +- build/gen-gcov.pl | 44 ++++++++++++++++++++++++++++++++++++++ - 3 files changed, 47 insertions(+), 1 deletions(-) + 3 files changed, 47 insertions(+), 1 deletion(-) commit 948db40c875f8eb7032582a32515737be6587067 Author: Emmanuele Bassi @@ -6051,7 +6051,7 @@ Date: Wed Jan 13 15:40:36 2010 +0000 build: Clean up COGL build flags clutter/cogl/cogl/Makefile.am | 53 ++++++++++++++++++++--------------------- - 1 files changed, 26 insertions(+), 27 deletions(-) + 1 file changed, 26 insertions(+), 27 deletions(-) commit 18d96005ec4d1395d70d71f2bef6cc378f4afb43 Author: Damien Lespiau @@ -6080,8 +6080,8 @@ Date: Mon Nov 2 17:08:55 2009 +0000 Fixes: OHB#1842 - clutter/clutter-texture.c | 163 ++------------------------------------------ - 1 files changed, 8 insertions(+), 155 deletions(-) + clutter/clutter-texture.c | 163 +++------------------------------------------ + 1 file changed, 8 insertions(+), 155 deletions(-) commit 778e08e4e24822b0875e6aeaf168cb5cecfc8a7f Author: Neil Roberts @@ -6095,7 +6095,7 @@ Date: Tue Jan 12 14:49:55 2010 +0000 them manually as we do with the other framebuffer constants. clutter/cogl/cogl/cogl-framebuffer.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit bb8352ca95f18ca5582abb97e20e78f69300adde Author: Neil Roberts @@ -6134,9 +6134,9 @@ Date: Tue Jan 12 15:44:28 2010 +0000 The ::delete-event signal is similar in spirit to any other specialized signal handler dealing with events, and retains the same semantics. - clutter/clutter-main.c | 9 +------- + clutter/clutter-main.c | 9 +-------- clutter/clutter-stage.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++- - clutter/clutter-stage.h | 6 ++++- + clutter/clutter-stage.h | 6 +++++- 3 files changed, 54 insertions(+), 10 deletions(-) commit 8b950bdc87fae2626af8a96916b7f51fdea40a17 @@ -6168,7 +6168,7 @@ Date: Mon Jan 11 17:08:42 2010 +0000 and use memset() instead to zero the ClutterGeometry structure. clutter/clutter-text.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5c14538c1406b1358a2747428c73fe0cf1198e94 Author: Emmanuele Bassi @@ -6184,7 +6184,7 @@ Date: Mon Jan 11 17:06:52 2010 +0000 Right now, it makes sense to ignore this code entirely. tests/interactive/test-text.c | 26 ++------------------------ - 1 files changed, 2 insertions(+), 24 deletions(-) + 1 file changed, 2 insertions(+), 24 deletions(-) commit 755cce33a729817aebe4cf5c08d97c31a327c863 Author: Robert Bragg @@ -6238,7 +6238,7 @@ Date: Sun Jan 10 11:35:26 2010 +0000 installed. clutter/Makefile.am | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit d9b91d61f5730e9ce29627f467c89070b78fb6b6 Author: Robert Bragg @@ -6252,7 +6252,7 @@ Date: Wed Nov 25 14:26:32 2009 +0000 clutter/cogl/cogl/cogl-framebuffer-private.h | 1 + clutter/cogl/cogl/cogl-framebuffer.c | 3 +++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 30b557c4653d15eeb1311b516ab1f4c0035a5e83 Author: Robert Bragg @@ -6270,12 +6270,12 @@ Date: Fri Jul 3 16:22:35 2009 +0100 the statisitcs will also be shown in the automatic Clutter reports. clutter/clutter-main.c | 7 +++++ - clutter/cogl/cogl/Makefile.am | 2 + - clutter/cogl/cogl/cogl-journal.c | 19 +++++++++++++ + clutter/cogl/cogl/Makefile.am | 2 ++ + clutter/cogl/cogl/cogl-journal.c | 19 ++++++++++++++ clutter/cogl/cogl/cogl-profile.c | 30 +++++++++++++++++++++ clutter/cogl/cogl/cogl-profile.h | 54 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 6 files changed, 113 insertions(+), 1 deletions(-) + 6 files changed, 113 insertions(+), 1 deletion(-) commit 0b6515a1d53571fea13417d47e7bf0f4749321f8 Author: Robert Bragg @@ -6314,7 +6314,7 @@ Date: Wed Jan 6 18:15:13 2010 +0000 clutter/clutter-main.c | 51 +++++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-profile.c | 2 +- clutter/clutter-profile.h | 8 +++++++ - 3 files changed, 60 insertions(+), 1 deletions(-) + 3 files changed, 60 insertions(+), 1 deletion(-) commit 00577558540db2c9f7bf24e870ff6231abb2b99d Author: Robert Bragg @@ -6355,10 +6355,10 @@ Date: Mon Mar 30 16:41:02 2009 +0100 clutter/Makefile.am | 2 + clutter/clutter-actor.c | 14 +++ - clutter/clutter-backend.c | 15 +++ - clutter/clutter-main.c | 94 ++++++++++++++++++++- + clutter/clutter-backend.c | 15 ++++ + clutter/clutter-main.c | 94 +++++++++++++++++++- clutter/clutter-profile.c | 170 +++++++++++++++++++++++++++++++++++++ - clutter/clutter-profile.h | 57 ++++++++++++ + clutter/clutter-profile.h | 57 +++++++++++++ clutter/clutter-stage.c | 9 ++ clutter/glx/clutter-backend-glx.c | 17 ++++ 8 files changed, 376 insertions(+), 2 deletions(-) @@ -6400,7 +6400,7 @@ Date: Fri Jan 8 15:04:56 2010 +0000 clutter/x11/clutter-backend-x11.c | 70 +++++++++++++++++++++++++++- clutter/x11/clutter-stage-x11.c | 6 ++- clutter/x11/clutter-x11.h | 9 +++- - doc/reference/clutter/clutter-sections.txt | 3 + + doc/reference/clutter/clutter-sections.txt | 3 ++ 5 files changed, 83 insertions(+), 7 deletions(-) commit 9599adbd820db7526d77790d8b611a6b61cb2dc7 @@ -6416,7 +6416,7 @@ Date: Wed Jan 6 00:44:24 2010 +0000 This fix makes gtk-doc document those symbols again. doc/reference/clutter/clutter-sections.txt | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bf4818bd759f612a9cec62c2e072544d54cc104c Author: Emmanuele Bassi @@ -6432,7 +6432,7 @@ Date: Thu Jan 7 11:08:52 2010 +0000 warning but we still go ahead with the relayout. clutter/clutter-actor.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 821e622de671ad4e18a55e9dbd33aee004e822df Author: Neil Roberts @@ -6470,8 +6470,8 @@ Date: Tue Jan 5 18:02:29 2010 +0000 The file is still in DOS format (CRLF instead of LF) and this confuses the hell out of some versions of Git. - clutter/cogl/cogl/stb_image.c | 7544 ++++++++++++++++++++-------------------- - 1 files changed, 3772 insertions(+), 3772 deletions(-) + clutter/cogl/cogl/stb_image.c | 7544 ++++++++++++++++++++--------------------- + 1 file changed, 3772 insertions(+), 3772 deletions(-) commit 58b5a46e0e6b263bd32808e4a9a46bbdd81eedfe Author: Emmanuele Bassi @@ -6484,7 +6484,7 @@ Date: Tue Jan 5 17:54:45 2010 +0000 clutter/cogl/cogl/cogl-shader.h | 1 + clutter/cogl/cogl/cogl-texture.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 793fec8138b478ba1f1ea419f9ef8bed4f453e77 Author: Emmanuele Bassi @@ -6496,7 +6496,7 @@ Date: Tue Jan 5 16:11:45 2010 +0000 such, and have their length arguments specified. clutter/cogl/cogl/cogl-shader.h | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 59105341bce12b2ec009ff953facbb7f7b10e85f Author: Neil Roberts @@ -6523,7 +6523,7 @@ Date: Tue Jan 5 11:58:12 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1940 clutter/clutter-text.c | 134 +++++++++++++++++++++++++++++------------------- - 1 files changed, 82 insertions(+), 52 deletions(-) + 1 file changed, 82 insertions(+), 52 deletions(-) commit 32b456fc8c4e8743c1b2c32164f7e9f67188a60e Author: Neil Roberts @@ -6535,7 +6535,7 @@ Date: Tue Jan 5 11:44:17 2010 +0000 being unref'd. This adds the unref calls to the finalize method. clutter/clutter-text.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 64c1294cc26e034fbf8a9a05b4413f63b9cd882d Author: Emmanuele Bassi @@ -6552,7 +6552,7 @@ Date: Tue Jan 5 14:10:19 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-x11-texture-pixmap.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit fa298b45b530c6b6821e73b011c3c7d226950ce0 Merge: 4207524 4adc2c2 @@ -6574,7 +6574,7 @@ Date: Tue Jan 5 11:02:39 2010 +0000 array item. tests/data/test-script-animation.json | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2aa9d7bdc78703fc9a6354d2e54f880fde96db39 Author: Emmanuele Bassi @@ -6591,7 +6591,7 @@ Date: Tue Jan 5 10:55:28 2010 +0000 allocator and produces a heap corruption later on. clutter/clutter-script-parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 10963d1ae03920e202ccbd0107854f489117f89b Author: Damien Lespiau @@ -6606,7 +6606,7 @@ Date: Mon Dec 28 17:52:43 2009 +0100 clutter/clutter-media.c | 55 ++++++++++++++++++++++++++++ clutter/clutter-media.h | 3 ++ doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 60 insertions(+), 0 deletions(-) + 3 files changed, 60 insertions(+) commit 5d5c7142f7fa2447e13bcb80a272b0d9dfc28f06 Author: Emmanuele Bassi @@ -6619,7 +6619,7 @@ Date: Mon Jan 4 12:03:47 2010 +0000 directly. clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bf43cb6cdc84e646add7adc592487274331d4930 Author: Alejandro Piñeiro @@ -6669,7 +6669,7 @@ Date: Mon Jan 4 11:49:50 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-texture.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit b98d486fc99fd46626877be728961190dbf831dc Author: Emmanuele Bassi @@ -6680,7 +6680,7 @@ Date: Mon Jan 4 11:49:13 2010 +0000 The maintainer compiler flags are not pre-processor flags. clutter/cogl/cogl/Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 0fb51658fdba886fd5d9cb53cfca6df13aa1f7a0 Author: Emmanuele Bassi @@ -6714,7 +6714,7 @@ Date: Wed Nov 11 11:00:29 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1854 clutter/clutter-master-clock.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 5ae88f5777c5ed0663937f990350f145b254692c Author: Emmanuele Bassi @@ -6723,7 +6723,7 @@ Date: Sun Jan 3 20:41:17 2010 +0000 Post-release version bump to 1.1.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d7e1e5434d3da27cf23a9c16f9990523eedba4e Author: Emmanuele Bassi @@ -6742,7 +6742,7 @@ Date: Sun Jan 3 20:24:39 2010 +0000 build: Remove dist rule for non-existing image files doc/cookbook/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8d40cb947031f90a7b8cf459720278c6a6fe295d Author: Emmanuele Bassi @@ -6756,7 +6756,7 @@ Date: Sun Jan 3 20:12:49 2010 +0000 prolly comply to avoid the test suite dying on us. clutter/clutter-main.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 3d350078a8aa6f1bdf38c12de62e2708c5369247 Merge: a09ac0b 934eee1 @@ -6786,8 +6786,8 @@ Date: Wed Dec 23 10:35:16 2009 +0000 with examples, how to implement animation support inside a layout manager sub-class. - clutter/clutter-layout-manager.c | 213 +++++++++++++++++++++++++++++++++---- - 1 files changed, 190 insertions(+), 23 deletions(-) + clutter/clutter-layout-manager.c | 213 ++++++++++++++++++++++++++++++++++---- + 1 file changed, 190 insertions(+), 23 deletions(-) commit 713c2952410e99e681825dac51da3e0b575ef2cf Author: Emmanuele Bassi @@ -6800,7 +6800,7 @@ Date: Wed Dec 23 08:39:16 2009 +0000 easing mode of the alpha. clutter/clutter-layout-manager.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit b9c1de0ec7001ce6a6b62dbd8d1fd9ee15539093 Author: Emmanuele Bassi @@ -6819,8 +6819,8 @@ Date: Wed Dec 23 08:34:08 2009 +0000 BoxChild instances, but we save a little bit of memory and we avoid keeping aroud allocations for old children. - clutter/clutter-box-layout.c | 47 ++++++++++++++++++----------------------- - 1 files changed, 21 insertions(+), 26 deletions(-) + clutter/clutter-box-layout.c | 47 +++++++++++++++++++----------------------- + 1 file changed, 21 insertions(+), 26 deletions(-) commit c8c5e0ee39626d434c2d3e5486c6520eff17f519 Author: Emmanuele Bassi @@ -6828,8 +6828,8 @@ Date: Tue Dec 22 18:10:39 2009 +0000 docs: Clean up the README file - README | 137 ++++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 83 insertions(+), 54 deletions(-) + README | 137 +++++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 83 insertions(+), 54 deletions(-) commit a09ac0b27ccb4a9c08a4e42e00776bf627f0e163 Merge: b6bd8be 3491337 @@ -6873,7 +6873,7 @@ Date: Fri Dec 18 23:29:11 2009 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-actor-destroy.c | 168 ++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 4 files changed, 171 insertions(+), 0 deletions(-) + 4 files changed, 171 insertions(+) commit 1520ba6190165dc8902b622833efbccf23716751 Author: Emmanuele Bassi @@ -6910,7 +6910,7 @@ Date: Fri Dec 18 23:20:04 2009 +0000 clutter_actor_destroy() and clutter_actor_unparent() will check for the flag before deciding whether to call the Container's remove method. - clutter/clutter-actor.c | 110 ++++++++++++++++++++++++++- + clutter/clutter-actor.c | 110 ++++++++++++++++++++++++++-- clutter/clutter-actor.h | 3 + clutter/clutter-private.h | 29 ++++++-- doc/reference/clutter/clutter-sections.txt | 2 + @@ -6961,7 +6961,7 @@ Date: Sun Dec 13 01:07:44 2009 +0000 of animations. clutter/clutter-box-layout.c | 320 ++++++++++++++++++++++++++-- - clutter/clutter-box-layout.h | 90 +++++---- + clutter/clutter-box-layout.h | 90 ++++---- doc/reference/clutter/clutter-sections.txt | 8 + tests/interactive/test-box-layout.c | 6 + 4 files changed, 370 insertions(+), 54 deletions(-) @@ -6980,7 +6980,7 @@ Date: Sat Dec 12 00:13:05 2009 +0000 Thomas Wood clutter/clutter-box-layout.c | 130 ++++++++++++++++++++++++++++++++++++------ - 1 files changed, 113 insertions(+), 17 deletions(-) + 1 file changed, 113 insertions(+), 17 deletions(-) commit f94a903d9ebdbc055010bb4a4c6fe7e76f418bd8 Author: Emmanuele Bassi @@ -7023,7 +7023,7 @@ Date: Sat Dec 12 00:02:43 2009 +0000 computed allocation. clutter/clutter-layout-manager.c | 159 +++++++++++++++++++++++++++- - clutter/clutter-layout-manager.h | 68 ++++++++---- + clutter/clutter-layout-manager.h | 68 +++++++----- doc/reference/clutter/clutter-sections.txt | 5 + 3 files changed, 207 insertions(+), 25 deletions(-) @@ -7045,8 +7045,8 @@ Date: Fri Dec 11 23:48:58 2009 +0000 clutter/clutter-actor.c | 47 ++++++++++++++++++++++++++++ clutter/clutter-types.h | 5 +++ - doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 54 insertions(+), 0 deletions(-) + doc/reference/clutter/clutter-sections.txt | 2 ++ + 3 files changed, 54 insertions(+) commit d2ea7cd6a8a1eb4ff04f11cb53aa387458a8e128 Author: Emmanuele Bassi @@ -7054,8 +7054,8 @@ Date: Fri Dec 11 20:17:58 2009 +0000 Clean up whitespace, indentation and comments - clutter/clutter-main.c | 70 ++++++++++++++++++++++++----------------------- - 1 files changed, 36 insertions(+), 34 deletions(-) + clutter/clutter-main.c | 70 +++++++++++++++++++++++++----------------------- + 1 file changed, 36 insertions(+), 34 deletions(-) commit 7b53aa7510adc60d3287740772ec97117ce78ab9 Merge: 60a6bff 1374b5a @@ -7085,7 +7085,7 @@ Date: Thu Nov 12 17:33:15 2009 -0500 Signed-off-by: Emmanuele Bassi - clutter/clutter-event.c | 23 ++++++++++ + clutter/clutter-event.c | 23 +++++++++++ clutter/clutter-event.h | 1 + clutter/clutter-main.c | 62 ++++++++++++++++------------ clutter/clutter-private.h | 1 + @@ -7131,7 +7131,7 @@ Date: Wed Dec 9 18:46:25 2009 +0000 matches. clutter/x11/clutter-event-x11.c | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 9242d6b934710ca4001e8dc2a0f1f4bc4a738a63 Author: Emmanuele Bassi @@ -7153,7 +7153,7 @@ Date: Wed Dec 9 01:52:09 2009 +0000 past and they should be deprecated. clutter/clutter-stage.h | 36 ++++++++++++++---------------------- - 1 files changed, 14 insertions(+), 22 deletions(-) + 1 file changed, 14 insertions(+), 22 deletions(-) commit 34913378fb7aa84874bfda63648e9e0e02e40d8c Author: Emmanuele Bassi @@ -7164,7 +7164,7 @@ Date: Wed Dec 9 17:17:33 2009 +0000 Instead of using g_object_set(). tests/interactive/test-paint-wrapper.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 1208e47198ea981b644bca2ce9beab3b59f05d0b Author: Emmanuele Bassi @@ -7174,9 +7174,9 @@ Date: Wed Dec 9 02:04:56 2009 +0000 Use real accessors for the :use-alpha property. - clutter/clutter-stage.c | 53 ++++++++++++++++++++++++++- - clutter/clutter-stage.h | 4 ++ - doc/reference/clutter/clutter-sections.txt | 2 + + clutter/clutter-stage.c | 53 ++++++++++++++++++++++++++-- + clutter/clutter-stage.h | 4 +++ + doc/reference/clutter/clutter-sections.txt | 2 ++ 3 files changed, 57 insertions(+), 2 deletions(-) commit 3b075b6dc4197ed78f6386ee7e9a6e307839590f @@ -7189,7 +7189,7 @@ Date: Wed Dec 9 01:46:52 2009 +0000 by a compositor. tests/interactive/test-paint-wrapper.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 3a3c815286daa55761787a49d7a33c6eb8c3d74d Author: Emmanuele Bassi @@ -7201,7 +7201,7 @@ Date: Wed Dec 9 01:46:09 2009 +0000 stage color to get the correct blending from the compositor. clutter/clutter-stage.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e957e277b8a4893ce8c99e94402036d42a8b3748 Author: Emmanuele Bassi @@ -7214,7 +7214,7 @@ Date: Tue Dec 8 18:24:30 2009 +0000 reserved to the windows we manage ourselves. clutter/x11/clutter-stage-x11.c | 23 ++++++++++++++--------- - 1 files changed, 14 insertions(+), 9 deletions(-) + 1 file changed, 14 insertions(+), 9 deletions(-) commit 28cb2cdab588ac361544538d4bb70a3e9bf24c81 Author: Emmanuele Bassi @@ -7225,8 +7225,8 @@ Date: Mon Dec 7 19:00:55 2009 +0000 Setting the default text direction programmatically is wrong: it is a value dependent on the locale or by the environment. - clutter/clutter-actor.c | 3 +- - clutter/clutter-main.c | 32 ++++++++++++--------------- + clutter/clutter-actor.c | 3 ++- + clutter/clutter-main.c | 32 ++++++++++++---------------- clutter/clutter-main.h | 1 - doc/reference/clutter/clutter-sections.txt | 1 - 4 files changed, 16 insertions(+), 21 deletions(-) @@ -7241,7 +7241,7 @@ Date: Mon Dec 7 18:41:15 2009 +0000 while the main loop is running. clutter/clutter-main.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 6a3f6a460e730b0067adfa1eac455246c8d6e8d8 Author: Emmanuele Bassi @@ -7253,7 +7253,7 @@ Date: Mon Dec 7 17:35:17 2009 +0000 Stage's background color. clutter/clutter-stage.c | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit c4f27b1556b65464fd1f53749d32db9adab97942 Author: Emmanuele Bassi @@ -7294,7 +7294,7 @@ Date: Sat Dec 5 14:20:00 2009 +0000 before getting the GL handle. clutter/cogl/cogl/cogl-material.c | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit 231cfffa1871806713928f7b4c599d904a813fb9 Author: Neil Roberts @@ -7310,8 +7310,8 @@ Date: Sat Dec 5 13:48:03 2009 +0000 will end up downloading the data for the entire atlas which is not ideal. - clutter/cogl/cogl/cogl-atlas-texture.c | 66 +++++++++++++++++++++++++++---- - 1 files changed, 57 insertions(+), 9 deletions(-) + clutter/cogl/cogl/cogl-atlas-texture.c | 66 +++++++++++++++++++++++++++----- + 1 file changed, 57 insertions(+), 9 deletions(-) commit 6cf5ee2cbdad4bb71a065bb7e49a534ca7ba78ac Author: Neil Roberts @@ -7333,7 +7333,7 @@ Date: Sat Dec 5 13:24:01 2009 +0000 texture data as before. clutter/cogl/cogl/cogl-atlas-texture.c | 198 +++++++++++++++++++++++++++----- - 1 files changed, 168 insertions(+), 30 deletions(-) + 1 file changed, 168 insertions(+), 30 deletions(-) commit c51a31a2fc3f0f087a44cbccf1726c40fa581746 Author: Neil Roberts @@ -7360,7 +7360,7 @@ Date: Fri Dec 4 18:55:53 2009 +0000 variable. When enabled Cogl will display messages when textures are added to the atlas and when the atlas is reorganized. - clutter/cogl/cogl/cogl-atlas-texture.c | 62 ++++++++++++++++++++++++++++--- + clutter/cogl/cogl/cogl-atlas-texture.c | 62 ++++++++++++++++++++++++++++---- clutter/cogl/cogl/cogl-debug.c | 3 +- clutter/cogl/cogl/cogl-debug.h | 3 +- 3 files changed, 60 insertions(+), 8 deletions(-) @@ -7388,7 +7388,7 @@ Date: Fri Dec 4 18:24:15 2009 +0000 as far as possible. clutter/cogl/cogl/cogl-atlas-texture.c | 315 ++++++++++++++++++++++++++++---- - 1 files changed, 280 insertions(+), 35 deletions(-) + 1 file changed, 280 insertions(+), 35 deletions(-) commit 1fb32167ec37f7b3bc8193258faa5963fe49569e Author: Neil Roberts @@ -7424,7 +7424,7 @@ Date: Fri Dec 4 17:39:04 2009 +0000 tests: Clean up the BoxLayout interactive test tests/interactive/test-box-layout.c | 27 ++++++++++++++++----------- - 1 files changed, 16 insertions(+), 11 deletions(-) + 1 file changed, 16 insertions(+), 11 deletions(-) commit cf62b8fe4ab0d7cca360077843a9e213540e2c4d Author: Emmanuele Bassi @@ -7435,7 +7435,7 @@ Date: Fri Dec 4 17:38:26 2009 +0000 Add a note for cache hits, and another one for cache misses. clutter/clutter-actor.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9ccdf2eb02a0d0155e27d5f9270bca6b72c08359 Author: Emmanuele Bassi @@ -7474,7 +7474,7 @@ Date: Wed Nov 11 20:40:57 2009 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 137 ++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 117 insertions(+), 20 deletions(-) + 1 file changed, 117 insertions(+), 20 deletions(-) commit 18860eb16f36eb62b94aee353b4e2ace76e2fffa Author: Bastian Winkler @@ -7489,7 +7489,7 @@ Date: Thu Dec 3 15:38:05 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-flow-layout.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6c3e1989e47b17f826d25704b2433ffecc6e83b9 Author: Neil Roberts @@ -7501,7 +7501,7 @@ Date: Thu Dec 3 14:46:20 2009 +0000 using the width due to a cut-and-paste fail. clutter/cogl/cogl/cogl-sub-texture.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 97f8eed11917fa0d545dcb08d20841f6b501c878 Author: Neil Roberts @@ -7541,7 +7541,7 @@ Date: Mon Nov 30 12:15:05 2009 +0000 clutter/cogl/cogl/cogl-texture-driver.h | 14 ++++++ clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 26 +++++++++++ .../cogl/cogl/driver/gles/cogl-texture-driver.c | 47 ++++++++++++++++++++ - 3 files changed, 87 insertions(+), 0 deletions(-) + 3 files changed, 87 insertions(+) commit 19a19579ba72ea9ca4f6d406c035c3ad074fd442 Author: Neil Roberts @@ -7555,7 +7555,7 @@ Date: Fri Nov 27 16:59:51 2009 +0000 clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 16 ---- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 84 -------------------- - clutter/cogl/cogl/cogl-texture.c | 44 ++++++++--- + clutter/cogl/cogl/cogl-texture.c | 44 +++++++--- 3 files changed, 33 insertions(+), 111 deletions(-) commit 27c4eb483d0ce219d80000613357c20fc25724e3 @@ -7571,7 +7571,7 @@ Date: Fri Nov 27 16:40:31 2009 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-sub-texture.c | 388 +++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 390 insertions(+), 0 deletions(-) + 3 files changed, 390 insertions(+) commit 9752493272b39e6a8aeb1b8d667667d53de439fb Author: Neil Roberts @@ -7590,7 +7590,7 @@ Date: Fri Nov 27 16:39:16 2009 +0000 available to create the sub texture. clutter/cogl/cogl/Makefile.am | 2 + - clutter/cogl/cogl/cogl-sub-texture-private.h | 56 ++ + clutter/cogl/cogl/cogl-sub-texture-private.h | 56 +++ clutter/cogl/cogl/cogl-sub-texture.c | 699 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-texture.c | 15 +- clutter/cogl/cogl/cogl-texture.h | 27 + @@ -7634,7 +7634,7 @@ Date: Wed Dec 2 13:41:49 2009 +0000 clutter/cogl/cogl/cogl-texture-private.h | 14 ++++ clutter/cogl/cogl/cogl-texture.c | 102 ++++++++++++++++++++++++++++++ - 2 files changed, 116 insertions(+), 0 deletions(-) + 2 files changed, 116 insertions(+) commit 5fcb29c91695bdbb2aec418ba1d2956ff23612a0 Author: Neil Roberts @@ -7654,7 +7654,7 @@ Date: Fri Nov 27 15:47:22 2009 +0000 converting them. clutter/cogl/cogl/cogl-primitives.c | 87 +++++++++++++++-------------------- - 1 files changed, 37 insertions(+), 50 deletions(-) + 1 file changed, 37 insertions(+), 50 deletions(-) commit 812d4d25bb28d8512c101701cf7cd06dc2dd95eb Author: Neil Roberts @@ -7675,8 +7675,8 @@ Date: Thu Nov 26 18:58:17 2009 +0000 clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 25 ++- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 204 +++++++++++--------- - clutter/cogl/cogl/cogl-texture-private.h | 21 +-- - clutter/cogl/cogl/cogl-texture.c | 19 +-- + clutter/cogl/cogl/cogl-texture-private.h | 21 +- + clutter/cogl/cogl/cogl-texture.c | 19 +- 4 files changed, 149 insertions(+), 120 deletions(-) commit 071dea2fbc307eca949f5f44c4ccb6c4dd73f789 @@ -7706,7 +7706,7 @@ Date: Thu Nov 26 17:32:52 2009 +0000 clutter/cogl/cogl/cogl-texture-2d-sliced.c | 344 ++++++++++---------- clutter/cogl/cogl/cogl-texture-driver.h | 6 +- - clutter/cogl/cogl/cogl-texture-private.h | 51 ++- + clutter/cogl/cogl/cogl-texture-private.h | 51 +-- clutter/cogl/cogl/cogl-texture.c | 93 +++--- clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 14 +- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 16 +- @@ -7724,7 +7724,7 @@ Date: Wed Dec 2 21:54:22 2009 +0000 ifdef's around that constant so we should do the same here. clutter/cogl/cogl/cogl-framebuffer.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 59d84f7806e16b3d1fea5eed44a5d06d9772be23 Author: Emmanuele Bassi @@ -7744,7 +7744,7 @@ Date: Wed Dec 2 16:03:55 2009 +0000 Pango API is now under the Cogl namespace. clutter/Makefile.am | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 17e3b526d569b6c8f33cd050acce107d5f1b057b Author: Emmanuele Bassi @@ -7755,7 +7755,7 @@ Date: Wed Dec 2 14:15:43 2009 +0000 Be explicit on how to deal with threads and Clutter. clutter/clutter-main.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 56 insertions(+), 0 deletions(-) + 1 file changed, 56 insertions(+) commit fc7bbf1abf732ba37fee8f12b5ed36e0b9a5fb95 Author: Emmanuele Bassi @@ -7766,7 +7766,7 @@ Date: Wed Dec 2 14:15:19 2009 +0000 The tag is really called in DocBook. clutter/clutter-layout-manager.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 3c08c411d2ccd1523439c4f35427d266d1ef67dd Author: Emmanuele Bassi @@ -7778,7 +7778,7 @@ Date: Wed Dec 2 11:38:04 2009 +0000 "floating" annotation. clutter/clutter-stage-manager.h | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 7a33b706a40719e1d123ccfa71c3d5c5d864fdea Author: Emmanuele Bassi @@ -7790,7 +7790,7 @@ Date: Wed Dec 2 11:37:13 2009 +0000 annotation. clutter/cogl/cogl/cogl-matrix-mesa.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0270313121e9a02cb1f59de134ed724e6f8c0ae6 Author: Emmanuele Bassi @@ -7801,7 +7801,7 @@ Date: Wed Dec 2 11:36:25 2009 +0000 Add some padding to the LayoutMeta and LayoutMetaClass structures. clutter/clutter-layout-meta.h | 18 +++++++++++++++++- - 1 files changed, 17 insertions(+), 1 deletions(-) + 1 file changed, 17 insertions(+), 1 deletion(-) commit 02398c0cf13f8326a8fadf0536ce1ac1994901ee Author: Emmanuele Bassi @@ -7812,7 +7812,7 @@ Date: Tue Dec 1 18:16:48 2009 +0000 Fix a compiler warning. clutter/clutter-main.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit cdba8cc220a8ef026ade2dfaa542ff94c92cd5ef Author: Rob Bradford @@ -7824,7 +7824,7 @@ Date: Tue Dec 1 17:44:42 2009 +0000 the correct amount of padding clutter/clutter-flow-layout.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit c564303601f6cabdc3314070d225f74a3c6df174 Author: Rob Bradford @@ -7839,7 +7839,7 @@ Date: Tue Dec 1 17:11:08 2009 +0000 for actors in vertical flowing layouts. clutter/clutter-flow-layout.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit e6ca2d891a2c48c91db45a0c2f5ce84d5e6621e1 Author: Emmanuele Bassi @@ -7861,7 +7861,7 @@ Date: Tue Dec 1 16:18:39 2009 +0000 Environment variable. - clutter/glx/clutter-backend-glx.c | 128 +++++++++++++++++++++++++++++------- + clutter/glx/clutter-backend-glx.c | 128 +++++++++++++++++++++++++++++-------- clutter/glx/clutter-backend-glx.h | 5 +- clutter/glx/clutter-glx.h | 5 -- clutter/glx/clutter-stage-glx.c | 13 +--- @@ -7883,7 +7883,7 @@ Date: Tue Dec 1 16:16:18 2009 +0000 used. clutter/clutter-stage.c | 38 +++++++++++++++++++++++++++++++++++--- - 1 files changed, 35 insertions(+), 3 deletions(-) + 1 file changed, 35 insertions(+), 3 deletions(-) commit 1d87ecc6a1be73e7d72c8c5ecb2b8268d5a0cd5e Author: Emmanuele Bassi @@ -7899,7 +7899,7 @@ Date: Tue Dec 1 16:22:45 2009 +0000 alpha was merged. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b43e804c078578e54b0ef9680a5d7b4bf53cafe8 Author: Emmanuele Bassi @@ -7912,7 +7912,7 @@ Date: Tue Dec 1 16:06:57 2009 +0000 text_dir != CLUTTER_TEXT_DIRECTION_DEFAULT clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e034cda58776a0fbc6812cd8d859ad58b5cab54 Author: Emmanuele Bassi @@ -7925,7 +7925,7 @@ Date: Tue Dec 1 15:17:49 2009 +0000 wrapping. configure.ac | 27 ++++++++++++++++++++++----- - 1 files changed, 22 insertions(+), 5 deletions(-) + 1 file changed, 22 insertions(+), 5 deletions(-) commit e3b409529e9000cff6aabac8efdaccc0eaecf83f Author: Emmanuele Bassi @@ -7936,7 +7936,7 @@ Date: Tue Dec 1 15:17:16 2009 +0000 The 0.7 version is the development cycle for JSON-GLib 0.8. configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 1c47638db4ac741f4bae9ede860d16b4e1693a36 Author: Emmanuele Bassi @@ -7945,7 +7945,7 @@ Date: Tue Dec 1 14:59:44 2009 +0000 docs: Add missing symbols to clutter-sections.txt doc/reference/clutter/clutter-sections.txt | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 586750751a60b76e2f398be28d596009b6587c52 Merge: c2332a5 6e99c1a @@ -7972,7 +7972,7 @@ Date: Tue Dec 1 14:55:01 2009 +0000 docs: Add text-direction accessors doc/reference/clutter/clutter-sections.txt | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit c2332a5d26d854dcb4223088904305988b35a906 Author: Bastian Winkler @@ -7983,7 +7983,7 @@ Date: Tue Dec 1 12:31:07 2009 +0000 Signed-off-by: Emmanuele Bassi Makefile.am | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 220a8fbfda5bda38e6c7689176fd876c57074ab5 Author: Emmanuele Bassi @@ -8014,8 +8014,8 @@ Date: Tue Dec 1 10:11:33 2009 +0000 • Add the description for the "overriding the paint sequence" recipe. - doc/cookbook/clutter-cookbook.xml.in | 124 +++++++++++++++++++++++---------- - 1 files changed, 86 insertions(+), 38 deletions(-) + doc/cookbook/clutter-cookbook.xml.in | 124 +++++++++++++++++++++++----------- + 1 file changed, 86 insertions(+), 38 deletions(-) commit 52db14b78d848f0f876d4721895ccc2c83e06aba Author: Emmanuele Bassi @@ -8046,23 +8046,23 @@ Date: Thu Sep 3 13:04:59 2009 +0100 • Clean up the checks and build for the additional documentation .gitignore | 9 +- - configure.ac | 41 ++-- + configure.ac | 41 +-- doc/Makefile.am | 8 +- doc/common/Makefile.am | 9 + doc/common/common.xsl | 19 ++ doc/common/devhelp.xsl | 154 ++++++++++++ doc/common/html.xsl | 285 +++++++++++++++++++++ doc/common/ref-html-style.xsl | 54 ++++ - doc/common/style.css | 97 +++++++ - doc/cookbook/Makefile.am | 30 +-- + doc/common/style.css | 97 ++++++++ + doc/cookbook/Makefile.am | 30 ++- doc/cookbook/clutter-cookbook.xml | 456 --------------------------------- doc/cookbook/clutter-cookbook.xml.in | 457 ++++++++++++++++++++++++++++++++++ doc/cookbook/common.xsl | 19 -- - doc/cookbook/cookbook.xsl | 14 - + doc/cookbook/cookbook.xsl | 14 -- doc/cookbook/devhelp.xsl | 154 ------------ doc/cookbook/html.xsl | 285 --------------------- doc/cookbook/ref-html-style.xsl | 54 ---- - doc/cookbook/style.css | 97 ------- + doc/cookbook/style.css | 97 -------- doc/manual/Makefile.am | 84 ++++--- doc/manual/clutter-manual.xml.in | 9 +- 20 files changed, 1174 insertions(+), 1161 deletions(-) @@ -8078,7 +8078,7 @@ Date: Wed Sep 2 18:11:06 2009 +0100 DevHelp -- just like the API reference. configure.ac | 9 +- - doc/cookbook/Makefile.am | 83 ++++++----- + doc/cookbook/Makefile.am | 83 ++++++------ doc/cookbook/common.xsl | 19 +++ doc/cookbook/devhelp.xsl | 154 +++++++++++++++++++++ doc/cookbook/html.xsl | 285 +++++++++++++++++++++++++++++++++++++++ @@ -8092,7 +8092,7 @@ Date: Wed Sep 2 13:13:44 2009 +0100 [cookbook] Fix folds doc/cookbook/clutter-cookbook.xml | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 2675b829990eb0b6fb9bae848bd64fc4461324d2 Author: Emmanuele Bassi @@ -8103,7 +8103,7 @@ Date: Thu Dec 11 17:03:10 2008 +0000 Add the temporary and output files of the cookbook. .gitignore | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit a7f7bfbc876a256f40fc0c3a43691b07bffeae96 Author: Emmanuele Bassi @@ -8115,7 +8115,7 @@ Date: Thu Dec 11 17:02:05 2008 +0000 the paint sequence of a pre-existing actor. doc/cookbook/clutter-cookbook.xml | 153 +++++++++++++++++++++++++++++-------- - 1 files changed, 122 insertions(+), 31 deletions(-) + 1 file changed, 122 insertions(+), 31 deletions(-) commit 26b35e657f3fcf3ae8b919c4c315337f2261003f Author: Emmanuele Bassi @@ -8127,8 +8127,8 @@ Date: Thu Dec 11 17:00:16 2008 +0000 and size of an actor changes using the notify:: signal on the actor's dimensional and positional properties. - doc/cookbook/clutter-cookbook.xml | 128 ++++++++++++++++++++++++++++++++++-- - 1 files changed, 120 insertions(+), 8 deletions(-) + doc/cookbook/clutter-cookbook.xml | 128 ++++++++++++++++++++++++++++++++++--- + 1 file changed, 120 insertions(+), 8 deletions(-) commit 135cb5c6e21200162939dc5a42f0a34c4daf8a39 Author: Emmanuele Bassi @@ -8138,8 +8138,8 @@ Date: Thu Dec 11 16:58:07 2008 +0000 Make the Cookbook look more like a book than a tutorial. - doc/cookbook/clutter-cookbook.xml | 64 +++++++++++++++++++++++++++++++++--- - 1 files changed, 58 insertions(+), 6 deletions(-) + doc/cookbook/clutter-cookbook.xml | 64 +++++++++++++++++++++++++++++++++---- + 1 file changed, 58 insertions(+), 6 deletions(-) commit 35627f240fa498656492e437c130ffe34674ca54 Author: Emmanuele Bassi @@ -8159,7 +8159,7 @@ Date: Thu Dec 11 16:57:46 2008 +0000 doc/cookbook/cookbook.xsl | 14 +++ doc/cookbook/style.css | 97 ++++++++++++++++++ doc/cookbook/version.xml.in | 1 + - 7 files changed, 386 insertions(+), 0 deletions(-) + 7 files changed, 386 insertions(+) commit 15a04a1dd39fd19f28132cbd3c22b49c05c0773b Author: Emmanuele Bassi @@ -8230,7 +8230,7 @@ Date: Mon Nov 30 19:06:05 2009 +0000 stage. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1bb034fbd75bb7153f35c88b05ed0fb9544d0c8b Author: Neil Roberts @@ -8249,7 +8249,7 @@ Date: Sun Nov 29 20:06:36 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1907 clutter/cogl/cogl/cogl-material.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 3cb974ee8be182944848b5e64dd4724f118bc8fa Author: Emmanuele Bassi @@ -8261,7 +8261,7 @@ Date: Mon Nov 30 16:15:19 2009 +0000 to be the default Pango language. clutter/clutter-main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit daeb3b2fecb3d740b6d84215928fc4477396dc71 Author: Emmanuele Bassi @@ -8273,7 +8273,7 @@ Date: Mon Nov 30 16:14:09 2009 +0000 be the same as the parent's. clutter/clutter-actor.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 0ce5c7d350c8b904ed8cc15c911e6433619c6a2d Author: Damien Lespiau @@ -8300,7 +8300,7 @@ Date: Wed Nov 25 13:29:26 2009 +0100 Reviewed-by: Emmanuele Bassi tests/interactive/test-texture-quality.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e4180b283836ccd665d23d1e19d35a8911c40436 Author: Damien Lespiau @@ -8315,7 +8315,7 @@ Date: Wed Nov 25 13:25:14 2009 +0100 Reviewed-by: Emmanuele Bassi tests/interactive/Makefile.am | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 934eb5d251ad9d9987d0ff1f0f9878fffc2484f1 Author: Robert Bragg @@ -8327,7 +8327,7 @@ Date: Fri Nov 27 15:24:09 2009 +0000 using a variable to declare an array length. clutter/cogl/cogl/cogl-primitives.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 47db7af4d3001387a3c7adc60f6c3166c149ab5d Author: Robert Bragg @@ -8402,12 +8402,12 @@ Date: Thu Nov 26 19:06:35 2009 +0000 README | 13 + clutter/clutter-texture.c | 15 +- clutter/cogl/cogl/Makefile.am | 4 +- - clutter/cogl/cogl/cogl-clip-stack.c | 74 ++-- + clutter/cogl/cogl/cogl-clip-stack.c | 74 +-- clutter/cogl/cogl/cogl-context.c | 13 +- clutter/cogl/cogl/cogl-context.h | 4 +- clutter/cogl/cogl/cogl-draw-buffer-private.h | 133 ------ clutter/cogl/cogl/cogl-draw-buffer.c | 603 ------------------------- - clutter/cogl/cogl/cogl-framebuffer-private.h | 124 +++++ + clutter/cogl/cogl/cogl-framebuffer-private.h | 124 ++++++ clutter/cogl/cogl/cogl-framebuffer.c | 618 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-journal.c | 12 +- clutter/cogl/cogl/cogl-matrix-stack.c | 6 +- @@ -8415,7 +8415,7 @@ Date: Thu Nov 26 19:06:35 2009 +0000 clutter/cogl/cogl/cogl-texture.c | 12 +- clutter/cogl/cogl/cogl-vertex-buffer.c | 6 +- clutter/cogl/cogl/cogl.c | 80 ++-- - clutter/cogl/cogl/cogl.h | 73 +++- + clutter/cogl/cogl/cogl.h | 73 ++- doc/reference/cogl/cogl-sections.txt | 3 + tests/conform/test-backface-culling.c | 7 +- tests/conform/test-cogl-offscreen.c | 33 +- @@ -8433,7 +8433,7 @@ Date: Thu Nov 26 17:47:17 2009 +0000 New code should use cogl_handle_ref/unref clutter/cogl/cogl/cogl-offscreen.h | 34 +++++++++++++++++++++------------- - 1 files changed, 21 insertions(+), 13 deletions(-) + 1 file changed, 21 insertions(+), 13 deletions(-) commit e12a691187a7dbbcfe5b46b94fe2975fd0927966 Author: Neil Roberts @@ -8450,8 +8450,8 @@ Date: Wed Nov 25 13:39:45 2009 +0000 implemented. clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 62 ---------- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 122 +++++++++----------- - clutter/cogl/cogl/cogl-texture-private.h | 97 ++++++++++++---- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 122 +++++++++---------- + clutter/cogl/cogl/cogl-texture-private.h | 97 +++++++++++---- clutter/cogl/cogl/cogl-texture.c | 124 ++++---------------- 4 files changed, 154 insertions(+), 251 deletions(-) @@ -8469,7 +8469,7 @@ Date: Wed Nov 25 02:47:52 2009 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=601032 clutter/cogl/cogl/cogl-draw-buffer.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d3a01e0c96237ca060e3451d2b80e692dfb3b8f6 Author: Robert Bragg @@ -8501,13 +8501,13 @@ Date: Wed Nov 11 12:50:48 2009 +0000 and keep track of "similar" materials. The plan is that Cogl will use this information to minimize the cost of GPU state transitions. - README | 5 ++ + README | 5 +++ clutter/cogl/cogl/cogl-context.c | 13 ++++-- clutter/cogl/cogl/cogl-context.h | 4 +- - clutter/cogl/cogl/cogl-material-private.h | 9 ++++ - clutter/cogl/cogl/cogl-material.c | 62 ++++++++++++++++++++++++---- - clutter/cogl/cogl/cogl-material.h | 18 ++++++++ - clutter/cogl/cogl/cogl.c | 6 +- + clutter/cogl/cogl/cogl-material-private.h | 9 +++++ + clutter/cogl/cogl/cogl-material.c | 62 ++++++++++++++++++++++++----- + clutter/cogl/cogl/cogl-material.h | 18 +++++++++ + clutter/cogl/cogl/cogl.c | 6 +-- 7 files changed, 100 insertions(+), 17 deletions(-) commit 70ca3bfe4173aabd352fd0aed484c0bab57a8d02 @@ -8520,8 +8520,8 @@ Date: Wed Nov 11 12:52:08 2009 +0000 redundant since we also have a cogl/cogl-utils.[c,h] clutter/cogl/cogl/driver/gles/cogl-util.c | 49 ----------------------------- - clutter/cogl/cogl/driver/gles/cogl-util.h | 30 ----------------- - 2 files changed, 0 insertions(+), 79 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-util.h | 30 ------------------ + 2 files changed, 79 deletions(-) commit 4a63af0c631cd9391a6b3cef6fdb545e36a68730 Author: Robert Bragg @@ -8538,7 +8538,7 @@ Date: Mon Nov 23 11:30:32 2009 +0000 clutter/cogl/cogl/cogl.c | 8 -------- clutter/cogl/cogl/cogl.h | 22 ---------------------- doc/reference/cogl/cogl-sections.txt | 1 - - 3 files changed, 0 insertions(+), 31 deletions(-) + 3 files changed, 31 deletions(-) commit 328ce370e7a7f155f63ee8206e8b6cd4e66a6c94 Author: Emmanuele Bassi @@ -8555,7 +8555,7 @@ Date: Tue Nov 24 16:59:24 2009 +0000 whilst being animated. clutter/clutter-animation.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 1107fa8797b0d2475097c20b50065dbc3ae014a1 Author: Neil Roberts @@ -8570,7 +8570,7 @@ Date: Thu Nov 19 16:07:38 2009 +0000 macro. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6fd80ffbd926318413296112871891706867cd78 Author: Emmanuele Bassi @@ -8583,7 +8583,7 @@ Date: Thu Nov 19 14:30:01 2009 +0000 should have the same layout. doc/reference/cogl/cogl-docs.xml.in | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 8d64c4641dbf9dfb09d2719872911263d2b758dc Author: Emmanuele Bassi @@ -8605,8 +8605,8 @@ Date: Thu Nov 19 13:33:26 2009 +0000 Clean up the references, the docbook tags, and the style to fit in with the rest of the API references for Cogl and Clutter. - clutter/cogl/cogl/cogl-matrix.h | 136 +++++++++++++++++++------------------- - 1 files changed, 68 insertions(+), 68 deletions(-) + clutter/cogl/cogl/cogl-matrix.h | 136 +++++++++++++++++++-------------------- + 1 file changed, 68 insertions(+), 68 deletions(-) commit 056cfcffc312f9508f07c82e41d96c606559db97 Author: Emmanuele Bassi @@ -8615,7 +8615,7 @@ Date: Thu Nov 19 13:33:08 2009 +0000 Whitespace fix for cogl-color.h clutter/cogl/cogl/cogl-color.h | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 851d628cf8fe89ab28d66f790ad98db766831e37 Author: Emmanuele Bassi @@ -8627,7 +8627,7 @@ Date: Thu Nov 19 13:31:38 2009 +0000 with the rest of the API references for Cogl and Clutter. clutter/cogl/cogl/cogl-material.h | 404 +++++++++++++++++++------------------ - 1 files changed, 205 insertions(+), 199 deletions(-) + 1 file changed, 205 insertions(+), 199 deletions(-) commit fe804f1d023b50801d400971bf311545727921e9 Author: Emmanuele Bassi @@ -8641,7 +8641,7 @@ Date: Thu Nov 19 13:29:02 2009 +0000 • Fix the introspection annotations for cogl_bitmap_get_size_from_file() clutter/cogl/cogl/cogl-bitmap.h | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit 1bf8db9e75c6155bb852980cb40a9117c6190500 Author: Emmanuele Bassi @@ -8670,7 +8670,7 @@ Date: Thu Nov 19 12:32:59 2009 +0000 can safely make gtk-doc ignore the offending stuff. clutter/cogl/cogl/cogl-matrix-mesa.c | 136 +++++++++++++++++----------------- - clutter/cogl/cogl/cogl-matrix-mesa.h | 12 ++-- + clutter/cogl/cogl/cogl-matrix-mesa.h | 12 +-- 2 files changed, 74 insertions(+), 74 deletions(-) commit 7a011af97406c0075cc32eb2fbe4a07dc3d828c2 @@ -8685,9 +8685,9 @@ Date: Thu Nov 19 11:51:21 2009 +0000 clutter/clutter-behaviour-path.h | 2 +- clutter/clutter-text.c | 2 +- clutter/cogl/cogl/cogl-material.h | 40 +++++++++++++++--------------- - clutter/cogl/cogl/cogl-texture.h | 6 ++-- - clutter/cogl/cogl/cogl.h | 4 +- - clutter/x11/clutter-x11-texture-pixmap.c | 4 +- + clutter/cogl/cogl/cogl-texture.h | 6 ++--- + clutter/cogl/cogl/cogl.h | 4 +-- + clutter/x11/clutter-x11-texture-pixmap.c | 4 +-- 6 files changed, 29 insertions(+), 29 deletions(-) commit 8ef57898ad66af345946a1f69172fc8be7038def @@ -8699,8 +8699,8 @@ Date: Wed Nov 18 19:09:10 2009 +0000 This matters for platforms such as Windows that use a different calling covention from the default for GL functions. - clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 6 +++++- - .../cogl/cogl/driver/gles/cogl-context-driver.h | 6 +++++- + clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 6 +++++- + clutter/cogl/cogl/driver/gles/cogl-context-driver.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) commit be58e5261f3b0c6a760577f67f2859511d6e52f2 @@ -8715,7 +8715,7 @@ Date: Wed Nov 18 19:23:57 2009 +0000 $(srcdir). clutter/cogl/cogl/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 19e485325faa59d44556dd6dac9543fb616e680b Author: Emmanuele Bassi @@ -8729,7 +8729,7 @@ Date: Wed Nov 18 18:04:13 2009 +0000 should be correctly referenced. clutter/cogl/cogl/cogl.h | 46 +++++++++++++++++++++++----------------------- - 1 files changed, 23 insertions(+), 23 deletions(-) + 1 file changed, 23 insertions(+), 23 deletions(-) commit 5f28c8b654094e27112426c206cf8294428515f9 Author: Emmanuele Bassi @@ -8764,7 +8764,7 @@ Date: Wed Nov 18 17:16:38 2009 +0000 NPOT textures are supported. tests/conform/test-npot-texture.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 8f1edcb6eda89405286b7b1cdab3b8d8b899a778 Author: Neil Roberts @@ -8777,7 +8777,7 @@ Date: Wed Nov 18 14:21:22 2009 +0000 GL version. tests/tools/disable-npots.c | 79 +++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 72 insertions(+), 7 deletions(-) + 1 file changed, 72 insertions(+), 7 deletions(-) commit e80030755e37df28b30903bad63dc776b546abc3 Author: Emmanuele Bassi @@ -8786,7 +8786,7 @@ Date: Wed Nov 18 15:21:09 2009 +0000 build: Fix EXTRA_DIST and MAINTAINERCLEANFILES rules Makefile.am | 19 +++++++------------ - 1 files changed, 7 insertions(+), 12 deletions(-) + 1 file changed, 7 insertions(+), 12 deletions(-) commit ed4f0beac944a036839cd860f8aad223ffc101f2 Author: Emmanuele Bassi @@ -8795,7 +8795,7 @@ Date: Wed Nov 18 15:11:56 2009 +0000 Update README file README | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit 44f926556d98737fd10b18fdb6951a41672c46db Author: Emmanuele Bassi @@ -8807,7 +8807,7 @@ Date: Wed Nov 18 15:06:37 2009 +0000 is a wee bit out of date. HACKING.backends | 39 +++++++++++++++++++++++---------------- - 1 files changed, 23 insertions(+), 16 deletions(-) + 1 file changed, 23 insertions(+), 16 deletions(-) commit f8e4e6727290aa63d2ec7dc30ca46913c98cb7ea Author: Emmanuele Bassi @@ -8819,7 +8819,7 @@ Date: Wed Nov 18 14:56:59 2009 +0000 does not depend on it anymore. clutter.symbols | 611 ------------------------------------------------------- - 1 files changed, 0 insertions(+), 611 deletions(-) + 1 file changed, 611 deletions(-) commit a4f1d1d6cc12b7007ac467673cf8d98dba132c87 Author: Emmanuele Bassi @@ -8838,7 +8838,7 @@ Date: Wed Nov 18 14:37:43 2009 +0000 build: Add cogl-matrix-private.h to the dist clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 425f3b466041f46d1faed06da1cc46665bad60c6 Author: Emmanuele Bassi @@ -8848,7 +8848,7 @@ Date: Wed Nov 18 14:34:33 2009 +0000 clutter/cogl/cogl/driver/gl/Makefile.am | 1 + clutter/cogl/cogl/driver/gles/Makefile.am | 3 ++- - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit d11343532d813cf9b16e5c1ac92c0f0bc56e8850 Author: Emmanuele Bassi @@ -8867,7 +8867,7 @@ Date: Wed Nov 18 14:21:08 2009 +0000 ChangeLog | 5 -- Makefile.am | 3 +- build/autotools/Makefile.am.changelog | 91 +++++++++++++++++++++++++++------ - configure.ac | 8 ++- + configure.ac | 8 +-- 4 files changed, 82 insertions(+), 25 deletions(-) commit 18e9d0db6fc9e120a63485d1ecbc8b5514d66c77 @@ -8897,7 +8897,7 @@ Date: Wed Nov 18 13:23:10 2009 +0000 clutter/cogl/cogl/driver/gl/cogl.c | 1 + clutter/cogl/cogl/driver/gles/cogl.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 70aeb1c64216d75ba63f1cbae1c824b69305bd73 Author: Christian Persch @@ -8910,7 +8910,7 @@ Date: Tue Nov 17 20:43:39 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-binding-pool.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2832940603733873a76cb4c890f4a3d656d07112 Author: Neil Roberts @@ -8921,8 +8921,8 @@ Date: Tue Nov 17 18:06:31 2009 +0000 We should use these extensions to check for glBlendFuncSeparate and glBlendEquationSeparate as well as checking the GL version number. - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + clutter/cogl/cogl/driver/gl/cogl-feature-functions.h | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) commit 6e0877507e00016cac1136c4e0dbab67e6a3e9ba Author: Neil Roberts @@ -8937,8 +8937,8 @@ Date: Tue Nov 17 17:22:22 2009 +0000 names are different from those in the extension so it wouldn't work well with the current mechanism. - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 4 +++- - clutter/cogl/cogl/driver/gl/cogl.c | 3 ++- + clutter/cogl/cogl/driver/gl/cogl-feature-functions.h | 4 +++- + clutter/cogl/cogl/driver/gl/cogl.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 4a8c1ff8fa6244cad0b0e770ab6f68e319271675 @@ -8952,7 +8952,7 @@ Date: Tue Nov 17 15:32:00 2009 +0000 have been enabled. configure.ac | 97 ++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 64 insertions(+), 33 deletions(-) + 1 file changed, 64 insertions(+), 33 deletions(-) commit 91cde78a7023d728ebb33c73684fc3702ad87963 Author: Neil Roberts @@ -8999,11 +8999,11 @@ Date: Tue Nov 17 13:52:40 2009 +0000 clutter/cogl/cogl/cogl-feature-private.h | 71 ++++ clutter/cogl/cogl/cogl-journal.c | 10 +- clutter/cogl/cogl/cogl-vertex-buffer.c | 21 +- - clutter/cogl/cogl/driver/gl/cogl-context-driver.c | 58 +--- + clutter/cogl/cogl/driver/gl/cogl-context-driver.c | 58 +-- clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 81 +---- clutter/cogl/cogl/driver/gl/cogl-defines.h.in | 361 ------------------- .../cogl/cogl/driver/gl/cogl-feature-functions.h | 326 +++++++++++++++++ - clutter/cogl/cogl/driver/gl/cogl-program.c | 89 +++--- + clutter/cogl/cogl/driver/gl/cogl-program.c | 89 +++-- clutter/cogl/cogl/driver/gl/cogl-shader.c | 27 +- clutter/cogl/cogl/driver/gl/cogl.c | 369 ++------------------ .../cogl/cogl/driver/gles/cogl-context-driver.c | 19 +- @@ -9020,7 +9020,7 @@ Date: Sat Nov 14 13:03:59 2009 +0000 docs: Detail the Clutter debugging flags doc/reference/clutter/running-clutter.xml | 56 +++++++++++++++++++++++++++++ - 1 files changed, 56 insertions(+), 0 deletions(-) + 1 file changed, 56 insertions(+) commit 037192552ed126c35e430c11f030f16e984ac0b4 Author: Neil Roberts @@ -9033,7 +9033,7 @@ Date: Fri Nov 13 17:23:13 2009 +0000 it. clutter/win32/clutter-stage-win32.c | 42 ----------------------------------- - 1 files changed, 0 insertions(+), 42 deletions(-) + 1 file changed, 42 deletions(-) commit 62a37d8e538abc6d0c67bd69b4eb2a724668cce0 Author: Neil Roberts @@ -9047,8 +9047,8 @@ Date: Wed Nov 11 16:42:53 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1875 - clutter/cogl/cogl/driver/gl/cogl.c | 46 ++++++++++++++++++++++++++++++----- - 1 files changed, 39 insertions(+), 7 deletions(-) + clutter/cogl/cogl/driver/gl/cogl.c | 46 ++++++++++++++++++++++++++++++------ + 1 file changed, 39 insertions(+), 7 deletions(-) commit 2e99b276a4d312d6123426e2c88adf621a427c86 Author: Neil Roberts @@ -9062,7 +9062,7 @@ Date: Wed Nov 11 13:38:52 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1875 clutter/cogl/cogl/cogl-material.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 568c29ba491e4a6b3bef426be528d7246110011c Author: Neil Roberts @@ -9091,12 +9091,12 @@ Date: Wed Nov 11 13:26:54 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1875 clutter/clutter-backend.c | 14 ++++-- - clutter/clutter-private.h | 3 + + clutter/clutter-private.h | 3 ++ clutter/clutter-stage.c | 22 ++++++++- clutter/cogl/cogl/cogl.c | 5 ++ clutter/cogl/cogl/cogl.h.in | 9 ++++ clutter/cogl/cogl/driver/gl/cogl.c | 87 +++++++++++++++++++++++++++++++--- - clutter/cogl/cogl/driver/gles/cogl.c | 6 ++ + clutter/cogl/cogl/driver/gles/cogl.c | 6 +++ 7 files changed, 133 insertions(+), 13 deletions(-) commit 677ff9fb30a99b850eb1b41c34f80e5e01f8e43e @@ -9110,7 +9110,7 @@ Date: Tue Oct 27 11:18:49 2009 +0100 Signed-off-by: Neil Roberts clutter/win32/clutter-win32.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 26ce94eda071cc133ab2b469cae0b19aae727279 Author: Samuel Degrande @@ -9134,7 +9134,7 @@ Date: Fri Nov 13 15:27:18 2009 +0000 tests: Add instructions to test-box-layout tests/interactive/test-box-layout.c | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit 568ad044eba38198ecdb32f671047bffa27353a9 Author: Neil Roberts @@ -9149,7 +9149,7 @@ Date: Fri Nov 13 13:39:24 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1882 clutter/clutter-stage.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 49cd887aabf7ff8cbfb147ceacfc82e3c75c0c9b Author: Emmanuele Bassi @@ -9165,7 +9165,7 @@ Date: Fri Nov 13 14:43:57 2009 +0000 All these methods should be documented. - clutter/clutter-alpha.c | 8 ++++- + clutter/clutter-alpha.c | 8 ++++-- clutter/clutter-animation.c | 61 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 2 deletions(-) @@ -9183,7 +9183,7 @@ Date: Fri Nov 13 14:10:29 2009 +0000 tests/conform/test-conform-main.c | 1 + tests/conform/test-script-parser.c | 22 ++++++++++++++++++++++ tests/data/test-script-animation.json | 14 ++++++++++++++ - 4 files changed, 38 insertions(+), 0 deletions(-) + 4 files changed, 38 insertions(+) commit d54f4e944c8725c84a5534d519fb3f9de7b95430 Author: Emmanuele Bassi @@ -9206,7 +9206,7 @@ Date: Fri Nov 13 14:07:25 2009 +0000 message before aborting. tests/conform/test-script-parser.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 9bae5535646b64e7c43f3a628942531d14e5a0f1 Author: Emmanuele Bassi @@ -9219,7 +9219,7 @@ Date: Fri Nov 13 13:21:47 2009 +0000 string id for easing modes. clutter/clutter-animation.c | 51 ++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 50 insertions(+), 1 deletions(-) + 1 file changed, 50 insertions(+), 1 deletion(-) commit dab1da20ae144afe56f48c0a3be5865d84245658 Author: Neil Roberts @@ -9235,8 +9235,8 @@ Date: Mon Oct 5 13:37:11 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1829 - clutter/cogl/cogl/cogl-clip-stack.c | 6 +++- - clutter/cogl/cogl/cogl-primitives.c | 37 ++++++++++++++++++++++++++++------ + clutter/cogl/cogl/cogl-clip-stack.c | 6 ++++-- + clutter/cogl/cogl/cogl-primitives.c | 37 ++++++++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 9 deletions(-) commit bc8faf52f4a817d7d023f554dcd7ace0efac9942 @@ -9249,7 +9249,7 @@ Date: Thu Nov 12 17:00:15 2009 +0000 should be removed from the header too. clutter/cogl/cogl/cogl-internal.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9fa562ad216d516d1cd66f72aa39eaad0a5c40b9 Author: Emmanuele Bassi @@ -9262,7 +9262,7 @@ Date: Wed Nov 11 10:32:39 2009 +0000 header file to be used. clutter/cogl/cogl/cogl-bitmap.h | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 482e4e8d111fa76194a20ccd120eac41afa277d8 Author: Emmanuele Bassi @@ -9275,8 +9275,8 @@ Date: Tue Nov 10 12:21:26 2009 +0000 the CoglPango API to print out the index in the middle of each rectangle. - tests/interactive/test-box-layout.c | 41 ++++++++++++++++++++++++++++++++-- - 1 files changed, 38 insertions(+), 3 deletions(-) + tests/interactive/test-box-layout.c | 41 ++++++++++++++++++++++++++++++++--- + 1 file changed, 38 insertions(+), 3 deletions(-) commit 4bc3d02ebd928b4bc7c59811b9e90aae36750cfb Author: Emmanuele Bassi @@ -9289,7 +9289,7 @@ Date: Tue Nov 10 12:20:14 2009 +0000 the children. clutter/clutter-box-layout.c | 206 +++++++++++++++++++++++++++++------------- - 1 files changed, 142 insertions(+), 64 deletions(-) + 1 file changed, 142 insertions(+), 64 deletions(-) commit adab87b520699892e012d601821a5aee11410125 Author: Emmanuele Bassi @@ -9302,7 +9302,7 @@ Date: Tue Nov 10 12:18:32 2009 +0000 with the same size. clutter/clutter-text.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit f94f7692a6836ed4a5f039e4c2a44966b47c77fc Author: Emmanuele Bassi @@ -9321,7 +9321,7 @@ Date: Fri Nov 6 16:55:46 2009 +0000 clutter/clutter-actor.c | 116 ++++++++++++++++++++++++++++++++++++++++++++++- clutter/clutter-actor.h | 4 ++ - 2 files changed, 119 insertions(+), 1 deletions(-) + 2 files changed, 119 insertions(+), 1 deletion(-) commit 53a9d0c637ee1ef07e9251b77f86f0cd42ab611e Author: Emmanuele Bassi @@ -9352,7 +9352,7 @@ Date: Fri Nov 6 16:49:55 2009 +0000 RTL: right to left clutter/clutter-types.h | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 2671c425894c89a4afd415b70e8ebbc4f057e02b Author: Neil Roberts @@ -9366,7 +9366,7 @@ Date: Mon Nov 9 12:12:27 2009 +0000 were intended for temporary debugging. tests/interactive/test-cogl-primitives.c | 14 -------------- - 1 files changed, 0 insertions(+), 14 deletions(-) + 1 file changed, 14 deletions(-) commit ac9f65cb92196e2eafd4b1e25dabd9cb6a428db3 Author: Damien Lespiau @@ -9380,7 +9380,7 @@ Date: Mon Nov 9 13:05:40 2009 +0000 Reviewed-by: Emmanuele Bassi build/autotools/Makefile.am.enums | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1be23c0cc9741cbe68a54cd84de772bd120254b6 Author: Emmanuele Bassi @@ -9392,7 +9392,7 @@ Date: Mon Nov 9 16:44:34 2009 +0000 line switch for the configure script. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ce25ffbb2561ab5eb3f6b07b74ec49587f44d32 Author: Neil Roberts @@ -9406,7 +9406,7 @@ Date: Mon Nov 9 11:50:16 2009 +0000 buffer pointer was set. clutter/cogl/cogl/cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 09c04d4c67ea8d3ebeb3ee5adfc3752562cae3cc Author: Emmanuele Bassi @@ -9418,7 +9418,7 @@ Date: Mon Nov 9 11:07:27 2009 +0000 bc51b8ca47ac90e52ab6a27ff791ea97d53f4648 clutter/clutter-text.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit bc51b8ca47ac90e52ab6a27ff791ea97d53f4648 Author: Raymond Liu @@ -9431,7 +9431,7 @@ Date: Mon Nov 9 16:42:15 2009 +0800 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit 7e17822cfd860fd694735fbf550013f7f8b7a915 Author: Emmanuele Bassi @@ -9445,7 +9445,7 @@ Date: Fri Nov 6 15:06:39 2009 +0000 Also, cogl-vertex-buffer.h is included twice. clutter/cogl/cogl/cogl.h.in | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit fcd8237ac5f5dc7bc485b8b5726824129215beea Author: Tim Horton @@ -9471,7 +9471,7 @@ Date: Fri Nov 6 11:57:43 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 18 +++--------------- - 1 files changed, 3 insertions(+), 15 deletions(-) + 1 file changed, 3 insertions(+), 15 deletions(-) commit 5c67e8e0c09c83c470f999c86091181cc373d5b6 Author: Emmanuele Bassi @@ -9480,7 +9480,7 @@ Date: Fri Nov 6 14:07:46 2009 +0000 script: Coding style clean-ups clutter/clutter-script.c | 38 +++++++++++++++++++------------------- - 1 files changed, 19 insertions(+), 19 deletions(-) + 1 file changed, 19 insertions(+), 19 deletions(-) commit 179a66c922f85fdfc8968f7f60a5b76154696ad4 Author: Emmanuele Bassi @@ -9488,8 +9488,8 @@ Date: Fri Nov 6 14:07:26 2009 +0000 script: Document private functions - clutter/clutter-script.c | 71 +++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 67 insertions(+), 4 deletions(-) + clutter/clutter-script.c | 71 +++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 67 insertions(+), 4 deletions(-) commit 30bc36082e2922b11b98907fde12f64fd4f7399d Author: Emmanuele Bassi @@ -9530,7 +9530,7 @@ Date: Thu Nov 5 15:50:21 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1867 tests/conform/test-backface-culling.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 031d4d6203f007fea2b95ca883c7113d0160372d Author: Joshua Lock @@ -9545,7 +9545,7 @@ Date: Thu Nov 5 15:48:25 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1866 clutter/osx/clutter-backend-osx.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 58f1dfcf35626b8b1ea896dfbd27623b15779fce Author: Joshua Lock @@ -9560,8 +9560,8 @@ Date: Thu Nov 5 15:31:56 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1865 - doc/reference/clutter/building-clutter.xml | 67 +++++++++++++++------------ - 1 files changed, 37 insertions(+), 30 deletions(-) + doc/reference/clutter/building-clutter.xml | 67 +++++++++++++++------------- + 1 file changed, 37 insertions(+), 30 deletions(-) commit 4533e37744f8751e254741104d27b7b37e2fdfd7 Author: Joshua Lock @@ -9595,9 +9595,9 @@ Date: Fri Nov 6 11:33:32 2009 +0000 After all, only ClutterBehaviour supports Alpha defined implicitly. - clutter/clutter-behaviour.c | 46 +++++++++++++++++++++++++++++++++---- - clutter/clutter-script-parser.c | 19 +-------------- - clutter/clutter-script-private.h | 4 +- + clutter/clutter-behaviour.c | 46 +++++++++++++++++++++++++++++++++----- + clutter/clutter-script-parser.c | 19 ++-------------- + clutter/clutter-script-private.h | 4 ++-- 3 files changed, 45 insertions(+), 24 deletions(-) commit f1ed8be066a7c5f16e2e876cc76ef1f5348bc14e @@ -9613,7 +9613,7 @@ Date: Fri Nov 6 11:32:28 2009 +0000 tests/conform/test-conform-main.c | 1 + tests/conform/test-script-parser.c | 25 +++++++++++++++++++++++++ tests/data/test-script-object-property.json | 13 +++++++++++++ - 4 files changed, 40 insertions(+), 0 deletions(-) + 4 files changed, 40 insertions(+) commit 7279afd28c1bc47e1b47f0c2f8d53e5ea75df832 Author: Emmanuele Bassi @@ -9625,8 +9625,8 @@ Date: Fri Nov 6 11:17:42 2009 +0000 parsing a JSON object member defining another JSON object into a GObject property defined using a GParamSpecObject. - clutter/clutter-script-parser.c | 62 ++++++++++++++++++++++++++++++++------ - 1 files changed, 52 insertions(+), 10 deletions(-) + clutter/clutter-script-parser.c | 62 ++++++++++++++++++++++++++++++++------- + 1 file changed, 52 insertions(+), 10 deletions(-) commit 185107c6cfe174ed829ce26241bf0e2f532a4394 Author: Emmanuele Bassi @@ -9641,7 +9641,7 @@ Date: Fri Nov 6 10:53:43 2009 +0000 tests/conform/test-conform-main.c | 1 + tests/conform/test-script-parser.c | 32 ++++++++++++++++++++++++++++ tests/data/test-script-implicit-alpha.json | 8 +++++++ - 4 files changed, 42 insertions(+), 0 deletions(-) + 4 files changed, 42 insertions(+) commit f9581ca5ce87437df40e27bc0228fdb6c6897619 Author: Emmanuele Bassi @@ -9653,7 +9653,7 @@ Date: Fri Nov 6 10:17:30 2009 +0000 passes when parsing implicit timelines from a fake ObjectInfo. clutter/clutter-script-parser.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit abae6013e10e08cc67be53d5d067ca5ed4ad7ee3 Author: Robert Bragg @@ -9682,7 +9682,7 @@ Date: Thu Nov 5 10:56:24 2009 +0000 cogl_clip_push_window_rectangle API. clutter/cogl/cogl/cogl-clip-stack.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 272e227109387c9287081e9dad467290e4e93faf Author: Robert Bragg @@ -9717,8 +9717,8 @@ Date: Wed Nov 4 19:31:43 2009 +0000 state and the state will be automatically saved and restored this API is now redundant and so deprecated. - README | 13 ++++ - clutter/cogl/cogl/cogl-clip-stack.c | 44 ++++++++------- + README | 13 +++++ + clutter/cogl/cogl/cogl-clip-stack.c | 44 +++++++------- clutter/cogl/cogl/cogl.h.in | 92 ++++++++++++++++++++++++++++-- doc/reference/cogl/cogl-sections.txt | 9 ++- tests/interactive/test-cogl-primitives.c | 14 +++++ @@ -9734,7 +9734,7 @@ Date: Wed Nov 4 20:17:56 2009 +0000 for some API tidy up. clutter/cogl/cogl/cogl-clip-stack.c | 113 ++++++++++++++++++----------------- - 1 files changed, 59 insertions(+), 54 deletions(-) + 1 file changed, 59 insertions(+), 54 deletions(-) commit 7752ed98f1eafa9bd65fbdd2e018b0026430b579 Author: Robert Bragg @@ -9786,18 +9786,18 @@ Date: Thu Nov 5 17:30:33 2009 +0000 tests. .gitignore | 1 + - tests/interactive/Makefile.am | 59 +++++++++++-------- - tests/interactive/test-actor-clone.c | 27 +++++---- + tests/interactive/Makefile.am | 59 ++++++++++--------- + tests/interactive/test-actor-clone.c | 27 ++++----- tests/interactive/test-actors.c | 11 ++-- tests/interactive/test-behave.c | 14 +++-- - tests/interactive/test-bin-layout.c | 6 ++- + tests/interactive/test-bin-layout.c | 6 +- tests/interactive/test-clip.c | 5 +- tests/interactive/test-cogl-multitexture.c | 15 ++++- - tests/interactive/test-cogl-offscreen.c | 6 ++- - tests/interactive/test-cogl-tex-convert.c | 28 ++++++--- - tests/interactive/test-cogl-tex-getset.c | 12 +++- + tests/interactive/test-cogl-offscreen.c | 6 +- + tests/interactive/test-cogl-tex-convert.c | 28 +++++++--- + tests/interactive/test-cogl-tex-getset.c | 12 ++-- tests/interactive/test-cogl-tex-polygon.c | 9 ++- - tests/interactive/test-cogl-tex-tile.c | 6 ++- + tests/interactive/test-cogl-tex-tile.c | 6 +- tests/interactive/test-depth.c | 5 +- tests/interactive/test-devices.c | 5 +- tests/interactive/test-fbo.c | 11 +++- @@ -9808,8 +9808,8 @@ Date: Thu Nov 5 17:30:33 2009 +0000 tests/interactive/test-rotate.c | 8 ++- tests/interactive/test-script.c | 9 ++- tests/interactive/test-shader.c | 84 +++++++++++++++------------- - tests/interactive/test-texture-async.c | 57 ++++++++----------- - tests/interactive/test-texture-quality.c | 15 ++++- + tests/interactive/test-texture-async.c | 57 +++++++++---------- + tests/interactive/test-texture-quality.c | 15 +++-- tests/interactive/test-viewport.c | 8 ++- tests/interactive/wrapper.sh | 4 +- 27 files changed, 260 insertions(+), 162 deletions(-) @@ -9838,7 +9838,7 @@ Date: Thu Nov 5 12:23:49 2009 +0000 Return the GType of ClutterBoxChild. clutter/clutter-box-layout.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit eea00d280549641403dbaae27e370e16fe9f975b Author: Emmanuele Bassi @@ -9849,7 +9849,7 @@ Date: Thu Nov 5 12:23:22 2009 +0000 Return the GType of ClutterBinLayer. clutter/clutter-bin-layout.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit e6dff59b27d7eb6d9fca51f6ddf74fcb7d8253e3 Author: Emmanuele Bassi @@ -9862,7 +9862,7 @@ Date: Thu Nov 5 11:57:06 2009 +0000 clutter/clutter-layout-manager.c | 7 +++++++ clutter/clutter-layout-manager.h | 3 +++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 95d78acb4ca72951fc9552c9fcffa645b1be739a Author: Emmanuele Bassi @@ -9886,13 +9886,13 @@ Date: Wed Nov 4 16:45:44 2009 +0000 interface, just like regular properties. .gitignore | 1 + - clutter/clutter-script-parser.c | 115 ++++++++++++++++++++++++++- + clutter/clutter-script-parser.c | 115 +++++++++++++++++++++++++- clutter/clutter-script-private.h | 2 + tests/conform/Makefile.am | 2 + tests/conform/test-conform-main.c | 1 + tests/conform/test-script-parser.c | 156 ++++++++++++++++++++++++++++++++++++ tests/data/test-script-child.json | 21 +++++ - 7 files changed, 297 insertions(+), 1 deletions(-) + 7 files changed, 297 insertions(+), 1 deletion(-) commit c52d8780325a0077f7fc6e898d902462ffbe3c8c Author: Robert Bragg @@ -9904,7 +9904,7 @@ Date: Sat Oct 17 04:06:56 2009 +0100 support for filling paths without a stencil buffer. All the driver code has now been moved into cogl/cogl-primitives.c - clutter/cogl/cogl/cogl-primitives.c | 488 +++++++++++++++++++++- + clutter/cogl/cogl/cogl-primitives.c | 488 ++++++++++++++++++++- clutter/cogl/cogl/driver/gl/Makefile.am | 1 - clutter/cogl/cogl/driver/gl/cogl-primitives.c | 313 -------------- clutter/cogl/cogl/driver/gles/Makefile.am | 1 - @@ -9937,7 +9937,7 @@ Date: Wed Nov 4 15:20:12 2009 +0000 be more liberal in what we accept. clutter/clutter-script-parser.c | 147 +++++++++++++++------------------------ - 1 files changed, 57 insertions(+), 90 deletions(-) + 1 file changed, 57 insertions(+), 90 deletions(-) commit 4df59d330ca4ba7ffcff830001ddbc4fe64167ee Author: Emmanuele Bassi @@ -9960,7 +9960,7 @@ Date: Wed Nov 4 14:05:13 2009 +0000 clutter/clutter-script-parser.c | 137 ++++++++++++++++++-------------------- clutter/clutter-script-private.h | 8 ++- - clutter/clutter-script.c | 22 +++++- + clutter/clutter-script.c | 22 ++++-- 3 files changed, 88 insertions(+), 79 deletions(-) commit 31e5dadb68cf285d57935573e16713201f24503e @@ -9974,7 +9974,7 @@ Date: Wed Nov 4 13:32:26 2009 +0000 be moved inside a private class, ClutterScriptParser, inheriting from JsonParser. - clutter/clutter-script-parser.c | 1288 +++++++++++++++++++++++++++++++++- + clutter/clutter-script-parser.c | 1288 ++++++++++++++++++++++++++++++++- clutter/clutter-script-private.h | 38 +- clutter/clutter-script.c | 1485 +++----------------------------------- 3 files changed, 1438 insertions(+), 1373 deletions(-) @@ -10028,7 +10028,7 @@ Date: Wed Nov 4 11:05:25 2009 +0000 Add new conformance tests to the ignore list .gitignore | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6e571928a49641f353f31e1f69328e1466b6ac66 Author: Emmanuele Bassi @@ -10041,7 +10041,7 @@ Date: Tue Nov 3 18:30:28 2009 +0000 ClutterScript passes. clutter/clutter-script.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 4ad57aa3e4caedd89e9c60c60aadbc239290cfe3 Author: Emmanuele Bassi @@ -10053,7 +10053,7 @@ Date: Tue Nov 3 18:29:52 2009 +0000 the type we can use the typed accessors of JsonObject. clutter/clutter-script.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit 0ff420fab59221fccf711893c363145607b40898 Merge: f6e0e48 4258214 @@ -10116,7 +10116,7 @@ Date: Wed Oct 7 10:40:15 2009 +0100 transformed size changes, which isn't ideal. tests/interactive/test-fbo.c | 192 ++++++++---------------------------------- - 1 files changed, 34 insertions(+), 158 deletions(-) + 1 file changed, 34 insertions(+), 158 deletions(-) commit ffb592de5908d844b527cb4fe75b7195eb0dc55d Author: Robert Bragg @@ -10131,7 +10131,7 @@ Date: Thu Oct 22 19:01:27 2009 +0100 This ensures we test that mechanism. tests/conform/test-backface-culling.c | 172 +++++++++++++++++++++------------ - 1 files changed, 111 insertions(+), 61 deletions(-) + 1 file changed, 111 insertions(+), 61 deletions(-) commit 60b642f5d6aada0d237cfb7d81f6b78299c29e73 Author: Robert Bragg @@ -10146,7 +10146,7 @@ Date: Thu Oct 22 16:56:01 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-readpixels.c | 153 ++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 155 insertions(+), 0 deletions(-) + 3 files changed, 155 insertions(+) commit 2ff7f2d287f8dc80f0e6e02bdc388d4fee99d878 Author: Robert Bragg @@ -10161,7 +10161,7 @@ Date: Thu Oct 22 12:36:17 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-offscreen.c | 169 +++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 171 insertions(+), 0 deletions(-) + 3 files changed, 171 insertions(+) commit 369e68630daf7f833da986a19ad17043b43d61e3 Author: Robert Bragg @@ -10178,7 +10178,7 @@ Date: Wed Oct 21 16:06:43 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-viewport.c | 417 ++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 420 insertions(+), 0 deletions(-) + 3 files changed, 420 insertions(+) commit bc24190b9ac32405d4be24d84968357921c7f7e2 Author: Robert Bragg @@ -10192,7 +10192,7 @@ Date: Mon Nov 2 01:23:25 2009 +0000 flipped upside down/left to right. tests/conform/test-texture-fbo.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit b41a81fb0868e51bf03d25446f8cc9748fcd6bc7 Author: Neil Roberts @@ -10218,7 +10218,7 @@ Date: Thu Sep 17 14:25:29 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-texture-fbo.c | 255 +++++++++++++++++++++++++++++++++++++ - 3 files changed, 257 insertions(+), 0 deletions(-) + 3 files changed, 257 insertions(+) commit fec13f6202067f0700514db6676d3984b78a26df Author: Robert Bragg @@ -10231,7 +10231,7 @@ Date: Sat Oct 31 00:01:44 2009 +0000 pixel format. clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ae57c30e937d90eb1e541edd36ae9f81aedc2854 Author: Robert Bragg @@ -10251,7 +10251,7 @@ Date: Sun Nov 1 23:56:03 2009 +0000 We now simply + 0.5 before casting (or -0.5 for negative numbers) clutter/clutter-texture.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 309f852efbde6a3e025225d01293509c28989d0c Author: Robert Bragg @@ -10280,7 +10280,7 @@ Date: Mon Nov 2 01:14:50 2009 +0000 the source actor in stage coordinates. clutter/clutter-texture.c | 100 ++++++++++++++++----------------------------- - 1 files changed, 35 insertions(+), 65 deletions(-) + 1 file changed, 35 insertions(+), 65 deletions(-) commit 94a6028358caed32dba7ba37db9784c95d4690f2 Author: Robert Bragg @@ -10293,7 +10293,7 @@ Date: Thu Sep 24 14:34:09 2009 +0100 clutter_texture_new_from_actor has been used. clutter/clutter-texture.c | 156 +++++++++++++++++++++++---------------------- - 1 files changed, 81 insertions(+), 75 deletions(-) + 1 file changed, 81 insertions(+), 75 deletions(-) commit 2762e6d9b90731fd05b46aac407cebd3ba372027 Author: Robert Bragg @@ -10311,7 +10311,7 @@ Date: Tue Oct 13 22:22:39 2009 +0100 clutter_texture_new_from_actor() should be possible. clutter/clutter-texture.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit c7d229585f2e8dec30162cbad955230c25e16718 Author: Robert Bragg @@ -10323,7 +10323,7 @@ Date: Fri Oct 23 00:16:30 2009 +0100 automatically be saved and restored via the cogl_set_draw_buffer API. clutter/clutter-texture.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 90dbae5aa9a31688f2dd73b75df67607795fa60e Author: Robert Bragg @@ -10339,7 +10339,7 @@ Date: Sat Oct 31 00:00:33 2009 +0000 and in this case Cogl coordinates == OpenGL coordinates. clutter/cogl/cogl/cogl-draw-buffer.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 149e3e168a14049bb496a6438b711caa1fbe8129 Author: Robert Bragg @@ -10358,7 +10358,7 @@ Date: Fri Oct 30 23:57:56 2009 +0000 coordinates. clutter/cogl/cogl/cogl-clip-stack.c | 32 ++++++++++++++++++++++++++------ - 1 files changed, 26 insertions(+), 6 deletions(-) + 1 file changed, 26 insertions(+), 6 deletions(-) commit 0369a1b84d725c6dbd90f9a9dd1753bea1f9c3e1 Author: Robert Bragg @@ -10377,12 +10377,12 @@ Date: Mon Oct 26 17:51:34 2009 +0000 CoglMatrix structure meaning a destructive API like cogl_matrix_invert doesn't let users take advantage of this caching design. - clutter/cogl/cogl/cogl-context.h | 3 -- - clutter/cogl/cogl/cogl-matrix-stack.c | 11 +++++++ - clutter/cogl/cogl/cogl-matrix-stack.h | 3 ++ - clutter/cogl/cogl/cogl-matrix.c | 33 ++++++++++++++-------- - clutter/cogl/cogl/cogl-matrix.h | 21 ++++++++++++++ - clutter/cogl/cogl/cogl.c | 47 ++++++-------------------------- + clutter/cogl/cogl/cogl-context.h | 3 --- + clutter/cogl/cogl/cogl-matrix-stack.c | 11 ++++++++ + clutter/cogl/cogl/cogl-matrix-stack.h | 3 +++ + clutter/cogl/cogl/cogl-matrix.c | 33 ++++++++++++++--------- + clutter/cogl/cogl/cogl-matrix.h | 21 +++++++++++++++ + clutter/cogl/cogl/cogl.c | 47 +++++++-------------------------- 6 files changed, 65 insertions(+), 53 deletions(-) commit 8051596e96a296cf30887f6e522a288895b628f8 @@ -10401,7 +10401,7 @@ Date: Mon Oct 26 11:01:33 2009 +0000 clutter/cogl/cogl/cogl-debug.h | 3 +- clutter/cogl/cogl/cogl-matrix-private.h | 47 +++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-matrix.c | 20 +++++++++++++ - clutter/cogl/cogl/cogl.c | 5 +++ + clutter/cogl/cogl/cogl.c | 5 ++++ 5 files changed, 76 insertions(+), 2 deletions(-) commit eb438dd499c002a7d770d5e3d0c1fb1c84da933e @@ -10449,7 +10449,7 @@ Date: Thu Oct 22 19:09:20 2009 +0100 if it's not resulting in a change of state. clutter/cogl/cogl/cogl.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 764cca75b4ee6bb269097445cb5220f0e044a57c Author: Robert Bragg @@ -10468,14 +10468,14 @@ Date: Thu Oct 22 19:01:52 2009 +0100 winding order for a front face (if culling is in use) while rendering offscreen so we don't conflict with the users back face culling. - clutter/cogl/cogl/cogl-context.c | 2 + + clutter/cogl/cogl/cogl-context.c | 2 ++ clutter/cogl/cogl/cogl-context.h | 1 + - clutter/cogl/cogl/cogl-internal.h | 9 ++++++++ + clutter/cogl/cogl/cogl-internal.h | 9 +++++++++ clutter/cogl/cogl/cogl-journal.c | 1 + clutter/cogl/cogl/cogl-primitives.c | 1 + clutter/cogl/cogl/cogl-vertex-buffer.c | 1 + clutter/cogl/cogl/cogl.c | 33 ++++++++++++++++++++++++++++++++ - 7 files changed, 48 insertions(+), 0 deletions(-) + 7 files changed, 48 insertions(+) commit b2ebb7db485d0a58bcb642fe9e4584c85ac9a503 Author: Robert Bragg @@ -10490,7 +10490,7 @@ Date: Fri Oct 30 23:54:13 2009 +0000 differences in Clutter/Cogl coordinate systems. clutter/clutter-main.c | 31 +++++++++++++++---------------- - 1 files changed, 15 insertions(+), 16 deletions(-) + 1 file changed, 15 insertions(+), 16 deletions(-) commit 40b8399d49f6b0383b9eebcdf1ca501b5edb4f39 Author: Robert Bragg @@ -10518,7 +10518,7 @@ Date: Tue Nov 3 12:54:45 2009 +0000 things. clutter/cogl/cogl/cogl.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit a222ee22f9dd35c5e0671914206759699e63750d Author: Robert Bragg @@ -10531,7 +10531,7 @@ Date: Mon Nov 2 01:11:21 2009 +0000 change the glPixelStore state. clutter/cogl/cogl/cogl.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit ed431a3c65507b3e3da4760eae6e2b22be1f27f5 Author: Robert Bragg @@ -10543,7 +10543,7 @@ Date: Mon Nov 2 01:10:02 2009 +0000 be sure we have bound the correct framebuffer. clutter/cogl/cogl/cogl.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit b47404c91d6fac264840a0dafb5dd2dd5567c6a9 Author: Robert Bragg @@ -10556,7 +10556,7 @@ Date: Mon Nov 2 01:12:10 2009 +0000 to OpenGL window coordinates. clutter/cogl/cogl/cogl.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 426197f51da9c4351b36812276f0caee06965cb1 Author: Robert Bragg @@ -10571,7 +10571,7 @@ Date: Thu Oct 22 16:55:07 2009 +0100 user. clutter/cogl/cogl/cogl.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 21322848e0094a025dc0b5461eff30e0d66542da Author: Robert Bragg @@ -10585,7 +10585,7 @@ Date: Wed Oct 21 23:22:45 2009 +0100 more readable. clutter/cogl/cogl/cogl-clip-stack.c | 32 +++++++++++++++++++++----------- - 1 files changed, 21 insertions(+), 11 deletions(-) + 1 file changed, 21 insertions(+), 11 deletions(-) commit 8c3a132ecb3ce805c45dad70c05417713ed9d05d Author: Robert Bragg @@ -10613,7 +10613,7 @@ Date: Wed Oct 21 23:24:28 2009 +0100 shouldn't have been assuming that the viewport height == window height. clutter/cogl/cogl/cogl.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit e1630be35a912125b1f493c7d1007b65eaecd048 Author: Robert Bragg @@ -10625,7 +10625,7 @@ Date: Wed Oct 21 23:20:44 2009 +0100 clutter/cogl/cogl/cogl-draw-buffer-private.h | 4 ++++ clutter/cogl/cogl/cogl-draw-buffer.c | 14 ++++++++++++++ - 2 files changed, 18 insertions(+), 0 deletions(-) + 2 files changed, 18 insertions(+) commit 12af2751392ea53959fa41dd7cb19e07358655f2 Author: Robert Bragg @@ -10642,11 +10642,11 @@ Date: Wed Oct 21 23:24:49 2009 +0100 for glReadPixels. clutter/clutter-backend.c | 19 +++++++++++++++++- - clutter/clutter-stage.c | 8 +++++++ + clutter/clutter-stage.c | 8 ++++++++ clutter/cogl/cogl/cogl-context.c | 2 +- clutter/cogl/cogl/cogl-context.h | 2 +- - clutter/cogl/cogl/cogl-draw-buffer.c | 36 +++++++++++++++++++++++++++++---- - clutter/cogl/cogl/cogl.h.in | 3 ++ + clutter/cogl/cogl/cogl-draw-buffer.c | 36 +++++++++++++++++++++++++++++----- + clutter/cogl/cogl/cogl.h.in | 3 +++ 6 files changed, 62 insertions(+), 8 deletions(-) commit e3391b0173479b9ba3b01321ab606d83999bee1a @@ -10690,8 +10690,8 @@ Date: Thu Oct 22 16:13:01 2009 +0100 clutter/cogl/cogl/cogl-context.c | 4 +++ clutter/cogl/cogl/cogl-context.h | 4 +++ - clutter/cogl/cogl/cogl-draw-buffer-private.h | 3 ++ - clutter/cogl/cogl/cogl-matrix-stack.c | 36 ++++++++++++++++++------- + clutter/cogl/cogl/cogl-draw-buffer-private.h | 3 +++ + clutter/cogl/cogl/cogl-matrix-stack.c | 36 +++++++++++++++++++------- 4 files changed, 37 insertions(+), 10 deletions(-) commit 8b4c496f2a0291eb202d775e210b5901b6b73940 @@ -10704,7 +10704,7 @@ Date: Thu Oct 22 12:35:33 2009 +0100 flags. clutter/cogl/cogl/cogl-context.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 419db4dcfbef74475e155f8dd060bc1c526d5643 Author: Robert Bragg @@ -10720,7 +10720,7 @@ Date: Sat Oct 17 00:31:26 2009 +0100 (Clipping doesn't work within an FBO) clutter/cogl/cogl/cogl-clip-stack.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit f7d64e5abd5717bb522d28b7565ecccae63271fc Author: Robert Bragg @@ -10836,7 +10836,7 @@ Date: Tue Sep 15 22:19:01 2009 +0100 maybe I'll follow up with such a patch soon. clutter/cogl/cogl/driver/gles/cogl-fbo.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 613977f7108efb8897bffb2e47bfcf29bce29ddc Author: Robert Bragg @@ -10857,7 +10857,7 @@ Date: Tue Sep 15 22:15:03 2009 +0100 clutter/cogl/cogl/driver/gl/cogl-fbo.c | 10 ---------- clutter/cogl/cogl/driver/gles/cogl-fbo.c | 19 ------------------- - 2 files changed, 0 insertions(+), 29 deletions(-) + 2 files changed, 29 deletions(-) commit 0599d12ec94344174c947310bddb5658f1b9db58 Author: Damien Lespiau @@ -10869,7 +10869,7 @@ Date: Sun Nov 1 14:36:05 2009 +0000 COGL_INVALID_HANDLE. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f6e0e48ac613d10d02d27182ebd48be1aeb8b474 Author: Emmanuele Bassi @@ -10881,7 +10881,7 @@ Date: Fri Oct 30 12:11:19 2009 +0000 dist target, which means it's not in the tarballs. clutter/cogl/cogl/driver/gles/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f551cbfb61adb1c454fa36477ad5847b6238e17b Author: Emmanuele Bassi @@ -10896,8 +10896,8 @@ Date: Fri Oct 30 11:02:35 2009 +0000 clutter/clutter-main.c | 34 ++++++++++++++++++++++++++++ clutter/clutter-version.h.in | 15 +++++++++++- - doc/reference/clutter/clutter-sections.txt | 7 +++++ - 3 files changed, 55 insertions(+), 1 deletions(-) + doc/reference/clutter/clutter-sections.txt | 7 ++++++ + 3 files changed, 55 insertions(+), 1 deletion(-) commit f8e6727e74c80b80bba3ccb9201e1afd23349c35 Author: Neil Roberts @@ -10910,7 +10910,7 @@ Date: Tue Oct 27 13:18:51 2009 +0000 alpha less than 255. clutter/cogl/cogl/cogl-primitives.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0c32573ffa980fffc966cf35768233a3ff1ed076 Author: Neil Roberts @@ -10923,7 +10923,7 @@ Date: Tue Oct 27 12:38:10 2009 +0000 tree builds to work. clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c387513a5fd5293cb8cf60e9c1334ceeff905852 Author: Emmanuele Bassi @@ -10939,7 +10939,7 @@ Date: Mon Oct 26 16:29:31 2009 +0000 systems. clutter/clutter-color.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 5a14db50891196a9d17a0df49bf0858551e5a0af Author: Emmanuele Bassi @@ -10964,7 +10964,7 @@ Date: Mon Oct 26 16:02:06 2009 +0000 will be replaced. clutter/clutter-layout-manager.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 5a63e8af8f715c3fe6ded8a9432c999aab73311a Author: Emmanuele Bassi @@ -10976,7 +10976,7 @@ Date: Mon Oct 26 15:10:20 2009 +0000 literal '+'. tests/interactive/test-box-layout.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a5a0171cb02dcbd67efbf87480aa5cea215c128d Author: Emmanuele Bassi @@ -10988,7 +10988,7 @@ Date: Mon Oct 26 15:09:07 2009 +0000 through raise, lower or depth sorting must trigger a relayout. clutter/clutter-box.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 2cad7e24f00e2f8fccfdc75086dd9e1071d71c18 Author: Emmanuele Bassi @@ -11001,7 +11001,7 @@ Date: Mon Oct 26 15:08:03 2009 +0000 for one before calling methods on it. clutter/clutter-box.c | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit 81c8cf3e6d839b13e106ab346feaccf1f2f9d3fd Author: Emmanuele Bassi @@ -11018,7 +11018,7 @@ Date: Mon Oct 26 11:51:30 2009 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=1806 clutter/clutter-texture.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 00748f66560f3105ff9c636cd01428d8b5e30e9e Author: Emmanuele Bassi @@ -11030,7 +11030,7 @@ Date: Mon Oct 26 11:42:16 2009 +0000 event type. tests/interactive/test-events.c | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit f0b434918bcdb0d77467d66d28448672940f6a90 Author: Emmanuele Bassi @@ -11049,7 +11049,7 @@ Date: Fri Oct 23 17:32:18 2009 +0100 doc/reference/clutter/box-layout.png | Bin 0 -> 5119 bytes doc/reference/clutter/flow-layout-horizontal.png | Bin 0 -> 5888 bytes doc/reference/clutter/flow-layout-vertical.png | Bin 0 -> 5333 bytes - 8 files changed, 41 insertions(+), 0 deletions(-) + 8 files changed, 41 insertions(+) commit 924780ce3511ba9bc9e2a6b955836eaaa4d0a216 Author: Emmanuele Bassi @@ -11060,7 +11060,7 @@ Date: Fri Oct 23 16:44:28 2009 +0100 Do not declare variables after statements. clutter/cogl/cogl/cogl.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b56b26cc62a851ee4a851a27ce0d6b76936afc6a Author: Emmanuele Bassi @@ -11073,7 +11073,7 @@ Date: Fri Oct 23 15:46:25 2009 +0100 or distributed anymore. clutter/cogl/cogl/cogl-current-matrix.c | 409 ------------------------------- - 1 files changed, 0 insertions(+), 409 deletions(-) + 1 file changed, 409 deletions(-) commit 1c43c195098b4705b59891b6b98bc24407cb3264 Author: Emmanuele Bassi @@ -11082,7 +11082,7 @@ Date: Fri Oct 23 14:30:15 2009 +0100 Update Git ignore rules .gitignore | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0d5af4c24932b5e468fa21e8ddd1c85d9c807320 Author: Emmanuele Bassi @@ -11091,7 +11091,7 @@ Date: Fri Oct 23 13:55:50 2009 +0100 Post-release bump to 1.1.3 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dec06979b911ca410cc289f12e053a2d49c49abb Author: Emmanuele Bassi @@ -11140,7 +11140,7 @@ Date: Fri Oct 23 10:17:40 2009 +0100 ClutterActor and we should emit a warning if it is verified. clutter/clutter-actor.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit ca15143d1fbb09d5dbe0daeb09d7765b7cf0dfe3 Author: Emmanuele Bassi @@ -11158,7 +11158,7 @@ Date: Fri Oct 23 10:08:02 2009 +0100 currently being destroyed. clutter/clutter-actor.c | 28 ++++++++++++++++++++++++---- - 1 files changed, 24 insertions(+), 4 deletions(-) + 1 file changed, 24 insertions(+), 4 deletions(-) commit 7de47e74bda68c5d4dde82f2cbba6782fcf69d27 Author: Emmanuele Bassi @@ -11172,7 +11172,7 @@ Date: Fri Oct 23 09:48:35 2009 +0100 actor has no name, the GType name should be used as a fallback. clutter/clutter-actor.c | 69 ++++++++++++++++++++++++++++++++--------------- - 1 files changed, 47 insertions(+), 22 deletions(-) + 1 file changed, 47 insertions(+), 22 deletions(-) commit f02874470682f819766055f3976a2d6c74988dc7 Author: Neil Roberts @@ -11184,7 +11184,7 @@ Date: Thu Oct 22 16:55:29 2009 +0100 preventing the GLES2 backend from compiling. clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 27 +++++++++----------- - 1 files changed, 12 insertions(+), 15 deletions(-) + 1 file changed, 12 insertions(+), 15 deletions(-) commit 8727c3127cc049bf22e3b7cb89041b104ae4fea7 Author: Emmanuele Bassi @@ -11196,7 +11196,7 @@ Date: Thu Oct 22 13:48:49 2009 +0100 it most definitely is not a constructor-only one. clutter/clutter-clone.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b82f874b464b252c5f3bbb5e903197a048034430 Author: Neil Roberts @@ -11208,7 +11208,7 @@ Date: Thu Oct 22 15:39:30 2009 +0100 clutter/cogl/gl/Makefile.am | 62 ----------------------------- clutter/cogl/gles/Makefile.am | 88 ----------------------------------------- - 2 files changed, 0 insertions(+), 150 deletions(-) + 2 files changed, 150 deletions(-) commit bd809f690a447c813bba02d83ba3c8b22a825b38 Author: Emmanuele Bassi @@ -11217,7 +11217,7 @@ Date: Wed Oct 21 17:44:44 2009 +0100 docs: Close the right tag to avoid XML errors clutter/clutter-alpha.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4996b2224a54efeddce776cade725ec1cd7fca69 Author: Emmanuele Bassi @@ -11226,7 +11226,7 @@ Date: Wed Oct 21 17:43:34 2009 +0100 docs: Rename the Shader and StageManager sections doc/reference/clutter/clutter-sections.txt | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 673199b6e0399e8f1fcd52662429287f92cb95e9 Author: Emmanuele Bassi @@ -11236,8 +11236,8 @@ Date: Wed Oct 21 16:15:18 2009 +0100 Use explicit alpha definition and custom alpha functions. - tests/interactive/test-script.c | 41 +++++++++++++++++++++++++++++++++----- - 1 files changed, 35 insertions(+), 6 deletions(-) + tests/interactive/test-script.c | 41 +++++++++++++++++++++++++++++++++------ + 1 file changed, 35 insertions(+), 6 deletions(-) commit 7a52fddcd673c4aa14faf2396a0a74db644ba64d Author: Emmanuele Bassi @@ -11263,7 +11263,7 @@ Date: Wed Oct 21 15:43:01 2009 +0100 behaviours, so we need to fix the documentation. clutter/clutter-script.c | 40 +++++++++++++++++++++++++++++++--------- - 1 files changed, 31 insertions(+), 9 deletions(-) + 1 file changed, 31 insertions(+), 9 deletions(-) commit f0ed71c77dd94e6bf644aba84f2e1cdc2d874fc1 Author: Emmanuele Bassi @@ -11301,7 +11301,7 @@ Date: Wed Oct 21 15:29:25 2009 +0100 behaviours. clutter/clutter-alpha.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 101 insertions(+), 1 deletions(-) + 1 file changed, 101 insertions(+), 1 deletion(-) commit 50aec3c540d6609d9980fab6a26ba14869982c8b Author: Emmanuele Bassi @@ -11315,7 +11315,7 @@ Date: Wed Oct 21 15:17:50 2009 +0100 platforms not using GdkPixbuf. clutter/clutter-script.c | 25 +++++++++++++++---------- - 1 files changed, 15 insertions(+), 10 deletions(-) + 1 file changed, 15 insertions(+), 10 deletions(-) commit ef8ae7d72f752e10552e254c1ff9e76d19430aac Author: Emmanuele Bassi @@ -11327,7 +11327,7 @@ Date: Wed Oct 21 15:16:43 2009 +0100 for the alpha property. clutter/clutter-behaviour.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit c13701052497b4cdb009f95ad8ccce9f4a7d825e Author: Owen W. Taylor @@ -11348,7 +11348,7 @@ Date: Mon Oct 5 23:20:07 2009 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 571df43b6d2348fd4db4b0275c8ed55e760ab353 Author: Emmanuele Bassi @@ -11365,7 +11365,7 @@ Date: Tue Oct 20 22:05:04 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1851 clutter/clutter-text.c | 12 ++++-------- - 1 files changed, 4 insertions(+), 8 deletions(-) + 1 file changed, 4 insertions(+), 8 deletions(-) commit 91c38f877fe0a6224c648ec9f6ecbab8190b536e Author: Robert Bragg @@ -11378,7 +11378,7 @@ Date: Tue Oct 20 14:57:40 2009 +0100 test-actor-clone. clutter/clutter-group.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 74f2122b68547ac6228c1a8d49765aa71638fa1b Author: Robert Bragg @@ -11391,7 +11391,7 @@ Date: Tue Sep 29 02:56:23 2009 +0100 that there was no code shared between the cogl-matrix-stack API and gles2 wrappers so we had a lot of duplicated logic. - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 287 ++----------------- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 287 +++----------------- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 9 +- 2 files changed, 34 insertions(+), 262 deletions(-) @@ -11419,12 +11419,12 @@ Date: Tue Oct 13 23:09:42 2009 +0100 clutter/cogl/cogl/cogl-current-matrix.h | 95 ---------- clutter/cogl/cogl/cogl-internal.h | 14 +- clutter/cogl/cogl/cogl-material.c | 2 + - clutter/cogl/cogl/cogl-texture.c | 28 ++-- + clutter/cogl/cogl/cogl-texture.c | 28 ++- clutter/cogl/cogl/cogl-util.c | 1 - clutter/cogl/cogl/cogl.c | 228 +++++++++++++++++++---- clutter/cogl/cogl/driver/gl/cogl-fbo.c | 26 +-- clutter/cogl/cogl/driver/gl/cogl-primitives.c | 24 +-- - clutter/cogl/cogl/driver/gles/cogl-fbo.c | 27 +-- + clutter/cogl/cogl/driver/gles/cogl-fbo.c | 27 ++- clutter/cogl/cogl/driver/gles/cogl-primitives.c | 24 +-- doc/reference/cogl/Makefile.am | 1 - 15 files changed, 271 insertions(+), 228 deletions(-) @@ -11454,8 +11454,8 @@ Date: Tue Oct 6 12:36:32 2009 +0100 we now simply represent identity matrices using a boolean, and only lazily initialize them when they need to be modified. - clutter/cogl/cogl/cogl-matrix-stack.c | 82 ++++++++++++++++++++++++++++---- - 1 files changed, 71 insertions(+), 11 deletions(-) + clutter/cogl/cogl/cogl-matrix-stack.c | 82 ++++++++++++++++++++++++++++----- + 1 file changed, 71 insertions(+), 11 deletions(-) commit 460025d60348e3346cfd864b81d9867ea8474eee Author: Robert Bragg @@ -11483,7 +11483,7 @@ Date: Tue Oct 6 10:52:07 2009 +0100 we now only initialize once in cogl_matrix_stack_load_identity. clutter/cogl/cogl/cogl-matrix-stack.c | 54 ++++++++++++++++----------------- - 1 files changed, 26 insertions(+), 28 deletions(-) + 1 file changed, 26 insertions(+), 28 deletions(-) commit 2656b569b9911b8aa427a5a02c8b1f4095de6ed7 Author: Robert Bragg @@ -11507,8 +11507,8 @@ Date: Tue Sep 29 02:58:27 2009 +0100 clutter/cogl/cogl/cogl-current-matrix.c | 236 +++++++------------------------ clutter/cogl/cogl/cogl-internal.h | 12 ++ clutter/cogl/cogl/cogl-journal.c | 33 +++-- - clutter/cogl/cogl/cogl-material.c | 22 ++- - clutter/cogl/cogl/cogl-matrix-stack.c | 15 ++- + clutter/cogl/cogl/cogl-material.c | 22 +-- + clutter/cogl/cogl/cogl-matrix-stack.c | 15 +- clutter/cogl/cogl/cogl.c | 59 ++++++++ 8 files changed, 174 insertions(+), 212 deletions(-) @@ -11523,7 +11523,7 @@ Date: Mon Oct 19 15:31:29 2009 +0100 function. clutter/clutter-text.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 23cd0b79254acd2b97467a62010244328e210a87 Author: Emmanuele Bassi @@ -11584,7 +11584,7 @@ Date: Mon Oct 19 11:44:29 2009 +0100 docs: Reword a link clutter/clutter-layout-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cd3c85f7ba9094a250ec03f0380428fadafef0df Author: Emmanuele Bassi @@ -11597,7 +11597,7 @@ Date: Mon Oct 19 11:00:23 2009 +0100 a LayoutManager sub-class correctly. clutter/clutter-layout-manager.c | 41 ++++++++++++++++++++++++++++++++++++++ - 1 files changed, 41 insertions(+), 0 deletions(-) + 1 file changed, 41 insertions(+) commit 936779fd96cc0d8d6713c5cb4c5dc9240cc04d97 Author: Emmanuele Bassi @@ -11606,7 +11606,7 @@ Date: Sun Oct 18 17:49:00 2009 +0100 build: Add back QUIET_GEN to the GIR generation clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bc8a7bd5b4c70247e4bc8cccc194c12e5b6a9a2f Author: Emmanuele Bassi @@ -11615,7 +11615,7 @@ Date: Sun Oct 18 17:15:04 2009 +0100 Update ignore file .gitignore | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit ab376d961fee066f809169f32946a32700ea0e53 Author: Emmanuele Bassi @@ -11628,7 +11628,7 @@ Date: Sun Oct 18 17:12:12 2009 +0100 is setting up variables that may or may not be used. clutter/Makefile.am | 26 ++++++++++++-------------- - 1 files changed, 12 insertions(+), 14 deletions(-) + 1 file changed, 12 insertions(+), 14 deletions(-) commit 5c162d904bbbbd5ae0f66885497dd0658d27e87f Author: Emmanuele Bassi @@ -11637,7 +11637,7 @@ Date: Sun Oct 18 17:11:42 2009 +0100 build: Use QUIET_GEN when building ClutterJson GIR clutter/json/Makefile.am | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 8f11b3ca48fde34f5bc214f1ff122e5ed6298eac Author: Emmanuele Bassi @@ -11649,7 +11649,7 @@ Date: Sun Oct 18 17:00:24 2009 +0100 still referencing the old COGL layout. clutter/Makefile.am | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit ad5c0af6399353ad49663954c6abd7305ecc9ad6 Author: Emmanuele Bassi @@ -11661,7 +11661,7 @@ Date: Sat Oct 17 00:30:37 2009 +0100 I forgot that g-ir-scanner needs those defines as well. clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ef9ea9e2377f63e8bbf22f4829b8a51953a434ef Author: Robert Bragg @@ -11677,7 +11677,7 @@ Date: Wed Sep 16 14:01:57 2009 +0100 clutter/cogl/cogl/cogl-context.c | 1 + clutter/cogl/cogl/cogl-journal-private.h | 57 +++ clutter/cogl/cogl/cogl-journal.c | 744 ++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-primitives.c | 705 +---------------------------- + clutter/cogl/cogl/cogl-primitives.c | 705 +--------------------------- clutter/cogl/cogl/cogl-texture-private.h | 14 - 6 files changed, 805 insertions(+), 718 deletions(-) @@ -11693,7 +11693,7 @@ Date: Sun Sep 6 21:47:46 2009 +0100 when the texture coords are inverted. tests/conform/test-backface-culling.c | 28 ++++++++++++++++++++-------- - 1 files changed, 20 insertions(+), 8 deletions(-) + 1 file changed, 20 insertions(+), 8 deletions(-) commit 2f628b1a8a405d2e4c08f2b2d125002ded0d8981 Author: Robert Bragg @@ -11736,7 +11736,7 @@ Date: Sun Aug 30 12:36:11 2009 +0200 clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 97 +- .../cogl/cogl/driver/gles/cogl-context-driver.c | 2 - .../cogl/cogl/driver/gles/cogl-context-driver.h | 2 - - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 217 +--- + .../cogl/cogl/driver/gles/cogl-texture-driver.c | 217 +-- 13 files changed, 2551 insertions(+), 1857 deletions(-) commit 9da26fc1ca820d12d325df400e6e02d7cd25423a @@ -11766,7 +11766,7 @@ Date: Wed Sep 16 11:56:17 2009 +0100 clutter/cogl/cogl/cogl-material.c | 9 +- clutter/cogl/cogl/cogl-primitives.c | 736 ++++++++++++++---------------- - clutter/cogl/cogl/cogl-texture-private.h | 47 ++- + clutter/cogl/cogl/cogl-texture-private.h | 47 +- clutter/cogl/cogl/cogl-texture.c | 239 +++++++++- clutter/cogl/cogl/cogl-vertex-buffer.c | 6 +- clutter/cogl/cogl/driver/gl/cogl-fbo.c | 29 +- @@ -11786,7 +11786,7 @@ Date: Thu Jul 30 12:06:02 2009 +0100 Signed-off-by: Robert Bragg clutter/cogl/cogl/cogl-texture.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 95a869dab1b893f74c5b880e7be43e134eeb706f Author: Robert Bragg @@ -12114,14 +12114,14 @@ Date: Tue Jul 28 01:34:33 2009 +0100 clutter/cogl/common/cogl-context.h | 131 +++++++++++++++ clutter/cogl/common/cogl-material.c | 14 +- clutter/cogl/common/cogl-primitives.c | 12 +- - clutter/cogl/common/cogl-vertex-buffer.c | 26 ++-- + clutter/cogl/common/cogl-vertex-buffer.c | 26 +-- clutter/cogl/common/cogl.c | 2 +- clutter/cogl/gl/Makefile.am | 2 +- clutter/cogl/gl/cogl-context-driver.c | 84 ++++++++++ clutter/cogl/gl/cogl-context-driver.h | 103 ++++++++++++ clutter/cogl/gl/cogl-context.c | 259 ------------------------------ clutter/cogl/gl/cogl-context.h | 197 ----------------------- - clutter/cogl/gl/cogl-fbo.c | 24 ++-- + clutter/cogl/gl/cogl-fbo.c | 24 +-- clutter/cogl/gl/cogl-primitives.c | 2 +- clutter/cogl/gl/cogl-program.c | 50 +++--- clutter/cogl/gl/cogl-shader.c | 12 +- @@ -12180,7 +12180,7 @@ Date: Thu Aug 20 11:54:41 2009 +0100 support. clutter/eglx/clutter-stage-egl.c | 112 ++++++++++++++++++++++++++++---------- - 1 files changed, 82 insertions(+), 30 deletions(-) + 1 file changed, 82 insertions(+), 30 deletions(-) commit 3187e1964279b3fb93703fe6c67df5b6025729c9 Author: Robert Bragg @@ -12191,15 +12191,15 @@ Date: Mon Aug 3 14:50:10 2009 +0100 Make backends the canonical point of reference for the xdisplay, the xscreen number, the x root window and the xvisinfo for creating foreign stages. - clutter/eglx/clutter-backend-egl.c | 10 +-- + clutter/eglx/clutter-backend-egl.c | 10 +- clutter/eglx/clutter-stage-egl.c | 18 ++-- clutter/glx/clutter-backend-glx.c | 59 +++++++----- - clutter/glx/clutter-backend-glx.h | 6 + + clutter/glx/clutter-backend-glx.h | 6 ++ clutter/glx/clutter-stage-glx.c | 58 ++++++------ clutter/x11/clutter-backend-x11.c | 1 + clutter/x11/clutter-backend-x11.h | 5 + clutter/x11/clutter-stage-x11.c | 177 ++++++++++++++++++++++-------------- - clutter/x11/clutter-stage-x11.h | 8 +-- + clutter/x11/clutter-stage-x11.h | 8 +- 9 files changed, 200 insertions(+), 142 deletions(-) commit 63414ab233522b0da8462b32c4e36e74be891475 @@ -12210,8 +12210,8 @@ Date: Fri Jul 31 20:39:28 2009 +0100 Simply removes lots of trailing white spaces - clutter/glx/clutter-backend-glx.c | 40 ++++++++++++++++++------------------ - 1 files changed, 20 insertions(+), 20 deletions(-) + clutter/glx/clutter-backend-glx.c | 40 ++++++++++++++++++------------------- + 1 file changed, 20 insertions(+), 20 deletions(-) commit 45a668bef855b8564236a3153bf07e1ea0148d16 Author: Robert Bragg @@ -12224,7 +12224,7 @@ Date: Fri Jul 31 17:07:10 2009 +0100 glXChooseFBConfig, glXCreateNewContext, glXMakeContextCurrent. clutter/glx/clutter-backend-glx.c | 122 +++++++++++++++++++++++-------------- - 1 files changed, 75 insertions(+), 47 deletions(-) + 1 file changed, 75 insertions(+), 47 deletions(-) commit 15d7a86621f3fc80d3d50e7f5a3a141412163e7f Author: Robert Bragg @@ -12249,14 +12249,14 @@ Date: Fri Jul 31 18:34:51 2009 +0100 clutter/clutter-backend.c | 3 +- clutter/clutter-backend.h | 1 - clutter/clutter-private.h | 1 - - clutter/clutter-stage.c | 33 +---- + clutter/clutter-stage.c | 33 +--- clutter/eglnative/clutter-stage-egl.c | 217 +++++++++++------------ clutter/eglx/clutter-backend-egl.c | 3 +- clutter/eglx/clutter-stage-egl.c | 307 +++++++++++++++------------------ clutter/fruity/clutter-stage-fruity.c | 175 +++++++++---------- clutter/glx/clutter-backend-glx.c | 59 ++----- clutter/glx/clutter-stage-glx.c | 224 ++++++++---------------- - clutter/osx/clutter-stage-osx.c | 10 - + clutter/osx/clutter-stage-osx.c | 10 -- clutter/sdl/clutter-stage-sdl.c | 39 ++--- clutter/x11/clutter-backend-x11.c | 5 +- clutter/x11/clutter-backend-x11.h | 8 +- @@ -12290,7 +12290,7 @@ Date: Fri Oct 16 15:57:21 2009 +0100 Simple coding style fix for commit c5551184 clutter/clutter-interval.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a9d2c0f6903fff5a5b445265040f8bb689c10750 Merge: b5adbf8 70c8128 @@ -12326,7 +12326,7 @@ Date: Mon Oct 12 17:05:05 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1846 clutter/clutter-units.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c5551184b0337ea8a990b14e52eb15e855a27ca9 Author: Damien Lespiau @@ -12341,7 +12341,7 @@ Date: Mon Oct 12 16:45:39 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1845 clutter/clutter-interval.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit ee9f8c3bdf9672e0d79598eed8f73569190888dc Author: Damien Lespiau @@ -12359,7 +12359,7 @@ Date: Mon Oct 12 16:28:10 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1844 clutter/clutter-units.c | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 83b4ec7a12ea279b59a80f6008e1bece25de3a8c Author: Emmanuele Bassi @@ -12391,10 +12391,10 @@ Date: Fri Oct 16 15:25:37 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1843 .gitignore | 1 + - clutter/clutter-backend.c | 21 +++++++++++++++- - clutter/clutter-private.h | 2 + + clutter/clutter-backend.c | 21 +++++++++++++++-- + clutter/clutter-private.h | 2 ++ clutter/clutter-units.c | 45 ++++++++++++++++++++++++++++++++++++ - clutter/clutter-units.h | 9 ++++++- + clutter/clutter-units.h | 9 +++++++- tests/conform/test-clutter-units.c | 23 ++++++++++++++++++ tests/conform/test-conform-main.c | 1 + 7 files changed, 99 insertions(+), 3 deletions(-) @@ -12410,7 +12410,7 @@ Date: Fri Oct 16 14:22:15 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1830 clutter/clutter-text.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit bc424fb56c3a75a822b22c0e5b284b5775f76abe Author: Emmanuele Bassi @@ -12419,7 +12419,7 @@ Date: Sat Sep 19 09:19:06 2009 +0100 [text] NULL-ify strings to avoid double-frees clutter/clutter-text.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6f43f4b805387e0cac054d7b002634da3b00b106 Author: Emmanuele Bassi @@ -12431,7 +12431,7 @@ Date: Sat Sep 19 09:18:06 2009 +0100 if they have been set to avoid assertion failures. clutter/clutter-text.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 28837283877c11f26565d79e6bcd4b171203a9b0 Author: Emmanuele Bassi @@ -12474,7 +12474,7 @@ Date: Thu Oct 15 14:20:44 2009 +0100 should be slightly more descriptive. clutter/clutter-bin-layout.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 852abbb138898467fb6497508e99fb1a92203c78 Author: Emmanuele Bassi @@ -12488,7 +12488,7 @@ Date: Thu Oct 15 14:12:37 2009 +0100 sub-pixel positioning of children). clutter/clutter-bin-layout.c | 26 ++++++++++++++------------ - 1 files changed, 14 insertions(+), 12 deletions(-) + 1 file changed, 14 insertions(+), 12 deletions(-) commit 308c930f37c7c00eb6791d53fced7d1c2ac9600e Author: Emmanuele Bassi @@ -12499,7 +12499,7 @@ Date: Thu Oct 15 14:11:36 2009 +0100 Add the full description of the layout policy clutter/clutter-flow-layout.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 4d153e4507fdd8fc135998f771e1826a9b02e658 Author: Emmanuele Bassi @@ -12514,7 +12514,7 @@ Date: Thu Oct 15 12:15:49 2009 +0100 * Use g_signal_connect_swapped() and spare us from a callback. clutter/clutter-box.c | 20 ++++++-------------- - 1 files changed, 6 insertions(+), 14 deletions(-) + 1 file changed, 6 insertions(+), 14 deletions(-) commit adca939101e3a25309c29e6a263c1c7ac7b0d877 Author: Emmanuele Bassi @@ -12526,7 +12526,7 @@ Date: Thu Oct 15 12:04:50 2009 +0100 and how to use the pack() method. clutter/clutter-box.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 44 insertions(+), 1 deletions(-) + 1 file changed, 44 insertions(+), 1 deletion(-) commit 9f06f726d409d0ac948179b9771350147c5e699b Author: Emmanuele Bassi @@ -12538,7 +12538,7 @@ Date: Tue Oct 13 16:52:57 2009 +0100 ClutterFlowLayout. doc/reference/clutter/clutter-sections.txt | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit cd3dce1d5d957046934062780d21558e182ceb1a Author: Emmanuele Bassi @@ -12551,7 +12551,7 @@ Date: Tue Oct 13 12:15:25 2009 +0100 doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 38 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter.types | 1 + - 3 files changed, 40 insertions(+), 0 deletions(-) + 3 files changed, 40 insertions(+) commit b526b765931bcf4e44feac4ab1b72763eb68f264 Author: Emmanuele Bassi @@ -12570,7 +12570,7 @@ Date: Tue Oct 13 12:14:05 2009 +0100 clutter/clutter.h | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-box-layout.c | 207 +++++ - 7 files changed, 1852 insertions(+), 1 deletions(-) + 7 files changed, 1852 insertions(+), 1 deletion(-) commit c4b2d4ce797b5ac4c61865d4249badcfb85657f0 Author: Emmanuele Bassi @@ -12598,7 +12598,7 @@ Date: Wed Oct 7 15:30:29 2009 +0100 Add some user interaction to verify the dynamic reflowing. tests/interactive/test-flow-layout.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 0876575a9549acd54fbc3c70b4e7178e9e4e1e65 Author: Emmanuele Bassi @@ -12609,7 +12609,7 @@ Date: Wed Oct 7 15:29:47 2009 +0100 Instead of using g_object_get(child, "request-mode", ...). clutter/clutter-bin-layout.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit eb40e856e1a687c27d047ee6069b6ec84e1e1237 Author: Emmanuele Bassi @@ -12624,7 +12624,7 @@ Date: Wed Oct 7 15:28:01 2009 +0100 will have a width depending on the height. clutter/clutter-flow-layout.c | 30 ++++++++++++++++++++++++++++-- - 1 files changed, 28 insertions(+), 2 deletions(-) + 1 file changed, 28 insertions(+), 2 deletions(-) commit b5895335ab2d6975665426693fb1b96d7ca86f74 Author: Emmanuele Bassi @@ -12636,9 +12636,9 @@ Date: Wed Oct 7 15:15:02 2009 +0100 the :request-mode property. A proper accessors pair should be preferred. - clutter/clutter-actor.c | 48 +++++++++++++++++++++++---- + clutter/clutter-actor.c | 48 ++++++++++++++++++++++++---- clutter/clutter-actor.h | 3 ++ - doc/reference/clutter/clutter-sections.txt | 2 + + doc/reference/clutter/clutter-sections.txt | 2 ++ 3 files changed, 46 insertions(+), 7 deletions(-) commit 19317520b57461b505751411cf9d9f39bbf12ad5 @@ -12652,8 +12652,8 @@ Date: Wed Oct 7 12:35:39 2009 +0100 less than the preferred width or height in the flow direction then it should always reflow. - clutter/clutter-flow-layout.c | 107 +++------------------------------------- - clutter/clutter-flow-layout.h | 3 - + clutter/clutter-flow-layout.c | 107 +++-------------------------------------- + clutter/clutter-flow-layout.h | 3 -- 2 files changed, 8 insertions(+), 102 deletions(-) commit 6d954ec0742bad823c8c474873a21ab990a56c7f @@ -12683,7 +12683,7 @@ Date: Wed Oct 7 11:39:18 2009 +0100 allocating. clutter/clutter-flow-layout.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit b1bae4d66afc8420209f72dabcbf2fe81b461ff3 Author: Emmanuele Bassi @@ -12691,8 +12691,8 @@ Date: Wed Oct 7 11:08:51 2009 +0100 [layout] Clean up and document FlowLayout - clutter/clutter-flow-layout.c | 177 ++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 168 insertions(+), 9 deletions(-) + clutter/clutter-flow-layout.c | 177 ++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 168 insertions(+), 9 deletions(-) commit db3ef971705485b1000def688635daaac99f79cd Author: Emmanuele Bassi @@ -12705,7 +12705,7 @@ Date: Tue Oct 6 17:30:49 2009 +0100 will behave like a reflowing grid. clutter/clutter-flow-layout.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit e5a074fd9e487444db9114c2970a4d83c1661c7f Author: Emmanuele Bassi @@ -12713,9 +12713,9 @@ Date: Tue Oct 6 16:17:16 2009 +0100 [layout] Add :homogeneous to FlowLayout - clutter/clutter-flow-layout.c | 90 +++++++++++++++++++++++++++++++++++----- - clutter/clutter-flow-layout.h | 3 + - tests/interactive/test-flow.c | 37 +++++++++++++++- + clutter/clutter-flow-layout.c | 90 +++++++++++++++++++++++++++++++++++------ + clutter/clutter-flow-layout.h | 3 ++ + tests/interactive/test-flow.c | 37 +++++++++++++++-- 3 files changed, 115 insertions(+), 15 deletions(-) commit 5737cf869f162f5539ae00f86db7923502c38dab @@ -12732,14 +12732,14 @@ Date: Fri Sep 18 17:28:02 2009 +0100 .gitignore | 1 + clutter/Makefile.am | 2 + clutter/clutter-flow-layout.c | 855 ++++++++++++++++++++++++++++ - clutter/clutter-flow-layout.h | 127 ++++ + clutter/clutter-flow-layout.h | 127 +++++ clutter/clutter.h | 1 + doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 34 ++ doc/reference/clutter/clutter.types | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-flow.c | 117 ++++ - 10 files changed, 1141 insertions(+), 1 deletions(-) + 10 files changed, 1141 insertions(+), 1 deletion(-) commit 857b0239e906b0e5eb1a2fec8703eb675a70675f Author: Emmanuele Bassi @@ -12751,7 +12751,7 @@ Date: Mon Oct 5 17:21:41 2009 +0100 to avoid duplicating code. clutter/clutter-group.c | 138 ++++++++++------------------------------------- - 1 files changed, 29 insertions(+), 109 deletions(-) + 1 file changed, 29 insertions(+), 109 deletions(-) commit 62db72cf4106f498a041d02d67de72460130acdd Author: Emmanuele Bassi @@ -12764,7 +12764,7 @@ Date: Mon Oct 5 17:09:04 2009 +0100 same behaviour. clutter/clutter-fixed-layout.c | 116 +++++++--------------------------------- - 1 files changed, 20 insertions(+), 96 deletions(-) + 1 file changed, 20 insertions(+), 96 deletions(-) commit 4663552a0017f85c818a664b3528fab617e6e15c Author: Emmanuele Bassi @@ -12787,7 +12787,7 @@ Date: Thu Sep 17 18:21:51 2009 +0100 clutter/clutter-box.c | 136 +++++++++++++++++++++++++++- clutter/clutter-box.h | 5 + doc/reference/clutter/clutter-sections.txt | 4 + - 3 files changed, 144 insertions(+), 1 deletions(-) + 3 files changed, 144 insertions(+), 1 deletion(-) commit df6ca3d171a6a8d1a18cbf0fe70f4e4572e54479 Author: Emmanuele Bassi @@ -12797,8 +12797,8 @@ Date: Thu Sep 17 11:38:43 2009 +0100 Documentation and code style fixes for BinLayout. - clutter/clutter-bin-layout.c | 120 ++++++++++++++++++++++++++++++----------- - clutter/clutter-bin-layout.h | 24 ++++++++ + clutter/clutter-bin-layout.c | 120 +++++++++++++++++++++++++++++++----------- + clutter/clutter-bin-layout.h | 24 +++++++++ 2 files changed, 112 insertions(+), 32 deletions(-) commit 8b2088a91787562c01d5b8184f1f2b2f1d225371 @@ -12824,7 +12824,7 @@ Date: Wed Sep 16 15:55:30 2009 +0100 The test-box interactive test should exercise all three variants. tests/interactive/test-box.c | 24 ++++++++++++++++-------- - 1 files changed, 16 insertions(+), 8 deletions(-) + 1 file changed, 16 insertions(+), 8 deletions(-) commit 431a63d04adc40dfd719563c4f9978324f618b4e Author: Emmanuele Bassi @@ -12860,8 +12860,8 @@ Date: Wed Sep 16 15:48:28 2009 +0100 the LayoutManager will be able to replace all the metadata if needed. - clutter/clutter-box.c | 37 ++++++++++++++++++++++++++- - clutter/clutter-box.h | 2 + + clutter/clutter-box.c | 37 ++++++++++++++++++++++++++-- + clutter/clutter-box.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + 3 files changed, 38 insertions(+), 2 deletions(-) @@ -12875,7 +12875,7 @@ Date: Wed Sep 16 15:47:26 2009 +0100 then we should simply replace it and discard the previous one. clutter/clutter-layout-manager.c | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit 9117ee205691a5bb1a3bb65e1963ed5b8826b79f Author: Emmanuele Bassi @@ -12890,7 +12890,7 @@ Date: Wed Sep 16 14:58:30 2009 +0100 clutter/clutter-layout-manager.c | 28 ++++++++++++++++++++++++++++ clutter/clutter-layout-manager.h | 12 ++++++++++++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 41 insertions(+), 0 deletions(-) + 3 files changed, 41 insertions(+) commit f58bdbad15206f4369589f50789b9db9585f6e03 Author: Emmanuele Bassi @@ -12915,7 +12915,7 @@ Date: Wed Sep 16 11:10:38 2009 +0100 clutter/clutter-fixed-layout.c | 45 ++++++++++++++++++++++++++++++++++++++++ clutter/clutter-fixed-layout.h | 42 +++++++++++++++++++++++++++++++++++++ - 2 files changed, 87 insertions(+), 0 deletions(-) + 2 files changed, 87 insertions(+) commit aaae60e17837d6f0b330c04345f1e2c2be9f24b9 Author: Emmanuele Bassi @@ -12953,8 +12953,8 @@ Date: Tue Sep 15 17:37:11 2009 +0100 for everyone. clutter/Makefile.am | 2 + - clutter/clutter-bin-layout.c | 35 +++---- - clutter/clutter-layout-manager.c | 58 ++++++----- + clutter/clutter-bin-layout.c | 35 ++++--- + clutter/clutter-layout-manager.c | 58 +++++++----- clutter/clutter-layout-manager.h | 133 +++++++++++++------------- clutter/clutter-layout-meta.c | 142 ++++++++++++++++++++++++++++ clutter/clutter-layout-meta.h | 85 +++++++++++++++++ @@ -12977,7 +12977,7 @@ Date: Tue Sep 15 16:24:47 2009 +0100 clutter/clutter-bin-layout.c | 6 +- clutter/clutter-bin-layout.h | 4 +- clutter/clutter-layout-manager.c | 145 +++++++++++++++++++++++++++- - clutter/clutter-layout-manager.h | 16 +++- + clutter/clutter-layout-manager.h | 16 ++- doc/reference/clutter/clutter-docs.xml.in | 9 ++ doc/reference/clutter/clutter-sections.txt | 94 ++++++++++++++++++ doc/reference/clutter/clutter.types | 4 + @@ -13000,7 +13000,7 @@ Date: Mon Sep 14 21:51:49 2009 +0100 The whole machinery uses the new ChildMeta support inside the LayoutManager base abstract class. - clutter/clutter-bin-layout.c | 265 +++++++++++++++++++++++++++++++++++++---- + clutter/clutter-bin-layout.c | 265 +++++++++++++++++++++++++++++++++++++----- clutter/clutter-bin-layout.h | 4 + tests/interactive/test-box.c | 147 ++++++++++++++++++++++- 3 files changed, 385 insertions(+), 31 deletions(-) @@ -13016,7 +13016,7 @@ Date: Mon Sep 14 21:50:20 2009 +0100 respectively. clutter/clutter-box.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 7051fe275d9d052ce42e8237080844aa18ee927c Author: Emmanuele Bassi @@ -13056,7 +13056,7 @@ Date: Mon Sep 14 12:03:38 2009 +0100 BinLayout layout manager. clutter/clutter-bin-layout.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 4e8d8bbc15f26e95adfd59469306b7098f9fd491 Author: Emmanuele Bassi @@ -13070,7 +13070,7 @@ Date: Mon Sep 14 11:28:34 2009 +0100 * Allow getting the layout manager from the Box - clutter/clutter-box.c | 72 +++++++++++++++++++++++++++++++++++++++++++++--- + clutter/clutter-box.c | 72 +++++++++++++++++++++++++++++++++++++++++++++---- clutter/clutter-box.h | 4 ++- 2 files changed, 70 insertions(+), 6 deletions(-) @@ -13096,7 +13096,7 @@ Date: Mon Sep 14 11:04:11 2009 +0100 clutter/clutter-layout-manager.c | 103 +++++++++++++++++++++++++++++++++++++- clutter/clutter-layout-manager.h | 44 ++++++++++++++++ - 2 files changed, 146 insertions(+), 1 deletions(-) + 2 files changed, 146 insertions(+), 1 deletion(-) commit a1853892bae7c54d28a86e253e04c3753d65e159 Author: Emmanuele Bassi @@ -13105,9 +13105,9 @@ Date: Fri Sep 11 15:34:13 2009 +0100 [tests] Add a Box interactive test .gitignore | 1 + - tests/interactive/Makefile.am | 3 +- + tests/interactive/Makefile.am | 3 ++- tests/interactive/test-box.c | 47 +++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 50 insertions(+), 1 deletions(-) + 3 files changed, 50 insertions(+), 1 deletion(-) commit 1061ebeac90a5b03a172aa649aa5a8b8cfb5b293 Author: Emmanuele Bassi @@ -13137,7 +13137,7 @@ Date: Fri Sep 11 13:51:23 2009 +0100 clutter/clutter-bin-layout.c | 397 ++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-bin-layout.h | 50 ++++++ clutter/clutter.h | 1 + - 4 files changed, 450 insertions(+), 0 deletions(-) + 4 files changed, 450 insertions(+) commit 6d4cc13f7c7047a609dd8055ce63048da294af39 Author: Emmanuele Bassi @@ -13152,7 +13152,7 @@ Date: Wed Sep 2 12:37:16 2009 +0100 clutter/clutter-fixed-layout.c | 217 ++++++++++++++++++++++++++++++++++++++++ clutter/clutter-fixed-layout.h | 38 +++++++ clutter/clutter.h | 1 + - 4 files changed, 258 insertions(+), 0 deletions(-) + 4 files changed, 258 insertions(+) commit 141a1556908749236c90e69fc2388f4fc40c6d8f Author: Emmanuele Bassi @@ -13188,7 +13188,7 @@ Date: Tue Sep 1 17:42:50 2009 +0100 clutter/clutter-box.c | 368 +++++++++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-box.h | 43 ++++++ clutter/clutter.h | 1 + - 4 files changed, 414 insertions(+), 0 deletions(-) + 4 files changed, 414 insertions(+) commit d6183e95e51d1e3807ed5150768de2426b6b8e65 Author: Emmanuele Bassi @@ -13211,7 +13211,7 @@ Date: Tue Sep 1 16:34:28 2009 +0100 clutter/clutter-layout-manager.c | 180 ++++++++++++++++++++++++++++++++++++++ clutter/clutter-layout-manager.h | 92 +++++++++++++++++++ clutter/clutter.h | 1 + - 4 files changed, 275 insertions(+), 0 deletions(-) + 4 files changed, 275 insertions(+) commit 4f2bfc003ad0f5b0b9d69693eed1bdbc9655f947 Author: Emmanuele Bassi @@ -13219,8 +13219,8 @@ Date: Tue Oct 13 19:27:03 2009 +0100 build: Clean up main Makefile.am - clutter/Makefile.am | 55 ++++++++++++++++++++++++++------------------------ - 1 files changed, 29 insertions(+), 26 deletions(-) + clutter/Makefile.am | 55 +++++++++++++++++++++++++++------------------------ + 1 file changed, 29 insertions(+), 26 deletions(-) commit 46b736f42e1165420796ed2afe4fc791d82381da Author: Emmanuele Bassi @@ -13236,7 +13236,7 @@ Date: Tue Oct 13 17:27:19 2009 +0100 build/autotools/Makefile.am | 2 + build/autotools/Makefile.am.enums | 43 ++++++++++++++++++++ build/autotools/Makefile.am.marshal | 44 ++++++++++++++++++++ - clutter/Makefile.am | 75 ++++++++-------------------------- + clutter/Makefile.am | 75 +++++++++-------------------------- 4 files changed, 107 insertions(+), 57 deletions(-) commit 0e33c10048dd3cba33644fd51ae3e1ea18dcc357 @@ -13246,7 +13246,7 @@ Date: Tue Oct 13 17:00:15 2009 +0100 docs: Allow XInclude fallback for the annotation glossary doc/reference/clutter/clutter-docs.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a99f693c85cee6e389892b271f8aa25532bd7a6f Author: Emmanuele Bassi @@ -13261,7 +13261,7 @@ Date: Sat Oct 10 13:52:46 2009 +0100 doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 23 +++++++++++++++++++++++ doc/reference/clutter/clutter.types | 2 ++ - 4 files changed, 26 insertions(+), 1 deletions(-) + 4 files changed, 26 insertions(+), 1 deletion(-) commit c3d056533c8733160227b790388723a4c8a16123 Author: Emmanuele Bassi @@ -13273,7 +13273,7 @@ Date: Sat Oct 10 13:51:47 2009 +0100 the default stage is owned by Clutter itself. clutter/clutter-stage-manager.c | 23 ++--------------------- - 1 files changed, 2 insertions(+), 21 deletions(-) + 1 file changed, 2 insertions(+), 21 deletions(-) commit 74eaa2941327d3ee7762a93136b647979b6e094a Author: Emmanuele Bassi @@ -13285,7 +13285,7 @@ Date: Sat Oct 10 13:50:25 2009 +0100 by application code; technically, nothing in Clutter uses it, and StageManager's API is not considered public anyway. - clutter/clutter-stage-manager.c | 52 ++++++++++++++++++++++++++++++-------- + clutter/clutter-stage-manager.c | 52 ++++++++++++++++++++++++++++++--------- clutter/clutter-stage-manager.h | 23 ++++++++++++++--- 2 files changed, 60 insertions(+), 15 deletions(-) @@ -13302,7 +13302,7 @@ Date: Fri Oct 9 17:18:34 2009 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3bbc96e17e5a03ba931c86a5cd2a0ecaa2a3b77b Author: Emmanuele Bassi @@ -13328,7 +13328,7 @@ Date: Wed Oct 7 21:44:17 2009 +0100 change the :use-markup property to FALSE as a side effect. clutter/clutter-text.c | 283 ++++++++++++++++++++++++------------------------ - 1 files changed, 144 insertions(+), 139 deletions(-) + 1 file changed, 144 insertions(+), 139 deletions(-) commit 1f207c00d96e08141f6b998269732d9e65d4cf14 Author: Emmanuele Bassi @@ -13342,7 +13342,7 @@ Date: Wed Oct 7 17:35:11 2009 +0100 doc/reference/cogl/cogl-docs.xml.in | 1 + doc/reference/cogl/cogl-sections.txt | 3 ++- - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit 80b3a8d3283fcc8af89bc83b2266ccd894cc50a6 Author: Damien Lespiau @@ -13356,7 +13356,7 @@ Date: Wed Oct 7 17:09:41 2009 +0100 Reviewed-by: Emmanuele Bassi tests/conform/test-clutter-units.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 19c68799608910635b70c9befb92c1a6a21c15f3 Author: Damien Lespiau @@ -13371,7 +13371,7 @@ Date: Tue Oct 6 00:49:40 2009 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-path.c | 36 +++++++++++++++++++++++++++++++++++- - 1 files changed, 35 insertions(+), 1 deletions(-) + 1 file changed, 35 insertions(+), 1 deletion(-) commit 8605073edb7a1e830696632a6de5ad694f1af98d Author: Damien Lespiau @@ -13383,7 +13383,7 @@ Date: Tue Oct 6 17:47:34 2009 +0100 Reviewed-by: Emmanuele Bassi - clutter/clutter-units.c | 48 ++++++++++++++++++++++++++- + clutter/clutter-units.c | 48 ++++++++++++++++++++++++++-- clutter/clutter-units.h | 7 +++- doc/reference/clutter/clutter-sections.txt | 1 + tests/conform/test-clutter-units.c | 17 ++++++++-- @@ -13412,8 +13412,8 @@ Date: Tue Oct 6 12:02:15 2009 +0100 Reviewed-by: Emmanuele Bassi - clutter/clutter-units.c | 76 ++++++++++++++++++++++------------- - tests/conform/test-clutter-units.c | 22 ++++++++++ + clutter/clutter-units.c | 76 +++++++++++++++++++++++------------- + tests/conform/test-clutter-units.c | 22 +++++++++++ 2 files changed, 70 insertions(+), 28 deletions(-) commit 4d481e03f3534cb703a276cd430056d3ec27fcb0 @@ -13426,7 +13426,7 @@ Date: Wed Oct 7 13:00:57 2009 +0100 measure it once and then use a switch() to go to the right case. clutter/clutter-color.c | 40 ++++++++++++++++++++++------------------ - 1 files changed, 22 insertions(+), 18 deletions(-) + 1 file changed, 22 insertions(+), 18 deletions(-) commit c7d50083ec1d1209dd8653bc30ba4f3bec09e976 Author: Thomas Wood @@ -13442,7 +13442,7 @@ Date: Wed Oct 7 12:27:38 2009 +0100 clutter/clutter-color.c | 22 ++++++++++++++++++++++ tests/conform/test-color.c | 28 ++++++++++++++++++++++++++++ - 2 files changed, 50 insertions(+), 0 deletions(-) + 2 files changed, 50 insertions(+) commit 13ac1fe75bec418f4e37e04540e6d16af55413f5 Author: Neil Roberts @@ -13455,7 +13455,7 @@ Date: Wed Oct 7 11:31:44 2009 +0100 existing actor. clutter/clutter-id-pool.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit a4ff4d37a40b60ce7f7029c6fe12181c0e1e89e5 Author: Neil Roberts @@ -13467,7 +13467,7 @@ Date: Wed Oct 7 12:46:43 2009 +0100 cause a crash. clutter/clutter-id-pool.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 142f8865181e92fb405ae0d2b2bc65468a9d2262 Author: Thomas Wood @@ -13480,7 +13480,7 @@ Date: Wed Oct 7 12:15:26 2009 +0100 The original commit was incorrect and pushed accidentally. clutter/clutter-color.c | 22 ---------------------- - 1 files changed, 0 insertions(+), 22 deletions(-) + 1 file changed, 22 deletions(-) commit bdf7499207d3fdba440228832445b71b9f64d300 Author: Thomas Wood @@ -13491,7 +13491,7 @@ Date: Wed Oct 7 11:40:41 2009 +0100 The alpha channel is fully opaque at 255 and fully transparent at 0. clutter/clutter-color.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eb8daac4b0726c1d9925bbbaeed7a8f39007da21 Author: Thomas Wood @@ -13504,7 +13504,7 @@ Date: Wed Oct 7 11:38:08 2009 +0100 CSS where the alpha channel is not specified when using '#' notation. clutter/clutter-color.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit 9e03d9231696160ef7d4d98cf6c1d2f2214c7172 Author: Damien Lespiau @@ -13516,7 +13516,7 @@ Date: Tue Oct 6 01:04:50 2009 +0100 they use 2 pairs of coordinates. clutter/clutter-path.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dd8e4dcd62979bf8b7c8ad0e8898888a065ba445 Author: Robert Bragg @@ -13531,7 +13531,7 @@ Date: Mon Oct 5 16:46:24 2009 +0100 nibbles of each color component so that pick buffers don't just look black.) clutter/clutter-main.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit f7c02642453420cf5866f9759d5f266d8ada40a5 Author: Emmanuele Bassi @@ -13542,7 +13542,7 @@ Date: Mon Oct 5 15:51:28 2009 +0100 The SDL backend remains experimental and not meant for public consumption, but at least it compiles and runs successfully. - clutter/sdl/clutter-backend-sdl.c | 8 +- + clutter/sdl/clutter-backend-sdl.c | 8 +-- clutter/sdl/clutter-stage-sdl.c | 130 +++++++++++++++---------------------- 2 files changed, 57 insertions(+), 81 deletions(-) @@ -13555,7 +13555,7 @@ Date: Mon Oct 5 15:53:06 2009 +0100 The Backend should create a StageWindow instance, not an Actor. clutter/eglx/clutter-backend-egl.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 40222e891bec62e4e7187a3e66bdf7866a60bd38 Author: Neil Roberts @@ -13604,7 +13604,7 @@ Date: Tue Sep 29 12:11:55 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1825 clutter/clutter-group.c | 122 ++++++++++------------------------------------- - 1 files changed, 26 insertions(+), 96 deletions(-) + 1 file changed, 26 insertions(+), 96 deletions(-) commit 14e12ae4fd9320eeb970ff8aa7dfcd43dcfd5975 Author: Emmanuele Bassi @@ -13616,7 +13616,7 @@ Date: Mon Oct 5 14:58:08 2009 +0100 StageWindow instead of using Actor. clutter/eglx/clutter-stage-egl.c | 120 +++++++++++++++++++------------------- - 1 files changed, 60 insertions(+), 60 deletions(-) + 1 file changed, 60 insertions(+), 60 deletions(-) commit a799f6ccec0ea755c7677c5fe20c1bd52b321c05 Author: Damien Lespiau @@ -13629,7 +13629,7 @@ Date: Sat Oct 3 14:08:33 2009 +0100 clutter/clutter-units.c | 2 +- tests/conform/test-clutter-units.c | 4 ++++ - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 4d7b8c9d4290c91ea69d992bad396d067e84b15b Author: Damien Lespiau @@ -13643,7 +13643,7 @@ Date: Sat Oct 3 12:15:13 2009 +0100 updated but not the symbol itself. clutter/clutter-units.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 72243081b5b0bf0518951f9f5f3ae91a7d4c640f Merge: ad83caa 111512a @@ -13668,7 +13668,7 @@ Date: Mon Oct 5 12:34:48 2009 +0100 what is the problem and what might be the cause. clutter/clutter-id-pool.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 111512a2a05243a7fc6f999f18805eae9bd6bfce Author: Emmanuele Bassi @@ -13703,7 +13703,7 @@ Date: Mon Oct 5 12:21:02 2009 +0100 GL viewport size, which is the wrong thing to do on GLX. clutter/x11/clutter-stage-x11.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 6ddffac93561b5d3aa6226ee54bd8a5e1fcedeb5 Author: Emmanuele Bassi @@ -13715,8 +13715,8 @@ Date: Sun Sep 27 11:38:01 2009 +0100 Clutter is still using ClutterUnit and referencing to concepts that have been changed since the document was written. - doc/reference/clutter/subclassing-ClutterActor.xml | 169 ++++++++++++------- - 1 files changed, 107 insertions(+), 62 deletions(-) + doc/reference/clutter/subclassing-ClutterActor.xml | 169 +++++++++++++------- + 1 file changed, 107 insertions(+), 62 deletions(-) commit ab76d64df02bc03f935e9cdf5a0a29c6ffeace72 Author: Robert Bragg @@ -13735,7 +13735,7 @@ Date: Tue Jul 28 00:40:29 2009 +0100 a single statement. clutter/cogl/cogl-debug.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 904c495c6d3c59b34148c9a4834e4803b488997b Author: Robert Bragg @@ -13755,7 +13755,7 @@ Date: Thu Sep 24 17:34:26 2009 +0100 Bug: http://bugzilla.openedhand.com/show_bug.cgi?id=1819 clutter/cogl/common/cogl-vertex-buffer.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit dae569b468c286ea23aa0e74e910232e025932db Author: Robert Bragg @@ -13770,7 +13770,7 @@ Date: Thu Sep 24 12:49:17 2009 +0100 successfully numerous times when debugging Clutter picking issues so it makes sense to have a debug option for it. - clutter/clutter-debug.h | 35 +++++++++-------- + clutter/clutter-debug.h | 35 +++++++++--------- clutter/clutter-main.c | 94 ++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 106 insertions(+), 23 deletions(-) @@ -13784,7 +13784,7 @@ Date: Tue Sep 22 17:55:04 2009 +0100 causing compiler warnings. clutter/clutter-container.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 4293920a11d5216095577cdfc46b9e21bb427a12 Author: Robert Bragg @@ -13797,7 +13797,7 @@ Date: Tue Sep 22 11:27:47 2009 +0100 .gitignore | 1 - tests/interactive/test-entry.c | 47 ---------------------------------------- - 2 files changed, 0 insertions(+), 48 deletions(-) + 2 files changed, 48 deletions(-) commit b710ed0eeace5561ccec1b1558ad26abb4af0da3 Author: Robert Bragg @@ -13811,8 +13811,8 @@ Date: Thu Aug 20 11:53:37 2009 +0100 purpose malloc wrapper afik. By shuffling things about a bit, it was possible to avoid the need for this hack. - clutter/eglx/clutter-backend-egl.c | 46 +++++++++++------------------------ - 1 files changed, 15 insertions(+), 31 deletions(-) + clutter/eglx/clutter-backend-egl.c | 46 ++++++++++++------------------------ + 1 file changed, 15 insertions(+), 31 deletions(-) commit 6e50e26c86af20597b118f5a71d04f70b173f733 Author: Damien Lespiau @@ -13839,7 +13839,7 @@ Date: Mon Sep 21 18:12:02 2009 +0100 first argument to g_object_set_qdata to a gobject. clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b2f958a61807ca36ccc1e7b3edf112b317885528 Author: Øyvind Kolås @@ -13852,7 +13852,7 @@ Date: Mon Sep 21 15:55:58 2009 +0100 is the object that owns the data. clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d4e46bb893d41f7e9d80d3d272765e7b2779d32b Author: Thomas Wood @@ -13864,7 +13864,7 @@ Date: Mon Sep 21 15:40:53 2009 +0100 the object that owns the data. clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c3d5a0e870d6a8f221577783f4c9d79dbc062c5 Author: Neil Roberts @@ -13925,7 +13925,7 @@ Date: Wed Sep 16 17:12:30 2009 +0100 any textures. tests/interactive/test-cogl-multitexture.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit 3b4f46a18a1c631410b324d5f926c64f0e22ae93 Author: Emmanuele Bassi @@ -13934,7 +13934,7 @@ Date: Wed Sep 16 12:47:46 2009 +0100 [docs] Fix the comment on version bumps configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 35c0da2b3a2558964ba74b9a213262f377aa2650 Author: Emmanuele Bassi @@ -13943,7 +13943,7 @@ Date: Wed Sep 16 11:57:45 2009 +0100 [gitignore] Add test-preferred-size .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9dc012c07d1f6760d8d4cca07f5279e7b316dbd0 Author: Emmanuele Bassi @@ -13962,7 +13962,7 @@ Date: Wed Sep 16 11:55:04 2009 +0100 http://bugzilla.moblin.org/show_bug.cgi?id=3839 clutter/clutter-timeline.c | 33 +++++++++++++++++++++++---------- - 1 files changed, 23 insertions(+), 10 deletions(-) + 1 file changed, 23 insertions(+), 10 deletions(-) commit 0d08f6e0707c1b3274227abc8054529422206e22 Author: Robert Bragg @@ -13981,7 +13981,7 @@ Date: Tue Sep 15 16:27:45 2009 +0100 according to the filters set on the corresponding CoglMaterial. clutter/cogl/gl/cogl-fbo.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 561f5868e876ec17e9a6fa66282b8dcdf3ead6b6 Author: Emmanuele Bassi @@ -13995,7 +13995,7 @@ Date: Tue Sep 15 11:09:49 2009 +0100 tests/conform/test-actor-size.c | 136 ++++++++++++++++++++++++++++++++++++- tests/conform/test-conform-main.c | 1 + - 2 files changed, 136 insertions(+), 1 deletions(-) + 2 files changed, 136 insertions(+), 1 deletion(-) commit 092401c01b249cd3ae9e4788ecbcce91ebb80f38 Author: Emmanuele Bassi @@ -14013,7 +14013,7 @@ Date: Mon Sep 14 21:45:51 2009 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-actor-size.c | 77 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 4 files changed, 81 insertions(+), 0 deletions(-) + 4 files changed, 81 insertions(+) commit abbe2ebf8baa61edeaa2071fa850d000d565a6ce Author: Emmanuele Bassi @@ -14026,8 +14026,8 @@ Date: Mon Sep 14 15:57:31 2009 +0100 attached to an actor in the default implementation of the Container interface. - clutter/clutter-container.c | 50 +++++++----------------------------------- - 1 files changed, 9 insertions(+), 41 deletions(-) + clutter/clutter-container.c | 50 ++++++++----------------------------------- + 1 file changed, 9 insertions(+), 41 deletions(-) commit 6e3afa4ebed9ea4f9347e8dfd6f3cc20d1042dcd Author: Damien Lespiau @@ -14039,7 +14039,7 @@ Date: Thu Sep 10 13:27:02 2009 +0100 back. Update the reference to this class in ClutterModel documentation. clutter/clutter-model.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c5195dda1533e2f42514a880bb5b7d105d4fe541 Author: Emmanuele Bassi @@ -14076,7 +14076,7 @@ Date: Tue Sep 8 13:06:51 2009 +0100 [text] implement get_property for "use-markup" clutter/clutter-text.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6988744db750dc3430a6c8cdd6274bc7e855aaf5 Author: Emmanuele Bassi @@ -14123,7 +14123,7 @@ Date: Thu Aug 13 12:34:07 2009 +0100 clutter/clutter-backend.c | 14 ++-- clutter/clutter-backend.h | 5 +- clutter/clutter-private.h | 2 +- - clutter/clutter-stage-window.c | 79 ++++++++++++++++++- + clutter/clutter-stage-window.c | 79 +++++++++++++++++- clutter/clutter-stage-window.h | 33 ++++++++ clutter/clutter-stage.c | 105 ++++++++++++------------ clutter/clutter.h | 1 + @@ -14160,8 +14160,8 @@ Date: Mon Sep 7 11:36:05 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1798 - clutter/clutter-animation.c | 75 +++++++++++++++++++++++------------------- - 1 files changed, 41 insertions(+), 34 deletions(-) + clutter/clutter-animation.c | 75 +++++++++++++++++++++++-------------------- + 1 file changed, 41 insertions(+), 34 deletions(-) commit 7783635af3c78cf65fcb62ccb03478f1a9556b05 Author: Emmanuele Bassi @@ -14192,7 +14192,7 @@ Date: Wed Sep 2 16:27:22 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/common/cogl-blend-string.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit a5e081dc9c8f39ce66270b77f5beaa6ac53e7a91 Author: Emmanuele Bassi @@ -14209,7 +14209,7 @@ Date: Wed Sep 2 15:26:33 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1790 clutter/clutter-model.c | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) + 1 file changed, 9 insertions(+), 6 deletions(-) commit 3686107460847d6b9333ff2149b850401590bae8 Author: Emmanuele Bassi @@ -14220,7 +14220,7 @@ Date: Mon Aug 31 15:49:39 2009 +0100 Put the documentation right inside configure.ac, lest I forget. configure.ac | 25 ++++++++++++++++++------- - 1 files changed, 18 insertions(+), 7 deletions(-) + 1 file changed, 18 insertions(+), 7 deletions(-) commit db6b0a91e0c2aebb245ad5d382769889abbf88dd Author: Neil Roberts @@ -14233,7 +14233,7 @@ Date: Wed Aug 26 18:28:35 2009 +0100 it really should. clutter/clutter-texture.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit bad7782ab4bc0b5a96d8a97b9b32d5726343b1c2 Author: Neil Roberts @@ -14245,7 +14245,7 @@ Date: Wed Aug 26 18:24:48 2009 +0100 was somewhat broken. clutter/clutter-texture.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit b766a1cc100778c7f74acd9dcc280400eae4c55b Author: Emmanuele Bassi @@ -14258,7 +14258,7 @@ Date: Wed Aug 26 16:50:37 2009 +0100 that have replaced them. tests/data/test-script.json | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit bb17dc1ce5d91f68da53944b5d7565be00b179eb Author: Emmanuele Bassi @@ -14271,7 +14271,7 @@ Date: Wed Aug 26 16:49:45 2009 +0100 anymore. clutter/clutter-actor.c | 38 ++------------------------------------ - 1 files changed, 2 insertions(+), 36 deletions(-) + 1 file changed, 2 insertions(+), 36 deletions(-) commit 2ffebad3d9b29931c29b8cb927580f9166ab39df Author: Emmanuele Bassi @@ -14284,7 +14284,7 @@ Date: Wed Aug 26 16:48:32 2009 +0100 type G_TYPE_FLOAT. clutter/clutter-script.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 87831b3427be959bea6a649e2718a5bda5927463 Author: Emmanuele Bassi @@ -14298,9 +14298,9 @@ Date: Tue Aug 25 17:55:51 2009 +0100 .gitignore | 1 + tests/conform/Makefile.am | 1 + - tests/conform/test-conform-main.c | 2 + + tests/conform/test-conform-main.c | 2 ++ tests/conform/test-group.c | 57 +++++++++++++++++++++++++++++++++++++ - 4 files changed, 61 insertions(+), 0 deletions(-) + 4 files changed, 61 insertions(+) commit f1d58812078e04c7db17c80b51d48bb716b868d1 Author: Øyvind Kolås @@ -14309,7 +14309,7 @@ Date: Tue Aug 25 17:32:42 2009 +0100 [group] Use floating point in sort_z_order clutter/clutter-group.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit d8d344f52930872a8eabdcc801872246b7ae61d1 Author: Emmanuele Bassi @@ -14322,7 +14322,7 @@ Date: Tue Aug 25 12:39:40 2009 +0100 introspect it for hierarchy, properties and signals. doc/reference/clutter/clutter.types | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 95a6e1c925c7dd24ba97a4625d1da09ff861e5c3 Author: Emmanuele Bassi @@ -14333,7 +14333,7 @@ Date: Tue Aug 25 12:18:32 2009 +0100 The bindings for update_interval() were copied from bind(). clutter/clutter-animation.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 899f051cd92fb0b5d41948897c7130b86a98dae9 Author: Emmanuele Bassi @@ -14352,7 +14352,7 @@ Date: Tue Aug 25 12:16:41 2009 +0100 clutter/clutter-animation.c | 53 ++++++++++++++++++++++++++++ clutter/clutter-animation.h | 3 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 57 insertions(+), 0 deletions(-) + 3 files changed, 57 insertions(+) commit 4ca375e8fe395e375826ea795566b8af8029e09f Author: Neil Roberts @@ -14365,7 +14365,7 @@ Date: Mon Aug 24 12:50:57 2009 +0100 rowstride. clutter/cogl/gl/cogl-texture.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 172074fd29cd42bf2790f78aa736f854218906f0 Author: Emmanuele Bassi @@ -14380,7 +14380,7 @@ Date: Fri Aug 21 12:05:52 2009 +0100 events processing is performed on a vblank-locked basis. clutter/glx/clutter-backend-glx.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 93e1d8e7a35afd0f1c08022bdf0f04154ad08ef1 Author: Owen W. Taylor @@ -14403,8 +14403,8 @@ Date: Fri Aug 7 21:16:04 2009 -0400 Signed-off-by: Emmanuele Bassi - clutter/clutter-actor.c | 56 ++++++++++++++++++++++++++++++++++++++-------- - clutter/clutter-actor.h | 5 +++- + clutter/clutter-actor.c | 56 ++++++++++++++++++++++++++++++++++++++--------- + clutter/clutter-actor.h | 5 ++++- clutter/clutter-clone.c | 12 ++++++++++ 3 files changed, 62 insertions(+), 11 deletions(-) @@ -14426,7 +14426,7 @@ Date: Thu Aug 20 12:53:32 2009 +0100 it's not as simple as or-ing in the feature flag, sadly. clutter/cogl/gles/cogl.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 3c47a3beb51462ef8af1070b75123660059e97d0 Author: Robert Bragg @@ -14441,7 +14441,7 @@ Date: Thu Aug 20 12:15:21 2009 +0100 Thanks to Gordon Williams for spotting this. clutter/cogl/gles/cogl.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a5fe4ae4ec5c5c43aa0898095284447095462e37 Author: Robert Bragg @@ -14469,7 +14469,7 @@ Date: Wed Aug 19 13:14:10 2009 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-animation.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 373b165b3f1adc556e7ee70f01cff66d4a38cd60 Author: Emmanuele Bassi @@ -14503,7 +14503,7 @@ Date: Tue Aug 18 18:07:37 2009 +0100 Thanks to Pierre-Luc Beaudoin for reporting. clutter/pango/cogl-pango-display-list.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 9befb055d0dd993d1171bf5652eefdc35567e7f5 Author: Robert Bragg @@ -14517,7 +14517,7 @@ Date: Tue Aug 18 16:13:13 2009 +0100 not uploading any user matrix. clutter/cogl/common/cogl-material.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 366e0725ce1bb804219b28a29539add1e05f73e8 Author: Emmanuele Bassi @@ -14528,7 +14528,7 @@ Date: Tue Aug 18 11:11:29 2009 +0100 Remove the mentions to the old name of cogl_polygon(). clutter/cogl/cogl-types.h | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit f655b28e669b7aec5b3ace0d8873adeefa11b4de Author: Emmanuele Bassi @@ -14540,7 +14540,7 @@ Date: Mon Aug 17 23:27:22 2009 +0100 unbreak the typelib compilation. clutter/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 8c00d705c0ec009c08950f314ab896b6ff40aa37 Author: Jussi Kukkonen @@ -14557,7 +14557,7 @@ Date: Mon Aug 17 00:00:35 2009 +0300 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 99437c476136ec6a735270efd8670efcd1f2c77e Author: Neil Roberts @@ -14597,7 +14597,7 @@ Date: Mon Aug 17 17:43:42 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 5d7c2e7c4495b3d6f35ed3f4e50857f17b946872 Author: Owen W. Taylor @@ -14617,7 +14617,7 @@ Date: Mon Aug 17 13:57:18 2009 -0400 http://bugzilla.openedhand.com/show_bug.cgi?id=1771 clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4c1248c5e9b934b23bdabbfc3d2dabdb8bab0656 Author: Owen W. Taylor @@ -14634,7 +14634,7 @@ Date: Mon Aug 17 15:41:27 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 68f8a98cfbf70e2b7bfcda7831907633eb08ca50 Author: Götz Waschk @@ -14648,7 +14648,7 @@ Date: Mon Aug 17 14:21:42 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 366e0f9cd7773433ba14cc531119bca3b9879a1e Author: Götz Waschk @@ -14683,7 +14683,7 @@ Date: Mon Aug 17 10:27:13 2009 +0100 [docs] Update the requirements section README | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 90d8f3183193176b796ac533158e3b0c2a4c2e85 Author: Emmanuele Bassi @@ -14720,7 +14720,7 @@ Date: Fri Aug 14 15:59:29 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1763 clutter/clutter-units.c | 24 ++++++++++++++---------- - 1 files changed, 14 insertions(+), 10 deletions(-) + 1 file changed, 14 insertions(+), 10 deletions(-) commit f08b583a312cd87f3263078eecdb19a9328ac79f Author: Emmanuele Bassi @@ -14732,7 +14732,7 @@ Date: Fri Aug 14 15:58:00 2009 +0100 warrant a split up into its own function. tests/conform/test-conform-main.c | 27 ++++++++++++++++++--------- - 1 files changed, 18 insertions(+), 9 deletions(-) + 1 file changed, 18 insertions(+), 9 deletions(-) commit b31e2d59bdfcc3be46f3ec87de4bcabc32747133 Author: Emmanuele Bassi @@ -14743,7 +14743,7 @@ Date: Fri Aug 14 13:08:59 2009 +0100 We should always use CLUTTER_API_VERSION instead. doc/manual/Makefile.am | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 5274b4e4c48dbd81c7553ef9889b5897afe932c5 Author: Emmanuele Bassi @@ -14805,7 +14805,7 @@ Date: Fri Aug 14 11:29:03 2009 +0100 Bases on a patch by: Gary Ching-Pang Lin clutter/pango/Makefile.am | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit 5c8ae6d2dcdb592a56f33927dcec2369a9147396 Author: Emmanuele Bassi @@ -14818,7 +14818,7 @@ Date: Thu Aug 13 18:05:38 2009 +0100 clutter/json/Makefile.am | 4 +++- clutter/json/json-glib.h | 4 ++++ - 2 files changed, 7 insertions(+), 1 deletions(-) + 2 files changed, 7 insertions(+), 1 deletion(-) commit 6e1f9ad9b65fedaa18950de712d7f6ab39b809f0 Author: Emmanuele Bassi @@ -14845,7 +14845,7 @@ Date: Thu Aug 13 16:13:55 2009 +0100 make sure to use floating point values for floating point properties. clutter/clutter-animation.c | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit f25cdf066c023222330119a1fe8ef5204773faa7 Author: Emmanuele Bassi @@ -14867,7 +14867,7 @@ Date: Thu Aug 13 12:26:09 2009 +0100 argument. clutter/clutter-actor.c | 81 ++++++++++++++++++++++++++++++----------------- - 1 files changed, 52 insertions(+), 29 deletions(-) + 1 file changed, 52 insertions(+), 29 deletions(-) commit d3e06bc1e5654248d86aaa568179c5732839412e Author: Colin Walters @@ -14880,7 +14880,7 @@ Date: Thu Aug 13 10:49:39 2009 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9766fb13005b04669e60befd9e0e3cddf822ac1c Author: Emmanuele Bassi @@ -14898,7 +14898,7 @@ Date: Wed Aug 12 16:02:23 2009 +0100 This makes ClutterScript work again. clutter/clutter-actor.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit cfbbacb8079e2ad92d5e538195d49cfdf8818144 Author: Emmanuele Bassi @@ -14910,7 +14910,7 @@ Date: Wed Aug 12 16:01:25 2009 +0100 and automatically convert between G_TYPE_INT and G_TYPE_INT64. clutter/clutter-script.c | 21 +++++++++++++-------- - 1 files changed, 13 insertions(+), 8 deletions(-) + 1 file changed, 13 insertions(+), 8 deletions(-) commit 4d522456372c2394046968ce0a4b22f603023d32 Author: Emmanuele Bassi @@ -14922,11 +14922,11 @@ Date: Wed Aug 12 16:00:13 2009 +0100 integer size of the JSON RFC. All integers are automatically promoted to gint64. - clutter/json/json-array.c | 4 +- - clutter/json/json-node.c | 61 +++++++++++++++++++++++++++++++++++-------- - clutter/json/json-object.c | 41 +++++++---------------------- - clutter/json/json-parser.c | 13 +++++---- - clutter/json/json-types.h | 16 +++++++---- + clutter/json/json-array.c | 4 +-- + clutter/json/json-node.c | 61 +++++++++++++++++++++++++++++++++++--------- + clutter/json/json-object.c | 41 ++++++++--------------------- + clutter/json/json-parser.c | 13 +++++----- + clutter/json/json-types.h | 16 +++++++----- 5 files changed, 78 insertions(+), 57 deletions(-) commit 2b70b0d4ed791e8bc25b59eb3b2e9dbeb8201b11 @@ -14943,7 +14943,7 @@ Date: Wed Aug 12 15:57:25 2009 +0100 header for us. clutter/clutter-script-private.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cc6aa6e4d537c5eec3fda85475f78bdf0da2ea10 Author: Emmanuele Bassi @@ -14956,7 +14956,7 @@ Date: Wed Aug 12 15:32:18 2009 +0100 directly. clutter/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 6fcf5c1820b29610a05e0f5022d1d6d907716df5 Author: Emmanuele Bassi @@ -14969,7 +14969,7 @@ Date: Wed Aug 12 15:31:16 2009 +0100 header does the right thing. clutter/clutter-json.h.in | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 8c49e227536fabddd2cbf81aa94e1624d30ca312 Author: Emmanuele Bassi @@ -14983,7 +14983,7 @@ Date: Wed Aug 12 10:30:11 2009 +0100 good idea. clutter/clutter-script-parser.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 13e055a351f83c56b895b131566a6e842d24ed2a Author: zhou jiangwei @@ -14998,7 +14998,7 @@ Date: Tue Aug 11 14:18:37 2009 +0100 clutter/eglx/clutter-backend-egl.c | 43 ++++++++++++++++++++++++++++++++++++ clutter/eglx/clutter-backend-egl.h | 1 + - clutter/eglx/clutter-stage-egl.c | 4 +- + clutter/eglx/clutter-stage-egl.c | 4 ++-- 3 files changed, 46 insertions(+), 2 deletions(-) commit 2ab9bef5873ca9d226ddf31fc65b96fe20fa72d5 @@ -15029,7 +15029,7 @@ Date: Tue Aug 11 13:49:12 2009 +0100 wasn't as flexible. clutter/cogl/common/cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f0cb337d920c46cb7ca45d80ade69057d0408ff5 Author: Emmanuele Bassi @@ -15038,7 +15038,7 @@ Date: Tue Aug 11 13:27:25 2009 +0100 [build] Fix LDADD -> LIBADD usage clutter/osx/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dfc32b60c4b1b0b83fbf70d7e02b58cbc919326a Author: Emmanuele Bassi @@ -15056,7 +15056,7 @@ Date: Tue Aug 11 13:11:34 2009 +0100 Thanks to: Christian Hergert clutter/osx/Makefile.am | 30 ++++++++++++++---------------- - 1 files changed, 14 insertions(+), 16 deletions(-) + 1 file changed, 14 insertions(+), 16 deletions(-) commit d0748b3b9b34bf77ed3b813e3872cac64d6a6c35 Merge: d263e7a df572d0 @@ -15087,7 +15087,7 @@ Date: Mon Aug 10 17:19:04 2009 +0100 $includedir/clutter-1./clutter clutter/json/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 19a53054fde3ccfac365452618e4524e3f3c7efc Author: Emmanuele Bassi @@ -15096,7 +15096,7 @@ Date: Fri Aug 7 15:27:25 2009 +0100 Bump to 1.1.1 after branching 1.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 420ed353b53bd624331bd249d7df98d14714b504 Author: Emmanuele Bassi @@ -15116,7 +15116,7 @@ Date: Fri Aug 7 08:18:17 2009 +0100 call is effectively setting the StageX11 Window for the first time. clutter/x11/clutter-stage-x11.c | 20 +++++++++++++++----- - 1 files changed, 15 insertions(+), 5 deletions(-) + 1 file changed, 15 insertions(+), 5 deletions(-) commit 335fb07ab02bc719c04bf2de115a88216f1321f7 Author: Emmanuele Bassi @@ -15129,7 +15129,7 @@ Date: Wed Aug 5 17:46:18 2009 +0100 Thanks to: Neil Patel clutter/clutter-actor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 1434d7213487ad42626fcc4b1da180fe98192ef1 Author: Neil Roberts @@ -15140,7 +15140,7 @@ Date: Wed Aug 5 15:51:49 2009 +0100 Bug reported by Rob Bradford. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b190448ed460ae466cd6d1c7c34e47d4386fe4c4 Author: Emmanuele Bassi @@ -15157,7 +15157,7 @@ Date: Tue Aug 4 16:59:15 2009 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1750 clutter/x11/clutter-stage-x11.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 7963254c23f42a43b64ca3f2401499b456d677ce Author: Emmanuele Bassi @@ -15166,7 +15166,7 @@ Date: Tue Aug 4 11:39:09 2009 +0100 [docs] Close a tag doc/reference/clutter/building-clutter.xml | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 79288b46ed60efe4cf3f970ef7f1cce17685cd84 Author: Emmanuele Bassi @@ -15175,7 +15175,7 @@ Date: Tue Aug 4 11:38:48 2009 +0100 [docs] Fix a missing parameter clutter/cogl/cogl-vertex-buffer.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9cda8d130f7097d8ca43ffb0e50206ab72d1892d Author: Emmanuele Bassi @@ -15188,7 +15188,7 @@ Date: Tue Aug 4 11:11:59 2009 +0100 we are trying to map an unparented actor - e.g. through a Clone. clutter/clutter-actor.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit f8a964b422c195219c59a3b21d9bb3125ce215dd Author: Emmanuele Bassi @@ -15201,7 +15201,7 @@ Date: Tue Aug 4 11:10:55 2009 +0100 clutter/cogl/cogl-vertex-buffer.h | 14 ++++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit c9f57452e60c89c0b046def2f1787773545244df Author: Robert Bragg @@ -15212,7 +15212,7 @@ Date: Mon Aug 3 15:03:19 2009 +0100 This file doesn't exist in the repo and isn't referenced by any unit tests. tests/interactive/Makefile.am | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 71c4fa0f73ec9a101a4dcb07a0d782e075185d4b Author: Robert Bragg @@ -15225,7 +15225,7 @@ Date: Mon Aug 3 14:53:46 2009 +0100 tarballs. tests/interactive/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c9c87543e8f827ee4c3510cd0025e8653d3309b1 Author: Damien Lespiau @@ -15240,7 +15240,7 @@ Date: Mon Aug 3 14:11:33 2009 +0100 CLUTTER_NOTE () should always be a statement clutter/clutter-debug.h | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit cd35f3b384b645d171de49eee555363d4b2acc94 Author: Damien Lespiau @@ -15253,7 +15253,7 @@ Date: Mon Aug 3 13:58:52 2009 +0100 a less optmised CLUTTER_NOTE () than one could have dreamed of. clutter/clutter-debug.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 94b35a4a5ee4fa86d837b2deb06fe849a2a68977 Author: Damien Lespiau @@ -15283,7 +15283,7 @@ Date: Mon Aug 3 13:58:21 2009 +0100 [gitignore] Ignore new test-color-hls-roundtrip test tests/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b2ab2b953548bb9af41789e2465dfa9a588c9b2d Author: Emmanuele Bassi @@ -15297,7 +15297,7 @@ Date: Sun Aug 2 18:34:17 2009 +0100 the latter, and thus the function is completely useless. clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ae2a861a0b042e36393e5eb76ecb17759a933892 Author: Emmanuele Bassi @@ -15309,7 +15309,7 @@ Date: Fri Jul 31 10:29:33 2009 +0100 XMapWindow(). clutter/x11/clutter-stage-x11.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit abdcf4debbedd9f924da4db9403ecbc9a030cb20 Author: Joshua Lock @@ -15322,8 +15322,8 @@ Date: Fri Jul 31 10:16:56 2009 +0100 Signed-off-by: Emmanuele Bassi - doc/reference/clutter/building-clutter.xml | 41 +++++++++++++++------------ - 1 files changed, 23 insertions(+), 18 deletions(-) + doc/reference/clutter/building-clutter.xml | 41 ++++++++++++++++------------ + 1 file changed, 23 insertions(+), 18 deletions(-) commit b3842a6b62979d264b7d7057e4125602e644ccad Author: Neil Roberts @@ -15337,8 +15337,8 @@ Date: Wed Jul 29 19:06:36 2009 +0100 1. http://www.busydoingnothing.co.uk/blog/2008/07/13#ClutterWin32 - build/mingw/README | 133 +++++++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 127 insertions(+), 6 deletions(-) + build/mingw/README | 133 +++++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 127 insertions(+), 6 deletions(-) commit 8ad446f3e9903d2339536db4febef1cbc77db643 Author: Neil Roberts @@ -15350,7 +15350,7 @@ Date: Wed Jul 29 18:13:19 2009 +0100 source and build it but it was using the old svn repo instead of git. build/mingw/mingw-cross-compile.sh | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d796d3c88c3d3044d1c1bf54c320504f4e5886eb Author: Neil Roberts @@ -15362,7 +15362,7 @@ Date: Wed Jul 29 17:59:54 2009 +0100 cross compile but it works just as well under MSYS. build/mingw/mingw-cross-compile.sh | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 1e14d3041dc2f68d18dcd3e03d34e8d0fa7a05f4 Author: Neil Roberts @@ -15374,7 +15374,7 @@ Date: Wed Jul 29 17:58:02 2009 +0100 versions. build/mingw/mingw-cross-compile.sh | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit a3c323c52c42785f93641e3603a5426bbb371876 Author: Emmanuele Bassi @@ -15385,7 +15385,7 @@ Date: Wed Jul 29 17:22:18 2009 +0100 The mingw README file still mentions Clutter-Cairo as a known issue. build/mingw/README | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 0ec6793738085308206e028d1136cb4cd4274f11 Author: Emmanuele Bassi @@ -15397,7 +15397,7 @@ Date: Wed Jul 29 17:21:13 2009 +0100 in checking it out -- from Subversion, even. build/mingw/mingw-cross-compile.sh | 23 ----------------------- - 1 files changed, 0 insertions(+), 23 deletions(-) + 1 file changed, 23 deletions(-) commit fba1045bcb46da4ed04bd789b7650e985915243b Author: Emmanuele Bassi @@ -15406,7 +15406,7 @@ Date: Tue Jul 28 18:39:24 2009 +0100 Post-release bump to 1.0.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit df572d089c0811ecbc5e41d1c68d39fae47040e9 Author: Emmanuele Bassi @@ -15419,7 +15419,7 @@ Date: Mon Jun 29 16:33:36 2009 +0100 the code simpler to understand. clutter/clutter-script.c | 39 ++++++++++----------------------------- - 1 files changed, 10 insertions(+), 29 deletions(-) + 1 file changed, 10 insertions(+), 29 deletions(-) commit 354fa437cdc4b67ca6c2452756a261222109b289 Author: Emmanuele Bassi diff --git a/ChangeLog.pre-1.4 b/ChangeLog.pre-1.4 index 4fad662..c4a513d 100644 --- a/ChangeLog.pre-1.4 +++ b/ChangeLog.pre-1.4 @@ -18,8 +18,8 @@ Date: Fri Sep 24 14:48:53 2010 +0100 Signed-off-by: Emmanuele Bassi - doc/cookbook/examples/animations-moving-animator.c | 24 +------------------ - 1 files changed, 2 insertions(+), 22 deletions(-) + doc/cookbook/examples/animations-moving-animator.c | 24 ++------------------ + 1 file changed, 2 insertions(+), 22 deletions(-) commit 4640dad6afdce4469b64cef3fea9a426afcb0ce8 Author: Øyvind Kolås @@ -35,7 +35,7 @@ Date: Fri Sep 24 13:28:08 2010 +0100 Fixes bug #2335 clutter/clutter-animator.c | 23 +++++++---------------- - 1 files changed, 7 insertions(+), 16 deletions(-) + 1 file changed, 7 insertions(+), 16 deletions(-) commit f834b8b138f1f405a7afa7e56560e4014f8bb990 Author: Robert Bragg @@ -65,7 +65,7 @@ Date: Thu Sep 23 22:18:42 2010 +0100 http://bugzilla-attachments.gnome.org/attachment.cgi?id=170907 clutter/cogl/cogl/cogl-material.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit ffd5c32209bc6784c554134dd8c61536191c1e29 Author: Jammy Zhou @@ -80,7 +80,7 @@ Date: Tue Sep 21 11:37:52 2010 +0800 Signed-off-by: Robert Bragg clutter/cogl/cogl/cogl-framebuffer.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4533edeef03b452aa79671fd6f80e659b2f09fa9 Author: Emmanuele Bassi @@ -92,7 +92,7 @@ Date: Thu Sep 23 17:03:17 2010 +0100 it would be nice to have a recipe about it in the Actor section. doc/cookbook/animations.xml | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit ce0bd4e26cd1cff6a9f446b1c54a440751d15fe7 Author: Elliot Smith @@ -116,7 +116,7 @@ Date: Thu Sep 23 16:18:29 2010 +0100 doc/cookbook/animations.xml | 474 +++++++++++++++++++++ doc/cookbook/videos/animations-moving-anchors.ogv | Bin 0 -> 18806 bytes doc/cookbook/videos/animations-moving-depth.ogv | Bin 0 -> 23536 bytes - 4 files changed, 476 insertions(+), 0 deletions(-) + 4 files changed, 476 insertions(+) commit b8d36a364f6db8cb75eaacf27e7e6c109f4f336e Author: Elliot Smith @@ -127,7 +127,7 @@ Date: Thu Sep 23 11:19:00 2010 +0100 Fixed indentation on some mark-up in an unrelated recipe. doc/cookbook/animations.xml | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 6307876552c95389c7c41acfa5483dd669d620eb Author: Elliot Smith @@ -141,7 +141,7 @@ Date: Wed Sep 22 16:58:08 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-moving-animator.c | 145 ++++++++++++++++++++ - 2 files changed, 147 insertions(+), 0 deletions(-) + 2 files changed, 147 insertions(+) commit f1b2f1e8c55816753362cd038da18e0e572d9978 Author: Elliot Smith @@ -156,7 +156,7 @@ Date: Tue Sep 21 17:45:03 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-moving-state.c | 98 +++++++++++++++++++++++ - 2 files changed, 100 insertions(+), 0 deletions(-) + 2 files changed, 100 insertions(+) commit 5bca30300e21338ff8118f41e9f9e449625bc96a Author: Elliot Smith @@ -170,7 +170,7 @@ Date: Tue Sep 21 17:44:00 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-moving-implicit.c | 93 ++++++++++++++++++++ - 2 files changed, 95 insertions(+), 0 deletions(-) + 2 files changed, 95 insertions(+) commit 884ead03e1232b1f35c70098869cf9802f8ef836 Author: Emmanuele Bassi @@ -198,7 +198,7 @@ Date: Thu Sep 23 16:03:06 2010 +0100 _clutter_stage_set_pick_buffer_valid which could cause a crash. clutter/clutter-actor.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 37d0dbe6b2da3f7747780f638ac39c3f9c0e3818 Author: Robert Bragg @@ -225,7 +225,7 @@ Date: Wed Aug 25 22:31:30 2010 +0100 library" it is now summarised as "modern 3D graphics API". doc/reference/cogl/cogl-docs.xml.in | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 2bc739ab445264b01700bada43755e6ab27d0aec Author: Robert Bragg @@ -238,7 +238,7 @@ Date: Wed Aug 25 20:36:20 2010 +0100 section of the API reference. doc/reference/cogl/cogl-docs.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a89b8f430449ea02467aa6d11bd501841ef22756 Author: Robert Bragg @@ -279,8 +279,8 @@ Date: Thu Sep 23 15:15:37 2010 +0100 row column - clutter/clutter-table-layout.c | 100 ++++++++++++++++---------------- - clutter/clutter-table-layout.h | 8 +- + clutter/clutter-table-layout.c | 100 ++++++++++++++++----------------- + clutter/clutter-table-layout.h | 8 +-- tests/interactive/test-table-layout.c | 22 ++++---- 3 files changed, 65 insertions(+), 65 deletions(-) @@ -291,7 +291,7 @@ Date: Thu Sep 23 13:36:56 2010 +0100 docs: Mention Uncrustify in the coding style document doc/CODING_STYLE | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 5335689340c2748842999b40a43563f1f3be9fad Author: Emmanuele Bassi @@ -300,7 +300,7 @@ Date: Thu Sep 23 13:36:41 2010 +0100 Update the uncrustify configuration build/clutter-uncrustify.cfg | 18 +++++++++++++++--- - 1 files changed, 15 insertions(+), 3 deletions(-) + 1 file changed, 15 insertions(+), 3 deletions(-) commit 46357db3898eb28bb07faffb5ea8a0b8841fcaec Author: Emmanuele Bassi @@ -314,7 +314,7 @@ Date: Thu Sep 23 13:00:06 2010 +0100 Uncrustify is not perfect - but at least it's a start. build/clutter-uncrustify.cfg | 117 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 117 insertions(+), 0 deletions(-) + 1 file changed, 117 insertions(+) commit 56929942a81a99105cd11dc4fa5afffcca26429e Author: Robert Bragg @@ -333,9 +333,9 @@ Date: Sat Sep 11 00:29:05 2010 +0100 This patch moves the state tracking to ClutterStage. - clutter/clutter-actor.c | 17 ++++----------- - clutter/clutter-main.c | 16 +++++--------- - clutter/clutter-private.h | 9 +++++-- + clutter/clutter-actor.c | 17 +++++------------ + clutter/clutter-main.c | 16 ++++++---------- + clutter/clutter-private.h | 9 ++++++--- clutter/clutter-stage.c | 46 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 25 deletions(-) @@ -351,9 +351,9 @@ Date: Thu Sep 23 11:35:42 2010 +0100 test-texture-pick-with-alpha + the commit message refers to a change on the wip/paint-box branch that hasn't happened yet. - clutter/clutter-actor.c | 12 +++++++++++ - clutter/clutter-main.c | 16 +++++++++----- - clutter/clutter-private.h | 10 ++------ + clutter/clutter-actor.c | 12 ++++++++++++ + clutter/clutter-main.c | 16 ++++++++++------ + clutter/clutter-private.h | 10 +++------- clutter/clutter-stage.c | 46 --------------------------------------------- 4 files changed, 25 insertions(+), 59 deletions(-) @@ -386,9 +386,9 @@ Date: Sat Sep 11 00:29:05 2010 +0100 Signed-off-by: Emmanuele Bassi - clutter/clutter-actor.c | 12 ----------- - clutter/clutter-main.c | 16 +++++--------- - clutter/clutter-private.h | 10 ++++++-- + clutter/clutter-actor.c | 12 ------------ + clutter/clutter-main.c | 16 ++++++---------- + clutter/clutter-private.h | 10 +++++++--- clutter/clutter-stage.c | 46 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 25 deletions(-) @@ -399,7 +399,7 @@ Date: Wed Sep 22 12:46:47 2010 +0100 box-layout: Small cleanups clutter/clutter-box-layout.c | 23 ++++++++++++----------- - 1 files changed, 12 insertions(+), 11 deletions(-) + 1 file changed, 12 insertions(+), 11 deletions(-) commit acc7d48e47b275c9320cc4b5817aec8eb0fe1e25 Author: Emmanuele Bassi @@ -414,7 +414,7 @@ Date: Wed Sep 22 10:07:42 2010 +0100 • interface definition doc/CODING_STYLE | 187 +++++++++++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 164 insertions(+), 23 deletions(-) + 1 file changed, 164 insertions(+), 23 deletions(-) commit bcd4385a0e1fe34f0be6cac906ff32ab42c43d3c Author: Neil Roberts @@ -454,7 +454,7 @@ Date: Tue Sep 21 13:17:51 2010 +0100 Since the latter requires the former. clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 66ba609f3b704b0950e4bd2b94b0ec9c485dc0b5 Author: Emmanuele Bassi @@ -469,7 +469,7 @@ Date: Tue Sep 21 13:15:56 2010 +0100 README | 4 ++++ configure.ac | 2 +- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 4037f76a3e7aba3acac710e0bc73ba31a9dfcfc2 Author: Emmanuele Bassi @@ -478,7 +478,7 @@ Date: Tue Sep 21 12:02:41 2010 +0100 build: Update the remote publish path for the cookbook doc/cookbook/Makefile.am | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 8f4d61e663770d6a24b75d77418a145eba7c104f Author: Neil Roberts @@ -499,7 +499,7 @@ Date: Mon Sep 20 12:04:51 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2328 clutter/clutter-box-layout.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 699e8bbed28687dd91aba6b0518d43f815cae456 Merge: af42cdb e92b186 @@ -521,7 +521,7 @@ Date: Mon Sep 20 14:31:53 2010 +0100 docs: Description fixes for State.set_animator() clutter/clutter-state.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 695839c6f3527e3838bf104d26d3ff32b85aff3f Author: Bastian Winkler @@ -535,7 +535,7 @@ Date: Fri Sep 17 13:21:03 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2325 clutter/clutter-state.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 172fc6bfedeefcb337ccefbf38b427c5be2591cd Author: Bastian Winkler @@ -549,7 +549,7 @@ Date: Wed Sep 15 15:59:39 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2325 clutter/clutter-state.c | 30 +++++++++++++++++------------- - 1 files changed, 17 insertions(+), 13 deletions(-) + 1 file changed, 17 insertions(+), 13 deletions(-) commit 2d41d5afcb6e69d45ac5ca9575aa96f943484abf Author: Bastian Winkler @@ -563,7 +563,7 @@ Date: Wed Sep 15 14:46:19 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2325 clutter/clutter-state.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9399760030325f513e640a781b6139372a8cca5a Author: Dominique Leuenberger @@ -576,7 +576,7 @@ Date: Mon Sep 20 14:13:49 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit ce174654bf7d743ec2eb18b92c72ab64c9ed7a10 Author: Emmanuele Bassi @@ -584,8 +584,8 @@ Date: Mon Sep 20 13:15:44 2010 +0100 docs: API reference fixes - clutter/clutter-timeout-pool.h | 4 ++ - clutter/cogl/cogl/cogl-path.h | 2 + + clutter/clutter-timeout-pool.h | 4 +++ + clutter/cogl/cogl/cogl-path.h | 2 ++ clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.h | 18 ++++++---- doc/reference/cally/cally-sections.txt | 36 ++++++++++---------- doc/reference/clutter/clutter-sections.txt | 4 +-- @@ -598,7 +598,7 @@ Date: Mon Sep 20 11:30:23 2010 +0100 build: Remove unnecessary newline autogen.sh | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e3e08c0eaf69db51cd901cd16e80bcb41903ef81 Author: Frederik Hahne @@ -607,7 +607,7 @@ Date: Mon Sep 20 11:23:31 2010 +0100 po: Update German translation po/de.po | 39 +++++++++++++-------------------------- - 1 files changed, 13 insertions(+), 26 deletions(-) + 1 file changed, 13 insertions(+), 26 deletions(-) commit 7fe0df393b905319a261258c68019c4edc29bcea Author: Emmanuele Bassi @@ -622,7 +622,7 @@ Date: Sat Sep 18 08:41:52 2010 +0100 wrong: at least, we'll have a backtrace. clutter/clutter-texture.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 66104f51123538a57b9aa077569a8e68d9438e9b Author: Neil Roberts @@ -635,7 +635,7 @@ Date: Fri Sep 17 17:10:39 2010 +0100 gtk-doc to also have the wrong order. clutter/clutter-table-layout.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 760fa8efd6817ec9c3a1ef5800eb9c64c0f1baf6 Author: Neil Roberts @@ -649,7 +649,7 @@ Date: Fri Sep 17 17:18:09 2010 +0100 defined. clutter/cogl/cogl/cogl-object-private.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e92b18671905f5690320883cc4854dd76dc17d15 Author: Elliot Smith @@ -677,7 +677,7 @@ Date: Thu Sep 16 15:55:21 2010 +0100 doc/cookbook/Makefile.am | 1 + .../images/layouts-bind-constraint-stage.png | Bin 0 -> 11084 bytes doc/cookbook/layouts.xml | 220 ++++++++++++++++++++ - 3 files changed, 221 insertions(+), 0 deletions(-) + 3 files changed, 221 insertions(+) commit c3cbf1533fdb6174894f38d5956802ce46df4238 Author: Elliot Smith @@ -692,7 +692,7 @@ Date: Thu Sep 16 13:42:09 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/layouts-bind-constraint-allocation.c | 70 ++++++++++++++++++++ - 2 files changed, 72 insertions(+), 0 deletions(-) + 2 files changed, 72 insertions(+) commit 8a149521cef9f2693d0c32e3cc4bf85a62dee026 Author: Elliot Smith @@ -707,7 +707,7 @@ Date: Wed Sep 15 16:05:15 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/layouts-bind-constraint-stage.c | 55 ++++++++++++++++++++ - 2 files changed, 57 insertions(+), 0 deletions(-) + 2 files changed, 57 insertions(+) commit a0f63a3153c023f6a3299b95c0e7259d1eba013d Author: Elliot Smith @@ -726,7 +726,7 @@ Date: Wed Sep 15 15:50:32 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/layouts-bind-constraint-overlay.c | 135 ++++++++++++++++++++ - 2 files changed, 137 insertions(+), 0 deletions(-) + 2 files changed, 137 insertions(+) commit 68da998c9bc81fa7f2f163032e19640aae9100e7 Author: Emmanuele Bassi @@ -749,7 +749,7 @@ Date: Fri Sep 17 12:43:23 2010 +0100 with the given allocation size. clutter/clutter-flow-layout.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit cdff2a9e7a5c44f214978b6a3d6b0cce33b4e5f5 Author: Emmanuele Bassi @@ -794,7 +794,7 @@ Date: Fri Sep 17 12:08:52 2010 +0100 test-bind: Fix colors and set the name of the boxes tests/interactive/test-bind.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 8ca47e3b20f17545e6fcc89e0940d485158308ef Author: Emmanuele Bassi @@ -805,7 +805,7 @@ Date: Fri Sep 17 11:40:10 2010 +0100 When calling test-conformance to get the list of conformance tests. tests/conform/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5529619254aac0f33dc5ee0646b920a63f7b46bb Author: Emmanuele Bassi @@ -818,7 +818,7 @@ Date: Fri Sep 17 11:39:20 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2318 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d1b4495f7f1694c8b1a671a489d82e124f45c822 Author: Robert Bragg @@ -834,7 +834,7 @@ Date: Thu Sep 16 12:58:42 2010 +0100 _clutter_actor_apply_modelview_transform for the stage instead. clutter/clutter-offscreen-effect.c | 64 +++++++++++++----------------------- - 1 files changed, 23 insertions(+), 41 deletions(-) + 1 file changed, 23 insertions(+), 41 deletions(-) commit f0ab8edac0e3e5a5792f48588ab9d24774ff7e72 Author: Neil Roberts @@ -849,7 +849,7 @@ Date: Thu Sep 16 11:12:51 2010 +0100 the gtk2 module to force it to checkout into the gtk2 directory. build/clutter.modules | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8a09e91ef84e483d9fd8dd93cd04d11da241925d Author: Emmanuele Bassi @@ -858,7 +858,7 @@ Date: Wed Sep 15 16:46:06 2010 +0100 Post-release version bump to 1.3.15 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b776f6b4fbe05b493d0b36619c95ece5443c443b Author: Emmanuele Bassi @@ -866,7 +866,7 @@ Date: Wed Sep 15 16:12:39 2010 +0100 Release Clutter 1.3.14 (developers snapshot) - NEWS | 24 +++- + NEWS | 24 ++- configure.ac | 2 +- po/clutter-1.0.pot | 470 ++++++++++++++++++++++++------------------------ po/de.po | 501 +++++++++++++++++++++++++++------------------------- @@ -882,7 +882,7 @@ Date: Wed Sep 15 15:56:42 2010 +0100 build: Add cogl-debug-options.h clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7d2706e8ba09444572d9dcd122b466ff020849f9 Author: Emmanuele Bassi @@ -891,7 +891,7 @@ Date: Wed Sep 15 15:35:05 2010 +0100 docs: Fix the name of the parameters clutter/clutter-drag-action.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 73385414524fe03771d135cc3bd94a37b35def4b Author: Neil Roberts @@ -931,7 +931,7 @@ Date: Wed Sep 15 14:07:30 2010 +0100 COGL_MATERIAL_FLUSH_FALLBACK_MASK if fallback_layers != 0. clutter/cogl/cogl/cogl-vertex-buffer.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 8cfb158f63a1e1f4af614e17b0198850ff3bdbce Author: Robert Bragg @@ -947,7 +947,7 @@ Date: Tue Sep 14 20:25:23 2010 +0100 combine constants. clutter/cogl/cogl/cogl-material-arbfp.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit d87522596d5c2c1001716d6806684e1fa8580109 Author: Robert Bragg @@ -977,7 +977,7 @@ Date: Tue Sep 14 18:50:50 2010 +0100 fallback to searching for shareable state using central hash tables. clutter/cogl/cogl/cogl-material-arbfp.c | 600 +++++++++++++------------------ - 1 files changed, 256 insertions(+), 344 deletions(-) + 1 file changed, 256 insertions(+), 344 deletions(-) commit f6dc3ddcbaf919e1ddcc218b6a1b7b570f4ff829 Author: Robert Bragg @@ -996,8 +996,8 @@ Date: Mon Jul 5 21:33:26 2010 +0100 pointing directly to internal state. clutter/cogl/cogl/cogl-material-arbfp.c | 12 ++-- - clutter/cogl/cogl/cogl-material-opengl.c | 18 +++--- - clutter/cogl/cogl/cogl-material-private.h | 10 ++-- + clutter/cogl/cogl/cogl-material-opengl.c | 18 ++--- + clutter/cogl/cogl/cogl-material-private.h | 10 +-- clutter/cogl/cogl/cogl-material.c | 108 ++++++++++++++++++++--------- clutter/cogl/cogl/cogl-material.h | 33 +++++++++ 5 files changed, 129 insertions(+), 52 deletions(-) @@ -1035,8 +1035,8 @@ Date: Tue Sep 14 00:33:46 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2280 - clutter/cogl/cogl/cogl-material-arbfp.c | 68 ++++++++++++++++++++---------- - 1 files changed, 45 insertions(+), 23 deletions(-) + clutter/cogl/cogl/cogl-material-arbfp.c | 68 ++++++++++++++++++++----------- + 1 file changed, 45 insertions(+), 23 deletions(-) commit 2815cf471972cefded669bd4596d46f91178a049 Author: Robert Bragg @@ -1049,7 +1049,7 @@ Date: Tue Sep 14 00:27:57 2010 +0100 code generation for applications modifying the texture for a layer. clutter/cogl/cogl/cogl-material-arbfp.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 3adeef6604966e4b61a6058eb6ae00629cfcf7c9 Author: Robert Bragg @@ -1073,7 +1073,7 @@ Date: Tue Sep 14 00:18:02 2010 +0100 clutter/cogl/cogl/cogl-material-arbfp.c | 7 +++++++ clutter/cogl/cogl/cogl-material.c | 22 +++++++++++++++++++++- - 2 files changed, 28 insertions(+), 1 deletions(-) + 2 files changed, 28 insertions(+), 1 deletion(-) commit 16e9794318b9fe13126b0b19c77a54c4714262a2 Author: Robert Bragg @@ -1086,7 +1086,7 @@ Date: Mon Sep 13 23:52:18 2010 +0100 extensive code documentation to try and make it a bit more approachable. clutter/cogl/cogl/cogl-material-arbfp.c | 175 +++++++++++++++++++++++++------ - 1 files changed, 143 insertions(+), 32 deletions(-) + 1 file changed, 143 insertions(+), 32 deletions(-) commit a114843f744cacc43a4bed4a7186f1746673f01a Author: Robert Bragg @@ -1121,7 +1121,7 @@ Date: Mon Sep 13 22:56:44 2010 +0100 *know* the cache has already been checked. clutter/cogl/cogl/cogl-material-arbfp.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit ed1123a06b6afe3d98342f2550cb6f5cd248a578 Author: Robert Bragg @@ -1136,8 +1136,8 @@ Date: Mon Sep 13 21:26:31 2010 +0100 of state changes in the backends because they can assume that layer and material changes are mutually exclusive. - clutter/cogl/cogl/cogl-material.c | 52 ++++++++++++++++++++---------------- - 1 files changed, 29 insertions(+), 23 deletions(-) + clutter/cogl/cogl/cogl-material.c | 52 +++++++++++++++++++++---------------- + 1 file changed, 29 insertions(+), 23 deletions(-) commit 53acf4d1b0ad372205c1b8f1dcecfef2777d13d5 Author: Robert Bragg @@ -1152,7 +1152,7 @@ Date: Mon Sep 13 21:21:09 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 5 +++++ clutter/cogl/cogl/cogl-material.c | 26 ++++++++++++++++++++++++++ - 2 files changed, 31 insertions(+), 0 deletions(-) + 2 files changed, 31 insertions(+) commit 7f95015c6d0f7e1652b88d8e534cee323eb408f4 Author: Robert Bragg @@ -1166,8 +1166,8 @@ Date: Mon Sep 13 21:17:30 2010 +0100 thing that has been moved into this is the sampled boolean to know when a particular texture unit gets sampled from in the generated arbfp code. - clutter/cogl/cogl/cogl-material-arbfp.c | 36 +++++++++++++++++++++++------- - 1 files changed, 27 insertions(+), 9 deletions(-) + clutter/cogl/cogl/cogl-material-arbfp.c | 36 +++++++++++++++++++++++-------- + 1 file changed, 27 insertions(+), 9 deletions(-) commit 98516061c328fd4306b2059cd6bc7d443d4900a3 Author: Emmanuele Bassi @@ -1188,7 +1188,7 @@ Date: Wed Sep 15 11:56:59 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2238 clutter/cogl/cogl/cogl-buffer.h | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit d45c1671d12ad056362e7fb39a0ca8ca9a981660 Author: Robert Bragg @@ -1201,7 +1201,7 @@ Date: Wed Sep 1 15:15:20 2010 +0100 reporting this bug. clutter/cogl/cogl/cogl-framebuffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 88023d438d3124792ba58ad624ba537b27568528 Author: Robert Bragg @@ -1228,7 +1228,7 @@ Date: Mon Jul 26 15:21:18 2010 +0100 This adds more timing around key stages of the journal flushing process. clutter/cogl/cogl/cogl-journal.c | 39 ++++++++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-material.c | 40 +++++++++++++++++++++++++----------- + clutter/cogl/cogl/cogl-material.c | 40 ++++++++++++++++++++++++++----------- 2 files changed, 67 insertions(+), 12 deletions(-) commit fb7bf9ce0231ee4f54675ebe71b01b5e4bf98bc5 @@ -1267,11 +1267,11 @@ Date: Mon Jun 21 15:36:46 2010 +0100 git://github.com/rib/UProf.git README | 2 +- - clutter/clutter-debug.h | 65 ++++--- - clutter/clutter-main.c | 45 +++- + clutter/clutter-debug.h | 65 +++--- + clutter/clutter-main.c | 45 ++++- clutter/clutter-profile.c | 345 ++++++++++++++++++++------------ clutter/clutter-profile.h | 8 + - clutter/cogl/cogl/cogl-debug-options.h | 145 +++++++++++++ + clutter/cogl/cogl/cogl-debug-options.h | 145 ++++++++++++++ clutter/cogl/cogl/cogl-debug.c | 37 +--- clutter/cogl/cogl/cogl-debug.h | 18 +- clutter/cogl/cogl/cogl-profile.c | 48 +++++ @@ -1294,7 +1294,7 @@ Date: Mon Sep 6 17:18:11 2010 +0100 renderbuffers of the new fbo. clutter/cogl/cogl/cogl-framebuffer.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 570fa3f0442d528af8aa50114fc79085c541b661 Author: Robert Bragg @@ -1313,7 +1313,7 @@ Date: Sat Sep 11 02:31:03 2010 +0100 the volume into its parent's coordinate space. clutter/clutter-clone.c | 46 ++++++++++++++++++++++++++++++---------------- - 1 files changed, 30 insertions(+), 16 deletions(-) + 1 file changed, 30 insertions(+), 16 deletions(-) commit ad398d583b7b5e2b3e3a0c00eda6b5eb358121d9 Author: Robert Bragg @@ -1327,7 +1327,7 @@ Date: Wed Sep 8 01:41:01 2010 +0100 unclipped stage redraw being reduced to a clipped redraw. clutter/glx/clutter-stage-glx.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 8d2a3d608869ef09aff42db7bc537ae927f8d1c1 Author: Robert Bragg @@ -1342,7 +1342,7 @@ Date: Tue Sep 7 22:02:23 2010 +0100 child that it has already unparented. clutter/clutter-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit ff4c24f0a498e2922b20160482fa2c60ca8d9c40 Author: Robert Bragg @@ -1369,7 +1369,7 @@ Date: Mon Aug 16 16:02:53 2010 +0100 to round down the left side. clutter/clutter-actor.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit f5f066df9ce7f7de19015371cf8399534661b959 Author: Robert Bragg @@ -1400,7 +1400,7 @@ Date: Tue Sep 7 13:10:55 2010 +0100 clutter/clutter-actor.c | 752 +++++++++++------------------------ clutter/clutter-backend.c | 22 +- clutter/clutter-main.c | 28 -- - clutter/clutter-private.h | 42 ++- + clutter/clutter-private.h | 42 +- clutter/clutter-stage.c | 288 +++++++++++++- clutter/clutter-texture.c | 18 +- clutter/osx/clutter-stage-osx.c | 7 - @@ -1475,7 +1475,7 @@ Date: Mon Sep 13 14:29:37 2010 +0100 doc/cookbook/Makefile.am | 1 + doc/cookbook/animations.xml | 378 ++++++++++++++++++++++++++++++ doc/cookbook/videos/animations-reuse.ogv | Bin 0 -> 60837 bytes - 3 files changed, 379 insertions(+), 0 deletions(-) + 3 files changed, 379 insertions(+) commit 6548bee56ca8401d2e9d31e33bf4fcd5a65b92f5 Author: Elliot Smith @@ -1488,7 +1488,7 @@ Date: Mon Sep 13 10:28:16 2010 +0100 recipe. doc/cookbook/animations.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 82ab00930b63d3860f96ac99da9cdc8128de1aee Author: Elliot Smith @@ -1504,9 +1504,9 @@ Date: Thu Sep 9 12:02:02 2010 +0100 some more comments, to further simplify and support the recipe. - .../examples/animations-reuse-animation.json | 36 ++++--------------- + .../examples/animations-reuse-animation.json | 36 +++++-------------- doc/cookbook/examples/animations-reuse-ui.json | 37 +++++++++++++++++--- - doc/cookbook/examples/animations-reuse.c | 20 ++++++++-- + doc/cookbook/examples/animations-reuse.c | 20 ++++++++--- 3 files changed, 56 insertions(+), 37 deletions(-) commit d7a3e35f46593e04cf8cfe5eca18e3b2c06ff35b @@ -1522,7 +1522,7 @@ Date: Wed Sep 1 11:18:15 2010 +0100 been destroyed. .../examples/animations-reuse-animation.json | 1 - - doc/cookbook/examples/animations-reuse.c | 30 +++++++++---------- + doc/cookbook/examples/animations-reuse.c | 30 +++++++++----------- 2 files changed, 14 insertions(+), 17 deletions(-) commit d4190cbf8ce8c667110744976c8cdd52ff3ede81 @@ -1558,7 +1558,7 @@ Date: Tue Aug 31 17:42:37 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-reuse.c | 117 +++++++++++++++++++++++++ doc/cookbook/examples/animations-reuse.json | 124 +++++++++++++++++++++++++++ - 3 files changed, 243 insertions(+), 0 deletions(-) + 3 files changed, 243 insertions(+) commit 209bef6f8a4059d8cb7a6b4d3c64d25898f46047 Author: Alejandro Piñeiro @@ -1588,7 +1588,7 @@ Date: Mon Sep 13 11:31:46 2010 +0100 build: Add tesselator to the include paths clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 94e2c7a9495e61640f602e01c3d5adff9338affe Author: Emmanuele Bassi @@ -1615,7 +1615,7 @@ Date: Mon Sep 13 02:01:50 2010 +0100 This avoids trying to run test-conformance -l multiple times. tests/conform/Makefile.am | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit c03458a86175075bf7a46d8e58f7e3db5bd74f76 Author: Emmanuele Bassi @@ -1655,7 +1655,7 @@ Date: Fri Sep 10 18:21:45 2010 +0100 Instead of the deprecated CLUTTER_* ones. doc/cookbook/events.xml | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit f2669df6b5c1c9c45c0694443f6748399d0a181c Author: Emmanuele Bassi @@ -1666,7 +1666,7 @@ Date: Fri Sep 10 18:21:19 2010 +0100 Make sure we always use the latest API. doc/cookbook/examples/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4ee05f8e21db9d2262befdc9d07f462bbd95446d Author: Emmanuele Bassi @@ -1725,7 +1725,7 @@ Date: Fri Sep 10 17:48:12 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit edb54574fa8ee8aaefd0f7021b7a5310b429f49b Author: Emmanuele Bassi @@ -1741,7 +1741,7 @@ Date: Fri Sep 10 14:27:56 2010 +0100 and the data generated will not be compatible. clutter/Makefile.am | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit d76f64a10cdfbfe44f5cf3f35351ae8f3307d7df Author: Emmanuele Bassi @@ -1761,7 +1761,7 @@ Date: Fri Sep 10 12:24:37 2010 +0100 Update the NEWS NEWS | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 01362effca53d0a3149e3f81f6374b1440cbe2cd Author: Emmanuele Bassi @@ -1775,7 +1775,7 @@ Date: Fri Sep 10 11:42:11 2010 +0100 clutter/clutter-actor.c | 24 ++++++++++++++++++++++++ clutter/clutter-actor.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 27 insertions(+), 0 deletions(-) + 3 files changed, 27 insertions(+) commit 71a4db613569cd08572db517a045224161ba67d7 Author: Emmanuele Bassi @@ -1803,7 +1803,7 @@ Date: Fri Sep 10 11:18:53 2010 +0100 clutter/clutter-animation.c | 53 ++++++++++++++++++++++++++++ clutter/clutter-animation.h | 1 + doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 55 insertions(+), 0 deletions(-) + 3 files changed, 55 insertions(+) commit 3aa2d00c3bf034b478fcc040056c25ef6f46baa0 Author: Colin Walters @@ -1818,7 +1818,7 @@ Date: Thu Sep 9 23:01:40 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 5f5369990fec5bfc734604761ed4ea49e78e6aa3 Author: Colin Walters @@ -1829,7 +1829,7 @@ Date: Thu Sep 9 13:32:13 2010 -0400 If we're depending on an uninstalled .gir, use --include-uninstalled. clutter/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 72a4fd9250564a75f9cef89a3070d5d0ab5a5c24 Author: Emmanuele Bassi @@ -1838,7 +1838,7 @@ Date: Thu Sep 9 16:45:51 2010 +0100 po: Update Polish localization po/pl.po | 174 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 82 insertions(+), 92 deletions(-) + 1 file changed, 82 insertions(+), 92 deletions(-) commit d86dc377dea38678efa1f8b8e3aa5759f37d01ac Author: Chris Kühl @@ -1874,7 +1874,7 @@ Date: Thu Sep 9 12:15:59 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2297 clutter/cogl/cogl/cogl-vertex-buffer.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 0e325404aa50fcca400d0cb8020a36bcd81f4c37 Author: Emmanuele Bassi @@ -1895,7 +1895,7 @@ Date: Thu Sep 9 11:58:03 2010 +0100 otherwise aclocal will copy the system's gettext.m4 instead of honouring the version we specified with AM_GNU_GETTEXT_VERSION in configure.ac. - autogen.sh | 124 +++++++++++++++++++++++++++++++++++++++++++++++++-------- + autogen.sh | 124 +++++++++++++++++++++++++++++++++++++++++++++++++--------- configure.ac | 2 +- 2 files changed, 107 insertions(+), 19 deletions(-) @@ -1906,7 +1906,7 @@ Date: Thu Sep 9 11:39:56 2010 +0100 po: Update German localization po/de.po | 325 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 166 insertions(+), 159 deletions(-) + 1 file changed, 166 insertions(+), 159 deletions(-) commit bcf20955d32b580195f45bf507a5970003f464cf Author: Robert Bragg @@ -1926,7 +1926,7 @@ Date: Wed Sep 8 23:33:45 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2303 clutter/x11/clutter-x11-texture-pixmap.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 089a20e79d3f542ad74f34d7a318ef19718bdc40 Author: Emmanuele Bassi @@ -1935,7 +1935,7 @@ Date: Wed Sep 8 18:27:12 2010 +0100 build: Add ClutterX11 introspection generation clutter/Makefile.am | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 32ea9702e664db8e0601362d2d1aae6c726f3c63 Author: Emmanuele Bassi @@ -1944,7 +1944,7 @@ Date: Wed Sep 8 17:50:38 2010 +0100 build: Add XML files to the ignore blacklist tests/conform/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f8bd45dbcea77e19a6a7e37edad535f6d3edd7cd Author: Emmanuele Bassi @@ -1956,7 +1956,7 @@ Date: Wed Sep 8 17:39:04 2010 +0100 structure; going through g_object_get() is pointless overhead. clutter/x11/clutter-x11-texture-pixmap.c | 16 +++++++--------- - 1 files changed, 7 insertions(+), 9 deletions(-) + 1 file changed, 7 insertions(+), 9 deletions(-) commit 2cf14055063568038be607bd8f7ce3eea2285475 Author: Owen W. Taylor @@ -1987,8 +1987,8 @@ Date: Wed Sep 8 11:34:58 2010 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2303 - clutter/x11/clutter-x11-texture-pixmap.c | 46 +++++++++++++++-------------- - 1 files changed, 24 insertions(+), 22 deletions(-) + clutter/x11/clutter-x11-texture-pixmap.c | 46 ++++++++++++++++-------------- + 1 file changed, 24 insertions(+), 22 deletions(-) commit ca8db4c2ee16e8c711baa40803c3dcd75ca2f382 Author: Emmanuele Bassi @@ -2069,12 +2069,12 @@ Date: Wed Sep 8 15:15:57 2010 +0100 This is still C, but at least we can get some sort of safety net when using the API correctly. - clutter/clutter-backend.c | 6 ++-- + clutter/clutter-backend.c | 6 ++--- clutter/clutter-backend.h | 10 ++++---- - clutter/clutter-event.c | 48 ++++++++++++++++++------------------ - clutter/clutter-event.h | 48 ++++++++++++++++++------------------ + clutter/clutter-event.c | 48 ++++++++++++++++++------------------- + clutter/clutter-event.h | 48 ++++++++++++++++++------------------- clutter/clutter-private.h | 10 ++++---- - clutter/x11/clutter-backend-x11.c | 6 ++-- + clutter/x11/clutter-backend-x11.c | 6 ++--- 6 files changed, 64 insertions(+), 64 deletions(-) commit 8fb4c7b9a9f58a2137dfe981fac0001d4c64505c @@ -2101,7 +2101,7 @@ Date: Wed Sep 8 14:40:52 2010 +0100 .gitignore | 1 - po/clutter.pot | 1828 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 1828 insertions(+), 1 deletions(-) + 2 files changed, 1828 insertions(+), 1 deletion(-) commit 82bef432ed095b031408d858c00bffc140b21ed1 Author: ElleUca @@ -2110,7 +2110,7 @@ Date: Wed Sep 8 12:44:43 2010 +0100 po: Add italian translation po/it.po | 1837 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 1837 insertions(+), 0 deletions(-) + 1 file changed, 1837 insertions(+) commit 33b0d5ddb5d6b056db8371717d1600ce7572a095 Author: Emmanuele Bassi @@ -2134,7 +2134,7 @@ Date: Wed Sep 8 12:25:02 2010 +0100 Add more /po files to the ignore list .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 94c17dba51d9836c0add5f0b4bbd5b2306bfda8a Author: Emmanuele Bassi @@ -2149,7 +2149,7 @@ Date: Wed Sep 8 12:23:50 2010 +0100 automatically. autogen.sh | 14 ++------------ - 1 files changed, 2 insertions(+), 12 deletions(-) + 1 file changed, 2 insertions(+), 12 deletions(-) commit dfca349bbe8219d03db16cf7bc2d7e39cd4275f2 Author: Emmanuele Bassi @@ -2161,7 +2161,7 @@ Date: Wed Sep 8 12:22:58 2010 +0100 autogenerated from. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dc8c7be7f0680095e6e507f05e01939d161e84e5 Author: Emmanuele Bassi @@ -2170,7 +2170,7 @@ Date: Wed Sep 8 11:56:06 2010 +0100 Ignore more files under /po .gitignore | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 4fedbad24e4ec434236b7b6c7f73421bd59c2130 Author: Emmanuele Bassi @@ -2179,7 +2179,7 @@ Date: Wed Sep 8 11:53:07 2010 +0100 Update ignore files for m4 macros .gitignore | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a9e29e6fbafd073e78e19a74577b0d3d631a2214 Author: Emmanuele Bassi @@ -2188,7 +2188,7 @@ Date: Wed Sep 8 11:50:09 2010 +0100 Add Makevars po/Makevars | 41 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 41 insertions(+), 0 deletions(-) + 1 file changed, 41 insertions(+) commit 98cac30d82299b3739f3801f71b5e2e931eb2e8d Author: Javier Jardón @@ -2217,7 +2217,7 @@ Date: Tue Sep 7 19:56:42 2010 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2301 clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e57539f3bdcb4d6004c3bcc9177706b175c500d Author: Emmanuele Bassi @@ -2226,7 +2226,7 @@ Date: Tue Sep 7 21:10:40 2010 +0100 build: Update introspection.m4 build/autotools/introspection.m4 | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit e678c746daf0ccd740328cae01feb5efa53f012c Author: Emmanuele Bassi @@ -2237,7 +2237,7 @@ Date: Tue Sep 7 16:17:51 2010 +0100 Based on a patch by: Owen W. Taylor configure.ac | 21 ++++++++++----------- - 1 files changed, 10 insertions(+), 11 deletions(-) + 1 file changed, 10 insertions(+), 11 deletions(-) commit 287b3ba542080dd4466060d05ac153dbec8dcde6 Author: Emmanuele Bassi @@ -2246,7 +2246,7 @@ Date: Tue Sep 7 15:23:35 2010 +0100 Makefile.am.enums: Forgot an AM_V_GEN build/autotools/Makefile.am.enums | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 368b24b42054599e36c1e5125f84a2d032fd3377 Author: Emmanuele Bassi @@ -2286,7 +2286,7 @@ Date: Tue Sep 7 14:17:18 2010 +0100 instance). build/autotools/Makefile.am.enums | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1eae9fcd7edd3f8e330cd4be691e62fe759b67ec Author: Henrik Hedberg @@ -2326,7 +2326,7 @@ Date: Mon Sep 6 18:08:44 2010 +0100 texture: Move the material unref() in ::dispose clutter/clutter-texture.c | 28 +++++++++++++++------------- - 1 files changed, 15 insertions(+), 13 deletions(-) + 1 file changed, 15 insertions(+), 13 deletions(-) commit 128e981f6cf6e9a5b32da1b908d83f6c01d384fa Author: Emmanuele Bassi @@ -2338,7 +2338,7 @@ Date: Mon Sep 6 17:50:57 2010 +0100 available. clutter/clutter-texture.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 7e56a98413817479d0501ce8af9fad3e6411104d Author: Emmanuele Bassi @@ -2359,7 +2359,7 @@ Date: Thu Sep 2 14:48:30 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2295 - clutter/clutter-texture.c | 19 ++++++++++- + clutter/clutter-texture.c | 19 ++++++++++-- tests/interactive/Makefile.am | 1 + tests/interactive/test-texture-material.c | 47 +++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 2 deletions(-) @@ -2375,7 +2375,7 @@ Date: Mon Sep 6 18:07:07 2010 +0100 This avoids an assertion failure when disposing a ClutterTexture. clutter/cogl/cogl/cogl-material.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit b4120b81e4a472fff5f7388b4cfc8f717ecc23f0 Author: Emmanuele Bassi @@ -2396,7 +2396,7 @@ Date: Fri Sep 3 17:15:22 2010 +0100 docs: Fix up the Cogl API reference build - doc/reference/cogl/Makefile.am | 41 ++++++++++++++++++++-------------- + doc/reference/cogl/Makefile.am | 41 ++++++++++++++++++++--------------- doc/reference/cogl/cogl-docs.xml.in | 2 +- 2 files changed, 25 insertions(+), 18 deletions(-) @@ -2407,7 +2407,7 @@ Date: Fri Sep 3 16:56:12 2010 +0100 cogl-shader: Add deprecation guards for cogl_program_uniform_* clutter/cogl/cogl/cogl-shader.h | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit abef73bb58aa69ec63ebe2dbaed959da7dec0bb5 Author: Emmanuele Bassi @@ -2423,22 +2423,22 @@ Date: Fri Sep 3 16:55:12 2010 +0100 clutter/clutter-offscreen-effect.c | 2 +- clutter/clutter-page-turn-effect.c | 2 +- clutter/clutter-stage.c | 36 +++++++++++------------ - clutter/clutter-text.c | 10 +++--- + clutter/clutter-text.c | 10 +++---- clutter/clutter-texture.c | 12 ++++---- - clutter/cogl/cogl/cogl-material.c | 4 +- + clutter/cogl/cogl/cogl-material.c | 4 +-- clutter/cogl/cogl/cogl.c | 6 ++-- - clutter/cogl/pango/cogl-pango-display-list.c | 10 +++--- - clutter/cogl/pango/cogl-pango-render.c | 10 +++--- + clutter/cogl/pango/cogl-pango-display-list.c | 10 +++---- + clutter/cogl/pango/cogl-pango-render.c | 10 +++---- doc/cookbook/examples/text-shadow.c | 2 +- doc/cookbook/examples/textures-crossfade-cogl.c | 2 +- - doc/cookbook/examples/textures-reflection.c | 4 +- - doc/cookbook/textures.xml | 4 +- + doc/cookbook/examples/textures-reflection.c | 4 +-- + doc/cookbook/textures.xml | 4 +-- tests/conform/test-cogl-backface-culling.c | 2 +- - tests/conform/test-cogl-blend-strings.c | 4 +- + tests/conform/test-cogl-blend-strings.c | 4 +-- tests/conform/test-cogl-materials.c | 2 +- tests/conform/test-cogl-viewport.c | 2 +- tests/interactive/test-box-layout.c | 2 +- - tests/interactive/test-cogl-tex-polygon.c | 10 +++--- + tests/interactive/test-cogl-tex-polygon.c | 10 +++---- 21 files changed, 64 insertions(+), 66 deletions(-) commit 0e2b0e496ee6b5f96e76e8dfa36dbf9a9b172de0 @@ -2451,7 +2451,7 @@ Date: Fri Sep 3 16:52:06 2010 +0100 the comments. doc/reference/cogl/cogl-docs.xml.in | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0caef5c8aab1ad5b417375a8417cc26f40d4ac6f Author: Emmanuele Bassi @@ -2472,7 +2472,7 @@ Date: Fri Sep 3 15:53:52 2010 +0100 docs: Update NEWS NEWS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7fee8cf26a07a41910ca730a4c22b61ddbc1e372 Author: Emmanuele Bassi @@ -2481,7 +2481,7 @@ Date: Fri Sep 3 15:44:03 2010 +0100 cookbook: Add a short introduction for the Text chapter doc/cookbook/text.xml | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 655c60aaa9d90aeed6869faf9c0209006aa0cd61 Author: Elliot Smith @@ -2502,7 +2502,7 @@ Date: Fri Sep 3 14:31:44 2010 +0100 doc/cookbook/Makefile.am | 1 + doc/cookbook/animations.xml | 427 ++++++++++++++++++++++++++++ doc/cookbook/videos/animations-complex.ogv | Bin 0 -> 34212 bytes - 3 files changed, 428 insertions(+), 0 deletions(-) + 3 files changed, 428 insertions(+) commit 60ff660d421fd5aeefd18978cecaac60b6c13d88 Author: Elliot Smith @@ -2534,7 +2534,7 @@ Date: Wed Sep 1 18:02:07 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-complex.c | 64 ++++++++++++++++++++ doc/cookbook/examples/animations-complex.json | 80 +++++++++++++++++++++++++ - 3 files changed, 146 insertions(+), 0 deletions(-) + 3 files changed, 146 insertions(+) commit 9210c46730fa839c0e050a8be4ff04979730932c Author: Emmanuele Bassi @@ -2543,7 +2543,7 @@ Date: Fri Sep 3 14:05:20 2010 +0100 docs: Update NEWS NEWS | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 6c1559b6113d5eaa1f4b96110d365b7142d7de04 Author: Emmanuele Bassi @@ -2597,7 +2597,7 @@ Date: Fri Sep 3 11:33:20 2010 +0100 We also depend on UProf 0.3. README | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 710c7aed400eb320581f160dc9cd0f4cba8676a8 Author: Emmanuele Bassi @@ -2611,7 +2611,7 @@ Date: Fri Sep 3 11:09:57 2010 +0100 clutter/Makefile.am | 103 ++++++++++++++++------------------------- clutter/cogl/cogl/Makefile.am | 36 +++++++------- clutter/json/Makefile.am | 41 +++++++++------- - configure.ac | 23 +++------ + configure.ac | 23 ++++----- 4 files changed, 89 insertions(+), 114 deletions(-) commit f7854dd90ffe22a08b2e182e10484320f360b2c9 @@ -2649,7 +2649,7 @@ Date: Thu Sep 2 16:22:45 2010 +0100 non-c99 compilers. clutter/egl/clutter-backend-cex100.c | 33 +++++++++++++++++---------------- - 1 files changed, 17 insertions(+), 16 deletions(-) + 1 file changed, 17 insertions(+), 16 deletions(-) commit 0216f0b2810f6c3f7db2b7ad615a9e259ab7059f Author: Damien Lespiau @@ -2660,7 +2660,7 @@ Date: Thu Sep 2 16:20:10 2010 +0100 gtk-doc contants should be prefixed by %, not # (types). clutter/egl/clutter-cex100.h.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a0a59cf7bdc5d4ee3639923f19cb57bf666815b Author: Damien Lespiau @@ -2693,12 +2693,12 @@ Date: Sat Aug 28 10:43:39 2010 +0100 clutter/egl/Makefile.am | 1 + clutter/egl/clutter-backend-cex100.c | 35 +++++++++++++++ clutter/egl/clutter-cex100.h.in | 64 ++++++++++++++++++++++++++++ - configure.ac | 3 + + configure.ac | 3 ++ doc/reference/clutter/Makefile.am | 2 + doc/reference/clutter/building-clutter.xml | 2 +- doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 6 +++ - 9 files changed, 114 insertions(+), 1 deletions(-) + 9 files changed, 114 insertions(+), 1 deletion(-) commit 70dc3ecbd6986b0f9ded6ec9c7d4634dda5c5465 Author: Damien Lespiau @@ -2741,8 +2741,8 @@ Date: Thu Aug 12 09:25:17 2010 -0400 clutter/egl/clutter-backend-cex100.c | 332 ++++++++++++++++++++++++++++++++++ clutter/egl/clutter-backend-cex100.h | 60 ++++++ clutter/egl/clutter-backend-egl.c | 2 + - configure.ac | 49 +++++- - 6 files changed, 449 insertions(+), 1 deletions(-) + configure.ac | 49 ++++- + 6 files changed, 449 insertions(+), 1 deletion(-) commit af983faccd6fc91ea328d19ace2bb61df2c0f9fd Author: Damien Lespiau @@ -2787,7 +2787,7 @@ Date: Wed Sep 1 17:56:15 2010 +0100 backing for the offscreen framebuffer. clutter/clutter-offscreen-effect.c | 45 +++++++++++++++------------- - clutter/clutter-offscreen-effect.h | 14 ++++---- + clutter/clutter-offscreen-effect.h | 14 ++++----- doc/reference/clutter/clutter-sections.txt | 2 +- 3 files changed, 32 insertions(+), 29 deletions(-) @@ -2807,7 +2807,7 @@ Date: Tue Aug 31 14:39:03 2010 +0100 which connects a handler for motion events on a rectangle. doc/cookbook/script.xml | 266 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 266 insertions(+), 0 deletions(-) + 1 file changed, 266 insertions(+) commit a67111a17cf5427096272276c2117c9f8d92a978 Author: Elliot Smith @@ -2820,7 +2820,7 @@ Date: Fri Aug 27 16:31:00 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/script-signals.c | 91 +++++++++++++++++++++++++++++ doc/cookbook/examples/script-signals.json | 40 +++++++++++++ - 3 files changed, 133 insertions(+), 0 deletions(-) + 3 files changed, 133 insertions(+) commit b369cb51dc24801dc6e1dd4db54691ff859db93f Author: Emmanuele Bassi @@ -2829,7 +2829,7 @@ Date: Sat Aug 28 21:21:08 2010 +0100 docs: Pass -DCOGL_ENABLE_EXPERIMENTAL_API when scanning doc/reference/cogl/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit be9dd6e7dac5711bd5cf0f225c0d4b151b851868 Author: Emmanuele Bassi @@ -2838,7 +2838,7 @@ Date: Sat Aug 28 21:18:12 2010 +0100 docs: Split x11-texture-pixmap in its own section doc/reference/clutter/clutter-sections.txt | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit a0c700b8d074dc0581cb7889c98e63e77a98439f Author: Emmanuele Bassi @@ -2847,7 +2847,7 @@ Date: Sat Aug 28 21:17:52 2010 +0100 docs: Fix up the main index of the Clutter API reference doc/reference/clutter/clutter-docs.xml.in | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit ac6256ae604ad1da05e719f8623b4650402245fb Author: Emmanuele Bassi @@ -2856,7 +2856,7 @@ Date: Sat Aug 28 21:17:23 2010 +0100 docs: Add @Title to the X11TexturePixmap gtk-doc section clutter/x11/clutter-x11-texture-pixmap.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 79a4dbb32908043223e0d5a085214850166124f5 Author: Elliot Smith @@ -2886,7 +2886,7 @@ Date: Fri Aug 27 15:13:28 2010 +0100 doc/cookbook/examples/script-ui.json | 1 - doc/cookbook/script.xml | 6 ------ - 2 files changed, 0 insertions(+), 7 deletions(-) + 2 files changed, 7 deletions(-) commit 6db795baf634df0d5b8becc746c6c57c2ed0131a Author: Elliot Smith @@ -2900,7 +2900,7 @@ Date: Fri Aug 27 15:10:17 2010 +0100 shorter and cleaner way of setting a property in JSON). doc/cookbook/script.xml | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit b532f9591786f4b5381269718e7e0d479ad58c4d Author: Elliot Smith @@ -2918,7 +2918,7 @@ Date: Fri Aug 27 11:20:29 2010 +0100 from it in code. doc/cookbook/script.xml | 394 ++++++++++++++++++++++++++++++++++++----------- - 1 files changed, 303 insertions(+), 91 deletions(-) + 1 file changed, 303 insertions(+), 91 deletions(-) commit 7900ac4dc7fb204c9f8a957f20ec445ef19f655d Author: Elliot Smith @@ -2932,7 +2932,7 @@ Date: Thu Aug 26 17:07:21 2010 +0100 a separate appendix). doc/cookbook/examples/script-ui.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0fc1c8503b073491ca301c5551c515408a499052 Author: Elliot Smith @@ -2947,8 +2947,8 @@ Date: Thu Aug 26 12:51:33 2010 +0100 application to use ClutterScript) and incorporated example code into documentation. - doc/cookbook/script.xml | 205 ++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 196 insertions(+), 9 deletions(-) + doc/cookbook/script.xml | 205 ++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 196 insertions(+), 9 deletions(-) commit ce3a3d4404830cc951dc14660aa5c846ec3f8727 Author: Elliot Smith @@ -2961,7 +2961,7 @@ Date: Thu Aug 26 12:49:59 2010 +0100 to add callout graphics to the build). doc/cookbook/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fef53e1b287df0640e3395d082c7dcb84d8886b1 Author: Elliot Smith @@ -2972,7 +2972,7 @@ Date: Thu Aug 26 11:07:54 2010 +0100 doc/cookbook/Makefile.am | 1 + doc/cookbook/clutter-cookbook.xml.in | 1 + doc/cookbook/script.xml | 45 ++++++++++++++++++++++++++++++++++ - 3 files changed, 47 insertions(+), 0 deletions(-) + 3 files changed, 47 insertions(+) commit 27d9825abe50d5fc38788c1c47f4a28b5225f098 Author: Elliot Smith @@ -2985,7 +2985,7 @@ Date: Thu Aug 26 10:52:12 2010 +0100 UI building (no constraints, effects, animations, or signals). doc/cookbook/examples/script-ui.c | 35 -------------- - doc/cookbook/examples/script-ui.json | 85 +++------------------------------ + doc/cookbook/examples/script-ui.json | 85 ++++------------------------------ 2 files changed, 8 insertions(+), 112 deletions(-) commit 4cba0cf3e82617e4cad0b4ab3813d5c6e6a5b715 @@ -3005,7 +3005,7 @@ Date: Wed Aug 25 17:53:46 2010 +0100 doc/cookbook/examples/Makefile.am | 4 +- doc/cookbook/examples/script-ui.c | 69 ++++++++++++++++++++++ doc/cookbook/examples/script-ui.json | 104 ++++++++++++++++++++++++++++++++++ - 3 files changed, 176 insertions(+), 1 deletions(-) + 3 files changed, 176 insertions(+), 1 deletion(-) commit 88b026fa72eddcd1e9da817ddd50be3f0e037f6a Author: Emmanuele Bassi @@ -3016,7 +3016,7 @@ Date: Thu Aug 26 17:31:32 2010 +0100 Makes it easier to debug events. tests/interactive/test-actors.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 36d45b660fc86619345bfe4f2837037f3a164d5d Author: Emmanuele Bassi @@ -3046,7 +3046,7 @@ Date: Thu Aug 26 16:36:06 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2286 clutter/clutter-click-action.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 870e7ddfadaff366ca02e28cc464e704b77b3430 Author: Bastian Winkler @@ -3076,7 +3076,7 @@ Date: Tue Aug 24 12:16:50 2010 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-script-parser.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 2e12768e3c84eb67948df1af1c89cb0011403d88 Author: Neil Roberts @@ -3091,7 +3091,7 @@ Date: Tue Aug 24 20:00:04 2010 +0100 then the realize would get stuck in a infinite loop. clutter/win32/clutter-backend-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 04d55107f380340ce22fbb56a3c87cf7576524db Author: Øyvind Kolås @@ -3105,7 +3105,7 @@ Date: Tue Aug 17 13:22:08 2010 +0100 Fixing bug #2273 clutter/clutter-state.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit 66018a7035ccdc2422f8eef9a9523339fd6309be Author: Neil Roberts @@ -3119,7 +3119,7 @@ Date: Mon Aug 23 11:36:33 2010 +0100 backwards so it would end up always doing a full stage render. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ddd08ba72364d14c0ca291981a231f4add3d62a5 Author: Neil Roberts @@ -3132,7 +3132,7 @@ Date: Mon Aug 23 11:33:22 2010 +0100 clutter/clutter-debug.h | 3 ++- clutter/clutter-main.c | 7 +++++++ - 2 files changed, 9 insertions(+), 1 deletions(-) + 2 files changed, 9 insertions(+), 1 deletion(-) commit 12e58c78132766ff4eb3e4c471a32d9e8ef95585 Author: Alexandros Frantzis @@ -3170,7 +3170,7 @@ Date: Fri Aug 20 17:03:06 2010 +0100 argument should be named "for_width" and not "for_height". clutter/clutter-box-layout.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5f15a620a107847e0b26bab6cdd1c9d27cd3a243 Merge: 81481cd 444d315 @@ -3217,7 +3217,7 @@ Date: Fri Aug 20 13:54:04 2010 +0100 doc/cookbook/Makefile.am | 1 + doc/cookbook/events.xml | 323 ++++++++++++++++++++ .../images/events-pointer-motion-stacking.png | Bin 0 -> 1063 bytes - 3 files changed, 324 insertions(+), 0 deletions(-) + 3 files changed, 324 insertions(+) commit c480e5ec00d52b176bdda1b26d1dfee8aea3384f Author: Elliot Smith @@ -3232,7 +3232,7 @@ Date: Fri Aug 20 12:38:35 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/events-pointer-motion-stacked.c | 90 ++++++++++++++++++++ - 2 files changed, 92 insertions(+), 0 deletions(-) + 2 files changed, 92 insertions(+) commit 526b438b3a4ebc446a1f986dcaeb759377462c18 Author: Elliot Smith @@ -3245,7 +3245,7 @@ Date: Fri Aug 20 11:25:40 2010 +0100 accessing members of the event struct. doc/cookbook/examples/events-pointer-motion.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit a4db7746f24280b26fed0b8caae0068cfe8d57b0 Author: Elliot Smith @@ -3257,7 +3257,7 @@ Date: Thu Aug 19 17:50:25 2010 +0100 within this recipe and with other callback names used in other recipes. - .../examples/events-pointer-motion-crossing.c | 16 +++++----- + .../examples/events-pointer-motion-crossing.c | 16 +++++------ .../examples/events-pointer-motion-scribbler.c | 28 ++++++++++---------- doc/cookbook/examples/events-pointer-motion.c | 8 +++--- 3 files changed, 26 insertions(+), 26 deletions(-) @@ -3288,7 +3288,7 @@ Date: Thu Aug 19 16:53:27 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/events-pointer-motion-scribbler.c | 160 ++++++++++++++++++++ - 2 files changed, 162 insertions(+), 0 deletions(-) + 2 files changed, 162 insertions(+) commit b648bff10c0e2c48f0707bfecd7ea7ae1acab2eb Author: Elliot Smith @@ -3317,7 +3317,7 @@ Date: Thu Aug 19 10:32:28 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/events-pointer-cross.c | 113 ++++++++++++++++++++++++++ - 2 files changed, 115 insertions(+), 0 deletions(-) + 2 files changed, 115 insertions(+) commit 213bd1eab4e0dfbb0c033c5d8d56eb6343e35876 Author: Emmanuele Bassi @@ -3326,7 +3326,7 @@ Date: Thu Aug 19 13:57:10 2010 +0100 debug: Add a macro for checking debug flags clutter/clutter-actor.c | 2 +- - clutter/clutter-debug.h | 79 ++++++++++++++++++++++++---------------------- + clutter/clutter-debug.h | 79 ++++++++++++++++++++++++----------------------- clutter/clutter-main.c | 2 +- 3 files changed, 43 insertions(+), 40 deletions(-) @@ -3341,9 +3341,9 @@ Date: Thu Aug 19 12:10:43 2010 +0100 release the grab and unset the :held state of the ClickAction. clutter/clutter-click-action.c | 30 ++++++++++++++++++++++++++++ - clutter/clutter-click-action.h | 3 +- + clutter/clutter-click-action.h | 3 ++- doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 33 insertions(+), 1 deletions(-) + 3 files changed, 33 insertions(+), 1 deletion(-) commit db7d821ef6e435b02a7a99c6f7f02df9bd3565b5 Author: Emmanuele Bassi @@ -3355,7 +3355,7 @@ Date: Thu Aug 19 11:26:51 2010 +0100 GNOME Shell Toolkit (St). clutter/clutter-click-action.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 5ccaa61e4fcd527cfeeaded08a1e0311a5e6814e Author: Robert Bragg @@ -3368,7 +3368,7 @@ Date: Wed Aug 18 18:06:35 2010 +0100 changes that affects painting *or* picking. clutter/clutter-actor.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit f8940e3c9a7d58df0a484d70d371983cc337bbec Author: Robert Bragg @@ -3381,7 +3381,7 @@ Date: Wed Aug 18 18:05:15 2010 +0100 ClutterTexture was not doing this for pick_with_alpha property changes. clutter/clutter-texture.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 965907deb3f9e69cb459dd28af4074364a7b72f9 Author: Robert Bragg @@ -3399,7 +3399,7 @@ Date: Wed Aug 18 16:48:55 2010 +0100 clutter/clutter-actor.c | 12 +++++++++ clutter/clutter-main.c | 61 ++++++++++++++++++++++++++++++++++++++++++--- - clutter/clutter-private.h | 3 ++ + clutter/clutter-private.h | 3 +++ 3 files changed, 72 insertions(+), 4 deletions(-) commit c646a366c62ab6a07b8ae53c170db31ad5b3d7d3 @@ -3411,7 +3411,7 @@ Date: Wed Aug 18 18:20:16 2010 +0100 OBVIOUS OPTIMIZATION IS OBVIOUS clutter/clutter-actor.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 56097df60cae9b665c9c6033bf7ad54751874e92 Author: Emmanuele Bassi @@ -3420,7 +3420,7 @@ Date: Wed Aug 18 18:20:04 2010 +0100 docs: Improve paint() documentation clutter/clutter-actor.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 444d315078f41295c722bdf30c4b3ff92c89cf53 Author: Elliot Smith @@ -3436,7 +3436,7 @@ Date: Wed Aug 18 16:02:51 2010 +0100 the CoglTexture (as before). doc/cookbook/textures.xml | 165 +++++++++++++++++++++++---------------------- - 1 files changed, 83 insertions(+), 82 deletions(-) + 1 file changed, 83 insertions(+), 82 deletions(-) commit c207820bef93bffede1733ef8c6586cda5095347 Author: Elliot Smith @@ -3453,7 +3453,7 @@ Date: Wed Aug 18 11:41:10 2010 +0100 application. doc/cookbook/textures.xml | 535 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 535 insertions(+), 0 deletions(-) + 1 file changed, 535 insertions(+) commit c492faecb2fda5619fa26b4eb84e6ced7a103833 Author: Elliot Smith @@ -3465,7 +3465,7 @@ Date: Tue Aug 17 15:47:59 2010 +0100 has a stage the same size as the two texture example. doc/cookbook/examples/textures-crossfade-cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e54d3e716b5f9a00d59a006e70926d5fe31fd4a3 Author: Elliot Smith @@ -3481,7 +3481,7 @@ Date: Tue Aug 17 15:46:48 2010 +0100 Also altered the stage size to minimise the video size. doc/cookbook/Makefile.am | 1 + - doc/cookbook/examples/textures-crossfade.c | 21 ++++++++++++++++--- + doc/cookbook/examples/textures-crossfade.c | 21 ++++++++++++++++---- .../videos/textures-crossfade-two-textures.ogv | Bin 0 -> 81903 bytes 3 files changed, 18 insertions(+), 4 deletions(-) @@ -3492,7 +3492,7 @@ Date: Tue Aug 17 14:54:32 2010 +0100 cookbook: Removed unused constant doc/cookbook/examples/textures-crossfade.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 8c0c2924ae467d265aabf7b7c472eb0474c459e7 Author: Elliot Smith @@ -3505,7 +3505,7 @@ Date: Tue Aug 17 11:51:33 2010 +0100 API function names and other recipes, so renamed variables. .../examples/textures-crossfade-slideshow.c | 44 ++++++++++---------- - doc/cookbook/examples/textures-crossfade.c | 38 ++++++++-------- + doc/cookbook/examples/textures-crossfade.c | 38 ++++++++--------- 2 files changed, 41 insertions(+), 41 deletions(-) commit 1e4578d1dd6dc7d638ac2d4902e303d07504039f @@ -3515,7 +3515,7 @@ Date: Tue Aug 17 11:20:20 2010 +0100 cookbook: Don't need to set keep-aspect-ratio for simple example doc/cookbook/examples/textures-crossfade.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 1b2606a850288b2f8f943ae2e433b14e34a944f7 Author: Elliot Smith @@ -3527,7 +3527,7 @@ Date: Tue Aug 17 10:56:06 2010 +0100 the order they will be explained in the walk-through in the recipe. doc/cookbook/examples/textures-crossfade.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit e332236b87871b09922ab3ada1a2a5726d06130a Author: Elliot Smith @@ -3546,7 +3546,7 @@ Date: Mon Aug 16 16:39:13 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + .../examples/textures-crossfade-slideshow.c | 182 ++++++++++++++++++++ - 2 files changed, 184 insertions(+), 0 deletions(-) + 2 files changed, 184 insertions(+) commit c230fd8dfdb43c98faa3147d2f669e0b5e44702b Author: Elliot Smith @@ -3586,7 +3586,7 @@ Date: Thu Aug 12 17:39:59 2010 +0100 doc/cookbook/examples/Makefile.am | 4 + doc/cookbook/examples/textures-crossfade-cogl.c | 174 +++++++++++++++++++++++ doc/cookbook/examples/textures-crossfade.c | 174 +++++++++++++++++++++++ - 3 files changed, 352 insertions(+), 0 deletions(-) + 3 files changed, 352 insertions(+) commit dc7d62a42a9b111d03626a8bc72c956869f4b7b8 Author: Emmanuele Bassi @@ -3595,7 +3595,7 @@ Date: Mon Aug 16 13:37:57 2010 +0100 Post-release version bump to 1.3.13 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d751bf9514683a893668bc3b3822e433277a377 Author: Emmanuele Bassi @@ -3604,7 +3604,7 @@ Date: Mon Aug 16 13:23:43 2010 +0100 Release Clutter 1.3.12 (developers snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ad0c36e1a1a0df5c0ff1f4449c54918e775e965d Author: Emmanuele Bassi @@ -3614,12 +3614,12 @@ Date: Tue Aug 17 14:54:20 2010 +0100 clutter/clutter-actor.c | 57 +++++++++------------------- clutter/clutter-actor.h | 4 +- - clutter/clutter-behaviour-path.c | 6 +- + clutter/clutter-behaviour-path.c | 6 +-- clutter/clutter-colorize-effect.c | 2 +- clutter/clutter-drag-action.c | 2 +- clutter/clutter-script.c | 2 +- doc/reference/clutter/clutter-docs.xml.in | 7 +++- - doc/reference/clutter/clutter-overview.xml | 23 ++++++++--- + doc/reference/clutter/clutter-overview.xml | 23 +++++++---- 8 files changed, 48 insertions(+), 55 deletions(-) commit 50f4bfd7f72eb10f05506b9932785b5cded42aa7 @@ -3634,7 +3634,7 @@ Date: Tue Aug 17 11:34:35 2010 +0100 Makefile.am | 2 +- build/autotools/Makefile.am | 1 - build/autotools/dolt.m4 | 178 ------------------------------------------- - 4 files changed, 1 insertions(+), 182 deletions(-) + 4 files changed, 1 insertion(+), 182 deletions(-) commit 06ecaa98f1f993239eebb7b74b3fa2ab5929a622 Author: Emmanuele Bassi @@ -3643,7 +3643,7 @@ Date: Mon Aug 16 16:33:32 2010 +0100 docs: Add :keep-aspect-ratio behaviour to the notes README | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 92b1a33eb313abdb9d84f6731deb84a12d61d5d0 Author: Emmanuele Bassi @@ -3655,7 +3655,7 @@ Date: Mon Aug 16 15:56:49 2010 +0100 height-for-width, as it is the default for Clutter itself. clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dc2aee43007bc4b154b5d819404071a35862c500 Author: Emmanuele Bassi @@ -3664,7 +3664,7 @@ Date: Mon Aug 16 13:37:57 2010 +0100 Post-release version bump to 1.3.13 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e75e6e0c97f2f9878dc348775cfe75651872e927 Author: Emmanuele Bassi @@ -3674,7 +3674,7 @@ Date: Mon Aug 16 13:23:43 2010 +0100 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 41 insertions(+), 1 deletions(-) + 2 files changed, 41 insertions(+), 1 deletion(-) commit fd6d6a93f1550f6c423d1dfc2d228ae7b1c87707 Author: Emmanuele Bassi @@ -3725,7 +3725,7 @@ Date: Sat Aug 14 08:53:18 2010 +0100 Just call `make publish`. doc/cookbook/Makefile.am | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 94c8635d0f4584ef81e565e7837bdeb0008e034e Author: Emmanuele Bassi @@ -3767,7 +3767,7 @@ Date: Fri Aug 13 18:32:10 2010 +0100 build: Make test-conform depend on Makefile changes tests/conform/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1e0a83b88139a13a8488bfe7000e0c459ccbad66 Author: Emmanuele Bassi @@ -3803,8 +3803,8 @@ Date: Fri Aug 13 18:15:01 2010 +0100 Having different sections should make it easier to add new test units to the build. - tests/conform/Makefile.am | 115 ++++++++++++++++++++++++++------------------ - 1 files changed, 68 insertions(+), 47 deletions(-) + tests/conform/Makefile.am | 115 +++++++++++++++++++++++++++------------------ + 1 file changed, 68 insertions(+), 47 deletions(-) commit ff9a5a01b4bef60496cb27e645ac23c790267f98 Author: Emmanuele Bassi @@ -3815,7 +3815,7 @@ Date: Fri Aug 13 18:14:10 2010 +0100 Keep it in the moduleset, but don't let Clutter depend on it. build/clutter.modules | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit a25cf14e978dd51034baf2d0cd4c1743c93a7774 Author: Emmanuele Bassi @@ -3828,7 +3828,7 @@ Date: Fri Aug 13 18:12:43 2010 +0100 The commit contained unrelated changes build/clutter.modules | 4 ++ - tests/conform/Makefile.am | 115 ++++++++++++++++++-------------------------- + tests/conform/Makefile.am | 115 ++++++++++++++++++--------------------------- 2 files changed, 51 insertions(+), 68 deletions(-) commit 0ce9cf730b2a8c3b3ac4786afee0579a3795fd9e @@ -3840,7 +3840,7 @@ Date: Fri Aug 13 18:09:28 2010 +0100 Keep it in the moduleset, but don't let Clutter depend on it. build/clutter.modules | 4 -- - tests/conform/Makefile.am | 115 ++++++++++++++++++++++++++------------------ + tests/conform/Makefile.am | 115 +++++++++++++++++++++++++++------------------ 2 files changed, 68 insertions(+), 51 deletions(-) commit 175b16a5c81faf12e204274e87c013e2c65a4030 @@ -3852,7 +3852,7 @@ Date: Fri Aug 13 18:00:23 2010 +0100 Mx (and others) depend on gtk+ 2.x, and not on gtk+ 3.x. build/clutter.modules | 17 +++++++++++++++-- - 1 files changed, 15 insertions(+), 2 deletions(-) + 1 file changed, 15 insertions(+), 2 deletions(-) commit 271e0d960486acea896389b05ba521d569c7c83a Author: Emmanuele Bassi @@ -3861,7 +3861,7 @@ Date: Fri Aug 13 16:32:27 2010 +0100 animator: Plug some leaks clutter/clutter-animator.c | 20 +++++++------------- - 1 files changed, 7 insertions(+), 13 deletions(-) + 1 file changed, 7 insertions(+), 13 deletions(-) commit 12031ca2c5a52c574ba7c16a86b84e049b0cfb38 Author: Robert Bragg @@ -3931,7 +3931,7 @@ Date: Thu Aug 12 17:03:16 2010 +0100 been replaced with a link to the wiki instead. doc/reference/clutter/building-clutter.xml | 44 +++++++--------------------- - 1 files changed, 11 insertions(+), 33 deletions(-) + 1 file changed, 11 insertions(+), 33 deletions(-) commit daf6e739364282b77a66d7bf8abb4e90ada8c865 Author: Emmanuele Bassi @@ -3961,8 +3961,8 @@ Date: Thu Aug 12 16:56:28 2010 +0100 The build instructions for MinGW have been moved to the wiki. - build/mingw/README | 138 +-------------------------------------------------- - 1 files changed, 3 insertions(+), 135 deletions(-) + build/mingw/README | 138 ++-------------------------------------------------- + 1 file changed, 3 insertions(+), 135 deletions(-) commit 01a72725997db93cbe0ef6a47c304d456ce96205 Author: Robert Bragg @@ -3976,7 +3976,7 @@ Date: Thu Aug 12 10:43:22 2010 +0100 g_strdup ("") instead. clutter/cogl/cogl/cogl-shader.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit b50bdd791986d85a29c40c763b329b1347060769 Author: Robert Bragg @@ -3990,7 +3990,7 @@ Date: Thu Aug 12 10:40:39 2010 +0100 gles. clutter/cogl/cogl/cogl-shader.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 94692370d2a95b55cccee4c08887e2b4298e418c Author: Robert Bragg @@ -4004,7 +4004,7 @@ Date: Thu Aug 12 10:37:55 2010 +0100 file. It was a problem when building for gles2 though. clutter/cogl/cogl/cogl-material-glsl.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a26119b5514655df5accd2f65cb0ee3ed242b4ea Author: Robert Bragg @@ -4033,7 +4033,7 @@ Date: Wed Aug 11 19:32:09 2010 +0100 uniforms would only work while the shader is enabled. clutter/clutter-shader.c | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit f03037d580e79d491fa965006cc379ad9f5c7ff6 Author: Robert Bragg @@ -4055,9 +4055,9 @@ Date: Wed Aug 11 19:18:14 2010 +0100 cogl_program_set_uniform_float cogl_program_set_uniform_matrix - clutter/cogl/cogl/cogl-shader.h | 119 +++++++++++++++++++- + clutter/cogl/cogl/cogl-shader.h | 119 ++++++++++++++++++- clutter/cogl/cogl/driver/gl/cogl-program.c | 157 +++++++++++++++++--------- - clutter/cogl/cogl/driver/gles/cogl-program.c | 127 ++++++++++++++++----- + clutter/cogl/cogl/driver/gles/cogl-program.c | 127 +++++++++++++++------ doc/reference/cogl/cogl-sections.txt | 5 + 4 files changed, 316 insertions(+), 92 deletions(-) @@ -4093,7 +4093,7 @@ Date: Thu Aug 12 14:59:03 2010 +0100 module list. build/clutter.modules | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit c129c563f52a271e2ade2b2f7cd2424f9011164a Author: Neil Roberts @@ -4102,7 +4102,7 @@ Date: Thu Aug 12 14:37:27 2010 +0100 Remove test-random-text from the interactive .gitignore tests/interactive/.gitignore | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 1a8df6788b6f23d75a99d4d9695e1983cd0910db Author: Emmanuele Bassi @@ -4111,7 +4111,7 @@ Date: Thu Aug 12 13:48:35 2010 +0100 Update the micro-bench Git ignore file tests/micro-bench/.gitignore | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 053a1a9c512d00ccdbf3f81e5869b4fccbc8ff2b Author: Emmanuele Bassi @@ -4125,7 +4125,7 @@ Date: Thu Aug 12 13:46:58 2010 +0100 build/clutter-build-setup.sh | 174 ++++++++++++++++++++++++++++++++++++++++ build/jhbuildrc-clutter | 73 +++++++++++++++++ build/jhbuildrc-custom-example | 19 +++++ - 3 files changed, 266 insertions(+), 0 deletions(-) + 3 files changed, 266 insertions(+) commit 1ed5d5cab0af5617b566465b943615d3c7f1058c Author: Elliot Smith @@ -4133,8 +4133,8 @@ Date: Thu Aug 12 10:16:56 2010 +0100 cookbook: Cleaning up grammar and wording in mouse scroll recipe - doc/cookbook/events.xml | 86 ++++++++++++++++++++++++---------------------- - 1 files changed, 45 insertions(+), 41 deletions(-) + doc/cookbook/events.xml | 86 +++++++++++++++++++++++++---------------------- + 1 file changed, 45 insertions(+), 41 deletions(-) commit db0c15aee8466b675af8b388d21a40bb3371db77 Author: Neil Roberts @@ -4151,8 +4151,8 @@ Date: Thu Aug 12 09:59:58 2010 +0100 size is supported by the texture driver and if not it will get halved until it is supported. - clutter/cogl/cogl/cogl-atlas.c | 56 +++++++++++++++++++++++++++------------ - 1 files changed, 39 insertions(+), 17 deletions(-) + clutter/cogl/cogl/cogl-atlas.c | 56 ++++++++++++++++++++++++++++------------ + 1 file changed, 39 insertions(+), 17 deletions(-) commit b9f9ea3a9c59a7d4282ecf7e0b1ae7e300ec6232 Author: Neil Roberts @@ -4168,7 +4168,7 @@ Date: Thu Aug 12 09:08:30 2010 +0100 instead. clutter/cogl/cogl/cogl-atlas.c | 25 +++++++++++++++---------- - 1 files changed, 15 insertions(+), 10 deletions(-) + 1 file changed, 15 insertions(+), 10 deletions(-) commit 72029e14db0c0b0f82c20cf6760ab96a81c76e46 Author: Neil Roberts @@ -4192,7 +4192,7 @@ Date: Wed Aug 11 15:08:00 2010 +0100 debugging function to verify this value. clutter/cogl/cogl/cogl-rectangle-map.c | 94 +++++++++++++++++++++++--------- - 1 files changed, 68 insertions(+), 26 deletions(-) + 1 file changed, 68 insertions(+), 26 deletions(-) commit 2b5bb06bed2b272ba408d53a471f78c705bf0467 Author: Neil Roberts @@ -4210,7 +4210,7 @@ Date: Fri Aug 6 18:42:43 2010 +0100 otherwise it will start with the next atlas size. clutter/cogl/cogl/cogl-atlas.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit f98be241a89cf4a9f23555631f2a7f722745f39b Author: Neil Roberts @@ -4222,7 +4222,7 @@ Date: Fri Aug 6 18:42:01 2010 +0100 various sizes. clutter/cogl/cogl/cogl-atlas.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit e080e824eedecf70d48e3ffc0b65b6a3dd3765c7 Author: Neil Roberts @@ -4236,7 +4236,7 @@ Date: Fri Aug 6 17:40:52 2010 +0100 avoid frequent allocations which is a little bit faster. clutter/cogl/cogl/cogl-rectangle-map.c | 120 ++++++++++++++++++-------------- - 1 files changed, 67 insertions(+), 53 deletions(-) + 1 file changed, 67 insertions(+), 53 deletions(-) commit 0e2d18d70075621c7ea8f7b721c6b0cbd013af1e Author: Neil Roberts @@ -4257,7 +4257,7 @@ Date: Fri Aug 6 16:13:20 2010 +0100 debug flag is set because it is potentially quite slow. clutter/cogl/cogl/cogl-rectangle-map.c | 108 ++++++++++++++++++++++++++++---- - 1 files changed, 96 insertions(+), 12 deletions(-) + 1 file changed, 96 insertions(+), 12 deletions(-) commit e609a658a4355c479ec75748e72844f55c1047aa Author: Neil Roberts @@ -4270,7 +4270,7 @@ Date: Fri Aug 6 11:44:39 2010 +0100 of memory. clutter/cogl/cogl/cogl-atlas.c | 18 +++++++++++++++--- - 1 files changed, 15 insertions(+), 3 deletions(-) + 1 file changed, 15 insertions(+), 3 deletions(-) commit d03fbf9f64da5448c6ab625049489474d0b78c71 Author: Neil Roberts @@ -4308,8 +4308,8 @@ Date: Wed Aug 4 18:05:21 2010 +0100 called before rendering a layout or a layout line. clutter/cogl/pango/cogl-pango-glyph-cache.c | 371 ++++++++++++--------------- - clutter/cogl/pango/cogl-pango-glyph-cache.h | 46 +++- - clutter/cogl/pango/cogl-pango-render.c | 226 +++++++++++------ + clutter/cogl/pango/cogl-pango-glyph-cache.h | 46 ++-- + clutter/cogl/pango/cogl-pango-render.c | 226 ++++++++++------ 3 files changed, 343 insertions(+), 300 deletions(-) commit 047227fbd7a6a6c7de3f2c523fda75f0c3a36373 @@ -4330,7 +4330,7 @@ Date: Thu Aug 5 13:24:02 2010 +0100 clutter/cogl/cogl/cogl-atlas-texture.c | 4 +- clutter/cogl/cogl/cogl-atlas.c | 96 ++++++++++++++++++++++++-------- - clutter/cogl/cogl/cogl-atlas.h | 12 ++++- + clutter/cogl/cogl/cogl-atlas.h | 12 +++- 3 files changed, 86 insertions(+), 26 deletions(-) commit 9b2f8179f00708f26400648e21d6ee77cc13aa35 @@ -4347,7 +4347,7 @@ Date: Mon Aug 2 16:29:10 2010 +0100 clutter/cogl/cogl/Makefile.am | 2 + clutter/cogl/cogl/cogl-atlas-texture-private.h | 4 + - clutter/cogl/cogl/cogl-atlas-texture.c | 585 ++++-------------------- + clutter/cogl/cogl/cogl-atlas-texture.c | 585 ++++------------------- clutter/cogl/cogl/cogl-atlas.c | 596 ++++++++++++++++++++++++ clutter/cogl/cogl/cogl-atlas.h | 86 ++++ clutter/cogl/cogl/cogl-context.c | 10 +- @@ -4368,7 +4368,7 @@ Date: Wed Aug 4 17:59:06 2010 +0100 clutter/cogl/cogl/Makefile.am | 2 + clutter/cogl/cogl/cogl-callback-list.c | 107 ++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-callback-list.h | 58 +++++++++++++++++ - 3 files changed, 167 insertions(+), 0 deletions(-) + 3 files changed, 167 insertions(+) commit 4989000f55f1f5a88d397c29a7973ebecf6e4b3e Author: Neil Roberts @@ -4383,7 +4383,7 @@ Date: Mon Aug 2 15:24:03 2010 +0100 clutter/cogl/cogl/Makefile.am | 4 +- clutter/cogl/cogl/cogl-atlas-texture-private.h | 12 +- - clutter/cogl/cogl/cogl-atlas-texture.c | 169 ++++---- + clutter/cogl/cogl/cogl-atlas-texture.c | 169 +++---- clutter/cogl/cogl/cogl-atlas.c | 598 ----------------------- clutter/cogl/cogl/cogl-atlas.h | 78 --- clutter/cogl/cogl/cogl-context.c | 7 +- @@ -4417,7 +4417,7 @@ Date: Thu Aug 5 17:27:23 2010 +0100 other alphabets to increase the range of glyphs used. tests/micro-bench/test-text-perf.c | 36 +++++++++++++++++++++++++++++++++++- - 1 files changed, 35 insertions(+), 1 deletions(-) + 1 file changed, 35 insertions(+), 1 deletion(-) commit c26d2c5ef90c49e3854d6630c2ade6d7069865d8 Author: Neil Roberts @@ -4430,8 +4430,8 @@ Date: Thu Aug 5 17:06:45 2010 +0100 that it fits within one of the dimensions. This makes it easier to test with large glyph sizes. - tests/micro-bench/test-text-perf.c | 37 +++++++++++++++++++++++++++++------ - 1 files changed, 30 insertions(+), 7 deletions(-) + tests/micro-bench/test-text-perf.c | 37 +++++++++++++++++++++++++++++------- + 1 file changed, 30 insertions(+), 7 deletions(-) commit 89c535f50d4affe761c7ea0ca2cb90066a2c1639 Author: Neil Roberts @@ -4447,7 +4447,7 @@ Date: Thu Aug 12 09:11:28 2010 +0100 and then compares those. clutter/cogl/cogl/cogl-material.c | 35 ++++++++++++++++++++++++++--------- - 1 files changed, 26 insertions(+), 9 deletions(-) + 1 file changed, 26 insertions(+), 9 deletions(-) commit 8db96675d4332bc81edb1f5f4dfe237ab81a4d9e Author: Elliot Smith @@ -4462,7 +4462,7 @@ Date: Thu Aug 12 10:05:27 2010 +0100 numbers. doc/cookbook/events.xml | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 8538bdbdeae74433ed5f50b1e6ee0db3d9a81a3e Author: Neil Roberts @@ -4480,7 +4480,7 @@ Date: Wed May 5 16:45:21 2010 +0100 texture and we should respect that. clutter/cogl/cogl/cogl-atlas-texture.c | 19 ++++++++++++++++--- - 1 files changed, 16 insertions(+), 3 deletions(-) + 1 file changed, 16 insertions(+), 3 deletions(-) commit 2bf01dd9592854073b241ae562867732c7b45b2a Author: Emmanuele Bassi @@ -4503,7 +4503,7 @@ Date: Thu Aug 12 08:53:06 2010 +0100 This completes commit 9ab83cebf. clutter/clutter-drag-action.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a74d585fc522d010d4c8cbcffc566afc9ce495ca Author: Elliot Smith @@ -4516,7 +4516,7 @@ Date: Wed Aug 11 17:14:09 2010 +0100 doc/cookbook/events.xml | 1 + doc/cookbook/examples/events-mouse-scroll.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit a421f0ae429bcf666dbfa1d44b15bfdbb06f898f Author: Elliot Smith @@ -4528,7 +4528,7 @@ Date: Wed Aug 11 17:12:42 2010 +0100 to the docbook file for events. doc/cookbook/events.xml | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 1cfa87853a3fe1edf569a91c60528ee2d85679f7 Author: Elliot Smith @@ -4539,7 +4539,7 @@ Date: Wed Aug 11 17:11:29 2010 +0100 Reduced the size of the stage to make for a smaller video. doc/cookbook/examples/events-mouse-scroll.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f5db4943de58cf3ac9eb4aecf2278e298deaa052 Author: Elliot Smith @@ -4549,7 +4549,7 @@ Date: Wed Aug 11 17:10:45 2010 +0100 doc/cookbook/Makefile.am | 1 + doc/cookbook/videos/events-mouse-scroll.ogv | Bin 0 -> 49532 bytes - 2 files changed, 1 insertions(+), 0 deletions(-) + 2 files changed, 1 insertion(+) commit f568a68ee16ce7f59596bd1336f37eee1667b7a1 Author: Elliot Smith @@ -4574,7 +4574,7 @@ Date: Wed Aug 11 14:41:42 2010 +0100 cookbook: Fixed link to example in mouse scroll recipe doc/cookbook/events.xml | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 5e0bc919c305e1825bba75277df883c231f65837 Author: Elliot Smith @@ -4586,7 +4586,7 @@ Date: Wed Aug 11 14:39:22 2010 +0100 actor example. doc/cookbook/examples/events-mouse-scroll.c | 69 ++++++++++++++------------- - 1 files changed, 35 insertions(+), 34 deletions(-) + 1 file changed, 35 insertions(+), 34 deletions(-) commit e216771a86d985631c2ee1182f1ae7c240e5c28d Author: Elliot Smith @@ -4595,7 +4595,7 @@ Date: Wed Aug 11 11:14:54 2010 +0100 cookbook: Improved wording and formatting in mouse scroll intro. doc/cookbook/events.xml | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0f919fcbe3b8c5afed58e082c2dd7e14756b207c Author: Elliot Smith @@ -4607,7 +4607,7 @@ Date: Wed Aug 11 11:10:53 2010 +0100 to the scroll-event signal handler in the example code. doc/cookbook/examples/events-mouse-scroll.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f1312e118d21c293625754248c07fa1168a1732c Author: Elliot Smith @@ -4617,7 +4617,7 @@ Date: Wed Aug 11 11:09:04 2010 +0100 doc/cookbook/examples/.gitignore | 1 + doc/cookbook/examples/Makefile.am | 2 ++ - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 241ceab73cbc1fa0a1f7c19ad95fdd54b1c26864 Author: Elliot Smith @@ -4629,7 +4629,7 @@ Date: Wed Aug 11 11:03:37 2010 +0100 environment. doc/cookbook/examples/events-mouse-scroll.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 5e268e0bbb0e2dcbf6edfbf3e1725a3e61e8dbd0 Author: Elliot Smith @@ -4638,7 +4638,7 @@ Date: Wed Aug 11 11:03:02 2010 +0100 cookbook: Added xmlns for XInclude to events docbook file doc/cookbook/events.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec7186627726885acc4487f5f44177281c0f3fc6 Author: Elliot Smith @@ -4650,7 +4650,7 @@ Date: Wed Aug 11 10:34:49 2010 +0100 doc/cookbook/events.xml | 115 +++++++++++++++++++++++++++ doc/cookbook/examples/events-mouse-scroll.c | 108 +++++++++++++++++++++++++ - 2 files changed, 223 insertions(+), 0 deletions(-) + 2 files changed, 223 insertions(+) commit ed39948ccf776b50fba9c3c7934ddb727091db11 Author: Emmanuele Bassi @@ -4666,7 +4666,7 @@ Date: Wed Aug 11 17:43:15 2010 +0100 We might avoid using shaders at all in the future for simple effects. clutter/clutter-colorize-effect.c | 156 ++++++++++++++++++++++++++++++------- - 1 files changed, 126 insertions(+), 30 deletions(-) + 1 file changed, 126 insertions(+), 30 deletions(-) commit d10ebe9fcaf28b85d707ea41f5856632f9c8a934 Author: Emmanuele Bassi @@ -4681,7 +4681,7 @@ Date: Wed Aug 11 17:25:17 2010 +0100 clutter/clutter-blur-effect.c | 12 ++++++++++++ clutter/clutter-desaturate-effect.c | 12 ++++++++++++ - 2 files changed, 24 insertions(+), 0 deletions(-) + 2 files changed, 24 insertions(+) commit 9ab83cebfdd4808db7ebe09193b218f62f157049 Author: Emmanuele Bassi @@ -4693,7 +4693,7 @@ Date: Wed Aug 11 14:42:56 2010 +0100 ::leave-event even if the pointer left the stage. clutter/clutter-drag-action.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 1ec577438e2f710970276dc3872bf4c8bb360ddf Author: Emmanuele Bassi @@ -4706,7 +4706,7 @@ Date: Wed Aug 11 14:19:48 2010 +0100 offscreen target texture. clutter/clutter-desaturate-effect.c | 128 ++++++++++++++++++++++++++++------- - 1 files changed, 104 insertions(+), 24 deletions(-) + 1 file changed, 104 insertions(+), 24 deletions(-) commit 7daeb217bd9f1e0e38ac6201f722bdc7fd2c45b6 Author: Emmanuele Bassi @@ -4724,7 +4724,7 @@ Date: Wed Aug 11 13:05:42 2010 +0100 directly. clutter/clutter-blur-effect.c | 157 +++++++++++++++++++++++++++-------------- - 1 files changed, 103 insertions(+), 54 deletions(-) + 1 file changed, 103 insertions(+), 54 deletions(-) commit eb4dee46b70a73d0926e8e36bb75abc52604256e Author: Emmanuele Bassi @@ -4737,7 +4737,7 @@ Date: Wed Aug 11 13:58:29 2010 +0100 user-defined shaders to the offscreen target material. clutter/clutter-shader-effect.c | 39 ++++++++++++++++++++++++--------------- - 1 files changed, 24 insertions(+), 15 deletions(-) + 1 file changed, 24 insertions(+), 15 deletions(-) commit 304e7dd077f1e7f9e7eab8b3b15bf6f22bf354f0 Author: Emmanuele Bassi @@ -4746,7 +4746,7 @@ Date: Wed Aug 11 13:53:02 2010 +0100 test-drag: Fix the page curl angle tests/interactive/test-drag.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c87bfef1eb7f59975513bed9da70a45ce50f7dd3 Author: Emmanuele Bassi @@ -4755,7 +4755,7 @@ Date: Wed Aug 11 12:40:22 2010 +0100 stage: Fix the user-resizable property enumeration id clutter/clutter-stage.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 59a9786942c7cfae9b6ba138cf76ba658709fedb Author: Emmanuele Bassi @@ -4764,7 +4764,7 @@ Date: Wed Aug 11 11:39:24 2010 +0100 actor: Use box origin instead of direct access clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5e1d40c07b66bcb4c2c0a4fd203bfdfeeaf3f17e Merge: 8d51617 d14e294 @@ -4824,7 +4824,7 @@ Date: Thu Mar 18 17:02:31 2010 +0100 tests/interactive/.gitignore | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-table-layout.c | 275 +++ - 10 files changed, 3135 insertions(+), 1 deletions(-) + 10 files changed, 3135 insertions(+), 1 deletion(-) commit 1043e77a00b1f5965b9a5ff52db6d0f0bd93e88c Author: Emmanuele Bassi @@ -4836,7 +4836,7 @@ Date: Tue Aug 10 22:20:38 2010 +0100 the child allocation based on alignment and fill. clutter/clutter-box-layout.c | 116 ++++++++---------------------------------- - 1 files changed, 21 insertions(+), 95 deletions(-) + 1 file changed, 21 insertions(+), 95 deletions(-) commit 6ad4126e1783d1e9a04eaf88accce6d0950064d6 Author: Emmanuele Bassi @@ -4846,8 +4846,8 @@ Date: Tue Aug 10 17:43:26 2010 +0100 Now that we have the code in ClutterActor itself. - clutter/clutter-bin-layout.c | 100 +++++++---------------------------------- - 1 files changed, 17 insertions(+), 83 deletions(-) + clutter/clutter-bin-layout.c | 100 +++++++----------------------------------- + 1 file changed, 17 insertions(+), 83 deletions(-) commit 07b01888baed28e5fb3f0831a2441218b469f846 Author: Emmanuele Bassi @@ -4874,7 +4874,7 @@ Date: Tue Aug 10 17:40:01 2010 +0100 clutter/clutter-actor.c | 139 ++++++++++++++++++++++++++++ clutter/clutter-actor.h | 7 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 147 insertions(+), 0 deletions(-) + 3 files changed, 147 insertions(+) commit 02b7bf3635ce9a3a67016847e99128bd0a9f67d9 Author: Emmanuele Bassi @@ -4886,7 +4886,7 @@ Date: Tue Aug 10 17:43:56 2010 +0100 BindConstraint API instead of a watcher on ::allocation-changed. tests/interactive/test-flow-layout.c | 28 +++++++--------------------- - 1 files changed, 7 insertions(+), 21 deletions(-) + 1 file changed, 7 insertions(+), 21 deletions(-) commit 8d5161797974f8f9eb25da844f64fc27bceb28f4 Author: Neil Roberts @@ -4947,28 +4947,28 @@ Date: Mon Jun 21 10:20:32 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2150 - clutter/clutter-actor-meta.c | 13 ++- + clutter/clutter-actor-meta.c | 13 +- clutter/clutter-actor.c | 208 +++++++++++++++++++----------- clutter/clutter-align-constraint.c | 15 ++- clutter/clutter-alpha.c | 19 ++- - clutter/clutter-animation.c | 40 ++++-- + clutter/clutter-animation.c | 40 +++--- clutter/clutter-animator.c | 8 +- clutter/clutter-behaviour-ellipse.c | 37 ++++-- - clutter/clutter-behaviour-opacity.c | 12 ++- + clutter/clutter-behaviour-opacity.c | 12 +- clutter/clutter-behaviour-path.c | 9 +- - clutter/clutter-behaviour-rotate.c | 27 +++- + clutter/clutter-behaviour-rotate.c | 27 ++-- clutter/clutter-behaviour-scale.c | 16 ++- clutter/clutter-behaviour.c | 9 +- clutter/clutter-bin-layout.c | 18 ++- clutter/clutter-bind-constraint.c | 15 ++- clutter/clutter-binding-pool.c | 7 +- clutter/clutter-box.c | 15 ++- - clutter/clutter-cairo-texture.c | 12 ++- + clutter/clutter-cairo-texture.c | 12 +- clutter/clutter-child-meta.c | 8 +- clutter/clutter-click-action.c | 10 +- clutter/clutter-clone.c | 9 +- clutter/clutter-colorize-effect.c | 9 +- - clutter/clutter-deform-effect.c | 13 ++- + clutter/clutter-deform-effect.c | 13 +- clutter/clutter-desaturate-effect.c | 9 +- clutter/clutter-device-manager.c | 7 +- clutter/clutter-drag-action.c | 15 ++- @@ -4983,8 +4983,8 @@ Date: Mon Jun 21 10:20:32 2010 +0100 clutter/clutter-shader-effect.c | 7 +- clutter/clutter-shader.c | 20 ++- clutter/clutter-state.c | 10 +- - clutter/clutter-text.c | 91 +++++++++----- - clutter/clutter-texture.c | 42 +++++-- + clutter/clutter-text.c | 91 ++++++++----- + clutter/clutter-texture.c | 42 ++++-- clutter/clutter-timeline.c | 18 ++- clutter/x11/clutter-device-manager-x11.c | 7 +- clutter/x11/clutter-input-device-x11.c | 7 +- @@ -5005,7 +5005,7 @@ Date: Tue Aug 10 11:02:17 2010 +0100 file. doc/cookbook/actors.xml | 691 +++++++++++++++++++++++++++++++++++------------ - 1 files changed, 523 insertions(+), 168 deletions(-) + 1 file changed, 523 insertions(+), 168 deletions(-) commit de8276105f34b480dee0b2044debe001c25710ac Author: Owen W. Taylor @@ -5024,7 +5024,7 @@ Date: Mon Aug 9 15:06:35 2010 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2261 clutter/cogl/cogl/cogl-material-opengl.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit b646f0cfa9277ca9fd7bc7da035942a72924d6e0 Author: Emmanuele Bassi @@ -5033,7 +5033,7 @@ Date: Mon Aug 9 19:56:00 2010 +0100 clutter.modules: Add Cluttersmith build/clutter.modules | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 966cbd51278421d99360454a525e3789a04b1f5d Author: Emmanuele Bassi @@ -5042,7 +5042,7 @@ Date: Mon Aug 9 19:55:42 2010 +0100 clutter.modules: Mx moved to clutter-project.org build/clutter.modules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ecc086e9eb86829646d72ca99f618fa7ba4ad95d Author: Emmanuele Bassi @@ -5051,7 +5051,7 @@ Date: Mon Aug 9 19:38:23 2010 +0100 Silence a compiler warning clutter/cogl/cogl/cogl-shader.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 1c2e41e1b388fdf82867ac4071734316e5731870 Merge: 985a4db eaed9c2 @@ -5074,7 +5074,7 @@ Date: Thu Aug 5 15:55:12 2010 +0100 Fear the out of tree builds! tests/interactive/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a4339842f938312da4a51b8592e38e207b15bdc3 Author: Robert Bragg @@ -5087,7 +5087,7 @@ Date: Thu Aug 5 15:18:39 2010 +0100 tests/interactive/Makefile.am | 1 + tests/interactive/test-cogl-shader-glsl.c | 382 +++++++++++++++++++++++++++++ - 2 files changed, 383 insertions(+), 0 deletions(-) + 2 files changed, 383 insertions(+) commit f6a1f56031ed0bb404b902db83629732fc788b32 Author: Robert Bragg @@ -5102,7 +5102,7 @@ Date: Thu Aug 5 15:20:49 2010 +0100 tests/interactive/Makefile.am | 1 + tests/interactive/test-cogl-shader-arbfp.c | 404 ++++++++++++++++++++++++++++ - 2 files changed, 405 insertions(+), 0 deletions(-) + 2 files changed, 405 insertions(+) commit 09e664c349d6132801683c2b4cc5852d57e5f3a6 Author: Robert Bragg @@ -5121,7 +5121,7 @@ Date: Wed Aug 4 17:53:51 2010 +0100 This doesn't expose ARBfp environment parameters or double precision local parameters. - clutter/cogl/cogl/cogl-material-arbfp.c | 72 ++++++++-- + clutter/cogl/cogl/cogl-material-arbfp.c | 72 +++++++-- clutter/cogl/cogl/cogl-material-glsl.c | 24 +-- clutter/cogl/cogl/cogl-shader-private.h | 13 ++ clutter/cogl/cogl/cogl-shader.c | 116 ++++++++++++--- @@ -5140,11 +5140,11 @@ Date: Thu Aug 5 10:59:03 2010 +0100 This adds a public feature flag for ARBfp so developers can determine if the cogl API supports ARBfp or not. - clutter/cogl/cogl/cogl-internal.h | 2 +- - clutter/cogl/cogl/cogl-material-arbfp.c | 2 +- - clutter/cogl/cogl/cogl-types.h | 4 +++- - clutter/cogl/cogl/cogl.c | 2 +- - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 4 ++-- + clutter/cogl/cogl/cogl-internal.h | 2 +- + clutter/cogl/cogl/cogl-material-arbfp.c | 2 +- + clutter/cogl/cogl/cogl-types.h | 4 +++- + clutter/cogl/cogl/cogl.c | 2 +- + clutter/cogl/cogl/driver/gl/cogl-feature-functions.h | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) commit f781bcec7e92c4387a2b755510681502290f8e75 @@ -5182,7 +5182,7 @@ Date: Sun Aug 8 13:54:07 2010 +0100 flush the journal directly in layer_pre_change_notify. clutter/cogl/cogl/cogl-material.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 855661754653ed1b5b1e0f1bf491f7e360ca5ed0 Author: Robert Bragg @@ -5197,7 +5197,7 @@ Date: Sun Aug 8 14:26:45 2010 +0100 weren't unlinking that old layer. clutter/cogl/cogl/cogl-material.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eeac7c5f431cf9c6df66ddbe8a9c862e9143884c Author: Robert Bragg @@ -5219,7 +5219,7 @@ Date: Sun Aug 8 13:41:15 2010 +0100 clearer with a corresponding g_return_if_fail check. clutter/cogl/cogl/cogl-material.c | 25 ++++++++++++++----------- - 1 files changed, 14 insertions(+), 11 deletions(-) + 1 file changed, 14 insertions(+), 11 deletions(-) commit d489832688ab28e7a2a889cf793bef6ab8fab334 Author: Robert Bragg @@ -5243,7 +5243,7 @@ Date: Sun Aug 8 13:09:27 2010 +0100 the change. clutter/cogl/cogl/cogl-material.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 0e2880b067e96ff93deec6c3a6ffb7aa0cd4cee4 Author: Robert Bragg @@ -5257,7 +5257,7 @@ Date: Sun Aug 8 13:05:40 2010 +0100 _cogl_material_layer_get_texture() instead. clutter/cogl/cogl/cogl-material-opengl.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9c46cb7f21fba3a8871128866c74325a598f49f2 Author: Robert Bragg @@ -5271,7 +5271,7 @@ Date: Sun Aug 8 14:09:26 2010 +0100 index. clutter/cogl/cogl/cogl-material.c | 30 ++++++++++++++++-------------- - 1 files changed, 16 insertions(+), 14 deletions(-) + 1 file changed, 16 insertions(+), 14 deletions(-) commit eaed9c22da03caa1a0ce43656f2afdfc00ac5115 Author: Elliot Smith @@ -5300,7 +5300,7 @@ Date: Thu Aug 5 13:43:23 2010 +0100 Make sure layouts.xml is included for make dist. doc/cookbook/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1a44b56b7a5b42ff26abde46c5fdea2f8e3858ff Author: Elliot Smith @@ -5310,7 +5310,7 @@ Date: Tue Aug 3 11:00:19 2010 +0100 doc/cookbook/clutter-cookbook.xml.in | 1 + doc/cookbook/layouts.xml | 281 ++++++++++++++++++++++++++++++++++ - 2 files changed, 282 insertions(+), 0 deletions(-) + 2 files changed, 282 insertions(+) commit 1943b8e544a985e08cd4fbe2ae79320fed2f2548 Author: Emmanuele Bassi @@ -5331,7 +5331,7 @@ Date: Mon Aug 9 11:29:03 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-stage-glx.c | 43 ++++++++++----------------------------- - configure.ac | 8 +++++++ + configure.ac | 8 ++++++++ 2 files changed, 19 insertions(+), 32 deletions(-) commit 28378f1bb4f74c4ba97618f404386b26a28f5224 @@ -5346,7 +5346,7 @@ Date: Mon Aug 9 11:06:44 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2255 clutter/clutter-layout-manager.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 306385c2eb6ea3e0df406edc34227ca8c2622b7d Author: Emmanuele Bassi @@ -5355,7 +5355,7 @@ Date: Mon Aug 9 08:50:18 2010 +0100 animator: Remove redundant parenthesis clutter/clutter-animator.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 74301da8e7bbce31395871927fe8afd6e08bbfd9 Author: Emmanuele Bassi @@ -5367,7 +5367,7 @@ Date: Sun Aug 8 19:18:46 2010 +0100 that can be copied or transformed. clutter/clutter-animator.c | 41 ++++++++++++++++++++++++++++------------- - 1 files changed, 28 insertions(+), 13 deletions(-) + 1 file changed, 28 insertions(+), 13 deletions(-) commit 1ca0c2a6d1ce7477b4c31c507603c870f298c79d Author: Emmanuele Bassi @@ -5389,7 +5389,7 @@ Date: Sun Aug 8 13:48:51 2010 +0100 clutter.modules: Fix UProf id build/clutter.modules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fa8ee94c597fa34000d471c1e959a74ebe114076 Author: Emmanuele Bassi @@ -5400,7 +5400,7 @@ Date: Fri Aug 6 19:33:21 2010 +0100 UProf has moved. build/clutter.modules | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit d07a525eccc4b9504980ee01531dc5ee6b8db6e4 Author: Emmanuele Bassi @@ -5416,7 +5416,7 @@ Date: Fri Aug 6 17:04:37 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2239 clutter/clutter-text.c | 66 ++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 55 insertions(+), 11 deletions(-) + 1 file changed, 55 insertions(+), 11 deletions(-) commit fcbfd4ec34ba53953935954cf90f09e5675fb8cc Author: Neil Roberts @@ -5433,7 +5433,7 @@ Date: Fri Aug 6 16:41:41 2010 +0100 which ends up the same as the default material. clutter/cogl/cogl/cogl-material.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 7032e249501080a699e19a731be2bc7d7ecc325f Author: Damien Lespiau @@ -5445,7 +5445,7 @@ Date: Fri Aug 6 15:39:01 2010 +0100 just show the title of those recipes. doc/common/cookbook.xsl | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 86c3be550efa724d512b6b1c699e05f7f4257bea Author: Damien Lespiau @@ -5458,7 +5458,7 @@ Date: Fri Aug 6 12:30:06 2010 +0100 for us. doc/cookbook/clutter-cookbook.xml.in | 13 +++---------- - 1 files changed, 3 insertions(+), 10 deletions(-) + 1 file changed, 3 insertions(+), 10 deletions(-) commit 4f5ab7d01049ab3b9ceed5a8cbe6b01e8a928a4e Author: Damien Lespiau @@ -5469,7 +5469,7 @@ Date: Thu Aug 5 13:21:52 2010 +0100 A tag was not closed. doc/cookbook/text.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cbd6e047dd61ac7ceb47996346ded26d52e6d6d0 Author: Damien Lespiau @@ -5505,7 +5505,7 @@ Date: Thu Aug 5 19:50:29 2010 +0100 children of programlisting. doc/common/cookbook.xsl | 79 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 79 insertions(+), 0 deletions(-) + 1 file changed, 79 insertions(+) commit c0c9ddab65a47404c0e6c5aa3a94c8a235c6d0ff Author: Damien Lespiau @@ -5516,7 +5516,7 @@ Date: Tue Aug 3 22:26:14 2010 +0100 text.xml was feeling lonely and forgotten, that's fixed now. doc/cookbook/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b4f4942e07cd2d7f5ad6e235fadb8ed2cf45f48d Author: Damien Lespiau @@ -5533,7 +5533,7 @@ Date: Tue Aug 3 21:02:23 2010 +0100 to EXTRA_DIST. doc/cookbook/Makefile.am | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 8ac3cb29ea6a04f434887c4e7a441ae4a4e67729 Author: Robert Bragg @@ -5546,7 +5546,7 @@ Date: Fri Aug 6 14:12:22 2010 +0100 texture state authority which was causing crashes in some cases. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 069266f3ed911dd8de69066c5d50a4befca468a8 Author: Emmanuele Bassi @@ -5567,7 +5567,7 @@ Date: Thu Aug 5 18:10:22 2010 +0100 creation of the LayoutMeta instances, and thaw it after that. clutter/clutter-layout-manager.c | 62 ++++++++++++++++++++++++++++++++++++-- - 1 files changed, 59 insertions(+), 3 deletions(-) + 1 file changed, 59 insertions(+), 3 deletions(-) commit e7381c47fdaae7d52f9e1e7a1c48d7ecadeae503 Author: Emmanuele Bassi @@ -5579,7 +5579,7 @@ Date: Thu Aug 5 17:22:50 2010 +0100 actor as well. tests/interactive/test-bin-layout.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 315965290b23900e01840a2e6ef1cff17d222969 Author: Emmanuele Bassi @@ -5597,7 +5597,7 @@ Date: Thu Aug 5 16:19:51 2010 +0100 sizing it correctly. clutter/clutter-texture.c | 25 ++++++++++++++++++++++++- - 1 files changed, 24 insertions(+), 1 deletions(-) + 1 file changed, 24 insertions(+), 1 deletion(-) commit 2d4125a053b73acc1c037f02bbf1c52bcb6b0a41 Author: Emmanuele Bassi @@ -5619,7 +5619,7 @@ Date: Thu Aug 5 13:06:38 2010 +0100 Post-release version bump to 1.3.11 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 177d8e52d3823cd0af8fd0b7ab9bb4a7d67c27a8 Author: Emmanuele Bassi @@ -5629,7 +5629,7 @@ Date: Wed Aug 4 12:38:53 2010 +0100 NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 47 insertions(+), 1 deletions(-) + 2 files changed, 47 insertions(+), 1 deletion(-) commit 8668a019a0bde8a078f999cd5b960a1f63f700ec Author: Emmanuele Bassi @@ -5639,7 +5639,7 @@ Date: Thu Aug 5 11:41:25 2010 +0100 Fill out the recipe and add more comments to the example code. - doc/cookbook/examples/text-shadow.c | 10 +++- + doc/cookbook/examples/text-shadow.c | 10 +++-- doc/cookbook/text.xml | 71 +++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 3 deletions(-) @@ -5653,7 +5653,7 @@ Date: Wed Aug 4 12:47:16 2010 +0100 AS_ALL_LINGUAS m4 macro. po/Makefile.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8326ea26f82dcb756e4717f5ed6b80ea8582b9f1 Author: Roman Kudiyarov @@ -5671,7 +5671,7 @@ Date: Tue Aug 3 21:12:12 2010 +0700 will be returned in any case to frontend. clutter/osx/clutter-stage-osx.c | 71 ++++++++++++++++++++------------------- - 1 files changed, 36 insertions(+), 35 deletions(-) + 1 file changed, 36 insertions(+), 35 deletions(-) commit c1f0b59911fdc6096f070108d100ff14c2e25b29 Author: Roman Kudiyarov @@ -5683,7 +5683,7 @@ Date: Wed Aug 4 12:08:50 2010 +0700 of type GValue before we can use it in g_value_init. clutter/clutter-shader-effect.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 52b6a3cd49c4fd654bde0a03b8e57156e731076f Author: Roman Kudiyarov @@ -5696,7 +5696,7 @@ Date: Thu Jul 29 21:59:46 2010 +0700 -1 and test-text-cache test crashes in this case. clutter/osx/clutter-backend-osx.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit dc23b88de25d24b5b8efaf6ae7e84f3237c175eb Author: Roman Kudiyarov @@ -5705,7 +5705,7 @@ Date: Sat Jul 24 11:54:19 2010 +0700 osx: Fixed warnings in osx event implementation clutter/osx/clutter-event-osx.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit af8308295c95c8bef3538af85d308e7807a8ab22 Author: Roman Kudiyarov @@ -5717,7 +5717,7 @@ Date: Fri Jul 23 12:16:23 2010 +0700 controls this option while resizing the stage. clutter/osx/clutter-stage-osx.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 49b2b623118ab961c6ce15d7f26972391b9075e1 Author: Roman Kudiyarov @@ -5730,7 +5730,7 @@ Date: Fri Jul 23 11:25:40 2010 +0700 manually set first responder. clutter/osx/clutter-stage-osx.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit e4c4ef679254b6407133333f9572442444709845 Author: Roman Kudiyarov @@ -5742,7 +5742,7 @@ Date: Thu Jul 22 13:51:37 2010 +0700 was true. clutter/osx/clutter-stage-osx.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 411b5a09bb11d2b8831d676298d4632ab47ecd21 Author: Roman Kudiyarov @@ -5754,7 +5754,7 @@ Date: Wed Jul 21 23:22:57 2010 +0700 taken into account in clutter_stage_osx_realize. clutter/osx/clutter-stage-osx.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 5218da748f7d5c95d3aeff18c51f54361398748f Author: Roman Kudiyarov @@ -5763,7 +5763,7 @@ Date: Mon Jul 19 22:53:49 2010 +0700 test: fixed uninitialized variable in test-cogl-point-sprites tests/interactive/test-cogl-point-sprites.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e2b45648f14debe0039cfd32dddcf262b7f15ce Author: Roman Kudiyarov @@ -5789,8 +5789,8 @@ Date: Fri Jul 16 19:46:17 2010 +0700 We should assign context and pixel_format vars to null to avoid multiple context creation. - clutter/osx/clutter-backend-osx.c | 51 +++++++++++++++++++----------------- - 1 files changed, 27 insertions(+), 24 deletions(-) + clutter/osx/clutter-backend-osx.c | 51 ++++++++++++++++++++----------------- + 1 file changed, 27 insertions(+), 24 deletions(-) commit 50793eac51d541648e023455f9d0cc94e8519423 Author: Roman Kudiyarov @@ -5805,7 +5805,7 @@ Date: Fri Jul 16 19:19:13 2010 +0700 for it. clutter/osx/clutter-backend-osx.c | 92 +++++++++++++++---------------------- - clutter/osx/clutter-stage-osx.c | 13 +++++ + clutter/osx/clutter-stage-osx.c | 13 ++++++ 2 files changed, 50 insertions(+), 55 deletions(-) commit 904f619419b414e5de86b4bca5cd0f811ef02c87 @@ -5828,7 +5828,7 @@ Date: Thu Jul 15 16:32:59 2010 +0700 Added .DS_Store and test logs messages to git ignore .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 12e50114883c21a2f9a0db48e53020532dffa936 Author: Roman Kudiyarov @@ -5840,7 +5840,7 @@ Date: Thu Jul 15 16:27:16 2010 +0700 notes FIXME and also they are added to iface. clutter/osx/clutter-stage-osx.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 01c9570d168bced1e9055f66016a875bcd86b81d Author: Roman Kudiyarov @@ -5855,7 +5855,7 @@ Date: Thu Jul 15 16:00:29 2010 +0700 don't expect it and aren't ready at this moment. clutter/osx/clutter-stage-osx.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit e3295050f59bcc026b8f0648e2ad2935d9911aed Author: Roman Kudiyarov @@ -5867,7 +5867,7 @@ Date: Thu Jul 15 15:46:04 2010 +0700 and all next GL functions that use it work incorrectly. clutter/osx/clutter-backend-osx.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 24d1142ecf03cdeefb4b07cb4ac372d2f2b6b1bf Author: Emmanuele Bassi @@ -5878,7 +5878,7 @@ Date: Tue Aug 3 17:53:58 2010 +0100 Should help debug the GLX visual selection. clutter/glx/clutter-backend-glx.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit fa54b7c60d52aaf75b1691586c9171b77280ae15 Author: Emmanuele Bassi @@ -5892,7 +5892,7 @@ Date: Tue Aug 3 16:48:53 2010 +0100 Thanks to: Robert Bragg clutter/x11/clutter-backend-x11.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit da6b2660ba423924b5fd164fff3a5e05ca206971 Author: Emmanuele Bassi @@ -5906,7 +5906,7 @@ Date: Tue Aug 3 16:30:04 2010 +0100 control over the selection. clutter/x11/clutter-backend-x11.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 609560b1cb44f4d209de810cc9b94d8d49ba2db5 Author: Emmanuele Bassi @@ -5949,7 +5949,7 @@ Date: Tue Aug 3 16:11:52 2010 +0100 This change has been tested with Mutter and Clutter-GTK. clutter/glx/clutter-stage-glx.c | 84 ++++++++++++++++++++++++--------------- - 1 files changed, 52 insertions(+), 32 deletions(-) + 1 file changed, 52 insertions(+), 32 deletions(-) commit 142f288986dba5cdeef2fa2e24fd019ce61fa5b0 Merge: 10c5cb1 7ed3517 @@ -5977,7 +5977,7 @@ Date: Fri Jul 23 10:12:39 2010 +0100 clutter/cogl/cogl/cogl-material-glsl.c | 3 -- clutter/cogl/cogl/cogl-material-opengl-private.h | 2 +- clutter/cogl/cogl/cogl-material-opengl.c | 34 +++++++++++++--------- - clutter/cogl/cogl/driver/gl/cogl-program.c | 10 +++--- + clutter/cogl/cogl/driver/gl/cogl-program.c | 10 +++---- clutter/cogl/cogl/driver/gles/cogl-program.c | 3 -- 5 files changed, 26 insertions(+), 26 deletions(-) @@ -5994,8 +5994,8 @@ Date: Tue Jun 8 23:06:50 2010 +0100 http://bugzilla.o-hand.com/show_bug.cgi?id=2179 clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 41 ++++++++++---------- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 11 ++--- - clutter/cogl/cogl/driver/gles/cogl-program.c | 38 ++++++++++++------ + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 11 +++--- + clutter/cogl/cogl/driver/gles/cogl-program.c | 38 +++++++++++------- clutter/cogl/cogl/driver/gles/cogl-program.h | 11 +++++- 4 files changed, 61 insertions(+), 40 deletions(-) @@ -6069,7 +6069,7 @@ Date: Fri Jul 23 21:37:22 2010 +0100 gl2ext.h can't always be used standalone. configure.ac | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit c23b28396866cfcffa64e16d3d55075be04e0d4e Author: Emmanuele Bassi @@ -6112,7 +6112,7 @@ Date: Sat Jul 31 10:39:53 2010 +0100 A constraint was created but not added to the actor. clutter/clutter-bind-constraint.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 00eb71b89a09efe4ccb44e55bdff7d2e4da4d26b Author: Emmanuele Bassi @@ -6147,7 +6147,7 @@ Date: Thu Jul 29 17:18:25 2010 +0100 should have a separate error message. This makes debugging simpler. clutter/x11/clutter-stage-x11.c | 24 +++++++++++++++++++----- - 1 files changed, 19 insertions(+), 5 deletions(-) + 1 file changed, 19 insertions(+), 5 deletions(-) commit 0736cb73230c6f2e39b7186770f7405f4dda228e Author: Emmanuele Bassi @@ -6161,7 +6161,7 @@ Date: Thu Jul 29 17:00:24 2010 +0100 emission with g_object_ref/unref. clutter/clutter-actor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 6f737a5f5a107cc728a9be59d79e9213dfffd026 Author: Emmanuele Bassi @@ -6174,7 +6174,7 @@ Date: Thu Jul 29 16:58:37 2010 +0100 latter. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7ed3517504754216304607136450ef8b718597f7 Author: Elliot Smith @@ -6217,7 +6217,7 @@ Date: Wed Jul 21 15:44:16 2010 +0100 a full code sample at the end of a recipe. doc/cookbook/clutter-cookbook.xml.in | 95 ++++++++++++++++++++++++++++++++++ - 1 files changed, 95 insertions(+), 0 deletions(-) + 1 file changed, 95 insertions(+) commit 9e29aac49a64adc3d1edcf54a473bbe2b074b98a Author: Elliot Smith @@ -6229,7 +6229,7 @@ Date: Wed Jul 21 14:42:31 2010 +0100 guidelines given in the "Contributing" section. doc/cookbook/clutter-cookbook.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 12ffe70a86440e04752d8dd18a1b8bc984a4e02b Author: Elliot Smith @@ -6243,7 +6243,7 @@ Date: Wed Jul 21 12:51:47 2010 +0100 doc/cookbook/examples/.gitignore | 1 + doc/cookbook/examples/Makefile.am | 3 + doc/cookbook/examples/animations-rotating.c | 136 +++++++++++++++++++++++++++ - 3 files changed, 140 insertions(+), 0 deletions(-) + 3 files changed, 140 insertions(+) commit 385ac8e1811c1ca485ed129d96b8368d48955748 Author: Emmanuele Bassi @@ -6254,7 +6254,7 @@ Date: Fri Jul 23 12:42:55 2010 +0100 And add poppler. build/clutter.modules | 25 ++++++++++++++++++++++--- - 1 files changed, 22 insertions(+), 3 deletions(-) + 1 file changed, 22 insertions(+), 3 deletions(-) commit 3d806f498f1c4a02b2a166bdd5e124e7e11239cd Author: Øyvind Kolås @@ -6263,7 +6263,7 @@ Date: Fri Jul 23 12:16:37 2010 +0100 effect: fix conversion from degrees to radians clutter/clutter-page-turn-effect.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec26466cdce5b701af7c82bce4588cb6f2e3180c Author: Neil Roberts @@ -6279,9 +6279,9 @@ Date: Wed Jul 14 19:39:24 2010 +0100 that read it was treating it as if it was CoglShaderType. This changes it be CoglShaderType. - .../cogl/cogl/driver/gles/cogl-shader-private.h | 2 +- - clutter/cogl/cogl/driver/gles/cogl-shader.c | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-shader-private.h | 2 +- + clutter/cogl/cogl/driver/gles/cogl-shader.c | 1 + + 2 files changed, 2 insertions(+), 1 deletion(-) commit 616eccdad63ce35d5ce59094cf026970b799cf09 Author: Neil Roberts @@ -6293,7 +6293,7 @@ Date: Thu Jul 22 17:27:04 2010 +0100 program. tests/interactive/test-shader.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a639ed6593fa64c83bc4c462d9c3eac9bf543485 Author: Neil Roberts @@ -6308,7 +6308,7 @@ Date: Thu Jul 22 16:58:23 2010 +0100 clutter/cogl/cogl/driver/gl/cogl-shader.c | 2 ++ clutter/cogl/cogl/driver/gles/cogl-program.c | 2 ++ clutter/cogl/cogl/driver/gles/cogl-shader.c | 2 ++ - 4 files changed, 8 insertions(+), 0 deletions(-) + 4 files changed, 8 insertions(+) commit f17717717ab3266676053bc020f45b6bacdcee0f Author: Neil Roberts @@ -6325,7 +6325,7 @@ Date: Thu Jul 22 16:14:59 2010 +0100 in cogl-defines.h configure.ac | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit d87b34f98283797a13e983f37ef9dd9f43407602 Author: Neil Roberts @@ -6339,7 +6339,7 @@ Date: Thu Jul 22 16:12:46 2010 +0100 matter because it would default to empty anyway. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1c74209795c341dc89dbe2f6c3a91242a8c813c Author: Neil Roberts @@ -6355,7 +6355,7 @@ Date: Thu Jul 15 17:10:31 2010 +0100 linking a non-array varying with an array will work. tests/interactive/test-shader.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 488e376b7e356614494bee62ed0437ea721c2447 Author: Neil Roberts @@ -6373,8 +6373,8 @@ Date: Thu Jul 22 19:58:47 2010 +0100 aligned rowstride. However it is now extremely unlikely that the fallback code would ever be used. - clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 33 +++++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 9 deletions(-) + clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 33 +++++++++++++++++++++++--------- + 1 file changed, 24 insertions(+), 9 deletions(-) commit b9295bf0e5e103c2acd4b1c14d402780e824c69a Author: Neil Roberts @@ -6390,7 +6390,7 @@ Date: Thu Jul 22 19:15:44 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2235 clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bb1b1b151e28b87071cdc064af648f8c7d26b1e9 Author: Neil Roberts @@ -6441,7 +6441,7 @@ Date: Wed Jul 21 23:22:07 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2232 clutter/cogl/cogl/cogl-material-opengl.c | 15 ++------------- - 1 files changed, 2 insertions(+), 13 deletions(-) + 1 file changed, 2 insertions(+), 13 deletions(-) commit ea255154f503112ee238b5c2c2b2ba1d3f77203f Author: Chris Leick @@ -6452,7 +6452,7 @@ Date: Thu Jul 22 11:40:57 2010 +0100 Signed-off-by: Emmanuele Bassi po/de.po | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 104 insertions(+), 0 deletions(-) + 1 file changed, 104 insertions(+) commit 24b9748f0a988110dfeda660d2f20df6e14cde3d Author: Chris Kühl @@ -6463,7 +6463,7 @@ Date: Thu Jul 22 11:21:21 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2233 clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 99d7d31318b44eacf8d8a64ee1bb92fc511ab8ce Author: Emmanuele Bassi @@ -6490,7 +6490,7 @@ Date: Thu Jul 22 10:04:06 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2233 clutter/clutter-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 706f42645a3436089ad33d9d07844cc4ae202b12 Author: Emmanuele Bassi @@ -6501,7 +6501,7 @@ Date: Wed Jul 21 17:25:15 2010 +0100 The introspection format changed, so we should depend on the new one. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit eae4561929938057c398498267b7500796fa9d92 Author: Emmanuele Bassi @@ -6512,7 +6512,7 @@ Date: Wed Jul 21 16:10:46 2010 +0100 Provide macros to quickly query a flag, and remove all namespacing except the initial 'CLUTTER'. - clutter/clutter-actor.c | 109 +++++++++++++++----------------- + clutter/clutter-actor.c | 109 +++++++++++++++------------------ clutter/clutter-backend.c | 2 +- clutter/clutter-cairo-texture.c | 2 +- clutter/clutter-main.c | 12 ++-- @@ -6536,7 +6536,7 @@ Date: Wed Jul 21 15:21:08 2010 +0100 Check all the pre-requisites to avoid segfaults later on. clutter/x11/clutter-stage-x11.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 8538e1bf586464f841f8321aa313be4a372c8159 Author: Emmanuele Bassi @@ -6547,7 +6547,7 @@ Date: Wed Jul 21 15:14:36 2010 +0100 Align the header file and use bitfields instead of booleans. clutter/x11/clutter-x11-texture-pixmap.c | 22 ++++---- - clutter/x11/clutter-x11-texture-pixmap.h | 84 ++++++++++++++--------------- + clutter/x11/clutter-x11-texture-pixmap.h | 84 +++++++++++++++--------------- 2 files changed, 52 insertions(+), 54 deletions(-) commit 0e80747a684339d116e7860b26a7049320525284 @@ -6562,7 +6562,7 @@ Date: Sat Jul 17 14:08:28 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2220 clutter/cogl/cogl/cogl-material.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit f2d0f0ab5f120c514b82d75478aea1e17ad51ba7 Author: Emmanuele Bassi @@ -6575,7 +6575,7 @@ Date: Tue Jul 20 14:39:43 2010 +0100 functions. clutter/clutter-stage.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 7b6b2ea55b758486f7d0dbe6eb8fe0bd89610de8 Author: Emmanuele Bassi @@ -6586,7 +6586,7 @@ Date: Tue Jul 20 14:39:01 2010 +0100 Validate the arguments passed to StageWindow's methods. clutter/clutter-stage-window.c | 35 ++++++++++++++++++++++++++--------- - 1 files changed, 26 insertions(+), 9 deletions(-) + 1 file changed, 26 insertions(+), 9 deletions(-) commit a7adfd874524bd0e4b1d61c0e1714d0037ffa70f Author: Emmanuele Bassi @@ -6597,7 +6597,7 @@ Date: Mon Jul 19 16:03:35 2010 +0100 Use the one that ships with gtk+. po/Makefile.in.in | 47 +++++++++++++++-------------------------------- - 1 files changed, 15 insertions(+), 32 deletions(-) + 1 file changed, 15 insertions(+), 32 deletions(-) commit e45b8be71b6f5a0e95db2b6f1d4d92fbe59d2cdc Author: Elliot Smith @@ -6613,7 +6613,7 @@ Date: Mon Jul 19 12:52:00 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2223 doc/cookbook/events.xml | 32 ++++++++++++++------------------ - 1 files changed, 14 insertions(+), 18 deletions(-) + 1 file changed, 14 insertions(+), 18 deletions(-) commit 5865d2a4b393a86180a36505419f2502433ccc00 Author: Emmanuele Bassi @@ -6625,7 +6625,7 @@ Date: Sun Jul 18 22:53:56 2010 +0100 in textures-reflection. doc/cookbook/examples/textures-reflection.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dc19e26073c52fd7810a3a7f2fd98be67d2bab3e Author: Emmanuele Bassi @@ -6634,7 +6634,7 @@ Date: Sun Jul 18 11:20:44 2010 +0100 cookbook: Add image and example for text-shadow doc/cookbook/text.xml | 28 +++++++++++++++++++++++++++- - 1 files changed, 27 insertions(+), 1 deletions(-) + 1 file changed, 27 insertions(+), 1 deletion(-) commit 0dac5e0557a637099bba873abba6068f4c45cefa Author: Emmanuele Bassi @@ -6646,7 +6646,7 @@ Date: Sun Jul 18 11:15:25 2010 +0100 example. doc/cookbook/textures.xml | 44 ++++++++++++++++++++++---------------------- - 1 files changed, 22 insertions(+), 22 deletions(-) + 1 file changed, 22 insertions(+), 22 deletions(-) commit 76d8119a7fcdbd64566d8ef16f73e50b0ae28c7f Author: Neil Roberts @@ -6664,7 +6664,7 @@ Date: Sat Jul 17 12:40:19 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2219 clutter/cogl/cogl/cogl-material-arbfp.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit 90b74458d2ac8fcedea8f9dc3e28a3e9d9455bc7 Author: Emmanuele Bassi @@ -6682,7 +6682,7 @@ Date: Sun Jul 18 10:56:35 2010 +0100 doc/cookbook/examples/text-shadow.c | 59 ++++++++++++++++++++++++++++++++++ doc/cookbook/images/text-shadow.png | Bin 0 -> 17618 bytes doc/cookbook/text.xml | 40 +++++++++++++++++++++++ - 7 files changed, 105 insertions(+), 0 deletions(-) + 7 files changed, 105 insertions(+) commit bb3dc013bffe387dd1532df4c0469a88ef54808a Author: Emmanuele Bassi @@ -6701,7 +6701,7 @@ Date: Sun Jul 18 10:53:06 2010 +0100 doc/cookbook/examples/.gitignore | 1 + doc/cookbook/examples/Makefile.am | 28 +++++++ doc/cookbook/examples/textures-reflection.c | 110 +++++++++++++++++++++++++++ - 5 files changed, 144 insertions(+), 0 deletions(-) + 5 files changed, 144 insertions(+) commit 5f4f2fa3c7e95d13664e40d3e238594170df1486 Author: Emmanuele Bassi @@ -6710,7 +6710,7 @@ Date: Sat Jul 17 10:23:57 2010 +0100 Add gmo files to the Git ignore list .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6983429e4a937d6c64beb427b137290e16db4527 Author: Emmanuele Bassi @@ -6728,7 +6728,7 @@ Date: Fri Jul 16 23:37:59 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2219 clutter/cogl/cogl/cogl-material-arbfp.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 6f220399ae862f49f3f2aa54ec6681e159f0a934 Author: Emmanuele Bassi @@ -6739,7 +6739,7 @@ Date: Fri Jul 16 17:31:27 2010 +0100 Screenshots should be using the tag, not the
one. doc/cookbook/textures.xml | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 71dfdf92d74603d4e8fc48eeb9da4a6a051d45f3 Merge: af6f023 7be6ed3 @@ -6758,7 +6758,7 @@ Date: Fri Jul 16 17:20:38 2010 +0100 cookbook: Add a missing image to the list doc/cookbook/Makefile.am | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit e92c8d72cc32a7403735138e723f18ae6ecee19c Merge: ad1613a 489799b @@ -6797,7 +6797,7 @@ Date: Fri Jul 16 17:04:31 2010 +0100 doc/cookbook/images/textures-reflection.png | Bin 0 -> 23953 bytes doc/cookbook/textures.xml | 198 +++++++++++++++++++++++++++ - 2 files changed, 198 insertions(+), 0 deletions(-) + 2 files changed, 198 insertions(+) commit 7be6ed3334a55b7ba89d116905a603c625866c41 Author: Elliot Smith @@ -6816,7 +6816,7 @@ Date: Thu Jul 15 19:47:53 2010 +0100 doc/cookbook/actors.xml | 229 ++++++++++++++++++++ .../actors-opacity-container-affects-opacity.png | Bin 0 -> 5150 bytes doc/cookbook/images/actors-opacity.png | Bin 0 -> 5029 bytes - 4 files changed, 233 insertions(+), 1 deletions(-) + 4 files changed, 233 insertions(+), 1 deletion(-) commit da2215049852e43e6ae42d4097d8a59825e31dab Author: Elliot Smith @@ -6829,7 +6829,7 @@ Date: Fri Jul 16 12:48:56 2010 +0100 than 3. So I reworded it. doc/cookbook/animations.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 962b3c68857813967c3f3fc62ca87e7e3bc9cf6d Author: Elliot Smith @@ -6845,7 +6845,7 @@ Date: Fri Jul 16 12:34:44 2010 +0100 doc/cookbook/animations.xml | 128 +++++++++++++++++++- .../videos/animations-fading-in-then-out.ogv | Bin 0 -> 92403 bytes doc/cookbook/videos/animations-fading-out.ogv | Bin 0 -> 64464 bytes - 4 files changed, 131 insertions(+), 1 deletions(-) + 4 files changed, 131 insertions(+), 1 deletion(-) commit 3aa3893a1100ec24f713f6ca8f4272e95b00e518 Author: Emmanuele Bassi @@ -6854,7 +6854,7 @@ Date: Fri Jul 16 12:01:42 2010 +0100 docbook: Add an introduction to the texture section doc/cookbook/textures.xml | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit e3de96c2043826f50380c7b10f7f8cbf9b1f55d1 Author: Emmanuele Bassi @@ -6863,7 +6863,7 @@ Date: Fri Jul 16 11:29:28 2010 +0100 po: Fix the LTR string translation po/zh_CN.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a8595435b8b3e85b410abc46885402b8d34575b3 Author: Emmanuele Bassi @@ -6874,7 +6874,7 @@ Date: Fri Jul 16 11:23:01 2010 +0100 The ALL_LINGUAS variable is generated from the list of po files. po/LINGUAS | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ec81e8d7388c3aa8ac6d5fcbff7f72deae0abe87 Author: raven @@ -6885,7 +6885,7 @@ Date: Fri Jul 16 11:18:02 2010 +0100 Signed-off-by: Emmanuele Bassi po/pl.po | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 117 insertions(+), 0 deletions(-) + 1 file changed, 117 insertions(+) commit 9b7579d9161d0bd120bf5154a8c281ca068e97c2 Author: happyaron @@ -6896,7 +6896,7 @@ Date: Fri Jul 16 11:17:30 2010 +0100 Signed-off-by: Emmanuele Bassi po/zh_CN.po | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 112 insertions(+), 0 deletions(-) + 1 file changed, 112 insertions(+) commit 489799bb4d956c74c1a89d7ba5d82ce3a25e56f2 Author: Elliot Smith @@ -6905,7 +6905,7 @@ Date: Thu Jul 15 17:24:50 2010 +0100 cookbook: Tweak so that videos sit inside a paragraph for better spacing doc/common/cookbook.xsl | 22 ++++++++++++---------- - 1 files changed, 12 insertions(+), 10 deletions(-) + 1 file changed, 12 insertions(+), 10 deletions(-) commit ec7b0b438962a60a5b269bd712724cc3e59b7795 Author: Emmanuele Bassi @@ -6914,7 +6914,7 @@ Date: Thu Jul 15 14:26:16 2010 +0100 docs: Note the P_() macro in the HACKING file doc/HACKING | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1d9c64ff16cc3070405cd6a67221712cf0893b7e Author: Elliot Smith @@ -6935,7 +6935,7 @@ Date: Thu Jul 15 13:27:02 2010 +0100 Added note to "Contributing" appendix explaining how to put video into a recipe. - doc/common/cookbook.xsl | 18 +++++++++ + doc/common/cookbook.xsl | 18 ++++++++++ doc/cookbook/Makefile.am | 32 +++++++++++++++-- doc/cookbook/clutter-cookbook.xml.in | 66 +++++++++++++++++++++++++++++++++- doc/cookbook/videos/README | 1 + @@ -6971,7 +6971,7 @@ Date: Thu Jul 15 13:05:55 2010 +0100 clutter/cogl/cogl/cogl-bitmap-private.h | 25 ++++ clutter/cogl/cogl/cogl-bitmap.c | 139 +++++++++++++++++++- clutter/cogl/cogl/cogl-texture.c | 37 ++---- - clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 114 ++++++++--------- + clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 114 ++++++++-------- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 81 ++++++------ 5 files changed, 261 insertions(+), 135 deletions(-) @@ -7012,8 +7012,8 @@ Date: Thu Jul 15 11:32:08 2010 +0100 rowstride of the CoglBitmap is now always allocated to bpp*width regardless of the rowstride of the pixbuf. - clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 41 ++++++++++++++++++------------- - 1 files changed, 24 insertions(+), 17 deletions(-) + clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 41 +++++++++++++++++++------------- + 1 file changed, 24 insertions(+), 17 deletions(-) commit fc12c42a83084b9d3acd1ed5a1b3dd34057f54d8 Author: Neil Roberts @@ -7051,9 +7051,9 @@ Date: Wed Jul 7 18:44:16 2010 +0100 clutter/cogl/cogl/cogl-atlas-texture-private.h | 2 +- clutter/cogl/cogl/cogl-atlas-texture.c | 187 +++--- clutter/cogl/cogl/cogl-bitmap-fallback.c | 144 +++-- - clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 82 ++-- + clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 82 ++- clutter/cogl/cogl/cogl-bitmap-private.h | 109 +++- - clutter/cogl/cogl/cogl-bitmap.c | 228 +++++++-- + clutter/cogl/cogl/cogl-bitmap.c | 228 ++++++-- clutter/cogl/cogl/cogl-texture-2d-private.h | 2 +- clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 2 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 607 +++++++++++--------- @@ -7064,8 +7064,8 @@ Date: Wed Jul 7 18:44:16 2010 +0100 clutter/cogl/cogl/cogl-texture-rectangle-private.h | 2 +- clutter/cogl/cogl/cogl-texture-rectangle.c | 43 +- clutter/cogl/cogl/cogl-texture.c | 355 +++++++----- - clutter/cogl/cogl/cogl.c | 77 ++-- - clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 116 +++-- + clutter/cogl/cogl/cogl.c | 77 +-- + clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 116 ++-- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 200 ++++--- 19 files changed, 1421 insertions(+), 920 deletions(-) @@ -7084,7 +7084,7 @@ Date: Wed Jul 14 13:21:54 2010 +0100 changes it to store the internal format instead. clutter/cogl/cogl/cogl-texture-2d-sliced.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit fae35f841180842449d3849df9ee665eb3a01c2d Author: Emmanuele Bassi @@ -7093,7 +7093,7 @@ Date: Thu Jul 15 14:26:16 2010 +0100 docs: Note the P_() macro in the HACKING file doc/HACKING | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit fd27ca7398337fad6d475fcb8ee4a325daf50c0b Author: Emmanuele Bassi @@ -7111,16 +7111,16 @@ Date: Thu Jun 3 12:57:50 2010 +0100 clutter/clutter-animation.c | 24 ++-- clutter/clutter-animator.c | 8 +- clutter/clutter-behaviour-depth.c | 8 +- - clutter/clutter-behaviour-ellipse.c | 36 +++--- + clutter/clutter-behaviour-ellipse.c | 36 ++--- clutter/clutter-behaviour-opacity.c | 8 +- clutter/clutter-behaviour-path.c | 6 +- clutter/clutter-behaviour-rotate.c | 28 ++-- - clutter/clutter-behaviour-scale.c | 16 +- + clutter/clutter-behaviour-scale.c | 16 +-- clutter/clutter-behaviour.c | 14 +- clutter/clutter-bin-layout.c | 24 ++-- clutter/clutter-bind-constraint.c | 12 +- clutter/clutter-binding-pool.c | 4 +- - clutter/clutter-box-layout.c | 64 +++++----- + clutter/clutter-box-layout.c | 64 ++++----- clutter/clutter-box.c | 12 +- clutter/clutter-cairo-texture.c | 8 +- clutter/clutter-child-meta.c | 8 +- @@ -7131,19 +7131,19 @@ Date: Thu Jun 3 12:57:50 2010 +0100 clutter/clutter-desaturate-effect.c | 4 +- clutter/clutter-device-manager.c | 4 +- clutter/clutter-drag-action.c | 13 +- - clutter/clutter-flow-layout.c | 33 ++--- + clutter/clutter-flow-layout.c | 33 +++-- clutter/clutter-input-device.c | 12 +- clutter/clutter-interval.c | 5 +- clutter/clutter-layout-meta.c | 4 +- - clutter/clutter-media.c | 36 +++--- - clutter/clutter-rectangle.c | 16 +- + clutter/clutter-media.c | 36 ++--- + clutter/clutter-rectangle.c | 16 +-- clutter/clutter-script.c | 8 +- clutter/clutter-shader-effect.c | 4 +- - clutter/clutter-shader.c | 16 +- - clutter/clutter-stage.c | 60 ++++----- + clutter/clutter-shader.c | 16 +-- + clutter/clutter-stage.c | 60 ++++---- clutter/clutter-state.c | 8 +- - clutter/clutter-text.c | 117 ++++++++--------- - clutter/clutter-texture.c | 221 +++++++++++++---------------- + clutter/clutter-text.c | 117 ++++++++-------- + clutter/clutter-texture.c | 221 +++++++++++++----------------- clutter/x11/clutter-x11-texture-pixmap.c | 59 ++++---- po/POTFILES.in | 36 +++++ 42 files changed, 596 insertions(+), 600 deletions(-) @@ -7197,7 +7197,7 @@ Date: Wed Jul 14 14:46:23 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-stage-glx.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e7ae71e072fa7f4218b9601c3c7675e516a11f64 Author: Emmanuele Bassi @@ -7210,7 +7210,7 @@ Date: Thu Jul 15 00:26:42 2010 +0100 wouldn't work if we didn't have one. clutter/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 54b2e1781ee9ed4bd195ac1e91c3cd35e952de93 Author: Neil Roberts @@ -7223,8 +7223,8 @@ Date: Wed Jul 14 17:49:16 2010 +0100 However the gles texture backend was missed from this so it was giving a compiler warning about using an undeclared function. - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-texture-driver.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccdcbbb46b91ede23eadabff271e9bed6845eac5 Author: Neil Roberts @@ -7237,9 +7237,9 @@ Date: Wed Jul 14 17:45:15 2010 +0100 be possible to directly link to it. Also under GLES it is only available conditionally in an extension. - clutter/cogl/cogl/cogl-texture-3d.c | 1 + - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 7 +++++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + clutter/cogl/cogl/cogl-texture-3d.c | 1 + + clutter/cogl/cogl/driver/gl/cogl-feature-functions.h | 7 +++++++ + 2 files changed, 8 insertions(+) commit 943266db3b31f99438a27473c6feb2aa5f71abb8 Author: Neil Roberts @@ -7253,7 +7253,7 @@ Date: Wed Jul 14 16:35:33 2010 +0100 compiler warning about using an undeclared function. clutter/cogl/cogl/cogl-texture-3d.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d0d72e4d979de1078aeed00a5228c33296cd014d Author: Neil Roberts @@ -7265,7 +7265,7 @@ Date: Wed Jul 14 16:34:36 2010 +0100 anywhere in the source. clutter/cogl/cogl/cogl-texture-3d.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5e6697038565ab8123e5f6ebe4e95c2c2c9145b1 Author: Robert Bragg @@ -7309,7 +7309,7 @@ Date: Sat Jul 10 02:53:38 2010 +0100 clutter/cogl/cogl/cogl-material-opengl-private.h | 148 +++++++++++++ clutter/cogl/cogl/cogl-material-opengl.c | 230 ++++++++++++++++++++ clutter/cogl/cogl/cogl-material-private.h | 110 ---------- - clutter/cogl/cogl/cogl-material.c | 197 +----------------- + clutter/cogl/cogl/cogl-material.c | 197 +---------------- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- clutter/cogl/cogl/cogl-texture-2d.c | 2 +- clutter/cogl/cogl/cogl-texture-rectangle.c | 1 + @@ -7328,7 +7328,7 @@ Date: Sat Jul 10 01:36:22 2010 +0100 state in _cogl_material_copy_differences was missed. clutter/cogl/cogl/cogl-material.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit ceb57087a76056b27f55ea67a2f97915570ad8cb Author: Neil Roberts @@ -7348,10 +7348,10 @@ Date: Tue Jul 13 18:41:01 2010 +0100 clutter/cogl/cogl/cogl-texture-2d-private.h | 2 + clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 13 ----- - clutter/cogl/cogl/cogl-texture-2d.c | 48 ++++++++++++++---- + clutter/cogl/cogl/cogl-texture-2d.c | 48 ++++++++++++++----- clutter/cogl/cogl/cogl-texture-3d-private.h | 2 + clutter/cogl/cogl/cogl-texture-3d.c | 50 +++++++++++++------- - clutter/cogl/cogl/cogl-texture-private.h | 16 ++++++ + clutter/cogl/cogl/cogl-texture-private.h | 16 +++++++ 6 files changed, 89 insertions(+), 42 deletions(-) commit ff56f4ac6f763dbce730454b8aa0806a1127e6cd @@ -7389,7 +7389,7 @@ Date: Fri Apr 16 15:34:36 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2058 - clutter/clutter-stage.c | 134 ++++++++++++++++++++++++++- + clutter/clutter-stage.c | 134 ++++++++++++++++++++++++++-- clutter/clutter-stage.h | 4 + doc/reference/clutter/clutter-sections.txt | 2 + 3 files changed, 135 insertions(+), 5 deletions(-) @@ -7403,11 +7403,11 @@ Date: Fri Jul 2 13:33:06 2010 +0100 Now that we have 3D texture support it makes sense to expose the wrap mode for the p coordinate. - clutter/cogl/cogl/cogl-material-private.h | 10 ------- - clutter/cogl/cogl/cogl-material.c | 15 ++++------- - clutter/cogl/cogl/cogl-material.h | 38 +++++++++++++++++++++++++--- + clutter/cogl/cogl/cogl-material-private.h | 10 -------- + clutter/cogl/cogl/cogl-material.c | 15 +++++------- + clutter/cogl/cogl/cogl-material.h | 38 ++++++++++++++++++++++++++--- clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- - doc/reference/cogl/cogl-sections.txt | 2 + + doc/reference/cogl/cogl-sections.txt | 2 ++ 5 files changed, 43 insertions(+), 24 deletions(-) commit 192cfa7a58bf00cab41ee91b6791e3682dfe4053 @@ -7428,13 +7428,13 @@ Date: Mon Jul 12 17:01:32 2010 +0100 component conflicts with the w component of a position vertex. clutter/cogl/cogl/cogl-atlas-texture.c | 4 +- - clutter/cogl/cogl/cogl-material-private.h | 8 +- + clutter/cogl/cogl/cogl-material-private.h | 8 +-- clutter/cogl/cogl/cogl-material.c | 68 ++++++++++++-------- clutter/cogl/cogl/cogl-sub-texture.c | 4 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- clutter/cogl/cogl/cogl-texture-2d.c | 2 +- clutter/cogl/cogl/cogl-texture-3d-private.h | 2 +- - clutter/cogl/cogl/cogl-texture-3d.c | 10 ++-- + clutter/cogl/cogl/cogl-texture-3d.c | 10 +-- clutter/cogl/cogl/cogl-texture-private.h | 4 +- clutter/cogl/cogl/cogl-texture-rectangle.c | 2 +- clutter/cogl/cogl/cogl-texture.c | 4 +- @@ -7456,7 +7456,7 @@ Date: Thu Jul 1 22:05:51 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-texture-3d.c | 230 ++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 4 files changed, 233 insertions(+), 0 deletions(-) + 4 files changed, 233 insertions(+) commit dfea57b45ab4636b3484c0c1eed615da0f97f112 Author: Neil Roberts @@ -7520,7 +7520,7 @@ Date: Thu Jul 1 22:04:59 2010 +0100 .../cogl/cogl/driver/gles/cogl-feature-functions.h | 19 + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 23 +- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 4 + - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 135 ++++- + .../cogl/cogl/driver/gles/cogl-texture-driver.c | 135 +++- doc/reference/cogl/cogl-docs.xml.in | 1 + doc/reference/cogl/cogl-sections.txt | 8 + 16 files changed, 1233 insertions(+), 27 deletions(-) @@ -7540,7 +7540,7 @@ Date: Mon Jul 12 14:30:44 2010 +0100 and gles1 backends now add their respective ext header to this list. clutter/cogl/cogl/cogl-defines.h.in | 2 +- - configure.ac | 36 +++++++++++++++++++++------------- + configure.ac | 36 +++++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 15 deletions(-) commit 8940c3068183c4e78bbb8a2c3570c3c77d8ff509 @@ -7605,7 +7605,7 @@ Date: Tue Jul 13 13:59:07 2010 +0100 environment. Now it also checks whether the enabledness differs. clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 60 +++++++++++--------- - 1 files changed, 33 insertions(+), 27 deletions(-) + 1 file changed, 33 insertions(+), 27 deletions(-) commit 6c913aa55e67d56c5095f48a61aaef85961736ec Author: Emmanuele Bassi @@ -7616,8 +7616,8 @@ Date: Tue Jul 13 11:54:44 2010 +0100 And fall back to XKeycodeToKeysym() if XKB is not available. clutter/x11/clutter-event-x11.c | 15 +++++--- - clutter/x11/clutter-keymap-x11.c | 73 ++++++++++++++++++++++++++++++++++++- - clutter/x11/clutter-keymap-x11.h | 6 +++ + clutter/x11/clutter-keymap-x11.c | 73 ++++++++++++++++++++++++++++++++++++-- + clutter/x11/clutter-keymap-x11.h | 6 ++++ 3 files changed, 87 insertions(+), 7 deletions(-) commit 1ea4c50041b3193a83e0336e9a39a91b57bdb7ed @@ -7629,8 +7629,8 @@ Date: Tue Jul 13 09:15:21 2010 +0100 For Caps Lock and Num Lock. Store the state of both in the platform-specific per-event data structure. No accessors, yet. - clutter/x11/clutter-event-x11.c | 17 +++++-- - clutter/x11/clutter-keymap-x11.c | 83 ++++++++++++++++++++++++++++++++++++- + clutter/x11/clutter-event-x11.c | 17 +++++--- + clutter/x11/clutter-keymap-x11.c | 83 ++++++++++++++++++++++++++++++++++++-- clutter/x11/clutter-keymap-x11.h | 6 ++- 3 files changed, 96 insertions(+), 10 deletions(-) @@ -7662,7 +7662,7 @@ Date: Mon Jul 12 17:11:30 2010 +0100 clutter/x11/Makefile.am | 2 + clutter/x11/clutter-backend-x11.c | 6 ++ clutter/x11/clutter-backend-x11.h | 3 + - clutter/x11/clutter-event-x11.c | 17 +---- + clutter/x11/clutter-event-x11.c | 17 ++--- clutter/x11/clutter-keymap-x11.c | 123 +++++++++++++++++++++++++++++++++++++ clutter/x11/clutter-keymap-x11.h | 44 +++++++++++++ 6 files changed, 182 insertions(+), 13 deletions(-) @@ -7681,7 +7681,7 @@ Date: Thu Jul 8 15:47:18 2010 +0100 The data is exposed as a ClutterX11-specific function, within the sanctioned clutter_x11_* namespace. - clutter/x11/clutter-backend-x11.c | 25 ++++++++++ + clutter/x11/clutter-backend-x11.c | 25 +++++++++++ clutter/x11/clutter-backend-x11.h | 12 +++++ clutter/x11/clutter-event-x11.c | 90 ++++++++++++++++++++++++++++++++++--- clutter/x11/clutter-x11.h | 2 + @@ -7704,8 +7704,8 @@ Date: Mon Jun 14 18:01:17 2010 +0100 clutter/clutter-backend.c | 30 ++++++++++++++++++++ clutter/clutter-backend.h | 6 ++++ - clutter/clutter-event.c | 68 +++++++++++++++++++++++++++++++++++++++++++- - clutter/clutter-private.h | 11 ++++++- + clutter/clutter-event.c | 68 +++++++++++++++++++++++++++++++++++++++++++-- + clutter/clutter-private.h | 11 +++++++- 4 files changed, 112 insertions(+), 3 deletions(-) commit fd6513858928b05ddac41cc660b6006ffaac6f01 @@ -7718,7 +7718,7 @@ Date: Mon Jun 14 17:29:21 2010 +0100 README | 1 + configure.ac | 20 +++++++++++++++++++- - 2 files changed, 20 insertions(+), 1 deletions(-) + 2 files changed, 20 insertions(+), 1 deletion(-) commit 698fd7d9601aa729f4bc1c261adda5d7b5e6dc08 Author: Emmanuele Bassi @@ -7727,7 +7727,7 @@ Date: Mon Jul 12 21:43:04 2010 +0100 Post-release version bump to 1.3.9 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e1320b559d1ff8ccb5aa9a5f0e36ac019cab2d69 Author: Emmanuele Bassi @@ -7790,7 +7790,7 @@ Date: Mon Jul 12 17:34:17 2010 +0100 making the methods do the opposite of what they should. clutter/clutter-state.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 97ac28ee482a02e1309105171bfb8efdbf8be3c8 Author: Elliot Smith @@ -7806,7 +7806,7 @@ Date: Mon Jul 12 17:15:16 2010 +0100 ClutterState). doc/cookbook/animations.xml | 203 ++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 200 insertions(+), 3 deletions(-) + 1 file changed, 200 insertions(+), 3 deletions(-) commit 295a043194878e66072b619529355e3fc20c9821 Author: Elliot Smith @@ -7815,7 +7815,7 @@ Date: Fri Jul 9 11:27:57 2010 +0100 docs: Enabled animation section doc/cookbook/clutter-cookbook.xml.in | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9d96c21de6578efeb6099295da8c4cb1e189dad8 Author: Elliot Smith @@ -7824,7 +7824,7 @@ Date: Mon Jul 12 16:59:38 2010 +0100 cookbook: Fixed invalid XML tag doc/cookbook/animations.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a443a0cd3a7a661d3cf727f682d636c3dab08a1 Author: Elliot Smith @@ -7840,7 +7840,7 @@ Date: Mon Jul 12 15:34:23 2010 +0100 but mentions ClutterState and ClutterAnimator as well. doc/cookbook/animations.xml | 149 ++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 146 insertions(+), 3 deletions(-) + 1 file changed, 146 insertions(+), 3 deletions(-) commit bfb51adf97e3a702c47d3c5d0b7c2a575caf8ddc Author: Elliot Smith @@ -7849,7 +7849,7 @@ Date: Fri Jul 9 11:27:57 2010 +0100 docs: Enabled animation section doc/cookbook/clutter-cookbook.xml.in | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 90acc6a2a9a6563c60df5f9849a23c40c89a956f Author: Neil Roberts @@ -7862,7 +7862,7 @@ Date: Fri Jul 9 19:09:49 2010 +0100 clutter/cogl/cogl/driver/gl/cogl-program.c | 1 + clutter/cogl/cogl/driver/gles/cogl-program.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 8a85088196809cac2b47a84be2d7f0a1e3c67701 Author: Neil Roberts @@ -7877,13 +7877,13 @@ Date: Fri Jul 9 18:46:31 2010 +0100 clutter/cogl/cogl/cogl-atlas-texture.c | 2 +- clutter/cogl/cogl/cogl-clip-stack.c | 4 +- - clutter/cogl/cogl/cogl-framebuffer.c | 8 ++-- + clutter/cogl/cogl/cogl-framebuffer.c | 8 +-- clutter/cogl/cogl/cogl-material.c | 18 ++++--- clutter/cogl/cogl/cogl-object-private.h | 78 ++++++++++++++++++++-------- clutter/cogl/cogl/cogl-sub-texture.c | 4 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- clutter/cogl/cogl/cogl-texture-2d.c | 4 +- - clutter/cogl/cogl/cogl-texture-private.h | 6 ++ + clutter/cogl/cogl/cogl-texture-private.h | 6 +++ clutter/cogl/cogl/cogl-texture-rectangle.c | 2 +- 10 files changed, 87 insertions(+), 41 deletions(-) @@ -7898,7 +7898,7 @@ Date: Fri Jul 9 18:24:28 2010 +0100 clutter/cogl/cogl/cogl-vertex-buffer.h | 15 +++++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit 89cb325fd4e921149fc9ad861d66ef1ed9acd3df Author: Neil Roberts @@ -7921,7 +7921,7 @@ Date: Fri Jul 9 17:59:16 2010 +0100 clutter/cogl/cogl/cogl-vertex-buffer.c | 1 + clutter/cogl/cogl/driver/gl/cogl-shader.c | 1 + clutter/cogl/cogl/driver/gles/cogl-shader.c | 1 + - 6 files changed, 8 insertions(+), 1 deletions(-) + 6 files changed, 8 insertions(+), 1 deletion(-) commit 903560c6c8c50c28959c2588d24d288bc2c4db26 Author: Emmanuele Bassi @@ -7933,7 +7933,7 @@ Date: Fri Jul 9 18:37:34 2010 +0100 without a given width, since the actor will be clipped when being drawn. clutter/clutter-text.c | 26 ++++++++++++++++++++------ - 1 files changed, 20 insertions(+), 6 deletions(-) + 1 file changed, 20 insertions(+), 6 deletions(-) commit 1635a2db1256ec1df40a5b920e3afe6a9f9745d9 Author: Robert Bragg @@ -7947,7 +7947,7 @@ Date: Thu Jul 8 11:49:31 2010 +0100 code so that they can be shared. clutter/cogl/cogl/cogl-material-arbfp.c | 25 +- - clutter/cogl/cogl/cogl-material-private.h | 109 ++++---- + clutter/cogl/cogl/cogl-material-private.h | 109 +++---- clutter/cogl/cogl/cogl-material.c | 479 +++++++++++++++-------------- 3 files changed, 326 insertions(+), 287 deletions(-) @@ -7961,7 +7961,7 @@ Date: Fri Jul 9 17:55:31 2010 +0100 Stability: Unstable tag was missing too, so add it. clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.h | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 892aa455138c692b464b3bce37a548e33d68e083 Author: Damien Lespiau @@ -7975,7 +7975,7 @@ Date: Fri Jul 9 15:59:14 2010 +0100 Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2175 clutter/cogl/cogl/cogl-material.h | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit b7f99ddd3c55f3d1356bb162114cbdf85ffb6101 Author: Emmanuele Bassi @@ -7994,7 +7994,7 @@ Date: Fri Jul 9 14:59:32 2010 +0100 clutter/clutter-actor.c | 66 ++++++++++++++++++++++++++++++ clutter/clutter-script-parser.c | 83 +------------------------------------- clutter/clutter-script-private.h | 1 - - clutter/clutter-script.c | 3 - + clutter/clutter-script.c | 3 -- 4 files changed, 67 insertions(+), 86 deletions(-) commit fdc79427a6bf152b11831accbef5ca3b0165f71b @@ -8005,7 +8005,7 @@ Date: Fri Jul 9 11:40:00 2010 +0100 tests/conform/.gitignore | 1 + tests/interactive/.gitignore | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit a65429363e5c9dc03f84df3b8d4a95988b602dd1 Author: Neil Roberts @@ -8023,8 +8023,8 @@ Date: Thu Jul 8 18:37:01 2010 +0100 This fixes the sliced texture backend so that it will use slices when the texture is too big. - .../cogl/cogl/driver/gles/cogl-texture-driver.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-texture-driver.c | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) commit eb24d2a252b33ce86f9bfa476b12c683d88a4776 Author: Neil Roberts @@ -8037,7 +8037,7 @@ Date: Thu Jul 8 18:33:45 2010 +0100 user's buffer would fail. clutter/cogl/cogl/cogl-texture.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e1bb31922a53a7a27bf03ac92cb9a5cfa743770 Author: Neil Roberts @@ -8052,7 +8052,7 @@ Date: Thu Jul 8 18:31:29 2010 +0100 the texture data. clutter/cogl/cogl/cogl-texture.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 25cf5979e63e093397bad042e3953da7455d0491 Author: Neil Roberts @@ -8069,7 +8069,7 @@ Date: Thu Jul 8 18:29:12 2010 +0100 journal. clutter/cogl/cogl/cogl-texture.c | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit e454b9cadfd8393f65ad38030c5fe98a69be2904 Author: Neil Roberts @@ -8094,7 +8094,7 @@ Date: Thu Jul 8 18:28:11 2010 +0100 texture so it would always use the first texture slice. clutter/cogl/cogl/cogl-material.c | 22 ++++++++++++++++++---- - 1 files changed, 18 insertions(+), 4 deletions(-) + 1 file changed, 18 insertions(+), 4 deletions(-) commit 8beb49164ffeffa867d52c9da89c6dbb6e754e4a Author: Neil Roberts @@ -8108,13 +8108,13 @@ Date: Thu Jul 8 15:15:22 2010 +0100 This patch moves the common code to cogl-texture.c so that the virtual just takes a CoglBitmap that is already in the right format. - clutter/cogl/cogl/cogl-atlas-texture.c | 83 ++++--------------- - clutter/cogl/cogl/cogl-sub-texture.c | 21 ++---- + clutter/cogl/cogl/cogl-atlas-texture.c | 83 +++++--------------- + clutter/cogl/cogl/cogl-sub-texture.c | 21 ++--- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 57 +++----------- clutter/cogl/cogl/cogl-texture-2d.c | 58 +++----------- - clutter/cogl/cogl/cogl-texture-private.h | 19 ++++- + clutter/cogl/cogl/cogl-texture-private.h | 19 +++-- clutter/cogl/cogl/cogl-texture-rectangle.c | 58 +++----------- - clutter/cogl/cogl/cogl-texture.c | 74 +++++++++++++++--- + clutter/cogl/cogl/cogl-texture.c | 74 ++++++++++++++--- clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 6 +- 8 files changed, 135 insertions(+), 241 deletions(-) @@ -8133,7 +8133,7 @@ Date: Thu Jul 8 14:25:23 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-texture-get-set-data.c | 131 ++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 133 insertions(+), 0 deletions(-) + 3 files changed, 133 insertions(+) commit 0577c81c3b2b76e97aeca672b2f39df42e03ad5d Author: Neil Roberts @@ -8156,12 +8156,12 @@ Date: Thu Jul 8 13:54:37 2010 +0100 fallback. clutter/cogl/cogl/cogl-atlas-texture.c | 2 +- - clutter/cogl/cogl/cogl-sub-texture.c | 26 +---- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 93 ++--------------- - clutter/cogl/cogl/cogl-texture-2d.c | 102 ++----------------- + clutter/cogl/cogl/cogl-sub-texture.c | 26 ++--- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 93 +++-------------- + clutter/cogl/cogl/cogl-texture-2d.c | 102 +++---------------- clutter/cogl/cogl/cogl-texture-private.h | 13 ++- clutter/cogl/cogl/cogl-texture-rectangle.c | 106 +++----------------- - clutter/cogl/cogl/cogl-texture.c | 98 ++++++++++++++++++- + clutter/cogl/cogl/cogl-texture.c | 98 +++++++++++++++++- clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- 8 files changed, 150 insertions(+), 292 deletions(-) @@ -8182,22 +8182,22 @@ Date: Thu Jul 8 19:20:33 2010 +0100 all X requests to be synchronized for the conformance tests so this is no longer a problem and we can avoid these hacks. - tests/conform/test-cogl-blend-strings.c | 36 +----------- - tests/conform/test-cogl-depth-test.c | 29 +-------- - tests/conform/test-cogl-materials.c | 24 +-------- - tests/conform/test-cogl-multitexture.c | 19 +----- - tests/conform/test-cogl-npot-texture.c | 13 +--- - tests/conform/test-cogl-pixel-buffer.c | 13 +--- + tests/conform/test-cogl-blend-strings.c | 36 ++---------- + tests/conform/test-cogl-depth-test.c | 29 ++-------- + tests/conform/test-cogl-materials.c | 24 +------- + tests/conform/test-cogl-multitexture.c | 19 ++----- + tests/conform/test-cogl-npot-texture.c | 13 ++--- + tests/conform/test-cogl-pixel-buffer.c | 13 ++--- tests/conform/test-cogl-premult.c | 59 ++++++-------------- - tests/conform/test-cogl-sub-texture.c | 13 +--- + tests/conform/test-cogl-sub-texture.c | 13 ++--- tests/conform/test-cogl-texture-mipmaps.c | 13 +---- tests/conform/test-cogl-texture-rectangle.c | 17 +----- - tests/conform/test-cogl-vertex-buffer-contiguous.c | 20 +----- - tests/conform/test-cogl-vertex-buffer-interleved.c | 20 +----- - tests/conform/test-cogl-vertex-buffer-mutability.c | 21 +------ + tests/conform/test-cogl-vertex-buffer-contiguous.c | 20 ++----- + tests/conform/test-cogl-vertex-buffer-interleved.c | 20 ++----- + tests/conform/test-cogl-vertex-buffer-mutability.c | 21 ++----- tests/conform/test-cogl-wrap-modes.c | 17 +----- tests/conform/test-pick.c | 2 +- - tests/conform/test-texture-fbo.c | 13 +--- + tests/conform/test-texture-fbo.c | 13 ++--- 16 files changed, 63 insertions(+), 266 deletions(-) commit f47152c557c3d21ebacc7b774e94cfa4f6dcb3bc @@ -8211,8 +8211,8 @@ Date: Wed Apr 7 11:06:20 2010 +0100 COGL_MATERIAL_WRAP_MODE_AUTOMATIC when point sprites are enabled for a layer so that it will clamp to edge. - clutter/cogl/cogl/cogl-material.h | 6 ++- - clutter/cogl/cogl/cogl-vertex-buffer.c | 57 +++++++++++++++++-------------- + clutter/cogl/cogl/cogl-material.h | 6 ++-- + clutter/cogl/cogl/cogl-vertex-buffer.c | 57 +++++++++++++++++--------------- 2 files changed, 35 insertions(+), 28 deletions(-) commit ad6d597445f58b9ef55c7d3696935b35739957bd @@ -8227,7 +8227,7 @@ Date: Mon Mar 22 13:48:27 2010 +0000 tests/interactive/Makefile.am | 3 +- tests/interactive/test-cogl-point-sprites.c | 280 +++++++++++++++++++++++++++ - 2 files changed, 282 insertions(+), 1 deletions(-) + 2 files changed, 282 insertions(+), 1 deletion(-) commit ab05f6bfb1493bb1a6d17c79656c0efef21da5e1 Author: Neil Roberts @@ -8256,7 +8256,7 @@ Date: Mon Mar 22 13:33:55 2010 +0000 clutter/cogl/cogl/cogl-context.c | 14 ++ clutter/cogl/cogl/cogl-material-private.h | 12 +- clutter/cogl/cogl/cogl-material.c | 166 +++++++++++++++++++- - clutter/cogl/cogl/cogl-material.h | 44 +++++ + clutter/cogl/cogl/cogl-material.h | 44 ++++++ clutter/cogl/cogl/cogl-types.h | 5 +- .../cogl/cogl/driver/gl/cogl-feature-functions.h | 7 + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 63 ++++++-- @@ -8282,7 +8282,7 @@ Date: Mon Mar 22 09:32:17 2010 +0000 clutter/cogl/cogl/cogl-material.c | 72 ++++++++++++++++++++ clutter/cogl/cogl/cogl-material.h | 33 +++++++++ .../cogl/driver/gles/cogl-fixed-vertex-shader.glsl | 6 ++ - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 19 +++++ + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 19 ++++++ clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 9 ++- doc/reference/cogl/cogl-sections.txt | 2 + 9 files changed, 151 insertions(+), 4 deletions(-) @@ -8298,7 +8298,7 @@ Date: Thu Jul 8 15:28:37 2010 +0100 was breaking the build on eglx. tests/accessibility/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b2decfe7627e605e8ac7de8b372d7e9d4df49a35 Author: Robert Bragg @@ -8311,7 +8311,7 @@ Date: Wed Jul 7 20:43:54 2010 +0100 include the graph of layer state also. clutter/cogl/cogl/cogl-material.c | 133 ++++++++++++++++++++++++++++++------- - 1 files changed, 110 insertions(+), 23 deletions(-) + 1 file changed, 110 insertions(+), 23 deletions(-) commit 7eedf0f2342dc717f8a293627ab1dd13d17eda52 Author: Robert Bragg @@ -8327,7 +8327,7 @@ Date: Wed Jul 7 19:23:57 2010 +0100 associated with texture unit 0. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e730727ca3318067164121b52ed62d164884649 Author: Øyvind Kolås @@ -8338,11 +8338,11 @@ Date: Wed Jul 7 18:14:43 2010 +0100 Replaced clutter_state_change with a boolean argument for animating the transition or not with two separate argument-less methods. - clutter/clutter-state.c | 61 +++++++++++++++++++-------- - clutter/clutter-state.h | 7 ++- + clutter/clutter-state.c | 61 ++++++++++++++++++++-------- + clutter/clutter-state.h | 7 ++-- doc/reference/clutter/clutter-sections.txt | 3 +- - tests/interactive/test-state-animator.c | 6 +- - tests/interactive/test-state.c | 15 ++++--- + tests/interactive/test-state-animator.c | 6 +-- + tests/interactive/test-state.c | 15 +++---- 5 files changed, 60 insertions(+), 32 deletions(-) commit f87e4037a880b3bf180a547dea1713a99aa3398b @@ -8393,7 +8393,7 @@ Date: Wed Jul 7 15:58:02 2010 +0100 which was causing this test to fail. tests/conform/test-timeline.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit a3c69dc27c5fc492184a2b6948f59ef27b60f10c Author: Emmanuele Bassi @@ -8423,7 +8423,7 @@ Date: Wed Jul 7 14:50:24 2010 +0100 This commit tries to re-use the targets from GLib's Makefile rules while compensating for our own set up. - tests/conform/.gitignore | 4 + + tests/conform/.gitignore | 4 ++ tests/conform/Makefile.am | 142 +++++++++++++++++++++++++++----------------- tests/conform/run-tests.sh | 4 +- 3 files changed, 92 insertions(+), 58 deletions(-) @@ -8436,8 +8436,8 @@ Date: Wed Jul 7 14:49:28 2010 +0100 Use a separate function to avoid code duplication. - clutter/x11/clutter-stage-x11.c | 44 ++++++++++++++++++++++++++++---------- - 1 files changed, 32 insertions(+), 12 deletions(-) + clutter/x11/clutter-stage-x11.c | 44 ++++++++++++++++++++++++++++----------- + 1 file changed, 32 insertions(+), 12 deletions(-) commit eca398f11309ff91c6a10d51e5358ed28f816397 Author: Emmanuele Bassi @@ -8450,7 +8450,7 @@ Date: Tue Jul 6 17:13:55 2010 +0100 queue would make it impossible. clutter/x11/clutter-backend-x11.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit a2f8ce175fed304b8e48304ff82703af58022bfb Author: Alejandro Piñeiro @@ -8463,13 +8463,13 @@ Date: Tue Jul 6 16:51:24 2010 +0200 clutter/cally/cally-actor.c | 2 +- clutter/cally/cally-actor.h | 8 ++-- - clutter/cally/cally-clone.c | 11 ++++ + clutter/cally/cally-clone.c | 11 +++++ clutter/cally/cally-factory.h | 26 ++++++++++ - clutter/cally/cally-rectangle.c | 11 ++++ + clutter/cally/cally-rectangle.c | 11 +++++ clutter/cally/cally-root.c | 11 ++++- clutter/cally/cally-stage.c | 65 +++++++++++++++++++++++++ - clutter/cally/cally-text.c | 11 ++++ - clutter/cally/cally-texture.c | 11 ++++ + clutter/cally/cally-text.c | 11 +++++ + clutter/cally/cally-texture.c | 11 +++++ clutter/cally/cally.c | 11 ++++- doc/reference/cally/Makefile.am | 6 ++- doc/reference/cally/cally-docs.xml.in | 7 ++- @@ -8487,7 +8487,7 @@ Date: Tue Jul 6 13:28:38 2010 +0200 * Removing unused ClutterText::text-changed callback clutter/cally/cally-text.c | 18 ------------------ - 1 files changed, 0 insertions(+), 18 deletions(-) + 1 file changed, 18 deletions(-) commit 137790bec9d4c29a4e5504ea49623884e90e3cca Author: Alejandro Piñeiro @@ -8540,7 +8540,7 @@ Date: Wed Jul 7 14:05:27 2010 +0200 cally: Check HAVE_CONFIG_H on cally-util.c clutter/cally/cally-util.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 1dd174add37f5b5e118d3c7ce84019d33dfc9e8f Author: Robert Bragg @@ -8551,12 +8551,12 @@ Date: Wed Jul 7 14:41:54 2010 +0100 One more object converted to stop using CoglHandle re:a8c8cbee513 clutter/cogl/cogl/cogl-clip-state.c | 16 ++-- - clutter/cogl/cogl/cogl-framebuffer-private.h | 33 ++++---- + clutter/cogl/cogl/cogl-framebuffer-private.h | 33 +++---- clutter/cogl/cogl/cogl-framebuffer.c | 121 +++++++++++--------------- clutter/cogl/cogl/cogl-journal.c | 2 +- clutter/cogl/cogl/cogl-texture.c | 2 +- clutter/cogl/cogl/cogl.c | 2 +- - clutter/cogl/cogl/cogl.h | 22 +++--- + clutter/cogl/cogl/cogl.h | 22 ++--- 7 files changed, 88 insertions(+), 110 deletions(-) commit 9b9e764dc1dcc2025e3cabb63ea118fa37ed373d @@ -8576,7 +8576,7 @@ Date: Tue Jul 6 20:18:26 2010 +0100 clutter/cogl/cogl/cogl-context.h | 3 +- clutter/cogl/cogl/cogl-material-arbfp.c | 2 +- clutter/cogl/cogl/cogl-material-fixed.c | 48 ++++++++++++++++++++++ - clutter/cogl/cogl/cogl-material-private.h | 20 ++++++++- + clutter/cogl/cogl/cogl-material-private.h | 20 ++++++++-- clutter/cogl/cogl/cogl-material.c | 62 +++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl.c | 54 +++++-------------------- 7 files changed, 143 insertions(+), 49 deletions(-) @@ -8598,7 +8598,7 @@ Date: Tue Jul 6 16:47:09 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=1394 clutter/osx/clutter-backend-osx.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2e0d2cf055050c0dd27841e639a4c98cd182919f Author: Robert Bragg @@ -8612,7 +8612,7 @@ Date: Tue Jul 6 01:21:43 2010 +0100 clutter/cogl/cogl/cogl-buffer-private.h | 9 +- clutter/cogl/cogl/cogl-buffer.c | 201 ++++++++++++++++++++++++++----- - clutter/cogl/cogl/cogl-pixel-array.c | 183 +--------------------------- + clutter/cogl/cogl/cogl-pixel-array.c | 183 ++-------------------------- 3 files changed, 182 insertions(+), 211 deletions(-) commit 2353aa56eacbe13f1024cc066a129615e10583d3 @@ -8643,7 +8643,7 @@ Date: Mon Jul 5 23:24:34 2010 +0100 nest binds to the same target or bind a buffer to multiple targets at the same time. - clutter/cogl/cogl/cogl-buffer-private.h | 23 +++++++- + clutter/cogl/cogl/cogl-buffer-private.h | 23 ++++++- clutter/cogl/cogl/cogl-buffer.c | 86 +++++++++++++++++++++----- clutter/cogl/cogl/cogl-context.c | 6 +- clutter/cogl/cogl/cogl-context.h | 4 +- @@ -8667,7 +8667,7 @@ Date: Wed Jul 7 13:38:10 2010 +0100 count delays from our tests. tests/conform/test-conform-common.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit b24c96189df25df19a164cd477ea634cf41b45d9 Author: Robert Bragg @@ -8681,8 +8681,8 @@ Date: Wed Jul 7 13:31:35 2010 +0100 stage paint signal. We now explicitly print a warning if the users tries to run multiple tests in one process. - tests/conform/test-conform-common.c | 43 +++++++--------------------------- - 1 files changed, 9 insertions(+), 34 deletions(-) + tests/conform/test-conform-common.c | 43 ++++++++--------------------------- + 1 file changed, 9 insertions(+), 34 deletions(-) commit 3570852b02fb7a26919bf50cbad1bc76dd4d2be7 Author: Robert Bragg @@ -8704,10 +8704,10 @@ Date: Tue Jul 6 02:01:24 2010 +0100 GLES check for the GL_OES_texture_npot extension to determine if mipmaps and repeating are supported with npot textures. - clutter/cogl/cogl/cogl-types.h | 21 ++++++++++++++++++- - clutter/cogl/cogl/driver/gl/cogl.c | 5 +++- - .../cogl/cogl/driver/gles/cogl-feature-functions.h | 10 +++++++++ - clutter/cogl/cogl/driver/gles/cogl.c | 3 ++ + clutter/cogl/cogl/cogl-types.h | 21 ++++++++++++++++++-- + clutter/cogl/cogl/driver/gl/cogl.c | 5 ++++- + .../cogl/cogl/driver/gles/cogl-feature-functions.h | 10 ++++++++++ + clutter/cogl/cogl/driver/gles/cogl.c | 3 +++ 4 files changed, 36 insertions(+), 3 deletions(-) commit 9e5a18fea435a46dd57c53e8e8e0fab867a5bb92 @@ -8719,7 +8719,7 @@ Date: Tue Jul 6 17:14:22 2010 +0100 Removed stray 'd' character. doc/cookbook/actors.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c67903a44d8bfdd188a1d8fddbfdd67025d2f48 Author: Elliot Smith @@ -8733,7 +8733,7 @@ Date: Tue Jul 6 16:22:47 2010 +0100 install. Fixed this. doc/cookbook/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e566c56bd14157e496e741e095961ce2babaf6a2 Author: Elliot Smith @@ -8748,7 +8748,7 @@ Date: Tue Jul 6 16:11:46 2010 +0100 together. doc/cookbook/events.xml | 26 ++++++++++++++------------ - 1 files changed, 14 insertions(+), 12 deletions(-) + 1 file changed, 14 insertions(+), 12 deletions(-) commit 03b19af38ecbf7f51188317c20a368ef24cb448f Author: Elliot Smith @@ -8776,7 +8776,7 @@ Date: Tue Jul 6 16:08:43 2010 +0100 flow of the recipe. doc/cookbook/clutter-cookbook.xml.in | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 15331d3a0106c8087ab2dceccb744b0857e91e09 Author: Elliot Smith @@ -8789,7 +8789,7 @@ Date: Tue Jul 6 16:04:46 2010 +0100 . doc/cookbook/clutter-cookbook.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c108a32c30b31790e92dde0bb9bd06c8ed8bc3d7 Author: Elliot Smith @@ -8802,9 +8802,9 @@ Date: Tue Jul 6 16:00:33 2010 +0100 added a section about how to write and style recipes. doc/cookbook/actors.xml | 22 ++++---- - doc/cookbook/clutter-cookbook.xml.in | 57 +++++++++++++++++++- + doc/cookbook/clutter-cookbook.xml.in | 57 ++++++++++++++++++-- doc/cookbook/events.xml | 97 +++++++++++++++++++--------------- - doc/cookbook/textures.xml | 93 ++++++++++++++++++--------------- + doc/cookbook/textures.xml | 93 +++++++++++++++++--------------- 4 files changed, 172 insertions(+), 97 deletions(-) commit fe7385cb7d011ade2394b465a12fb4c89a98ad79 @@ -8817,7 +8817,7 @@ Date: Tue Jul 6 15:42:32 2010 +0100 [properties and types], so those elements can be used in recipes doc/common/style.css | 34 +++++++++++++++++++--------------- - 1 files changed, 19 insertions(+), 15 deletions(-) + 1 file changed, 19 insertions(+), 15 deletions(-) commit dfe7c554fd6f8d5cf1d5217c7c67b17148e3f145 Author: Elliot Smith @@ -8829,7 +8829,7 @@ Date: Tue Jul 6 15:34:19 2010 +0100 cookbook will look like when installed. doc/cookbook/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ced7915ea1977bd9d9aa2a70f54f1f2f774ed567 Author: Neil Roberts @@ -8843,7 +8843,7 @@ Date: Tue Jul 6 16:08:06 2010 +0100 tied to shader attributes in a predictable way. clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6757f41c861481540cbea86dd624860645df0ff1 Author: Robert Bragg @@ -8859,8 +8859,8 @@ Date: Tue Jul 6 14:23:40 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2160 - configure.ac | 92 +++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 50 insertions(+), 42 deletions(-) + configure.ac | 92 +++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 50 insertions(+), 42 deletions(-) commit 5cb4e0c5d002809afbce93f477ba968979f0c5be Author: Øyvind Kolås @@ -8873,7 +8873,7 @@ Date: Tue Jul 6 14:26:07 2010 +0100 is removed the "base" state will also disappear. tests/conform/test-state.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 290038ee683d3672b68a063903483440f02407a8 Author: Øyvind Kolås @@ -8884,7 +8884,7 @@ Date: Tue Jul 6 13:38:16 2010 +0100 When removing keys, sometimes a couple of keys would be remaining. clutter/clutter-animator.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit ec05230b97a9b683620af1c84c823eb7d161b64c Author: Øyvind Kolås @@ -8924,7 +8924,7 @@ Date: Tue Jul 6 13:24:00 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/Makefile.am | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 1860d45087f85a956e21ce69631b9a1cf0e7436f Author: Damien Lespiau @@ -8977,7 +8977,7 @@ Date: Sat Jul 3 19:05:04 2010 +0100 API will leave it untouched. clutter/cogl/pango/cogl-pango-render.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 82ba7220afcb03f87606a0a8800eb067f0962724 Author: Robert Bragg @@ -8992,11 +8992,11 @@ Date: Mon Jul 5 16:14:00 2010 +0100 CPU and can instead potentially allocate a new buffer with undefined data and map that. - clutter/cogl/cogl/cogl-buffer-private.h | 3 +- - clutter/cogl/cogl/cogl-buffer.c | 8 ++++-- - clutter/cogl/cogl/cogl-buffer.h | 36 ++++++++++++++++++++++++++++-- - clutter/cogl/cogl/cogl-pixel-array.c | 9 +++++-- - tests/conform/test-cogl-pixel-buffer.c | 4 ++- + clutter/cogl/cogl/cogl-buffer-private.h | 3 ++- + clutter/cogl/cogl/cogl-buffer.c | 8 ++++--- + clutter/cogl/cogl/cogl-buffer.h | 36 ++++++++++++++++++++++++++++--- + clutter/cogl/cogl/cogl-pixel-array.c | 9 +++++--- + tests/conform/test-cogl-pixel-buffer.c | 4 +++- 5 files changed, 49 insertions(+), 11 deletions(-) commit 0273b13d757ad968e29579e283aaf5c54a0e016c @@ -9010,7 +9010,7 @@ Date: Mon Jul 5 19:49:35 2010 +0100 the test to fail. tests/conform/test-cogl-pixel-buffer.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fb79b0c14e20849de5a5d95fd7eab45f763843ef Author: Emmanuele Bassi @@ -9021,7 +9021,7 @@ Date: Tue Jul 6 11:57:16 2010 +0100 The gtk+ we use for clutter-gtk depends on a new version of Cairo. build/clutter.modules | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit aa8ffef5439553f9e06e776285fc58e42d497c84 Author: Emmanuele Bassi @@ -9032,7 +9032,7 @@ Date: Tue Jul 6 11:42:08 2010 +0100 The system one should be enough. build/clutter.modules | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a63eb10855a94426ecd53cc9888f08b1ced1cede Author: Emmanuele Bassi @@ -9043,11 +9043,11 @@ Date: Mon Jul 5 15:10:42 2010 +0100 clutter/cally/cally-actor.c | 64 +++++++++++++++++++++++---------------- clutter/cally/cally-clone.c | 43 ++++++++++++++++++++++++-- clutter/cally/cally-group.c | 19 ++++++++++-- - clutter/cally/cally-rectangle.c | 4 +- + clutter/cally/cally-rectangle.c | 4 +-- clutter/cally/cally-root.c | 11 +++---- - clutter/cally/cally-stage.c | 5 ++- - clutter/cally/cally-text.c | 4 +- - clutter/cally/cally-texture.c | 5 ++- + clutter/cally/cally-stage.c | 5 +-- + clutter/cally/cally-text.c | 4 +-- + clutter/cally/cally-texture.c | 5 +-- 8 files changed, 109 insertions(+), 46 deletions(-) commit 09c6553f0dd086413ce80c17eec05665a6ea03d3 @@ -9073,22 +9073,22 @@ Date: Mon Jul 5 14:43:18 2010 +0100 • reduce the amount of headers included. clutter/cally/Makefile.am | 3 +- - clutter/cally/cally-actor-private.h | 11 ++++-- - clutter/cally/cally-actor.c | 11 ++++--- + clutter/cally/cally-actor-private.h | 11 +++++--- + clutter/cally/cally-actor.c | 11 ++++---- clutter/cally/cally-actor.h | 45 +++++++++++++++++++++++------ - clutter/cally/cally-clone.h | 35 ++++++++++++++++++----- - clutter/cally/cally-group.h | 34 ++++++++++++++++++---- - clutter/cally/cally-main.h | 39 +++++++++++++++++++++++++ - clutter/cally/cally-rectangle.h | 35 ++++++++++++++++++----- - clutter/cally/cally-root.h | 32 ++++++++++++++++---- - clutter/cally/cally-stage.h | 34 ++++++++++++++++++---- + clutter/cally/cally-clone.h | 35 +++++++++++++++++------ + clutter/cally/cally-group.h | 34 +++++++++++++++++----- + clutter/cally/cally-main.h | 39 ++++++++++++++++++++++++++ + clutter/cally/cally-rectangle.h | 35 +++++++++++++++++------ + clutter/cally/cally-root.h | 32 ++++++++++++++++----- + clutter/cally/cally-stage.h | 34 +++++++++++++++++----- clutter/cally/cally-text.c | 6 ++++ - clutter/cally/cally-text.h | 53 +++++++++++++++++++++++----------- - clutter/cally/cally-texture.h | 35 ++++++++++++++++++----- + clutter/cally/cally-text.h | 53 ++++++++++++++++++++++++----------- + clutter/cally/cally-texture.h | 35 +++++++++++++++++------ clutter/cally/cally-util.h | 31 ++++++++++++++++---- - clutter/cally/cally.c | 7 ++++ + clutter/cally/cally.c | 7 +++++ clutter/cally/cally.h | 29 +++++++++++-------- - clutter/cally/cally.pc.in | 8 ++-- + clutter/cally/cally.pc.in | 8 +++--- doc/reference/cally/Makefile.am | 2 +- 18 files changed, 346 insertions(+), 104 deletions(-) @@ -9099,7 +9099,7 @@ Date: Mon Jul 5 14:00:29 2010 +0100 Add binaries of the Cally examples to the ignore file tests/accessibility/.gitignore | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit e0a1f20ca2a0c38015acde9d1e77fa8c3e484a6c Author: Emmanuele Bassi @@ -9133,8 +9133,8 @@ Date: Tue Apr 27 12:08:42 2010 +0200 Part [4/4] of CB#2099 - tests/accessibility/cally-examples-util.c | 80 +--------------------------- - 1 files changed, 3 insertions(+), 77 deletions(-) + tests/accessibility/cally-examples-util.c | 80 ++--------------------------- + 1 file changed, 3 insertions(+), 77 deletions(-) commit 790d2165f3178cc947455acfd08d42dcafdbdd02 Author: Alejandro Piñeiro @@ -9157,7 +9157,7 @@ Date: Mon Apr 26 20:07:22 2010 +0200 tests/accessibility/cally-clone-example.c | 112 ++++++++ tests/accessibility/cally-examples-util.c | 216 ++++++++++++++++ tests/accessibility/cally-examples-util.h | 24 ++ - 11 files changed, 1182 insertions(+), 1 deletions(-) + 11 files changed, 1182 insertions(+), 1 deletion(-) commit 8f8e88b692b04fc8cf1949fa1b98c7ae47846a90 Author: Alejandro Piñeiro @@ -9178,8 +9178,8 @@ Date: Mon Apr 26 19:33:49 2010 +0200 Solves CB#2098 - clutter/cally/cally.c | 64 +++++++++++++++++++++++++---------------------- - clutter/cally/cally.h | 11 ++------ + clutter/cally/cally.c | 64 +++++++++++++++++++++++++----------------------- + clutter/cally/cally.h | 11 +++------ clutter/clutter-main.c | 27 ++++++++++++++++++++ clutter/clutter-main.h | 1 + 4 files changed, 65 insertions(+), 38 deletions(-) @@ -9211,7 +9211,7 @@ Date: Mon Jun 14 18:05:57 2010 +0200 clutter/cally/cally.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ clutter/cally/cally.h | 40 +++++++++++++++++++++ - 2 files changed, 133 insertions(+), 0 deletions(-) + 2 files changed, 133 insertions(+) commit c0f753d108b7a2ad23dbf5a5b596f80175442927 Author: Alejandro Piñeiro @@ -9262,7 +9262,7 @@ Date: Mon Jul 5 16:45:19 2010 +0100 Update conformance Git ignore file tests/conform/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ae43fe9968d901524003b2d19e6d016d8715a6fd Author: Robert Bragg @@ -9275,7 +9275,7 @@ Date: Mon Jul 5 16:17:34 2010 +0100 corresponding test-conform-main.c change wasn't pushed at the same time. tests/conform/test-conform-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e03ba1e7e11d44f5afd290e0d6f1e7fe77f9786 Author: Robert Bragg @@ -9288,7 +9288,7 @@ Date: Sat Jul 3 21:11:33 2010 +0100 CoglHandle argument. clutter/cogl/cogl/cogl-object-private.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8a5aed36fe8e9cd57c4644653a8e7103ca946bc3 Author: Robert Bragg @@ -9309,9 +9309,9 @@ Date: Sun Jul 4 00:49:31 2010 +0100 pass on the width and height when allocating a PBO, the hope is that we can define a better extension at some point. - clutter/cogl/cogl/cogl-pixel-array.c | 6 ++-- - clutter/cogl/cogl/cogl-pixel-array.h | 16 ------------- - tests/conform/test-cogl-pixel-buffer.c | 38 +++++++++++++++++-------------- + clutter/cogl/cogl/cogl-pixel-array.c | 6 ++--- + clutter/cogl/cogl/cogl-pixel-array.h | 16 -------------- + tests/conform/test-cogl-pixel-buffer.c | 38 ++++++++++++++++++-------------- 3 files changed, 24 insertions(+), 36 deletions(-) commit cfef390d87076454195d6b2288cb7fa9c17acf4b @@ -9336,8 +9336,8 @@ Date: Sun Jul 4 00:18:10 2010 +0100 This file was following the Clutter coding style of arranging prototypes into columns which Cogl doesn't copy. - clutter/cogl/cogl/cogl-buffer-private.h | 42 ++++++++++++++++++------------ - 1 files changed, 25 insertions(+), 17 deletions(-) + clutter/cogl/cogl/cogl-buffer-private.h | 42 ++++++++++++++++++------------- + 1 file changed, 25 insertions(+), 17 deletions(-) commit 54f4a3a7526bf0b0a188ae1c865ed64581395507 Author: Robert Bragg @@ -9371,10 +9371,10 @@ Date: Sat Jul 3 21:30:33 2010 +0100 public getter and setter APIs for manually changing the usage hint of a CoglBuffer have now been removed. - clutter/cogl/cogl/cogl-buffer-private.h | 9 ++++++ - clutter/cogl/cogl/cogl-buffer.c | 22 --------------- + clutter/cogl/cogl/cogl-buffer-private.h | 9 +++++++ + clutter/cogl/cogl/cogl-buffer.c | 22 ---------------- clutter/cogl/cogl/cogl-buffer.h | 44 ------------------------------- - tests/conform/test-cogl-pixel-buffer.c | 5 --- + tests/conform/test-cogl-pixel-buffer.c | 5 ---- 4 files changed, 9 insertions(+), 71 deletions(-) commit 7820842262a086d2075f7fc5c043a589a05e4825 @@ -9405,10 +9405,10 @@ Date: Sat Jul 3 20:24:36 2010 +0100 One more file converted to stop using CoglHandle re:a8c8cbee513 - clutter/cogl/cogl/cogl-buffer-private.h | 5 ++- - clutter/cogl/cogl/cogl-pixel-buffer-private.h | 4 +- - clutter/cogl/cogl/cogl-pixel-buffer.c | 26 ++++++++++++------------ - clutter/cogl/cogl/cogl-pixel-buffer.h | 18 +++++++++------- + clutter/cogl/cogl/cogl-buffer-private.h | 5 +++-- + clutter/cogl/cogl/cogl-pixel-buffer-private.h | 4 ++-- + clutter/cogl/cogl/cogl-pixel-buffer.c | 26 ++++++++++++------------- + clutter/cogl/cogl/cogl-pixel-buffer.h | 18 +++++++++-------- 4 files changed, 28 insertions(+), 25 deletions(-) commit baacf2e707fced48d9dc658527f7b599ce609029 @@ -9422,7 +9422,7 @@ Date: Fri Jul 2 18:04:45 2010 +0100 the dot format which can then be converted to an image to visualize. clutter/cogl/cogl/cogl-material.c | 165 +++++++++++++++++++++++++++++++++++++ - 1 files changed, 165 insertions(+), 0 deletions(-) + 1 file changed, 165 insertions(+) commit f3b75541c7b5c286911c6761e902e74bb39c6ed7 Author: Robert Bragg @@ -9434,7 +9434,7 @@ Date: Sun Jul 4 02:44:37 2010 +0100 already been included but that shouldn't have to be the case. clutter/cogl/cogl/cogl-vertex-buffer.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ed232070837c77bfaf7c2c7f522bac73a80d2b63 Author: Robert Bragg @@ -9446,7 +9446,7 @@ Date: Sat Jul 3 21:10:05 2010 +0100 included glib.h and cogl-types.h clutter/cogl/cogl/cogl-object-private.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit cf8e88768fcd98ccd9ebb9b080264eec882b2268 Author: Robert Bragg @@ -9462,7 +9462,7 @@ Date: Sat Jul 3 18:44:47 2010 +0100 since we can rely on the descendants to keep the new material alive. clutter/cogl/cogl/cogl-material.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 70925a31949dee013a97ed6aff1f62e98b8f1076 Author: Robert Bragg @@ -9538,7 +9538,7 @@ Date: Fri Jul 2 13:49:34 2010 +0100 clutter/cogl/cogl/cogl-material.h | 4 ++++ doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) commit 9338df438c0e9683e4eb9387d0897fc638b91a19 Author: Emmanuele Bassi @@ -9552,7 +9552,7 @@ Date: Fri Jul 2 11:38:22 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2168 clutter/clutter-align-constraint.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 884df17536a11c092880392232ecc7c5b71f39a7 Author: Neil Roberts @@ -9571,9 +9571,9 @@ Date: Thu Jul 1 20:34:59 2010 +0100 GLES also doesn't have a GLdouble type so we just #define this to be a regular double. - clutter/cogl/cogl/cogl-path.c | 4 +- - clutter/cogl/cogl/tesselator/GL/glu.h | 14 +++++++++++++ - clutter/cogl/cogl/tesselator/tesselator.h | 30 ++++++++++++++-------------- + clutter/cogl/cogl/cogl-path.c | 4 ++-- + clutter/cogl/cogl/tesselator/GL/glu.h | 14 ++++++++++++++ + clutter/cogl/cogl/tesselator/tesselator.h | 30 ++++++++++++++--------------- 3 files changed, 31 insertions(+), 17 deletions(-) commit c019ff241d472edba3d54f8e698ea1f80c26a651 @@ -9583,7 +9583,7 @@ Date: Thu Jul 1 16:05:41 2010 +0100 cookbook: Fix up the textures section doc/cookbook/textures.xml | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit da06f650df3366c3d342da32c4e04ac7c7efc66c Author: Emmanuele Bassi @@ -9591,8 +9591,8 @@ Date: Thu Jul 1 15:59:15 2010 +0100 cookbook: Fix examples - doc/cookbook/actors.xml | 60 ++++++++++++++++++++++------------------------ - 1 files changed, 29 insertions(+), 31 deletions(-) + doc/cookbook/actors.xml | 60 +++++++++++++++++++++++------------------------ + 1 file changed, 29 insertions(+), 31 deletions(-) commit b74c722670bfa0e17c6fe9d51ec5afc614318a05 Author: Neil Roberts @@ -9609,7 +9609,7 @@ Date: Thu Jul 1 15:27:03 2010 +0100 entirely unnecessary so this patch removes it. clutter/cogl/cogl/cogl-material.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit daf19205e0fe367acb6b79f240c2123156a13348 Author: Emmanuele Bassi @@ -9626,7 +9626,7 @@ Date: Thu Jul 1 14:09:37 2010 +0100 each property we use). clutter/clutter-align-constraint.c | 30 +++++++++++++++++------------- - 1 files changed, 17 insertions(+), 13 deletions(-) + 1 file changed, 17 insertions(+), 13 deletions(-) commit b625d94362b69fcd4dee6dfa621429c5b07ff0ea Author: Robert Bragg @@ -9639,7 +9639,7 @@ Date: Thu Jul 1 12:21:25 2010 +0100 duplicate include. clutter/cogl/cogl/cogl.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5187804e13d43cc40cd255b58ef2425dbbba2b76 Author: Emmanuele Bassi @@ -9686,7 +9686,7 @@ Date: Thu Jul 1 11:08:51 2010 +0100 cookbook: Fix up the examples doc/cookbook/clutter-cookbook.xml.in | 56 +++++++++++++++++----------------- - 1 files changed, 28 insertions(+), 28 deletions(-) + 1 file changed, 28 insertions(+), 28 deletions(-) commit 534472a0d46688b660bac41f0a0f3797059d2be9 Author: Robert Bragg @@ -9709,9 +9709,9 @@ Date: Wed Jun 30 18:06:04 2010 +0100 clutter/cogl/cogl/cogl-buffer.c | 32 ++++---- clutter/cogl/cogl/cogl-buffer.h | 67 ++++------------ clutter/cogl/cogl/cogl-pixel-buffer.c | 82 ++++---------------- - clutter/cogl/cogl/cogl-pixel-buffer.h | 47 +++-------- - clutter/cogl/cogl/cogl-vector.h | 22 +++++ - clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.h | 56 ++++---------- + clutter/cogl/cogl/cogl-pixel-buffer.h | 47 ++++------- + clutter/cogl/cogl/cogl-vector.h | 22 ++++++ + clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.h | 56 ++++--------- 6 files changed, 96 insertions(+), 210 deletions(-) commit 06710027485f1b836a2d143cf86c743eb913d9c3 @@ -9721,7 +9721,7 @@ Date: Wed Jun 30 17:26:34 2010 +0100 cookbook: Fix entity typo doc/cookbook/clutter-cookbook.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 54aa553d0f691268346657fd661450ed9bf8845a Author: Emmanuele Bassi @@ -9812,7 +9812,7 @@ Date: Wed Jun 30 15:00:01 2010 +0100 Instead of using dispose(). clutter/clutter-backend.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 7ca340fade26643a17c5048022abc49ac8fcb782 Author: Emmanuele Bassi @@ -9843,9 +9843,9 @@ Date: Tue Jun 22 14:02:17 2010 +0100 pointer instead of CoglHandle. clutter/cogl/cogl/cogl-context.h | 10 +- - clutter/cogl/cogl/cogl-material-private.h | 46 ++-- + clutter/cogl/cogl/cogl-material-private.h | 46 ++- clutter/cogl/cogl/cogl-material.c | 435 ++++++++++++----------------- - clutter/cogl/cogl/cogl-material.h | 270 ++++++++++--------- + clutter/cogl/cogl/cogl-material.h | 270 +++++++++--------- 4 files changed, 349 insertions(+), 412 deletions(-) commit 3e1323a6362906a956131a1e4639b69776dbc188 @@ -9865,7 +9865,7 @@ Date: Tue Jun 15 16:44:52 2010 +0100 clutter/cogl/cogl/cogl-material-fixed.c | 201 ++++ clutter/cogl/cogl/cogl-material-glsl-private.h | 36 + clutter/cogl/cogl/cogl-material-glsl.c | 123 +++ - clutter/cogl/cogl/cogl-material-private.h | 83 ++- + clutter/cogl/cogl/cogl-material-private.h | 83 +- clutter/cogl/cogl/cogl-material.c | 1309 +---------------------- 9 files changed, 1587 insertions(+), 1272 deletions(-) @@ -9880,7 +9880,7 @@ Date: Wed Jun 30 03:31:37 2010 +0100 scanner. clutter/cogl/cogl/cogl-material.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit f4e825b81da6dda14d5d4f4ea8501a2c25bf40f9 Author: Robert Bragg @@ -9893,7 +9893,7 @@ Date: Wed Jun 30 11:23:16 2010 +0100 would double free priv->font_name. clutter/clutter-backend.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 268bfccd28b6ccca60c9505cd3ddc009549c7484 Author: Emmanuele Bassi @@ -9906,7 +9906,7 @@ Date: Wed Jun 30 13:26:32 2010 +0100 argument for the --output option. doc/cookbook/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 40c45ef29b73a81046c2b5e2fee4687a63500256 Author: Emmanuele Bassi @@ -9915,7 +9915,7 @@ Date: Wed Jun 30 12:53:20 2010 +0100 Post-release version bump to 1.3.7 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a534ef65b1bfbc8dbedd9158a36a8895cab3649e Author: Emmanuele Bassi @@ -9925,7 +9925,7 @@ Date: Wed Jun 30 11:18:36 2010 +0100 NEWS | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 103 insertions(+), 1 deletions(-) + 2 files changed, 103 insertions(+), 1 deletion(-) commit b9c5405c29b41c9cf5100255a225b4b3c8bccb8f Author: Emmanuele Bassi @@ -9939,7 +9939,7 @@ Date: Wed Jun 30 12:40:38 2010 +0100 This reverts commit f2361a65de090dfe8aa05534cb9bc1c760555084. Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e9b16923bf77a748d561dca0da58e53e4cbfea72 Author: Emmanuele Bassi @@ -9961,7 +9961,7 @@ Date: Wed Jun 30 11:55:16 2010 +0100 we don't build it. doc/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 286f307c10db82ccdeb4c98e632073c7ed8a512c Author: Emmanuele Bassi @@ -9986,7 +9986,7 @@ Date: Wed Jun 23 17:17:40 2010 +0100 painted twice, once with each fill rule. tests/conform/test-cogl-path.c | 31 +++++++++++++++++++++++++++++++ - 1 files changed, 31 insertions(+), 0 deletions(-) + 1 file changed, 31 insertions(+) commit 3a1456f34e17161b54ecd8ec55692e8a40c46456 Author: Neil Roberts @@ -10002,8 +10002,8 @@ Date: Wed Jun 23 13:40:43 2010 +0100 preserving a path with cogl_path_get_handle affects the fill rule. clutter/cogl/cogl/cogl-path-private.h | 3 + - clutter/cogl/cogl/cogl-path.c | 38 ++++++++++++ - clutter/cogl/cogl/cogl-path.h | 88 +++++++++++++++++++++++----- + clutter/cogl/cogl/cogl-path.c | 38 +++++++++++++ + clutter/cogl/cogl/cogl-path.h | 88 +++++++++++++++++++++++------ doc/reference/cogl/Makefile.am | 6 +- doc/reference/cogl/cogl-sections.txt | 3 + doc/reference/cogl/fill-rule-even-odd.png | Bin 0 -> 3121 bytes @@ -10023,7 +10023,7 @@ Date: Mon Apr 19 11:24:24 2010 +0100 clutter/cogl/cogl/cogl-debug.c | 2 -- clutter/cogl/cogl/cogl-debug.h | 1 - - 2 files changed, 0 insertions(+), 3 deletions(-) + 2 files changed, 3 deletions(-) commit 0cdbe7e0981da7715451d10c9463491fcad1903e Author: Neil Roberts @@ -10124,7 +10124,7 @@ Date: Tue Jun 29 15:49:40 2010 +0100 Signed-off-by: Emmanuele Bassi doc/cookbook/clutter-cookbook.xml.in | 208 ++++++++++++++++++++++++++++++++++ - 1 files changed, 208 insertions(+), 0 deletions(-) + 1 file changed, 208 insertions(+) commit f2361a65de090dfe8aa05534cb9bc1c760555084 Author: Emmanuele Bassi @@ -10135,7 +10135,7 @@ Date: Tue Jun 29 18:05:12 2010 +0100 We want to start distributing the cookbook along with the documentation. Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e50893f674cfa40ea62e93bfd4fc83fda55131a9 Author: Emmanuele Bassi @@ -10146,7 +10146,7 @@ Date: Tue Jun 29 18:04:52 2010 +0100 And fix the URLs. doc/cookbook/clutter-cookbook.xml.in | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit fc49dceae305d1c59b5d1540785dd1bd4df8e026 Author: Emmanuele Bassi @@ -10154,8 +10154,8 @@ Date: Tue Jun 29 17:57:29 2010 +0100 cookbook: Add introduction to the events section - doc/cookbook/clutter-cookbook.xml.in | 43 ++++++++++++++++++++++++++++++--- - 1 files changed, 39 insertions(+), 4 deletions(-) + doc/cookbook/clutter-cookbook.xml.in | 43 ++++++++++++++++++++++++++++++---- + 1 file changed, 39 insertions(+), 4 deletions(-) commit 566f75d97f7580495181835ef0545278f34fc000 Author: Elliot Smith @@ -10177,7 +10177,7 @@ Date: Tue Jun 29 17:27:54 2010 +0100 Signed-off-by: Emmanuele Bassi doc/cookbook/clutter-cookbook.xml.in | 294 ++++++++++++++++++++++++++++++++++ - 1 files changed, 294 insertions(+), 0 deletions(-) + 1 file changed, 294 insertions(+) commit 30ca03de1dfb0d92664c8ffd289004c3dc0676b1 Author: Elliot Smith @@ -10194,7 +10194,7 @@ Date: Tue Jun 29 17:26:55 2010 +0100 Signed-off-by: Emmanuele Bassi doc/cookbook/clutter-cookbook.xml.in | 101 ++++++++++++++++++++++++++++++++-- - 1 files changed, 95 insertions(+), 6 deletions(-) + 1 file changed, 95 insertions(+), 6 deletions(-) commit f64c66ede8c3edea31931bae4edcb4c10f53d93a Author: Colin Walters @@ -10205,7 +10205,7 @@ Date: Tue Jun 29 16:25:18 2010 +0100 Signed-off-by: Emmanuele Bassi autogen.sh | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 8801c947d556e81b39691d819898e377092d6f59 Author: Chris Lord @@ -10266,7 +10266,7 @@ Date: Mon Jun 28 10:43:13 2010 +0100 Instead of the ::font-changed one. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c81ef75942cac24627a88eda21ad5e4e4e32efcf Author: Emmanuele Bassi @@ -10278,7 +10278,7 @@ Date: Mon Jun 28 10:32:54 2010 +0100 changes, we need watch the window that the XSETTINGS client conjures up for us. - clutter/x11/clutter-backend-x11.c | 49 ++++++++++++++++++++++++++++++++++-- + clutter/x11/clutter-backend-x11.c | 49 ++++++++++++++++++++++++++++++++++--- clutter/x11/clutter-backend-x11.h | 1 + 2 files changed, 47 insertions(+), 3 deletions(-) @@ -10295,7 +10295,7 @@ Date: Sat Jun 26 23:05:36 2010 +0100 allow-none, and allow passing NULL through bindings. clutter/clutter-text.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 809211588d7a34af7aa02c1559badef7a2619b16 Author: Emmanuele Bassi @@ -10309,7 +10309,7 @@ Date: Sat Jun 26 15:49:15 2010 +0100 explicitly set to NULL. clutter/clutter-text.c | 105 +++++++++++++++++++++++++++++------------------- - 1 files changed, 64 insertions(+), 41 deletions(-) + 1 file changed, 64 insertions(+), 41 deletions(-) commit 8e4d221821b633442d374e89053474183f57cccb Author: Emmanuele Bassi @@ -10321,7 +10321,7 @@ Date: Sat Jun 26 15:42:31 2010 +0100 means that Clutter doesn't have a build requirement on gtk+ any more. build/clutter.modules | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 26fb0960953069006e781cf59a005bfdfa5d6d5b Author: Emmanuele Bassi @@ -10332,7 +10332,7 @@ Date: Sat Jun 26 13:51:06 2010 +0100 When the :font-name property changes, to maintain the invariant. clutter/clutter-settings.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 98613382a4b897012e78fff60b0cb7cf7ef97ad2 Author: Emmanuele Bassi @@ -10341,7 +10341,7 @@ Date: Fri Jun 25 11:41:05 2010 +0100 test-text-field: Use the system font instead of using Sans tests/interactive/test-text-field.c | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit 2e4e321dadb8249860c7ae5b853573a5d94f8d7d Author: Emmanuele Bassi @@ -10350,7 +10350,7 @@ Date: Fri Jun 25 11:40:32 2010 +0100 Detail the font-name value in the font settings debug note clutter/clutter-settings.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 527ad961ab039c55f7cc0cc3066aedcf183db857 Author: Neil Roberts @@ -10373,7 +10373,7 @@ Date: Thu Jun 24 18:14:04 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2135 clutter/win32/clutter-event-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c8d73f0472798896a6528359f82f8ea6f7589e2 Author: Neil Roberts @@ -10401,7 +10401,7 @@ Date: Thu Jun 24 18:07:20 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2135 clutter/win32/clutter-event-win32.c | 297 +++++++++++++++++++---------------- - 1 files changed, 162 insertions(+), 135 deletions(-) + 1 file changed, 162 insertions(+), 135 deletions(-) commit b4607f7a37597f6d45d356d8a85ce3f8f40def1e Author: Øyvind Kolås @@ -10410,7 +10410,7 @@ Date: Fri Jun 25 02:02:48 2010 +0100 state: avoid g_str_equal if a string might be NULL clutter/clutter-state.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fbeab378289a0e9f9470aa9f532003cf66529970 Author: Neil Roberts @@ -10427,7 +10427,7 @@ Date: Thu Jun 24 17:33:43 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=1930 tests/conform/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a950388bc68a0fbdb76bf83cc0673bdca2f1d1d5 Author: Emmanuele Bassi @@ -10441,7 +10441,7 @@ Date: Thu Jun 24 17:21:26 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2050 clutter/clutter-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 42df1a150b8ecb49f02a5780b9f9c983221c97ea Author: Emmanuele Bassi @@ -10456,7 +10456,7 @@ Date: Thu Jun 24 17:19:36 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2050 clutter/clutter-actor.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 1b153971208185bbbc152c315e0ab6ca063af603 Author: Robert Bragg @@ -10469,7 +10469,7 @@ Date: Wed Jun 23 17:10:03 2010 +0100 defers the unref until after we have fetched the parent pointer. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ad7eb969cbc5be9a22d18e1a7d76b4bc62f814f Author: Øyvind Kolås @@ -10478,7 +10478,7 @@ Date: Thu Jun 24 16:52:23 2010 +0100 state: added more documentation clutter/clutter-state.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 2a29cd2aeebf7369a3c93cbaf3321962df304536 Author: Øyvind Kolås @@ -10505,7 +10505,7 @@ Date: Wed Apr 14 18:07:21 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2081 clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 213cd30cebfb58df1298a13adf528755aad6cdfa Author: Elliot Smith @@ -10521,7 +10521,7 @@ Date: Thu Jun 24 11:23:50 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-binding-pool.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 4e5c84ebc5fba38afdf0593f830dc2ea08098a30 Author: Emmanuele Bassi @@ -10529,8 +10529,8 @@ Date: Wed Jun 23 18:46:52 2010 +0100 doap: Update after the infrastructure changes - clutter.doap | 64 ++++----------------------------------------------------- - 1 files changed, 5 insertions(+), 59 deletions(-) + clutter.doap | 64 +++++----------------------------------------------------- + 1 file changed, 5 insertions(+), 59 deletions(-) commit f60999becfc40af940eba23cd2dbdd8dd2455b1a Author: Emmanuele Bassi @@ -10539,7 +10539,7 @@ Date: Wed Jun 23 18:46:38 2010 +0100 Change the Bugzilla link in the configure script configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6ff5d105e52c300b4b06d08f966500b344e0aeca Author: Emmanuele Bassi @@ -10548,7 +10548,7 @@ Date: Wed Jun 23 18:43:18 2010 +0100 docs: Change the mailing list link README | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit d17ea2c021a9ba19580c013743224d2d40ac1f76 Author: Neil Roberts @@ -10576,7 +10576,7 @@ Date: Wed Jun 23 15:53:50 2010 +0100 stroking, which could possibly cause a crash. clutter/cogl/cogl/cogl-path.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 8512423f22995dced954b9b5c5e6481af83ba5a0 Author: Neil Roberts @@ -10594,7 +10594,7 @@ Date: Fri Jun 18 11:12:51 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2149 clutter/clutter-animation.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 66d9d481357e2e9f55a4b546104fbb1c5ff8167c Author: Emmanuele Bassi @@ -10608,7 +10608,7 @@ Date: Wed Jun 23 13:34:36 2010 +0100 ... clutter.pc.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e28ea848e22b11490f653d655ddad3dc90726b09 Author: Emmanuele Bassi @@ -10617,7 +10617,7 @@ Date: Wed Jun 23 13:23:19 2010 +0100 Fix the libdir in the pkg-config file clutter.pc.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f423d794ccd410368cef25af99fb7a6317655552 Author: Robert Bragg @@ -10633,7 +10633,7 @@ Date: Tue Jun 22 15:42:41 2010 +0100 config. clutter/cogl/cogl/winsys/cogl-context-winsys.h | 1 + - clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 37 +++++++++---------- + clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 37 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) commit 62c08b4a0995467f54d8135e7c579e2f81debb20 @@ -10652,7 +10652,7 @@ Date: Tue Jun 22 16:12:53 2010 +0100 This change should make dragging actors in complex scenes a bit faster. clutter/clutter-drag-action.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit d89270d7c16aae0369ed80a8c69f2a58ebcaf7e4 Author: Emmanuele Bassi @@ -10661,7 +10661,7 @@ Date: Tue Jun 22 14:43:36 2010 +0100 Silence another compiler warning clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit db47e9082951a872fe1071241f35fc262a049926 Author: Neil Roberts @@ -10673,7 +10673,7 @@ Date: Tue Jun 22 14:10:44 2010 +0100 return None from get_fbconfig_for_depth. Instead it now returns NULL. clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e9fa68fbdd74c37816693d95efb76974ae33906f Author: Emmanuele Bassi @@ -10682,7 +10682,7 @@ Date: Tue Jun 22 14:05:39 2010 +0100 Add test-cogl-texture-pixmap-x11 to the ignore file tests/conform/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b2c87eaddf9ebe68daf5a458a0c7453e3c16d805 Author: Emmanuele Bassi @@ -10691,7 +10691,7 @@ Date: Tue Jun 22 13:48:53 2010 +0100 Silence some compiler warnings clutter/cogl/cogl/cogl-material.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit d52fd33d0f912009c15a13eac2af2e4ad5fb7209 Author: Emmanuele Bassi @@ -10700,7 +10700,7 @@ Date: Tue Jun 22 13:31:41 2010 +0100 docs: Fix release notes wording README | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e12e6974a0f938ff32e94c1c0e9c4f9da7a0fc3b Author: Emmanuele Bassi @@ -10709,7 +10709,7 @@ Date: Tue Jun 22 13:31:31 2010 +0100 docs: Fix links in the README README | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit e3360f497e197ecbf80b96f88d2e952ca8454093 Author: Emmanuele Bassi @@ -10721,7 +10721,7 @@ Date: Tue Jun 22 13:29:03 2010 +0100 any more. README | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 3734408962fbd36388811c67160ec0253df08e12 Author: Emmanuele Bassi @@ -10749,7 +10749,7 @@ Date: Tue Jun 22 11:59:07 2010 +0100 Setting the DPI is done through the ClutterSettings:font-dpi property. tests/conform/test-clutter-units.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 7e6b60270d1951f0789868740b8df6acfe677d57 Author: Emmanuele Bassi @@ -10761,7 +10761,7 @@ Date: Tue Jun 22 08:29:02 2010 +0100 paths should be relative to $prefix. clutter.pc.in | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 05b6c283eb00df0b0be125418672531df3f46d62 Author: Neil Roberts @@ -10772,7 +10772,7 @@ Date: Fri Jun 18 18:51:15 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-texture-pixmap-x11.c | 247 ++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 249 insertions(+), 0 deletions(-) + 3 files changed, 249 insertions(+) commit 5d860a99788f4e80711e40e2d1d5d6f636f4977f Author: Neil Roberts @@ -10842,7 +10842,7 @@ Date: Mon Jun 14 17:36:24 2010 +0100 between high and low. This is useful to test the mipmap fallback. tests/interactive/test-pixmap.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit c5b5a88d6d74242939ea9db67c8a8098ed74171d Author: Neil Roberts @@ -10858,7 +10858,7 @@ Date: Fri May 28 18:41:20 2010 +0100 the button is clicked. tests/interactive/test-pixmap.c | 27 ++++++++++++++++++++------- - 1 files changed, 20 insertions(+), 7 deletions(-) + 1 file changed, 20 insertions(+), 7 deletions(-) commit 02de8b9ad5f450952c7e60f0a9acab87b618d589 Author: Neil Roberts @@ -10870,7 +10870,7 @@ Date: Fri May 28 17:53:04 2010 +0100 --disable-animation option to simplify the test. tests/interactive/test-pixmap.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit 75f48ad0ec52c4c9a99c1323916b5ec42dbf0b02 Author: Neil Roberts @@ -10884,7 +10884,7 @@ Date: Fri May 28 17:45:07 2010 +0100 never be updated. tests/interactive/test-pixmap.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f7dfc8caa4cb69f67fc14cf73725a39d7940479d Author: Neil Roberts @@ -10897,7 +10897,7 @@ Date: Fri May 28 17:32:21 2010 +0100 adding the ClutterX11TexturePixmap actor when the option is given. tests/interactive/test-pixmap.c | 37 ++++++++++++++++++++++--------------- - 1 files changed, 22 insertions(+), 15 deletions(-) + 1 file changed, 22 insertions(+), 15 deletions(-) commit 6ca13e54d880a727d7926fd66d6d0786c48c7622 Author: Neil Roberts @@ -10911,7 +10911,7 @@ Date: Mon Jun 21 12:48:02 2010 +0100 clutter/cogl/cogl/Makefile.am | 1 + clutter/glx/Makefile.am | 1 + clutter/x11/Makefile.am | 1 + - 3 files changed, 3 insertions(+), 0 deletions(-) + 3 files changed, 3 insertions(+) commit 7fae8ac05129285fefb470ff0b88d764a759d153 Author: Neil Roberts @@ -10932,7 +10932,7 @@ Date: Fri Jun 18 14:30:23 2010 +0100 clutter/cogl/cogl/cogl-defines.h.in | 36 ++++++++++++++++++++ clutter/cogl/cogl/driver/gl/cogl-defines.h.in | 37 -------------------- clutter/cogl/cogl/driver/gles/cogl-defines.h.in | 41 ----------------------- - configure.ac | 36 +++++++++++++++++++- + configure.ac | 36 ++++++++++++++++++-- 5 files changed, 70 insertions(+), 83 deletions(-) commit a01b094630d748d4b0505852724b57b837e49d3a @@ -10949,11 +10949,11 @@ Date: Fri Jun 4 10:38:30 2010 +0100 (this will be squashed into an earlier commit) - clutter/cogl/cogl/winsys/cogl-context-winsys.c | 2 + + clutter/cogl/cogl/winsys/cogl-context-winsys.c | 2 ++ clutter/cogl/cogl/winsys/cogl-context-winsys.h | 23 ++++++++++++++ clutter/cogl/cogl/winsys/cogl-xlib.c | 39 ++++++++++++++++++++++++ - clutter/cogl/cogl/winsys/cogl-xlib.h | 29 +++++++++++++++++ - 4 files changed, 93 insertions(+), 0 deletions(-) + clutter/cogl/cogl/winsys/cogl-xlib.h | 29 ++++++++++++++++++ + 4 files changed, 93 insertions(+) commit 3abe26b913c895072d31fa5e88a8724ba311d174 Author: Neil Roberts @@ -10968,7 +10968,7 @@ Date: Tue Jun 1 13:32:57 2010 +0100 that check in too. clutter/cogl/cogl/cogl-texture.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 279ad7b7e51572138d41bf5a078adab33a57c913 Author: Neil Roberts @@ -10986,7 +10986,7 @@ Date: Wed Jun 2 17:55:56 2010 +0100 parameter so that it can prepend "GLX" rather than "GL" in this case. clutter/cogl/cogl/Makefile.am | 1 + - clutter/cogl/cogl/cogl-feature-private.c | 7 +- + clutter/cogl/cogl/cogl-feature-private.c | 7 ++- clutter/cogl/cogl/cogl-feature-private.h | 3 +- clutter/cogl/cogl/driver/gl/cogl.c | 2 +- clutter/cogl/cogl/driver/gles/cogl.c | 2 +- @@ -11015,12 +11015,12 @@ Date: Wed May 19 16:13:07 2010 +0100 _cogl_xlib_handle_event and _cogl_xlib_set_display can be removed once Cogl gains a proper window system abstraction. - clutter/cogl/cogl/Makefile.am | 11 ++- + clutter/cogl/cogl/Makefile.am | 11 ++-- clutter/cogl/cogl/cogl-internal.h | 52 ++++++++++++++++ clutter/cogl/cogl/winsys/cogl-context-winsys.c | 20 ++++++ - clutter/cogl/cogl/winsys/cogl-context-winsys.h | 7 ++ + clutter/cogl/cogl/winsys/cogl-context-winsys.h | 7 +++ clutter/cogl/cogl/winsys/cogl-xlib.c | 77 ++++++++++++++++++++++++ - clutter/cogl/cogl/winsys/cogl-xlib.h | 37 +++++++++++ + clutter/cogl/cogl/winsys/cogl-xlib.h | 37 ++++++++++++ clutter/x11/clutter-backend-x11.c | 5 ++ clutter/x11/clutter-event-x11.c | 6 ++ 8 files changed, 211 insertions(+), 4 deletions(-) @@ -11036,12 +11036,12 @@ Date: Wed Jun 2 15:16:14 2010 +0100 this could work more like the CoglContextDriver struct and have a different header for each winsys. - clutter/cogl/cogl/Makefile.am | 2 + + clutter/cogl/cogl/Makefile.am | 2 ++ clutter/cogl/cogl/cogl-context.c | 8 +++++ - clutter/cogl/cogl/cogl-context.h | 2 + + clutter/cogl/cogl/cogl-context.h | 2 ++ clutter/cogl/cogl/winsys/cogl-context-winsys.c | 38 ++++++++++++++++++++++++ clutter/cogl/cogl/winsys/cogl-context-winsys.h | 32 ++++++++++++++++++++ - 5 files changed, 82 insertions(+), 0 deletions(-) + 5 files changed, 82 insertions(+) commit 3a3d55cd88f347c8fbd307401f13f1453caa9b26 Author: Neil Roberts @@ -11077,14 +11077,14 @@ Date: Wed Jun 9 17:39:59 2010 +0100 before painting that is unrelated to mipmapping. clutter/cogl/cogl/cogl-atlas-texture.c | 13 ++++++----- - clutter/cogl/cogl/cogl-material-private.h | 7 +++-- - clutter/cogl/cogl/cogl-material.c | 33 +++++++++++++-------------- - clutter/cogl/cogl/cogl-primitives.c | 4 +- - clutter/cogl/cogl/cogl-sub-texture.c | 7 +++-- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 9 ++++++- - clutter/cogl/cogl/cogl-texture-2d.c | 27 +++++++++++----------- - clutter/cogl/cogl/cogl-texture-private.h | 12 ++++++++- - clutter/cogl/cogl/cogl-texture.c | 4 +- + clutter/cogl/cogl/cogl-material-private.h | 7 +++--- + clutter/cogl/cogl/cogl-material.c | 33 ++++++++++++++-------------- + clutter/cogl/cogl/cogl-primitives.c | 4 ++-- + clutter/cogl/cogl/cogl-sub-texture.c | 7 +++--- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 9 ++++++-- + clutter/cogl/cogl/cogl-texture-2d.c | 27 ++++++++++++----------- + clutter/cogl/cogl/cogl-texture-private.h | 12 ++++++++-- + clutter/cogl/cogl/cogl-texture.c | 4 ++-- clutter/cogl/cogl/cogl-vertex-buffer.c | 2 +- 10 files changed, 67 insertions(+), 51 deletions(-) @@ -11125,7 +11125,7 @@ Date: Fri Jun 11 13:44:27 2010 +0100 COGL_HANDLE_DEFINE_WITH_CODE. clutter/cogl/cogl/cogl-object-private.h | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 97225a96a6f7032273c225e525678d3dc9433cc8 Author: Neil Roberts @@ -11140,7 +11140,7 @@ Date: Thu Jun 3 15:06:47 2010 +0100 clutter/cogl/cogl/cogl-texture-2d-private.h | 11 +++++++++++ clutter/cogl/cogl/cogl-texture-2d.c | 9 +++++++++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit 7e149c5ca93e4de3194cc3344eba7fb183dfbeb3 Author: Neil Roberts @@ -11171,7 +11171,7 @@ Date: Tue Jun 8 22:54:26 2010 +0100 http://bugzilla.o-hand.com/show_bug.cgi?id=2178 tests/interactive/test-shader.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 60cad4bf0b4a52d6727ce7986965e972db0b4f89 Author: Robert Bragg @@ -11186,7 +11186,7 @@ Date: Tue Jun 8 18:38:25 2010 +0100 http://bugzilla.o-hand.com/show_bug.cgi?id=2177 clutter/cogl/cogl/cogl-clip-stack.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 00bb189e71374ddcd1437fc5913f89ada9f39f23 Author: Robert Bragg @@ -11203,7 +11203,7 @@ Date: Tue Jun 22 11:21:09 2010 +0100 it. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit db1434ab718f04c098afe9d60419a6b98805778e Author: Emmanuele Bassi @@ -11227,7 +11227,7 @@ Date: Tue Jun 22 07:58:49 2010 +0100 Unbreak the compilation with the internal copy of json-glib. clutter/json/json-types.h | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 1eb7f5758211aaac44efd159bafc44d6de8dd87d Author: Emmanuele Bassi @@ -11238,7 +11238,7 @@ Date: Mon Jun 21 18:56:16 2010 +0100 Instead of using the bare xsettings_* API; this maintains consistency. clutter/x11/clutter-backend-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f3adc600fc7f11338b5e213b5ad049ca069531e4 Author: Emmanuele Bassi @@ -11264,7 +11264,7 @@ Date: Mon Jun 21 17:58:26 2010 +0100 The Settings instance is the preferred way of accessing the settings. clutter/clutter-backend.h | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit e95a0c194f9cc7e3852ddff4b24006cc64231033 Author: Emmanuele Bassi @@ -11289,7 +11289,7 @@ Date: Mon Jun 21 17:57:11 2010 +0100 clutter/clutter-settings.c | 120 +++++++++++++++++++++++++++++ doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter.types | 1 + - 3 files changed, 122 insertions(+), 0 deletions(-) + 3 files changed, 122 insertions(+) commit b470d6930d8995b2e5d1353486394c12fc55187e Author: Emmanuele Bassi @@ -11298,7 +11298,7 @@ Date: Mon Jun 21 16:10:49 2010 +0100 settings: freeze notification on XSETTINGS notify clutter/x11/clutter-backend-x11.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 98c3c84c004c65ca97f1b9118554bc8e694e0e5f Author: Emmanuele Bassi @@ -11331,7 +11331,7 @@ Date: Mon Jun 21 15:42:20 2010 +0100 separate public object. clutter/Makefile.am | 2 + - clutter/clutter-backend.c | 136 +++++++++------ + clutter/clutter-backend.c | 136 ++++++++------- clutter/clutter-backend.h | 1 + clutter/clutter-private.h | 3 + clutter/clutter-settings.c | 401 ++++++++++++++++++++++++++++++++++++++++++++ @@ -11350,7 +11350,7 @@ Date: Fri Jun 18 13:59:00 2010 +0100 take care of that option for us. configure.ac | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit c767feecbbe75dd1da20e93612dfbbfbc4ffdf33 Author: Robert Bragg @@ -11362,8 +11362,8 @@ Date: Fri Jun 18 13:35:09 2010 +0100 or libglesv2 .pc file with details about where to find the library and headers. - configure.ac | 141 +++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 77 insertions(+), 64 deletions(-) + configure.ac | 141 ++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 77 insertions(+), 64 deletions(-) commit d45ac12628489f3adf2210a7ec9f08f7a2cb4cf9 Author: Robert Bragg @@ -11385,7 +11385,7 @@ Date: Fri Jun 18 04:38:43 2010 +0100 clutter/egl/clutter-egl-headers.h | 38 ++ clutter/egl/clutter-egl.h | 76 +++ clutter/egl/clutter-event-tslib.c | 297 ++++++++++ - clutter/egl/clutter-stage-egl.c | 366 ++++++++++++ + clutter/egl/clutter-stage-egl.c | 366 +++++++++++++ clutter/egl/clutter-stage-egl.h | 55 ++ clutter/eglnative/Makefile.am | 29 - clutter/eglnative/clutter-backend-egl.c | 817 --------------------------- @@ -11393,14 +11393,14 @@ Date: Fri Jun 18 04:38:43 2010 +0100 clutter/eglnative/clutter-egl-headers.h | 33 -- clutter/eglnative/clutter-egl.h | 48 -- clutter/eglnative/clutter-event-tslib.c | 297 ---------- - clutter/eglnative/clutter-stage-egl.c | 366 ------------ + clutter/eglnative/clutter-stage-egl.c | 366 ------------- clutter/eglnative/clutter-stage-egl.h | 41 -- clutter/eglx/Makefile.am | 30 - clutter/eglx/clutter-backend-egl.c | 823 ---------------------------- clutter/eglx/clutter-backend-egl.h | 116 ---- clutter/eglx/clutter-egl-headers.h | 38 -- clutter/eglx/clutter-eglx.h | 54 -- - clutter/eglx/clutter-stage-egl.c | 366 ------------ + clutter/eglx/clutter-stage-egl.c | 366 ------------- clutter/eglx/clutter-stage-egl.h | 42 -- configure.ac | 9 +- doc/reference/clutter/Makefile.am | 12 +- @@ -11420,7 +11420,7 @@ Date: Fri Jun 18 00:29:12 2010 +0100 clutter/eglnative/Makefile.am | 6 +++++- configure.ac | 2 ++ - 2 files changed, 7 insertions(+), 1 deletions(-) + 2 files changed, 7 insertions(+), 1 deletion(-) commit 5b6800bf63043fa047357656179d8767c77dce0c Author: Robert Bragg @@ -11448,7 +11448,7 @@ Date: Fri Jun 18 00:18:02 2010 +0100 tslib. clutter/eglnative/clutter-event-egl.c | 25 +++++++++++++++---------- - 1 files changed, 15 insertions(+), 10 deletions(-) + 1 file changed, 15 insertions(+), 10 deletions(-) commit cd82b704e9e7b5b96cbdb470f933ae8e1edae46d Author: Robert Bragg @@ -11465,7 +11465,7 @@ Date: Thu Jun 17 23:12:34 2010 +0100 EGL instead of OpenGL and GLX. clutter/eglx/clutter-backend-egl.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit a84ecf3919cde7142de97c29a0f840c85491d84f Author: Robert Bragg @@ -11478,11 +11478,11 @@ Date: Thu Jun 17 22:26:12 2010 +0100 consolidation. clutter/eglnative/clutter-backend-egl.c | 637 ++++++++++++++++++++++++------- - clutter/eglnative/clutter-backend-egl.h | 41 ++- + clutter/eglnative/clutter-backend-egl.h | 41 +- clutter/eglnative/clutter-stage-egl.c | 262 ++++++++++++- clutter/eglnative/clutter-stage-egl.h | 3 + - clutter/eglx/clutter-backend-egl.c | 396 +++++++++++++++++--- - clutter/eglx/clutter-backend-egl.h | 51 +++- + clutter/eglx/clutter-backend-egl.c | 396 ++++++++++++++++--- + clutter/eglx/clutter-backend-egl.h | 51 ++- clutter/eglx/clutter-stage-egl.c | 156 +++++++- 7 files changed, 1310 insertions(+), 236 deletions(-) @@ -11501,7 +11501,7 @@ Date: Thu Jun 17 23:23:12 2010 +0100 EGL. configure.ac | 25 ++++++++++++++++++++++++- - 1 files changed, 24 insertions(+), 1 deletions(-) + 1 file changed, 24 insertions(+), 1 deletion(-) commit bf9d5f394997c0ff9d7b4a3671ac04499d0c3fb2 Author: Robert Bragg @@ -11550,8 +11550,8 @@ Date: Fri Jun 18 01:56:23 2010 +0100 lists of flavours used, for example, to determine when we need to check for x libraries. - configure.ac | 108 ++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 64 insertions(+), 44 deletions(-) + configure.ac | 108 ++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 64 insertions(+), 44 deletions(-) commit 25ed304567561bf95baab1c77cda8b06d01b97eb Author: Robert Bragg @@ -11570,7 +11570,7 @@ Date: Fri Jun 18 01:13:33 2010 +0100 clutter/subdirectory needs to be built. configure.ac | 18 ++++++++++++++---- - 1 files changed, 14 insertions(+), 4 deletions(-) + 1 file changed, 14 insertions(+), 4 deletions(-) commit c3e43a7e473023c327e91094cbe5b9d0a103ec21 Author: Robert Bragg @@ -11584,7 +11584,7 @@ Date: Fri Jun 18 01:07:59 2010 +0100 that handles all the flavour configuration. configure.ac | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit e3293abcd473d8942acfce9eafb2877e2f44ee49 Author: Robert Bragg @@ -11599,7 +11599,7 @@ Date: Fri Jun 18 01:02:38 2010 +0100 $COGL_DRIVER. configure.ac | 177 +++++++++++++++++++++++++++++----------------------------- - 1 files changed, 89 insertions(+), 88 deletions(-) + 1 file changed, 89 insertions(+), 88 deletions(-) commit c151fa2efd8a794c0feab319d05d06796c6f4b3e Author: Robert Bragg @@ -11615,7 +11615,7 @@ Date: Fri Jun 18 01:02:38 2010 +0100 dependencies on the order that some variables were setup in. configure.ac | 37 ++++++++++++++++++++----------------- - 1 files changed, 20 insertions(+), 17 deletions(-) + 1 file changed, 20 insertions(+), 17 deletions(-) commit e2dcd7e852c2bda2a6bf72c7c3f777c16ff9c89b Author: Neil Roberts @@ -11629,7 +11629,7 @@ Date: Fri Jun 18 15:19:59 2010 +0100 taken on it anywhere so it should be safe to use g_array_free instead. clutter/clutter-state.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5a73e20a15ea0b84a1788a70e23d8814eb4519af Author: Neil Roberts @@ -11643,7 +11643,7 @@ Date: Fri Jun 18 15:25:51 2010 +0100 cogl-context.c clutter/cogl/cogl/cogl-context.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9cc90333473e33d590242891a463165e5e80890f Author: Neil Roberts @@ -11758,7 +11758,7 @@ Date: Thu Jun 17 12:32:24 2010 +0100 hide most of the warnings. clutter/clutter-actor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 77c63e0237efd6fe91f33aca6e3bd4903d57aee5 Author: Emmanuele Bassi @@ -11784,7 +11784,7 @@ Date: Wed Jun 16 17:33:48 2010 +0100 to parse the default transition duration with the generic code paths. clutter/clutter-state.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 351b6c0543390a3e1289aec7cf14058ffc4eb6af Author: Øyvind Kolås @@ -11796,7 +11796,7 @@ Date: Wed Jun 16 17:44:06 2010 +0100 could cause dereferencing (NULL)->next and thus segfaulting. clutter/clutter-state.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 35c6179a8e01ca02ee3239ec8e4a0379e41ada09 Author: Øyvind Kolås @@ -11808,7 +11808,7 @@ Date: Wed Jun 16 17:43:44 2010 +0100 could cause dereferencing (NULL)->next and thus segfaulting. clutter/clutter-animator.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 698cce8276eeff945980f16ebe3ac585bd71a9b7 Author: Emmanuele Bassi @@ -11821,7 +11821,7 @@ Date: Wed Jun 16 17:17:27 2010 +0100 situation, but it's better to fail from within ClutterShaderEffect. clutter/clutter-shader-effect.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 2a354d9650bb8215dd75a90b947fb82734c35b78 Author: Richard Hughes @@ -11838,7 +11838,7 @@ Date: Wed Jun 16 16:19:48 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-shader-types.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 2d99f77e3b0027c83b9b2068d65b39d18dbfdbd3 Author: Emmanuele Bassi @@ -11864,7 +11864,7 @@ Date: Wed Jun 16 13:58:41 2010 +0100 We should also change one of the interactive tests using a CairoTexture to rebuild the contents of the actor in response to an allocation. - clutter/clutter-cairo-texture.c | 8 ++++ + clutter/clutter-cairo-texture.c | 8 +++++ tests/interactive/test-bin-layout.c | 66 ++++++++++++++++++++++++++++++----- 2 files changed, 65 insertions(+), 9 deletions(-) @@ -11875,7 +11875,7 @@ Date: Wed Jun 16 12:53:02 2010 +0100 cairo-texture: Clean up style clutter/clutter-cairo-texture.c | 34 ++++++++++++++++++---------------- - 1 files changed, 18 insertions(+), 16 deletions(-) + 1 file changed, 18 insertions(+), 16 deletions(-) commit 859d1f0792177d8d5cc589e64d6dbad04074e0c4 Author: Emmanuele Bassi @@ -11887,7 +11887,7 @@ Date: Wed Jun 16 12:47:56 2010 +0100 public. clutter/clutter-align-constraint.c | 221 +++++++++++++++++++++------- - clutter/clutter-align-constraint.h | 16 ++- + clutter/clutter-align-constraint.h | 16 +- doc/reference/clutter/clutter-sections.txt | 6 + 3 files changed, 183 insertions(+), 60 deletions(-) @@ -11900,7 +11900,7 @@ Date: Tue Jun 15 22:36:19 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 56315d92bd9e961450746d9f9c973f937be20aa6 Author: Robert Bragg @@ -11920,7 +11920,7 @@ Date: Wed Jun 9 02:42:01 2010 +0100 http://bugzilla.o-hand.com/show_bug.cgi?id=2136 clutter/glx/clutter-stage-glx.c | 10 ++-------- - 1 files changed, 2 insertions(+), 8 deletions(-) + 1 file changed, 2 insertions(+), 8 deletions(-) commit 5382e8722b8194320feb7c18065b2831e4ebe752 Author: Emmanuele Bassi @@ -11941,7 +11941,7 @@ Date: Tue Jun 15 16:46:59 2010 +0100 Add cogl-depth-test to the Git ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7164da7467b0b2570d1e90c40844a322335f30ec Author: Emmanuele Bassi @@ -11952,7 +11952,7 @@ Date: Tue Jun 15 16:42:30 2010 +0100 Fixes a compiler warning. clutter/cogl/cogl/cogl-primitives.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e312f7ee4a6ee5a4ee1c95ada289746e2372fc45 Author: Robert Bragg @@ -11964,7 +11964,7 @@ Date: Mon Jun 14 23:14:15 2010 +0100 by an application. clutter/cogl/cogl/cogl-material.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 305721d0e8f2c2bad83787740628b2444f895a6f Author: Robert Bragg @@ -11981,7 +11981,7 @@ Date: Thu Jun 10 19:03:57 2010 +0100 more likely this metric will be good enough on its own to minimize the set of arbfp programs necessary to support a given application. - clutter/cogl/cogl/cogl-material-private.h | 21 ++- + clutter/cogl/cogl/cogl-material-private.h | 21 +- clutter/cogl/cogl/cogl-material.c | 356 ++++++++++++++++++++++++----- 2 files changed, 316 insertions(+), 61 deletions(-) @@ -11996,7 +11996,7 @@ Date: Mon Jun 14 22:20:27 2010 +0100 sense to have _cogl_material_set_parent do this directly instead. clutter/cogl/cogl/cogl-material.c | 23 +++++------------------ - 1 files changed, 5 insertions(+), 18 deletions(-) + 1 file changed, 5 insertions(+), 18 deletions(-) commit dc0cb7959885c0eaf43008c0065ed99bf10d5df2 Author: Robert Bragg @@ -12010,7 +12010,7 @@ Date: Thu May 27 20:04:49 2010 +0100 affect weak materials. The material age of the parent can potentially be queried to determine if a weak material might need to be re-created. - clutter/cogl/cogl/cogl-material-private.h | 6 + + clutter/cogl/cogl/cogl-material-private.h | 6 ++ clutter/cogl/cogl/cogl-material.c | 167 ++++++++++++++++++++--------- 2 files changed, 123 insertions(+), 50 deletions(-) @@ -12032,7 +12032,7 @@ Date: Thu May 27 15:19:15 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 10 ++++++++++ clutter/cogl/cogl/cogl-material.c | 19 +++++++++++++++++++ - 2 files changed, 29 insertions(+), 0 deletions(-) + 2 files changed, 29 insertions(+) commit 634bcb34f98725deadea7777f0ab41071d009ecb Author: Robert Bragg @@ -12047,7 +12047,7 @@ Date: Thu May 27 15:18:15 2010 +0100 CoglMaterialWrapModeOverrides structure. clutter/cogl/cogl/cogl-primitives.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d6925f243e9e9d8faa66aa63917a32db7293e3b Author: Robert Bragg @@ -12060,7 +12060,7 @@ Date: Wed May 26 14:13:37 2010 +0100 simple_property_equal function that's now used instead. clutter/cogl/cogl/cogl-material.c | 134 +++++++++++++++++-------------------- - 1 files changed, 62 insertions(+), 72 deletions(-) + 1 file changed, 62 insertions(+), 72 deletions(-) commit c434f1fc48390a6e2c963656b039ebc3df0991af Author: Robert Bragg @@ -12088,10 +12088,10 @@ Date: Wed May 26 11:33:32 2010 +0100 clutter/cogl/cogl/cogl-context.c | 8 + clutter/cogl/cogl/cogl-context.h | 8 + - clutter/cogl/cogl/cogl-material-private.h | 19 ++- - clutter/cogl/cogl/cogl-material.c | 323 +++++++++++++++++++++++++-- + clutter/cogl/cogl/cogl-material-private.h | 19 +- + clutter/cogl/cogl/cogl-material.c | 323 ++++++++++++++++++++++++-- clutter/cogl/cogl/cogl-material.h | 207 +++++++++++++++++ - clutter/cogl/cogl/cogl-types.h | 25 ++- + clutter/cogl/cogl/cogl-types.h | 25 +- clutter/cogl/cogl/cogl.c | 28 ++- clutter/cogl/cogl/cogl.h | 6 + tests/conform/Makefile.am | 1 + @@ -12130,7 +12130,7 @@ Date: Wed May 19 01:02:16 2010 +0100 remains valid if the layers have been changed. clutter/cogl/cogl/cogl-primitives.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 487c0b1ae9f9378eb0419e44c1d96c92df687a2d Author: Robert Bragg @@ -12145,7 +12145,7 @@ Date: Wed May 19 00:36:31 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 14 ++++++++++++++ clutter/cogl/cogl/cogl-material.c | 23 ++++++++++++++++++++++- - 2 files changed, 36 insertions(+), 1 deletions(-) + 2 files changed, 36 insertions(+), 1 deletion(-) commit ad0aab939dd74592eef0a2882bd7457baed68151 Author: Robert Bragg @@ -12160,7 +12160,7 @@ Date: Tue May 18 23:38:33 2010 +0100 clutter/cogl/cogl/cogl-journal.c | 4 +- clutter/cogl/cogl/cogl-material-private.h | 2 - - clutter/cogl/cogl/cogl-material.c | 60 ++++++---------------------- + clutter/cogl/cogl/cogl-material.c | 60 +++++++---------------------- 3 files changed, 14 insertions(+), 52 deletions(-) commit 02b7f51e800661de4bf3e0daeb8d8c51e88dc153 @@ -12183,9 +12183,9 @@ Date: Tue May 18 22:42:49 2010 +0100 clutter/cogl/cogl/cogl-journal-private.h | 1 - clutter/cogl/cogl/cogl-journal.c | 68 ++++++++++++++++++----------- clutter/cogl/cogl/cogl-material-private.h | 6 ++- - clutter/cogl/cogl/cogl-material.c | 38 +--------------- - clutter/cogl/cogl/cogl-path.c | 24 +++++++--- - clutter/cogl/cogl/cogl-primitives.c | 60 +++++++++++++++++-------- + clutter/cogl/cogl/cogl-material.c | 38 ++-------------- + clutter/cogl/cogl/cogl-path.c | 24 ++++++---- + clutter/cogl/cogl/cogl-primitives.c | 60 ++++++++++++++++--------- clutter/cogl/cogl/cogl-vertex-buffer.c | 45 ++++++++++++++++++- clutter/cogl/cogl/cogl.c | 4 +- 9 files changed, 153 insertions(+), 95 deletions(-) @@ -12296,7 +12296,7 @@ Date: Tue Jun 15 14:26:37 2010 +0100 which broke test-cogl-texture-rectangle. clutter/cogl/cogl/cogl-material.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1035389c00bc44b94358d33e9bebb555328b9ac Author: Robert Bragg @@ -12312,7 +12312,7 @@ Date: Thu Jun 10 14:39:20 2010 +0100 clutter/cogl/cogl/cogl-blend-string.c | 2 -- clutter/cogl/cogl/cogl-blend-string.h | 1 - clutter/cogl/cogl/cogl-material.c | 3 --- - 3 files changed, 0 insertions(+), 6 deletions(-) + 3 files changed, 6 deletions(-) commit 249ad97c8fd55b05d4377dad4f9b5e072d161b2b Author: Robert Bragg @@ -12341,7 +12341,7 @@ Date: Thu Jun 10 14:17:42 2010 +0100 complain to me that I've made their build logs look messy. clutter/cogl/cogl/cogl-color.c | 68 ++++++++++++++++++++++++++++++---------- - clutter/cogl/cogl/cogl-color.h | 61 +++++++++++++++++++++++++++++++++-- + clutter/cogl/cogl/cogl-color.h | 61 ++++++++++++++++++++++++++++++++--- 2 files changed, 108 insertions(+), 21 deletions(-) commit 500baa415789ea0b6277070c67ece54d0e6418ff @@ -12356,8 +12356,8 @@ Date: Thu Jun 10 14:07:40 2010 +0100 _cogl_material_get_colorubv. clutter/cogl/cogl/cogl-color-private.h | 40 ++++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-color.c | 7 +++++ - 2 files changed, 47 insertions(+), 0 deletions(-) + clutter/cogl/cogl/cogl-color.c | 7 ++++++ + 2 files changed, 47 insertions(+) commit 272cf6d943688453d19c5b695077903a5002fd17 Author: Johan Bilien @@ -12372,7 +12372,7 @@ Date: Mon Jun 14 19:34:24 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 21 ++++++++++++++++----- - 1 files changed, 16 insertions(+), 5 deletions(-) + 1 file changed, 16 insertions(+), 5 deletions(-) commit 2cee8b648e82382b37595fd583cfd2dd16b5bb2f Author: Øyvind Kolås @@ -12384,7 +12384,7 @@ Date: Mon Jun 14 16:57:44 2010 +0100 other parts of the code should be using clutter_state_get_state. clutter/clutter-state.c | 45 +++++++++++++-------------------------------- - 1 files changed, 13 insertions(+), 32 deletions(-) + 1 file changed, 13 insertions(+), 32 deletions(-) commit d5c93f6d550980f75534fdaa8f24db50f490e874 Author: Øyvind Kolås @@ -12396,7 +12396,7 @@ Date: Mon Jun 14 15:45:07 2010 +0100 default transitions to a target state with no specified source state. clutter/clutter-state.c | 21 ++++++++++++++++++++- - 1 files changed, 20 insertions(+), 1 deletions(-) + 1 file changed, 20 insertions(+), 1 deletion(-) commit 66de8656e99695c1afc0cf735b5fb6ade9300e37 Author: Øyvind Kolås @@ -12405,7 +12405,7 @@ Date: Tue May 25 11:54:15 2010 +0100 test-state: move press/release callbacks to stage avoiding grab tests/interactive/test-state.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit b8b10ef4db0e6a8e63865d4b358516addc5796e7 Author: Emmanuele Bassi @@ -12416,7 +12416,7 @@ Date: Mon Jun 14 14:05:49 2010 +0100 Only editable text actors can be in single-line mode. clutter/clutter-text.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 21820d50ca1b8e4e4d8b6078d3d6ecb191e17c0e Author: Kristian Høgsberg @@ -12432,7 +12432,7 @@ Date: Mon Jun 14 12:59:42 2010 +0100 Signed-off-by: Emmanuele Bassi configure.ac | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 38da6b4a0eacbe0c7e40bc5d237bf31030fcc57d Author: Neil Roberts @@ -12452,7 +12452,7 @@ Date: Mon Jun 14 11:59:33 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2170 clutter/clutter-text.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f97d16cd2d01c7f4d44f5b6ab719878d1a5989e2 Author: Emmanuele Bassi @@ -12500,26 +12500,26 @@ Date: Fri Jun 11 15:49:46 2010 +0100 clutter/Makefile.am | 2 +- clutter/clutter-actor.c | 46 +++++++++++++++--------------- clutter/clutter-alpha.c | 2 +- - clutter/clutter-animation.c | 5 ++- - clutter/clutter-backend.c | 4 +- + clutter/clutter-animation.c | 5 ++-- + clutter/clutter-backend.c | 4 +-- clutter/clutter-behaviour-path.c | 2 +- - clutter/clutter-behaviour.c | 5 ++- - clutter/clutter-binding-pool.c | 8 ++-- + clutter/clutter-behaviour.c | 5 ++-- + clutter/clutter-binding-pool.c | 8 +++--- clutter/clutter-click-action.c | 2 +- clutter/clutter-container.c | 6 ++-- - clutter/clutter-device-manager.c | 4 +- + clutter/clutter-device-manager.c | 4 +-- clutter/clutter-drag-action.c | 6 ++-- clutter/clutter-layout-manager.c | 2 +- - clutter/clutter-media.c | 8 +++-- - clutter/clutter-model.c | 10 +++--- - clutter/clutter-score.c | 10 +++--- - clutter/clutter-stage-manager.c | 4 +- - clutter/clutter-stage.c | 10 +++--- + clutter/clutter-media.c | 8 ++++-- + clutter/clutter-model.c | 10 +++---- + clutter/clutter-score.c | 10 +++---- + clutter/clutter-stage-manager.c | 4 +-- + clutter/clutter-stage.c | 10 +++---- clutter/clutter-state.c | 2 +- - clutter/clutter-text.c | 10 +++--- + clutter/clutter-text.c | 10 +++---- clutter/clutter-texture.c | 6 ++-- - clutter/clutter-timeline.c | 10 +++--- - clutter/x11/clutter-x11-texture-pixmap.c | 4 +- + clutter/clutter-timeline.c | 10 +++---- + clutter/x11/clutter-x11-texture-pixmap.c | 4 +-- 23 files changed, 86 insertions(+), 82 deletions(-) commit ded9322a7ab13dc0ab2d5470164909d764eaa436 @@ -12533,7 +12533,7 @@ Date: Fri Jun 11 14:47:30 2010 +0100 compilation. clutter/cogl/cogl/winsys/cogl-eglx.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 64e6cf69d74f9501914bf1f0a6738d897d83aaa5 Author: Neil Roberts @@ -12544,7 +12544,7 @@ Date: Fri Jun 11 14:37:56 2010 +0100 The GLES 1.1 backend was missing a stub for cogl_program_uniform_1i. clutter/cogl/cogl/driver/gles/cogl-program.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 181b46933a16f7649d2c50b928d10e765ad0a522 Author: Neil Roberts @@ -12557,10 +12557,10 @@ Date: Fri Jun 11 14:36:38 2010 +0100 appear in the shared library. .../cogl/cogl/driver/gles/cogl-context-driver.c | 2 +- - .../driver/gles/cogl-fixed-fragment-shader.glsl | 30 ++-- - .../cogl/driver/gles/cogl-fixed-vertex-shader.glsl | 24 ++-- + .../driver/gles/cogl-fixed-fragment-shader.glsl | 30 +-- + .../cogl/driver/gles/cogl-fixed-vertex-shader.glsl | 24 +-- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 201 ++++++++++---------- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 192 ++++++++++---------- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 192 +++++++++---------- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 2 +- 6 files changed, 226 insertions(+), 225 deletions(-) @@ -12573,7 +12573,7 @@ Date: Fri Jun 11 15:23:46 2010 +0100 Instead of an internal copy. clutter/clutter-click-action.c | 14 ++------------ - 1 files changed, 2 insertions(+), 12 deletions(-) + 1 file changed, 2 insertions(+), 12 deletions(-) commit f3f3b5674293f76decc831f2e11b9efba654bb75 Author: Dan Winship @@ -12591,7 +12591,7 @@ Date: Thu Jun 10 08:24:55 2010 -0400 clutter/clutter-actor.c | 25 +++++++++++++++++++++++++ clutter/clutter-actor.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 28 insertions(+), 0 deletions(-) + 3 files changed, 28 insertions(+) commit d816acd8348a84bf3f0e9f065fab80688a76350d Author: Emmanuele Bassi @@ -12608,7 +12608,7 @@ Date: Fri Jun 11 14:47:48 2010 +0100 be used exactly for this. We just need to expose it and create a GObject property for ClutterShaderEffect. - clutter/clutter-shader-effect.c | 70 ++++++++++++++++++++++++++- + clutter/clutter-shader-effect.c | 70 ++++++++++++++++++++++++++-- clutter/clutter-shader.c | 5 -- clutter/clutter-types.h | 14 ++++++ doc/reference/clutter/clutter-sections.txt | 1 + @@ -12646,7 +12646,7 @@ Date: Thu Apr 22 14:13:52 2010 +0100 using the function now just directly looks at path->path_nodes_min and path->path_nodes_max instead. - clutter/cogl/cogl/cogl-path-private.h | 7 +++ + clutter/cogl/cogl/cogl-path-private.h | 7 ++++ clutter/cogl/cogl/cogl-path.c | 72 ++++++++++++++++++--------------- 2 files changed, 46 insertions(+), 33 deletions(-) @@ -12662,8 +12662,8 @@ Date: Thu Apr 22 13:48:49 2010 +0100 places in Cogl so this patch moves it to cogl.c and adds it to cogl-internal.h - clutter/cogl/cogl/cogl-clip-state.c | 45 ++-------------------------------- - clutter/cogl/cogl/cogl-internal.h | 7 +++++ + clutter/cogl/cogl/cogl-clip-state.c | 45 +++-------------------------------- + clutter/cogl/cogl/cogl-internal.h | 7 ++++++ clutter/cogl/cogl/cogl.c | 39 ++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 42 deletions(-) @@ -12680,7 +12680,7 @@ Date: Thu May 13 00:59:06 2010 -0700 Signed-off-by: Robert Bragg clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e562ac20dffde1989c1c66d00e92a52e1d1d293f Author: Damien Lespiau @@ -12699,7 +12699,7 @@ Date: Sun Jun 6 23:03:26 2010 +0100 clutter/cogl/cogl/cogl-color.c | 84 ++++++++++++++++++ clutter/cogl/cogl/cogl-color.h | 156 ++++++++++++++++++++++++++++++++++ doc/reference/cogl/cogl-sections.txt | 18 ++++ - 3 files changed, 258 insertions(+), 0 deletions(-) + 3 files changed, 258 insertions(+) commit 55be1a23c30c1705dbbb1d8d6f7b24056ce57e48 Author: Damien Lespiau @@ -12715,7 +12715,7 @@ Date: Sun Jun 6 22:57:02 2010 +0100 clutter/cogl/cogl/cogl-color.c | 11 +++++++++++ clutter/cogl/cogl/cogl-color.h | 13 +++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 3 files changed, 25 insertions(+), 0 deletions(-) + 3 files changed, 25 insertions(+) commit 396914176ff459ce09587ac75db7bc55a5de9910 Author: Emmanuele Bassi @@ -12730,7 +12730,7 @@ Date: Wed May 26 16:32:23 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2094 clutter/cogl/cogl/cogl-framebuffer.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 15881e0f24294db68ba1c3ead63246fc46c1c418 Author: Emmanuele Bassi @@ -12749,8 +12749,8 @@ Date: Wed May 26 17:14:53 2010 +0100 clutter/cogl/cogl/cogl-debug.c | 4 +- clutter/cogl/cogl/cogl-framebuffer.c | 78 +++++++++++++++++++- - .../cogl/cogl/driver/gl/cogl-feature-functions.h | 5 + - .../cogl/cogl/driver/gles/cogl-feature-functions.h | 5 + + .../cogl/cogl/driver/gl/cogl-feature-functions.h | 5 ++ + .../cogl/cogl/driver/gles/cogl-feature-functions.h | 5 ++ 4 files changed, 87 insertions(+), 5 deletions(-) commit 3daafd4711416cf6f15376fcc97834b1e97fedc8 @@ -12774,10 +12774,10 @@ Date: Thu Jun 10 18:51:22 2010 +0100 docs: Add DeformEffect and PageTurnEffect to the API reference - doc/reference/clutter/clutter-docs.xml.in | 2 + + doc/reference/clutter/clutter-docs.xml.in | 2 ++ doc/reference/clutter/clutter-sections.txt | 40 ++++++++++++++++++++++++++++ - doc/reference/clutter/clutter.types | 2 + - 3 files changed, 44 insertions(+), 0 deletions(-) + doc/reference/clutter/clutter.types | 2 ++ + 3 files changed, 44 insertions(+) commit 44f300b3a242eb722cc1c82129e5e86daa3eb65d Author: Emmanuele Bassi @@ -12795,7 +12795,7 @@ Date: Thu Jun 10 16:56:16 2010 +0100 clutter/clutter-page-turn-effect.h | 71 ++++++ clutter/clutter.h | 1 + tests/interactive/test-drag.c | 25 +++ - 5 files changed, 516 insertions(+), 0 deletions(-) + 5 files changed, 516 insertions(+) commit c2081a076c3fdd376d2cd97c11f811e4a6549926 Author: Emmanuele Bassi @@ -12815,7 +12815,7 @@ Date: Wed Jun 9 17:52:06 2010 +0100 clutter/clutter-deform-effect.c | 739 +++++++++++++++++++++++++++++++++++++++ clutter/clutter-deform-effect.h | 111 ++++++ clutter/clutter.h | 1 + - 4 files changed, 853 insertions(+), 0 deletions(-) + 4 files changed, 853 insertions(+) commit fa381cc36194fbefd26717b1b3031018d5a1400e Author: Emmanuele Bassi @@ -12828,7 +12828,7 @@ Date: Thu Jun 10 17:35:56 2010 +0100 paint_target() virtual function without chaining up. clutter/clutter-offscreen-effect.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 8d22fea31c1df87904a82112ef3e917b70d56120 Author: Emmanuele Bassi @@ -12839,7 +12839,7 @@ Date: Thu Jun 10 17:34:48 2010 +0100 It still mentions the long since removed "prepare" function. clutter/clutter-effect.c | 22 +++++----------------- - 1 files changed, 5 insertions(+), 17 deletions(-) + 1 file changed, 5 insertions(+), 17 deletions(-) commit dc09fca2649d11d7c080b3c859b2996e1911f9f5 Author: Neil Roberts @@ -12857,7 +12857,7 @@ Date: Wed Jun 9 13:53:34 2010 +0100 This was causing problems in test-depth. clutter/cogl/cogl/cogl-material.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit b1f7d2fea8835c7731d9b999ce080f740a6b4b9b Author: Robert Bragg @@ -12870,7 +12870,7 @@ Date: Mon Apr 26 10:01:43 2010 +0100 textures bound to each texture unit so we can avoid some redundant binding. - clutter/cogl/cogl/cogl-atlas-texture.c | 10 ++- + clutter/cogl/cogl/cogl-atlas-texture.c | 10 +- clutter/cogl/cogl/cogl-material-private.h | 28 +++++ clutter/cogl/cogl/cogl-material.c | 112 ++++++++++++++++++-- clutter/cogl/cogl/cogl-sub-texture.c | 6 +- @@ -12879,7 +12879,7 @@ Date: Mon Apr 26 10:01:43 2010 +0100 clutter/cogl/cogl/cogl-texture-driver.h | 2 + clutter/cogl/cogl/cogl-texture-private.h | 19 ++++ clutter/cogl/cogl/cogl-texture.c | 23 ++++ - clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 11 ++- + clutter/cogl/cogl/driver/gl/cogl-texture-driver.c | 11 +- .../cogl/cogl/driver/gles/cogl-texture-driver.c | 9 +- clutter/glx/clutter-glx-texture-pixmap.c | 8 +- 12 files changed, 272 insertions(+), 43 deletions(-) @@ -12919,7 +12919,7 @@ Date: Mon Apr 26 10:01:43 2010 +0100 clutter/cogl/cogl/cogl-debug.h | 6 +- clutter/cogl/cogl/cogl-internal.h | 15 - clutter/cogl/cogl/cogl-journal.c | 11 +- - clutter/cogl/cogl/cogl-material-private.h | 234 ++- + clutter/cogl/cogl/cogl-material-private.h | 234 +- clutter/cogl/cogl/cogl-material.c | 2674 ++++++++++++++------ clutter/cogl/cogl/cogl-path.c | 27 +- clutter/cogl/cogl/cogl-pixel-buffer.c | 2 - @@ -12950,7 +12950,7 @@ Date: Wed Jun 9 14:42:18 2010 +0100 This was breaking test-cogl-sub-texture. clutter/cogl/cogl/cogl-atlas-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 413e631f488da0ec5ab44ac8d2314a89ff4a48a2 Author: Robert Bragg @@ -12972,7 +12972,7 @@ Date: Fri Jun 4 16:42:30 2010 +0100 _cogl_material_flush_gl_state. clutter/cogl/cogl/cogl-atlas-texture.c | 39 ++++++++++++++------------------ - 1 files changed, 17 insertions(+), 22 deletions(-) + 1 file changed, 17 insertions(+), 22 deletions(-) commit d407bb520fe886742ace030d12a9d647b640069b Author: Robert Bragg @@ -12987,7 +12987,7 @@ Date: Fri Jun 4 17:06:32 2010 +0100 Changes to the texture storage will invalidate the texture coordinates in the journal and we want to avoid a recursion of journal flushing. - clutter/cogl/cogl/cogl-material.c | 2 - + clutter/cogl/cogl/cogl-material.c | 2 -- clutter/cogl/cogl/cogl-primitives.c | 58 +++++++++++++++++++++++++++++--- clutter/cogl/cogl/cogl-vertex-buffer.c | 7 ++++ 3 files changed, 60 insertions(+), 7 deletions(-) @@ -13003,7 +13003,7 @@ Date: Mon Apr 26 16:30:25 2010 +0100 Cogl internally. tests/interactive/test-cogl-tex-foreign.c | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit 3907825d059407362023f7409a7c0e8992244ac3 Author: Robert Bragg @@ -13016,7 +13016,7 @@ Date: Mon Apr 26 16:27:59 2010 +0100 Cogl internally. tests/conform/test-cogl-texture-rectangle.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 2f8d4fc180d2162d610fd8fffb8f66b18b0e8faf Author: Robert Bragg @@ -13030,7 +13030,7 @@ Date: Mon Apr 26 09:55:50 2010 +0100 clutter/cogl/cogl/cogl-matrix.c | 45 +++++++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-matrix.h | 15 +++++++++++++ - 2 files changed, 60 insertions(+), 0 deletions(-) + 2 files changed, 60 insertions(+) commit 9815d75ebd38fdcb56bb618c46ef8822397b420d Author: Damien Lespiau @@ -13079,18 +13079,18 @@ Date: Sat Nov 14 14:59:59 2009 +0000 While at it, reindent cogl-internal.h as described in CODING_STYLE. clutter/cogl/cogl/cogl-context.c | 1 + - clutter/cogl/cogl/cogl-context.h | 5 +- - clutter/cogl/cogl/cogl-feature-private.h | 3 + + clutter/cogl/cogl/cogl-context.h | 5 ++- + clutter/cogl/cogl/cogl-feature-private.h | 3 ++ clutter/cogl/cogl/cogl-internal.h | 8 ++++ clutter/cogl/cogl/cogl.c | 11 +++++ clutter/cogl/cogl/driver/gl/cogl-context-driver.c | 2 +- clutter/cogl/cogl/driver/gl/cogl-context-driver.h | 2 +- .../cogl/cogl/driver/gl/cogl-feature-functions.h | 42 +++++++++++++++++--- - clutter/cogl/cogl/driver/gl/cogl.c | 25 +++++++---- + clutter/cogl/cogl/driver/gl/cogl.c | 25 +++++++----- .../cogl/cogl/driver/gles/cogl-context-driver.c | 2 +- .../cogl/cogl/driver/gles/cogl-context-driver.h | 2 +- .../cogl/cogl/driver/gles/cogl-feature-functions.h | 6 ++- - clutter/cogl/cogl/driver/gles/cogl.c | 8 ++- + clutter/cogl/cogl/driver/gles/cogl.c | 8 ++-- 13 files changed, 91 insertions(+), 26 deletions(-) commit 037f7a29d160a60224799dccaf082b523f3f2634 @@ -13103,7 +13103,7 @@ Date: Wed Jun 9 12:18:53 2010 +0100 it was then reading 384 so it would randomly fail. tests/conform/test-cogl-texture-rectangle.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 91a359c44e66eaeea8747748e949b6416a694d0d Author: Emmanuele Bassi @@ -13117,7 +13117,7 @@ Date: Wed Jun 9 11:53:58 2010 +0100 Reviewed-by: Neil Roberts clutter/clutter-main.c | 77 ++++++++++++++++++++++++++++-------------------- - 1 files changed, 45 insertions(+), 32 deletions(-) + 1 file changed, 45 insertions(+), 32 deletions(-) commit 5929468599ce7a05b8e5cda6b500ce338465344e Author: Johan Bilien @@ -13132,7 +13132,7 @@ Date: Tue Jun 8 15:22:29 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-main.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 30296a3307b68ce64a2111a07abc9944547b8cdb Author: Robert Bragg @@ -13165,7 +13165,7 @@ Date: Thu Jun 3 23:12:08 2010 +0100 glXIsDirect () returns GL_FALSE. clutter/glx/clutter-backend-glx.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit f37de23dec316e1d4ed616c890339bfd3b4cbfa4 Author: Robert Bragg @@ -13185,7 +13185,7 @@ Date: Thu Jun 3 20:03:20 2010 +0100 DRM_VBLANK_RELATIVE ioctl to throttle blits to the vblank frequency as we do when using glXSwapBuffers. - clutter/glx/clutter-backend-glx.c | 20 +++++++--- + clutter/glx/clutter-backend-glx.c | 20 +++++++---- clutter/glx/clutter-stage-glx.c | 69 +++++++++++++++++-------------------- 2 files changed, 46 insertions(+), 43 deletions(-) @@ -13224,7 +13224,7 @@ Date: Tue Jun 8 17:26:26 2010 +0100 the client active unit. clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 00675f42aab932b2a2cb7d128d282625f681e449 Author: Emmanuele Bassi @@ -13235,7 +13235,7 @@ Date: Tue Jun 8 11:19:28 2010 +0100 And error out in case of load failure. tests/interactive/test-texture-async.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 759ea5ce45c84d7d3e9f1dca2a7a854adcb0384a Author: Emmanuele Bassi @@ -13244,7 +13244,7 @@ Date: Mon Jun 7 23:26:03 2010 +0100 Post-release bump to 1.3.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bd3b8c2349a47e537a48cc3e6d7bc4c54584af5f Author: Emmanuele Bassi @@ -13302,7 +13302,7 @@ Date: Mon Jun 7 21:34:36 2010 +0100 clutter/clutter-flow-layout.c | 4 ++++ clutter/clutter-layout-manager.c | 15 +++++++++++++++ clutter/clutter-private.h | 3 +++ - 7 files changed, 41 insertions(+), 0 deletions(-) + 7 files changed, 41 insertions(+) commit 8583986e16f46c707f8416ac740eaede7f200549 Author: Emmanuele Bassi @@ -13369,7 +13369,7 @@ Date: Thu Jun 3 23:34:09 2010 -0400 clutter/clutter-master-clock.c | 3 +++ clutter/clutter-timeout-pool.c | 4 ++++ clutter/x11/clutter-event-x11.c | 4 ++++ - 4 files changed, 15 insertions(+), 0 deletions(-) + 4 files changed, 15 insertions(+) commit e9c4dfff9064406e1d8d7e8685850a6068ebf7fe Author: Emmanuele Bassi @@ -13378,7 +13378,7 @@ Date: Mon Jun 7 10:52:32 2010 +0100 Add test-cogl-object to the ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cef4c8de769fd76dbcfb9f219b6ee1f2154b13e5 Author: Damien Lespiau @@ -13403,7 +13403,7 @@ Date: Tue Jun 1 19:27:07 2010 +0100 simply replaces tabs with spaces clutter/cogl/cogl/cogl-object-private.h | 101 ++++++++++++++++--------------- - 1 files changed, 51 insertions(+), 50 deletions(-) + 1 file changed, 51 insertions(+), 50 deletions(-) commit 457faaffb7092d56dcee37383a778fae431b6dac Author: Robert Bragg @@ -13416,7 +13416,7 @@ Date: Tue Jun 1 17:27:59 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-object.c | 86 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 88 insertions(+), 0 deletions(-) + 3 files changed, 88 insertions(+) commit 2ce0cf3861edf89240ec9a393dee8998f7b6b100 Author: Robert Bragg @@ -13428,7 +13428,7 @@ Date: Tue Jun 1 18:06:47 2010 +0100 subclasses to (CoglObject *) pointers. clutter/cogl/cogl/cogl-object.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e7c800dacc23c5b264a2c1e22d6ac44298670b07 Author: Robert Bragg @@ -13442,9 +13442,9 @@ Date: Thu May 27 22:24:56 2010 +0100 clutter/cogl/cogl/Makefile.am | 3 + clutter/cogl/cogl/cogl-handle.h | 2 +- - clutter/cogl/cogl/cogl-object-private.h | 205 +++++++++++++++++++++++++ + clutter/cogl/cogl/cogl-object-private.h | 205 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-object.c | 246 +++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-object.h | 245 ++++++++++++------------------- + clutter/cogl/cogl/cogl-object.h | 245 ++++++++++++------------------ clutter/cogl/cogl/cogl-util.c | 61 -------- clutter/cogl/cogl/cogl.h | 1 + doc/reference/cogl/cogl-sections.txt | 6 + @@ -13461,7 +13461,7 @@ Date: Tue Jun 1 17:53:42 2010 +0100 clutter/cogl/cogl/cogl-path.h | 12 ++++++++++++ doc/reference/cogl/cogl-sections.txt | 1 + - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit eca26340504161b660e8a7848a8c852552cd8eac Author: Robert Bragg @@ -13473,9 +13473,9 @@ Date: Tue Jun 1 17:34:59 2010 +0100 cogl_object_method naming style we are aiming for. clutter/cogl/cogl/cogl-clip-state.c | 2 +- - clutter/cogl/cogl/cogl-path.c | 47 +++++++++++++++++---------------- + clutter/cogl/cogl/cogl-path.c | 47 +++++++++++++++++----------------- clutter/cogl/cogl/cogl-path.h | 8 +++--- - doc/reference/cogl/cogl-sections.txt | 4 +- + doc/reference/cogl/cogl-sections.txt | 4 +-- tests/conform/test-cogl-path.c | 16 ++++++------ 5 files changed, 39 insertions(+), 38 deletions(-) @@ -13488,7 +13488,7 @@ Date: Thu Jun 3 15:20:17 2010 +0100 Use a desaturation effect on the drag handle. tests/interactive/test-drag.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 582f2ced5fe3eca78f6c9e04543bc622b5858196 Author: Damien Lespiau @@ -13501,7 +13501,7 @@ Date: Thu Jun 3 13:48:53 2010 +0100 paths for gtk-doc to build its scanner. doc/reference/clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a351ff2afc1ac44f71fabc1219e928d2214f7bf8 Author: Damien Lespiau @@ -13517,7 +13517,7 @@ Date: Thu Jun 3 11:59:48 2010 +0100 ($(top_srcdir)/json is included first in the include search path). clutter/Makefile.am | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 23084b9768ee10502ef01f0c34ae7f2c64888c2b Author: Emmanuele Bassi @@ -13548,7 +13548,7 @@ Date: Thu Jun 3 14:08:59 2010 +0100 clutter/clutter-offscreen-effect.c | 12 ++++++++++++ tests/interactive/test-rotate.c | 1 + - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 8ef4d9fe21b8f1ef4d9bad3d8317239ab59e2714 Author: Emmanuele Bassi @@ -13578,11 +13578,11 @@ Date: Mon May 17 12:55:46 2010 +0100 We should provide a ClutterShaderEffect method that allows to (safely) set the shader source at the right time for sub-classes to use. - clutter/clutter-blur-effect.c | 13 +---- - clutter/clutter-colorize-effect.c | 15 +--- + clutter/clutter-blur-effect.c | 13 +--- + clutter/clutter-colorize-effect.c | 15 ++--- clutter/clutter-desaturate-effect.c | 15 +---- clutter/clutter-shader-effect.c | 116 +++++++++++++++++++---------------- - clutter/clutter-shader-effect.h | 25 ++++--- + clutter/clutter-shader-effect.h | 25 ++++---- 5 files changed, 82 insertions(+), 102 deletions(-) commit f2caafa127a42f5b10454407d52eb6b8bd64876d @@ -13591,10 +13591,10 @@ Date: Wed Apr 21 11:30:06 2010 +0100 docs: Add Effects API to the reference - doc/reference/clutter/clutter-docs.xml.in | 12 +++ + doc/reference/clutter/clutter-docs.xml.in | 12 ++++ doc/reference/clutter/clutter-sections.txt | 105 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter.types | 6 ++ - 3 files changed, 123 insertions(+), 0 deletions(-) + 3 files changed, 123 insertions(+) commit a3e8e0025a9aed83091d28a8f4fe63cfb81bfd07 Author: Emmanuele Bassi @@ -13614,7 +13614,7 @@ Date: Fri Apr 16 12:33:20 2010 +0100 had. clutter/clutter-offscreen-effect.c | 304 ++++++++++++++++++++++++++---------- - clutter/clutter-offscreen-effect.h | 14 ++- + clutter/clutter-offscreen-effect.h | 14 +- 2 files changed, 230 insertions(+), 88 deletions(-) commit b4f8ba0f737212b9a7b734ab7fcd015f7def9161 @@ -13630,7 +13630,7 @@ Date: Wed Apr 14 00:40:24 2010 +0100 clutter/clutter-colorize-effect.c | 290 +++++++++++++++++++++++++++++++++++++ clutter/clutter-colorize-effect.h | 62 ++++++++ clutter/clutter.h | 1 + - 4 files changed, 355 insertions(+), 0 deletions(-) + 4 files changed, 355 insertions(+) commit 73a773d37ab3c2ba6772acf6347a82d75a601901 Author: Emmanuele Bassi @@ -13646,7 +13646,7 @@ Date: Fri Apr 9 16:14:21 2010 +0100 clutter/clutter-desaturate-effect.h | 60 +++++++ clutter/clutter.h | 1 + tests/interactive/test-rotate.c | 2 +- - 5 files changed, 373 insertions(+), 1 deletions(-) + 5 files changed, 373 insertions(+), 1 deletion(-) commit 5a5b21446c33d131885832c0b65a2227ad5c6955 Author: Emmanuele Bassi @@ -13665,7 +13665,7 @@ Date: Thu Apr 8 18:46:54 2010 +0100 clutter/clutter-blur-effect.c | 244 +++++++++++++++++++++++++++++++++++++++++ clutter/clutter-blur-effect.h | 56 ++++++++++ clutter/clutter.h | 1 + - 4 files changed, 303 insertions(+), 0 deletions(-) + 4 files changed, 303 insertions(+) commit c260da79e318d64927ee6fad0cf6bd2e6971d097 Author: Emmanuele Bassi @@ -13688,7 +13688,7 @@ Date: Tue Apr 13 16:40:31 2010 +0100 clutter/clutter-shader-effect.c | 759 +++++++++++++++++++++++++++++++++++++++ clutter/clutter-shader-effect.h | 101 ++++++ clutter/clutter.h | 1 + - 4 files changed, 863 insertions(+), 0 deletions(-) + 4 files changed, 863 insertions(+) commit c3ab32ae6887a222472f4fc9025437ab91d0bbce Author: Emmanuele Bassi @@ -13746,9 +13746,9 @@ Date: Mon May 17 11:39:27 2010 +0100 clutter/Makefile.am | 2 + clutter/clutter-offscreen-effect.c | 336 ++++++++++++++++++++++++++++++++++++ - clutter/clutter-offscreen-effect.h | 96 ++++++++++ + clutter/clutter-offscreen-effect.h | 96 +++++++++++ clutter/clutter.h | 1 + - 4 files changed, 435 insertions(+), 0 deletions(-) + 4 files changed, 435 insertions(+) commit a86f1b45bbdd1d00b1257ef80c5c60154871bfda Author: Emmanuele Bassi @@ -13798,7 +13798,7 @@ Date: Mon Apr 19 12:32:15 2010 +0100 matrix, instead of assuming we have an empty stack. clutter/clutter-actor.c | 47 +++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 45 insertions(+), 2 deletions(-) + 1 file changed, 45 insertions(+), 2 deletions(-) commit 6eba218807b0401c0e12e045ea08cdcfe057350d Author: Damien Lespiau @@ -13810,7 +13810,7 @@ Date: Thu Jun 3 11:33:54 2010 +0100 source files to have it distributed. clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 91220c4b46fe75b21b4ebd99a63fd796f6fc56b0 Author: Emmanuele Bassi @@ -13818,9 +13818,9 @@ Date: Tue Jun 1 14:14:41 2010 +0100 docs: Miscellaneous fixes to silence gtk-doc - clutter/clutter-texture.c | 3 +- - clutter/cogl/cogl/cogl.h | 29 +++++++++++++-------------- - doc/reference/clutter/clutter-sections.txt | 6 +++++ + clutter/clutter-texture.c | 3 ++- + clutter/cogl/cogl/cogl.h | 29 ++++++++++++++-------------- + doc/reference/clutter/clutter-sections.txt | 6 ++++++ 3 files changed, 22 insertions(+), 16 deletions(-) commit 311db34d08a52408f1efec74c9de43f9d153219f @@ -13834,7 +13834,7 @@ Date: Fri May 28 01:01:28 2010 +0100 cogl_is_clip_stack which will be done in a later commit. clutter/cogl/cogl/cogl-clip-stack.c | 64 +++++++++++++++-------------------- - clutter/cogl/cogl/cogl-clip-stack.h | 26 ++++++++------ + clutter/cogl/cogl/cogl-clip-stack.h | 26 +++++++------- 2 files changed, 41 insertions(+), 49 deletions(-) commit 29da1d0d3e0d1f3c9a9a965b2b9290faa6d0c3db @@ -13862,10 +13862,10 @@ Date: Fri May 28 00:35:47 2010 +0100 pointers instead. The only function not converted for now is cogl_is_path which will be done in a later commit. - clutter/cogl/cogl/cogl-path-private.h | 5 +-- - clutter/cogl/cogl/cogl-path.c | 52 +++++++++++++++----------------- + clutter/cogl/cogl/cogl-path-private.h | 5 ++-- + clutter/cogl/cogl/cogl-path.c | 52 +++++++++++++++------------------ clutter/cogl/cogl/cogl-path.h | 41 ++++++++++++++------------ - clutter/cogl/cogl/cogl.c | 10 +++--- + clutter/cogl/cogl/cogl.c | 10 +++---- 4 files changed, 53 insertions(+), 55 deletions(-) commit 250d82cd3fdf4cfa2b8cc5ad93cc4577a1daa2e3 @@ -13880,7 +13880,7 @@ Date: Tue Jun 1 11:50:02 2010 +0100 function. clutter/cogl/cogl/cogl-object.h | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit 43564f05a6cc76995ff540b6cb24badd4f1d1710 Author: Damien Lespiau @@ -13892,7 +13892,7 @@ Date: Thu May 27 13:30:07 2010 +0100 symbol name instead. clutter/cogl/cogl/cogl-fixed.h | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 653a8a78744a6be0ccc69ec7413d6d55cc3940e8 Author: Damien Lespiau @@ -13935,7 +13935,7 @@ Date: Thu May 27 09:23:26 2010 +0100 Turns out that the function should return a gboolea instead. tests/interactive/test-clip.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec59af290cfd6813ff4df37994067de5cea2f1c4 Author: Damien Lespiau @@ -13991,7 +13991,7 @@ Date: Sun May 30 15:24:18 2010 +0100 Update git ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e2fc489f0849d0295297d5702b815d853ff35135 Author: Robert Bragg @@ -14004,7 +14004,7 @@ Date: Thu May 27 23:40:40 2010 +0100 cogl_is_buffer which will be done in a later commit. clutter/cogl/cogl/cogl-buffer-private.h | 1 - - clutter/cogl/cogl/cogl-buffer.c | 62 ++++++++++++------------------ + clutter/cogl/cogl/cogl-buffer.c | 62 +++++++++++++------------------ clutter/cogl/cogl/cogl-buffer.h | 58 +++++++++++++++-------------- 3 files changed, 55 insertions(+), 66 deletions(-) @@ -14036,7 +14036,7 @@ Date: Thu May 27 23:31:40 2010 +0100 clutter/cogl/cogl/cogl-handle.h | 140 ++---------------------------- clutter/cogl/cogl/cogl-object.h | 183 +++++++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-types.h | 21 +++++ - clutter/cogl/cogl/cogl-util.c | 43 +++++++--- + clutter/cogl/cogl/cogl-util.c | 43 ++++++--- 4 files changed, 244 insertions(+), 143 deletions(-) commit a4fc5074faa3cda9d1c920ac94fe46e310a4ee2d @@ -14049,7 +14049,7 @@ Date: Fri May 28 18:12:53 2010 +0100 setting mipmaps_dirty so it would never update the mipmaps. clutter/cogl/cogl/cogl-texture-2d.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d0c743787d9f430e50fdda9df1c3ad4462e79cad Author: Robert Bragg @@ -14064,7 +14064,7 @@ Date: Fri May 28 17:11:31 2010 +0100 warnings if the problem is recurring. clutter/clutter-texture.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 589c8d957934dfa7413395df9cdd153a379402d0 Author: Robert Bragg @@ -14106,7 +14106,7 @@ Date: Fri Sep 25 19:04:13 2009 +0100 This patch simply calls glEnable (GL_ALPHA_TEST) in cogl_create_context clutter/cogl/cogl/cogl-context.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 3f64f57830b835d31c2cbce61eb854d9d055ccdd Author: Robert Bragg @@ -14119,7 +14119,7 @@ Date: Wed Sep 23 19:04:03 2009 +0100 all actors in clutter_actor_paint for a while now. clutter/clutter-texture.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit dfe6eb1e5116603f7702e06058550def56df12ad Author: Emmanuele Bassi @@ -14128,7 +14128,7 @@ Date: Thu May 27 16:32:32 2010 +0100 test-scrolling: Use a better looking bounce easing tests/interactive/test-scrolling.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit aa53dccfce2a425d309d7be99cd2cd6e771c92be Author: Neil Roberts @@ -14141,7 +14141,7 @@ Date: Thu May 27 14:54:14 2010 +0100 rendering a vbo. clutter/cogl/cogl/cogl-vertex-buffer.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 401892af1188073dc3107832b8e2e908c5c0e79e Author: Neil Roberts @@ -14161,7 +14161,7 @@ Date: Thu May 27 14:51:44 2010 +0100 clutter/cogl/cogl/cogl-internal.h | 3 ++- clutter/cogl/cogl/cogl.c | 1 + - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit aab411bde4757340d5d38231d85e44136fc121ad Author: Emmanuele Bassi @@ -14173,7 +14173,7 @@ Date: Thu May 27 12:32:45 2010 +0100 effect. tests/interactive/test-scrolling.c | 32 ++++++++++++++++++++++++++++---- - 1 files changed, 28 insertions(+), 4 deletions(-) + 1 file changed, 28 insertions(+), 4 deletions(-) commit b77c0c91d76f56f9c9c032ccec5c04c0ab37aeae Author: Emmanuele Bassi @@ -14187,7 +14187,7 @@ Date: Thu May 27 12:30:22 2010 +0100 also emitted ::drag-begin and the value is valid. clutter/clutter-drag-action.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 346ebce57385eeee593ee51796274e7fbb9298e6 Author: Emmanuele Bassi @@ -14198,8 +14198,8 @@ Date: Wed May 26 16:09:47 2010 +0100 We should have an accessors pair for the :clip-to-allocation property, to avoid going through the generic GObject accessors. - clutter/clutter-actor.c | 56 +++++++++++++++++++++++++-- - clutter/clutter-actor.h | 3 + + clutter/clutter-actor.c | 56 +++++++++++++++++++++++++--- + clutter/clutter-actor.h | 3 ++ doc/reference/clutter/clutter-sections.txt | 2 + tests/interactive/test-scrolling.c | 4 +- 4 files changed, 58 insertions(+), 7 deletions(-) @@ -14216,7 +14216,7 @@ Date: Wed May 26 15:58:15 2010 +0100 .gitignore | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-scrolling.c | 107 ++++++++++++++++++++++++++++++++++++ - 3 files changed, 110 insertions(+), 1 deletions(-) + 3 files changed, 110 insertions(+), 1 deletion(-) commit 823251c159366a566fbdae7ffff129b61a9acca4 Author: Emmanuele Bassi @@ -14227,7 +14227,7 @@ Date: Wed May 26 14:18:19 2010 +0100 Instead of using ::button-press-event. tests/interactive/test-animation.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 5677cf671cbca78361c3a4606790d8dcc6ddbc40 Author: Emmanuele Bassi @@ -14236,7 +14236,7 @@ Date: Wed May 26 14:16:48 2010 +0100 actor: Fix a type check thinko in add_action_with_name() clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 09659ea18d0b534ba9645cbf05ca510aa702ebcf Author: Emmanuele Bassi @@ -14259,7 +14259,7 @@ Date: Wed May 26 13:43:42 2010 +0100 function. Also, document clutter_state_set() with examples. clutter/clutter-state.c | 298 ++++++++++++++++++++++++++++++----------------- - 1 files changed, 189 insertions(+), 109 deletions(-) + 1 file changed, 189 insertions(+), 109 deletions(-) commit 7a299e9b470f3feb9e8cb674815ebfd288d638f5 Author: Emmanuele Bassi @@ -14272,7 +14272,7 @@ Date: Wed May 26 13:40:18 2010 +0100 GIR file into a typelib object. clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e2bbf7f3620899b3283b4d76879d01a599733144 Author: Emmanuele Bassi @@ -14284,7 +14284,7 @@ Date: Tue May 25 13:27:29 2010 +0100 signal handler. clutter/clutter-click-action.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cfb05bfb097fc5a9b61fed0f855792b6c8064822 Author: Emmanuele Bassi @@ -14306,7 +14306,7 @@ Date: Tue May 25 13:03:24 2010 +0100 Fix typo in get_accessible() clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7bf93e3e84716a486073194e1fc7a87cb483ab8a Author: Emmanuele Bassi @@ -14332,7 +14332,7 @@ Date: Tue May 25 11:53:59 2010 +0100 And clean up the reference index. - doc/reference/clutter/clutter-docs.xml.in | 7 ++- + doc/reference/clutter/clutter-docs.xml.in | 7 +-- doc/reference/clutter/clutter-sections.txt | 20 ++++++++ doc/reference/clutter/clutter.types | 74 ++++++++++++++-------------- 3 files changed, 61 insertions(+), 40 deletions(-) @@ -14349,7 +14349,7 @@ Date: Mon May 24 11:30:17 2010 +0100 back pointer. clutter/clutter-actor-meta.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit f6fce05ee94320db0ffbf4eab12e5fd86777ac92 Author: Emmanuele Bassi @@ -14365,7 +14365,7 @@ Date: Mon May 24 10:41:19 2010 +0100 clutter/clutter-click-action.c | 309 ++++++++++++++++++++++++++++++++++++++++ clutter/clutter-click-action.h | 97 +++++++++++++ clutter/clutter.h | 1 + - 4 files changed, 409 insertions(+), 0 deletions(-) + 4 files changed, 409 insertions(+) commit 728e2d807102131fa1dedd646016cccb9d4e6128 Author: Emmanuele Bassi @@ -14389,7 +14389,7 @@ Date: Mon May 24 16:57:35 2010 +0100 Post-release version bump to 1.3.3 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit cc907a99c9aa03709dd1ee66c461fc6cb6c30e57 Author: Emmanuele Bassi @@ -14398,7 +14398,7 @@ Date: Mon May 24 16:50:36 2010 +0100 Release 1.3.2 (snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4dd5088fe29253c7479fbc54d22055994a8dd0e5 Author: Emmanuele Bassi @@ -14407,7 +14407,7 @@ Date: Mon May 24 16:46:38 2010 +0100 docs: Add Actor.get_accessible() to the API reference doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 171282bd0f4d39111185bd12854471de4804072c Author: Emmanuele Bassi @@ -14416,7 +14416,7 @@ Date: Mon May 24 16:12:47 2010 +0100 docs: Update NEWS NEWS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 70 insertions(+), 0 deletions(-) + 1 file changed, 70 insertions(+) commit 8f0b70a9eebf760e42d635dfe4b7347d3701debf Author: Øyvind Kolås @@ -14425,7 +14425,7 @@ Date: Mon May 24 15:39:01 2010 +0100 state: replaced test with a more complex one tests/interactive/test-state.c | 167 ++++++++++++++++++++++++++++++---------- - 1 files changed, 126 insertions(+), 41 deletions(-) + 1 file changed, 126 insertions(+), 41 deletions(-) commit 49a4c623197e8d6a639a98b4aa56922c7b9b3255 Author: Øyvind Kolås @@ -14435,8 +14435,8 @@ Date: Mon May 24 16:10:00 2010 +0100 Properties were not being updated correctly. - clutter/clutter-state.c | 77 +++++++++++++++++++++++++--------------------- - 1 files changed, 42 insertions(+), 35 deletions(-) + clutter/clutter-state.c | 77 ++++++++++++++++++++++++++--------------------- + 1 file changed, 42 insertions(+), 35 deletions(-) commit 380e7b8b5d0f3a12e8132a24c637151cc0f07261 Author: Neil Roberts @@ -14455,13 +14455,13 @@ Date: Mon May 24 12:40:11 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2132 - clutter/cogl/cogl/cogl-context.c | 8 +++++- - clutter/cogl/cogl/cogl-context.h | 8 +++++- + clutter/cogl/cogl/cogl-context.c | 8 ++++++- + clutter/cogl/cogl/cogl-context.h | 8 ++++++- clutter/cogl/cogl/cogl-internal.h | 5 +++- - clutter/cogl/cogl/cogl-journal.c | 7 ++--- - clutter/cogl/cogl/cogl-path.c | 3 +- - clutter/cogl/cogl/cogl-primitives.c | 7 ++--- - clutter/cogl/cogl/cogl-vertex-buffer.c | 10 ++++--- + clutter/cogl/cogl/cogl-journal.c | 7 +++--- + clutter/cogl/cogl/cogl-path.c | 3 ++- + clutter/cogl/cogl/cogl-primitives.c | 7 +++--- + clutter/cogl/cogl/cogl-vertex-buffer.c | 10 ++++---- clutter/cogl/cogl/cogl.c | 41 ++++++++++++++++++-------------- 8 files changed, 55 insertions(+), 34 deletions(-) @@ -14482,7 +14482,7 @@ Date: Thu May 20 17:31:42 2010 +0100 clutter/cogl/cogl/Makefile.am | 2 + clutter/cogl/cogl/cogl-bitmask.c | 257 ++++++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-bitmask.h | 223 +++++++++++++++++++++++++++++++++ - 3 files changed, 482 insertions(+), 0 deletions(-) + 3 files changed, 482 insertions(+) commit 889dcee3844ac0fdfbf19b583e043e1cbb9af4a4 Author: Neil Roberts @@ -14506,7 +14506,7 @@ Date: Thu May 20 00:40:24 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2132 clutter/cogl/cogl/cogl-material.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ae0354e9ba6e59a681e27e46c5a2cf98d33687f0 Author: Neil Roberts @@ -14539,13 +14539,13 @@ Date: Thu May 20 00:16:49 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2132 clutter/cogl/cogl/cogl-context.c | 2 +- - clutter/cogl/cogl/cogl-context.h | 3 +- - clutter/cogl/cogl/cogl-internal.h | 3 ++ - clutter/cogl/cogl/cogl-journal.c | 14 ++++-------- - clutter/cogl/cogl/cogl-path.c | 9 +------ - clutter/cogl/cogl/cogl-primitives.c | 13 +++-------- - clutter/cogl/cogl/cogl-vertex-buffer.c | 21 +++++-------------- - clutter/cogl/cogl/cogl.c | 33 +++++++++++++++++++++++++------ + clutter/cogl/cogl/cogl-context.h | 3 ++- + clutter/cogl/cogl/cogl-internal.h | 3 +++ + clutter/cogl/cogl/cogl-journal.c | 14 +++++--------- + clutter/cogl/cogl/cogl-path.c | 9 ++------- + clutter/cogl/cogl/cogl-primitives.c | 13 ++++--------- + clutter/cogl/cogl/cogl-vertex-buffer.c | 21 ++++++-------------- + clutter/cogl/cogl/cogl.c | 33 +++++++++++++++++++++++++------- 8 files changed, 49 insertions(+), 49 deletions(-) commit 70abe3dd8abab74d86b8a3b90753f822a0507d04 @@ -14561,7 +14561,7 @@ Date: Wed May 19 23:42:40 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2132 tests/conform/test-cogl-materials.c | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit ff7ce2c5b290edcd9c44a60eb0bcc9b77f56827d Author: Neil Roberts @@ -14577,8 +14577,8 @@ Date: Wed May 19 23:36:18 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2132 - tests/conform/test-cogl-materials.c | 47 ++++++++++++++++++---------------- - 1 files changed, 25 insertions(+), 22 deletions(-) + tests/conform/test-cogl-materials.c | 47 +++++++++++++++++++---------------- + 1 file changed, 25 insertions(+), 22 deletions(-) commit a59bd4cfbb08501a9ba6ccf8061ee461b2271a17 Author: Alejandro Piñeiro @@ -14594,7 +14594,7 @@ Date: Tue Apr 13 13:23:15 2010 +0200 clutter/Makefile.am | 1 + clutter/clutter-actor.c | 22 +++++++++++++++++++++- - 2 files changed, 22 insertions(+), 1 deletions(-) + 2 files changed, 22 insertions(+), 1 deletion(-) commit 6a313ec2e2c227448ee83e6610ef78d1d0fe14a0 Author: Alejandro Piñeiro @@ -14616,7 +14616,7 @@ Date: Mon Apr 12 20:10:24 2010 +0200 clutter/clutter-actor.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ clutter/clutter-actor.h | 10 +++++++++- - 2 files changed, 54 insertions(+), 1 deletions(-) + 2 files changed, 54 insertions(+), 1 deletion(-) commit fd584e18418166542c0e75b75a263060c8ce4634 Author: Alejandro Piñeiro @@ -14629,7 +14629,7 @@ Date: Mon Apr 12 19:34:06 2010 +0200 README | 1 + configure.ac | 2 +- - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 5f6a3d2543ff583c5f4d07c2b1e668f3cfe10841 Author: Emmanuele Bassi @@ -14640,7 +14640,7 @@ Date: Mon May 24 15:34:43 2010 +0100 We don't use Shave any more, and require automake 1.11 instead. build/autotools/Makefile.am | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 173e497ff4cf32ee6debbd065e25462b2bc4dbb7 Author: Emmanuele Bassi @@ -14652,7 +14652,7 @@ Date: Mon May 24 15:14:09 2010 +0100 for getting it copied by g_object_set_property(). clutter/clutter-state.c | 41 ++++++++++++++++++++--------------------- - 1 files changed, 20 insertions(+), 21 deletions(-) + 1 file changed, 20 insertions(+), 21 deletions(-) commit af84d97fca671ba5db0bd912eec665f9318aabc3 Author: Emmanuele Bassi @@ -14669,7 +14669,7 @@ Date: Mon May 24 15:06:14 2010 +0100 instance is valid. clutter/clutter-interval.c | 73 +++++++++++++++++++++++++--- - clutter/clutter-interval.h | 3 + + clutter/clutter-interval.h | 3 ++ doc/reference/clutter/clutter-sections.txt | 3 +- 3 files changed, 70 insertions(+), 9 deletions(-) @@ -14693,7 +14693,7 @@ Date: Mon May 24 12:00:43 2010 +0100 doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 43 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter.types | 1 + - 3 files changed, 45 insertions(+), 0 deletions(-) + 3 files changed, 45 insertions(+) commit 382bd394b92cd0abcc7cfbfae31dccf162aea7e8 Merge: 254e8d0 9fcbb27 @@ -14753,12 +14753,12 @@ Date: Fri May 21 14:13:14 2010 +0100 ClutterScript in a similar way as ClutterAnimator. .gitignore | 1 + - clutter/clutter-state.c | 296 ++++++++++++++++++++++++++++++++++-- + clutter/clutter-state.c | 296 ++++++++++++++++++++++++++++++++++--- tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-state.c | 59 ++++++++ tests/data/Makefile.am | 1 + - tests/data/test-state-1.json | 33 ++++ + tests/data/test-state-1.json | 33 +++++ 7 files changed, 375 insertions(+), 17 deletions(-) commit 5e3dc55666c345a6a17dc3ae082c0ee1de3ae82a @@ -14803,7 +14803,7 @@ Date: Fri May 21 10:37:42 2010 +0100 When set the ClutterState transitions to the new state. clutter/clutter-state.c | 87 +++++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 76 insertions(+), 11 deletions(-) + 1 file changed, 76 insertions(+), 11 deletions(-) commit 9c4467707f13e3f6f780d6f88ee1da5929e39f56 Author: Øyvind Kolås @@ -14812,7 +14812,7 @@ Date: Thu May 20 23:05:16 2010 +0100 state: documented data structures clutter/clutter-state.c | 90 +++++++++++++++++++++++++---------------------- - 1 files changed, 48 insertions(+), 42 deletions(-) + 1 file changed, 48 insertions(+), 42 deletions(-) commit 84f165b460bcadf83f4174368e047d5c53f95b24 Author: Emmanuele Bassi @@ -14821,7 +14821,7 @@ Date: Thu May 20 18:58:30 2010 +0100 Add State interactive tests to the ignore file .gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit ae3dc9bd5ebf0ea3350d458c5560e9cd6aff9fe1 Author: Emmanuele Bassi @@ -14830,7 +14830,7 @@ Date: Thu May 20 18:57:27 2010 +0100 state: Documentation and introspection annotation fixes clutter/clutter-state.c | 179 +++++++++++++++++++++++++++++------------------ - 1 files changed, 110 insertions(+), 69 deletions(-) + 1 file changed, 110 insertions(+), 69 deletions(-) commit c2abb827a36db1d8db0518ea2b144bc971d23ee0 Author: Emmanuele Bassi @@ -14839,7 +14839,7 @@ Date: Thu May 20 18:34:34 2010 +0100 state: Minor coding style fixes clutter/clutter-state.c | 322 ++++++++++++++++++++++++++++------------------- - 1 files changed, 194 insertions(+), 128 deletions(-) + 1 file changed, 194 insertions(+), 128 deletions(-) commit 9fafc93c5d241313d70b0451b2529f4fd30acd14 Author: Emmanuele Bassi @@ -14848,7 +14848,7 @@ Date: Thu May 20 17:46:52 2010 +0100 state: Clean up the header's documentation clutter/clutter-state.h | 28 ++++++++++++++++++++++------ - 1 files changed, 22 insertions(+), 6 deletions(-) + 1 file changed, 22 insertions(+), 6 deletions(-) commit 3f36b4a8419e1dfbaaf1008e636d18c93fe2cb66 Author: Emmanuele Bassi @@ -14911,7 +14911,7 @@ Date: Thu May 20 14:54:44 2010 +0100 clutter/cogl/cogl/cogl.h | 2 + doc/reference/cogl/cogl-docs.xml.in | 1 + doc/reference/cogl/cogl-sections.txt | 20 ++ - 6 files changed, 676 insertions(+), 0 deletions(-) + 6 files changed, 676 insertions(+) commit 1dc8c0ff05f683ae6522e27965571742fc1a4dbf Author: Øyvind Kolås @@ -14925,7 +14925,7 @@ Date: Thu May 20 16:13:46 2010 +0100 clutter/clutter-state.c | 102 +++---------------------------- clutter/clutter-state.h | 8 +-- tests/interactive/test-state-animator.c | 6 +- - tests/interactive/test-state.c | 10 ++-- + tests/interactive/test-state.c | 10 +-- 4 files changed, 19 insertions(+), 107 deletions(-) commit 54bd5412706733e9af576ed3998d87cb138846e7 @@ -14935,7 +14935,7 @@ Date: Thu May 20 15:41:29 2010 +0100 state-machine: use clutter_timeline_get_progress clutter/clutter-state.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8761b279a715167fc87194c14efe00f10bba2bf9 Author: Øyvind Kolås @@ -14945,9 +14945,9 @@ Date: Wed May 12 17:03:25 2010 +0100 Added a completed signal to the animator - clutter/clutter-state.c | 54 ++++++++++++++++++++++++++++++++++++--- - clutter/clutter-state.h | 6 +++- - tests/interactive/test-state.c | 7 +++++ + clutter/clutter-state.c | 54 ++++++++++++++++++++++++++++++++++++---- + clutter/clutter-state.h | 6 ++++- + tests/interactive/test-state.c | 7 ++++++ 3 files changed, 61 insertions(+), 6 deletions(-) commit fcdc3a8989dee335bec5788c5fbe785e41acd70b @@ -14963,7 +14963,7 @@ Date: Tue May 11 15:04:34 2010 +0100 tests/interactive/Makefile.am | 2 + tests/interactive/test-state-animator.c | 134 ++++ tests/interactive/test-state.c | 97 +++ - 7 files changed, 1702 insertions(+), 0 deletions(-) + 7 files changed, 1702 insertions(+) commit 78325a34db372ddcd0c60197645d208108265119 Author: Emmanuele Bassi @@ -14977,7 +14977,7 @@ Date: Thu May 20 16:19:25 2010 +0100 Some suggested content is attached. doc/cookbook/clutter-cookbook.xml.in | 151 +++++++++++++++++++++++++++++++++- - 1 files changed, 147 insertions(+), 4 deletions(-) + 1 file changed, 147 insertions(+), 4 deletions(-) commit 5b2311aed736ac90865f16466d273bf8f9d01a70 Author: Neil Roberts @@ -14992,7 +14992,7 @@ Date: Thu May 20 12:37:56 2010 +0100 This avoids a loop and is much faster. clutter/cogl/cogl/cogl-texture-2d.c | 15 +-------------- - 1 files changed, 1 insertions(+), 14 deletions(-) + 1 file changed, 1 insertion(+), 14 deletions(-) commit 65678006a8763361d2b9b00b12a0deee90c1d580 Author: Emmanuele Bassi @@ -15001,7 +15001,7 @@ Date: Thu May 20 12:03:47 2010 +0100 Add the Cogl API reference to the fixxref extra directories doc/reference/clutter/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cc4729d42f9e67d826c4af41b8ac8c50197dcb97 Author: Emmanuele Bassi @@ -15013,7 +15013,7 @@ Date: Thu May 20 12:03:10 2010 +0100 undocumented. clutter/clutter-actor-meta.c | 45 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 45 insertions(+), 0 deletions(-) + 1 file changed, 45 insertions(+) commit 1b0be8e3b98ea9c76155eabe27096f2a559eed5c Author: Emmanuele Bassi @@ -15025,7 +15025,7 @@ Date: Thu May 20 12:02:13 2010 +0100 writeable at any time. clutter/clutter-actor-meta.c | 12 +----------- - 1 files changed, 1 insertions(+), 11 deletions(-) + 1 file changed, 1 insertion(+), 11 deletions(-) commit c75a6b1a1d63f5b68a878f1a8724586ad56fd3dd Author: Emmanuele Bassi @@ -15037,10 +15037,10 @@ Date: Thu May 20 11:45:54 2010 +0100 Clutter. clutter/json/json-array.c | 52 +++++++++++++++++++------------------- - clutter/json/json-generator.c | 18 ++++++------ - clutter/json/json-node.c | 56 ++++++++++++++++++++-------------------- - clutter/json/json-object.c | 56 ++++++++++++++++++++-------------------- - clutter/json/json-parser.c | 32 +++++++++++----------- + clutter/json/json-generator.c | 18 ++++++------- + clutter/json/json-node.c | 56 ++++++++++++++++++++--------------------- + clutter/json/json-object.c | 56 ++++++++++++++++++++--------------------- + clutter/json/json-parser.c | 32 +++++++++++------------ 5 files changed, 107 insertions(+), 107 deletions(-) commit 80a8568e0e72db27776f9bdd22cf331ffcd2ba74 @@ -15050,7 +15050,7 @@ Date: Thu May 20 11:45:25 2010 +0100 doc: Fix parameter documentation clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7ce26939447327f8d87be5015ddec48b70c5c442 Author: Emmanuele Bassi @@ -15066,7 +15066,7 @@ Date: Thu May 20 11:19:51 2010 +0100 clutter/clutter-actor.c | 182 ++++++++++++++++++++++++++++ clutter/clutter-constraint.h | 19 ++- doc/reference/clutter/clutter-sections.txt | 6 + - tests/interactive/test-constraints.c | 12 +-- + tests/interactive/test-constraints.c | 12 +- 5 files changed, 218 insertions(+), 20 deletions(-) commit 4dc91339c308395997aee5330a2630c57fa8037c @@ -15076,7 +15076,7 @@ Date: Wed May 19 18:23:29 2010 +0100 Remove a redundant animation tests/interactive/test-constraints.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 86a773536f9b31db1ac4cd6c74a4e4f790041d8f Author: Emmanuele Bassi @@ -15089,7 +15089,7 @@ Date: Wed May 19 18:20:27 2010 +0100 next 15 minutes playing with the stage size. tests/interactive/test-constraints.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5d1b18669b94afc68389bd75771f21cedd4e0d88 Author: Emmanuele Bassi @@ -15101,7 +15101,7 @@ Date: Wed May 19 18:17:49 2010 +0100 more actors and animating two constraints at a time. tests/interactive/test-constraints.c | 156 ++++++++++++++++++++++------------ - 1 files changed, 102 insertions(+), 54 deletions(-) + 1 file changed, 102 insertions(+), 54 deletions(-) commit 6457f66976c68abf1b131841356cebbfa7dad655 Author: Emmanuele Bassi @@ -15126,9 +15126,9 @@ Date: Wed May 19 16:10:05 2010 +0100 clutter/clutter-stage-manager.h | 4 - configure.ac | 6 +- doc/reference/clutter/Makefile.am | 1 + - doc/reference/clutter/clutter-docs.xml.in | 11 ++ + doc/reference/clutter/clutter-docs.xml.in | 11 +++ doc/reference/clutter/clutter-sections.txt | 139 +++++++++++++++++++++++++++- - doc/reference/clutter/clutter.types | 6 + + doc/reference/clutter/clutter.types | 6 ++ 20 files changed, 232 insertions(+), 31 deletions(-) commit ee7ebe096e3b7c0b0ce5dbadedc7674bb480266e @@ -15143,7 +15143,7 @@ Date: Tue Oct 13 15:27:06 2009 +0100 handling a number of X events: ConfigureNotify events for onscreen framebuffers, swap events and Damage events for cogl_x11_texture_pixmap. - clutter/cogl/cogl/Makefile.am | 6 ++- + clutter/cogl/cogl/Makefile.am | 6 ++-- clutter/cogl/cogl/cogl-internal.h | 39 ++++++++++++++++++++++++ clutter/cogl/cogl/winsys/cogl-xlib.c | 54 ++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 2 deletions(-) @@ -15158,7 +15158,7 @@ Date: Wed May 19 15:09:47 2010 +0100 constraint properties with ClutterAnimation. clutter/clutter-actor.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 59 insertions(+), 0 deletions(-) + 1 file changed, 59 insertions(+) commit f2f2e9b7e63fc4087a80a6dfec4a9df7d2f79215 Author: Robert Bragg @@ -15186,7 +15186,7 @@ Date: Tue Oct 13 15:27:06 2009 +0100 COGL_HAS_{X11,XLIB,GLX,EGL,EGL_PLATFORM_XYZ,OSX,WIN32,WGL}_SUPPORT configure.ac | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 9f7e4b2b6412c1733200f50eedaf67b53c19ec54 Author: Emmanuele Bassi @@ -15199,8 +15199,8 @@ Date: Wed May 19 14:46:02 2010 +0100 clutter/clutter-align-constraint.c | 78 +++++++++++++++++++++++++++++++++++- clutter/clutter-align-constraint.h | 42 +++++++++++++++++++ - clutter/clutter-bind-constraint.h | 18 ++++++++ - 3 files changed, 137 insertions(+), 1 deletions(-) + clutter/clutter-bind-constraint.h | 18 +++++++++ + 3 files changed, 137 insertions(+), 1 deletion(-) commit e9b93d5676237e94975fb22824827a8f7153da4d Author: Emmanuele Bassi @@ -15244,7 +15244,7 @@ Date: Wed May 19 12:27:09 2010 +0100 .gitignore | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-constraints.c | 138 ++++++++++++++++++++++++++++++++++ - 3 files changed, 141 insertions(+), 1 deletions(-) + 3 files changed, 141 insertions(+), 1 deletion(-) commit 769e964424f4de41b7e875b8a08a2bd17fdd2f70 Author: Emmanuele Bassi @@ -15260,7 +15260,7 @@ Date: Wed May 19 12:25:28 2010 +0100 clutter/clutter-bind-constraint.c | 267 +++++++++++++++++++++++++++++++++++++ clutter/clutter-bind-constraint.h | 32 +++++ clutter/clutter.h | 1 + - 4 files changed, 302 insertions(+), 0 deletions(-) + 4 files changed, 302 insertions(+) commit 29257af30c08eeb06089aebb460baacbfd78a052 Author: Emmanuele Bassi @@ -15273,7 +15273,7 @@ Date: Wed May 19 12:23:57 2010 +0100 from ClutterAnimation and clutter_actor_animate(). clutter/clutter-actor.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 159 insertions(+), 3 deletions(-) + 1 file changed, 159 insertions(+), 3 deletions(-) commit d9a05ac94b453ec2a4e6313aa587d2194e46cfb1 Author: Emmanuele Bassi @@ -15286,7 +15286,7 @@ Date: Wed May 19 12:22:48 2010 +0100 setting the final state of an object. clutter/clutter-animation.c | 154 ++++++++++++++++++++++++++++++++++--------- - 1 files changed, 122 insertions(+), 32 deletions(-) + 1 file changed, 122 insertions(+), 32 deletions(-) commit 3a1162cbcffd4147f3022b3241101e3269a54169 Author: Emmanuele Bassi @@ -15298,7 +15298,7 @@ Date: Wed May 19 12:21:54 2010 +0100 interface allow defining custom properties that can be animated. clutter/clutter-animatable.c | 63 ++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-animatable.h | 51 ++++++++++++++++++++++++--------- + clutter/clutter-animatable.h | 51 ++++++++++++++++++++++++---------- 2 files changed, 100 insertions(+), 14 deletions(-) commit b842f0ad8edacae353facf33b9ad3d43b02a60af @@ -15313,7 +15313,7 @@ Date: Fri May 14 12:13:49 2010 +0100 clutter/Makefile.am | 2 + clutter/clutter-actor.c | 138 +++++++++++++++++++++++++++++++++++++++++- - clutter/clutter-constraint.c | 21 ++++++ + clutter/clutter-constraint.c | 21 +++++++ clutter/clutter-constraint.h | 100 ++++++++++++++++++++++++++++++ clutter/clutter-types.h | 5 +- clutter/clutter.h | 1 + @@ -15328,7 +15328,7 @@ Date: Thu Mar 25 20:55:31 2010 -0700 http://bugzilla.openedhand.com/show_bug.cgi?id=2124 clutter/cogl/cogl/winsys/cogl-eglx.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 36903dfdcc0c549972a95056b6d7e417d207ca24 Author: Neil Roberts @@ -15356,7 +15356,7 @@ Date: Tue May 18 17:08:12 2010 +0100 make GL calls during destruction which causes a crash. clutter/eglx/clutter-backend-egl.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 6c3d1cfab9d21cd638854e0900d8bc17c4ebce9e Author: Neil Roberts @@ -15368,7 +15368,7 @@ Date: Tue May 18 16:51:46 2010 +0100 before swapping so there should be no need to wait. clutter/eglx/clutter-stage-egl.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 871683abd3699716e04f54b8f4e0693599b19907 Author: Neil Roberts @@ -15381,7 +15381,7 @@ Date: Tue May 18 15:52:05 2010 +0100 restriction is now used in the test. tests/conform/test-cogl-materials.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit c4ae1a55fa88cb01839b939220f7d1bd8a251ace Author: Brian Tarricone @@ -15398,8 +15398,8 @@ Date: Thu Mar 25 19:44:37 2010 -0700 http://bugzilla.openedhand.com/show_bug.cgi?id=2123 - clutter/eglx/clutter-backend-egl.c | 37 +++++++++++++++++++++++++++++------ - 1 files changed, 30 insertions(+), 7 deletions(-) + clutter/eglx/clutter-backend-egl.c | 37 +++++++++++++++++++++++++++++------- + 1 file changed, 30 insertions(+), 7 deletions(-) commit 26b061c3a80a81ec1fb19f61770ad4f6c3df40c1 Author: Neil Roberts @@ -15426,9 +15426,9 @@ Date: Thu Mar 25 19:37:26 2010 -0700 http://bugzilla.openedhand.com/show_bug.cgi?id=2056 - clutter/eglx/clutter-backend-egl.c | 171 +++++++++++++++++------ + clutter/eglx/clutter-backend-egl.c | 171 ++++++++++++++++------ clutter/eglx/clutter-backend-egl.h | 3 +- - clutter/eglx/clutter-stage-egl.c | 278 ++++++++++++----------------------- + clutter/eglx/clutter-stage-egl.c | 278 ++++++++++++------------------------ clutter/eglx/clutter-stage-egl.h | 3 + 4 files changed, 229 insertions(+), 226 deletions(-) @@ -15454,7 +15454,7 @@ Date: Tue May 18 13:55:18 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2127 configure.ac | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 354d003860ff28322f01f736555d16079420235b Author: Øyvind Kolås @@ -15463,7 +15463,7 @@ Date: Mon May 17 18:05:19 2010 +0100 animator: fix issue of dropped frames towards end of animations clutter/clutter-animator.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit c007b7489b240af4fc7b3c24cdf62252757c6aa7 Author: Emmanuele Bassi @@ -15472,7 +15472,7 @@ Date: Mon May 17 14:34:31 2010 +0100 action: Warn if set_name() is called multiple times clutter/clutter-actor-meta.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 4fd74e71e640b0762f883a7f7c2f996c54379fee Author: Emmanuele Bassi @@ -15505,7 +15505,7 @@ Date: Wed May 12 12:00:33 2010 +0100 clutter/clutter.h | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-drag.c | 189 ++++++++++ - 8 files changed, 1158 insertions(+), 1 deletions(-) + 8 files changed, 1158 insertions(+), 1 deletion(-) commit 0e0db0d6242f84c8fb44ba57ec46d6dff5f265b3 Author: Emmanuele Bassi @@ -15518,7 +15518,7 @@ Date: Tue May 11 17:09:13 2010 +0100 coming from user input. clutter/Makefile.am | 2 + - clutter/clutter-action.c | 61 +++++++++++++++++ + clutter/clutter-action.c | 61 ++++++++++++++++++ clutter/clutter-action.h | 94 +++++++++++++++++++++++++++ clutter/clutter-actor.c | 160 ++++++++++++++++++++++++++++++++++++++++++++-- clutter/clutter-types.h | 1 + @@ -15544,7 +15544,7 @@ Date: Fri May 14 16:42:50 2010 +0100 clutter/clutter-actor-meta.h | 84 +++++++ clutter/clutter-types.h | 4 + clutter/clutter.h | 1 + - 6 files changed, 547 insertions(+), 0 deletions(-) + 6 files changed, 547 insertions(+) commit 7caa10160dce6b7d8001421331133c4a00dfde52 Author: Neil Roberts @@ -15559,7 +15559,7 @@ Date: Wed May 12 18:57:52 2010 +0100 statement. clutter/cogl/cogl/cogl-material.c | 28 +++++++++++++--------------- - 1 files changed, 13 insertions(+), 15 deletions(-) + 1 file changed, 13 insertions(+), 15 deletions(-) commit dd9e7853ece631be48ac85e3a984bfb93a127b43 Author: Neil Roberts @@ -15573,7 +15573,7 @@ Date: Wed May 12 15:19:09 2010 +0100 whenever one of the factors would use the constant. clutter/cogl/cogl/cogl-material.c | 26 ++++++++++++++++++++++---- - 1 files changed, 22 insertions(+), 4 deletions(-) + 1 file changed, 22 insertions(+), 4 deletions(-) commit 502446ed8dc56ab9dccacbdd68f54306fe4d3558 Author: Neil Roberts @@ -15607,7 +15607,7 @@ Date: Wed May 12 17:56:25 2010 +0100 glBlendFunc (GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); clutter/cogl/cogl/cogl-material.c | 16 +++++----------- - 1 files changed, 5 insertions(+), 11 deletions(-) + 1 file changed, 5 insertions(+), 11 deletions(-) commit 47d54930164f3c3478ccba66a01aadd0e72802d0 Author: Chris Lord @@ -15622,7 +15622,7 @@ Date: Thu May 13 15:51:42 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2109 clutter/clutter-text.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit acea83d7ae088ef3d0422de7cd1d01836c5ef8f4 Author: Neil Roberts @@ -15640,8 +15640,8 @@ Date: Thu Apr 22 11:58:52 2010 +0100 ref-counted. When the path is modified it will be copied if the ref count on the data is not 1. - clutter/cogl/cogl/cogl-path-private.h | 20 +-- - clutter/cogl/cogl/cogl-path.c | 249 +++++++++++++++----------------- + clutter/cogl/cogl/cogl-path-private.h | 20 ++- + clutter/cogl/cogl/cogl-path.c | 249 ++++++++++++++++----------------- 2 files changed, 125 insertions(+), 144 deletions(-) commit a12a2e591b0ce00b918578abfce832490a8c1d6d @@ -15661,7 +15661,7 @@ Date: Mon May 10 17:43:17 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-clutter-cairo-texture.c | 196 ++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 4 files changed, 199 insertions(+), 0 deletions(-) + 4 files changed, 199 insertions(+) commit 4ef041371ce4ebedfe73e014aecb1f33d22aa8df Author: Owen W. Taylor @@ -15723,7 +15723,7 @@ Date: Sat May 8 13:38:37 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/clutter-text.c | 289 +++++++++++++++++++++++------------------------- - 1 files changed, 139 insertions(+), 150 deletions(-) + 1 file changed, 139 insertions(+), 150 deletions(-) commit 16680c74f36d64b3fb9e1e3f3985c7e757dafdf3 Author: Neil Roberts @@ -15753,7 +15753,7 @@ Date: Mon May 10 15:33:05 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=1982 clutter/clutter-cairo-texture.c | 204 +++++++++++++++++++++++++-------------- - 1 files changed, 131 insertions(+), 73 deletions(-) + 1 file changed, 131 insertions(+), 73 deletions(-) commit af37a1029ff86d082b55cebef6f59d227ab22da8 Author: Owen W. Taylor @@ -15773,7 +15773,7 @@ Date: Sat May 8 16:58:14 2010 -0400 Signed-off-by: Robert Bragg clutter/cogl/cogl/cogl-framebuffer.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit b3de036c97c8b527e1993dd8788bdfa6581888ee Author: Emmanuele Bassi @@ -15782,7 +15782,7 @@ Date: Mon May 10 14:28:21 2010 +0100 Add tests/conform/wrappers to the ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4c850d39c59bc1d88f527f99485882fa2399afbf Author: Emmanuele Bassi @@ -15791,7 +15791,7 @@ Date: Sun May 9 00:13:16 2010 +0100 Fix annotation typos clutter/clutter-animation.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 493041c505adb01876599d4dded62f3f8f8b2d02 Author: Neil Roberts @@ -15806,7 +15806,7 @@ Date: Fri May 7 18:03:39 2010 +0100 nothing. clutter/clutter-cairo-texture.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 6228082e14b11301d63443837ffe744e8b340ab3 Author: Robert Bragg @@ -15836,7 +15836,7 @@ Date: Fri May 7 15:58:26 2010 +0100 texture which cause the test to fail. tests/conform/test-cogl-multitexture.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 21117bb7a9cc4e0341da990f88b798ad2c8e59a0 Author: Neil Roberts @@ -15856,7 +15856,7 @@ Date: Thu May 6 14:21:53 2010 +0100 run. tests/conform/test-conform-common.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 61ae7c6df72a802a06da934623aa97d71e562b43 Author: Neil Roberts @@ -15870,7 +15870,7 @@ Date: Thu May 6 14:18:32 2010 +0100 of subsequent tests. tests/conform/test-cogl-readpixels.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit b9c7051484f062f958b8e3ddc333e3b0c3509acf Author: Neil Roberts @@ -15882,7 +15882,7 @@ Date: Thu May 6 14:16:33 2010 +0100 which of the first three frames would be used for validating the test. tests/conform/test-cogl-path.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0021b4aee0205057c9522a734dc1205e920d38d8 Author: Neil Roberts @@ -15897,7 +15897,7 @@ Date: Thu May 6 14:15:04 2010 +0100 stencil would not be cleared correctly. clutter/cogl/cogl/cogl-clip-stack.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit f4ee7dc0e185e7b5348539513a7fb7705a168849 Author: Neil Roberts @@ -15919,8 +15919,8 @@ Date: Thu Apr 8 00:20:18 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2068 - clutter/clutter-color.c | 50 ++++++++++++++++++++++++++++++++-------------- - 1 files changed, 35 insertions(+), 15 deletions(-) + clutter/clutter-color.c | 50 +++++++++++++++++++++++++++++++++-------------- + 1 file changed, 35 insertions(+), 15 deletions(-) commit fa1638c0ab5e825830f987ac9ed8d1adcdff3859 Author: Neil Roberts @@ -15937,7 +15937,7 @@ Date: Thu Apr 8 00:17:48 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2068 clutter/clutter-color.c | 88 ----------------------------------------------- - 1 files changed, 0 insertions(+), 88 deletions(-) + 1 file changed, 88 deletions(-) commit 452cb1abbfed4adb7e3d802765df9e27775adc4f Author: Øyvind Kolås @@ -15949,7 +15949,7 @@ Date: Wed May 5 18:15:12 2010 +0100 artifact could be observed after the keys. clutter/clutter-animator.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e4089efb4c36abe2c743eefef0c960cb9453ae85 Author: Øyvind Kolås @@ -15957,8 +15957,8 @@ Date: Wed May 5 16:55:16 2010 +0100 animator: only keys that are removed due to actors disappearing are inert - clutter/clutter-animator.c | 58 ++++++++++++++++++++++++++++--------------- - 1 files changed, 38 insertions(+), 20 deletions(-) + clutter/clutter-animator.c | 58 +++++++++++++++++++++++++++++--------------- + 1 file changed, 38 insertions(+), 20 deletions(-) commit 0f8ca38e594ac829b246b2107e20f68e29dbe75c Author: Øyvind Kolås @@ -15969,7 +15969,7 @@ Date: Wed May 5 13:48:34 2010 +0100 renamed KeyAnimator to PropertyIter clutter/clutter-animator.c | 167 ++++++++++++++++++++++---------------------- - 1 files changed, 84 insertions(+), 83 deletions(-) + 1 file changed, 84 insertions(+), 83 deletions(-) commit 8afb091f56c8f4c15c587f79bb683cfcdb998f5a Author: Øyvind Kolås @@ -15982,7 +15982,7 @@ Date: Wed May 5 13:58:15 2010 +0100 key for a property. clutter/clutter-animator.c | 38 +++++++++++++++++++++++++++++++++++++- - 1 files changed, 37 insertions(+), 1 deletions(-) + 1 file changed, 37 insertions(+), 1 deletion(-) commit d45395d78bf033cb9895092f77bdd81b9802fb2f Author: Øyvind Kolås @@ -15995,7 +15995,7 @@ Date: Wed May 5 13:34:06 2010 +0100 iterators if the timeline is running avoids this. clutter/clutter-animator.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9ebd5fd935e6695acfbebfe479e56c20b0a92a15 Author: Emmanuele Bassi @@ -16018,7 +16018,7 @@ Date: Mon Apr 26 18:08:45 2010 +0100 clutter/cogl/cogl/cogl-context.c | 1 + clutter/cogl/cogl/cogl-framebuffer-private.h | 18 ++++++++ clutter/cogl/cogl/cogl-framebuffer.c | 57 ++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl.c | 24 +++-------- + clutter/cogl/cogl/cogl.c | 24 ++++------- clutter/cogl/cogl/cogl.h | 52 +++++++++++++++++++++++ 5 files changed, 135 insertions(+), 17 deletions(-) @@ -16033,8 +16033,8 @@ Date: Wed May 5 12:05:15 2010 +0100 any suffix. The spec for extension specifies that they should have the OES suffix. - .../cogl/cogl/driver/gles/cogl-feature-functions.h | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-feature-functions.h | 5 +---- + 1 file changed, 1 insertion(+), 4 deletions(-) commit d8e1bd989c0ccd95a6c0cea20d567da9a3bc6d79 Author: Owen W. Taylor @@ -16052,7 +16052,7 @@ Date: Fri Apr 30 14:56:07 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-event-glx.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit 21914eaead44447e5ee4e0ffef205be9d4ba7524 Author: Emmanuele Bassi @@ -16061,7 +16061,7 @@ Date: Wed May 5 11:53:51 2010 +0100 docs: Update the dependencies in the README README | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 755625c75897a17da971d2252224a10bb39b1cf2 Author: Emmanuele Bassi @@ -16111,7 +16111,7 @@ Date: Sun Apr 18 10:47:14 2010 +0300 Signed-off-by: Emmanuele Bassi clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71f942d03a42e9f0c2a88823aaa20d375f392163 Author: Damien Lespiau @@ -16144,7 +16144,7 @@ Date: Fri Apr 30 14:50:11 2010 -0400 http://bugzilla.openedhand.com/show_bug.cgi?id=2101 clutter/x11/clutter-event-x11.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit d6dbd62021b9a8e711a1c34865920959051329fb Author: Robert Bragg @@ -16156,7 +16156,7 @@ Date: Fri Apr 30 12:10:16 2010 +0100 print a warning for any errors reported by the driver. clutter/cogl/cogl/cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e477768bd859550930c57a72318c952076b67158 Author: Neil Roberts @@ -16173,7 +16173,7 @@ Date: Mon Apr 26 12:41:26 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2059 clutter/cogl/cogl/cogl-texture-2d-sliced.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 405d529f449bb3cfa7f156510a98e70e38c9e1b5 Author: Neil Roberts @@ -16192,7 +16192,7 @@ Date: Mon Apr 26 12:30:37 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2059 clutter/cogl/cogl/cogl-texture.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 8530b7946a862abdbcd4890ba8a444799b75986d Author: Neil Roberts @@ -16212,7 +16212,7 @@ Date: Tue Apr 27 16:38:07 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2064 clutter/cogl/cogl/cogl-material.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 3c2bb33cbd129a474bd59cf9efa8275617eb06fa Author: Neil Roberts @@ -16228,7 +16228,7 @@ Date: Tue Apr 27 16:35:35 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2064 clutter/cogl/cogl/cogl-material.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a3bc4a6009086a92f1abc448a52865654d553993 Author: Neil Roberts @@ -16249,7 +16249,7 @@ Date: Tue Apr 27 16:34:59 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2064 tests/conform/test-cogl-materials.c | 62 +++++++++++++++++++++++++++++++++++ - 1 files changed, 62 insertions(+), 0 deletions(-) + 1 file changed, 62 insertions(+) commit ce261025f6dfd34153382cb69bcb7fb11b8e2561 Author: Emmanuele Bassi @@ -16264,7 +16264,7 @@ Date: Wed Apr 28 16:19:37 2010 +0100 events do not have coordinates. clutter/clutter-event.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit b7098563c26bb6e0f1992bb7c4cb711fbe0424ac Author: Emmanuele Bassi @@ -16281,7 +16281,7 @@ Date: Tue Apr 27 10:12:25 2010 +0100 This looks like a job for a simple convenience function. clutter/clutter-actor.c | 104 +++++++++++++++++++++-------------------------- - 1 files changed, 46 insertions(+), 58 deletions(-) + 1 file changed, 46 insertions(+), 58 deletions(-) commit 9024cd9f7c32b30f1ca5a4d5c53569af7c72da48 Author: Emmanuele Bassi @@ -16290,7 +16290,7 @@ Date: Mon Apr 26 12:58:17 2010 +0100 Clean up the Texture private data structure clutter/clutter-texture.c | 29 ++++++++++++++--------------- - 1 files changed, 14 insertions(+), 15 deletions(-) + 1 file changed, 14 insertions(+), 15 deletions(-) commit 48b8510a0688baef86db5b808e458c5295aee819 Author: Neil Roberts @@ -16305,8 +16305,8 @@ Date: Sun Apr 25 16:20:39 2010 +0100 to build Clutter from your own source rather than checking it out from git directly. - build/mingw/mingw-cross-compile.sh | 88 ++++++++++++++++++++++++----------- - 1 files changed, 60 insertions(+), 28 deletions(-) + build/mingw/mingw-cross-compile.sh | 88 ++++++++++++++++++++++++------------ + 1 file changed, 60 insertions(+), 28 deletions(-) commit eb22ab9bf2b6837b33911bd3962d09b757139366 Author: Neil Roberts @@ -16321,8 +16321,8 @@ Date: Sun Apr 25 16:09:16 2010 +0100 downloading the whole Mesa package. glext.h is taken directly from khronos.org. - build/mingw/mingw-cross-compile.sh | 101 ++++++++++------------------------- - 1 files changed, 29 insertions(+), 72 deletions(-) + build/mingw/mingw-cross-compile.sh | 101 +++++++++++------------------------- + 1 file changed, 29 insertions(+), 72 deletions(-) commit a881c8b07e73325749bb2ab6c0d4d5710507b016 Author: Neil Roberts @@ -16336,8 +16336,8 @@ Date: Thu Apr 22 18:14:40 2010 +0100 patch makes it static for now to make it more obvious that it isn't public. The name has changed to _cogl_path_rel_arc. - clutter/cogl/cogl/cogl-path.c | 56 ++++++++++++++++++++-------------------- - 1 files changed, 28 insertions(+), 28 deletions(-) + clutter/cogl/cogl/cogl-path.c | 56 ++++++++++++++++++++--------------------- + 1 file changed, 28 insertions(+), 28 deletions(-) commit e16f05326e72484a38c5154ecdf973de2c35445a Author: Neil Roberts @@ -16349,7 +16349,7 @@ Date: Thu Apr 22 18:03:57 2010 +0100 cogl_path_arc. clutter/cogl/cogl/cogl-path.h | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 73e4d49053b8cf79d0d5694e2b077e0e7ab05dfe Author: Emmanuele Bassi @@ -16361,7 +16361,7 @@ Date: Thu Apr 22 17:54:05 2010 +0100 layout cache hit and miss conditions. clutter/clutter-text.c | 44 +++++++++++++++++++++++++++++++++++++------- - 1 files changed, 37 insertions(+), 7 deletions(-) + 1 file changed, 37 insertions(+), 7 deletions(-) commit 5608a54708c3ab1665840c24bdfcb9c2b38fa78b Author: Emmanuele Bassi @@ -16376,7 +16376,7 @@ Date: Thu Apr 22 17:52:13 2010 +0100 8146d8d08deafd6cf86238a4a8c2fa6149e5c691. clutter/clutter-profile.c | 31 +++++++++++++++++-------------- - 1 files changed, 17 insertions(+), 14 deletions(-) + 1 file changed, 17 insertions(+), 14 deletions(-) commit b13eb77e05670367b99caa4d4cb6a9f24e9b15aa Author: Emmanuele Bassi @@ -16385,7 +16385,7 @@ Date: Thu Apr 22 17:51:56 2010 +0100 Add uprof to the jhbuild moduleset build/clutter.modules | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 05cf570570879fe5d699a07ad19a27168b57c23b Author: Emmanuele Bassi @@ -16399,7 +16399,7 @@ Date: Thu Apr 22 16:49:57 2010 +0100 checks and (scene graph depth) function calls. clutter/clutter-actor.c | 47 ++++++++++++++++++++++++++--------------------- - 1 files changed, 26 insertions(+), 21 deletions(-) + 1 file changed, 26 insertions(+), 21 deletions(-) commit 1355c19f66a029247dab775b8c9d52aa44889a6e Author: Emmanuele Bassi @@ -16423,7 +16423,7 @@ Date: Wed Apr 21 22:36:43 2010 +0100 so if the copied path had more than one sub path it would fail. clutter/cogl/cogl/cogl-path.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fddd3169865f1ad623453d8fc9490277325ed105 Author: Neil Roberts @@ -16441,7 +16441,7 @@ Date: Wed Apr 21 18:58:18 2010 +0100 should be inverted. tests/conform/test-cogl-path.c | 33 ++++++++++++++++++++++++++++----- - 1 files changed, 28 insertions(+), 5 deletions(-) + 1 file changed, 28 insertions(+), 5 deletions(-) commit abc64a2c671a4eeafa374ceb91482e058705f6fb Author: Neil Roberts @@ -16459,8 +16459,8 @@ Date: Tue Apr 20 14:58:57 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2079 - clutter/cogl/cogl/cogl-clip-stack.c | 43 +++++++++++++++++++--------------- - 1 files changed, 24 insertions(+), 19 deletions(-) + clutter/cogl/cogl/cogl-clip-stack.c | 43 +++++++++++++++++++---------------- + 1 file changed, 24 insertions(+), 19 deletions(-) commit 7f2b2e13641c146f4b62631ed89638aba610ae07 Author: Neil Roberts @@ -16495,7 +16495,7 @@ Date: Mon Apr 19 18:54:40 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2088 clutter/cogl/cogl/cogl-path.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit 78dc59b34859686c89e9b96dc0fc78f453031262 Author: Neil Roberts @@ -16515,7 +16515,7 @@ Date: Fri Mar 26 23:09:11 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2057 clutter/clutter-main.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 0cb09cd40d6b031a5514038af73a13d4e7bf2f82 Author: Neil Roberts @@ -16538,8 +16538,8 @@ Date: Fri Mar 26 22:40:53 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2057 - clutter/cogl/cogl/cogl.c | 67 +++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 58 insertions(+), 9 deletions(-) + clutter/cogl/cogl/cogl.c | 67 +++++++++++++++++++++++++++++++++++++++------- + 1 file changed, 58 insertions(+), 9 deletions(-) commit 9750b90f37127c85f7092c16ca64fb0b63501882 Author: Neil Roberts @@ -16601,8 +16601,8 @@ Date: Thu Apr 15 13:57:45 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2075 - clutter/clutter-actor.c | 49 +++++++++++++++++++++---------------- - clutter/clutter-texture.c | 30 +++++++++-------------- + clutter/clutter-actor.c | 49 ++++++++++++++++++++++---------------- + clutter/clutter-texture.c | 30 ++++++++++------------- doc/clutter-actor-invariants.txt | 5 +++- 3 files changed, 44 insertions(+), 40 deletions(-) @@ -16618,7 +16618,7 @@ Date: Fri Apr 16 14:38:52 2010 +0100 apps crash in this situation is a bit extreme. clutter/glx/clutter-event-glx.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 716ec82db8bec57e35d51e8dee5468435fc9e59e Author: Neil Roberts @@ -16638,8 +16638,8 @@ Date: Wed Feb 3 20:58:32 2010 +0000 Signed-off-by: Emmanuele Bassi - clutter/clutter-cairo-texture.c | 208 ++++++++++++++------------------------ - 1 files changed, 77 insertions(+), 131 deletions(-) + clutter/clutter-cairo-texture.c | 208 +++++++++++++++------------------------ + 1 file changed, 77 insertions(+), 131 deletions(-) commit 1a1e7d35730b510f2a32e25bb34ae7ab0e2be349 Author: Emmanuele Bassi @@ -16663,7 +16663,7 @@ Date: Fri Apr 16 11:11:50 2010 +0100 any later point. clutter/clutter-text.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit dd407326feaa53a68fa30db710f8ca4b5ea7b1ba Author: Rob Bradford @@ -16684,8 +16684,8 @@ Date: Wed Apr 14 00:12:02 2010 +0100 Signed-off-by: Emmanuele Bassi - clutter/clutter-text.c | 55 +++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 52 insertions(+), 3 deletions(-) + clutter/clutter-text.c | 55 +++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 52 insertions(+), 3 deletions(-) commit 708bbc72e1121022e577c25a799489e193ca535a Author: Neil Roberts @@ -16716,7 +16716,7 @@ Date: Thu Apr 15 10:58:28 2010 +0100 clutter/cogl/cogl/cogl-clip-stack.h | 19 +++++++++++++++++++ clutter/cogl/cogl/cogl-clip-state.c | 34 ++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-clip-state.h | 28 ++++++++++++++++++++++++++++ - 4 files changed, 107 insertions(+), 0 deletions(-) + 4 files changed, 107 insertions(+) commit 3a58bc440b2e5dd0af15c65849e2baed170835f8 Author: Neil Roberts @@ -16769,8 +16769,8 @@ Date: Wed Apr 14 18:47:25 2010 +0100 later. This patch moves the coordinate conversion to inside the clip state flushing code. - clutter/cogl/cogl/cogl-clip-stack.c | 57 +++++++++++++++++++--------------- - 1 files changed, 32 insertions(+), 25 deletions(-) + clutter/cogl/cogl/cogl-clip-stack.c | 57 ++++++++++++++++++++--------------- + 1 file changed, 32 insertions(+), 25 deletions(-) commit e9aa5d807cb29e1cdc9b8a7b627de914352e4fc1 Author: Neil Roberts @@ -16782,7 +16782,7 @@ Date: Wed Apr 14 15:42:57 2010 +0100 in converting them to floats when storing a stack entry for them. clutter/cogl/cogl/cogl-clip-stack.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit a0e19c94696a0ba0627fd125e4a5285d355c1d80 Author: Neil Roberts @@ -16809,7 +16809,7 @@ Date: Wed Apr 14 13:17:26 2010 +0100 therefore removed the restriction. clutter/cogl/cogl/cogl-clip-stack.c | 207 +++++++++++++++++++++++++---------- - 1 files changed, 149 insertions(+), 58 deletions(-) + 1 file changed, 149 insertions(+), 58 deletions(-) commit 15ef549207b188e7e201a21a77386c3268a1cb53 Author: Emmanuele Bassi @@ -16827,8 +16827,8 @@ Date: Wed Apr 14 23:34:38 2010 +0100 We should also add a section about the custom Scriptable properties that ClutterActor defines, and the special handling of unit-based properties. - clutter/clutter-actor.c | 210 ++++++++++++++++++++++++++-------------------- - 1 files changed, 119 insertions(+), 91 deletions(-) + clutter/clutter-actor.c | 210 +++++++++++++++++++++++++++-------------------- + 1 file changed, 119 insertions(+), 91 deletions(-) commit 2d4ddc1b11acbc2b82be713cb48bbd81864844f9 Author: Emmanuele Bassi @@ -16837,7 +16837,7 @@ Date: Wed Apr 14 00:52:23 2010 +0100 Add test-cogl-wrap-mode to the ignore list .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1445e9d32d8f4b5c82c81deb32a57a90c0009825 Author: Neil Roberts @@ -16852,7 +16852,7 @@ Date: Tue Apr 13 17:26:03 2010 +0100 Thanks to Robert Bragg for spotting this. clutter/cogl/cogl/cogl-atlas-texture.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 30f43c6cda98a1dcf3a6cca10cf23212bfb2b503 Author: Neil Roberts @@ -16871,7 +16871,7 @@ Date: Thu Apr 1 18:35:32 2010 +0100 the material and change that instead. clutter/cogl/cogl/cogl-material.c | 6 +- - clutter/cogl/cogl/cogl-primitives.c | 104 ++++++++++++++++++++++++------- + clutter/cogl/cogl/cogl-primitives.c | 104 ++++++++++++++++++++++++-------- clutter/cogl/cogl/cogl-vertex-buffer.c | 35 ++++++++++- 3 files changed, 115 insertions(+), 30 deletions(-) @@ -16893,7 +16893,7 @@ Date: Wed Mar 31 18:54:34 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-wrap-modes.c | 332 ++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 334 insertions(+), 0 deletions(-) + 3 files changed, 334 insertions(+) commit 75f1dc90b05badc9aa9798985c23ac1489ddf535 Author: Neil Roberts @@ -16955,7 +16955,7 @@ Date: Thu Apr 1 11:31:33 2010 +0100 clutter/cogl/cogl/cogl-journal-private.h | 2 + clutter/cogl/cogl/cogl-journal.c | 7 + - clutter/cogl/cogl/cogl-material-private.h | 56 ++++++-- + clutter/cogl/cogl/cogl-material-private.h | 56 +++++-- clutter/cogl/cogl/cogl-material.c | 221 +++++++++++++++++++++++++++- clutter/cogl/cogl/cogl-material.h | 104 +++++++++++++ clutter/cogl/cogl/cogl-primitives.c | 174 ++++++++++++++++++---- @@ -16978,14 +16978,14 @@ Date: Thu Mar 25 17:29:22 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2063 - clutter/cogl/cogl/cogl-atlas-texture.c | 13 ++++++-- - clutter/cogl/cogl/cogl-primitives.c | 16 +++++++-- - clutter/cogl/cogl/cogl-sub-texture.c | 13 ++++++-- + clutter/cogl/cogl/cogl-atlas-texture.c | 13 +++++--- + clutter/cogl/cogl/cogl-primitives.c | 16 +++++++--- + clutter/cogl/cogl/cogl-sub-texture.c | 13 +++++--- clutter/cogl/cogl/cogl-texture-2d-private.h | 3 +- clutter/cogl/cogl/cogl-texture-2d-sliced-private.h | 3 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 31 +++++++++++++------- - clutter/cogl/cogl/cogl-texture-2d.c | 26 ++++++++++------ - clutter/cogl/cogl/cogl-texture-private.h | 13 ++++++-- + clutter/cogl/cogl/cogl-texture-2d.c | 26 +++++++++------- + clutter/cogl/cogl/cogl-texture-private.h | 13 +++++--- clutter/cogl/cogl/cogl-texture.c | 11 +++++-- 9 files changed, 87 insertions(+), 42 deletions(-) @@ -17020,7 +17020,7 @@ Date: Mon Apr 12 15:16:58 2010 +0100 type, inverted matrix, flags and padding are not. clutter/cogl/cogl/cogl-matrix.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 94465cfe3996d9d039cd3e55de10bc1ceab93a1a Author: Neil Roberts @@ -17030,8 +17030,8 @@ Date: Mon Apr 12 12:06:03 2010 +0100 The members of CoglMatrix were indented by 4 characters instead of 2. - clutter/cogl/cogl/cogl-matrix.h | 54 +++++++++++++++++++------------------- - 1 files changed, 27 insertions(+), 27 deletions(-) + clutter/cogl/cogl/cogl-matrix.h | 54 +++++++++++++++++++-------------------- + 1 file changed, 27 insertions(+), 27 deletions(-) commit e0f41fa166665e099d894cc367346b6cafcd4634 Author: Damien Lespiau @@ -17047,7 +17047,7 @@ Date: Sat Apr 10 17:02:42 2010 +0100 http://bugzilla.openedhand.com/show_bug.cgi?id=2073 clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 93a5b78e5ae3ab07c11f92fc6d7525dc3569dcb4 Author: Emmanuele Bassi @@ -17062,7 +17062,7 @@ Date: Fri Apr 9 18:24:09 2010 +0100 prediction. Not good. clutter/clutter-actor.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 6583f8bb4906a450593d77b213e67ad8886edbbb Author: Emmanuele Bassi @@ -17073,7 +17073,7 @@ Date: Fri Apr 9 18:22:50 2010 +0100 A trailing comma is breaking the validity of test-script.json tests/data/test-script.json | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c99a24d34163b1a8d867facdee0256f5af5b33b8 Author: Fridrich Strba @@ -17087,7 +17087,7 @@ Date: Fri Apr 9 15:43:42 2010 +0100 or pointers. This fixes problems using Win64. clutter/win32/clutter-stage-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f2776ea32b2656e14de393773c4c5457d4176a5e Author: Neil Roberts @@ -17096,7 +17096,7 @@ Date: Fri Apr 9 14:10:11 2010 +0100 Add tests/conform/test-cogl-path to .gitignore .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 10b16b4b7e06d7592a3d83ef209a39ba26eedbad Author: Neil Roberts @@ -17112,7 +17112,7 @@ Date: Thu Apr 8 17:18:40 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-path.c | 179 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 181 insertions(+), 0 deletions(-) + 3 files changed, 181 insertions(+) commit 9ee6dd240b58cbbbfcfcfc269152fb3065f9a935 Author: Neil Roberts @@ -17147,7 +17147,7 @@ Date: Thu Apr 8 17:43:27 2010 +0100 memory and processing time. clutter/cogl/cogl/Makefile.am | 1 + - clutter/cogl/cogl/cogl-clip-stack.c | 37 +--- + clutter/cogl/cogl/cogl-clip-stack.c | 37 ++-- clutter/cogl/cogl/cogl-context.c | 8 +- clutter/cogl/cogl/cogl-context.h | 7 +- clutter/cogl/cogl/cogl-internal.h | 28 --- @@ -17186,8 +17186,8 @@ Date: Thu Apr 1 13:15:12 2010 +0100 When we expose more cogl_framebuffer API this example will hopefully be migrated into a more extensive introduction to using framebuffers. - clutter/cogl/cogl/cogl.h | 85 ++++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 75 insertions(+), 10 deletions(-) + clutter/cogl/cogl/cogl.h | 85 ++++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 75 insertions(+), 10 deletions(-) commit d2d890a33ebbde2e4a4e5fb7b90b75ed33a5af05 Author: Robert Bragg @@ -17200,7 +17200,7 @@ Date: Wed Mar 3 16:37:59 2010 +0000 left and (framebuffer_width, framebuffer_height) bottom right. tests/interactive/test-cogl-offscreen.c | 109 ++++++++++++++++++++++++++++++- - 1 files changed, 108 insertions(+), 1 deletions(-) + 1 file changed, 108 insertions(+), 1 deletion(-) commit 6f6ab8692911e0d0cdfd76bc7a90bd95af5063b1 Author: Robert Bragg @@ -17236,7 +17236,7 @@ Date: Fri Mar 19 09:30:59 2010 +0000 clutter/cogl/cogl/cogl.c | 8 ++++++++ clutter/cogl/cogl/cogl.h | 11 +++++++++++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit 1dd70aff731ae8eba747d0dc914021067b1adadc Author: Robert Bragg @@ -17249,7 +17249,7 @@ Date: Fri Mar 19 09:16:08 2010 +0000 is an internal only API. clutter/cogl/cogl/cogl-context.c | 2 +- - clutter/cogl/cogl/cogl-internal.h | 4 +- + clutter/cogl/cogl/cogl-internal.h | 4 +-- clutter/cogl/cogl/cogl-journal.c | 6 ++-- clutter/cogl/cogl/cogl-material.c | 2 +- clutter/cogl/cogl/cogl-path.c | 10 +++--- @@ -17271,8 +17271,8 @@ Date: Wed Mar 31 19:03:02 2010 +0100 paint functions assume the correct source is set up instead of trying to select a new source. - tests/interactive/test-cogl-tex-polygon.c | 35 +++++++++++----------------- - 1 files changed, 14 insertions(+), 21 deletions(-) + tests/interactive/test-cogl-tex-polygon.c | 35 ++++++++++++----------------- + 1 file changed, 14 insertions(+), 21 deletions(-) commit 53cf25ef11fc8bab5dc3c541c77ced4b714d4ce3 Author: Emmanuele Bassi @@ -17284,7 +17284,7 @@ Date: Wed Mar 31 15:14:09 2010 +0100 whole Clutter stack within a separate prefix. build/clutter.modules | 301 +++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 301 insertions(+), 0 deletions(-) + 1 file changed, 301 insertions(+) commit 6fcc8c5bce08296151de418e472d2777c8b2abca Author: Owen W. Taylor @@ -17303,7 +17303,7 @@ Date: Fri Mar 26 00:41:46 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/x11/clutter-x11-texture-pixmap.c | 18 +++++++++++------- - 1 files changed, 11 insertions(+), 7 deletions(-) + 1 file changed, 11 insertions(+), 7 deletions(-) commit 8df4a0b8fdbbff580aab4377dec9878c693d2440 Author: Owen W. Taylor @@ -17324,9 +17324,9 @@ Date: Fri Mar 26 00:35:36 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 32 ++++++++++++++++++++++++++++ - clutter/clutter-actor.h | 2 + + clutter/clutter-actor.h | 2 ++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 35 insertions(+), 0 deletions(-) + 3 files changed, 35 insertions(+) commit 7483f82566cad0359d305a4096f4263d91d4991a Author: Emmanuele Bassi @@ -17338,7 +17338,7 @@ Date: Thu Mar 25 09:45:59 2010 +0000 doc/reference/clutter/clutter-docs.xml.in | 5 +++++ doc/reference/cogl/cogl-docs.xml.in | 5 +++++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 7b63da69cf294b4d076e405e0af5c8afe47c2253 Author: José Dapena Paz @@ -17379,7 +17379,7 @@ Date: Thu Mar 25 09:33:26 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2049 clutter/cogl/cogl/cogl-primitives.h | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 6a8e1087576c295807835d877c87fcb79971b2eb Author: Neil Roberts @@ -17392,7 +17392,7 @@ Date: Wed Mar 24 15:32:28 2010 +0000 fix these obnoxious compiler warnings about aliasing. clutter/clutter-actor.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 5de85051c324449b813adc43186f249f75289858 Author: Adel Gadllah @@ -17412,7 +17412,7 @@ Date: Sun Mar 21 13:12:58 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-backend-glx.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 2fc8ecdb92e80e16510048c56bb07e5b87427f26 Author: Owen W. Taylor @@ -17428,7 +17428,7 @@ Date: Fri Mar 19 18:18:17 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-stage-glx.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit f935270aa01ac83ecb43212cb86bac63e76d5687 Author: Emmanuele Bassi @@ -17445,7 +17445,7 @@ Date: Fri Mar 19 16:24:34 2010 +0000 allocation/free cycle unless strictly needed. clutter/clutter-actor.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit a39cef41b85ca6f38f3e9c95fbd18de990f73b7f Author: Emmanuele Bassi @@ -17457,7 +17457,7 @@ Date: Fri Mar 19 11:39:23 2010 +0000 to check before accessing its members. clutter/glx/clutter-stage-glx.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 913c187f4e611aac71360863ca67640e4cfd1d41 Author: Owen W. Taylor @@ -17474,7 +17474,7 @@ Date: Tue Mar 16 20:38:53 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-material.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 66e0f187533f5ee322967cff8996c9f1e22d8361 Author: Emmanuele Bassi @@ -17485,7 +17485,7 @@ Date: Fri Mar 19 11:13:04 2010 +0000 Add another fix from upstream, to clean up the code. clutter/json/json-parser.c | 28 +++++++++++++--------------- - 1 files changed, 13 insertions(+), 15 deletions(-) + 1 file changed, 13 insertions(+), 15 deletions(-) commit 295bc517f8a8789b335c7d8d7643cee8519b0ce3 Author: Emmanuele Bassi @@ -17497,7 +17497,7 @@ Date: Fri Mar 19 10:40:12 2010 +0000 system copy of JSON-GLib is way out of date. clutter/json/json-generator.c | 177 +++++++++++++++++++++++++++++++++-------- - 1 files changed, 143 insertions(+), 34 deletions(-) + 1 file changed, 143 insertions(+), 34 deletions(-) commit d21b7522f825d913317a8e62b86314a7737c7e43 Author: Owen W. Taylor @@ -17551,7 +17551,7 @@ Date: Wed Mar 17 15:39:55 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-texture-2d.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9e0385304f7cff494c41ced5805393845f1e423a Author: Emmanuele Bassi @@ -17567,7 +17567,7 @@ Date: Thu Mar 18 20:36:02 2010 +0000 backend. configure.ac | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit e1ad78ee183c973a210244ef845605ba9f11a373 Author: Emmanuele Bassi @@ -17579,7 +17579,7 @@ Date: Thu Mar 18 20:29:59 2010 +0000 Clutter, depending on the platform. README | 38 +++++++++++++++++++++++++++++--------- - 1 files changed, 29 insertions(+), 9 deletions(-) + 1 file changed, 29 insertions(+), 9 deletions(-) commit 7e700be7b8589e71255b9df601fcdc5bb35337a7 Author: Emmanuele Bassi @@ -17597,7 +17597,7 @@ Date: Thu Mar 18 20:27:18 2010 +0000 ratifying what's the current state of things. configure.ac | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit a8595aec13a48e449db15bcc65cc65fe8f3ecfaf Author: Emmanuele Bassi @@ -17609,7 +17609,7 @@ Date: Thu Mar 18 20:20:09 2010 +0000 happens. Also be more verbose with the debug annotations. clutter/clutter-script-parser.c | 31 +++++++++++++++++++++++++++---- - 1 files changed, 27 insertions(+), 4 deletions(-) + 1 file changed, 27 insertions(+), 4 deletions(-) commit 203847d03c551ea13f87a78e636e0a74dc13c5fb Author: Emmanuele Bassi @@ -17622,7 +17622,7 @@ Date: Thu Mar 18 17:44:14 2010 +0000 of JSON-GLib. clutter/clutter-script-parser.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit d2bb57c3b2bc4ef7700735dcc4c6386b67fb4cc0 Author: Emmanuele Bassi @@ -17638,7 +17638,7 @@ Date: Thu Mar 18 14:15:33 2010 +0000 since we will likely end up asking for a feature at some point. clutter/clutter-feature.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 54504b7ac46c92d996a08fa3957b702aea70af68 Author: Emmanuele Bassi @@ -17650,7 +17650,7 @@ Date: Wed Mar 17 17:41:52 2010 +0000 context set in the backend; there is no need to call create_backend(). clutter/glx/clutter-stage-glx.c | 19 ++++--------------- - 1 files changed, 4 insertions(+), 15 deletions(-) + 1 file changed, 4 insertions(+), 15 deletions(-) commit bf7e6ae587adaf3321ed56ec407ed2d432805f57 Author: Emmanuele Bassi @@ -17694,7 +17694,7 @@ Date: Wed Mar 17 17:14:08 2010 +0000 Signed-off-by: Emmanuele Bassi clutter/clutter-model.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 0a6497a3b6c4219e6a6a9310849159b00c864671 Author: Emmanuele Bassi @@ -17716,7 +17716,7 @@ Date: Tue Mar 16 18:57:28 2010 +0000 is important that it is initialized as -1. clutter/clutter-model.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit de4abfac955641de9218d272e6aea1a8c618a577 Author: Emmanuele Bassi @@ -17731,7 +17731,7 @@ Date: Tue Mar 16 18:53:24 2010 +0000 This reverts commit c274118a8f7ed18e5bc703e614a9ea0a7cdb553c. clutter/clutter-model.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 035d571e95b65437a6aeebe7c095d76807b95765 Author: Emmanuele Bassi @@ -17740,7 +17740,7 @@ Date: Tue Mar 16 10:44:40 2010 +0000 Branch master for 1.3 configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 4e946f538ca2871346a0fa3e918de439ac74ecc0 Author: Emmanuele Bassi @@ -17749,7 +17749,7 @@ Date: Mon Mar 15 16:40:50 2010 +0000 Post-release version bump to 1.2.3 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7b5692f8b362d8c39a165d7457fe4e88a67db9df Author: Emmanuele Bassi @@ -17758,7 +17758,7 @@ Date: Mon Mar 15 16:25:46 2010 +0000 Release 1.2.2 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7a3fe4c056a64bcf04905b12cc35dd03f8c120fc Author: Emmanuele Bassi @@ -17767,7 +17767,7 @@ Date: Mon Mar 15 16:04:34 2010 +0000 Update NEWS file NEWS | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 60d8369a1afaba4efdd64688e4157bc4b48b7525 Author: Colin Walters @@ -17783,7 +17783,7 @@ Date: Fri Mar 12 17:39:27 2010 -0500 Signed-off-by: Emmanuele Bassi clutter/cogl/cogl/cogl-util.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c274118a8f7ed18e5bc703e614a9ea0a7cdb553c Author: Bastian Winkler @@ -17799,7 +17799,7 @@ Date: Tue Mar 2 09:26:57 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-model.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c2faaa4f39d3ad69523e806bffe4651545c0bdea Author: Neil Roberts @@ -17815,7 +17815,7 @@ Date: Tue Mar 9 16:37:52 2010 -0800 http://bugzilla.openedhand.com/show_bug.cgi?id=2026 clutter/cogl/cogl/cogl-texture-2d.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a25885edf294be0bc4a6710cc3fd7dec4b3ef013 Author: Owen W. Taylor @@ -17845,10 +17845,10 @@ Date: Mon Mar 1 16:49:04 2010 -0500 clutter/cogl/cogl/cogl-atlas-texture.c | 2 +- clutter/cogl/cogl/cogl-primitives.c | 40 ++++++++++------------------ - clutter/cogl/cogl/cogl-sub-texture.c | 9 +++--- - clutter/cogl/cogl/cogl-texture-2d-sliced.c | 22 +++++++++++++-- - clutter/cogl/cogl/cogl-texture-2d.c | 15 ++++++++-- - clutter/cogl/cogl/cogl-texture-private.h | 18 ++++++++++-- + clutter/cogl/cogl/cogl-sub-texture.c | 9 +++---- + clutter/cogl/cogl/cogl-texture-2d-sliced.c | 22 ++++++++++++--- + clutter/cogl/cogl/cogl-texture-2d.c | 15 ++++++++--- + clutter/cogl/cogl/cogl-texture-private.h | 18 ++++++++++--- clutter/cogl/cogl/cogl-texture.c | 2 +- 7 files changed, 66 insertions(+), 42 deletions(-) @@ -17862,7 +17862,7 @@ Date: Wed Mar 10 00:25:26 2010 +0000 not do it by itself. tests/interactive/test-paint-wrapper.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 6bd1846d6c39d27863a6fc89356324c0cb3a57ce Author: José Dapena Paz @@ -17880,7 +17880,7 @@ Date: Mon Mar 8 15:37:36 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/glx/clutter-backend-glx.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 3d2d932835bd74d497fcbec6695208be155924d0 Author: Emmanuele Bassi @@ -17892,7 +17892,7 @@ Date: Sun Mar 7 23:46:59 2010 +0000 the instance private data structure. clutter/clutter-actor.c | 44 ++++++++++++++++++++++++++++---------------- - 1 files changed, 28 insertions(+), 16 deletions(-) + 1 file changed, 28 insertions(+), 16 deletions(-) commit 9ad1197cb21552cd0db03158eae0ce2742c52ede Author: Emmanuele Bassi @@ -17907,8 +17907,8 @@ Date: Sun Mar 7 20:54:33 2010 +0000 29881f03468db08bfb404cfcd5b61b4cdc419a87 - clutter/json/json-parser.c | 98 +++++++++++++++++++++++++++++++++++-------- - 1 files changed, 79 insertions(+), 19 deletions(-) + clutter/json/json-parser.c | 98 +++++++++++++++++++++++++++++++++++--------- + 1 file changed, 79 insertions(+), 19 deletions(-) commit 7c6567704d0adc3a5456d5ac3bedb85fb6b55709 Author: Emmanuele Bassi @@ -17917,7 +17917,7 @@ Date: Fri Mar 5 11:39:32 2010 +0000 Add test-cogl-texture-rectangle to the ignore file .gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ac074bc0f06658a59f05d1e1d0b149ccf5117448 Author: Emmanuele Bassi @@ -17930,7 +17930,7 @@ Date: Fri Mar 5 08:48:52 2010 +0000 vtable. clutter/eglnative/clutter-stage-egl.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit dbe2acc2b1dcba44964f7fafcb242dd346de5f40 Author: Emmanuele Bassi @@ -17943,7 +17943,7 @@ Date: Wed Mar 3 18:17:15 2010 +0000 called multiple times. doc/HACKING.backends | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit c3a942abdec57583d0fc917b7578d574e5c1573d Author: Neil Roberts @@ -17961,7 +17961,7 @@ Date: Tue Mar 2 15:18:00 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-texture-rectangle.c | 268 +++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 270 insertions(+), 0 deletions(-) + 3 files changed, 270 insertions(+) commit f13a42793a979cb514ea86121b3450e2e0a2e05e Author: Owen W. Taylor @@ -17976,7 +17976,7 @@ Date: Mon Mar 1 14:04:20 2010 -0500 http://bugzilla.openedhand.com/show_bug.cgi?id=2015 clutter/cogl/cogl/cogl-texture-2d-sliced.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit 40b43fd64a7d5563d6b8b736c0ede625311934c2 Author: Neil Roberts @@ -17994,7 +17994,7 @@ Date: Wed Mar 3 18:08:33 2010 +0000 http://bugzilla.openedhand.com/show_bug.cgi?id=2020 clutter/eglnative/clutter-backend-egl.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 169ce1508b29e7133f5033fa3f473b3d9ffdf577 Author: Emmanuele Bassi @@ -18005,8 +18005,8 @@ Date: Wed Mar 3 17:46:53 2010 +0000 The signal handling override for the ::queue-damage-redraw should be done in the class initialization function, not in the instance one. - clutter/x11/clutter-x11-texture-pixmap.c | 31 ++++++++++++++--------------- - 1 files changed, 15 insertions(+), 16 deletions(-) + clutter/x11/clutter-x11-texture-pixmap.c | 31 +++++++++++++++--------------- + 1 file changed, 15 insertions(+), 16 deletions(-) commit 1b57800208fe1f34640c5001127eb570a24491f9 Author: Emmanuele Bassi @@ -18017,7 +18017,7 @@ Date: Wed Mar 3 17:02:51 2010 +0000 Upstream "released" 1.18. clutter/cogl/cogl/stb_image.c | 1605 ++++++++++++++++++++++------------------- - 1 files changed, 862 insertions(+), 743 deletions(-) + 1 file changed, 862 insertions(+), 743 deletions(-) commit b19332a0bec7bb121ec62285b942ce880e547a95 Author: Øyvind Kolås @@ -18028,7 +18028,7 @@ Date: Wed Mar 3 15:45:43 2010 +0000 Direct comparisons with doubles are error prone. clutter/clutter-animator.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 4168b216a3c062cc9d038e6ab71db4452ec116e4 Author: Øyvind Kolås @@ -18039,7 +18039,7 @@ Date: Wed Mar 3 15:46:19 2010 +0000 Fix a crasher when there is only one key in the animator. clutter/clutter-animator.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 824cd9a7ff20a764a031982317f38beb6fe135c2 Author: Emmanuele Bassi @@ -18065,7 +18065,7 @@ Date: Wed Mar 3 10:49:34 2010 +0000 Remove the semi-colon and use a colon for declaring the type. clutter/clutter-stage-manager.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a2f444ccbe4255e4386a9df40415a04637a296e2 Author: Emmanuele Bassi @@ -18076,7 +18076,7 @@ Date: Wed Mar 3 10:47:42 2010 +0000 The syntax for allowing NULL is "allow-none", not "allow none". clutter/clutter-box.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fa6070ec1a2bdbf5b5bd182b663ad5bdbdefb98d Author: Emmanuele Bassi @@ -18085,4 +18085,4 @@ Date: Tue Mar 2 19:41:44 2010 +0000 Post-release version bump to 1.2.1 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.pre-1.6 b/ChangeLog.pre-1.6 index dd4d7fb..634068b 100644 --- a/ChangeLog.pre-1.6 +++ b/ChangeLog.pre-1.6 @@ -5,7 +5,7 @@ Date: Mon Jan 31 14:47:37 2011 +0000 Release Clutter 1.6.0 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c060f086c5af655a52d7b2651abd76eb10394534 Author: Emmanuele Bassi @@ -14,7 +14,7 @@ Date: Mon Jan 31 13:59:14 2011 +0000 docs: Update the NEWS file NEWS | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit bb44d51fc934e2360eb8d529be7cdcec438d32b5 Merge: 5859efa 6680ceb @@ -50,7 +50,7 @@ Date: Mon Jan 31 13:50:37 2011 +0000 docs: Update NEWS file NEWS | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 2c1f8c9ad367035f7fd0d5177c60816440d916b2 Author: Emmanuele Bassi @@ -72,7 +72,7 @@ Date: Fri Jan 28 14:53:08 2011 +0000 clutter/osx/clutter-backend-osx.c | 45 ++++++-- clutter/osx/clutter-device-manager-osx.c | 180 ++++++++++++++++++++++++++++++ clutter/osx/clutter-device-manager-osx.h | 58 ++++++++++ - clutter/osx/clutter-event-osx.c | 83 +++++++++++--- + clutter/osx/clutter-event-osx.c | 83 ++++++++++---- clutter/osx/clutter-stage-osx.c | 7 +- clutter/osx/clutter-stage-osx.h | 12 +- 6 files changed, 350 insertions(+), 35 deletions(-) @@ -100,7 +100,7 @@ Date: Fri Jan 28 12:56:57 2011 +0000 clutter/Makefile.am | 6 +- clutter/clutter-debug.h | 3 +- clutter/osx/clutter-event-loop-osx.c | 1051 ++++++++++++++++++++++++++++++++++ - clutter/osx/clutter-event-loop-osx.h | 32 + + clutter/osx/clutter-event-loop-osx.h | 32 ++ clutter/osx/clutter-event-osx.c | 223 +++----- clutter/osx/clutter-stage-osx.h | 3 + 6 files changed, 1176 insertions(+), 142 deletions(-) @@ -116,7 +116,7 @@ Date: Mon Jan 31 13:40:10 2011 +0000 and what they're for. doc/cookbook/actors.xml | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 885664f725aa3704c46db62e7b1fa951819fc22c Author: Elliot Smith @@ -129,7 +129,7 @@ Date: Mon Jan 31 13:39:11 2011 +0000 (rather than dispose()). doc/cookbook/actors.xml | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 1558975bc38c87690f26bc54849459c4db581371 Author: Emmanuele Bassi @@ -140,7 +140,7 @@ Date: Mon Jan 31 13:37:32 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2534 clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e69d60e8b64bbe0811479dac96aee6009560be4e Author: Elliot Smith @@ -156,7 +156,7 @@ Date: Mon Jan 31 13:36:37 2011 +0000 signal when instances of the actor subclass are destroyed. doc/cookbook/examples/cb-button.c | 61 +++++++++++++++++++------------------ - 1 files changed, 31 insertions(+), 30 deletions(-) + 1 file changed, 31 insertions(+), 30 deletions(-) commit 9753cd4a59f3849090bf8cee247fafd806729826 Author: Emmanuele Bassi @@ -165,7 +165,7 @@ Date: Mon Jan 31 13:04:49 2011 +0000 docs: Update Cogl release notes for 1.6 README | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit f954b8e1bb309d4f9487edb558f4280c772cffb5 Author: Emmanuele Bassi @@ -174,7 +174,7 @@ Date: Mon Jan 31 13:04:35 2011 +0000 Update the NEWS file NEWS | 35 +++++++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit ef36d7cbccbd9225f2a16328522c1cbf3d0befd0 Author: Emmanuele Bassi @@ -186,7 +186,7 @@ Date: Mon Jan 31 12:51:14 2011 +0000 call it. clutter/clutter-actor.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit e32253508de412c3d91c55e73e099ddcc38e1082 Author: Emmanuele Bassi @@ -198,7 +198,7 @@ Date: Mon Jan 31 12:50:25 2011 +0000 third party code. The documentation should really make it clear. clutter/clutter-actor.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit e0580127f8f3510c2a8b4d2906c66835ac7bc5a5 Author: Emmanuele Bassi @@ -206,8 +206,8 @@ Date: Mon Jan 31 12:28:03 2011 +0000 docs: Update release notes for 1.6 - README | 90 +++++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 67 insertions(+), 23 deletions(-) + README | 90 +++++++++++++++++++++++++++++++++++++++++++++++----------------- + 1 file changed, 67 insertions(+), 23 deletions(-) commit f63158c2a2c27e7d4a264caf994f799a38fb6398 Author: Elliot Smith @@ -219,7 +219,7 @@ Date: Mon Jan 31 12:18:58 2011 +0000 get a stage instance, so use that instead. doc/cookbook/examples/actors-composite-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3f64137a7937498ea4982edf9c1fb133fe9321e4 Author: Elliot Smith @@ -232,7 +232,7 @@ Date: Mon Jan 31 11:06:01 2011 +0000 sensible. doc/cookbook/examples/actors-composite-main.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5530c5e2ec9605722e7f65b60b73e8fe396e6c39 Author: Elliot Smith @@ -244,7 +244,7 @@ Date: Mon Jan 31 11:05:27 2011 +0000 place to store other state variables for the instance. doc/cookbook/examples/cb-button.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 08f5dc08d0e11e2f03b3a9c8889222a584cbe0e7 Author: Elliot Smith @@ -261,7 +261,7 @@ Date: Mon Jan 31 10:53:52 2011 +0000 Also general tidy up of language and style. doc/cookbook/actors.xml | 220 ++++++++++++++++++++++++++++++++++++----------- - 1 files changed, 170 insertions(+), 50 deletions(-) + 1 file changed, 170 insertions(+), 50 deletions(-) commit 238fd52c4b0660ac61b3ae125f3eef8f71b0f6b0 Author: Elliot Smith @@ -273,8 +273,8 @@ Date: Fri Jan 28 17:09:24 2011 +0000 the order Clutter uses them, and the order they are explained in the recipe. - doc/cookbook/examples/cb-button.c | 99 ++++++++++++++++-------------------- - 1 files changed, 44 insertions(+), 55 deletions(-) + doc/cookbook/examples/cb-button.c | 99 +++++++++++++++++-------------------- + 1 file changed, 44 insertions(+), 55 deletions(-) commit 6934b3645164b5e2a4d4c3da5ed99fe93bb9a95d Author: Elliot Smith @@ -288,7 +288,7 @@ Date: Fri Jan 28 16:43:22 2011 +0000 applying to the single child actor it is composed from. doc/cookbook/examples/cb-button.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 00deb59a9daa45558753810fcc18c738f61b0a6e Author: Elliot Smith @@ -302,8 +302,8 @@ Date: Fri Jan 28 11:49:08 2011 +0000 unnecessary; leave full discussion for the Discussion section instead of trying to cram it in around the code example. - doc/cookbook/actors.xml | 103 +++++++++++++++------------------------------- - 1 files changed, 34 insertions(+), 69 deletions(-) + doc/cookbook/actors.xml | 103 ++++++++++++++++------------------------------- + 1 file changed, 34 insertions(+), 69 deletions(-) commit 5f676ce3253f4e6f5ac07a1c1099d17e8384d5ee Author: Elliot Smith @@ -315,7 +315,7 @@ Date: Fri Jan 28 11:39:26 2011 +0000 signals enums. doc/cookbook/examples/cb-button.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 18b90f100c259db2e5ef19874277b3d5d50791f0 Author: Elliot Smith @@ -328,7 +328,7 @@ Date: Fri Jan 28 11:36:20 2011 +0000 functions. doc/cookbook/examples/actors-composite-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 951f13bb8dc2ead8fe3fd3a6f2fede2618c57a19 Author: Elliot Smith @@ -341,7 +341,7 @@ Date: Fri Jan 28 11:35:14 2011 +0000 on the basis of the composed actor's size, plus some padding. doc/cookbook/examples/cb-button.c | 67 +++++++++++++++++++++++++++++++++++-- - 1 files changed, 64 insertions(+), 3 deletions(-) + 1 file changed, 64 insertions(+), 3 deletions(-) commit 2adc224f0e701648ff0f08ed80317f4b3d4109df Author: Elliot Smith @@ -350,7 +350,7 @@ Date: Wed Jan 26 11:22:07 2011 +0000 docs: Add recipe for creating a custom ClutterActor with composition doc/cookbook/actors.xml | 190 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 189 insertions(+), 1 deletions(-) + 1 file changed, 189 insertions(+), 1 deletion(-) commit 7059be499ab8c31bcc9825f823587d05410f186a Author: Elliot Smith @@ -362,7 +362,7 @@ Date: Fri Jan 28 11:13:47 2011 +0000 and variables in the composite actor example, particularly around GObject implementation. - doc/cookbook/examples/cb-button.c | 69 ++++++++++++++++++++++++++++++++---- + doc/cookbook/examples/cb-button.c | 69 ++++++++++++++++++++++++++++++++----- doc/cookbook/examples/cb-button.h | 11 ++++++ 2 files changed, 72 insertions(+), 8 deletions(-) @@ -389,7 +389,7 @@ Date: Tue Jan 25 11:36:13 2011 +0000 should be documented. doc/cookbook/examples/cb-button.c | 65 +++++++++++++++++++++++++++++++------ - 1 files changed, 55 insertions(+), 10 deletions(-) + 1 file changed, 55 insertions(+), 10 deletions(-) commit 8a5967f0cc4ca2ce2b4e8869f4a0ec3bdee07912 Author: Elliot Smith @@ -400,8 +400,8 @@ Date: Fri Jan 21 16:43:03 2011 +0000 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/actors-composite-main.c | 79 +++++++ doc/cookbook/examples/cb-button.c | 287 +++++++++++++++++++++++++ - doc/cookbook/examples/cb-button.h | 72 ++++++ - 4 files changed, 440 insertions(+), 0 deletions(-) + doc/cookbook/examples/cb-button.h | 72 +++++++ + 4 files changed, 440 insertions(+) commit b820e3940681e4a08ec4985bb13c7f53faf657d4 Author: Emmanuele Bassi @@ -416,7 +416,7 @@ Date: Sun Jan 30 23:00:00 2011 +0000 and ignore the Shift mask. clutter/clutter-text.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9be4cfe8a9eef6a7a15c7100731a199f9348e73b Author: Emmanuele Bassi @@ -429,7 +429,7 @@ Date: Fri Jan 28 18:05:06 2011 +0000 member is changed, instead of iterating over every stage handled by the global ClutterStageManager singleton. - clutter/glx/clutter-backend-glx.c | 7 ++++- + clutter/glx/clutter-backend-glx.c | 7 ++++-- clutter/x11/clutter-stage-x11.c | 49 ++++++++++++++++++++++++------------- 2 files changed, 37 insertions(+), 19 deletions(-) @@ -445,7 +445,7 @@ Date: Fri Jan 28 17:25:43 2011 +0000 mapping array. clutter/win32/clutter-event-win32.c | 31 ++++++++++++++++++++----------- - 1 files changed, 20 insertions(+), 11 deletions(-) + 1 file changed, 20 insertions(+), 11 deletions(-) commit 82d1e5a6ee081cf462999ea04fbd51cdb91f70c9 Author: Emmanuele Bassi @@ -472,7 +472,7 @@ Date: Thu Jan 27 17:26:16 2011 +0000 clutter/clutter-input-device.c | 152 +++++++++---------------- clutter/clutter-main.c | 90 +++++++++++---- clutter/clutter-stage-private.h | 8 ++ - clutter/clutter-stage.c | 48 ++++++++- + clutter/clutter-stage.c | 48 +++++++- clutter/win32/clutter-event-win32.c | 19 +++- clutter/x11/clutter-device-manager-core-x11.c | 45 ++++---- clutter/x11/clutter-device-manager-xi2.c | 32 +++--- @@ -510,7 +510,7 @@ Date: Wed Jan 26 12:44:03 2011 +0000 will just clutter up the log. clutter/x11/clutter-stage-x11.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit acf51259d2057b412d1d32fa8246fd14c9ddb66f Author: Emmanuele Bassi @@ -545,7 +545,7 @@ Date: Fri Jan 28 18:11:38 2011 +0000 behaviour when testing the conversion to and from a Cairo path. tests/conform/test-path.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit e7519a149beb78b92ab8e5b2d315fbab3102dbc2 Author: Neil Roberts @@ -564,7 +564,7 @@ Date: Tue Jan 25 15:53:35 2011 +0000 for size changes. clutter/x11/clutter-stage-x11.c | 134 ++++++++++++++++++++------------------- - 1 files changed, 69 insertions(+), 65 deletions(-) + 1 file changed, 69 insertions(+), 65 deletions(-) commit dc6f6d6445a1fb9090ce63947218578b969c8718 Author: Rob Bradford @@ -575,7 +575,7 @@ Date: Mon Jan 24 18:41:49 2011 +0000 Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2530 clutter/clutter-animator.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 5593792a40850b6a8f96afa91745115191a45c67 Author: Emmanuele Bassi @@ -588,7 +588,7 @@ Date: Wed Jan 26 10:32:42 2011 +0000 and include it unconditionally. clutter/x11/clutter-device-manager-xi2.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 5329c986947d08fd724585d8eac61f8e0b0553b5 Author: Emmanuele Bassi @@ -636,7 +636,7 @@ Date: Mon Jan 24 18:42:28 2011 +0000 src layer vs the destination layer. clutter/cogl/cogl/cogl-pipeline.c | 27 ++++++++++++++------------- - 1 files changed, 14 insertions(+), 13 deletions(-) + 1 file changed, 14 insertions(+), 13 deletions(-) commit bca39776d3080c180cdcf6698a54ee2c25bb5383 Author: Robert Bragg @@ -672,7 +672,7 @@ Date: Fri Jan 21 19:05:23 2011 +0000 logging across framebuffer changes. clutter/cogl/cogl/cogl-framebuffer.c | 26 ++++++++++++++++++++++---- - 1 files changed, 22 insertions(+), 4 deletions(-) + 1 file changed, 22 insertions(+), 4 deletions(-) commit 4609770bb9faa4dc74ddd0f25e099ff46b91e258 Author: Neil Roberts @@ -688,7 +688,7 @@ Date: Mon Jan 24 17:32:06 2011 +0000 wrong place. clutter/cogl/cogl/cogl-clip-stack.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 6102f802449d22d543621532b543d6879fdb1925 Author: Neil Roberts @@ -705,7 +705,7 @@ Date: Mon Jan 24 17:17:16 2011 +0000 so it can be used to test stencil and clip plane clipping. tests/interactive/test-clip.c | 41 ++++++++++++++++++++++++++++++++++------- - 1 files changed, 34 insertions(+), 7 deletions(-) + 1 file changed, 34 insertions(+), 7 deletions(-) commit 5137d0a23f19ce461f178596b687479bd62d8522 Author: Neil Roberts @@ -722,7 +722,7 @@ Date: Mon Jan 24 16:36:56 2011 +0000 clutter/cogl/cogl/cogl-debug.c | 3 ++- clutter/cogl/cogl/cogl-debug.h | 1 + clutter/cogl/cogl/cogl-journal.c | 2 ++ - 5 files changed, 22 insertions(+), 1 deletions(-) + 5 files changed, 22 insertions(+), 1 deletion(-) commit 35a2d79e462c2d27e462f0e614c475cce17b883b Author: Neil Roberts @@ -741,8 +741,8 @@ Date: Mon Jan 24 14:28:00 2011 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 2 +- clutter/cogl/cogl/cogl-attribute.c | 8 +- - clutter/cogl/cogl/cogl-blend-string.c | 14 ++-- - clutter/cogl/cogl/cogl-context.c | 10 +- + clutter/cogl/cogl/cogl-blend-string.c | 14 +-- + clutter/cogl/cogl/cogl-context.c | 10 +-- clutter/cogl/cogl/cogl-debug.c | 85 ++++++++++++++---- clutter/cogl/cogl/cogl-debug.h | 105 +++++++++++++++-------- clutter/cogl/cogl/cogl-framebuffer.c | 4 +- @@ -792,7 +792,7 @@ Date: Thu Jan 13 18:24:22 2011 +0000 adding more builtin uniforms. clutter/cogl/cogl/cogl-pipeline-progend-glsl.c | 134 ++++++++++++++---------- - 1 files changed, 77 insertions(+), 57 deletions(-) + 1 file changed, 77 insertions(+), 57 deletions(-) commit 9ff04e8a998af90891996fe8c2a4439e5736e4f4 Author: Neil Roberts @@ -807,8 +807,8 @@ Date: Wed Jan 12 13:47:55 2011 +0000 from the fragment shader, but for other builtins such as the lighting material properties it makes sense. - clutter/cogl/cogl/cogl-shader-boilerplate.h | 31 ++++++++++++++------------ - 1 files changed, 17 insertions(+), 14 deletions(-) + clutter/cogl/cogl/cogl-shader-boilerplate.h | 31 +++++++++++++++------------ + 1 file changed, 17 insertions(+), 14 deletions(-) commit e8d5be0ba79eef766fff723012c5d1994da84b4c Author: Neil Roberts @@ -844,7 +844,7 @@ Date: Mon Jan 24 11:29:59 2011 +0000 paint. clutter/clutter-timeline.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b917285e24a355d38678b4a1cdce9e572ac34c14 Author: Emmanuele Bassi @@ -855,11 +855,11 @@ Date: Mon Jan 24 10:51:06 2011 +0000 configure.ac | 2 +- po/clutter-1.0.pot | 445 ++++++++++++++++++++++++++++----------------------- po/de.po | 445 ++++++++++++++++++++++++++++----------------------- - po/fr.po | 449 +++++++++++++++++++++++++++++----------------------- + po/fr.po | 449 ++++++++++++++++++++++++++++----------------------- po/id.po | 450 +++++++++++++++++++++++++++++----------------------- po/it.po | 450 +++++++++++++++++++++++++++++----------------------- po/pl.po | 450 +++++++++++++++++++++++++++++----------------------- - po/zh_CN.po | 449 +++++++++++++++++++++++++++++----------------------- + po/zh_CN.po | 449 ++++++++++++++++++++++++++++----------------------- 8 files changed, 1731 insertions(+), 1409 deletions(-) commit 3e05d2df8de5ded545393994aff29ef9a8f7a0c5 @@ -879,7 +879,7 @@ Date: Fri Jan 21 20:46:09 2011 +0000 Update the NEWS file NEWS | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 6bffd407fd4f4d4d5b5c5f5ef6d9b43c44b7fe03 Author: Bastian Winkler @@ -893,8 +893,8 @@ Date: Fri Jan 21 14:50:44 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2528 - clutter/clutter-model.c | 210 ++++++++++++++++++++++++++++++------ - tests/conform/test-model.c | 35 ++++++ + clutter/clutter-model.c | 210 ++++++++++++++++++++++++++++++------- + tests/conform/test-model.c | 35 +++++++ tests/data/test-script-model.json | 8 ++ 3 files changed, 218 insertions(+), 35 deletions(-) @@ -911,7 +911,7 @@ Date: Wed Jan 12 13:09:52 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2528 clutter/clutter-script-parser.c | 23 +++++++++++++++-------- - 1 files changed, 15 insertions(+), 8 deletions(-) + 1 file changed, 15 insertions(+), 8 deletions(-) commit 8e1c1909f80b4513154a3dfd8980160f94ec036f Author: Bastian Winkler @@ -938,7 +938,7 @@ Date: Sat Jan 22 12:51:31 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2526 clutter/clutter-model.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 86c786aaad28e439146af4a93f787163e96bab6d Merge: 8a58677 b7d26b2 @@ -982,7 +982,7 @@ Date: Fri Jan 21 18:43:35 2011 +0000 x11 tfp backend. This was causing crashes in test-pixmap. clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1973168bbaa133215df73eaeeef25c6dcc0d6a07 Author: Robert Bragg @@ -995,7 +995,7 @@ Date: Fri Jan 21 17:38:14 2011 +0000 framebuffers. clutter/cogl/cogl/cogl-journal.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit f9d4846d6acc493b9fd52d627a82a0302d507a17 Author: Robert Bragg @@ -1007,7 +1007,7 @@ Date: Fri Jan 21 17:28:34 2011 +0000 get apps crashing when they create their first framebuffer. clutter/cogl/cogl/cogl-context.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 326c51630492ab13a2e584f9efb0dc5673966c0e Author: Robert Bragg @@ -1030,7 +1030,7 @@ Date: Thu Jan 20 19:31:53 2011 +0000 clutter/cogl/cogl/cogl-journal.c | 117 +- clutter/cogl/cogl/cogl-path-private.h | 4 +- .../cogl/cogl/cogl-pipeline-progend-glsl-private.h | 2 +- - clutter/cogl/cogl/cogl-primitive.c | 309 +++--- + clutter/cogl/cogl/cogl-primitive.c | 309 +++-- clutter/cogl/cogl/cogl-primitive.h | 26 +- clutter/cogl/cogl/cogl-primitives.c | 84 +- clutter/cogl/cogl/cogl-types.h | 22 + @@ -1055,7 +1055,7 @@ Date: Thu Jan 20 18:51:24 2011 +0000 This adds an include for the cogl-bitmap section to cogl-docs.xml.in doc/reference/cogl/cogl-docs.xml.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b3775a75640ae2be0cef489c69d7e4213f170cb9 Author: Robert Bragg @@ -1070,10 +1070,10 @@ Date: Thu Jan 20 12:29:49 2011 +0000 CoglVertexP2T2. This switches them all to follow the postfix naming style. - clutter/cogl/cogl/cogl-primitive.c | 96 ++++++++++++++-------------- + clutter/cogl/cogl/cogl-primitive.c | 96 ++++++++++++++--------------- clutter/cogl/cogl/cogl-primitive.h | 80 ++++++++++++------------ clutter/cogl/cogl/cogl-vertex-attribute.c | 20 +++--- - tests/conform/test-cogl-primitive.c | 16 +++--- + tests/conform/test-cogl-primitive.c | 16 ++--- 4 files changed, 106 insertions(+), 106 deletions(-) commit 3f9e8591671d0c81d5d4034f0895bca3f98cb4c0 @@ -1091,7 +1091,7 @@ Date: Thu Jan 20 18:30:55 2011 +0000 CLUTTER_SHOW_FPS=1 instead. tests/micro-bench/test-picking.c | 38 +++++++++++++++----------------------- - 1 files changed, 15 insertions(+), 23 deletions(-) + 1 file changed, 15 insertions(+), 23 deletions(-) commit 9a663d8e4106e43f8f214b7fdded555ee408cf28 Author: Robert Bragg @@ -1107,7 +1107,7 @@ Date: Thu Jan 20 14:41:51 2011 +0000 clutter/cogl/cogl/cogl-debug-options.h | 7 +++- clutter/cogl/cogl/cogl-debug.c | 3 +- - clutter/cogl/cogl/cogl-debug.h | 61 ++++++++++++++++--------------- + clutter/cogl/cogl/cogl-debug.h | 61 ++++++++++++++++---------------- clutter/cogl/cogl/cogl-framebuffer.c | 3 ++ clutter/cogl/cogl/cogl-journal.c | 3 ++ 5 files changed, 45 insertions(+), 32 deletions(-) @@ -1157,7 +1157,7 @@ Date: Wed Jan 12 22:12:41 2011 +0000 clutter/clutter-main.c | 3 - clutter/cogl/cogl/cogl-framebuffer-private.h | 27 + - clutter/cogl/cogl/cogl-framebuffer.c | 196 +++++++- + clutter/cogl/cogl/cogl-framebuffer.c | 196 ++++++- clutter/cogl/cogl/cogl-journal-private.h | 20 + clutter/cogl/cogl/cogl-journal.c | 710 +++++++++++++++++++------- clutter/cogl/cogl/cogl-vertex-attribute.c | 7 + @@ -1179,8 +1179,8 @@ Date: Tue Jan 18 16:37:01 2011 +0000 ensures we take a temporary copy of the current input point when transforming. - clutter/cogl/cogl/cogl-matrix.c | 136 +++++++++++++++++++------------------- - 1 files changed, 68 insertions(+), 68 deletions(-) + clutter/cogl/cogl/cogl-matrix.c | 136 +++++++++++++++++++-------------------- + 1 file changed, 68 insertions(+), 68 deletions(-) commit 23ed01d4e933da803bb7bbe4d0439de0824532c1 Author: Robert Bragg @@ -1198,7 +1198,7 @@ Date: Thu Jan 13 14:29:46 2011 +0000 clutter/cogl/cogl/Makefile.am | 2 + clutter/cogl/cogl/cogl-point-in-poly-private.h | 40 ++++++++++++++ clutter/cogl/cogl/cogl-point-in-poly.c | 69 ++++++++++++++++++++++++ - 3 files changed, 111 insertions(+), 0 deletions(-) + 3 files changed, 111 insertions(+) commit 142b229c5c2684f94af32358d1401b61aa3019aa Author: Robert Bragg @@ -1227,7 +1227,7 @@ Date: Wed Jan 12 22:06:58 2011 +0000 clutter/osx/clutter-stage-osx.c | 1 + clutter/wayland/clutter-stage-wayland.c | 2 ++ clutter/win32/clutter-backend-win32.c | 5 ++++- - 10 files changed, 31 insertions(+), 1 deletions(-) + 10 files changed, 31 insertions(+), 1 deletion(-) commit e150f474b3e9e58565dc894b4ae9234406d90675 Author: Robert Bragg @@ -1270,8 +1270,8 @@ Date: Wed Jan 12 19:13:45 2011 +0000 path handled on the CPU which will need to track the currently valid extents of the last call to cogl_clear() - clutter/cogl/cogl/cogl-clip-stack.c | 45 ++++++++++++++++++++++++---------- - clutter/cogl/cogl/cogl-clip-stack.h | 7 +++++ + clutter/cogl/cogl/cogl-clip-stack.c | 45 +++++++++++++++++++++++++---------- + clutter/cogl/cogl/cogl-clip-stack.h | 7 ++++++ 2 files changed, 39 insertions(+), 13 deletions(-) commit f834596fd42b26d471a80cfec08c0d6e8c53f39a @@ -1295,15 +1295,15 @@ Date: Thu Jan 6 13:25:45 2011 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 22 ++-- clutter/cogl/cogl/cogl-clip-state.c | 5 +- - clutter/cogl/cogl/cogl-context.c | 6 - + clutter/cogl/cogl/cogl-context.c | 6 -- clutter/cogl/cogl/cogl-context.h | 12 +-- - clutter/cogl/cogl/cogl-framebuffer-private.h | 23 ++++ - clutter/cogl/cogl/cogl-framebuffer.c | 111 ++++++++++++++++++--- + clutter/cogl/cogl/cogl-framebuffer-private.h | 23 +++++ + clutter/cogl/cogl/cogl-framebuffer.c | 111 +++++++++++++++++--- clutter/cogl/cogl/cogl-journal-private.h | 19 +++- - clutter/cogl/cogl/cogl-journal.c | 140 +++++++++++++++++-------- + clutter/cogl/cogl/cogl-journal.c | 140 +++++++++++++++++--------- clutter/cogl/cogl/cogl-pipeline-private.h | 3 + clutter/cogl/cogl/cogl-pipeline.c | 7 +- - clutter/cogl/cogl/cogl-primitives.c | 9 ++- + clutter/cogl/cogl/cogl-primitives.c | 9 +- clutter/cogl/cogl/cogl-sub-texture.c | 3 +- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- clutter/cogl/cogl/cogl-texture-2d.c | 2 +- @@ -1363,7 +1363,7 @@ Date: Wed Jan 5 15:30:04 2011 +0000 clutter/cogl/cogl/cogl-framebuffer-private.h | 20 +++++ clutter/cogl/cogl/cogl-framebuffer.c | 103 ++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl.c | 66 +--------------- + clutter/cogl/cogl/cogl.c | 66 +---------------- clutter/cogl/cogl/cogl2-path.c | 4 +- 4 files changed, 129 insertions(+), 64 deletions(-) @@ -1377,7 +1377,7 @@ Date: Fri Jan 21 15:27:56 2011 +0000 play nicely with having statements after the block. Let's fix that. tests/interactive/test-devices.c | 31 ++++++++++++++++--------------- - 1 files changed, 16 insertions(+), 15 deletions(-) + 1 file changed, 16 insertions(+), 15 deletions(-) commit e46571d63911df23cb25fb0b3fcfe5e86f50d81b Author: Emmanuele Bassi @@ -1389,7 +1389,7 @@ Date: Fri Jan 21 15:26:52 2011 +0000 ignore their events because they lack the stage pointer. clutter/x11/clutter-device-manager-xi2.c | 51 ++++++++++++++++++++---------- - 1 files changed, 34 insertions(+), 17 deletions(-) + 1 file changed, 34 insertions(+), 17 deletions(-) commit 516366d7691128e9f2138781bcc144cd628b110f Author: Emmanuele Bassi @@ -1400,7 +1400,7 @@ Date: Fri Jan 21 15:14:11 2011 +0000 Try to avoid duplication of variables and blocks. clutter/clutter-event.c | 46 +++++++++++++++++++++------------------------- - 1 files changed, 21 insertions(+), 25 deletions(-) + 1 file changed, 21 insertions(+), 25 deletions(-) commit 7a339d1663b94e4cbc07ffa8a8c3bf0a47d84cae Author: Emmanuele Bassi @@ -1411,7 +1411,7 @@ Date: Fri Jan 21 14:12:19 2011 +0000 Otherwise we'll get a nice realloc() error from glibc. clutter/clutter-input-device.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4ab8a3f0c16b82d4f223de869e1b87279dcff272 Author: Emmanuele Bassi @@ -1424,7 +1424,7 @@ Date: Fri Jan 21 11:43:00 2011 +0000 non-default one. clutter/clutter-stage.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 0e993469155516dde673292bafe72d1c8308e27f Author: Emmanuele Bassi @@ -1437,7 +1437,7 @@ Date: Fri Jan 21 11:41:36 2011 +0000 so that we can actually support hotplugging and device changes. clutter/x11/clutter-device-manager-xi2.c | 32 ++++++++---- - tests/interactive/test-devices.c | 83 ++++++++++++++++++++++++++--- + tests/interactive/test-devices.c | 83 ++++++++++++++++++++++++++---- 2 files changed, 95 insertions(+), 20 deletions(-) commit 7514f5fe92844a57d33a4811fd20687bbb391c8b @@ -1513,9 +1513,9 @@ Date: Wed Jan 19 16:34:49 2011 +0000 Always use _clutter_event_push() instead. clutter/egl/clutter-event-tslib.c | 2 +- - clutter/evdev/clutter-device-manager-evdev.c | 5 +--- - clutter/wayland/clutter-input-device-wayland.c | 26 ++++++----------------- - clutter/win32/clutter-event-win32.c | 6 +---- + clutter/evdev/clutter-device-manager-evdev.c | 5 +---- + clutter/wayland/clutter-input-device-wayland.c | 26 +++++++----------------- + clutter/win32/clutter-event-win32.c | 6 +----- 4 files changed, 10 insertions(+), 29 deletions(-) commit 400ecdfc81d19ab27cbc7a4f416b6fc109556ebf @@ -1525,7 +1525,7 @@ Date: Wed Jan 19 16:34:37 2011 +0000 win32: Update DeviceManager device creation clutter/win32/clutter-device-manager-win32.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 73cf6bd52c282acc1cdb67724d2b55d3f822f7ef Author: Emmanuele Bassi @@ -1545,10 +1545,10 @@ Date: Wed Jan 19 16:23:45 2011 +0000 automatically discard events coming from disabled devices. clutter/clutter-device-manager-private.h | 3 +- - clutter/clutter-event.c | 9 +++ + clutter/clutter-event.c | 9 ++++ clutter/clutter-input-device.c | 66 +++++++++++++++++++++++++ - clutter/clutter-input-device.h | 3 + - clutter/x11/clutter-device-manager-core-x11.c | 3 + + clutter/clutter-input-device.h | 3 ++ + clutter/x11/clutter-device-manager-core-x11.c | 3 ++ clutter/x11/clutter-device-manager-xi2.c | 10 +++- tests/interactive/test-devices.c | 10 +++- 7 files changed, 100 insertions(+), 4 deletions(-) @@ -1562,7 +1562,7 @@ Date: Wed Jan 19 15:17:34 2011 +0000 The events directed to the stage should be translated by the stage. clutter/egl/clutter-backend-egl.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit d3ed3d3a7b3950160a3351d54e766628fd916ad8 Author: Emmanuele Bassi @@ -1573,7 +1573,7 @@ Date: Wed Jan 19 13:54:27 2011 +0000 Even for internal API. clutter/clutter-input-device.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 50e52f550a14e86a689673ce898970337cc46e8b Author: Emmanuele Bassi @@ -1595,7 +1595,7 @@ Date: Wed Jan 19 13:52:33 2011 +0000 test-devices: Clean up and show axes data tests/interactive/test-devices.c | 106 +++++++++++++++++++++++++++++++++----- - 1 files changed, 92 insertions(+), 14 deletions(-) + 1 file changed, 92 insertions(+), 14 deletions(-) commit d078fe09301db384b7a465b86ad83dab860576b4 Author: Emmanuele Bassi @@ -1607,7 +1607,7 @@ Date: Tue Jan 18 22:31:14 2011 +0000 Event data from the source event to the target event structure. clutter/clutter-event.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 405e611279321ebe293e02b4507899355f49cc64 Author: Emmanuele Bassi @@ -1619,7 +1619,7 @@ Date: Tue Jan 18 22:30:21 2011 +0000 the axis data from XI2 to the Clutter event. clutter/x11/clutter-device-manager-xi2.c | 30 +++++++++++++++++++----------- - 1 files changed, 19 insertions(+), 11 deletions(-) + 1 file changed, 19 insertions(+), 11 deletions(-) commit dd5f6ca7e1b5042beca6363109424565a7d8223b Author: Emmanuele Bassi @@ -1631,9 +1631,9 @@ Date: Tue Jan 18 17:33:22 2011 +0000 properties set on construction. clutter/clutter-input-device.c | 38 ++++++++++++++++++++++++++++ - clutter/clutter-input-device.h | 2 + - doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 42 insertions(+), 0 deletions(-) + clutter/clutter-input-device.h | 2 ++ + doc/reference/clutter/clutter-sections.txt | 2 ++ + 3 files changed, 42 insertions(+) commit ad06f1b20fcac9167f456ba21674d8f7a2c0cd3b Author: Emmanuele Bassi @@ -1642,7 +1642,7 @@ Date: Tue Jan 18 16:57:14 2011 +0000 docs: Update API reference doc/reference/clutter/clutter-sections.txt | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 333ca35ceca739388be36cf48514fcb68f3b7aef Author: Emmanuele Bassi @@ -1654,8 +1654,8 @@ Date: Tue Jan 18 16:55:14 2011 +0000 axis type out of the array of axis values attached to events. clutter/clutter-input-device.c | 47 ++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-input-device.h | 4 +++ - 2 files changed, 51 insertions(+), 0 deletions(-) + clutter/clutter-input-device.h | 4 ++++ + 2 files changed, 51 insertions(+) commit d805237c313f5e2ce85b93fd167569c25b702163 Author: Emmanuele Bassi @@ -1668,8 +1668,8 @@ Date: Tue Jan 18 16:54:12 2011 +0000 extracting that data. clutter/clutter-event.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-event.h | 2 + - 2 files changed, 59 insertions(+), 0 deletions(-) + clutter/clutter-event.h | 2 ++ + 2 files changed, 59 insertions(+) commit 431200f40dad93bcaeff76ad34f3fdd431d5a8f2 Author: Emmanuele Bassi @@ -1680,12 +1680,12 @@ Date: Tue Jan 18 16:13:26 2011 +0000 Allow retrieving the number of keys and axes, since we provide the API to iterate over them both. - clutter/clutter-device-manager-private.h | 2 - - clutter/clutter-input-device.c | 30 +++++++++++++++++++++----- - clutter/clutter-input-device.h | 3 ++ + clutter/clutter-device-manager-private.h | 2 -- + clutter/clutter-input-device.c | 30 +++++++++++++++++++++------ + clutter/clutter-input-device.h | 3 +++ clutter/x11/clutter-device-manager-xi2.c | 2 +- - clutter/x11/clutter-input-device-core-x11.c | 3 +- - doc/reference/clutter/clutter-sections.txt | 10 +++++++- + clutter/x11/clutter-input-device-core-x11.c | 3 +-- + doc/reference/clutter/clutter-sections.txt | 10 +++++++-- 6 files changed, 37 insertions(+), 13 deletions(-) commit b662a070f2c5ebe2af479fd0290745ad923b3c42 @@ -1695,7 +1695,7 @@ Date: Tue Jan 18 15:42:02 2011 +0000 docs: Update dependencies in README README | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a869e0718331737a1126da861222f7b0162fcce Author: Emmanuele Bassi @@ -1709,7 +1709,7 @@ Date: Tue Jan 18 14:16:11 2011 +0000 chaining up and using the internal API will suffice. clutter/egl/clutter-stage-egl.c | 108 +++------------------------------------ - 1 files changed, 8 insertions(+), 100 deletions(-) + 1 file changed, 8 insertions(+), 100 deletions(-) commit a3102a777ead15f7ba4b671bd25fd642762fec57 Author: Emmanuele Bassi @@ -1722,9 +1722,9 @@ Date: Tue Jan 18 14:09:04 2011 +0000 clutter/clutter-input-device.c | 37 +++++++++++++ clutter/clutter-input-device.h | 29 ++++++++++ clutter/clutter-private.h | 4 ++ - clutter/x11/clutter-device-manager-xi2.c | 39 ++++++++++---- + clutter/x11/clutter-device-manager-xi2.c | 39 +++++++++---- doc/reference/clutter/Makefile.am | 1 + - doc/reference/clutter/clutter-sections.txt | 12 ++++- + doc/reference/clutter/clutter-sections.txt | 12 +++- 8 files changed, 194 insertions(+), 11 deletions(-) commit fa3c5a28a7b82d817ae7b83a058158a101e1e4b0 @@ -1753,7 +1753,7 @@ Date: Tue Jan 18 13:08:09 2011 +0000 So long, event_translate(); and thanks for all the fish. clutter/x11/clutter-event-x11.c | 869 --------------------------------------- - 1 files changed, 0 insertions(+), 869 deletions(-) + 1 file changed, 869 deletions(-) commit c044e44dc798a4afede519abe430ff6a20bd745d Author: Emmanuele Bassi @@ -1762,7 +1762,7 @@ Date: Tue Jan 18 13:07:36 2011 +0000 device/x11: Use similar core for axis translation as XI2 clutter/x11/clutter-input-device-core-x11.c | 39 +++++++++++++-------------- - 1 files changed, 19 insertions(+), 20 deletions(-) + 1 file changed, 19 insertions(+), 20 deletions(-) commit c9c6236d3786ed3f69f170b02523e08a91b7f644 Author: Emmanuele Bassi @@ -1774,7 +1774,7 @@ Date: Tue Jan 18 13:05:46 2011 +0000 comparisons with TRUE or FALSE. clutter/x11/clutter-stage-x11.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit ee15d0d2d01a02e426cbb8c340738e4f8411fc4f Author: Emmanuele Bassi @@ -1785,7 +1785,7 @@ Date: Tue Jan 18 13:05:17 2011 +0000 clutter/x11/clutter-input-device-core-x11.h | 23 +++++++++++++++++++++++ clutter/x11/clutter-input-device-xi2.c | 23 +++++++++++++++++++++++ clutter/x11/clutter-input-device-xi2.h | 23 +++++++++++++++++++++++ - 3 files changed, 69 insertions(+), 0 deletions(-) + 3 files changed, 69 insertions(+) commit 2cb0077f7d7260109f0974d260cb4ed63ade6e9e Author: Emmanuele Bassi @@ -1798,7 +1798,7 @@ Date: Tue Jan 18 13:03:07 2011 +0000 everything else, we return NULL. clutter/x11/clutter-device-manager-xi2.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 9c48486d7ac73aa55b69a70cf1ef7009a0af2a09 Author: Emmanuele Bassi @@ -1810,7 +1810,7 @@ Date: Tue Jan 18 13:02:15 2011 +0000 for that: we don't need to implement the DeviceManager virtual as well. clutter/x11/clutter-device-manager-xi2.c | 18 ++---------------- - 1 files changed, 2 insertions(+), 16 deletions(-) + 1 file changed, 2 insertions(+), 16 deletions(-) commit 0075c45ca49569988fb6b8f1b4a60cd4e77be287 Author: Emmanuele Bassi @@ -1822,7 +1822,7 @@ Date: Tue Jan 18 13:01:27 2011 +0000 that we return in get_devices(), so that it gets repopulated. clutter/x11/clutter-device-manager-xi2.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit de93f721c1314321bf78acec2f50d5a481210ec9 Author: Emmanuele Bassi @@ -1846,8 +1846,8 @@ Date: Tue Jan 18 12:57:50 2011 +0000 XIQueryVersion() is XI2 API. - clutter/x11/clutter-backend-x11.c | 43 +++++++++++++++++++++++++++--------- - 1 files changed, 32 insertions(+), 11 deletions(-) + clutter/x11/clutter-backend-x11.c | 43 +++++++++++++++++++++++++++---------- + 1 file changed, 32 insertions(+), 11 deletions(-) commit caf359d8c9a110797e9ad64a7cb3600b7b964275 Author: Emmanuele Bassi @@ -1867,10 +1867,10 @@ Date: Mon Jan 17 17:01:58 2011 +0000 Don't use a signal, use a virtual function. - clutter/clutter-device-manager-private.h | 4 +++ - clutter/clutter-input-device.c | 28 ++++---------------------- - clutter/x11/clutter-input-device-core-x11.c | 5 +-- - clutter/x11/clutter-input-device-xi2.c | 5 +-- + clutter/clutter-device-manager-private.h | 4 ++++ + clutter/clutter-input-device.c | 28 +++++---------------------- + clutter/x11/clutter-input-device-core-x11.c | 5 ++--- + clutter/x11/clutter-input-device-xi2.c | 5 ++--- 4 files changed, 13 insertions(+), 29 deletions(-) commit 2777c52f2759513c8e4b66e474ed2da587bd5de5 @@ -1901,7 +1901,7 @@ Date: Mon Jan 17 16:42:18 2011 +0000 decided by the user. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1b1e77b46989ba97bfff8abdfa61df0f514a7eae Author: Emmanuele Bassi @@ -1948,7 +1948,7 @@ Date: Tue Jan 4 12:32:04 2011 +0000 clutter/clutter-device-manager.h | 1 + clutter/clutter-event-translator.c | 38 + clutter/clutter-event-translator.h | 40 + - clutter/clutter-event.c | 77 ++- + clutter/clutter-event.c | 77 +- clutter/clutter-event.h | 51 -- clutter/clutter-input-device.c | 476 ++++++++++- clutter/clutter-input-device.h | 57 +- @@ -1974,7 +1974,7 @@ Date: Tue Jan 4 12:32:04 2011 +0000 clutter/x11/clutter-input-device-x11.h | 25 - clutter/x11/clutter-input-device-xi2.c | 161 ++++ clutter/x11/clutter-input-device-xi2.h | 22 + - clutter/x11/clutter-stage-x11.c | 552 +++++++++++++- + clutter/x11/clutter-stage-x11.c | 552 ++++++++++++- clutter/x11/clutter-stage-x11.h | 9 + configure.ac | 50 +- tests/interactive/test-devices.c | 13 + @@ -2020,7 +2020,7 @@ Date: Thu Jan 20 13:44:16 2011 +0000 Update the NEWS file NEWS | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit ef7810422764f7297f295a7c8189204de1eb4c3f Author: Emmanuele Bassi @@ -2078,7 +2078,7 @@ Date: Thu Jan 20 12:59:56 2011 +0000 been moved down to Cogl. tests/interactive/test-pixmap.c | 41 --------------------------------------- - 1 files changed, 0 insertions(+), 41 deletions(-) + 1 file changed, 41 deletions(-) commit a2d6edd4223fc18a9b3902e388ddd105db468f32 Author: Emmanuele Bassi @@ -2090,7 +2090,7 @@ Date: Wed Jan 19 18:51:01 2011 +0000 clutter-glx.h. tests/interactive/test-pixmap.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 62a0584f115f4a1cc6138c2915d90e24c69c4002 Author: Emmanuele Bassi @@ -2099,7 +2099,7 @@ Date: Wed Jan 19 17:54:28 2011 +0000 docs: Ignore clutter-config.h when scanning headers doc/reference/clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a43c5f10bb5f3273378fedecd618260b96499cff Author: Emmanuele Bassi @@ -2112,16 +2112,16 @@ Date: Wed Jan 19 14:36:30 2011 +0000 never rely on internal headers. tests/interactive/test-cogl-offscreen.c | 1 - - tests/interactive/test-cogl-primitives.c | 6 ++-- + tests/interactive/test-cogl-primitives.c | 6 ++--- tests/interactive/test-cogl-tex-convert.c | 1 - tests/interactive/test-cogl-tex-foreign.c | 1 - tests/interactive/test-cogl-tex-getset.c | 1 - tests/interactive/test-cogl-tex-polygon.c | 1 - tests/interactive/test-cogl-tex-tile.c | 1 - tests/interactive/test-cogl-vertex-buffer.c | 1 - - tests/interactive/test-paint-wrapper.c | 8 +---- - tests/interactive/test-pixmap.c | 34 ++++++++++++++++---------- - tests/interactive/test-textures.c | 4 --- + tests/interactive/test-paint-wrapper.c | 8 ++----- + tests/interactive/test-pixmap.c | 34 +++++++++++++++++---------- + tests/interactive/test-textures.c | 4 ---- 11 files changed, 26 insertions(+), 33 deletions(-) commit 94b905b9e110c671698a0cd59fa827f6ddb0a84d @@ -2148,7 +2148,7 @@ Date: Wed Jan 19 14:33:27 2011 +0000 clutter/clutter-config.h.in | 16 ++++++++++++++++ clutter/clutter.h | 2 ++ configure.ac | 30 ++++++++++++++++++++++++++++++ - 5 files changed, 54 insertions(+), 0 deletions(-) + 5 files changed, 54 insertions(+) commit 90a01b479c432310f9fcfb5fcd04e23d8fc1a92a Author: Emmanuele Bassi @@ -2157,7 +2157,7 @@ Date: Tue Jan 18 15:14:58 2011 +0000 Update the NEWS file NEWS | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit bb41cb54cbdbb21f3be26ac14c07fd1c804b4d31 Author: Chris Lord @@ -2171,7 +2171,7 @@ Date: Tue Jan 18 15:48:29 2011 +0000 timeline's signal emission. clutter/clutter-timeline.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit c61e22d06787effcd4c260a817ba4845d5eedfdb Author: Lucas Rocha @@ -2190,7 +2190,7 @@ Date: Mon Jan 17 18:28:49 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2522 clutter/clutter-drag-action.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cecc7a4bfbae6dc4891f3cd1888e85fc1148dc1a Author: Emmanuele Bassi @@ -2199,7 +2199,7 @@ Date: Tue Jan 18 14:46:02 2011 +0000 stage: Fix gtk-doc annotation for set_accept_focus() clutter/clutter-stage.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5d8b6aa6fa2c51b72079d52766e5013ff612af19 Author: Bastian Winkler @@ -2224,7 +2224,7 @@ Date: Mon Jan 17 17:30:47 2011 +0000 docs: Add ClutterClickAction.get_state() doc/reference/clutter/clutter-sections.txt | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6af7b76cb5959616ea828678e1fb0258a7a04d2d Author: Lucas Rocha @@ -2268,7 +2268,7 @@ Date: Mon Jan 17 12:21:33 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2516 clutter/cogl/cogl/cogl-program.c | 105 +++++--------------------------------- - clutter/cogl/cogl/cogl-shader.c | 91 +++++++++++--------------------- + clutter/cogl/cogl/cogl-shader.c | 91 +++++++++++---------------------- 2 files changed, 44 insertions(+), 152 deletions(-) commit b7677d047df6b8c96605454717873bbcb1722763 @@ -2283,7 +2283,7 @@ Date: Mon Jan 17 12:20:06 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2516 clutter/cogl/cogl/cogl-pipeline-opengl.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 568d32acf3604a9c68556224844a839f0e014bcf Author: Neil Roberts @@ -2302,7 +2302,7 @@ Date: Mon Jan 17 12:06:13 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2516 clutter/cogl/cogl/cogl-pipeline.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 0c070cdf91c2956ba057364eb63cc422a79b6c88 Author: Adel Gadllah @@ -2314,7 +2314,7 @@ Date: Sun Jan 16 23:19:28 2011 +0100 mistake, fix that. clutter/x11/clutter-x11-texture-pixmap.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 88fe56d1752ad64f404da2baa1bc74f2ebbae64c Author: Neil Roberts @@ -2332,7 +2332,7 @@ Date: Thu Jan 13 15:54:50 2011 +0000 clutter/cogl/cogl/cogl-buffer.c | 44 +++++++++----------- clutter/cogl/cogl/cogl-types.h | 8 +++- .../cogl/driver/gl/cogl-feature-functions-gl.h | 4 +- - .../cogl/driver/gles/cogl-feature-functions-gles.h | 12 +++++ + .../cogl/driver/gles/cogl-feature-functions-gles.h | 12 ++++++ 4 files changed, 42 insertions(+), 26 deletions(-) commit 7e73f0d4232338741e2dc811cdb2039287f384bb @@ -2345,7 +2345,7 @@ Date: Thu Jan 13 15:36:08 2011 +0000 problems with enabling VBOs. clutter/cogl/cogl/driver/gles/cogl-gles.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 9bb74988d5b7c7df3678185ed4488c9957f00a9d Author: Neil Roberts @@ -2369,8 +2369,8 @@ Date: Thu Jan 13 15:35:30 2011 +0000 clutter/cogl/cogl/cogl-buffer.c | 51 +++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-context.c | 5 +++ clutter/cogl/cogl/cogl-context.h | 6 ++++ - clutter/cogl/cogl/cogl-journal.c | 5 +-- - clutter/cogl/cogl/cogl2-path.c | 7 ++-- + clutter/cogl/cogl/cogl-journal.c | 5 ++- + clutter/cogl/cogl/cogl2-path.c | 7 ++--- 6 files changed, 83 insertions(+), 10 deletions(-) commit 77a486caf2c130341624ab56e588ab116c7e8e26 @@ -2385,7 +2385,7 @@ Date: Thu Jan 13 14:12:10 2011 +0000 a special builtin varying variable in GLSL. clutter/cogl/cogl/cogl-context.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 88a085fdd86e3f1f285833f2f4df19af339c339c Author: Robert Bragg @@ -2449,7 +2449,7 @@ Date: Wed Jan 12 17:11:48 2011 +0000 lots calls to handle_automatic_blend_enable() which is sometimes seen high in sysprof profiles. - clutter/cogl/cogl/cogl-pipeline-private.h | 161 ++++++++++++------- + clutter/cogl/cogl/cogl-pipeline-private.h | 161 +++++++++++------- clutter/cogl/cogl/cogl-pipeline.c | 255 ++++++++++++++++++----------- 2 files changed, 266 insertions(+), 150 deletions(-) @@ -2465,7 +2465,7 @@ Date: Wed Jan 12 16:59:37 2011 +0000 the actual size of the texture so it looks wrong. tests/interactive/test-cogl-shader-glsl.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 3c9f72abbfcc7967aa399506adba0bfee4952bbc Author: Neil Roberts @@ -2481,7 +2481,7 @@ Date: Wed Jan 12 16:56:52 2011 +0000 support in core. clutter/cogl/cogl/cogl-atlas-texture.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 12ceae548d441f0611542645a62f6c0cbf7a0c5f Author: Emmanuele Bassi @@ -2491,12 +2491,12 @@ Date: Tue Jan 11 21:34:37 2011 +0000 configure.ac | 2 +- po/clutter-1.0.pot | 200 +++++++++++++++++++++++++++------------------------- - po/de.po | 198 +++++++++++++++++++++++++++------------------------- - po/fr.po | 199 +++++++++++++++++++++++++++------------------------- - po/id.po | 199 +++++++++++++++++++++++++++------------------------- + po/de.po | 198 ++++++++++++++++++++++++++------------------------- + po/fr.po | 199 ++++++++++++++++++++++++++------------------------- + po/id.po | 199 ++++++++++++++++++++++++++------------------------- po/it.po | 200 +++++++++++++++++++++++++++------------------------- po/pl.po | 200 +++++++++++++++++++++++++++------------------------- - po/zh_CN.po | 199 +++++++++++++++++++++++++++------------------------- + po/zh_CN.po | 199 ++++++++++++++++++++++++++------------------------- 8 files changed, 730 insertions(+), 667 deletions(-) commit 09d5c309ca95f68425919fdd1a41a14f41e4053b @@ -2506,7 +2506,7 @@ Date: Tue Jan 11 20:29:30 2011 +0000 Release 1.5.12 configure.ac | 23 ++++++++++++----------- - 1 files changed, 12 insertions(+), 11 deletions(-) + 1 file changed, 12 insertions(+), 11 deletions(-) commit 676df42c6fefd28a6da2c1cefd885d6fa4d59da1 Author: Robert Bragg @@ -2521,7 +2521,7 @@ Date: Tue Jan 11 14:10:11 2011 +0000 glColor correctly. clutter/cogl/cogl/cogl-pipeline-opengl.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit b922ac605962df6b1cf86a0e710294be114f62c4 Author: Damien Lespiau @@ -2533,7 +2533,7 @@ Date: Tue Jan 11 14:15:46 2011 +0000 we want to sample texture unit 0, where the texture is. tests/interactive/test-shader.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 38e527a3cf2527a46461eb76c6598071daf95053 Author: Neil Roberts @@ -2564,7 +2564,7 @@ Date: Tue Jan 11 12:38:52 2011 +0000 Update the NEWS file NEWS | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit f4fc7284ebeaedfb60d9903b41177f59a4907b85 Author: Bastian Winkler @@ -2577,7 +2577,7 @@ Date: Mon Jan 3 16:15:17 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2513 clutter/clutter-script-parser.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 8e3d9c21c643091bd537a2674eeaa86255167cc9 Author: Emmanuele Bassi @@ -2586,7 +2586,7 @@ Date: Tue Jan 11 11:49:11 2011 +0000 Update NEWS file NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 46 insertions(+), 0 deletions(-) + 1 file changed, 46 insertions(+) commit f2080f099e2a05b05cd0adb2f204c1917adae0f2 Author: Damien Lespiau @@ -2619,7 +2619,7 @@ Date: Tue Jan 11 10:23:59 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2512 clutter/clutter-shader.c | 61 ++++++++++++++++++++++++++++------------------ - 1 files changed, 37 insertions(+), 24 deletions(-) + 1 file changed, 37 insertions(+), 24 deletions(-) commit 3625adb9d8188464b27ddf3e1203214ea2952092 Author: Tomeu Vizoso @@ -2632,7 +2632,7 @@ Date: Mon Jan 10 19:13:03 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2511 - clutter/clutter-list-model.c | 13 +++++++++ + clutter/clutter-list-model.c | 13 ++++++++++ clutter/clutter-model.c | 56 +++++++++++++++++++++--------------------- 2 files changed, 41 insertions(+), 28 deletions(-) @@ -2648,7 +2648,7 @@ Date: Wed Jan 5 10:24:26 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2508 clutter/clutter-align-constraint.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit d648de7d1492b9ae69aac6702a99fccb8f92b165 Author: Neil Roberts @@ -2696,7 +2696,7 @@ Date: Tue Dec 14 14:24:17 2010 +0000 clutter/cogl/cogl/cogl-journal.c | 17 ++- clutter/cogl/cogl/cogl-primitives.c | 6 +- - clutter/cogl/cogl/cogl-vertex-attribute-private.h | 13 ++- + clutter/cogl/cogl/cogl-vertex-attribute-private.h | 13 +- clutter/cogl/cogl/cogl-vertex-attribute.c | 167 ++++++++------------- clutter/cogl/cogl/cogl2-path.c | 14 +- 5 files changed, 100 insertions(+), 117 deletions(-) @@ -2718,7 +2718,7 @@ Date: Fri Dec 17 16:30:23 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2491 clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 60 +++++-------------------------- - clutter/cogl/cogl/cogl-bitmap-private.h | 8 ++++ + clutter/cogl/cogl/cogl-bitmap-private.h | 8 +++++ 2 files changed, 17 insertions(+), 51 deletions(-) commit e1cbef23f5118c748eb38c16ebb00de3f51686b7 @@ -2741,7 +2741,7 @@ Date: Fri Dec 17 16:09:26 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2491 .../cogl/driver/gles/cogl-texture-driver-gles.c | 103 +++++++++++--------- - 1 files changed, 55 insertions(+), 48 deletions(-) + 1 file changed, 55 insertions(+), 48 deletions(-) commit b3058c097dfb834018ab3598d002a7be595e78ff Author: Neil Roberts @@ -2759,7 +2759,7 @@ Date: Fri Dec 17 16:06:10 2010 +0000 clutter/cogl/cogl/cogl-util.c | 21 +++++++++++++++++++++ clutter/cogl/cogl/cogl-util.h | 8 ++++++++ configure.ac | 4 ++++ - 3 files changed, 33 insertions(+), 0 deletions(-) + 3 files changed, 33 insertions(+) commit 91c16023066b3d71ed569e0dcb97bdd0fe8b4667 Author: Neil Roberts @@ -2802,7 +2802,7 @@ Date: Wed Dec 22 01:45:09 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2499 clutter/cogl/cogl/cogl-vertex-attribute.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c36b81996565f6128a55d5c12fee75a53c0a027 Author: Emmanuele Bassi @@ -2814,7 +2814,7 @@ Date: Mon Jan 10 14:03:35 2011 +0000 restrict the prerequisites without an ABI break. clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6bb81a542fd2876c472c0287d368b1ba404324bf Author: nobled @@ -2825,7 +2825,7 @@ Date: Tue Jan 4 13:56:05 2011 +0000 Make sure the EGL backend doesn't forget to include desktop OpenGL headers. clutter/egl/clutter-egl-headers.h | 20 +++++++++++++------- - 1 files changed, 13 insertions(+), 7 deletions(-) + 1 file changed, 13 insertions(+), 7 deletions(-) commit 530bc2aa70ca83c56f46342d337ce873614353a4 Author: nobled @@ -2836,7 +2836,7 @@ Date: Tue Jan 4 13:59:48 2011 +0000 Fixes a GCC "implicit declaration of function" warning when compiling. clutter/egl/clutter-stage-egl.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8c23766da809701bc171fcb9b3650475b1d03a73 Author: Kristian Høgsberg @@ -2847,7 +2847,7 @@ Date: Thu Jan 6 07:57:26 2011 -0500 Linked lists are tricky. clutter/x11/clutter-device-manager-x11.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bf0dd2cbcc83d91ef46301aa18bd5f0158b88d22 Author: Emmanuele Bassi @@ -2858,7 +2858,7 @@ Date: Thu Dec 30 12:49:41 2010 +0000 So that you can start typing right away. tests/interactive/test-text-field.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 2fe20ff3c505d3c1249b03ba7eaa1515f13a3c0a Author: Emmanuele Bassi @@ -2922,7 +2922,7 @@ Date: Tue Dec 28 17:37:18 2010 +0000 clutter/clutter-stage.c | 67 +++++++++++++++++++++++++++- clutter/clutter-stage.h | 4 ++ doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 72 insertions(+), 1 deletions(-) + 3 files changed, 72 insertions(+), 1 deletion(-) commit e1cd6f49b2afcb1738ee2e95f03aa77b8c696e7b Author: Emmanuele Bassi @@ -2937,7 +2937,7 @@ Date: Tue Dec 28 17:36:27 2010 +0000 clutter/clutter-stage-window.c | 12 ++++++++++++ clutter/clutter-stage-window.h | 6 ++++++ - 2 files changed, 18 insertions(+), 0 deletions(-) + 2 files changed, 18 insertions(+) commit 601b958ab1b162176c7dde318a96f279be995e64 Author: Johan Bilien @@ -2953,7 +2953,7 @@ Date: Wed Dec 29 16:49:13 2010 -0500 Signed-off-by: Emmanuele Bassi clutter/clutter-input-device.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit 2911d3db535db98f7c0352e3ea40f2a7e65d82ea Author: Nguyễn Thái Ngọc Duy @@ -2969,7 +2969,7 @@ Date: Thu Dec 30 08:16:10 2010 +0700 http://bugzilla.clutter-project.org/show_bug.cgi?id=2504 autogen.sh | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c95cc8d477ab26fd6231becdd062a81fa7ee6115 Author: Johan Bilien @@ -2988,7 +2988,7 @@ Date: Wed Dec 29 16:57:02 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2503 clutter/clutter-stage.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit b6558c5a1848b306c26813bc5f5015eb95c541d1 Author: Emmanuele Bassi @@ -2996,17 +2996,17 @@ Date: Wed Dec 22 09:42:41 2010 +0000 docs: Fixes for the Cogl API reference - clutter/cogl/cogl/cogl-bitmap.h | 4 +- + clutter/cogl/cogl/cogl-bitmap.h | 4 +-- clutter/cogl/cogl/cogl-buffer.h | 8 +++--- clutter/cogl/cogl/cogl-index-array.h | 2 +- - clutter/cogl/cogl/cogl-material-compat.h | 11 ++++---- - clutter/cogl/cogl/cogl-object.h | 19 +++++++------- + clutter/cogl/cogl/cogl-material-compat.h | 11 +++++---- + clutter/cogl/cogl/cogl-object.h | 19 ++++++++------- clutter/cogl/cogl/cogl-path.h | 8 +++--- clutter/cogl/cogl/cogl-pipeline.h | 2 +- - clutter/cogl/cogl/cogl-types.h | 4 +- + clutter/cogl/cogl/cogl-types.h | 4 +-- clutter/cogl/cogl/cogl-vertex-array.h | 2 +- clutter/cogl/cogl/cogl-vertex-buffer.h | 2 +- - doc/reference/cogl/cogl-sections.txt | 39 ++++++++++++++++++++++++++--- + doc/reference/cogl/cogl-sections.txt | 39 +++++++++++++++++++++++++++--- 11 files changed, 67 insertions(+), 34 deletions(-) commit 533880a1a5140d507db0f1a11d211c74ee0260f6 @@ -3018,7 +3018,7 @@ Date: Tue Dec 21 12:03:38 2010 +0000 Otherwise gtk-doc will try to look up private symbols. doc/reference/cogl/Makefile.am | 22 +++++++++++++++++----- - 1 files changed, 17 insertions(+), 5 deletions(-) + 1 file changed, 17 insertions(+), 5 deletions(-) commit 91cc8edba12c0e43ba69b055e5b46394b9d51917 Author: Emmanuele Bassi @@ -3027,7 +3027,7 @@ Date: Tue Dec 21 10:51:39 2010 +0000 test-text-field: Do not expand the labels tests/interactive/test-text-field.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 605e8d6fb50624b44b45f012b24cea7c302f78ea Author: Emmanuele Bassi @@ -3039,7 +3039,7 @@ Date: Tue Dec 21 10:50:24 2010 +0000 the cursor at all. clutter/clutter-text.c | 26 +++++++++++++++++++++++++- - 1 files changed, 25 insertions(+), 1 deletions(-) + 1 file changed, 25 insertions(+), 1 deletion(-) commit ec5e910cd376050bdd184cf970fa565e10764525 Author: Emmanuele Bassi @@ -3049,8 +3049,8 @@ Date: Mon Dec 20 17:59:35 2010 +0000 Use a Table layout manager, and clean up a bit this test case. - tests/interactive/test-text-field.c | 96 ++++++++++++++++++++-------------- - 1 files changed, 56 insertions(+), 40 deletions(-) + tests/interactive/test-text-field.c | 96 ++++++++++++++++++++--------------- + 1 file changed, 56 insertions(+), 40 deletions(-) commit 21a12b966dbf72d2e83265399ac8d380b281df7f Author: Emmanuele Bassi @@ -3063,7 +3063,7 @@ Date: Mon Dec 20 12:41:07 2010 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-bind.c | 112 ----------------------------------------- - 2 files changed, 0 insertions(+), 113 deletions(-) + 2 files changed, 113 deletions(-) commit b9f7ef11100f250767fd726b0ae9727a7e9a3f89 Author: Emmanuele Bassi @@ -3081,7 +3081,7 @@ Date: Sat Dec 18 21:33:37 2010 +0000 configure.ac | 16 ---------------- doc/reference/Makefile.am | 6 ------ - 2 files changed, 0 insertions(+), 22 deletions(-) + 2 files changed, 22 deletions(-) commit 491bbc226ee52546507406714030a9647dde4280 Author: Emmanuele Bassi @@ -3110,7 +3110,7 @@ Date: Sat Dec 18 13:16:23 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2493 clutter/clutter-bind-constraint.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 45c884307e5946e316c839c03d94c5f5c92147d8 Author: Emmanuele Bassi @@ -3120,12 +3120,12 @@ Date: Fri Dec 17 16:04:25 2010 +0000 configure.ac | 2 +- po/clutter-1.0.pot | 104 ++++++++++++++++++++++++++-------------------------- - po/de.po | 102 +++++++++++++++++++++++++------------------------- - po/fr.po | 102 +++++++++++++++++++++++++------------------------- - po/id.po | 102 +++++++++++++++++++++++++------------------------- - po/it.po | 102 +++++++++++++++++++++++++------------------------- - po/pl.po | 102 +++++++++++++++++++++++++------------------------- - po/zh_CN.po | 102 +++++++++++++++++++++++++------------------------- + po/de.po | 102 +++++++++++++++++++++++++-------------------------- + po/fr.po | 102 +++++++++++++++++++++++++-------------------------- + po/id.po | 102 +++++++++++++++++++++++++-------------------------- + po/it.po | 102 +++++++++++++++++++++++++-------------------------- + po/pl.po | 102 +++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 102 +++++++++++++++++++++++++-------------------------- 8 files changed, 359 insertions(+), 359 deletions(-) commit 339a6805521c04fd9e0d43689b6f380a45404078 @@ -3155,7 +3155,7 @@ Date: Fri Dec 17 14:41:33 2010 +0000 build: Remove stringify.sh from Makefile.am build/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 894c0527dffc4d0c01ef87880d33b02fcfab923e Author: Elliot Smith @@ -3166,8 +3166,8 @@ Date: Wed Dec 15 13:31:12 2010 +0000 General improvements to readability, formatting, fixing typos etc. - doc/cookbook/layouts.xml | 67 ++++++++++++++++++++++++--------------------- - 1 files changed, 36 insertions(+), 31 deletions(-) + doc/cookbook/layouts.xml | 67 +++++++++++++++++++++++++--------------------- + 1 file changed, 36 insertions(+), 31 deletions(-) commit accdd92110baffe886ab9bcc9dc263058d159ecc Author: Elliot Smith @@ -3189,7 +3189,7 @@ Date: Wed Dec 15 13:13:28 2010 +0000 .../examples/layouts-box-property-effects.c | 465 ++++++++++++++++++++ doc/cookbook/examples/layouts-box.c | 95 ++++ doc/cookbook/images/layouts-box.png | Bin 0 -> 1515 bytes - doc/cookbook/layouts.xml | 134 ++++++- + doc/cookbook/layouts.xml | 134 +++++- 6 files changed, 841 insertions(+), 10 deletions(-) commit 77aacd185dcdd1673e1c3fb058d93a5803febe6a @@ -3202,7 +3202,7 @@ Date: Tue Dec 14 18:08:28 2010 +0000 about ClutterBoxLayout. doc/cookbook/layouts.xml | 264 ++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 264 insertions(+), 0 deletions(-) + 1 file changed, 264 insertions(+) commit 6c244c05497237ee2640d3d4cf7cd3d00baf469f Author: Emmanuele Bassi @@ -3214,7 +3214,7 @@ Date: Fri Dec 17 13:53:28 2010 +0000 overflow and wrap around issues. clutter/clutter-actor.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit c3313726f0c6911eee8709a15fe51ec0421d7422 Author: Alexandre Quessy @@ -3225,7 +3225,7 @@ Date: Tue Dec 14 17:45:45 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2485 clutter/clutter-deform-effect.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 140f818fb14181135891b06bde54649564f0bc07 Author: Emmanuele Bassi @@ -3234,7 +3234,7 @@ Date: Fri Dec 17 12:07:06 2010 +0000 Update NEWS NEWS | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit c444447cd3712153127f4fdd2ac03262ec7689d2 Author: Emmanuele Bassi @@ -3283,7 +3283,7 @@ Date: Thu Dec 16 15:25:29 2010 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-viewport.c | 69 ------------------------------------- - 2 files changed, 0 insertions(+), 70 deletions(-) + 2 files changed, 70 deletions(-) commit 1515a9f98971c813d50a4c0004eb49c597fc3144 Author: Emmanuele Bassi @@ -3297,7 +3297,7 @@ Date: Thu Dec 16 15:10:27 2010 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-project.c | 229 -------------------------------------- - 2 files changed, 0 insertions(+), 230 deletions(-) + 2 files changed, 230 deletions(-) commit 8ae47eb79c0c67faaf8c594aa7e8e2560abc358e Author: Emmanuele Bassi @@ -3312,7 +3312,7 @@ Date: Thu Dec 16 15:08:11 2010 +0000 tests/interactive/Makefile.am | 1 - tests/interactive/test-offscreen.c | 32 -------------------------------- - 2 files changed, 0 insertions(+), 33 deletions(-) + 2 files changed, 33 deletions(-) commit faaff037306be31b69fa255b8d3dae91b341256b Author: Neil Roberts @@ -3328,7 +3328,7 @@ Date: Mon Dec 13 17:21:58 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2480 clutter/clutter-stage.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit f5954339427f19e3c7332ec10d8cfd43c073d724 Author: Neil Roberts @@ -3342,7 +3342,7 @@ Date: Tue Dec 14 13:02:47 2010 +0000 test-cogl-just-vertex-shader. clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 52442414d953e90930d3928e81216e0f3ac194fe Author: Emmanuele Bassi @@ -3358,7 +3358,7 @@ Date: Fri Dec 10 17:46:58 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2479 clutter/cally/cally-actor.c | 94 +++++++++++++++++++++++++++++-------------- - clutter/cally/cally-actor.h | 47 +++++++++++++++------ + clutter/cally/cally-actor.h | 47 ++++++++++++++++------ 2 files changed, 97 insertions(+), 44 deletions(-) commit def14e80cbb898c6c198a5caf3a2a3ad15d5e8e1 @@ -3375,7 +3375,7 @@ Date: Thu Dec 9 09:39:23 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2462 clutter/clutter-text.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 7b985f034fae95862f0c080a6311ccf0ac4f3966 Author: Neil Roberts @@ -3403,7 +3403,7 @@ Date: Sat Nov 27 13:15:02 2010 +0000 atlas pointer to make it clearer which atlas is changing. clutter/cogl/cogl/cogl-atlas-texture-private.h | 10 +-- - clutter/cogl/cogl/cogl-atlas-texture.c | 105 ++++++++++++++++------- + clutter/cogl/cogl/cogl-atlas-texture.c | 105 ++++++++++++++++-------- clutter/cogl/cogl/cogl-atlas.c | 19 +++-- clutter/cogl/cogl/cogl-atlas.h | 3 - clutter/cogl/cogl/cogl-context.c | 5 +- @@ -3436,7 +3436,7 @@ Date: Tue Dec 7 13:58:46 2010 +0000 builtin so that it will work on GLES2 as well. tests/conform/test-cogl-just-vertex-shader.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit d1ddca4eeecf26df9c5a707ef5f88175d90feb34 Author: Neil Roberts @@ -3450,7 +3450,7 @@ Date: Tue Dec 7 13:44:45 2010 +0000 #extension GL_OES_texture_3D : enable clutter/cogl/cogl/cogl-shader.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit e0a02b2b5bc4ef88e8829d271380148a966e8494 Author: Neil Roberts @@ -3462,7 +3462,7 @@ Date: Tue Dec 7 12:49:00 2010 +0000 component of cogl_read_pixels isn't reliable. tests/conform/test-cogl-multitexture.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit afe39296180e3839c42c5327f55ff8a773ba7000 Author: Neil Roberts @@ -3475,7 +3475,7 @@ Date: Tue Dec 7 11:39:37 2010 +0000 attrib for each texture unit plus two for the position and color. tests/conform/test-cogl-materials.c | 22 +++++++++++++++------- - 1 files changed, 15 insertions(+), 7 deletions(-) + 1 file changed, 15 insertions(+), 7 deletions(-) commit bdeb555ae1e440de0453cd8fd4a024ba8381016f Author: Neil Roberts @@ -3489,7 +3489,7 @@ Date: Tue Dec 7 10:38:51 2010 +0000 GLES2 where the vertex array isn't available. clutter/cogl/cogl/cogl2-path.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 7dc4b3c8947de12ca111edba52a9387287f97a82 Author: Neil Roberts @@ -3543,8 +3543,8 @@ Date: Mon Dec 6 21:29:56 2010 +0000 and CoglPipelineCombineOp - clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 41 +++++---- - clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c | 48 ++++++----- + clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 41 ++++----- + clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c | 48 +++++----- clutter/cogl/cogl/cogl-pipeline-private.h | 46 ++++++++-- clutter/cogl/cogl/cogl-pipeline.c | 107 +++++++++++++---------- 4 files changed, 148 insertions(+), 94 deletions(-) @@ -3576,7 +3576,7 @@ Date: Mon Dec 6 12:31:51 2010 +0000 clutter/cogl/cogl/cogl-context.c | 12 + clutter/cogl/cogl/cogl-context.h | 10 + - clutter/cogl/cogl/cogl-matrix-stack.c | 127 ++++++++--- + clutter/cogl/cogl/cogl-matrix-stack.c | 127 +++++++--- clutter/cogl/cogl/cogl-matrix-stack.h | 10 + clutter/cogl/cogl/cogl-pipeline-opengl.c | 7 + clutter/cogl/cogl/cogl-pipeline-private.h | 4 + @@ -3596,7 +3596,7 @@ Date: Fri Dec 10 17:42:39 2010 +0000 clutter/cogl/cogl/cogl-matrix-stack.c | 6 ++++++ clutter/cogl/cogl/cogl-matrix-stack.h | 7 +++++++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 016005591dfa765255b05d96f701497ed7a59d23 Author: Neil Roberts @@ -3623,7 +3623,7 @@ Date: Fri Dec 10 11:34:02 2010 +0000 so this updates cogl-matrix-stack.h to match the other Cogl headers. clutter/cogl/cogl/cogl-matrix-stack.c | 2 +- - clutter/cogl/cogl/cogl-matrix-stack.h | 126 +++++++++++++++++++------------- + clutter/cogl/cogl/cogl-matrix-stack.h | 126 ++++++++++++++++++++------------- 2 files changed, 76 insertions(+), 52 deletions(-) commit 4976d229405c7010a6ef1e621bcfb581b7eff99a @@ -3645,7 +3645,7 @@ Date: Fri Dec 10 11:13:09 2010 +0000 clutter/cogl/cogl/cogl-matrix-stack.c | 18 ++++++++++++++++++ clutter/cogl/cogl/cogl-matrix-stack.h | 2 ++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit 856d43a27cd4090467de08cd5738f10ec7e06ebd Author: Neil Roberts @@ -3660,7 +3660,7 @@ Date: Mon Dec 6 12:31:16 2010 +0000 clutter/cogl/cogl/cogl-pipeline-private.h | 4 ++++ clutter/cogl/cogl/cogl-pipeline.c | 19 +++++++++++++++++++ - 2 files changed, 23 insertions(+), 0 deletions(-) + 2 files changed, 23 insertions(+) commit 4514d49dda70b9b5a1833c7809dc4d22b1bcd3cd Author: Neil Roberts @@ -3682,7 +3682,7 @@ Date: Fri Dec 3 17:46:16 2010 +0000 clutter/cogl/cogl/cogl-context.c | 8 +- clutter/cogl/cogl/cogl-context.h | 8 +- clutter/cogl/cogl/cogl-internal.h | 6 - - clutter/cogl/cogl/cogl-pipeline-opengl.c | 30 ++- + clutter/cogl/cogl/cogl-pipeline-opengl.c | 30 +- .../cogl/cogl/cogl-pipeline-progend-glsl-private.h | 18 ++ clutter/cogl/cogl/cogl-pipeline-progend-glsl.c | 139 +++++++++ clutter/cogl/cogl/cogl-vertex-attribute-private.h | 3 + @@ -3703,7 +3703,7 @@ Date: Fri Dec 3 11:31:09 2010 +0000 attributes are attached to the CoglPath so it can be reused later. The old vertex array for filling has been renamed to fill_vbo. - clutter/cogl/cogl/cogl-path-private.h | 12 ++- + clutter/cogl/cogl/cogl-path-private.h | 12 +- clutter/cogl/cogl/cogl2-path.c | 201 ++++++++++++++++++++++----------- 2 files changed, 143 insertions(+), 70 deletions(-) @@ -3741,8 +3741,8 @@ Date: Thu Dec 2 20:48:45 2010 +0000 clutter/cogl/cogl/cogl-pipeline-fragend-fixed.c | 10 +- clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c | 13 +- clutter/cogl/cogl/cogl-pipeline-opengl.c | 130 +++++-- - clutter/cogl/cogl/cogl-pipeline-private.h | 30 ++- - clutter/cogl/cogl/cogl-pipeline-progend-glsl.c | 83 +++-- + clutter/cogl/cogl/cogl-pipeline-private.h | 30 +- + clutter/cogl/cogl/cogl-pipeline-progend-glsl.c | 83 ++-- clutter/cogl/cogl/cogl-pipeline-vertend-fixed.c | 28 ++ .../cogl/cogl/cogl-pipeline-vertend-glsl-private.h | 39 ++ clutter/cogl/cogl/cogl-pipeline-vertend-glsl.c | 396 ++++++++++++++++++++ @@ -3762,7 +3762,7 @@ Date: Tue Dec 7 12:33:39 2010 +0000 attribute to a different location. clutter/cogl/cogl/cogl-shader-boilerplate.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cf0ded1361bd639f7143aef02f37f17f01bdcf04 Author: Neil Roberts @@ -3776,8 +3776,8 @@ Date: Thu Dec 2 22:08:51 2010 +0000 cogl-shader.c so that they can be dynamically defined depending on the number of texture coord arrays enabled. - clutter/cogl/cogl/cogl-shader-boilerplate.h | 23 ++++++++++++++++++-- - clutter/cogl/cogl/cogl-shader.c | 30 +++++++++++++++++++++----- + clutter/cogl/cogl/cogl-shader-boilerplate.h | 23 +++++++++++++++++--- + clutter/cogl/cogl/cogl-shader.c | 30 +++++++++++++++++++++------ 2 files changed, 44 insertions(+), 9 deletions(-) commit 17d689f79480f9d08c1ef8e62b990db0cdb6a36d @@ -3809,8 +3809,8 @@ Date: Mon Nov 29 18:32:21 2010 +0000 clutter/cogl/cogl/Makefile.am | 2 + clutter/cogl/cogl/cogl-pipeline-opengl.c | 109 ++++++++++++++----- - clutter/cogl/cogl/cogl-pipeline-private.h | 34 ++++++- - .../cogl/cogl-pipeline-vertend-fixed-private.h | 36 ++++++ + clutter/cogl/cogl/cogl-pipeline-private.h | 34 +++++- + .../cogl/cogl-pipeline-vertend-fixed-private.h | 36 +++++++ clutter/cogl/cogl/cogl-pipeline-vertend-fixed.c | 114 ++++++++++++++++++++ clutter/cogl/cogl/cogl-pipeline.c | 80 +++++++++++++- 6 files changed, 342 insertions(+), 33 deletions(-) @@ -3864,7 +3864,7 @@ Date: Thu Dec 2 13:54:15 2010 +0000 clutter/cogl/cogl/cogl-program-private.h | 6 ++++++ clutter/cogl/cogl/cogl-program.c | 29 +++++++++++++++++++++++++++++ - 2 files changed, 35 insertions(+), 0 deletions(-) + 2 files changed, 35 insertions(+) commit 31f0eb4f715a3622260965b0b0a3be132cde8d23 Author: Neil Roberts @@ -3878,10 +3878,10 @@ Date: Wed Dec 1 17:06:18 2010 +0000 authority. This is needed so that we can reuse the same code in the vertend and progends. - clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 47 ++------ + clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 47 +++----- clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c | 9 +- clutter/cogl/cogl/cogl-pipeline-private.h | 39 ++++++- - clutter/cogl/cogl/cogl-pipeline.c | 137 ++++++++++------------ + clutter/cogl/cogl/cogl-pipeline.c | 137 ++++++++++------------- 4 files changed, 116 insertions(+), 116 deletions(-) commit a1996706a293458221bce7a4126f82f64e4ca3c3 @@ -3901,10 +3901,10 @@ Date: Tue Nov 30 12:48:27 2010 +0000 clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c | 7 -- clutter/cogl/cogl/cogl-pipeline-fragend-fixed.c | 107 +++++++++++++++++++- clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c | 7 -- - clutter/cogl/cogl/cogl-pipeline-opengl-private.h | 16 ++-- - clutter/cogl/cogl/cogl-pipeline-opengl.c | 95 +++--------------- + clutter/cogl/cogl/cogl-pipeline-opengl-private.h | 16 ++- + clutter/cogl/cogl/cogl-pipeline-opengl.c | 95 +++-------------- clutter/cogl/cogl/cogl-pipeline-private.h | 2 - - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 67 ++++++------- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 67 ++++++------ 7 files changed, 157 insertions(+), 144 deletions(-) commit 952878aab1d0610b09d048495295fd84499b70e9 @@ -3949,7 +3949,7 @@ Date: Thu Dec 2 15:37:53 2010 +0000 implementations, instead it just accesses then through the vtables. clutter/cogl/cogl/cogl-pipeline-opengl.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 54db48dfd1e1b151a3b92e160181f44305e21089 Author: Emmanuele Bassi @@ -3972,7 +3972,7 @@ Date: Sat Dec 11 17:40:52 2010 +0000 clutter_actor_animate() wrappers. clutter/clutter-animation.c | 28 +++++++++++++++++++++++----- - 1 files changed, 23 insertions(+), 5 deletions(-) + 1 file changed, 23 insertions(+), 5 deletions(-) commit ae4e06d8c4ca2bd93a12e4ace38c0c888edcddf1 Author: Emmanuele Bassi @@ -4000,7 +4000,7 @@ Date: Fri Dec 10 17:15:23 2010 +0000 introspection: Add cairo-1.0 to the dependencies clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 49a43a0772d749d280a7fc6ceb561c6452dc859f Author: Emmanuele Bassi @@ -4009,7 +4009,7 @@ Date: Fri Dec 10 16:03:10 2010 +0000 Remove unnecessary duplicate name for private enumerations clutter/clutter-actor-private.h | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit b91c1ec21c80e99949a19865be2c44c53063d09e Author: Emmanuele Bassi @@ -4018,7 +4018,7 @@ Date: Thu Dec 9 16:05:55 2010 +0000 docs: Update NEWS NEWS | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit bc58de4658a206f07d51ddbb9b8c06f37c4cf841 Author: Emmanuele Bassi @@ -4029,7 +4029,7 @@ Date: Thu Dec 9 15:52:04 2010 +0000 doc/reference/cally/cally-docs.xml.in | 5 +++++ doc/reference/clutter/clutter-docs.xml.in | 5 +++++ doc/reference/cogl/cogl-docs.xml.in | 5 +++++ - 3 files changed, 15 insertions(+), 0 deletions(-) + 3 files changed, 15 insertions(+) commit 36c3fc82c5c3eee50878f964f09939b9b169fd82 Author: Emmanuele Bassi @@ -4052,15 +4052,15 @@ Date: Thu Dec 9 15:11:37 2010 +0000 The accessor for the EGL display should be namespaced for the correct backend-specific API. - clutter/egl/clutter-backend-egl.c | 19 ++++++++++++---- + clutter/egl/clutter-backend-egl.c | 19 ++++++++++++----- clutter/egl/clutter-egl.h | 28 ++++++++++++++++++------ clutter/fruity/clutter-backend-fruity.c | 32 ++++++++++++++++++++++++++++ - clutter/fruity/clutter-fruity.h | 9 ++++++- - clutter/fruity/clutter-stage-fruity.c | 3 +- - clutter/wayland/clutter-backend-wayland.c | 24 +++++++++----------- - clutter/wayland/clutter-stage-wayland.c | 4 +- - clutter/wayland/clutter-wayland.h | 7 +++-- - doc/reference/clutter/clutter-sections.txt | 3 +- + clutter/fruity/clutter-fruity.h | 9 ++++++-- + clutter/fruity/clutter-stage-fruity.c | 3 ++- + clutter/wayland/clutter-backend-wayland.c | 24 ++++++++++----------- + clutter/wayland/clutter-stage-wayland.c | 4 ++-- + clutter/wayland/clutter-wayland.h | 7 +++--- + doc/reference/clutter/clutter-sections.txt | 3 ++- 9 files changed, 95 insertions(+), 34 deletions(-) commit f5b51a2428cb3575ca4cfba98926f4906e6aba8e @@ -4079,10 +4079,10 @@ Date: Thu Dec 9 13:59:08 2010 +0000 docs: Documentation fixes - clutter/cally/cally-group.c | 2 +- - clutter/clutter-main.c | 2 +- - clutter/clutter-units.c | 4 ++-- - .../clutter/clutter-animation-tutorial.xml | 2 +- + clutter/cally/cally-group.c | 2 +- + clutter/clutter-main.c | 2 +- + clutter/clutter-units.c | 4 ++-- + doc/reference/clutter/clutter-animation-tutorial.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit 8c7298b0c11df3690a8eb5afdd9226af87b4d76f @@ -4119,7 +4119,7 @@ Date: Thu Dec 9 11:40:27 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2475 doc/common/style.css | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ca42ec1a7a3a7b219477d6c16a0aff30d64efb1a Author: Jussi Kukkonen @@ -4130,7 +4130,7 @@ Date: Thu Dec 2 16:08:10 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2460 tests/conform/test-model.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit d8515bf4290bfece33fd41d356e86e74c0728067 Author: Jussi Kukkonen @@ -4146,8 +4146,8 @@ Date: Thu Dec 2 16:27:36 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2460 - clutter/clutter-list-model.c | 58 ++++++++++++----------------------------- - 1 files changed, 17 insertions(+), 41 deletions(-) + clutter/clutter-list-model.c | 58 +++++++++++++----------------------------- + 1 file changed, 17 insertions(+), 41 deletions(-) commit e7f62bc936995c5d998f7c8dc4b2b1b7254ea97d Author: nobled @@ -4163,7 +4163,7 @@ Date: Tue Dec 7 07:10:59 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2474 clutter/wayland/clutter-backend-wayland.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit d8a544c0f17f5d6550578a426c1ef1c4060ca411 Author: nobled @@ -4179,7 +4179,7 @@ Date: Tue Dec 7 07:07:40 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2473 clutter/wayland/clutter-input-device-wayland.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3795c9b975d43305c64ed24306736f764ef165bc Author: Emmanuele Bassi @@ -4191,7 +4191,7 @@ Date: Thu Dec 9 12:37:41 2010 +0000 options from outside the build environment. clutter/Makefile.am | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit d229036441b3f0a4f7ab5205de46b5dbc9d9d7a9 Author: Emmanuele Bassi @@ -4220,8 +4220,8 @@ Date: Thu Dec 9 12:00:29 2010 +0000 Instead of the ::completed signal flip. - .../clutter/migrating-ClutterBehaviour.xml | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + doc/reference/clutter/migrating-ClutterBehaviour.xml | 8 +++----- + 1 file changed, 3 insertions(+), 5 deletions(-) commit b16ea099882accbb489d20ef1ea03dc3cb0d2846 Merge: b6318bd 50849ac @@ -4245,7 +4245,7 @@ Date: Tue Dec 7 15:29:05 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2471 clutter/clutter-shader-effect.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit cf1fced88507e0ccc2fa704d14b3141168a48360 Author: Robert Bragg @@ -4258,7 +4258,7 @@ Date: Wed Dec 8 18:57:42 2010 +0000 _STATE_COMBINE_CONSTANT changes. clutter/cogl/cogl/cogl-pipeline-arbfp.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 46295a0dd1c0dcbc130ed9dd3aed900e597c8d42 Author: Robert Bragg @@ -4282,7 +4282,7 @@ Date: Wed Dec 8 16:29:37 2010 +0000 instead of potentially large user textures. clutter/cogl/cogl/cogl-pipeline-arbfp.c | 34 ++++++++++++++++++++++++++++++- - 1 files changed, 33 insertions(+), 1 deletions(-) + 1 file changed, 33 insertions(+), 1 deletion(-) commit 87b2300f98727525267a6849c36c74849ea993fd Author: Robert Bragg @@ -4295,7 +4295,7 @@ Date: Wed Dec 8 16:27:57 2010 +0000 to 0. clutter/cogl/cogl/cogl-pipeline-arbfp.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bac600b21bcbe13d3259fb7cee9e2b378f807d74 Author: Robert Bragg @@ -4312,7 +4312,7 @@ Date: Wed Dec 8 16:23:10 2010 +0000 hopefully make them a bit clearer. clutter/cogl/cogl/cogl-pipeline-arbfp.c | 102 ++++++++++++++++++------------- - 1 files changed, 60 insertions(+), 42 deletions(-) + 1 file changed, 60 insertions(+), 42 deletions(-) commit 9606c42c559fefbf397047dad6da3f4f8958b459 Author: Neil Roberts @@ -4325,7 +4325,7 @@ Date: Mon Dec 6 21:14:33 2010 +0000 argument 0 for both checks so the if-statement would never be true. clutter/cogl/cogl/cogl-pipeline.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ab5f394e5aea5a79a0e5d6647e86402ca2ba5e4f Author: Robert Bragg @@ -4337,7 +4337,7 @@ Date: Wed Dec 8 11:38:56 2010 +0000 struct which this patch remove to avoid confusion. clutter/cogl/cogl/cogl-pipeline.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5fd8e9c6083ff17202ceb2cfd2d1c56df0d1da14 Author: Robert Bragg @@ -4351,7 +4351,7 @@ Date: Wed Dec 8 11:35:16 2010 +0000 so it would be undefined if you would get the correct semantics. clutter/cogl/cogl/cogl-pipeline.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ea66156c83dded1536009bbdd02032e5e3114c3a Author: Robert Bragg @@ -4366,7 +4366,7 @@ Date: Wed Dec 8 11:30:00 2010 +0000 applications. clutter/cogl/cogl/cogl-pipeline.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit acd3d615686f8b10589ac57b7fb16b4f968ae3fb Author: Emmanuele Bassi @@ -4375,7 +4375,7 @@ Date: Wed Dec 8 14:26:27 2010 +0000 docs: Fix listitem tag clutter/clutter-color.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c454526bbbd91224ab3fa580d80bf937b912d2cc Author: Emmanuele Bassi @@ -4385,8 +4385,8 @@ Date: Wed Dec 8 13:59:53 2010 +0000 Add hsl() and hsla() formats, and clean up the wording. - clutter/clutter-color.c | 54 ++++++++++++++++++++++++++++++++-------------- - 1 files changed, 37 insertions(+), 17 deletions(-) + clutter/clutter-color.c | 54 ++++++++++++++++++++++++++++++++--------------- + 1 file changed, 37 insertions(+), 17 deletions(-) commit ca7dc2f951f1d5cc59c364a186aa065449c2b85f Author: Neil Roberts @@ -4400,7 +4400,7 @@ Date: Tue Dec 7 23:32:47 2010 +0000 any X events so a lot of things broke. It now just chains up. clutter/egl/clutter-backend-egl.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit b0751d234240aa5e7899dedba22c607e75f5ad81 Author: Damien Lespiau @@ -4412,7 +4412,7 @@ Date: Tue Dec 7 22:06:07 2010 +0000 demote it to a CLUTTER_NOTE() so event backend implementers can see it. clutter/clutter-input-device.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f8fc194b3b3529bf4f3230cef00d5d0b042673bf Author: Neil Roberts @@ -4427,7 +4427,7 @@ Date: Tue Dec 7 11:02:21 2010 +0000 conformance test failures for me on GLES2. clutter/clutter-score.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9d836d8ce5d95749e1b3562f1cab77d9ac27cb1e Author: Robert Bragg @@ -4443,7 +4443,7 @@ Date: Tue Dec 7 16:44:36 2010 +0000 clutter/cogl/cogl/cogl-context.c | 4 ++++ clutter/cogl/cogl/cogl-context.h | 2 ++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 67c2a1b29fa679f3a86b8ee4cae682de8391397b Author: Robert Bragg @@ -4456,7 +4456,7 @@ Date: Tue Dec 7 16:36:44 2010 +0000 by glib. This should hopefully fix the win32 builds. clutter/cogl/cogl/cogl-pipeline.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 464ed7e6b7c35248c03fd0a03a8e8087e7b5e274 Author: Robert Bragg @@ -4498,7 +4498,7 @@ Date: Thu Nov 4 13:57:36 2010 +0000 clutter/cogl/cogl/cogl-pipeline.c | 520 +++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-util.c | 9 + clutter/cogl/cogl/cogl-util.h | 27 ++ - 6 files changed, 580 insertions(+), 1 deletions(-) + 6 files changed, 580 insertions(+), 1 deletion(-) commit cc36e49ec5f06f608380fba24682a69e9b0d0a1a Author: Robert Bragg @@ -4539,7 +4539,7 @@ Date: Tue Dec 7 12:13:10 2010 +0000 configure with --enable-cogl2-reference for our tarball releases. doc/reference/Makefile.am | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit ff646b7fc3e4528836f415e4087ee30c6547ad7d Author: Robert Bragg @@ -4556,7 +4556,7 @@ Date: Wed Dec 1 16:53:08 2010 +0000 clutter/cogl/cogl/cogl-pipeline-glsl.c | 3 +-- clutter/cogl/cogl/cogl-pipeline-private.h | 9 --------- clutter/cogl/cogl/cogl-pipeline.c | 24 ------------------------ - 4 files changed, 1 insertions(+), 36 deletions(-) + 4 files changed, 1 insertion(+), 36 deletions(-) commit 1180fd159edea9b3907c186d45013348c041b216 Author: Robert Bragg @@ -4573,7 +4573,7 @@ Date: Wed Dec 1 16:37:25 2010 +0000 GTypeInstance based types. clutter/cogl/cogl/cogl-object.c | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit ef02cb7ff203b12932697823fbcc59a7bd04ad4d Author: Robert Bragg @@ -4590,14 +4590,14 @@ Date: Mon Nov 29 21:42:06 2010 +0000 clutter/cogl/cogl/Makefile.am | 1 + clutter/cogl/cogl/cogl-gtype-private.h | 48 ++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-matrix.c | 7 ++++ + clutter/cogl/cogl/cogl-matrix.c | 7 +++++ clutter/cogl/cogl/cogl-matrix.h | 16 ++++++++++ clutter/cogl/cogl/cogl.h | 6 ++++ doc/reference/cogl-2.0/cogl-docs.xml.in | 6 ++++ doc/reference/cogl-2.0/cogl-sections.txt | 6 +++- doc/reference/cogl/cogl-docs.xml.in | 1 + doc/reference/cogl/cogl-sections.txt | 6 ++++ - 9 files changed, 96 insertions(+), 1 deletions(-) + 9 files changed, 96 insertions(+), 1 deletion(-) commit c29a7526c040209a5ca0bb327f1df6a98c4d88aa Author: Robert Bragg @@ -4611,7 +4611,7 @@ Date: Mon Nov 29 18:47:10 2010 +0000 clutter/cogl/cogl/cogl-matrix.c | 15 +++++++++++++++ clutter/cogl/cogl/cogl-matrix.h | 27 +++++++++++++++++++++++++++ - 2 files changed, 42 insertions(+), 0 deletions(-) + 2 files changed, 42 insertions(+) commit 3edd02841b5748bbad0977ba9ccd91d65651f819 Author: Robert Bragg @@ -4632,7 +4632,7 @@ Date: Fri Dec 3 16:59:52 2010 +0000 the checks to those masked properties. clutter/cogl/cogl/cogl-pipeline.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 9ff191bd3bfba0000547c3082e7fe6c57152bbe5 Author: Robert Bragg @@ -4729,7 +4729,7 @@ Date: Tue Nov 9 12:01:04 2010 +0000 the rectangle when adding it to the journal rather than having to break up the batch to set the clip state. - clutter/cogl/cogl/cogl-clip-stack.c | 109 ++++++++++++++++++++++++++-------- + clutter/cogl/cogl/cogl-clip-stack.c | 109 ++++++++++++++++++++++++++--------- clutter/cogl/cogl/cogl-clip-state.c | 55 ------------------ 2 files changed, 83 insertions(+), 81 deletions(-) @@ -4783,7 +4783,7 @@ Date: Thu Dec 2 21:08:30 2010 +0000 clutter/cogl/cogl/cogl-context.c | 2 +- clutter/cogl/cogl/cogl-pipeline-arbfp.c | 3 +- clutter/cogl/cogl/cogl-pipeline-fixed.c | 3 +- - clutter/cogl/cogl/cogl-pipeline-glsl.c | 52 +++++- + clutter/cogl/cogl/cogl-pipeline-glsl.c | 52 ++++- clutter/cogl/cogl/cogl-pipeline-opengl-private.h | 3 +- clutter/cogl/cogl/cogl-pipeline-opengl.c | 6 +- clutter/cogl/cogl/cogl-pipeline-private.h | 3 +- @@ -4804,7 +4804,7 @@ Date: Thu Dec 2 15:46:40 2010 +0000 So children of the shell sourcing it can use them (eg. buildbot slaves) build/mingw/mingw-cross-compile.sh | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c1878316e02dce0ff10c8e81ee3fa3b6ea9bb9cb Author: Damien Lespiau @@ -4815,7 +4815,7 @@ Date: Thu Dec 2 15:41:43 2010 +0000 Fedora mingw32 cross compiler is prefix with i686-pc-mingw32-. build/mingw/mingw-cross-compile.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e73d5b30bbb927eae5ae2cd270df9d79c821c109 Author: Damien Lespiau @@ -4827,7 +4827,7 @@ Date: Thu Dec 2 14:03:01 2010 +0000 (for cairo-gobject). build/mingw/mingw-cross-compile.sh | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dd5431ef382a59337cfda04bc31cebc28085f17f Author: Neil Roberts @@ -4847,7 +4847,7 @@ Date: Thu Dec 2 16:30:55 2010 +0000 from an ancestor or as its own state. clutter/cogl/cogl/cogl-pipeline-glsl.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit 4cfe90bde275dbb952645397aa2ba2d6f6e2f3ba Author: Neil Roberts @@ -4908,7 +4908,7 @@ Date: Tue Nov 30 16:52:01 2010 +0000 it completes, so use that in looping animation recipe and examples. - doc/cookbook/animations.xml | 25 ++++++++++++++----- + doc/cookbook/animations.xml | 25 ++++++++++++++------ .../examples/animations-looping-implicit.c | 24 +------------------ 2 files changed, 19 insertions(+), 30 deletions(-) @@ -4922,7 +4922,7 @@ Date: Tue Nov 30 18:55:38 2010 +0000 clutter/clutter-keysyms-compat.h | 2 ++ clutter/clutter-keysyms.h | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 87a72d188e7d986686106859a4d4f229b20dfe7a Author: Neil Roberts @@ -4943,7 +4943,7 @@ Date: Wed Dec 1 15:48:37 2010 +0000 than COGL_PIPELINE_STATE_LAYERS. clutter/cogl/cogl/cogl-pipeline.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit f620d53054e50e4ddcf656794a38d13c21d0dbf6 Author: Neil Roberts @@ -4961,7 +4961,7 @@ Date: Wed Dec 1 14:39:28 2010 +0000 texture target check indepent of the other state changes. clutter/cogl/cogl/cogl-pipeline.c | 29 ++++++++++++++--------------- - 1 files changed, 14 insertions(+), 15 deletions(-) + 1 file changed, 14 insertions(+), 15 deletions(-) commit a38fa7a2dfc3a169777ba172d145178b9b068d73 Author: Neil Roberts @@ -4974,7 +4974,7 @@ Date: Tue Nov 30 22:28:38 2010 +0000 combine constant has changed since the last flushed material. clutter/cogl/cogl/cogl-pipeline-fixed.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 499a370ee326ea24fd0fff55466877a6f286d9fd Author: Neil Roberts @@ -4989,7 +4989,7 @@ Date: Tue Nov 30 22:17:17 2010 +0000 to the scene. clutter/cogl/cogl/cogl-pipeline-opengl.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 17a98875d33c872800c04c26338427970b88b308 Author: Neil Roberts @@ -5022,7 +5022,7 @@ Date: Tue Nov 30 16:36:56 2010 +0000 This reverts commit 27a3a2056a245aca64b8e3a7d82b7976c13e897a. clutter/cogl/cogl/cogl.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8ee91794477c82171e0b165fb9e10655798682a0 Author: Damien Lespiau @@ -5035,7 +5035,7 @@ Date: Tue Nov 30 16:22:49 2010 +0000 catch for the eglx bot! clutter/egl/clutter-backend-egl.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit bbbd91e581ca6d7408c1f6fa2f1b6d50d2c4db2b Author: Damien Lespiau @@ -5046,7 +5046,7 @@ Date: Tue Nov 30 16:03:26 2010 +0000 This shader variable is only used with big GL. clutter/cogl/cogl/cogl-shader.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9ad55edf24f74353c095153e370d6f648f4e5593 Author: Damien Lespiau @@ -5057,7 +5057,7 @@ Date: Tue Nov 30 10:06:12 2010 -0500 The access to stage_x11 has to be protected by COGL_HAS_X11_SUPPORT. clutter/egl/clutter-stage-egl.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 4ceb95d2ca5f5a52a77bfcada47d5befc6ab1fd1 Author: Damien Lespiau @@ -5070,7 +5070,7 @@ Date: Tue Nov 30 14:50:13 2010 +0000 in a few months. clutter/evdev/clutter-device-manager-evdev.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 27a3a2056a245aca64b8e3a7d82b7976c13e897a Author: Damien Lespiau @@ -5081,7 +5081,7 @@ Date: Fri Nov 19 14:51:39 2010 -0500 and be 100% warning free again. clutter/cogl/cogl/cogl.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9ba5447c9bbbd93808a56d9968b2e60f20bbd328 Author: Damien Lespiau @@ -5099,7 +5099,7 @@ Date: Fri Nov 19 14:31:51 2010 -0500 subclasses at the same time for now. configure.ac | 17 +++++++++++++++-- - 1 files changed, 15 insertions(+), 2 deletions(-) + 1 file changed, 15 insertions(+), 2 deletions(-) commit bce4c87232bea82560725fa44e079088d75a367f Author: Damien Lespiau @@ -5113,7 +5113,7 @@ Date: Fri Nov 19 14:19:52 2010 -0500 random data for buttons between 0x115 and 0x117. clutter/evdev/clutter-device-manager-evdev.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ac431ac21db043d42fa5b0be604a155503846012 Author: Damien Lespiau @@ -5127,7 +5127,7 @@ Date: Thu Nov 11 19:11:27 2010 -0500 _clutter_input_device_update(). clutter/clutter-input-device.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit c20beabf93a97c3e0d58d8512aa5459ca670d3bf Author: Damien Lespiau @@ -5152,7 +5152,7 @@ Date: Tue Nov 9 13:14:37 2010 -0500 evdev: Only create a xkbcommon mapping for keyboard devices clutter/evdev/clutter-device-manager-evdev.c | 44 ++++++++++++++++---------- - 1 files changed, 27 insertions(+), 17 deletions(-) + 1 file changed, 27 insertions(+), 17 deletions(-) commit 7cd6ba282865491d1e60e830676a363c72f21c25 Author: Damien Lespiau @@ -5165,7 +5165,7 @@ Date: Tue Nov 9 13:02:53 2010 -0500 device from the device manager in case of a read() error. clutter/evdev/clutter-device-manager-evdev.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit afd279dd7684bfd28b07cf668a1aaf213239cfd4 Author: Damien Lespiau @@ -5180,7 +5180,7 @@ Date: Tue Nov 9 12:50:23 2010 -0500 clutter/Makefile.am | 2 - clutter/egl/clutter-backend-egl.c | 1 - - clutter/evdev/clutter-device-manager-evdev.c | 320 ++++++++++++++++++++++- + clutter/evdev/clutter-device-manager-evdev.c | 320 +++++++++++++++++++++- clutter/evdev/clutter-device-manager-evdev.h | 3 + clutter/evdev/clutter-event-evdev.c | 367 -------------------------- clutter/evdev/clutter-event-evdev.h | 36 --- @@ -5198,7 +5198,7 @@ Date: Tue Nov 9 11:56:26 2010 -0500 clutter/evdev/clutter-device-manager-evdev.c | 59 ++++++++++++++++++++++++++ clutter/evdev/clutter-event-evdev.c | 49 +++++++++++++++++++++ - 2 files changed, 108 insertions(+), 0 deletions(-) + 2 files changed, 108 insertions(+) commit b83a4813a4fbf6818bed9f15d8fcf1d7c3717c9a Author: Damien Lespiau @@ -5210,8 +5210,8 @@ Date: Mon Nov 8 11:38:16 2010 -0500 device, not legacy mousedev ones for instance. We rely on the sysfs API/ABI guarantees and look for devices finishing by /input%d/event%d. - clutter/evdev/clutter-device-manager-evdev.c | 35 ++++++++++++++++++++----- - 1 files changed, 28 insertions(+), 7 deletions(-) + clutter/evdev/clutter-device-manager-evdev.c | 35 ++++++++++++++++++++------ + 1 file changed, 28 insertions(+), 7 deletions(-) commit c6493885c3f18042f39273a2efa4fc3616d932b2 Author: Damien Lespiau @@ -5255,7 +5255,7 @@ Date: Thu Nov 4 10:09:28 2010 -0400 is Unicode codepoint is 0xff53", which lead to interesting results. clutter/evdev/clutter-xkb-utils.c | 71 ++++++++++++++++++++++++++++++++++++- - 1 files changed, 70 insertions(+), 1 deletions(-) + 1 file changed, 70 insertions(+), 1 deletion(-) commit ef5256ec25e6261947e107256ce36ead42fcab88 Author: Damien Lespiau @@ -5274,7 +5274,7 @@ Date: Thu Nov 4 06:59:22 2010 -0400 clutter/Makefile.am | 11 ++- clutter/evdev/clutter-xkb-utils.c | 111 ++++++++++++++++++++++++ clutter/evdev/clutter-xkb-utils.h | 41 +++++++++ - clutter/wayland/clutter-input-device-wayland.c | 46 ++-------- + clutter/wayland/clutter-input-device-wayland.c | 46 +++------- 4 files changed, 169 insertions(+), 40 deletions(-) commit b5a9de1a23a58c1d52f5a394696a8532dc42befe @@ -5284,7 +5284,7 @@ Date: Tue Nov 30 10:35:17 2010 +0000 moduleset: Add gstreamer and gst-plugins-good build/clutter.modules | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 1d153fa860850e4d24df16a64b499a5690fbfeab Author: Emmanuele Bassi @@ -5293,7 +5293,7 @@ Date: Tue Nov 30 10:34:59 2010 +0000 moduleset: Disable stand-alone Cally build/clutter.modules | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 085962a361d1150f3f59a1e4925e89814a86c931 Author: Emmanuele Bassi @@ -5302,7 +5302,7 @@ Date: Tue Nov 30 10:34:38 2010 +0000 moduleset: Switch gtk2 to the 2.24 branch build/clutter.modules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e085e8d7f26e5191d67657ae4eacf3dab2e9906 Author: Emmanuele Bassi @@ -5312,12 +5312,12 @@ Date: Mon Nov 29 14:21:21 2010 +0000 configure.ac | 2 +- po/clutter-1.0.pot | 408 ++++++++++++++++++++++++++-------------------------- - po/de.po | 406 ++++++++++++++++++++++++++-------------------------- - po/fr.po | 406 ++++++++++++++++++++++++++-------------------------- - po/id.po | 406 ++++++++++++++++++++++++++-------------------------- - po/it.po | 406 ++++++++++++++++++++++++++-------------------------- - po/pl.po | 406 ++++++++++++++++++++++++++-------------------------- - po/zh_CN.po | 406 ++++++++++++++++++++++++++-------------------------- + po/de.po | 406 +++++++++++++++++++++++++-------------------------- + po/fr.po | 406 +++++++++++++++++++++++++-------------------------- + po/id.po | 406 +++++++++++++++++++++++++-------------------------- + po/it.po | 406 +++++++++++++++++++++++++-------------------------- + po/pl.po | 406 +++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 406 +++++++++++++++++++++++++-------------------------- 8 files changed, 1423 insertions(+), 1423 deletions(-) commit 8cebec6bdcefe84c2c663fce380c24f5ac88cfa4 @@ -5327,7 +5327,7 @@ Date: Mon Nov 29 14:09:09 2010 +0000 Release Clutter 1.5.8 (snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d046df8e6f1c1dfdf4144b1cbe2494d71ac3adc4 Author: Neil Roberts @@ -5344,7 +5344,7 @@ Date: Mon Nov 29 10:55:49 2010 +0000 defined twice. clutter/cogl/cogl/cogl-shader.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit ae300dc8e08d28dad821f7c843fe2b01783efb5a Author: Neil Roberts @@ -5356,7 +5356,7 @@ Date: Mon Nov 29 10:51:40 2010 +0000 just as well to use a regular char. clutter/cogl/cogl/cogl-pipeline-glsl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 08308fd3978dff227b8e0c8e1388a590bde29f25 Author: Emmanuele Bassi @@ -5365,7 +5365,7 @@ Date: Mon Nov 29 12:23:14 2010 +0000 docs: Close a tag clutter/clutter-color.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 556c938b4d6d3cb4743e00d95c0347e483d847a2 Author: Emmanuele Bassi @@ -5374,7 +5374,7 @@ Date: Mon Nov 29 12:01:20 2010 +0000 Update NEWS NEWS | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 038fe708f86efda95237915f8bce7fd1afb3a262 Merge: 67143bd c9d0f8b @@ -5400,7 +5400,7 @@ Date: Thu Nov 25 15:11:42 2010 +0000 width of a layout when in single-line mode, as wrapping will not happen. clutter/clutter-text.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit e1b58d9407845a249bc59cd270be50d43d34126b Author: Emmanuele Bassi @@ -5409,7 +5409,7 @@ Date: Mon Nov 29 11:19:16 2010 +0000 Update NEWS file NEWS | 32 ++++++++++++++++++++++++++++++-- - 1 files changed, 30 insertions(+), 2 deletions(-) + 1 file changed, 30 insertions(+), 2 deletions(-) commit 850a35f069368b645ceb8e027b6b27863dba308b Author: Emmanuele Bassi @@ -5421,8 +5421,8 @@ Date: Mon Nov 29 10:59:16 2010 +0000 CoglProgram cannot be reset post-creation - hence the uniforms cannot change. - clutter/clutter-shader-effect.c | 50 ++++++++++++-------------------------- - 1 files changed, 16 insertions(+), 34 deletions(-) + clutter/clutter-shader-effect.c | 50 +++++++++++++-------------------------- + 1 file changed, 16 insertions(+), 34 deletions(-) commit 08087c965bf312513f98a53bf3220e92c372d131 Author: Neil Roberts @@ -5437,8 +5437,8 @@ Date: Sat Nov 27 16:26:20 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2454 - clutter/clutter-shader-effect.c | 42 +++++++++++++++++--------------------- - 1 files changed, 19 insertions(+), 23 deletions(-) + clutter/clutter-shader-effect.c | 42 ++++++++++++++++++--------------------- + 1 file changed, 19 insertions(+), 23 deletions(-) commit 2dc9e0dc2941a1f805e71a656585037ced0ed721 Author: Neil Roberts @@ -5455,7 +5455,7 @@ Date: Sat Nov 27 16:27:59 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2454 clutter/clutter-offscreen-effect.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit b63e9ee8f8717dbf73e15df1e9a9d115dcb45504 Author: Tomeu Vizoso @@ -5468,7 +5468,7 @@ Date: Sat Nov 27 16:07:01 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2453 clutter/clutter-offscreen-effect.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 47d63c1c550776de52841f3d5508f20b48f5d722 Author: Tomeu Vizoso @@ -5481,7 +5481,7 @@ Date: Sat Nov 27 16:04:50 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2452 clutter/clutter-actor-meta.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 215d87abe9ccfe98cbf0e5e73f5c8edf4106a7ce Author: Emmanuele Bassi @@ -5496,7 +5496,7 @@ Date: Mon Nov 29 08:55:13 2010 +0000 Mentioned in: http://bugzilla.clutter-project.org/show_bug.cgi?id=2455 clutter/clutter-shader-effect.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 21e47d4280e27393d7510e232a1b1ee19b426032 Author: Neil Roberts @@ -5519,7 +5519,7 @@ Date: Fri Nov 26 15:23:15 2010 +0000 handles. clutter/cogl/cogl/cogl-pipeline.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit b424bd75124c4dc34510b056376a7f04f4620e53 Author: Robert Bragg @@ -5536,7 +5536,7 @@ Date: Mon Nov 1 13:53:16 2010 +0000 tests/micro-bench/Makefile.am | 4 +- tests/micro-bench/test-cogl-perf.c | 161 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 164 insertions(+), 1 deletions(-) + 2 files changed, 164 insertions(+), 1 deletion(-) commit 58a467c9270ec325431fc963aa8a862ae69fcabf Author: Robert Bragg @@ -5549,7 +5549,7 @@ Date: Thu Nov 25 20:12:36 2010 +0000 material at the end. clutter/cogl/cogl/cogl-primitives.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 01b93537ab9743dfd6aa2f0c3d4499420ee860cd Author: Alexandre Quessy @@ -5588,7 +5588,7 @@ Date: Thu Nov 25 13:19:59 2010 +0000 owner pipeline instead. clutter/cogl/cogl/cogl-pipeline.c | 22 ++++++++++------------ - 1 files changed, 10 insertions(+), 12 deletions(-) + 1 file changed, 10 insertions(+), 12 deletions(-) commit 6ddb8397110f6e6998e0262e5d3dd604cd93d670 Author: Neil Roberts @@ -5605,7 +5605,7 @@ Date: Thu Nov 25 10:56:50 2010 +0000 of the material state. clutter/clutter-offscreen-effect.c | 12 +++++------- - 1 files changed, 5 insertions(+), 7 deletions(-) + 1 file changed, 5 insertions(+), 7 deletions(-) commit 1b2a748d6c180454f0501859b4b02dc8c94d75e0 Author: Neil Roberts @@ -5650,7 +5650,7 @@ Date: Wed Nov 24 17:42:34 2010 +0000 function backend next. clutter/cogl/cogl/cogl-pipeline-private.h | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit d19f6212ce84894a79554f183d001deb25464721 Author: Neil Roberts @@ -5678,7 +5678,7 @@ Date: Wed Nov 24 17:33:07 2010 +0000 should bail out if one is given. clutter/cogl/cogl/cogl-pipeline-fixed.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit aa498072e075cc1ef4a85a0d14fb7b78ba749e3a Author: Neil Roberts @@ -5691,7 +5691,7 @@ Date: Wed Nov 24 17:37:55 2010 +0000 going on. clutter/cogl/cogl/cogl-pipeline-opengl.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 289e880efd4b7e2434619cbbe18ae444d4c52fd8 Author: Neil Roberts @@ -5708,7 +5708,7 @@ Date: Wed Nov 24 15:30:56 2010 +0000 glTexEnv function. clutter/cogl/cogl/cogl-pipeline-glsl.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 9c32d07453fbc06c44e8c0fca6ef6e85f23ebf0b Author: Neil Roberts @@ -5727,7 +5727,7 @@ Date: Sat Jul 17 14:11:02 2010 +0100 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-just-vertex-shader.c | 135 ++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 138 insertions(+), 0 deletions(-) + 3 files changed, 138 insertions(+) commit a50010fb408294dce2d1205fe3a70aeead39c192 Author: Neil Roberts @@ -5749,7 +5749,7 @@ Date: Tue Nov 23 14:47:17 2010 +0000 clutter/cogl/cogl/cogl-pipeline-opengl.c | 8 + .../driver/gles/cogl-fixed-fragment-shader.glsl | 64 -- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 737 +------------------- - clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 69 +-- + clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.h | 69 +- 5 files changed, 22 insertions(+), 861 deletions(-) commit 987e3c32dc733b5f6942a10651750080730272e6 @@ -5778,7 +5778,7 @@ Date: Mon Nov 22 18:33:49 2010 +0000 a uniform. clutter/cogl/cogl/cogl-pipeline-glsl.c | 144 +++++++++++++++++++++++++++++++- - 1 files changed, 140 insertions(+), 4 deletions(-) + 1 file changed, 140 insertions(+), 4 deletions(-) commit c3582b77dfc553528e49a8f3a1373a787cf64648 Author: Neil Roberts @@ -5794,7 +5794,7 @@ Date: Mon Nov 22 18:32:43 2010 +0000 clutter/cogl/cogl/cogl-pipeline.c | 25 +++++++++++++++++++++++++ clutter/cogl/cogl/cogl-pipeline.h | 22 ++++++++++++++++++++++ - 2 files changed, 47 insertions(+), 0 deletions(-) + 2 files changed, 47 insertions(+) commit 959846326fa138d9611212f0e1c6626e187984b8 Author: Neil Roberts @@ -5812,7 +5812,7 @@ Date: Mon Nov 22 18:29:50 2010 +0000 clutter/cogl/cogl/cogl-pipeline-opengl.c | 3 +- clutter/cogl/cogl/cogl-pipeline-private.h | 25 ++++--- - clutter/cogl/cogl/cogl-pipeline.c | 110 ++++++++++++++++++++++------ + clutter/cogl/cogl/cogl-pipeline.c | 110 ++++++++++++++++++++++------- 3 files changed, 102 insertions(+), 36 deletions(-) commit 124441aade679834ce7e34f38f9e10bd829aa76b @@ -5827,7 +5827,7 @@ Date: Mon Nov 22 16:44:11 2010 +0000 first place. clutter/cogl/cogl/cogl-blend-string.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 3fa73735c02e2e6471774f2a4253317e424564ee Author: Neil Roberts @@ -5918,7 +5918,7 @@ Date: Fri Nov 19 23:27:46 2010 -0800 http://bugzilla.clutter-project.org/show_bug.cgi?id=2438 clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f687ec6a226fa3914c6cf81fbad6b43786a2e1dc Author: Chris Lord @@ -5944,7 +5944,7 @@ Date: Tue Oct 26 17:09:24 2010 +0100 map/unmap functions. clutter/clutter-actor.c | 22 ++++++++++++++-------- - 1 files changed, 14 insertions(+), 8 deletions(-) + 1 file changed, 14 insertions(+), 8 deletions(-) commit 4752cc38b2000ba643fc9451769ebb2da9873280 Author: Robert Bragg @@ -5966,8 +5966,8 @@ Date: Wed Oct 20 18:26:01 2010 +0100 also handle composite actors that aren't containers using _clutter_actor_traverse. - clutter/clutter-actor.c | 57 +++++++++++++++++++++++++++------------------- - 1 files changed, 33 insertions(+), 24 deletions(-) + clutter/clutter-actor.c | 57 +++++++++++++++++++++++++++-------------------- + 1 file changed, 33 insertions(+), 24 deletions(-) commit 4bda67473283b9b10a21b72df01d54447c7d557f Author: Robert Bragg @@ -5989,7 +5989,7 @@ Date: Wed Oct 20 15:40:30 2010 +0100 desirable to skip children that you find have already been unrealized. clutter/clutter-actor-private.h | 47 ++++++++++++- - clutter/clutter-actor.c | 146 +++++++++++++++++++++++++++++++------- + clutter/clutter-actor.c | 146 +++++++++++++++++++++++++++++++-------- 2 files changed, 163 insertions(+), 30 deletions(-) commit 9df6f0c52445ef9c3c5343c1f0aee63c67bffe06 @@ -6024,7 +6024,7 @@ Date: Tue Oct 5 13:05:45 2010 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2356 clutter/x11/clutter-x11-texture-pixmap.c | 189 +++++++++++++++++++++--------- - 1 files changed, 132 insertions(+), 57 deletions(-) + 1 file changed, 132 insertions(+), 57 deletions(-) commit 1fdd82fcf1234a9b6c6fbcff05a62ce8f1eefcab Author: Neil Roberts @@ -6042,7 +6042,7 @@ Date: Wed Nov 17 17:31:23 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 tests/conform/test-cogl-texture-get-set-data.c | 39 ++++++++++++++++++++++-- - 1 files changed, 36 insertions(+), 3 deletions(-) + 1 file changed, 36 insertions(+), 3 deletions(-) commit 8b4034cd06035e49bbe709daf2977d828cb0f263 Author: Owen W. Taylor @@ -6065,10 +6065,10 @@ Date: Fri Nov 12 11:02:13 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 - clutter/cogl/cogl/cogl-atlas-texture.c | 17 +--- - clutter/cogl/cogl/cogl-sub-texture.c | 70 +---------- + clutter/cogl/cogl/cogl-atlas-texture.c | 17 +-- + clutter/cogl/cogl/cogl-sub-texture.c | 70 +--------- clutter/cogl/cogl/cogl-texture-2d-sliced.c | 149 +--------------------- - clutter/cogl/cogl/cogl-texture.c | 191 ++++++++++++++++++++++++++- + clutter/cogl/cogl/cogl-texture.c | 191 ++++++++++++++++++++++++++-- 4 files changed, 186 insertions(+), 241 deletions(-) commit 519b6fe6f259762f05a638716691f626b3b54f12 @@ -6109,7 +6109,7 @@ Date: Wed Nov 17 17:45:27 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 clutter/cogl/cogl/cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2bd054f886a1ecd18837e6be9e48b379b8628754 Author: Neil Roberts @@ -6129,8 +6129,8 @@ Date: Wed Nov 17 15:38:20 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 - clutter/cogl/cogl/cogl-private.h | 10 +++++++++ - clutter/cogl/cogl/cogl.c | 39 +++++++++++++++++++++++++++---------- + clutter/cogl/cogl/cogl-private.h | 10 ++++++++++ + clutter/cogl/cogl/cogl.c | 39 +++++++++++++++++++++++++++----------- 2 files changed, 38 insertions(+), 11 deletions(-) commit b4016f64fa9c82266e4827fb06826319a418d9d9 @@ -6149,8 +6149,8 @@ Date: Thu Nov 11 15:28:44 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 - clutter/cogl/cogl/cogl-framebuffer-private.h | 24 ++++++ - clutter/cogl/cogl/cogl-framebuffer.c | 100 +++++++++++++++++++------ + clutter/cogl/cogl/cogl-framebuffer-private.h | 24 +++++++ + clutter/cogl/cogl/cogl-framebuffer.c | 100 +++++++++++++++++++------- 2 files changed, 100 insertions(+), 24 deletions(-) commit d52bd995a6a5012fc363b607a9ac79b2748087db @@ -6162,7 +6162,7 @@ Date: Fri Nov 12 10:58:59 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2414 tests/conform/test-cogl-texture-get-set-data.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a53b9febcdd60c322933e41e4ded6247da1f8bef Author: Robert Bragg @@ -6179,7 +6179,7 @@ Date: Tue Nov 23 16:48:59 2010 +0000 to make sure the backend will do an un-clipped redraw. clutter/clutter-stage.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 5f181f7265fe043025583e3a7747e9ce55bd65ba Author: Robert Bragg @@ -6225,7 +6225,7 @@ Date: Wed Nov 24 12:44:35 2010 +0000 using scaling. doc/cookbook/animations.xml | 305 ++++++++++++++++++++++++++++++++++++------- - 1 files changed, 257 insertions(+), 48 deletions(-) + 1 file changed, 257 insertions(+), 48 deletions(-) commit ee9a4d02bba8bb0cf6ea73c5cdcce49fb29f786e Author: Elliot Smith @@ -6239,7 +6239,7 @@ Date: Wed Nov 24 12:22:12 2010 +0000 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-scaling-zoom.c | 155 +++++++++++++++++++++++ - 2 files changed, 157 insertions(+), 0 deletions(-) + 2 files changed, 157 insertions(+) commit c8f112876e69ca2aeb9eb202c504bcf24ecab921 Author: Elliot Smith @@ -6248,7 +6248,7 @@ Date: Fri Nov 19 14:52:44 2010 +0000 cookbook: Added "animated scaling" recipe skeleton doc/cookbook/animations.xml | 132 +++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 132 insertions(+), 0 deletions(-) + 1 file changed, 132 insertions(+) commit b47b2f474910ead5b72eae88ebc53c2f667b93d7 Author: Elliot Smith @@ -6265,7 +6265,7 @@ Date: Fri Nov 19 14:29:39 2010 +0000 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/animations-scaling.c | 183 ++++++++++++++++++++++++++++ - 2 files changed, 185 insertions(+), 0 deletions(-) + 2 files changed, 185 insertions(+) commit 446107f19d59ab95c918e566b5d8efdb8c0841c8 Author: Emmanuele Bassi @@ -6279,7 +6279,7 @@ Date: Wed Nov 24 12:02:38 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2435 clutter/x11/clutter-backend-x11.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a552e27abfa2e0f0705ac935872e5393cdf1fdc Author: Tomeu Vizoso @@ -6292,7 +6292,7 @@ Date: Tue Nov 23 17:06:52 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2442 clutter/clutter-shader-effect.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 65d0ce607efe6cbc72e3f1f4518c8cf5d038ceee Author: Robert Bragg @@ -6309,7 +6309,7 @@ Date: Tue Nov 23 14:31:45 2010 +0000 False which means Clutter has to assume it covers everything. clutter/clutter-stage.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 52bf38c38c4b1d0c787cccf5e1ea2518a67ac1bf Author: Robert Bragg @@ -6323,7 +6323,7 @@ Date: Tue Nov 23 14:30:08 2010 +0000 to queue a clipped redraw. clutter/x11/clutter-event-x11.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 1b7c895a2d041a36ad9279044e47542be8c0ba95 Author: Neil Roberts @@ -6336,8 +6336,8 @@ Date: Tue Nov 23 14:07:16 2010 +0000 it was using the wrong height when copying the data so it would end up overflowing the buffer and crashing. - .../cogl/driver/gles/cogl-texture-driver-gles.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-texture-driver-gles.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01c6ccfa1336216c74829386912806ca02e1ab12 Author: Emmanuele Bassi @@ -6350,8 +6350,8 @@ Date: Tue Nov 23 13:05:47 2010 +0000 types without casting, the PipelineLayer struct should store the wrap modes using the internal enumeration. - clutter/cogl/cogl/cogl-pipeline-private.h | 44 ++++++++++++++-------------- - 1 files changed, 22 insertions(+), 22 deletions(-) + clutter/cogl/cogl/cogl-pipeline-private.h | 44 ++++++++++++++--------------- + 1 file changed, 22 insertions(+), 22 deletions(-) commit 8e6fac38fa73ec4c8a67835a1128e6b1a9889302 Author: Owen W. Taylor @@ -6367,9 +6367,9 @@ Date: Sat Nov 13 11:29:49 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2396 - clutter/clutter-actor-private.h | 3 ++ - clutter/clutter-actor.c | 42 ++++++++++++++++++++++++++++++++------ - clutter/clutter-clone.c | 2 + + clutter/clutter-actor-private.h | 3 +++ + clutter/clutter-actor.c | 42 ++++++++++++++++++++++++++++++++------- + clutter/clutter-clone.c | 2 ++ 3 files changed, 40 insertions(+), 7 deletions(-) commit c68280556ee762c840bb8c73da16d505b6efe1ac @@ -6385,7 +6385,7 @@ Date: Mon Nov 22 15:51:15 2010 +0000 step instead. clutter/cogl/cogl/cogl-clip-stack.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 99f4832c28512e8b670b3681eeb228b4c8c08d14 Author: Robert Bragg @@ -6403,7 +6403,7 @@ Date: Mon Nov 22 12:44:36 2010 +0000 clutter/cogl/cogl/cogl-journal-private.h | 1 - clutter/cogl/cogl/cogl-journal.c | 6 ------ clutter/cogl/cogl/cogl-primitives.c | 2 -- - 3 files changed, 0 insertions(+), 9 deletions(-) + 3 files changed, 9 deletions(-) commit 305bb124b71b8fd531009f050cc83d89af1dfb93 Author: Robert Bragg @@ -6444,7 +6444,7 @@ Date: Fri Nov 12 13:35:24 2010 +0000 clutter/cogl/cogl/cogl-matrix.c | 346 ++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-matrix.h | 123 ++++++++++++ doc/reference/cogl/cogl-sections.txt | 2 +- - 3 files changed, 470 insertions(+), 1 deletions(-) + 3 files changed, 470 insertions(+), 1 deletion(-) commit 4307e65f937538a6251738a8450babce5ed9e8e6 Author: Robert Bragg @@ -6461,7 +6461,7 @@ Date: Thu Nov 11 16:28:45 2010 +0000 clutter/cogl/cogl/cogl-pipeline-private.h | 3 +- clutter/cogl/cogl/cogl-pipeline.c | 6 +- - clutter/cogl/cogl/cogl-primitives.c | 324 +++++++++++++++------------- + clutter/cogl/cogl/cogl-primitives.c | 324 ++++++++++++++++------------- 3 files changed, 180 insertions(+), 153 deletions(-) commit fb564cc2ca9579c3b444f5fd5c59ee4da040b7da @@ -6478,12 +6478,12 @@ Date: Thu Nov 11 15:08:38 2010 +0000 code and types. It also remove the wrap_mode_overrides argument for _cogl_journal_log_quad. - clutter/cogl/cogl/cogl-journal-private.h | 2 - + clutter/cogl/cogl/cogl-journal-private.h | 2 -- clutter/cogl/cogl/cogl-journal.c | 7 ---- clutter/cogl/cogl/cogl-pipeline-private.h | 32 +---------------- clutter/cogl/cogl/cogl-pipeline.c | 55 ----------------------------- - clutter/cogl/cogl/cogl-primitives.c | 2 - - 5 files changed, 1 insertions(+), 97 deletions(-) + clutter/cogl/cogl/cogl-primitives.c | 2 -- + 5 files changed, 1 insertion(+), 97 deletions(-) commit b8c9ee7e88ca6d1c2e9bc6380740dbf19096e71e Author: Emmanuele Bassi @@ -6496,7 +6496,7 @@ Date: Tue Nov 23 10:26:15 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2441 clutter/x11/clutter-backend-x11.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 1db8b8a70e9c198a04d7c3e3e6365513f5d6858d Author: Emmanuele Bassi @@ -6507,7 +6507,7 @@ Date: Mon Nov 22 17:01:17 2010 +0000 Avoid a warning. clutter/clutter-color.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 88049013702032895a9cb7ed60f661d58443130d Author: Emmanuele Bassi @@ -6516,7 +6516,7 @@ Date: Mon Nov 22 15:20:55 2010 +0000 Update NEWS NEWS | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit f4531aef4bea347f84b6ace38f6df7b34cdbe13c Author: Emmanuele Bassi @@ -6527,7 +6527,7 @@ Date: Mon Nov 22 15:07:01 2010 +0000 Missed it when reading the CSS spec. clutter/clutter-color.c | 35 ++++++++++++++++++++++++++++++++--- - 1 files changed, 32 insertions(+), 3 deletions(-) + 1 file changed, 32 insertions(+), 3 deletions(-) commit e86db85cd2f0bbdbb65924a8f9ae2575e1212d14 Author: Emmanuele Bassi @@ -6540,7 +6540,7 @@ Date: Mon Nov 22 15:02:47 2010 +0000 clutter/clutter-color.c | 70 ++++++++++++++++++++++++++++++++++++++++++++ tests/conform/test-color.c | 14 +++++++++ - 2 files changed, 84 insertions(+), 0 deletions(-) + 2 files changed, 84 insertions(+) commit ab6da347f61c0fb2249bbab9d03545121752d633 Author: Emmanuele Bassi @@ -6582,7 +6582,7 @@ Date: Mon Nov 22 10:16:45 2010 +0000 Also updates the introductory blurb. README | 29 ++++++++++++++++++++++++----- - 1 files changed, 24 insertions(+), 5 deletions(-) + 1 file changed, 24 insertions(+), 5 deletions(-) commit 3055cd1f4aec16a39e520da8d697d19c5beae711 Author: Emmanuele Bassi @@ -6593,7 +6593,7 @@ Date: Sat Nov 20 13:05:51 2010 +0000 I forgot to add the xinclude directive in the main document. doc/reference/clutter/clutter-docs.xml.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2fe8f864971f3fdfd27e1f2480aa48b0b9c4172e Author: Emmanuele Bassi @@ -6617,7 +6617,7 @@ Date: Sat Nov 20 11:07:29 2010 +0000 Post-release version bump to 1.5.7 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7373cebd8d23fa88c74f680bca5d5c7445d46eb0 Author: Emmanuele Bassi @@ -6626,7 +6626,7 @@ Date: Sat Nov 20 10:17:51 2010 +0000 Release Clutter 1.5.6 (snapshot) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b674fcf3bb3acef61bb10a5726e020a4bc1310c7 Author: Emmanuele Bassi @@ -6635,7 +6635,7 @@ Date: Sat Nov 20 10:46:57 2010 +0000 build: Add missing cogl-shader-boilerplate.h clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit be3040fd2bca29d3d415d4baf062480f20471947 Author: Emmanuele Bassi @@ -6644,7 +6644,7 @@ Date: Fri Nov 19 18:29:43 2010 +0000 build: Add a missing file clutter/cogl/cogl/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e30b7b2d5a2f4468a9266085ce58b133734e3f9c Author: Emmanuele Bassi @@ -6653,7 +6653,7 @@ Date: Fri Nov 19 18:15:29 2010 +0000 build: Don't reference non-existing files clutter/cogl/cogl/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 60c6312b2d11f25c631cade6cc59b9680debc6c2 Author: Emmanuele Bassi @@ -6662,7 +6662,7 @@ Date: Fri Nov 19 18:07:27 2010 +0000 Update the NEWS file NEWS | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 63 insertions(+), 0 deletions(-) + 1 file changed, 63 insertions(+) commit d39277d0cf96e2a4ac7b5cc3f587b5fba1f48610 Author: Emmanuele Bassi @@ -6676,7 +6676,7 @@ Date: Fri Nov 19 12:26:57 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2395 clutter/clutter-actor.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 346d3e40a37f2229b0a9314fd8a3c2b6c4313752 Author: Owen W. Taylor @@ -6690,7 +6690,7 @@ Date: Mon Nov 15 01:32:42 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2423 clutter/cogl/cogl/cogl-journal.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 1299672b5a53e004bfbc92fd89d2707c732e3586 Author: Owen W. Taylor @@ -6757,7 +6757,7 @@ Date: Tue Nov 16 08:52:49 2010 +0000 previous array we didn't first check that it wasn't simply NULL. clutter/cogl/cogl/cogl-vertex-buffer.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f473c213fcc1b0095f32c909eb69a0c8172cba0e Author: Robert Bragg @@ -6772,12 +6772,12 @@ Date: Tue Nov 16 08:49:55 2010 +0000 data then NULL can simply be passed. clutter/cogl/cogl/cogl-journal.c | 2 +- - clutter/cogl/cogl/cogl-primitive.c | 40 ++++++------------------------- - clutter/cogl/cogl/cogl-primitives.c | 6 +--- - clutter/cogl/cogl/cogl-vertex-array.c | 11 +++++++- - clutter/cogl/cogl/cogl-vertex-array.h | 9 +++++- - clutter/cogl/cogl/cogl-vertex-buffer.c | 3 +- - clutter/cogl/cogl/cogl2-path.c | 12 +++------ + clutter/cogl/cogl/cogl-primitive.c | 40 +++++++------------------------- + clutter/cogl/cogl/cogl-primitives.c | 6 ++--- + clutter/cogl/cogl/cogl-vertex-array.c | 11 +++++++-- + clutter/cogl/cogl/cogl-vertex-array.h | 9 +++++-- + clutter/cogl/cogl/cogl-vertex-buffer.c | 3 ++- + clutter/cogl/cogl/cogl2-path.c | 12 ++++------ 7 files changed, 33 insertions(+), 50 deletions(-) commit 804dd5d5fc2b68b64032cac30268372303be24bf @@ -6805,7 +6805,7 @@ Date: Tue Nov 16 08:38:59 2010 +0000 depends on the CoglClipStack typedef. clutter/cogl/cogl/cogl-clip-state.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 6f68bb365694bfd82737f6d1c577af38280d099b Author: Robert Bragg @@ -6817,7 +6817,7 @@ Date: Wed Nov 10 18:27:00 2010 +0000 clipped redraws. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 694632ce95bfc2c14791214acc435743dba4df2e Author: Emmanuele Bassi @@ -6868,7 +6868,7 @@ Date: Wed Nov 17 15:51:35 2010 +0000 Use a simple animation with a looping+reversing timeline. tests/interactive/test-layout.c | 24 +++++++++++++++--------- - 1 files changed, 15 insertions(+), 9 deletions(-) + 1 file changed, 15 insertions(+), 9 deletions(-) commit eade1ab19e90b6955ead726132503f13ac346356 Author: Emmanuele Bassi @@ -6879,7 +6879,7 @@ Date: Wed Nov 10 11:51:42 2010 +0000 Use a looping animation with a shared timeline instead. tests/interactive/test-rotate.c | 57 +++++++++++++++++---------------------- - 1 files changed, 25 insertions(+), 32 deletions(-) + 1 file changed, 25 insertions(+), 32 deletions(-) commit 74a770a976250d1d3cb887d9536fac1e9fc7cdf4 Author: Emmanuele Bassi @@ -6904,37 +6904,37 @@ Date: Sat Nov 6 15:54:21 2010 +0000 Currently, we need to make tests build, so we undef DISABLE_DEPRECATED in specific test cases while they get ported. - clutter/clutter-actor.c | 4 ++- + clutter/clutter-actor.c | 4 +++- clutter/clutter-behaviour-depth.c | 15 ++++++++++++- clutter/clutter-behaviour-depth.h | 9 ++++++++ - clutter/clutter-behaviour-ellipse.c | 6 +++- + clutter/clutter-behaviour-ellipse.c | 6 ++++-- clutter/clutter-behaviour-ellipse.h | 8 +++++++ - clutter/clutter-behaviour-opacity.c | 34 +++++++++++++++-------------- + clutter/clutter-behaviour-opacity.c | 34 ++++++++++++++++-------------- clutter/clutter-behaviour-opacity.h | 10 ++++++++- - clutter/clutter-behaviour-path.c | 25 +++++++++++++++++---- + clutter/clutter-behaviour-path.c | 25 +++++++++++++++++----- clutter/clutter-behaviour-path.h | 9 ++++++++ - clutter/clutter-behaviour-rotate.c | 13 +++++------ + clutter/clutter-behaviour-rotate.c | 13 ++++++------ clutter/clutter-behaviour-rotate.h | 8 +++++++ clutter/clutter-behaviour-scale.c | 33 +++++++++++++++++++++-------- clutter/clutter-behaviour-scale.h | 9 ++++++++ - clutter/clutter-behaviour.c | 7 ++++- - clutter/clutter-behaviour.h | 12 +++++++++- - tests/conform/test-behaviours.c | 2 + + clutter/clutter-behaviour.c | 7 ++++-- + clutter/clutter-behaviour.h | 12 ++++++++++- + tests/conform/test-behaviours.c | 2 ++ tests/conform/test-script-parser.c | 1 + tests/interactive/test-actor-clone.c | 1 + tests/interactive/test-actors.c | 1 + tests/interactive/test-behave.c | 1 + - tests/interactive/test-depth.c | 2 + - tests/interactive/test-layout.c | 2 + - tests/interactive/test-multistage.c | 2 + - tests/interactive/test-paint-wrapper.c | 2 + - tests/interactive/test-pixmap.c | 4 ++- + tests/interactive/test-depth.c | 2 ++ + tests/interactive/test-layout.c | 2 ++ + tests/interactive/test-multistage.c | 2 ++ + tests/interactive/test-paint-wrapper.c | 2 ++ + tests/interactive/test-pixmap.c | 4 +++- tests/interactive/test-rotate.c | 1 + - tests/interactive/test-scale.c | 2 + + tests/interactive/test-scale.c | 2 ++ tests/interactive/test-script.c | 1 + - tests/interactive/test-texture-async.c | 2 + - tests/interactive/test-texture-quality.c | 2 + - tests/interactive/test-threads.c | 2 + + tests/interactive/test-texture-async.c | 2 ++ + tests/interactive/test-texture-quality.c | 2 ++ + tests/interactive/test-threads.c | 2 ++ tests/interactive/test-viewport.c | 1 + 32 files changed, 185 insertions(+), 46 deletions(-) @@ -6952,7 +6952,7 @@ Date: Wed Nov 17 15:27:42 2010 +0000 clutter/clutter-timeline.c | 156 ++++++++++++++++++++++++---- clutter/clutter-timeline.h | 3 + doc/reference/clutter/clutter-sections.txt | 2 + - tests/interactive/test-behave.c | 21 +---- + tests/interactive/test-behave.c | 21 +--- 4 files changed, 144 insertions(+), 38 deletions(-) commit 1ce47bb562a227f4c3bb267e2e10b54b4ded475c @@ -6963,8 +6963,8 @@ Date: Thu Nov 18 14:02:52 2010 +0000 The hash is confusing gtk-doc. - clutter/clutter-color.h | 90 +++++++++++++++++++++++----------------------- - 1 files changed, 45 insertions(+), 45 deletions(-) + clutter/clutter-color.h | 90 +++++++++++++++++++++++------------------------ + 1 file changed, 45 insertions(+), 45 deletions(-) commit a94ea93bde8382691b8eea1f047b20c0c689c51f Author: Emmanuele Bassi @@ -6997,7 +6997,7 @@ Date: Thu Nov 18 11:00:08 2010 +0000 actor: Group bitfields together clutter/clutter-actor.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit b55346151c3122d356d1e0af5f73bba184fbaa81 Author: Emmanuele Bassi @@ -7015,7 +7015,7 @@ Date: Wed Nov 17 19:13:55 2010 +0000 configure.ac | 8 ++++++++ doc/reference/Makefile.am | 8 +++++++- - 2 files changed, 15 insertions(+), 1 deletions(-) + 2 files changed, 15 insertions(+), 1 deletion(-) commit 8f60d5a3a2d6650bb27ebe6488fe56bf67d3d09c Author: Emmanuele Bassi @@ -7058,12 +7058,12 @@ Date: Sun Nov 7 15:57:33 2010 +0000 but it was still assumed to be private; we should just remove it from the public symbols. - clutter/clutter-frame-source.c | 8 +++-- - clutter/clutter-master-clock.c | 51 ++++++++++++++++------------------- - clutter/clutter-timeline.c | 17 +++++------ - clutter/clutter-timeline.h | 4 +- + clutter/clutter-frame-source.c | 8 +++--- + clutter/clutter-master-clock.c | 51 ++++++++++++++++-------------------- + clutter/clutter-timeline.c | 17 ++++++------ + clutter/clutter-timeline.h | 4 +-- clutter/clutter-timeout-interval.c | 33 ++++++++++++----------- - clutter/clutter-timeout-interval.h | 28 ++++++++++--------- + clutter/clutter-timeout-interval.h | 28 +++++++++++--------- clutter/clutter-timeout-pool.c | 16 ++++++----- 7 files changed, 79 insertions(+), 78 deletions(-) @@ -7074,7 +7074,7 @@ Date: Wed Nov 17 12:49:10 2010 +0000 docs: Move the constraints example picture about the source code clutter/clutter-constraint.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit e5da5b0907264f822bf646ef7e1151bb69f1945a Author: Emmanuele Bassi @@ -7094,7 +7094,7 @@ Date: Wed Nov 17 12:14:02 2010 +0000 docs: Fix closing tag clutter/clutter-constraint.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a731682ac394d1b54b78dec1083d158a71e10f89 Author: Emmanuele Bassi @@ -7107,8 +7107,8 @@ Date: Mon Nov 15 16:30:12 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2422 - clutter/clutter-actor.c | 65 ++++++++++++++++++++++++++++++++-------------- - 1 files changed, 45 insertions(+), 20 deletions(-) + clutter/clutter-actor.c | 65 ++++++++++++++++++++++++++++++++--------------- + 1 file changed, 45 insertions(+), 20 deletions(-) commit 66e7a38a3d9a8b2782969cf24db59909e0f99877 Author: muflone @@ -7118,8 +7118,8 @@ Date: Mon Nov 15 17:54:01 2010 +0000 Signed-off-by: Emmanuele Bassi - po/it.po | 839 ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 413 insertions(+), 426 deletions(-) + po/it.po | 839 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 413 insertions(+), 426 deletions(-) commit a32f7811447addd100bb5919ee5e0f3d1157097f Author: Emmanuele Bassi @@ -7128,7 +7128,7 @@ Date: Tue Nov 16 17:18:50 2010 +0000 docs: Break down the constraints example clutter/clutter-constraint.c | 34 ++++++++++++++++++++++++++++++++++ - 1 files changed, 34 insertions(+), 0 deletions(-) + 1 file changed, 34 insertions(+) commit 3777e0b38267fd21539c8ec5e7f04d6179379a3d Author: Emmanuele Bassi @@ -7137,7 +7137,7 @@ Date: Mon Nov 15 17:27:46 2010 +0000 docs: Update the constraints example image doc/reference/clutter/constraints-example.png | Bin 2482 -> 5985 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit 2950cb3e78626b269555bc3a4813f9bfe17ea7fc Author: Emmanuele Bassi @@ -7146,7 +7146,7 @@ Date: Mon Nov 15 16:02:15 2010 +0000 docs: Fix Since tags for PaintVolume-related API clutter/clutter-paint-volume.c | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit b7fa13a52f6c7f13e81cefd774b7ac301261a673 Author: Emmanuele Bassi @@ -7159,7 +7159,7 @@ Date: Mon Nov 15 15:02:07 2010 +0000 clutter/clutter-constraint.c | 59 ++++++++++++++++++++++++- doc/reference/clutter/Makefile.am | 2 + doc/reference/clutter/constraints-example.png | Bin 0 -> 2482 bytes - 3 files changed, 60 insertions(+), 1 deletions(-) + 3 files changed, 60 insertions(+), 1 deletion(-) commit 3c15c0c9bb6befff149b8be512d7342d820b591a Author: Emmanuele Bassi @@ -7190,7 +7190,7 @@ Date: Fri Nov 12 18:09:25 2010 +0000 Simple optimization is simple. clutter/clutter-actor.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 0523d6db0815ed55e5e76f5d0cd879e394d9a0f6 Author: Emmanuele Bassi @@ -7208,7 +7208,7 @@ Date: Fri Nov 12 18:07:44 2010 +0000 for getting the same result without type checks would be much more appreciated. - clutter/clutter-actor-private.h | 2 + + clutter/clutter-actor-private.h | 2 ++ clutter/clutter-actor.c | 63 ++++++++++++++++++++------------------- 2 files changed, 34 insertions(+), 31 deletions(-) @@ -7244,7 +7244,7 @@ Date: Mon Nov 15 15:36:41 2010 +0000 Fix compilation warning by using the correct type clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 92e21ae936a2bf796441db629cb1576b2ef8856d Merge: e800353 f9d2310 @@ -7268,7 +7268,7 @@ Date: Mon Nov 15 11:18:26 2010 +0000 a loop which goes back to its start on each iteration. doc/cookbook/animations.xml | 328 +++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 298 insertions(+), 30 deletions(-) + 1 file changed, 298 insertions(+), 30 deletions(-) commit e205bd0fdc42832d97bf022cf63faa6d5302478c Author: Elliot Smith @@ -7280,8 +7280,8 @@ Date: Thu Nov 11 12:04:20 2010 +0000 emits "completed" during looped animation, while the animation itself doesn't. - .../examples/animations-looping-implicit.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + doc/cookbook/examples/animations-looping-implicit.c | 4 ++++ + 1 file changed, 4 insertions(+) commit 7eb248b1f0ae05e2eb165a04f37bbf8eadaf77d6 Author: Elliot Smith @@ -7304,7 +7304,7 @@ Date: Wed Nov 10 17:43:28 2010 +0000 cookbook: Recipe skeleton for "looping animations" doc/cookbook/animations.xml | 55 +++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 55 insertions(+), 0 deletions(-) + 1 file changed, 55 insertions(+) commit 0d8c730558f2d4b4c04c3daa014cebd76b14c263 Author: Elliot Smith @@ -7320,7 +7320,7 @@ Date: Wed Nov 10 16:11:27 2010 +0000 .../examples/animations-looping-animator.c | 66 +++++++++++++++ .../examples/animations-looping-implicit.c | 87 ++++++++++++++++++++ doc/cookbook/examples/animations-looping-state.c | 83 +++++++++++++++++++ - 4 files changed, 242 insertions(+), 0 deletions(-) + 4 files changed, 242 insertions(+) commit e80035331b8adf6eec2549bf16f1027210c4233f Author: Emmanuele Bassi @@ -7329,7 +7329,7 @@ Date: Sun Nov 14 23:06:53 2010 +0000 Use the right string in the font settings debug blurb clutter/clutter-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e6bc65b5c37c38dbf5a82dea724e2f389e2b481e Author: Emmanuele Bassi @@ -7343,7 +7343,7 @@ Date: Sun Nov 14 15:23:36 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2417 clutter/clutter-text.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 9249bd8411157c7610fd406e88ebc9ed9e089be4 Author: Owen W. Taylor @@ -7364,7 +7364,7 @@ Date: Fri Nov 12 18:53:51 2010 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2415 clutter/x11/clutter-backend-x11.c | 37 ++++--------------------------------- - 1 files changed, 4 insertions(+), 33 deletions(-) + 1 file changed, 4 insertions(+), 33 deletions(-) commit f9d2310b724fbd6ff4e3d6b0d1bcdfc1dd8b4b7b Author: Elliot Smith @@ -7375,19 +7375,19 @@ Date: Fri Nov 12 09:32:04 2010 +0000 Modified all cookbook example code to prevent ISO C90 compliance warnings occurring during compilation. - doc/cookbook/examples/animations-moving-animator.c | 11 +++---- + doc/cookbook/examples/animations-moving-animator.c | 11 ++++---- doc/cookbook/examples/animations-moving-implicit.c | 4 ++- doc/cookbook/examples/events-buttons-lasso.c | 6 ++-- doc/cookbook/examples/events-mouse-scroll.c | 13 +++++---- - .../examples/events-pointer-motion-scribbler.c | 4 +- - .../examples/events-pointer-motion-stacked.c | 5 ++- + .../examples/events-pointer-motion-scribbler.c | 4 +-- + .../examples/events-pointer-motion-stacked.c | 5 ++-- doc/cookbook/examples/events-pointer-motion.c | 3 +- - .../examples/layouts-stacking-diff-sized-actors.c | 6 +++- - doc/cookbook/examples/layouts-stacking.c | 10 +++--- - doc/cookbook/examples/script-signals.c | 13 +++++--- - doc/cookbook/examples/script-ui.c | 11 ++++--- + .../examples/layouts-stacking-diff-sized-actors.c | 6 ++-- + doc/cookbook/examples/layouts-stacking.c | 10 +++---- + doc/cookbook/examples/script-signals.c | 13 +++++---- + doc/cookbook/examples/script-ui.c | 11 ++++---- doc/cookbook/examples/text-shadow.c | 14 +++++----- - doc/cookbook/examples/textures-crossfade-cogl.c | 29 +++++++++++++------ + doc/cookbook/examples/textures-crossfade-cogl.c | 29 ++++++++++++++------ .../examples/textures-crossfade-slideshow.c | 29 +++++++++++--------- doc/cookbook/examples/textures-crossfade.c | 18 ++++++------ doc/cookbook/examples/textures-reflection.c | 14 +++++----- @@ -7404,7 +7404,7 @@ Date: Fri Nov 12 09:54:12 2010 +0000 integers only. doc/cookbook/actors.xml | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit f135f2e7d5b7c5304ae4ba91a26f4dc0d5b0c757 Author: Elliot Smith @@ -7415,8 +7415,8 @@ Date: Fri Nov 12 09:49:07 2010 +0000 Opacity is a guint, so don't use floating point numbers to set its value. - .../examples/events-pointer-motion-stacked.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + doc/cookbook/examples/events-pointer-motion-stacked.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 03a713e18e842d29a73f9cefb38e689ceefb35ed Author: Lucas Rocha @@ -7430,8 +7430,8 @@ Date: Thu Nov 11 22:23:09 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2409 - clutter/clutter-click-action.c | 85 +++++++++++++++++++++++++++++++-------- - 1 files changed, 67 insertions(+), 18 deletions(-) + clutter/clutter-click-action.c | 85 +++++++++++++++++++++++++++++++--------- + 1 file changed, 67 insertions(+), 18 deletions(-) commit dfdd5914142d6c6fd36b52c186d8bfa92c704168 Merge: 47a6cd9 6ed6b2a @@ -7451,7 +7451,7 @@ Date: Thu Nov 11 14:05:36 2010 +0000 Add cogl-2.0 reference in the ignore file .gitignore | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 1bcf15e1b82a7f2842aa210f73dba5706d404484 Author: Neil Roberts @@ -7473,7 +7473,7 @@ Date: Thu Nov 11 16:24:54 2010 +0000 clutter/cogl/cogl/cogl-texture-3d.c | 2 -- clutter/cogl/cogl/cogl-texture-private.h | 2 -- clutter/cogl/cogl/cogl-texture-rectangle.c | 2 -- - 7 files changed, 1 insertions(+), 17 deletions(-) + 7 files changed, 1 insertion(+), 17 deletions(-) commit 49898d43ddc7905a612dad0954d472fb00e8a9c1 Author: Neil Roberts @@ -7492,8 +7492,8 @@ Date: Thu Nov 11 16:18:25 2010 +0000 clutter/cogl/cogl/cogl-journal-private.h | 2 +- clutter/cogl/cogl/cogl-journal.c | 2 +- clutter/cogl/cogl/cogl-pipeline-opengl.c | 35 +++------- - clutter/cogl/cogl/cogl-pipeline-private.h | 7 +-- - clutter/cogl/cogl/cogl-pipeline.c | 105 +++------------------------- + clutter/cogl/cogl/cogl-pipeline-private.h | 7 +- + clutter/cogl/cogl/cogl-pipeline.c | 105 ++++------------------------- clutter/cogl/cogl/cogl-primitives.c | 15 ++++- 6 files changed, 38 insertions(+), 128 deletions(-) @@ -7512,7 +7512,7 @@ Date: Thu Nov 11 15:42:12 2010 +0000 type that matches the GL handle. clutter/cogl/cogl/cogl-texture-2d-sliced.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 21c74030119e5f3a6414d3ce161178799af4cdc4 Author: Robert Bragg @@ -7537,7 +7537,7 @@ Date: Thu Nov 4 00:43:48 2010 +0000 doc/reference/cogl-2.0/fill-rule-non-zero.png | Bin 0 -> 3143 bytes doc/reference/cogl-2.0/quad-indices-order.png | Bin 0 -> 2620 bytes doc/reference/cogl-2.0/quad-indices-triangles.png | Bin 0 -> 8018 bytes - 11 files changed, 942 insertions(+), 1 deletions(-) + 11 files changed, 942 insertions(+), 1 deletion(-) commit fb9d3a835071f94f06ae54945bd8059f9c34df5c Author: Robert Bragg @@ -7586,7 +7586,7 @@ Date: Thu Nov 4 14:22:24 2010 +0000 and the gir-scanner from inadvertently using the define also. configure.ac | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit b993195dc8f6e274a565d357de603bb1c9351596 Author: Robert Bragg @@ -7600,7 +7600,7 @@ Date: Wed Nov 3 20:26:20 2010 +0000 Cogl API in incompatible ways. clutter/cogl/cogl/cogl.h | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6ed6b2a54b5c8f44496399057ad5e58771bfc620 Author: Emmanuele Bassi @@ -7645,7 +7645,7 @@ Date: Tue Apr 6 10:54:20 2010 +0100 clutter/clutter.h | 1 + doc/reference/clutter/Makefile.am | 1 + doc/reference/clutter/clutter-sections.txt | 2 + - 7 files changed, 266 insertions(+), 0 deletions(-) + 7 files changed, 266 insertions(+) commit 6735f80b4b43b4c63dd0e3b982a5032509596a5d Author: Emmanuele Bassi @@ -7674,7 +7674,7 @@ Date: Wed Nov 10 16:37:44 2010 +0000 gettext. autogen.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f30835eae218c8e80153101018c53862c03c353 Author: Robert Bragg @@ -7742,9 +7742,9 @@ Date: Fri Jul 23 17:46:41 2010 +0100 clutter/cogl/cogl/cogl-shader-private.h | 5 + clutter/cogl/cogl/cogl-shader.c | 206 +++++++++++++++----- clutter/cogl/cogl/cogl-vertex-attribute.c | 4 +- - clutter/cogl/cogl/cogl-vertex-buffer.c | 86 ++++++++- - clutter/cogl/cogl/cogl.c | 16 ++- - .../driver/gles/cogl-fixed-fragment-shader.glsl | 24 ++- + clutter/cogl/cogl/cogl-vertex-buffer.c | 86 +++++++- + clutter/cogl/cogl/cogl.c | 16 +- + .../driver/gles/cogl-fixed-fragment-shader.glsl | 24 +-- .../cogl/driver/gles/cogl-fixed-vertex-shader.glsl | 40 ++-- clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 62 +++--- tests/interactive/test-cogl-shader-glsl.c | 38 +--- @@ -7761,7 +7761,7 @@ Date: Tue Nov 9 15:56:03 2010 +0000 fluke that it used to run before. tests/interactive/test-cogl-shader-arbfp.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fd43786170937ff66eddadf9736124b33684405f Author: Emmanuele Bassi @@ -7770,7 +7770,7 @@ Date: Wed Nov 10 13:59:09 2010 +0000 build: Honour ACLOCAL_FLAGS with autoreconf autogen.sh | 30 +++++++++++++++++++++++++++++- - 1 files changed, 29 insertions(+), 1 deletions(-) + 1 file changed, 29 insertions(+), 1 deletion(-) commit 373140c830859f279c96d2605b6c4187a1fa7541 Author: Tomeu Vizoso @@ -7797,7 +7797,7 @@ Date: Mon Nov 8 16:15:23 2010 +0000 doc/reference/clutter/Makefile.am | 1 + doc/reference/clutter/clutter-docs.xml.in | 1 + doc/reference/clutter/clutter-sections.txt | 6 ++++++ - 3 files changed, 8 insertions(+), 0 deletions(-) + 3 files changed, 8 insertions(+) commit b783d77e6a730470656a9122755d10b50ac76e23 Author: Emmanuele Bassi @@ -7845,7 +7845,7 @@ Date: Sun Nov 7 21:35:40 2010 +0000 clutter/clutter-marshal.list | 1 + clutter/clutter-path-constraint.c | 43 ++++++++++++++++++ tests/interactive/test-path-constraint.c | 71 +++++++++++++++++++++++++++++- - 3 files changed, 114 insertions(+), 1 deletions(-) + 3 files changed, 114 insertions(+), 1 deletion(-) commit ef7f729c6881950623cbbd8b82b68b3a15e26318 Author: Emmanuele Bassi @@ -7873,9 +7873,9 @@ Date: Sat Nov 6 20:00:39 2010 +0000 clutter/clutter-frame-source.c | 89 ++++++++++++++++++++++++++++++++++ clutter/clutter-frame-source.h | 4 ++ - clutter/clutter-main.c | 103 +++------------------------------------ - clutter/clutter-main.h | 3 + - clutter/clutter-private.h | 11 ++++ + clutter/clutter-main.c | 103 ++++------------------------------------ + clutter/clutter-main.h | 3 ++ + clutter/clutter-private.h | 11 +++++ 5 files changed, 115 insertions(+), 95 deletions(-) commit 9ac2f5cba567114fd61446b9fa8991a663483fd5 @@ -7889,7 +7889,7 @@ Date: Sat Nov 6 19:59:58 2010 +0000 clutter/clutter-timeout-pool.c | 6 ++++++ clutter/clutter-timeout-pool.h | 6 ++++++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit a432d9973dc40658632eeb4060090b7c68aacf50 Author: Emmanuele Bassi @@ -7898,7 +7898,7 @@ Date: Sat Nov 6 18:12:41 2010 +0000 Remove a compiler warning clutter/cogl/cogl/cogl-vertex-attribute.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 6ec9c3247c5267c6c4a93e20d55d16415e4c1c9d Author: Maxim Ermilov @@ -7909,7 +7909,7 @@ Date: Fri Nov 5 20:20:14 2010 +0300 http://bugzilla.clutter-project.org/show_bug.cgi?id=2401 clutter/cogl/cogl/cogl-context.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ee59c83e176f78fa9ff95eaebbeb66e807b9ac0c Author: Piotr Drąg @@ -7918,7 +7918,7 @@ Date: Tue Nov 2 12:22:55 2010 +0000 po: Update the Polish translation po/pl.po | 46 +++++++++++++--------------------------------- - 1 files changed, 13 insertions(+), 33 deletions(-) + 1 file changed, 13 insertions(+), 33 deletions(-) commit 57633520d48eca5539381e3507847008470f27ed Author: Neil Roberts @@ -7935,7 +7935,7 @@ Date: Fri Nov 5 18:33:37 2010 +0000 parts at 1:1 scale. tests/conform/test-cogl-npot-texture.c | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit cc63c7dd8ffcb5076e072d46b264cd7668e3d48f Author: Neil Roberts @@ -7954,7 +7954,7 @@ Date: Fri Nov 5 14:38:19 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2398 clutter/cogl/cogl/cogl-texture-2d-sliced.c | 56 +++++++++++++--------------- - 1 files changed, 26 insertions(+), 30 deletions(-) + 1 file changed, 26 insertions(+), 30 deletions(-) commit 8112bfc49fbdf4aa64ab06e0c2971cd3566ac08c Author: Neil Roberts @@ -8011,8 +8011,8 @@ Date: Tue Nov 2 12:20:32 2010 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2388 - clutter/clutter-actor.c | 78 ++++++++++++++++++++++------------------------ - 1 files changed, 37 insertions(+), 41 deletions(-) + clutter/clutter-actor.c | 78 ++++++++++++++++++++++------------------------- + 1 file changed, 37 insertions(+), 41 deletions(-) commit b9dbeac2c3ac8ded52118270914328fd57eeee6e Author: Damien Lespiau @@ -8024,7 +8024,7 @@ Date: Thu Oct 14 16:37:25 2010 +0100 .gitignore file accordingly. .gitignore | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 844b5781283560bb99e827c0cbc1d212f21be628 Author: Robert Bragg @@ -8038,8 +8038,8 @@ Date: Mon Nov 1 22:07:11 2010 +0000 that means we avoid ongoing allocations while manipulating the stack mid-scene. - clutter/cogl/cogl/cogl-matrix-stack.c | 55 ++++++++++---------------------- - 1 files changed, 17 insertions(+), 38 deletions(-) + clutter/cogl/cogl/cogl-matrix-stack.c | 55 ++++++++++----------------------- + 1 file changed, 17 insertions(+), 38 deletions(-) commit a6000533dca20639ec94bd2b0afe8de71382dc65 Author: Robert Bragg @@ -8055,8 +8055,8 @@ Date: Mon Nov 1 20:33:20 2010 +0000 when it actually does then we will be able to optimize this by avoiding the checks when lighting is disabled. - clutter/cogl/cogl/cogl-pipeline.c | 42 +++++++++++++++++++++--------------- - 1 files changed, 24 insertions(+), 18 deletions(-) + clutter/cogl/cogl/cogl-pipeline.c | 42 +++++++++++++++++++++---------------- + 1 file changed, 24 insertions(+), 18 deletions(-) commit eaee5dd604e94fd5b63e25be47b6300c12646aa6 Author: Robert Bragg @@ -8090,7 +8090,7 @@ Date: Mon Nov 1 18:55:48 2010 +0000 instead. This avoids a relatively large, unconditional, memset. clutter/cogl/cogl/cogl-primitives.c | 84 +++++++++++++++++++++++------------ - 1 files changed, 55 insertions(+), 29 deletions(-) + 1 file changed, 55 insertions(+), 29 deletions(-) commit 7bbe207b65f1684278470f95681e46d34a56fc18 Author: Robert Bragg @@ -8105,7 +8105,7 @@ Date: Mon Nov 1 18:33:17 2010 +0000 modes instead of using the CoglPipelineWrapModeOverrides. clutter/cogl/cogl/cogl-primitives.c | 265 ++++++++++++++++++++--------------- - 1 files changed, 151 insertions(+), 114 deletions(-) + 1 file changed, 151 insertions(+), 114 deletions(-) commit e73b67e59bac1ac9a8b03bd776cf309151d9a1b0 Author: Neil Roberts @@ -8124,7 +8124,7 @@ Date: Wed Nov 3 16:02:27 2010 +0000 points so it's convenient to be able to avoid the crash in this case. clutter/cogl/cogl/cogl-path.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 25b48585d3cabac8040aa4cccd579a1952a93f6d Author: Neil Roberts @@ -8160,7 +8160,7 @@ Date: Tue Nov 2 17:34:51 2010 +0000 clutter/cogl/cogl/cogl-framebuffer-private.h | 3 +++ clutter/cogl/cogl/cogl-framebuffer.c | 3 ++- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit c5d909d0631dfeea5cd7f6beff900ed21762bf9d Author: Neil Roberts @@ -8189,9 +8189,9 @@ Date: Tue Nov 2 17:15:06 2010 +0000 not flush the journal. clutter/cogl/cogl/Makefile.am | 2 + - clutter/cogl/cogl/cogl-clip-stack.c | 47 +++++++--------- + clutter/cogl/cogl/cogl-clip-stack.c | 47 ++++++++--------- clutter/cogl/cogl/cogl-clip-state.c | 5 ++ - clutter/cogl/cogl/cogl-path.c | 76 +++++++++++++------------- + clutter/cogl/cogl/cogl-path.c | 76 +++++++++++++-------------- clutter/cogl/cogl/cogl-primitives-private.h | 43 +++++++++++++++ clutter/cogl/cogl/cogl-primitives.c | 40 ++++++++++++++ clutter/cogl/cogl/cogl-private.h | 34 ++++++++++++ @@ -8234,14 +8234,14 @@ Date: Tue Nov 2 14:28:12 2010 +0000 because then we will need to flush unrelated clip stack states for each batch. - clutter/cogl/cogl/cogl-clip-stack.c | 44 +++++++++++++++++++++++++++++---- - clutter/cogl/cogl/cogl-clip-stack.h | 6 +++- - clutter/cogl/cogl/cogl-clip-state.c | 40 ++---------------------------- - clutter/cogl/cogl/cogl-clip-state.h | 6 ---- + clutter/cogl/cogl/cogl-clip-stack.c | 44 +++++++++++++++++++++++++++++----- + clutter/cogl/cogl/cogl-clip-stack.h | 6 +++-- + clutter/cogl/cogl/cogl-clip-state.c | 40 +++---------------------------- + clutter/cogl/cogl/cogl-clip-state.h | 6 ----- clutter/cogl/cogl/cogl-context.c | 5 ++++ clutter/cogl/cogl/cogl-context.h | 22 +++++++++++++++++ clutter/cogl/cogl/cogl-framebuffer.c | 2 +- - clutter/cogl/cogl/cogl-path.c | 10 ++----- + clutter/cogl/cogl/cogl-path.c | 10 +++----- 8 files changed, 76 insertions(+), 59 deletions(-) commit 57574f399524c2eb46b095aa78b28ea5032a15ad @@ -8264,10 +8264,10 @@ Date: Mon Nov 1 19:52:45 2010 +0000 in the first place would be to save the clip state between switching FBOs and that is no longer necessary. - clutter/cogl/cogl/cogl-clip-stack.c | 193 +++++++++++++--------------------- + clutter/cogl/cogl/cogl-clip-stack.c | 193 ++++++++++++++--------------------- clutter/cogl/cogl/cogl-clip-stack.h | 38 +++---- - clutter/cogl/cogl/cogl-clip-state.c | 55 ++++------- - clutter/cogl/cogl/cogl-clip-state.h | 20 ++--- + clutter/cogl/cogl/cogl-clip-state.c | 55 ++++------ + clutter/cogl/cogl/cogl-clip-state.h | 20 ++-- 4 files changed, 116 insertions(+), 190 deletions(-) commit 314e980a3b40f79f1cb96fa8a8fc53d24eecfa2a @@ -8292,7 +8292,7 @@ Date: Wed Nov 3 13:34:21 2010 +0000 sure the flush isn't called twice. clutter/cogl/cogl/cogl-vertex-attribute.c | 29 +++++++++++++++++++---------- - 1 files changed, 19 insertions(+), 10 deletions(-) + 1 file changed, 19 insertions(+), 10 deletions(-) commit 738a669fc2987474d524e2f0e5d60a3a49832784 Author: Neil Roberts @@ -8326,7 +8326,7 @@ Date: Thu Nov 4 17:31:59 2010 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-primitive.c | 230 +++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 233 insertions(+), 0 deletions(-) + 3 files changed, 233 insertions(+) commit 390bdd2a275f9b3a242fc11725a92cca2c187797 Author: Neil Roberts @@ -8338,7 +8338,7 @@ Date: Thu Nov 4 17:21:56 2010 +0000 constructors were all wrong. clutter/cogl/cogl/cogl-primitive.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 17aaaac3362768b1b882c5772b3c6f81afa7ce01 Author: Neil Roberts @@ -8349,7 +8349,7 @@ Date: Thu Nov 4 16:54:20 2010 +0000 A typo in the g_return_val_if_fail was causing it to segfault. clutter/cogl/cogl/cogl-primitive.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b6eaab812be51ceeab023b4556f23e3b9e8a9ec5 Author: Neil Roberts @@ -8362,7 +8362,7 @@ Date: Thu Nov 4 16:42:11 2010 +0000 clutter/cogl/cogl/cogl-primitive.c | 27 ++++++++++++++++++++++ clutter/cogl/cogl/cogl-primitive.h | 44 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 71 insertions(+), 0 deletions(-) + 2 files changed, 71 insertions(+) commit 1935855cdd4476c1f55dcff76706dc56653d33de Author: Neil Roberts @@ -8378,7 +8378,7 @@ Date: Thu Nov 4 16:13:01 2010 +0000 instead of the primitive. The convenience constructors now use that. clutter/cogl/cogl/cogl-primitive.c | 89 ++++++++++++++++++++++-------------- - 1 files changed, 55 insertions(+), 34 deletions(-) + 1 file changed, 55 insertions(+), 34 deletions(-) commit 3c35b95a84d410fdd9a9912c7c0d76f6ac05b562 Author: Robert Bragg @@ -8390,7 +8390,7 @@ Date: Thu Nov 4 13:23:23 2010 +0000 also adds documentation with examples for each one. clutter/cogl/cogl/cogl-primitive.h | 329 +++++++++++++++++++++++++++++++++--- - 1 files changed, 307 insertions(+), 22 deletions(-) + 1 file changed, 307 insertions(+), 22 deletions(-) commit 00397a313c955ba567d003d88dc64fb57d8346fb Author: Neil Roberts @@ -8403,7 +8403,7 @@ Date: Thu Nov 4 14:56:44 2010 +0000 GLES2 backend wouldn't compile. clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5abdbd5f7a2b0c4884dfb8b9415eb7e6f3f15a3b Author: Robert Bragg @@ -8422,7 +8422,7 @@ Date: Fri Oct 29 15:49:25 2010 +0100 current design. clutter/cogl/cogl/driver/gles/cogl-gles.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 8034dc87d43c7e24324bacf42948fe96d1636176 Author: Robert Bragg @@ -8550,7 +8550,7 @@ Date: Wed Oct 27 12:36:24 2010 +0100 and restore the users source. clutter/cogl/pango/cogl-pango-display-list.c | 76 +++++++++++++++----------- - 1 files changed, 45 insertions(+), 31 deletions(-) + 1 file changed, 45 insertions(+), 31 deletions(-) commit 4e69c730857835d0b2971b3fd6b00e285b82a66a Author: Robert Bragg @@ -8600,7 +8600,7 @@ Date: Tue Oct 26 18:56:57 2010 +0100 clutter/cogl/cogl/cogl-context.c | 9 --- clutter/cogl/cogl/cogl-context.h | 6 -- - clutter/cogl/cogl/cogl-vertex-buffer.c | 101 +++++++++++-------------------- + clutter/cogl/cogl/cogl-vertex-buffer.c | 101 ++++++++++++-------------------- 3 files changed, 36 insertions(+), 80 deletions(-) commit 670ea32dbdffea57008b5f5e315a879353cecdee @@ -8630,7 +8630,7 @@ Date: Tue Oct 26 18:57:33 2010 +0100 clutter/cogl/cogl/cogl-primitive-private.h | 8 +++ clutter/cogl/cogl/cogl-primitive.c | 77 ++++++++++++++++++++++++++++ - 2 files changed, 85 insertions(+), 0 deletions(-) + 2 files changed, 85 insertions(+) commit 2d58d3f1b6b728e3cca6e1bbeabd19fc03de05df Author: Robert Bragg @@ -8652,7 +8652,7 @@ Date: Tue Oct 12 15:48:31 2010 +0100 cogl_polygon. clutter/cogl/cogl/cogl-primitive.c | 246 ++++++++++++++++++++++++++++++++++++ - clutter/cogl/cogl/cogl-primitive.h | 66 ++++++++--- + clutter/cogl/cogl/cogl-primitive.h | 66 +++++++--- 2 files changed, 296 insertions(+), 16 deletions(-) commit 0cd077dc7efc5ed3cb982ffa6c7f4f5276867338 @@ -8676,7 +8676,7 @@ Date: Tue Oct 12 12:54:07 2010 +0100 clutter/cogl/cogl/cogl-primitive.c | 223 ++++++++++++++++++++ clutter/cogl/cogl/cogl-primitive.h | 311 ++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl.h | 1 + - 5 files changed, 584 insertions(+), 0 deletions(-) + 5 files changed, 584 insertions(+) commit dd63078bd3e4fae8fced0a2c8801bee145f9c24b Author: Robert Bragg @@ -8696,7 +8696,7 @@ Date: Tue Oct 12 12:53:10 2010 +0100 clutter/cogl/cogl/cogl-vertex-attribute.c | 882 +++++++++++++++++++++ clutter/cogl/cogl/cogl-vertex-attribute.h | 205 +++++ clutter/cogl/cogl/cogl.h | 1 + - 5 files changed, 1171 insertions(+), 0 deletions(-) + 5 files changed, 1171 insertions(+) commit 3d14fbc30881e7068c6724aef4ec3efbb4467186 Author: Robert Bragg @@ -8710,13 +8710,13 @@ Date: Tue Oct 12 12:48:58 2010 +0100 a CoglIndexArray by specifying a start offset and an index data type. clutter/cogl/cogl/Makefile.am | 3 + - clutter/cogl/cogl/cogl-context.c | 18 ++ + clutter/cogl/cogl/cogl-context.c | 18 +++ clutter/cogl/cogl/cogl-context.h | 10 ++ clutter/cogl/cogl/cogl-indices-private.h | 57 +++++++ clutter/cogl/cogl/cogl-indices.c | 253 ++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-indices.h | 74 +++++++++ clutter/cogl/cogl/cogl.h | 1 + - 7 files changed, 416 insertions(+), 0 deletions(-) + 7 files changed, 416 insertions(+) commit 8ca80e47c40422b69d1e7b70850c7033ec71b1b8 Author: Robert Bragg @@ -8734,7 +8734,7 @@ Date: Tue Oct 12 12:34:27 2010 +0100 clutter/cogl/cogl/cogl-vertex-array.c | 70 ++++++++++++++++++++++ clutter/cogl/cogl/cogl-vertex-array.h | 77 +++++++++++++++++++++++++ clutter/cogl/cogl/cogl.h | 1 + - 5 files changed, 190 insertions(+), 0 deletions(-) + 5 files changed, 190 insertions(+) commit 3aba41e20209d597c6fc49a6163b86eb71a2ff3a Author: Robert Bragg @@ -8751,7 +8751,7 @@ Date: Tue Oct 12 12:36:22 2010 +0100 clutter/cogl/cogl/cogl-index-array.c | 131 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-index-array.h | 79 ++++++++++++++++ clutter/cogl/cogl/cogl.h | 1 + - 5 files changed, 253 insertions(+), 0 deletions(-) + 5 files changed, 253 insertions(+) commit eac167df1c6ce300d915249e696cc0dc2d6a8819 Author: Robert Bragg @@ -8766,7 +8766,7 @@ Date: Tue Oct 26 19:08:51 2010 +0100 users about mid-scene modifications of buffers. clutter/cogl/cogl/cogl-buffer-private.h | 8 ++++++ - clutter/cogl/cogl/cogl-buffer.c | 42 +++++++++++++++++++++++++++++- + clutter/cogl/cogl/cogl-buffer.c | 42 +++++++++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-) commit efa11f8a8fd0400b3f6003d9f48292b0629d3698 @@ -8823,7 +8823,7 @@ Date: Tue Oct 26 17:43:16 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 4 ++++ clutter/cogl/cogl/cogl-material.c | 4 +++- - 2 files changed, 7 insertions(+), 1 deletions(-) + 2 files changed, 7 insertions(+), 1 deletion(-) commit e5202d6a0da1d94f65ddbe381766d775e1047e26 Author: Robert Bragg @@ -8838,7 +8838,7 @@ Date: Tue Oct 26 17:38:58 2010 +0100 until all the data entries had been destroyed. clutter/cogl/cogl/cogl-object.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 0b4b1ca1caad41785dadc7d2bd71af6c7b644ada Author: Owen W. Taylor @@ -8875,7 +8875,7 @@ Date: Mon Nov 1 15:21:04 2010 +0000 clutter/win32/clutter-backend-win32.c | 2 -- clutter/win32/clutter-event-win32.c | 1 + - 2 files changed, 1 insertions(+), 2 deletions(-) + 2 files changed, 1 insertion(+), 2 deletions(-) commit f13f545aa9824ed53ea5a78878c7f96d40239e48 Author: Neil Roberts @@ -8892,7 +8892,7 @@ Date: Mon Nov 1 15:13:12 2010 +0000 the internals so we should do the same for the win32 backend. clutter/win32/clutter-backend-win32.c | 7 +------ - 1 files changed, 1 insertions(+), 6 deletions(-) + 1 file changed, 1 insertion(+), 6 deletions(-) commit 907490d795f4438e631679fce47cae7fc08830d6 Author: Damien Lespiau @@ -8907,7 +8907,7 @@ Date: Sun Oct 31 18:34:23 2010 +0000 here. clutter/clutter-clone.c | 7 +------ - 1 files changed, 1 insertions(+), 6 deletions(-) + 1 file changed, 1 insertion(+), 6 deletions(-) commit a318fe5ca50feca359abc15238c4ed0da3b41397 Author: Damien Lespiau @@ -8920,7 +8920,7 @@ Date: Sun Oct 31 16:49:40 2010 +0000 hours) of frustation because it "does not work". clutter/clutter-texture.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 2ee0e40848a1c70c5b9891dea60d0f25d08e2a47 Author: Neil Roberts @@ -8993,13 +8993,13 @@ Date: Fri Oct 15 18:00:29 2010 +0100 clutter/cogl/cogl/cogl-internal.h | 4 +- clutter/cogl/cogl/cogl-material-arbfp.c | 36 +- clutter/cogl/cogl/cogl-material-fixed.c | 17 +- - clutter/cogl/cogl/cogl-material-glsl.c | 355 ++++++++++- + clutter/cogl/cogl/cogl-material-glsl.c | 355 +++++++++- clutter/cogl/cogl/cogl-material-opengl.c | 156 ++--- clutter/cogl/cogl/cogl-material-private.h | 2 +- clutter/cogl/cogl/cogl-program-private.h | 78 +++ clutter/cogl/cogl/cogl-program.c | 683 ++++++++++++++++++++ clutter/cogl/cogl/cogl-shader-private.h | 1 - - clutter/cogl/cogl/cogl-shader.c | 56 ++- + clutter/cogl/cogl/cogl-shader.c | 56 +- .../cogl/driver/gl/cogl-feature-functions-gl.h | 11 + clutter/cogl/cogl/driver/gl/cogl-program-gl.c | 488 -------------- clutter/cogl/cogl/driver/gl/cogl-program-gl.h | 46 -- @@ -9072,7 +9072,7 @@ Date: Mon Oct 18 18:50:02 2010 +0100 get a warning if we hit this case. clutter/cogl/cogl/cogl-buffer.c | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit b2963b4eef2aba6b3b62983b1b23ff7abfa221e1 Author: Robert Bragg @@ -9084,7 +9084,7 @@ Date: Tue Oct 12 13:25:05 2010 +0100 cogl-pixel-array.c which this patch removes. clutter/cogl/cogl/cogl-pixel-array.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 902c18ad874694b2f3f5fffa67d8f5aa576d79a2 Author: Robert Bragg @@ -9097,7 +9097,7 @@ Date: Tue Oct 12 13:23:44 2010 +0100 clutter/cogl/cogl/cogl-pixel-array-private.h | 18 ------------------ clutter/cogl/cogl/cogl-pixel-array.c | 2 -- - 2 files changed, 0 insertions(+), 20 deletions(-) + 2 files changed, 20 deletions(-) commit 1c8b355bbb6f1aa466a8ca0b2a4732135413661b Author: Robert Bragg @@ -9158,7 +9158,7 @@ Date: Tue Oct 12 12:35:47 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 4 ++++ clutter/cogl/cogl/cogl-material.c | 9 +++++++++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 0288ba39110b46a51be7d1efc2de0a5a64e0d1e0 Author: Robert Bragg @@ -9174,7 +9174,7 @@ Date: Mon Oct 18 19:00:50 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 14 +++++++++ clutter/cogl/cogl/cogl-material.c | 45 +++++++++++++++++++++++++++++ - 2 files changed, 59 insertions(+), 0 deletions(-) + 2 files changed, 59 insertions(+) commit 6fd26630bae6a30f97e523f4c2e6f21889111930 Author: Robert Bragg @@ -9186,7 +9186,7 @@ Date: Sun Aug 1 23:05:28 2010 +0100 cogl_material_get_layer_wrap_mode_{s,t,p} clutter/cogl/cogl/cogl-material.h | 52 +++++++++++++++++++++++++++++++++++++ - 1 files changed, 52 insertions(+), 0 deletions(-) + 1 file changed, 52 insertions(+) commit 32ae904d81684c1affd919fd1ccb024d18636bc8 Author: Robert Bragg @@ -9201,8 +9201,8 @@ Date: Sun Aug 1 16:07:38 2010 +0100 optimization so this patch consolidates some code by reducing to just two types; strided and multi-pack. - clutter/cogl/cogl/cogl-vertex-buffer-private.h | 5 +-- - clutter/cogl/cogl/cogl-vertex-buffer.c | 33 ++++------------------- + clutter/cogl/cogl/cogl-vertex-buffer-private.h | 5 ++-- + clutter/cogl/cogl/cogl-vertex-buffer.c | 33 +++++------------------- 2 files changed, 8 insertions(+), 30 deletions(-) commit 94e06197856c9959580c837985eb114150d402a3 @@ -9219,7 +9219,7 @@ Date: Wed Jul 28 13:59:34 2010 +0100 clutter/cogl/cogl/cogl-material-private.h | 9 +++++++++ clutter/cogl/cogl/cogl-material.c | 8 ++++++++ - 2 files changed, 17 insertions(+), 0 deletions(-) + 2 files changed, 17 insertions(+) commit 701a69366142f5c2389110daa0426abdb8691f6d Author: Robert Bragg @@ -9234,16 +9234,16 @@ Date: Mon Oct 25 13:25:21 2010 +0100 primitives that may want to validate the current source material and possibly make override changes in a derived material. - clutter/cogl/cogl/cogl-clip-stack.c | 7 +-- + clutter/cogl/cogl/cogl-clip-stack.c | 7 +- clutter/cogl/cogl/cogl-context.c | 6 +- clutter/cogl/cogl/cogl-context.h | 2 +- clutter/cogl/cogl/cogl-material-private.h | 3 + clutter/cogl/cogl/cogl-path.c | 41 +++++------ clutter/cogl/cogl/cogl-primitives.c | 99 ++++++++++++-------------- - clutter/cogl/cogl/cogl-texture.c | 7 +-- + clutter/cogl/cogl/cogl-texture.c | 7 +- clutter/cogl/cogl/cogl-vertex-buffer.c | 38 ++++++---- clutter/cogl/cogl/cogl.c | 109 ++++++++++++++++++++++++++--- - clutter/cogl/cogl/cogl.h | 58 +++++++++++++-- + clutter/cogl/cogl/cogl.h | 58 ++++++++++++--- doc/reference/cogl/cogl-sections.txt | 3 + 11 files changed, 252 insertions(+), 121 deletions(-) @@ -9270,7 +9270,7 @@ Date: Mon Oct 25 17:44:27 2010 +0100 Post-release version bump to 1.5.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cba230400a4d92f6c97f029326d68fa5798b1214 Author: Emmanuele Bassi @@ -9279,11 +9279,11 @@ Date: Mon Oct 25 17:30:52 2010 +0100 Release Clutter 1.5.4 configure.ac | 2 +- - po/clutter-1.0.pot | 792 ++++++++++++++++++++++++------------------------ + po/clutter-1.0.pot | 792 +++++++++++++++++++++++------------------------ po/de.po | 822 +++++++++++++++++++++++++------------------------ po/fr.po | 860 ++++++++++++++++++++++++++-------------------------- po/id.po | 799 ++++++++++++++++++++++++------------------------ - po/it.po | 790 ++++++++++++++++++++++++------------------------ + po/it.po | 790 +++++++++++++++++++++++------------------------ po/pl.po | 812 +++++++++++++++++++++++++------------------------ po/zh_CN.po | 800 ++++++++++++++++++++++++------------------------ 8 files changed, 2867 insertions(+), 2810 deletions(-) @@ -9299,7 +9299,7 @@ Date: Fri Oct 22 17:41:06 2010 +0100 clutter_state_warp_to_state(). clutter/clutter-state.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit bfc1583d76548f9882a4d77df39d32733883814d Author: Chris Lord @@ -9312,7 +9312,7 @@ Date: Fri Oct 22 16:32:05 2010 +0100 in the already-set check if we're not animating. clutter/clutter-state.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 35c35de55c27ff212d819e202b6081859510ee3d Author: Chris Lord @@ -9327,8 +9327,8 @@ Date: Fri Oct 22 16:13:16 2010 +0100 - If the state is set but has already finished animating/was warped to, set the property immediately - clutter/clutter-state.c | 73 ++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 69 insertions(+), 4 deletions(-) + clutter/clutter-state.c | 73 ++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 69 insertions(+), 4 deletions(-) commit 73dcbedc8067fac25e43d833036f8c76f7c01282 Author: Chris Lord @@ -9342,7 +9342,7 @@ Date: Fri Oct 22 15:24:49 2010 +0100 memory access. clutter/clutter-state.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 5700b34b9cd894e6847dc8973e358104b47fdae5 Author: Chris Lord @@ -9356,7 +9356,7 @@ Date: Thu Oct 21 16:51:45 2010 +0100 and then resume it again, by just setting it. clutter/clutter-state.c | 22 ++++++++++++++++++---- - 1 files changed, 18 insertions(+), 4 deletions(-) + 1 file changed, 18 insertions(+), 4 deletions(-) commit 9c5f09f32d291aac58fa7e7456302272e4c2a49e Author: Emmanuele Bassi @@ -9365,7 +9365,7 @@ Date: Mon Oct 25 17:16:24 2010 +0100 Update NEWS NEWS | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ef6b46d8262cb9910dc70afa3cff2c2443f65d69 Merge: 0cb2ef4 f6ab7ec @@ -9389,7 +9389,7 @@ Date: Mon Oct 25 16:09:40 2010 +0100 clutter/clutter-path-constraint.c | 68 ++++++++++++++++++++++++++++ clutter/clutter-path-constraint.h | 2 +- doc/reference/clutter/clutter-sections.txt | 16 +++++++ - 3 files changed, 85 insertions(+), 1 deletions(-) + 3 files changed, 85 insertions(+), 1 deletion(-) commit 6f8e46e0b356ab5f367a1042be04392fe0775cba Author: Emmanuele Bassi @@ -9399,7 +9399,7 @@ Date: Mon Oct 25 15:47:15 2010 +0100 tests/interactive/Makefile.am | 3 +- tests/interactive/test-path-constraint.c | 63 ++++++++++++++++++++++++++++++ - 2 files changed, 65 insertions(+), 1 deletions(-) + 2 files changed, 65 insertions(+), 1 deletion(-) commit 6b2cbb990835f366060e59344db9019d271b2a89 Author: Emmanuele Bassi @@ -9415,7 +9415,7 @@ Date: Mon Oct 25 15:46:04 2010 +0100 clutter/clutter-path-constraint.c | 287 +++++++++++++++++++++++++++++++++++++ clutter/clutter-path-constraint.h | 65 +++++++++ clutter/clutter.h | 1 + - 4 files changed, 355 insertions(+), 0 deletions(-) + 4 files changed, 355 insertions(+) commit 3f6ec0ba5a153f8185db8e481f823b49030bd8bc Author: Emmanuele Bassi @@ -9425,8 +9425,8 @@ Date: Mon Oct 25 15:45:35 2010 +0100 clutter/clutter-actor-box.c | 49 ++++++++++++++++++++++++++++ clutter/clutter-types.h | 7 ++++ - doc/reference/clutter/clutter-sections.txt | 2 + - 3 files changed, 58 insertions(+), 0 deletions(-) + doc/reference/clutter/clutter-sections.txt | 2 ++ + 3 files changed, 58 insertions(+) commit 0cb2ef434b371d5d372040e03ec6705f2991ad39 Author: Damien Lespiau @@ -9438,7 +9438,7 @@ Date: Thu Oct 14 11:48:00 2010 -0400 CUTTER_TYPE_STAGE_EGL instead. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6da18b6e4f93bb1430698959d6280cb53f9e2ff2 Author: Neil Roberts @@ -9467,8 +9467,8 @@ Date: Thu Oct 14 15:30:54 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=1654 - clutter/win32/clutter-stage-win32.c | 90 +++++++++++++++++++++++++--------- - 1 files changed, 66 insertions(+), 24 deletions(-) + clutter/win32/clutter-stage-win32.c | 90 +++++++++++++++++++++++++---------- + 1 file changed, 66 insertions(+), 24 deletions(-) commit e66c679e84fd604d714828dceba1a50105790181 Author: Neil Roberts @@ -9485,7 +9485,7 @@ Date: Fri Aug 27 15:54:21 2010 +0100 function returns TRUE or FALSE depending on whether the event was completely handled instead of setting call_window_proc. - clutter/win32/clutter-event-win32.c | 70 +++++++++++++++++---------- + clutter/win32/clutter-event-win32.c | 70 +++++++++++++++++----------- clutter/win32/clutter-win32.h | 2 + doc/reference/clutter/clutter-sections.txt | 1 + 3 files changed, 47 insertions(+), 26 deletions(-) @@ -9511,7 +9511,7 @@ Date: Thu Oct 21 16:27:17 2010 +0100 synchronous so we don't have this second allocation. clutter/clutter-stage.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit cc7977988c92ad7fa96f0a1dd0a8581432f090ca Author: Neil Roberts @@ -9526,7 +9526,7 @@ Date: Mon Oct 25 13:15:01 2010 +0100 Based on a patch by Ole André Vadla Ravnås clutter/cogl/cogl/winsys/cogl-context-winsys.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit f1752ff3ba1828873f7f97f3842eadcc389e87a1 Author: Neil Roberts @@ -9537,11 +9537,11 @@ Date: Mon Oct 25 13:08:52 2010 +0100 Mixing declarations and code causes problems for MSVC as it is a C99 feature so we should try to avoid it. - clutter/cally/cally-actor.c | 66 ++++++++++++++++------------- + clutter/cally/cally-actor.c | 66 ++++++++++++++++-------------- clutter/clutter-stage.c | 3 +- - clutter/cogl/cogl/cogl-material-opengl.c | 9 ++++- + clutter/cogl/cogl/cogl-material-opengl.c | 9 +++- clutter/cogl/cogl/cogl-material.c | 4 +- - clutter/x11/clutter-event-x11.c | 5 +- + clutter/x11/clutter-event-x11.c | 5 ++- tests/conform/test-cogl-blend-strings.c | 8 ++-- tests/conform/test-cogl-depth-test.c | 8 ++-- tests/conform/test-cogl-materials.c | 8 ++-- @@ -9560,7 +9560,7 @@ Date: Mon Oct 25 13:07:50 2010 +0100 this constant a #define instead to avoid the warning. clutter/x11/clutter-backend-x11.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c3f47fa7d03ec3e7a5f963ced0457f27c3ec41ee Author: Neil Roberts @@ -9572,7 +9572,7 @@ Date: Mon Oct 25 13:03:39 2010 +0100 used and which cause problems when compiling with MSVC. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 164af55a6e52075afbc335a3ff15fe9b48ac9f31 Author: Giovanni Campagna @@ -9586,7 +9586,7 @@ Date: Sun Oct 24 14:45:16 2010 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2381 clutter/clutter-clone.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit c7bfe27e96ccc6295d0e774dacf3597ec7df146c Author: Emmanuele Bassi @@ -9595,7 +9595,7 @@ Date: Mon Oct 25 12:31:50 2010 +0100 Update NEWS NEWS | 39 +++++++++++++++++++++++++++++++++++++++ - 1 files changed, 39 insertions(+), 0 deletions(-) + 1 file changed, 39 insertions(+) commit 276acf5854c0e589eae9a76c78ef1faa50c46caa Author: Ole André Vadla Ravnås @@ -9614,7 +9614,7 @@ Date: Thu Oct 14 13:11:46 2010 +0200 interval: Remember to chain up to parent in finalize() clutter/clutter-interval.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d5634e37a262012f66022071d862ad9e5a8fbe53 Author: Neil Roberts @@ -9650,7 +9650,7 @@ Date: Mon Oct 4 15:27:38 2010 +0100 clutter/cogl/cogl/cogl-texture-2d.c | 135 +++++++++++++++++++- clutter/cogl/cogl/cogl-texture-rectangle-private.h | 7 + clutter/cogl/cogl/cogl-texture-rectangle.c | 118 ++++++++++++++++- - clutter/cogl/cogl/cogl-texture.c | 42 +++++-- + clutter/cogl/cogl/cogl-texture.c | 42 ++++-- 5 files changed, 287 insertions(+), 22 deletions(-) commit 7b7b655e6ef45e5bdda25fe7b416ea632a0da25f @@ -9663,7 +9663,7 @@ Date: Fri Oct 22 06:52:27 2010 +0100 with released tarballs. doc/common/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cf46c8197e678bd53d3592307b326fa984c93eb9 Author: Emmanuele Bassi @@ -9680,7 +9680,7 @@ Date: Thu Oct 21 13:13:00 2010 +0100 clutter/clutter-paint-volume-private.h | 21 +++++++++++++++++++++ clutter/clutter-stage-manager-private.h | 24 ++++++++++++++++++++++++ clutter/clutter-stage-private.h | 21 +++++++++++++++++++++ - 9 files changed, 204 insertions(+), 0 deletions(-) + 9 files changed, 204 insertions(+) commit 46c597a1f674394d94ac9bdd61b3521d8bb0905a Author: Emmanuele Bassi @@ -9758,7 +9758,7 @@ Date: Thu Oct 21 11:49:37 2010 +0100 clutter/clutter-device-manager.c | 1 + clutter/clutter-event.c | 5 +- clutter/clutter-feature.c | 1 + - clutter/clutter-main.c | 16 +++--- + clutter/clutter-main.c | 16 ++--- clutter/clutter-private.h | 37 ----------- clutter/clutter-stage.c | 2 +- clutter/clutter-units.c | 5 +- @@ -9791,15 +9791,15 @@ Date: Thu Oct 21 11:29:09 2010 +0100 clutter/clutter-stage.c | 2 +- clutter/clutter-texture.c | 1 + clutter/egl/clutter-backend-egl.c | 9 ++-- - clutter/egl/clutter-stage-egl.c | 19 +++----- - clutter/fruity/clutter-backend-fruity.c | 8 ++- - clutter/glx/clutter-backend-glx.c | 11 +++-- + clutter/egl/clutter-stage-egl.c | 19 ++++---- + clutter/fruity/clutter-backend-fruity.c | 8 ++-- + clutter/glx/clutter-backend-glx.c | 11 ++--- clutter/glx/clutter-event-glx.c | 2 + clutter/glx/clutter-stage-glx.c | 21 +++------ clutter/osx/clutter-backend-osx.c | 7 ++- - clutter/osx/clutter-stage-osx.c | 8 ++- - clutter/wayland/clutter-backend-wayland.c | 11 +++-- - clutter/wayland/clutter-stage-wayland.c | 20 +++----- + clutter/osx/clutter-stage-osx.c | 8 ++-- + clutter/wayland/clutter-backend-wayland.c | 11 ++--- + clutter/wayland/clutter-stage-wayland.c | 20 ++++----- clutter/win32/clutter-backend-win32.c | 13 +++--- clutter/win32/clutter-event-win32.c | 1 + clutter/win32/clutter-stage-win32.c | 19 +++----- @@ -9839,9 +9839,9 @@ Date: Thu Oct 21 10:54:14 2010 +0100 clutter/clutter-main.c | 1 + clutter/clutter-private.h | 58 -------------------- clutter/clutter-stage.c | 2 +- - clutter/wayland/clutter-input-device-wayland.c | 7 ++- + clutter/wayland/clutter-input-device-wayland.c | 7 +-- clutter/win32/clutter-device-manager-win32.c | 2 +- - clutter/win32/clutter-event-win32.c | 13 +++-- + clutter/win32/clutter-event-win32.c | 13 ++--- clutter/x11/clutter-device-manager-x11.c | 2 +- clutter/x11/clutter-event-x11.c | 11 ++-- clutter/x11/clutter-input-device-x11.c | 6 ++- @@ -9858,8 +9858,8 @@ Date: Wed Oct 20 09:42:34 2010 +0100 Thanks to Javier Jardón for the second pair of eyes. - autogen.sh | 91 +++++------------------------------------------------------ - 1 files changed, 8 insertions(+), 83 deletions(-) + autogen.sh | 91 ++++++------------------------------------------------------ + 1 file changed, 8 insertions(+), 83 deletions(-) commit 68156c24c1e951f06a12feca4f13b9cd1627df61 Author: Emmanuele Bassi @@ -9872,7 +9872,7 @@ Date: Tue Oct 19 17:48:15 2010 +0100 clutter/fruity/Makefile.am | 24 ------------------------ clutter/osx/Makefile.am | 25 ------------------------- - 2 files changed, 0 insertions(+), 49 deletions(-) + 2 files changed, 49 deletions(-) commit ce3311df2683dae46b3b63a760ae87353f9f59b6 Author: Emmanuele Bassi @@ -9887,7 +9887,7 @@ Date: Tue Oct 19 12:32:02 2010 +0100 suite. tests/conform/test-script-parser.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit b5bbdd6cecc47beb0d299fdcf92aa58f71aabb1e Author: Emmanuele Bassi @@ -9913,7 +9913,7 @@ Date: Tue Oct 19 10:48:39 2010 +0100 Since we're doing it for other optional X11 extensions as well. configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit dd2f55c6f6bbc2f0a12b70ccf90cf7840b6e2212 Author: Emmanuele Bassi @@ -9974,7 +9974,7 @@ Date: Tue Oct 19 01:41:05 2010 +0100 do for warnings. clutter/clutter-debug.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 78d4073f8ebb115d4e02f5ffea11260ed286719f Author: Emmanuele Bassi @@ -9984,7 +9984,7 @@ Date: Tue Oct 19 01:40:44 2010 +0100 clutter/clutter-script.c | 1 - clutter/clutter-shader-effect.c | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) + 2 files changed, 2 deletions(-) commit 1c9dcdaeb295867d86a447cfc3df44d4e74d3ae0 Author: Damien Lespiau @@ -10001,7 +10001,7 @@ Date: Thu Oct 14 15:33:17 2010 +0100 eglnative and cex100 flavours. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 32270730bdcc20d9ac19c5b66cfda08e8e839937 Author: Damien Lespiau @@ -10041,7 +10041,7 @@ Date: Fri Oct 15 17:35:41 2010 +0100 clutter/clutter-marshal.list | 1 + tests/interactive/Makefile.am | 2 +- tests/interactive/test-cairo-flowers.c | 223 +++++++++++++++++ - tests/interactive/test-clutter-cairo-flowers.c | 224 ----------------- + tests/interactive/test-clutter-cairo-flowers.c | 224 ------------------ 6 files changed, 404 insertions(+), 356 deletions(-) commit 63e314b07e8212089c2c50aab015790fe8908e6a @@ -10063,7 +10063,7 @@ Date: Fri Oct 15 16:09:12 2010 +0100 build: Remove unnecessary g-i version check configure.ac | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 050e775da27209c5720d5ba8bffde786add562cd Author: Emmanuele Bassi @@ -10071,27 +10071,27 @@ Date: Fri Oct 15 15:24:27 2010 +0100 Move more classes to install_properties() - clutter/clutter-actor-meta.c | 51 +++++------ - clutter/clutter-align-constraint.c | 56 ++++++------- - clutter/clutter-alpha.c | 20 ++-- + clutter/clutter-actor-meta.c | 51 ++++++----- + clutter/clutter-align-constraint.c | 56 ++++++------ + clutter/clutter-alpha.c | 20 ++--- clutter/clutter-animation.c | 86 +++++++++--------- - clutter/clutter-animator.c | 33 ++++---- + clutter/clutter-animator.c | 33 +++---- clutter/clutter-behaviour.c | 18 ++-- clutter/clutter-bin-layout.c | 104 +++++++++++----------- clutter/clutter-bind-constraint.c | 51 +++++------ clutter/clutter-binding-pool.c | 20 +++-- clutter/clutter-cairo-texture.c | 39 ++++----- clutter/clutter-child-meta.c | 35 ++++---- - clutter/clutter-click-action.c | 31 ++++--- + clutter/clutter-click-action.c | 31 +++---- clutter/clutter-clone.c | 20 +++-- clutter/clutter-colorize-effect.c | 18 ++-- clutter/clutter-deform-effect.c | 55 ++++++------ clutter/clutter-desaturate-effect.c | 28 +++--- - clutter/clutter-device-manager.c | 20 ++-- + clutter/clutter-device-manager.c | 20 ++--- clutter/clutter-flow-layout.c | 165 ++++++++++++++++++----------------- clutter/clutter-script.c | 36 ++++---- clutter/clutter-shader-effect.c | 25 +++--- - clutter/clutter-timeline.c | 72 ++++++++-------- + clutter/clutter-timeline.c | 72 ++++++++------- 21 files changed, 492 insertions(+), 491 deletions(-) commit 8429aa8d755b268975c2870978f8d8484f584542 @@ -10113,7 +10113,7 @@ Date: Fri Oct 8 15:47:00 2010 +0100 clutter/clutter-state.c | 5 ----- clutter/clutter-timeout-pool.c | 2 -- clutter/x11/clutter-event-x11.c | 3 --- - 11 files changed, 0 insertions(+), 51 deletions(-) + 11 files changed, 51 deletions(-) commit 7dd09e21861bd1b7ceaea112b6e4fb69aeebbf1e Author: Emmanuele Bassi @@ -10125,19 +10125,19 @@ Date: Fri Oct 8 15:21:57 2010 +0100 transformation functions. Those should be added to upstream GLib. - clutter/clutter-actor-box.c | 60 ++++++++++----------------- + clutter/clutter-actor-box.c | 60 +++++++++++---------------- clutter/clutter-actor.c | 88 ++++++++++++++-------------------------- - clutter/clutter-animator.c | 16 +------ - clutter/clutter-behaviour.c | 18 +------- + clutter/clutter-animator.c | 16 ++------ + clutter/clutter-behaviour.c | 18 ++------ clutter/clutter-color.c | 29 +++---------- - clutter/clutter-event.c | 16 ++----- - clutter/clutter-paint-volume.c | 16 +------ + clutter/clutter-event.c | 16 ++------ + clutter/clutter-paint-volume.c | 16 ++------ clutter/clutter-path.c | 48 +++++++--------------- clutter/clutter-private.h | 24 ++++++++--- clutter/clutter-stage.c | 27 ++---------- - clutter/clutter-state.c | 15 +----- + clutter/clutter-state.c | 15 ++----- clutter/clutter-state.h | 1 + - clutter/clutter-units.c | 45 +++++---------------- + clutter/clutter-units.c | 45 +++++--------------- 13 files changed, 123 insertions(+), 280 deletions(-) commit 09a830d2945456d882cbf8b326264041b172fea9 @@ -10161,11 +10161,11 @@ Date: Fri Oct 8 14:47:46 2010 +0100 GObject provides us with a nice, safe macro for defining interface types. - clutter/clutter-animatable.c | 16 +-- + clutter/clutter-animatable.c | 16 +- clutter/clutter-container.c | 178 ++++++++----------- clutter/clutter-media.c | 368 +++++++++++++++++++--------------------- clutter/clutter-scriptable.c | 20 +-- - clutter/clutter-stage-window.c | 25 +--- + clutter/clutter-stage-window.c | 25 +-- 5 files changed, 263 insertions(+), 344 deletions(-) commit 8f5d6cb790a426536b462297e76be9159109e245 @@ -10197,7 +10197,7 @@ Date: Fri Oct 15 15:24:58 2010 +0100 moduleset: Add Atk as a Clutter dependency build/clutter.modules | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 56c89bd86b61f3c2ecba04d8a3afd4aa6250cf09 Author: Emmanuele Bassi @@ -10208,7 +10208,7 @@ Date: Fri Oct 15 12:40:43 2010 +0100 The fix for removing glib/gmain.h introduced the wrong path for glib.h. clutter/osx/clutter-event-osx.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d8426197554f4745bc2489c81435b9510b62d21a Author: Roland Peffer @@ -10223,7 +10223,7 @@ Date: Thu Oct 14 18:23:02 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/osx/clutter-event-osx.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 134ce072e793834c7fe08a270c03ee5b2efbe998 Author: Kristian Høgsberg @@ -10264,7 +10264,7 @@ Date: Tue Sep 28 10:17:46 2010 -0400 clutter/wayland/clutter-stage-wayland.c | 368 ++++++++++++++++ clutter/wayland/clutter-stage-wayland.h | 94 ++++ clutter/wayland/clutter-wayland.h | 60 +++ - configure.ac | 61 +++- + configure.ac | 61 ++- 11 files changed, 1738 insertions(+), 12 deletions(-) commit a7cf98ebfc9ca13e3f84bbe33171a2218cfe039b @@ -10278,7 +10278,7 @@ Date: Mon Sep 27 13:25:50 2010 -0400 a current context with a valid framebuffer. clutter/clutter-main.c | 35 ++++++++++++++++++++--------------- - 1 files changed, 20 insertions(+), 15 deletions(-) + 1 file changed, 20 insertions(+), 15 deletions(-) commit f456116c18dac24454f9c46b02677a51f79e4052 Author: Robert Bragg @@ -10298,7 +10298,7 @@ Date: Thu Oct 14 16:19:55 2010 +0100 root cause of this bug; thanks. clutter/clutter-actor.c | 24 +++++++++++++++++++----- - 1 files changed, 19 insertions(+), 5 deletions(-) + 1 file changed, 19 insertions(+), 5 deletions(-) commit 07f2dba7e24abd7b25327cf6b6b3f60dc17091d2 Author: Robert Bragg @@ -10311,7 +10311,7 @@ Date: Thu Sep 30 18:42:40 2010 +0100 so entry->has_clip = FALSE and free the previous clip. clutter/clutter-stage.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit d032b9b2bf21c9c7c02f1a1b11d4e4a1bc7472b6 Author: Emmanuele Bassi @@ -10329,7 +10329,7 @@ Date: Tue Oct 12 17:31:15 2010 +0100 tests/conform/test-actor-invariants.c | 7 --- tests/conform/test-actor-size.c | 6 +-- tests/conform/test-anchors.c | 6 +-- - tests/conform/test-clutter-text.c | 46 ++++------------ + tests/conform/test-clutter-text.c | 46 +++++------------ tests/conform/test-conform-main.c | 80 +++++++++++++++-------------- tests/conform/test-pick.c | 4 +- tests/conform/test-text-cache.c | 3 +- @@ -10352,11 +10352,11 @@ Date: Tue Oct 12 17:11:52 2010 +0100 if they happen to succeed - at which point the developer will have to change the macro to SIMPLE or SKIP. - tests/conform/ADDING_NEW_TESTS | 70 ++++++++++++++++++++++++-------- + tests/conform/ADDING_NEW_TESTS | 70 ++++++++++++++++++++++++--------- tests/conform/Makefile.am | 6 ++- - tests/conform/test-actor-invariants.c | 7 +++ + tests/conform/test-actor-invariants.c | 7 ++++ tests/conform/test-conform-common.h | 6 +++ - tests/conform/test-conform-main.c | 30 +++++++++++++- + tests/conform/test-conform-main.c | 30 ++++++++++++-- 5 files changed, 96 insertions(+), 23 deletions(-) commit 2a23bab8191678f33f10f0bd15fc05c7b05c89d3 @@ -10370,7 +10370,7 @@ Date: Tue Oct 12 15:43:42 2010 +0100 which the test suite was ran. tests/conform/Makefile.am | 41 +++++++++++++++++++++++++++++------------ - 1 files changed, 29 insertions(+), 12 deletions(-) + 1 file changed, 29 insertions(+), 12 deletions(-) commit e6418a9dec874b55d51afede7b039d3fd31908d4 Author: Emmanuele Bassi @@ -10380,7 +10380,7 @@ Date: Tue Oct 12 15:43:27 2010 +0100 clutter/clutter-align-constraint.c | 1 - clutter/clutter-bind-constraint.c | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) + 2 files changed, 2 deletions(-) commit 7fd6273c25569fe4f37ad371532d93e5170e51f7 Author: Neil Roberts @@ -10424,7 +10424,7 @@ Date: Tue Oct 12 14:43:10 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2363 tests/conform/test-conform-main.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 2831addcf5ef1e4070fd2fabbe1ce71385b53062 Author: Emmanuele Bassi @@ -10435,7 +10435,7 @@ Date: Tue Oct 12 14:53:20 2010 +0100 Instead of requiring a special command line switch. tests/interactive/test-flow-layout.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 4e724aed46cd7ad0ad7718b584a0f1691b12a09f Author: Emmanuele Bassi @@ -10455,7 +10455,7 @@ Date: Tue Oct 12 14:09:47 2010 +0100 inside ClutterActor. clutter/clutter-bind-constraint.c | 12 +++++------- - 1 files changed, 5 insertions(+), 7 deletions(-) + 1 file changed, 5 insertions(+), 7 deletions(-) commit 5c82b2551c2053f76bfb09b6d36a5ea4c4e93104 Author: Emmanuele Bassi @@ -10467,7 +10467,7 @@ Date: Tue Oct 12 14:09:17 2010 +0100 clutter/clutter-align-constraint.c | 3 --- clutter/clutter-bind-constraint.c | 3 --- - 2 files changed, 0 insertions(+), 6 deletions(-) + 2 files changed, 6 deletions(-) commit 3f27afde2484a01c71e0b484d2f485e5ce15f5d7 Author: Emmanuele Bassi @@ -10479,7 +10479,7 @@ Date: Tue Oct 12 14:08:07 2010 +0100 equivalence for NULL pointers. clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3b72fdb20cca143f386d9a81dc42fc5ac64c48e7 Author: Emmanuele Bassi @@ -10491,7 +10491,7 @@ Date: Tue Oct 12 14:07:27 2010 +0100 relayout. clutter/clutter-actor.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 91a9a355c32e86e597c57f3fd8b4deaecad0b9a4 Author: Emmanuele Bassi @@ -10504,7 +10504,7 @@ Date: Tue Oct 12 14:04:21 2010 +0100 to using the ClutterActorMeta instances. clutter/clutter-actor.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 3f6b82c9c9e75be6ba174f5964c85809ab0746cc Author: Emmanuele Bassi @@ -10513,7 +10513,7 @@ Date: Tue Oct 12 14:04:05 2010 +0100 actor: Add debugging note for allocation changes clutter/clutter-actor.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 89a389cd2bdfa78768b5901a8a2865cb7d1a8c83 Author: Emmanuele Bassi @@ -10538,7 +10538,7 @@ Date: Mon Oct 11 15:52:50 2010 +0100 This allows animating properties storing a ClutterVertex. clutter/clutter-actor.c | 32 ++++++++++++++++++++++++++++---- - 1 files changed, 28 insertions(+), 4 deletions(-) + 1 file changed, 28 insertions(+), 4 deletions(-) commit 4931802feea47c2fd89aa171a8fd05ebbfa087b4 Author: Emmanuele Bassi @@ -10549,7 +10549,7 @@ Date: Mon Oct 11 15:44:09 2010 +0100 This allows animating properties storing a ClutterGeometry. clutter/clutter-actor.c | 34 ++++++++++++++++++++++++++++++---- - 1 files changed, 30 insertions(+), 4 deletions(-) + 1 file changed, 30 insertions(+), 4 deletions(-) commit a5fc90d4d99cf904abd60ed0be0356ecb1efb40a Author: Emmanuele Bassi @@ -10560,7 +10560,7 @@ Date: Mon Oct 11 15:20:25 2010 +0100 So that we can animate properties storing ClutterActorBox. clutter/clutter-actor.c | 32 ++++++++++++++++++++++++++++---- - 1 files changed, 28 insertions(+), 4 deletions(-) + 1 file changed, 28 insertions(+), 4 deletions(-) commit 2f21c851eafbe217661c3010ad6388414e27a56b Author: Emmanuele Bassi @@ -10569,7 +10569,7 @@ Date: Mon Oct 11 15:07:06 2010 +0100 script: Fix annotation for get_object()'s return value clutter/clutter-script.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dcf266261645fd2deda5c68ded438160bccd7235 Author: Emmanuele Bassi @@ -10581,7 +10581,7 @@ Date: Mon Oct 11 15:06:11 2010 +0100 don't need to special case it any more. clutter/clutter-interval.c | 17 ----------------- - 1 files changed, 0 insertions(+), 17 deletions(-) + 1 file changed, 17 deletions(-) commit d5376bf317b5b682d85e64f1815f7c308da2ffda Author: Emmanuele Bassi @@ -10597,7 +10597,7 @@ Date: Mon Oct 11 15:04:54 2010 +0100 clutter/clutter-color.c | 48 ++++++++++++++++++++++++++++ clutter/clutter-color.h | 5 +++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 54 insertions(+), 0 deletions(-) + 3 files changed, 54 insertions(+) commit 7e112472b5ad9deea9b0ad1fda47aa16199a780a Author: Neil Roberts @@ -10626,7 +10626,7 @@ Date: Tue Oct 5 17:17:53 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2355 clutter/cogl/cogl/cogl-texture-2d-sliced.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1f106b35a99e3784e441feca2df983efafa9fbd9 Author: Emmanuele Bassi @@ -10635,7 +10635,7 @@ Date: Mon Oct 11 13:52:09 2010 +0100 Whitespace alignment fixes clutter/clutter-paint-volume.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 68d656c61badd7a88d7271600a59f24b05fbc36e Author: Emmanuele Bassi @@ -10647,7 +10647,7 @@ Date: Mon Oct 11 13:51:12 2010 +0100 prior to checking the arguments. clutter/clutter-paint-volume.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit 8089af3c1b0e9d9501ee5fad4249a3af1bfdb5dc Author: Owen W. Taylor @@ -10661,7 +10661,7 @@ Date: Thu Oct 7 16:00:47 2010 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2360 clutter/clutter-clone.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit e0058925349046e315e45e14747879e05bdab262 Author: Emmanuele Bassi @@ -10674,7 +10674,7 @@ Date: Mon Oct 11 13:32:26 2010 +0100 defeat the point. clutter/clutter-clone.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 12f80db8b8e826db245880c28f05facd0189c0f8 Author: Emmanuele Bassi @@ -10686,7 +10686,7 @@ Date: Mon Oct 11 12:00:18 2010 +0100 patches to Bugzilla. README | 28 ++++++++++++++++++++++++++-- - 1 files changed, 26 insertions(+), 2 deletions(-) + 1 file changed, 26 insertions(+), 2 deletions(-) commit f8af2da4c8b2e428baba750fac18a38904f55c35 Author: Emmanuele Bassi @@ -10696,8 +10696,8 @@ Date: Sun Oct 10 09:31:55 2010 +0100 Replace deprecated symbols with the correct ones. - clutter/osx/clutter-backend-osx.c | 8 +++- - clutter/osx/clutter-event-osx.c | 104 ++++++++++++++++++++++++------------ + clutter/osx/clutter-backend-osx.c | 8 ++- + clutter/osx/clutter-event-osx.c | 104 ++++++++++++++++++++++++------------- clutter/osx/clutter-stage-osx.c | 2 +- 3 files changed, 77 insertions(+), 37 deletions(-) @@ -10713,7 +10713,7 @@ Date: Fri Oct 8 13:29:49 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2358 clutter/clutter-box-layout.c | 39 +++++++++++++-------------------------- - 1 files changed, 13 insertions(+), 26 deletions(-) + 1 file changed, 13 insertions(+), 26 deletions(-) commit 4724be167f19fe58cb38179e6f3b34b6797ff639 Author: Neil Roberts @@ -10736,7 +10736,7 @@ Date: Wed Oct 6 16:01:03 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2358 clutter/clutter-table-layout.c | 39 ++++++++++++++++----------------------- - 1 files changed, 16 insertions(+), 23 deletions(-) + 1 file changed, 16 insertions(+), 23 deletions(-) commit 42dac6c9971fc33acae95f02d6e3605324a8d7f3 Author: Emmanuele Bassi @@ -10745,7 +10745,7 @@ Date: Thu Oct 7 18:01:53 2010 +0100 autogen.sh: libtool 2.4 has been released autogen.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit eec1a5fb7ad0c5d5f6169abbd1825bd083a940c0 Author: Damien Lespiau @@ -10756,7 +10756,7 @@ Date: Thu Oct 7 12:17:33 2010 +0100 Signed-off-by: Emmanuele Bassi po/fr.po | 264 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 132 insertions(+), 132 deletions(-) + 1 file changed, 132 insertions(+), 132 deletions(-) commit 7bdbbe6a8c372e902753151cfacb2a6d7505b96c Author: Andika Triwidada @@ -10766,8 +10766,8 @@ Date: Tue Oct 5 17:23:37 2010 +0100 Signed-off-by: Emmanuele Bassi - po/id.po | 223 +++++++++++++++++++++++-------------------------------------- - 1 files changed, 84 insertions(+), 139 deletions(-) + po/id.po | 223 +++++++++++++++++++++++--------------------------------------- + 1 file changed, 84 insertions(+), 139 deletions(-) commit 12119ff063f0a7d71c2d7431697004a620d154ab Author: Damien Lespiau @@ -10778,7 +10778,7 @@ Date: Tue Oct 5 17:22:56 2010 +0100 Signed-off-by: Emmanuele Bassi po/fr.po | 1836 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 1836 insertions(+), 0 deletions(-) + 1 file changed, 1836 insertions(+) commit 3cb0436c42ca9369e3d804b8519d2dd40dac86e5 Author: Emmanuele Bassi @@ -10787,7 +10787,7 @@ Date: Tue Oct 5 14:30:01 2010 +0100 clutter.modules: Update Cairo and Pixman build/clutter.modules | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 155bde24650eb613824319f7186bd0a0d690932d Author: Damien Lespiau @@ -10801,7 +10801,7 @@ Date: Tue Oct 5 08:35:19 2010 +0100 ending with a '.', remove them. clutter/clutter-texture.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit 2d56ed637c3c71516498c5a9dc11bf521db37f6f Author: Damien Lespiau @@ -10815,7 +10815,7 @@ Date: Tue Oct 5 08:25:06 2010 +0100 properties. clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a13182c740c9d61e897c8f41d958ca31ebbe6797 Author: Damien Lespiau @@ -10843,7 +10843,7 @@ Date: Tue Oct 5 07:44:49 2010 +0100 accordingly. clutter/clutter-bin-layout.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9ae1729f37fde328b738972c39db52673a28999e Author: Damien Lespiau @@ -10852,7 +10852,7 @@ Date: Mon Oct 4 18:35:13 2010 +0100 box-layout: Fix missing spaces in the blurbs of vertical and homogeneous clutter/clutter-box-layout.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 9258f9bebb33bd7677f11872fa2c928296399832 Author: Damien Lespiau @@ -10861,7 +10861,7 @@ Date: Mon Oct 4 17:20:30 2010 +0100 deform-effect: Fix Horiontal/Horizontal typo clutter/clutter-deform-effect.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cd7df1b42133cef69de123986f336767f7a14978 Author: Emmanuele Bassi @@ -10873,7 +10873,7 @@ Date: Mon Oct 4 15:47:53 2010 +0100 to the build directory. build/autotools/Makefile.am.release | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 75e016ac20528c9fded515a620962cae1d96e5f6 Author: Andika Triwidada @@ -10882,7 +10882,7 @@ Date: Mon Oct 4 15:43:54 2010 +0100 po: Add Indonesian localization po/id.po | 2041 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2041 insertions(+), 0 deletions(-) + 1 file changed, 2041 insertions(+) commit c32c25e4576ef125d83ad74d3ac6c3ae90d098ab Author: Piotr Drąg @@ -10891,7 +10891,7 @@ Date: Mon Oct 4 15:43:16 2010 +0100 po: Update Polish localization po/pl.po | 708 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 365 insertions(+), 343 deletions(-) + 1 file changed, 365 insertions(+), 343 deletions(-) commit 55121d0f35a8f713973254a4a56ef6cdf79f0ea9 Author: Emmanuele Bassi @@ -10900,7 +10900,7 @@ Date: Mon Oct 4 15:20:44 2010 +0100 Post-release version bump to 1.5.3 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ca5188edbf962e065dd80726a4a4e92ccc8cfacf Author: Emmanuele Bassi @@ -10910,7 +10910,7 @@ Date: Mon Oct 4 14:53:55 2010 +0100 NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 53 insertions(+), 1 deletions(-) + 2 files changed, 53 insertions(+), 1 deletion(-) commit 6af0ee2cbe2d6584b523809f160f56daf16eb583 Author: Emmanuele Bassi @@ -10936,7 +10936,7 @@ Date: Mon Oct 4 14:12:21 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2324 clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 22 ++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit f5aeabadd5faf699ab04ec24d6db12297ee6ee30 Author: Alejandro Piñeiro @@ -10982,7 +10982,7 @@ Date: Mon Oct 4 11:30:32 2010 +0100 pointer. This is an ABI break from 1.4. clutter/clutter-effect.h | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit e1a1050a39a607aee4c97c4558c0a637136f6b52 Author: Emmanuele Bassi @@ -11004,7 +11004,7 @@ Date: Mon Oct 4 11:26:46 2010 +0100 docs: Fix the annotations of ActorClass clutter/clutter-actor.h | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit bdb24701f04cec42d388fe415aba16b29c2678e5 Author: Emmanuele Bassi @@ -11018,7 +11018,7 @@ Date: Mon Oct 4 10:52:36 2010 +0100 This does not mean that the backend actually works. clutter/Makefile.am | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit db5e33d4a547862c772e93efbfd041baaebd6423 Author: Emmanuele Bassi @@ -11032,7 +11032,7 @@ Date: Mon Oct 4 10:44:00 2010 +0100 from Alpha Centauri were fuzzy little creatures from Alpha Centauri. TODO | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 0cf2f50ba60d9268f162da89a19f2387b1d6e9cb Author: Emmanuele Bassi @@ -11044,7 +11044,7 @@ Date: Mon Oct 4 09:09:13 2010 +0100 automatically added to the dist process by automake. clutter/Makefile.am | 37 ++----------------------------------- - 1 files changed, 2 insertions(+), 35 deletions(-) + 1 file changed, 2 insertions(+), 35 deletions(-) commit 7728ea951b0675ef3f97c160f212eb9ae72ce45e Author: Emmanuele Bassi @@ -11053,7 +11053,7 @@ Date: Mon Oct 4 09:08:07 2010 +0100 docs: Add unused symbols to the Clutter API reference doc/reference/clutter/clutter-sections.txt | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit a29623e8388c949b0c18853ce8c9f0e494a4317d Author: Emmanuele Bassi @@ -11062,7 +11062,7 @@ Date: Mon Oct 4 08:57:29 2010 +0100 build: Unconditionally add GLES2 shaders to EXTRA_DIST clutter/cogl/cogl/Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit ba09e9c6df28bbd57a400de3d6acbe14fd53b7f6 Author: Emmanuele Bassi @@ -11070,8 +11070,8 @@ Date: Sun Oct 3 17:21:10 2010 +0100 build: Generate a stub announcement email when releasing - build/autotools/Makefile.am.release | 42 +++++++++++++++++++++++++++++++--- - 1 files changed, 38 insertions(+), 4 deletions(-) + build/autotools/Makefile.am.release | 42 +++++++++++++++++++++++++++++++---- + 1 file changed, 38 insertions(+), 4 deletions(-) commit df5702e463769c53a8badf725d158fe4ed94c76e Author: Emmanuele Bassi @@ -11079,8 +11079,8 @@ Date: Sun Oct 3 16:37:41 2010 +0100 docs: Update the RELEASING checklist - doc/RELEASING | 60 +++++++++++++++++++++++++++++++------------------------- - 1 files changed, 33 insertions(+), 27 deletions(-) + doc/RELEASING | 60 +++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 33 insertions(+), 27 deletions(-) commit 2ed2b7eb83aeb813a8d3d734dd870bf739ef345a Author: Emmanuele Bassi @@ -11095,7 +11095,7 @@ Date: Sun Oct 3 16:13:02 2010 +0100 publishing the release. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 939333b4f2dcd5fd7045af7c57db4e21de06d57b Author: Emmanuele Bassi @@ -11107,7 +11107,7 @@ Date: Sun Oct 3 16:10:44 2010 +0100 dist`, to allow building Clutter on different platforms. clutter/Makefile.am | 150 ++++++++++++++++++++++++++++++++++++++++----------- - 1 files changed, 118 insertions(+), 32 deletions(-) + 1 file changed, 118 insertions(+), 32 deletions(-) commit 6df136ae7cadea1df48d531af0730bf3867f3463 Author: Emmanuele Bassi @@ -11118,7 +11118,7 @@ Date: Sun Oct 3 15:28:14 2010 +0100 Yes, I am that stupid. clutter/clutter-container.c | 12 +++++------- - 1 files changed, 5 insertions(+), 7 deletions(-) + 1 file changed, 5 insertions(+), 7 deletions(-) commit e8d3ab4fd3d85b31230be4a59463338438c5621a Author: Emmanuele Bassi @@ -11129,7 +11129,7 @@ Date: Sun Oct 3 15:16:41 2010 +0100 It's meant to be used by language bindings, not by applications. clutter/clutter-script.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 19b93a94aef1700c83edb9e555f1507fcee2f249 Author: Emmanuele Bassi @@ -11152,7 +11152,7 @@ Date: Sun Oct 3 14:53:14 2010 +0100 build: Automate the release process - Makefile.am | 12 ++++-- + Makefile.am | 12 ++++--- build/autotools/Makefile.am | 1 + build/autotools/Makefile.am.release | 68 +++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 4 deletions(-) @@ -11167,7 +11167,7 @@ Date: Sun Oct 3 11:02:56 2010 +0100 ours. doc/CODING_STYLE | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 88 insertions(+), 0 deletions(-) + 1 file changed, 88 insertions(+) commit c4668f04f745f30657379727424137b62d44248d Author: Aron Xu @@ -11179,7 +11179,7 @@ Date: Thu Sep 30 15:20:05 2010 +0800 Signed-off-by: Emmanuele Bassi po/zh_CN.po | 290 +++++++++++++++++++++++++++++------------------------------ - 1 files changed, 143 insertions(+), 147 deletions(-) + 1 file changed, 143 insertions(+), 147 deletions(-) commit 7ac84cf7a3695aa495ca28dbf172c8f4f6e48780 Author: Emmanuele Bassi @@ -11193,7 +11193,7 @@ Date: Thu Sep 30 14:58:23 2010 +0100 clutter/clutter-container.c | 28 ++++++++++++++++++++++++++++ clutter/clutter-container.h | 3 +++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 32 insertions(+), 0 deletions(-) + 3 files changed, 32 insertions(+) commit fc344fb93a153f91ea4bafd9fe25dd88d27e8082 Author: Emmanuele Bassi @@ -11215,7 +11215,7 @@ Date: Thu Sep 30 13:11:05 2010 +0100 setting of child properties far less efficient than needed. clutter/clutter-container.c | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit 18ff73c24471694eb951c7192f15528b594f09b5 Author: Emmanuele Bassi @@ -11224,7 +11224,7 @@ Date: Thu Sep 30 12:43:10 2010 +0100 build: Add more metadata to the introspection files clutter/Makefile.am | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 6a95457b3f0927ec0adaebc9c91499f28ef804a0 Author: Emmanuele Bassi @@ -11233,7 +11233,7 @@ Date: Thu Sep 30 12:32:08 2010 +0100 cookbook: Remove unused variable from the animator example doc/cookbook/examples/animations-moving-animator.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit fde6efc690e6378eb1999267e5b15dc7c8accd43 Author: Emmanuele Bassi @@ -11244,7 +11244,7 @@ Date: Thu Sep 30 12:31:28 2010 +0100 Since Cally's introspection data depends on it. clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c202156794289d210ed4bdf9c9fe6d522685fafd Merge: 077a5b4 cb191ff @@ -11268,7 +11268,7 @@ Date: Wed Sep 29 13:18:03 2010 -0400 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 32d647ddd15ebddf91aa15b092fdcdf14d31ec4f Author: Ray Strode @@ -11292,7 +11292,7 @@ Date: Wed Sep 29 18:43:30 2010 -0400 Signed-off-by: Robert Bragg clutter/clutter-stage.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit fba633529148e65b9e136ea082fa7f853b789d96 Author: Robert Bragg @@ -11314,7 +11314,7 @@ Date: Thu Sep 30 11:18:23 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2349 clutter/clutter-actor.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 471659ed4b2f16749c050701bcdc911405e9e018 Author: Robert Bragg @@ -11327,7 +11327,7 @@ Date: Thu Sep 30 02:37:24 2010 +0100 1 second timeout that draws arcs on the pixmap. tests/interactive/test-pixmap.c | 26 +++++++++++++++++--------- - 1 files changed, 17 insertions(+), 9 deletions(-) + 1 file changed, 17 insertions(+), 9 deletions(-) commit 18e3273fb1e3ba231d370294f13f180b5df68158 Author: Robert Bragg @@ -11357,7 +11357,7 @@ Date: Thu Sep 30 02:00:24 2010 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2349 clutter/x11/clutter-x11-texture-pixmap.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 83eb5ab88cb31fc85016975055d28165300b9867 Author: Robert Bragg @@ -11377,7 +11377,7 @@ Date: Fri Sep 24 01:01:33 2010 +0100 need to look at it's ancestors to find the last layer. clutter/cogl/cogl/cogl-material.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit cb191ff6f18e291810077271f853658c8d679e3d Author: Elliot Smith @@ -11396,7 +11396,7 @@ Date: Thu Sep 30 11:12:14 2010 +0100 for press + release in certain scenarios. doc/cookbook/events.xml | 388 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 388 insertions(+), 0 deletions(-) + 1 file changed, 388 insertions(+) commit d8a9026b842655d23d839a639540bb134f734d84 Author: Neil Roberts @@ -11408,8 +11408,8 @@ Date: Wed Sep 29 17:04:25 2010 +0100 changed to CLUTTER_KEY_* but the win32 events backend was still referring to the old names. - clutter/win32/clutter-event-win32.c | 110 +++++++++++++++++----------------- - 1 files changed, 55 insertions(+), 55 deletions(-) + clutter/win32/clutter-event-win32.c | 110 +++++++++++++++++------------------ + 1 file changed, 55 insertions(+), 55 deletions(-) commit 94439e55265d91e0c5419306115d2af02378e75e Author: Elliot Smith @@ -11422,7 +11422,7 @@ Date: Tue Sep 28 16:53:30 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/events-buttons-lasso.c | 154 ++++++++++++++++++++++++++ - 2 files changed, 156 insertions(+), 0 deletions(-) + 2 files changed, 156 insertions(+) commit 0cda6c006b5909da5919c4e3a1492a32895c596c Author: Elliot Smith @@ -11435,7 +11435,7 @@ Date: Tue Sep 28 16:37:26 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/events-buttons-click.c | 66 ++++++++++++++++++++++++++ - 2 files changed, 68 insertions(+), 0 deletions(-) + 2 files changed, 68 insertions(+) commit fc9ecdf82ed13cf14be9e8fd5fda9787f8972205 Author: Elliot Smith @@ -11448,7 +11448,7 @@ Date: Mon Sep 27 16:36:16 2010 +0100 doc/cookbook/examples/Makefile.am | 2 + doc/cookbook/examples/events-buttons.c | 107 ++++++++++++++++++++++++++++++++ - 2 files changed, 109 insertions(+), 0 deletions(-) + 2 files changed, 109 insertions(+) commit f753b0c4a15421e984cf3b2fcb1ccce7f0e6a61d Author: Emmanuele Bassi @@ -11467,7 +11467,7 @@ Date: Thu Sep 30 10:29:00 2010 +0100 ClutterDragAction has been converted as a proof of concept. - clutter/clutter-drag-action.c | 71 +++++++++++++++++++--------------------- + clutter/clutter-drag-action.c | 71 ++++++++++++++++++++--------------------- clutter/clutter-private.h | 17 ++++++++++ 2 files changed, 51 insertions(+), 37 deletions(-) @@ -11483,7 +11483,7 @@ Date: Thu Sep 30 10:27:10 2010 +0100 get warnings during the destruction of the Stage. clutter/clutter-stage.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 52c4d6fa0c5f5260de5093967cdd1036e351050c Author: Emmanuele Bassi @@ -11494,7 +11494,7 @@ Date: Wed Sep 29 17:32:57 2010 +0100 Instead of relying on the flavour passed to the configure script. configure.ac | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 7aaef8abeed4d3903465ac9d8fd0a916d17aab79 Author: Emmanuele Bassi @@ -11503,7 +11503,7 @@ Date: Wed Sep 29 16:46:06 2010 +0100 modules: Use the stable branch of json-glib build/clutter.modules | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a278a1f94053372d49fb31f82cac551f186a28f4 Author: Neil Roberts @@ -11518,7 +11518,7 @@ Date: Wed Sep 29 15:40:22 2010 +0100 textures and the arrays which point to them. clutter/cogl/cogl/cogl-texture-2d-sliced.c | 18 ------------------ - 1 files changed, 0 insertions(+), 18 deletions(-) + 1 file changed, 18 deletions(-) commit 54f5e168ecd67838d9fae08912e37f47d786f45e Author: Emmanuele Bassi @@ -11571,7 +11571,7 @@ Date: Wed Sep 22 12:56:33 2010 +0100 clutter/json/json-parser.h | 147 ----- clutter/json/json-types-private.h | 61 -- clutter/json/json-types.h | 288 ---------- - configure.ac | 90 +--- + configure.ac | 90 +-- doc/reference/clutter/Makefile.am | 2 - 20 files changed, 13 insertions(+), 5089 deletions(-) @@ -11592,7 +11592,7 @@ Date: Wed Sep 29 15:44:51 2010 +0100 modules: Fix up mesa module build/clutter.modules | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit e072d797b1b5cbdc3c448f1e1acdd6adac0c833b Author: Emmanuele Bassi @@ -11601,7 +11601,7 @@ Date: Wed Sep 29 15:23:53 2010 +0100 modules: Add mesa and wayland to the moduleset build/clutter.modules | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 42f6364cac945e451725fc4aeeccf28ee5019ff3 Author: Robert Bragg @@ -11614,7 +11614,7 @@ Date: Fri Sep 24 02:24:36 2010 +0100 should now reliably be handled in _clutter_stage_queue_actor_redraw. clutter/clutter-actor.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit 51fca9d96807b227d00b0bc58e6e5f216024cf91 Author: Robert Bragg @@ -11641,8 +11641,8 @@ Date: Mon Sep 13 00:33:23 2010 +0100 reparented in any way. clutter/clutter-actor.c | 64 +++++++++++++++++++++++++++++++++++++++++++++ - clutter/clutter-private.h | 32 ++++++++++++++++++++++ - 2 files changed, 96 insertions(+), 0 deletions(-) + clutter/clutter-private.h | 32 +++++++++++++++++++++++ + 2 files changed, 96 insertions(+) commit 9a1abbc713537b3ef381e8e9ea1a5e910613567e Author: Robert Bragg @@ -11658,7 +11658,7 @@ Date: Sun Sep 12 23:49:02 2010 +0100 clutter/clutter-actor.c | 7 +++++++ clutter/clutter-private.h | 1 + - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 239d83f952aa077622ca79c390842be271baddcd Author: Robert Bragg @@ -11675,7 +11675,7 @@ Date: Sun Sep 12 23:31:39 2010 +0100 paint methods. clutter/clutter-actor.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit b3edd3e922e3a3a2dafc5a7a1c02bb22a5ffec94 Author: Robert Bragg @@ -11691,7 +11691,7 @@ Date: Sat Sep 11 02:48:18 2010 +0100 that is now implemented. clutter/clutter-actor.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 1a8d577168ef48a9fcef21415b44b2b8c2f9a26c Author: Robert Bragg @@ -11705,7 +11705,7 @@ Date: Sat Sep 11 02:39:23 2010 +0100 masquerade it as their own volume. clutter/clutter-clone.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit f6ba69f82dba0fdb46998c93929f3c68ebf11cb1 Author: Robert Bragg @@ -11726,7 +11726,7 @@ Date: Fri Sep 10 02:18:16 2010 +0100 run it is actually no longer a problem to queue the redraw here. clutter/clutter-actor.c | 20 -------------------- - 1 files changed, 0 insertions(+), 20 deletions(-) + 1 file changed, 20 deletions(-) commit 3b789490d2cee54652d65950a71fe55736c6a433 Author: Robert Bragg @@ -11776,7 +11776,7 @@ Date: Fri Sep 10 01:33:02 2010 +0100 their source queues a redraw. clutter/clutter-actor.c | 223 +++++++++++++++++++++++++++++++-------------- - clutter/clutter-private.h | 21 +++- + clutter/clutter-private.h | 21 ++++- clutter/clutter-stage.c | 173 ++++++++++++++++++++++++++++++----- 3 files changed, 320 insertions(+), 97 deletions(-) @@ -11808,7 +11808,7 @@ Date: Thu Sep 9 17:53:29 2010 +0100 clutter/clutter-paint-volume.c | 12 ++++++++++++ clutter/clutter-private.h | 3 +++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit bfacca30119ed51517bac39c362a927ef39291ec Author: Robert Bragg @@ -11822,7 +11822,7 @@ Date: Thu Sep 9 14:30:38 2010 +0100 stage to clear the actors old location. clutter/clutter-actor.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit b77d9a6d2c0cc02519c79efe9dd4c8c184f73b36 Author: Emmanuele Bassi @@ -11848,7 +11848,7 @@ Date: Thu Sep 9 12:38:25 2010 +0100 ClutterText as well as the other actors. clutter/clutter-text.c | 24 ++++-------------------- - 1 files changed, 4 insertions(+), 20 deletions(-) + 1 file changed, 4 insertions(+), 20 deletions(-) commit 16f7ee13f2efb545d7cfd33774f42bab92f0e1e6 Author: Emmanuele Bassi @@ -11859,11 +11859,11 @@ Date: Thu Sep 9 12:30:29 2010 +0100 This should reduce the amount of copy and paste for actor sub-classes that use the default paint volume from the allocation. - clutter/clutter-cairo-texture.c | 24 +++----------------- + clutter/clutter-cairo-texture.c | 24 ++++---------------- clutter/clutter-paint-volume.c | 46 +++++++++++++++++++++++++++++++++++++++ - clutter/clutter-private.h | 4 +++ - clutter/clutter-rectangle.c | 24 +++----------------- - clutter/clutter-texture.c | 24 +++----------------- + clutter/clutter-private.h | 4 ++++ + clutter/clutter-rectangle.c | 24 ++++---------------- + clutter/clutter-texture.c | 24 ++++---------------- 5 files changed, 62 insertions(+), 60 deletions(-) commit fd41024d29f093afe2fe1f0292c7ec5965ba5801 @@ -11876,7 +11876,7 @@ Date: Wed Sep 8 21:01:37 2010 +0100 clutter_paint_volume_copy we now simply use g_return_val_if_fail. clutter/clutter-paint-volume.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 3040b140bce59ac2e70de325e0afa98ec8fa7ce7 Author: Robert Bragg @@ -11933,7 +11933,7 @@ Date: Wed Sep 8 18:20:54 2010 +0100 the CLUTTER_REDRAW_CLIPPED_TO_ALLOCATION flag is used. clutter/clutter-actor.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 072595a1bfe084e00e7bc6f7cc074c89a9914ce6 Author: Robert Bragg @@ -11947,7 +11947,7 @@ Date: Wed Sep 8 18:17:27 2010 +0100 last_paint_box though we would instead trigger a full stage redraw. clutter/clutter-actor.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit c2ea35b5cab98a5c2eca305b5199c7d3b44be70c Author: Robert Bragg @@ -11962,7 +11962,7 @@ Date: Wed Sep 8 18:14:04 2010 +0100 benefit of culling. clutter/clutter-actor.c | 76 +++++++++++++++++++++++++++-------------------- - 1 files changed, 44 insertions(+), 32 deletions(-) + 1 file changed, 44 insertions(+), 32 deletions(-) commit 5d1600d6036941885a6ad2a4372f35678696d549 Author: Robert Bragg @@ -11978,7 +11978,7 @@ Date: Wed Sep 8 11:32:29 2010 +0100 from being used in a lot of cases. clutter/clutter-stage.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 1e7f22db3b7cdf9c8154ec7c3ae7cb9b83ac0655 Author: Robert Bragg @@ -11997,7 +11997,7 @@ Date: Wed Sep 8 01:18:30 2010 +0100 clutter/glx/clutter-stage-glx.c | 5 +++++ clutter/glx/clutter-stage-glx.h | 5 +++++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 771348b3696b9f9a0f7de41d9b71abee6309f07b Author: Robert Bragg @@ -12034,8 +12034,8 @@ Date: Wed Sep 8 01:15:00 2010 +0100 clutter/glx/clutter-stage-glx.c | 6 ++++- clutter/x11/clutter-event-x11.c | 47 +++++++++++++++++++++++++++++++++++++++ - clutter/x11/clutter-stage-x11.h | 2 + - 3 files changed, 54 insertions(+), 1 deletions(-) + clutter/x11/clutter-stage-x11.h | 2 ++ + 3 files changed, 54 insertions(+), 1 deletion(-) commit 012e4ab153337cb973a623d6b03c274231ef68b5 Author: Robert Bragg @@ -12048,7 +12048,7 @@ Date: Wed Sep 8 01:03:15 2010 +0100 redraw of the stage. clutter/x11/clutter-event-x11.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 105451d1bea329edff85a5727f0bc4fd3b8e5504 Author: Robert Bragg @@ -12064,7 +12064,7 @@ Date: Tue Sep 7 23:35:26 2010 +0100 clutter/cogl/cogl/cogl.c | 74 ---------------------------------------------- clutter/cogl/cogl/cogl.h | 26 ---------------- - 2 files changed, 0 insertions(+), 100 deletions(-) + 2 files changed, 100 deletions(-) commit 95ff71d01c44b1d93fdecadb8f233cd05d051d9f Author: Robert Bragg @@ -12078,7 +12078,7 @@ Date: Tue Sep 7 23:25:18 2010 +0100 size or the stage viewport changes. clutter/clutter-stage.c | 20 ++++++++++++++++++-- - 1 files changed, 18 insertions(+), 2 deletions(-) + 1 file changed, 18 insertions(+), 2 deletions(-) commit 2235e705859a880415da4d57c76596cef0b9026f Author: Robert Bragg @@ -12105,7 +12105,7 @@ Date: Tue Sep 7 23:09:06 2010 +0100 queue redraw would happen with the correct paint-volume. clutter/clutter-actor.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit b499696d83c4f37b1513929ea62323abbaaa5940 Author: Robert Bragg @@ -12146,7 +12146,7 @@ Date: Tue Sep 7 22:21:28 2010 +0100 clutter/clutter-stage.c | 20 +++++++++++- clutter/egl/clutter-stage-egl.c | 2 +- clutter/fruity/clutter-backend-fruity.c | 2 +- - clutter/glx/clutter-stage-glx.c | 4 +- + clutter/glx/clutter-stage-glx.c | 4 +-- clutter/osx/clutter-stage-osx.c | 2 +- clutter/win32/clutter-backend-win32.c | 2 +- 10 files changed, 86 insertions(+), 11 deletions(-) @@ -12166,7 +12166,7 @@ Date: Tue Sep 7 22:11:28 2010 +0100 to clear its old view and show the new. clutter/clutter-actor.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 75 insertions(+), 0 deletions(-) + 1 file changed, 75 insertions(+) commit 13c4d7b95d4a9068322cf1d2b292d4bc98bbecfd Author: Robert Bragg @@ -12180,7 +12180,7 @@ Date: Tue Sep 7 21:43:50 2010 +0100 clutter/clutter-actor.c | 2 +- clutter/clutter-private.h | 4 ---- - 2 files changed, 1 insertions(+), 5 deletions(-) + 2 files changed, 1 insertion(+), 5 deletions(-) commit 120d7595e3128a233c1fdffd762327b5b74a54d1 Author: Robert Bragg @@ -12196,7 +12196,7 @@ Date: Tue Sep 7 21:47:01 2010 +0100 queues a redraw so I think this may have been doubly redundant. clutter/clutter-actor.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit dc976922714ab74f37c69a9ea109ad4e145fce92 Author: Robert Bragg @@ -12212,7 +12212,7 @@ Date: Tue Sep 7 21:56:33 2010 +0100 preemptive queuing of redraws. clutter/clutter-actor.c | 18 +++++++++++++----- - 1 files changed, 13 insertions(+), 5 deletions(-) + 1 file changed, 13 insertions(+), 5 deletions(-) commit 267e458a433b819f98ca47557c0a899d8c4dd357 Author: Robert Bragg @@ -12231,7 +12231,7 @@ Date: Tue Sep 7 20:29:01 2010 +0100 clutter_actor_queue_redraw. clutter/clutter-actor.c | 38 ++++++++++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 14 deletions(-) + 1 file changed, 24 insertions(+), 14 deletions(-) commit 6d5f6449ddeb47a9bb814f675843d12ae9f7882e Author: Robert Bragg @@ -12245,7 +12245,7 @@ Date: Tue Sep 7 20:08:00 2010 +0100 of a relayout to queue any necessary redraw. clutter/clutter-main.c | 44 ------------------------- - clutter/clutter-stage.c | 82 +++++++++++++++++++++++++++++++++++++++++----- + clutter/clutter-stage.c | 82 +++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 73 insertions(+), 53 deletions(-) commit f8a6e36f1bd1989eaabca81db14dd8bad879fba7 @@ -12259,7 +12259,7 @@ Date: Tue Sep 7 19:40:28 2010 +0100 or relayout for the texture actor. clutter/clutter-texture.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit 1ea7145efc46e246610a0db70cb71c57cdf55e2b Author: Robert Bragg @@ -12278,9 +12278,9 @@ Date: Tue Sep 7 19:31:27 2010 +0100 volume for the actor. clutter/clutter-actor.c | 78 ++++++++++++++++++++---------- - clutter/clutter-actor.h | 19 ------- - clutter/clutter-private.h | 23 ++++++++- - clutter/clutter-stage.c | 57 +++++++++++---------- + clutter/clutter-actor.h | 19 -------- + clutter/clutter-private.h | 23 +++++++-- + clutter/clutter-stage.c | 57 +++++++++++----------- clutter/x11/clutter-x11-texture-pixmap.c | 20 +++++--- 5 files changed, 115 insertions(+), 82 deletions(-) @@ -12297,7 +12297,7 @@ Date: Tue Sep 7 19:07:19 2010 +0100 instead. clutter/clutter-blur-effect.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f60703cb1da1158c7d263210ca198203293b9576 Author: Robert Bragg @@ -12313,7 +12313,7 @@ Date: Tue Sep 7 23:07:52 2010 +0100 later clipped redraws. clutter/clutter-main.c | 7 +++ - clutter/glx/clutter-stage-glx.c | 105 ++++++++++++++++++++++---------------- + clutter/glx/clutter-stage-glx.c | 105 +++++++++++++++++++++++---------------- 2 files changed, 68 insertions(+), 44 deletions(-) commit 066220f983d4e27020c9b5340aa7d7bfaace9928 @@ -12379,7 +12379,7 @@ Date: Tue Sep 7 18:04:19 2010 +0100 clutter/clutter-effect.h | 2 +- clutter/clutter-group.c | 25 + clutter/clutter-main.c | 2 +- - clutter/clutter-offscreen-effect.c | 94 +--- + clutter/clutter-offscreen-effect.c | 94 ++-- clutter/clutter-private.h | 94 +++- clutter/clutter-stage.c | 47 ++ clutter/clutter-texture.c | 109 +++- @@ -12402,7 +12402,7 @@ Date: Thu Aug 19 15:38:15 2010 +0100 clutter/clutter-actor.c | 28 ++++++++++++++++++++++++++++ clutter/clutter-types.h | 3 +++ - 2 files changed, 31 insertions(+), 0 deletions(-) + 2 files changed, 31 insertions(+) commit 2da127dcff2c272e4d3b4ed5fc06919700fbc036 Author: Robert Bragg @@ -12414,8 +12414,8 @@ Date: Thu Aug 19 15:26:19 2010 +0100 into account actors with depth which may be projected outside the area covered by the transformed allocation. - clutter/clutter-texture.c | 48 ++++++++++++++------------------------------ - 1 files changed, 15 insertions(+), 33 deletions(-) + clutter/clutter-texture.c | 48 ++++++++++++++------------------------------- + 1 file changed, 15 insertions(+), 33 deletions(-) commit 044809edb89a736f2aa5ecba54972cdea6d724c4 Author: Emmanuele Bassi @@ -12427,7 +12427,7 @@ Date: Thu Aug 19 15:27:51 2010 +0100 clutter/clutter-actor.c | 166 ++++++++++++++++++++++++++++ doc/reference/clutter/clutter-sections.txt | 16 +++ - 2 files changed, 182 insertions(+), 0 deletions(-) + 2 files changed, 182 insertions(+) commit a6e5ecebe3c7e593257a5c3d4dc052561d4147f9 Author: Emmanuele Bassi @@ -12442,7 +12442,7 @@ Date: Thu Aug 19 14:06:52 2010 +0100 volume of the actor during paint to take that padding into account. clutter/clutter-blur-effect.c | 35 +++++++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit 5d97ca5f87a621b33129a675b5a4342c2b7a1dc7 Author: Emmanuele Bassi @@ -12454,8 +12454,8 @@ Date: Thu Aug 19 14:05:45 2010 +0100 size and position the offscreen buffer we use to paint the actor for an effect. - clutter/clutter-offscreen-effect.c | 45 +++++++++++++++-------------------- - 1 files changed, 19 insertions(+), 26 deletions(-) + clutter/clutter-offscreen-effect.c | 45 +++++++++++++++--------------------- + 1 file changed, 19 insertions(+), 26 deletions(-) commit 25abdf09b76fb594f8e64295a93aad241bcc3941 Author: Emmanuele Bassi @@ -12473,10 +12473,10 @@ Date: Mon Aug 16 17:02:15 2010 +0100 or post_paint() implementation, by allowing all effects in the chain up to the caller to modify the paint volume. - clutter/clutter-actor.c | 54 +++++++++++++++++++++++++++++++++++++++++++- + clutter/clutter-actor.c | 54 +++++++++++++++++++++++++++++++++++++++++++-- clutter/clutter-effect.c | 17 ++++++++++++++ - clutter/clutter-effect.h | 9 +++++- - clutter/clutter-private.h | 6 +++- + clutter/clutter-effect.h | 9 ++++++-- + clutter/clutter-private.h | 6 +++-- 4 files changed, 80 insertions(+), 6 deletions(-) commit 94ce747f83b09c93351a06db233742f3b9255380 @@ -12548,11 +12548,11 @@ Date: Mon Sep 13 11:30:30 2010 +0100 build/Makefile.am | 2 +- build/stringify.sh | 94 ++++ clutter.pc.in | 21 - - clutter/Makefile.am | 521 ++++++++++++++------ + clutter/Makefile.am | 521 +++++++++++++------ clutter/cally/Makefile.am | 80 --- clutter/cally/cally.pc.in | 9 +- clutter/clutter.pc.in | 21 + - clutter/cogl/cogl/Makefile.am | 136 ++++-- + clutter/cogl/cogl/Makefile.am | 136 +++-- clutter/cogl/cogl/cogl-context.h | 10 +- clutter/cogl/cogl/cogl-material-arbfp.c | 9 +- clutter/cogl/cogl/cogl-material-fixed.c | 9 +- @@ -12614,7 +12614,7 @@ Date: Wed Sep 29 14:10:38 2010 +0100 The function g_strcasecmp() has been deprecated since GLib 2.2. clutter/cally/cally-actor.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit e798047ca043fea204851ab22faf67a3222fa6d0 Author: Emmanuele Bassi @@ -12623,7 +12623,7 @@ Date: Wed Sep 29 11:44:46 2010 +0100 animator: Code style fixes clutter/clutter-animator.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 3fe10e0bb1a7d6d9ad1f28ab50d609d2a0af55fb Author: Stephen Kennedy @@ -12649,7 +12649,7 @@ Date: Wed Sep 29 10:56:48 2010 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-animator.c | 23 ++++++++++++++++++----- - 1 files changed, 18 insertions(+), 5 deletions(-) + 1 file changed, 18 insertions(+), 5 deletions(-) commit d0cab85673a885b9aba317d282dd1bd5518fa241 Author: Neil Roberts @@ -12662,7 +12662,7 @@ Date: Mon Sep 27 22:17:12 2010 +0100 tests/conform/test-actor-invariants.c | 66 +++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 2 files changed, 67 insertions(+), 0 deletions(-) + 2 files changed, 67 insertions(+) commit 306852075256906d268d5e0cb49957963f2e6a87 Author: Neil Roberts @@ -12677,7 +12677,7 @@ Date: Mon Sep 27 17:51:01 2010 +0100 twice and it is clearer. clutter/clutter-actor.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 99adb88e9b2cddd65b4fd960444f26a5b52ce3c1 Author: Neil Roberts @@ -12693,7 +12693,7 @@ Date: Mon Sep 27 17:47:38 2010 +0100 fixes the docs rather than the code. clutter/clutter-actor.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit bba1424a444816f61865c5caffb17e56e0eb478b Author: Emmanuele Bassi @@ -12702,7 +12702,7 @@ Date: Mon Sep 27 16:46:26 2010 +0100 Post-branch version bump to 1.5.1 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1971581dfa4c4ec1c37ed85f4087800fb28a2e20 Author: Emmanuele Bassi @@ -12711,7 +12711,7 @@ Date: Sun Sep 26 18:48:04 2010 +0100 doap: Remove mallum from the maintainers list clutter.doap | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 43e85836b48636fe1a5217cb5fce6517e07ed3d0 Author: Emmanuele Bassi @@ -12723,7 +12723,7 @@ Date: Sun Sep 26 16:52:58 2010 +0100 disposing an Actor. clutter/clutter-actor.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit fda1f3a8ba053aaa98882788b6098acbf7875bd3 Author: Emmanuele Bassi @@ -12736,8 +12736,8 @@ Date: Sat Sep 25 20:23:41 2010 +0100 Patch from JSON-GLib. - clutter/json/json-array.c | 42 ++++++++++++++++++++++++++++++++-------- - clutter/json/json-object.c | 45 +++++++++++++++++++++++++++++++++++-------- + clutter/json/json-array.c | 42 ++++++++++++++++++++++++++++++++--------- + clutter/json/json-object.c | 45 +++++++++++++++++++++++++++++++++++--------- 2 files changed, 69 insertions(+), 18 deletions(-) commit 8fe9f3a37db72dcb1dfdf0589135310a78b0174e @@ -12751,7 +12751,7 @@ Date: Fri Sep 24 16:21:06 2010 +0100 results. tests/conform/test-clutter-units.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 51a4af92628287b491cd2539ce7bda0811976527 Author: Emmanuele Bassi @@ -12760,4 +12760,4 @@ Date: Fri Sep 24 15:25:15 2010 +0100 Post-release version bump to 1.4.1 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.pre-1.8 b/ChangeLog.pre-1.8 index a3be815..6040cc9 100644 --- a/ChangeLog.pre-1.8 +++ b/ChangeLog.pre-1.8 @@ -15,7 +15,7 @@ Date: Mon Sep 19 20:02:17 2011 +0100 Depend on Cogl new stable release, 1.8.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4396bec330d0e1015b7f35e5eb10bde0379377fc Author: Tomeu Vizoso @@ -26,7 +26,7 @@ Date: Mon Sep 19 20:11:50 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=659501 clutter/clutter-actor.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fcc2ab7be594427c0dd2b0570a67ae9c555f1f40 Author: Craig R. Hughes @@ -37,7 +37,7 @@ Date: Mon Sep 19 09:30:00 2011 -0700 https://bugzilla.gnome.org/show_bug.cgi?id=659200 clutter/clutter-state.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 14bd6eaad4672ce488986aa2609a5c0ad69adc2b Author: Emmanuele Bassi @@ -49,7 +49,7 @@ Date: Mon Sep 19 17:51:23 2011 +0100 yet we neved bumped the GLib dependency. Whoopsie. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 96866804f05b24d35fbb2f93c00aaeb075f25c4f Author: Robert Bragg @@ -67,7 +67,7 @@ Date: Mon Sep 19 14:38:08 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-paint-volume.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 239fc43c5f5dc15346094bf797ad8e8799424a4b Author: Robert Bragg @@ -82,7 +82,7 @@ Date: Mon Sep 19 12:54:31 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-stage.c | 45 +++++++++++++++++++++++++++++---------------- - 1 files changed, 29 insertions(+), 16 deletions(-) + 1 file changed, 29 insertions(+), 16 deletions(-) commit 662d12aeff9c7404b915e44777b50f0995252fd8 Author: Robert Bragg @@ -116,7 +116,7 @@ Date: Sat Sep 17 16:38:12 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 1127 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 569 insertions(+), 558 deletions(-) + 1 file changed, 569 insertions(+), 558 deletions(-) commit c434553f0f9ef103f7d1bb467e73064c85fe6487 Author: Matej Urbančič @@ -125,7 +125,7 @@ Date: Sat Sep 17 10:53:10 2011 +0200 Updated Slovenian translation po/sl.po | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 8df42e8822a05052837c7b600bb4d9d089a408bb Author: I Felix @@ -134,7 +134,7 @@ Date: Fri Sep 16 17:12:00 2011 +0530 Updated Tamil Translations po/ta.po | 2205 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2205 insertions(+), 0 deletions(-) + 1 file changed, 2205 insertions(+) commit 1679104a0e79c1764c7e0210965a7eb17f67b772 Author: Martin Srebotnjak @@ -143,7 +143,7 @@ Date: Thu Sep 15 22:33:37 2011 +0200 Updated Slovenian translation po/sl.po | 1276 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 633 insertions(+), 643 deletions(-) + 1 file changed, 633 insertions(+), 643 deletions(-) commit 7a0481c79eb2bce6df94fce4cada79982afec1e7 Author: Shankar Prasad @@ -152,7 +152,7 @@ Date: Thu Sep 15 23:18:03 2011 +0530 updated Kannada Translation po/kn.po | 208 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 104 insertions(+), 104 deletions(-) + 1 file changed, 104 insertions(+), 104 deletions(-) commit c2e9b38eb9ca0810227302d0828c03cce83e25a0 Author: Shankar Prasad @@ -161,7 +161,7 @@ Date: Thu Sep 15 22:42:34 2011 +0530 updated Kannada Translation po/kn.po | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 41bd15226f6fcbd373e4dc41888dbfa6aa930d3d Author: Rui Matos @@ -172,7 +172,7 @@ Date: Thu Sep 15 04:50:43 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=659116 clutter/clutter-text.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 1883ee13f986f6828f7a4d9bc6f867cce718caa4 Author: Jasper St. Pierre @@ -185,7 +185,7 @@ Date: Wed Sep 14 12:01:48 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=659069 clutter/clutter-text.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 7a7a4f64419749913346552cee109e0496781682 Author: Andika Triwidada @@ -194,7 +194,7 @@ Date: Thu Sep 15 04:05:54 2011 +0700 Updated Indonesian translation po/id.po | 1780 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 832 insertions(+), 948 deletions(-) + 1 file changed, 832 insertions(+), 948 deletions(-) commit 7c5160f36d713ec93935686a195ba3c5c42a3336 Author: Aurimas Černius @@ -203,7 +203,7 @@ Date: Wed Sep 14 20:18:34 2011 +0300 Updated Lithuanian translation po/lt.po | 34 +++++++++++++++++----------------- - 1 files changed, 17 insertions(+), 17 deletions(-) + 1 file changed, 17 insertions(+), 17 deletions(-) commit 9efcb8a8a360ff8b75d4ac2724da91e2d62ec2d4 Author: Rajesh Ranjan @@ -212,7 +212,7 @@ Date: Tue Sep 13 14:41:57 2011 +0530 hindi update po/hi.po | 1266 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 640 insertions(+), 626 deletions(-) + 1 file changed, 640 insertions(+), 626 deletions(-) commit 8f8663c8756437fdb0e30381fce76630d6b887ba Author: Emmanuele Bassi @@ -234,38 +234,38 @@ Date: Mon Sep 12 13:59:30 2011 +0100 configure.ac | 2 +- po/ast.po | 1283 ++++++++++++++++++++++++++-------------------------- - po/ca.po | 370 ++++++++-------- - po/ca@valencia.po | 370 ++++++++-------- - po/clutter-1.0.pot | 372 ++++++++-------- - po/cs.po | 370 ++++++++-------- - po/da.po | 1100 ++++++++++++++++++++++----------------------- - po/de.po | 370 ++++++++-------- + po/ca.po | 370 +++++++-------- + po/ca@valencia.po | 370 +++++++-------- + po/clutter-1.0.pot | 372 +++++++-------- + po/cs.po | 370 +++++++-------- + po/da.po | 1100 ++++++++++++++++++++++---------------------- + po/de.po | 370 +++++++-------- po/en_GB.po | 1110 ++++++++++++++++++++++----------------------- - po/eo.po | 370 ++++++++-------- - po/es.po | 1106 ++++++++++++++++++++++----------------------- - po/fr.po | 370 ++++++++-------- - po/gl.po | 370 ++++++++-------- + po/eo.po | 370 +++++++-------- + po/es.po | 1106 ++++++++++++++++++++++---------------------- + po/fr.po | 370 +++++++-------- + po/gl.po | 370 +++++++-------- po/hi.po | 1108 ++++++++++++++++++++++----------------------- - po/id.po | 1200 ++++++++++++++++++++++++------------------------- - po/it.po | 370 ++++++++-------- - po/kn.po | 370 ++++++++-------- - po/lt.po | 1228 ++++++++++++++++++++++++------------------------- - po/lv.po | 1126 +++++++++++++++++++++++----------------------- - po/nb.po | 370 ++++++++-------- - po/nl.po | 370 ++++++++-------- + po/id.po | 1200 ++++++++++++++++++++++++------------------------ + po/it.po | 370 +++++++-------- + po/kn.po | 370 +++++++-------- + po/lt.po | 1228 +++++++++++++++++++++++++------------------------ + po/lv.po | 1126 +++++++++++++++++++++++---------------------- + po/nb.po | 370 +++++++-------- + po/nl.po | 370 +++++++-------- po/or.po | 1108 ++++++++++++++++++++++----------------------- - po/pa.po | 370 ++++++++-------- - po/pl.po | 370 ++++++++-------- - po/pt_BR.po | 1101 ++++++++++++++++++++++----------------------- - po/ru.po | 1270 ++++++++++++++++++++++++++-------------------------- - po/sl.po | 370 ++++++++-------- - po/sv.po | 370 ++++++++-------- - po/te.po | 370 ++++++++-------- + po/pa.po | 370 +++++++-------- + po/pl.po | 370 +++++++-------- + po/pt_BR.po | 1101 ++++++++++++++++++++++---------------------- + po/ru.po | 1270 +++++++++++++++++++++++++-------------------------- + po/sl.po | 370 +++++++-------- + po/sv.po | 370 +++++++-------- + po/te.po | 370 +++++++-------- po/tr.po | 1111 ++++++++++++++++++++++----------------------- - po/uk.po | 370 ++++++++-------- - po/zh_CN.po | 1101 ++++++++++++++++++++++----------------------- - po/zh_HK.po | 370 ++++++++-------- - po/zh_TW.po | 370 ++++++++-------- + po/uk.po | 370 +++++++-------- + po/zh_CN.po | 1101 ++++++++++++++++++++++---------------------- + po/zh_HK.po | 370 +++++++-------- + po/zh_TW.po | 370 +++++++-------- 34 files changed, 11102 insertions(+), 11254 deletions(-) commit 84355494480e5b8faa557e6a387511b02e56d04d @@ -276,7 +276,7 @@ Date: Mon Sep 12 13:16:03 2011 +0100 NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 44 insertions(+), 1 deletions(-) + 2 files changed, 44 insertions(+), 1 deletion(-) commit a9a104e109722e0972afcd6fa4cf3c2774d3333e Author: Emmanuele Bassi @@ -288,7 +288,7 @@ Date: Mon Sep 12 13:12:14 2011 +0100 clutter/clutter-animatable.c | 8 +- clutter/clutter-animation.c | 7 +- clutter/clutter-child-meta.h | 9 +- - clutter/clutter-effect.c | 10 +- + clutter/clutter-effect.c | 10 +-- clutter/clutter-gesture-action.c | 6 +- clutter/clutter-main.c | 6 +- clutter/clutter-text.c | 2 +- @@ -305,14 +305,14 @@ Date: Mon Sep 12 13:05:16 2011 +0100 doc/reference/cogl-2.0/Makefile.am | 142 ------ doc/reference/cogl-2.0/blend-strings.xml | 129 ------ - doc/reference/cogl-2.0/cogl-docs.xml.in | 194 -------- + doc/reference/cogl-2.0/cogl-docs.xml.in | 194 --------- doc/reference/cogl-2.0/cogl-sections.txt | 484 --------------------- doc/reference/cogl-2.0/cogl_ortho.png | Bin 12650 -> 0 bytes doc/reference/cogl-2.0/fill-rule-even-odd.png | Bin 3121 -> 0 bytes doc/reference/cogl-2.0/fill-rule-non-zero.png | Bin 3143 -> 0 bytes doc/reference/cogl-2.0/quad-indices-order.png | Bin 2620 -> 0 bytes doc/reference/cogl-2.0/quad-indices-triangles.png | Bin 8018 -> 0 bytes - 9 files changed, 0 insertions(+), 949 deletions(-) + 9 files changed, 949 deletions(-) commit 7ace3c2fddf9af11d832b7cf48dd56a6db91ceab Author: Emmanuele Bassi @@ -321,7 +321,7 @@ Date: Mon Sep 12 12:36:31 2011 +0100 docs: Fix clutter_box_packv() link clutter/clutter-box.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 27502af591597dd30c2b7e522e5c087f426810d3 Author: Emmanuele Bassi @@ -333,7 +333,7 @@ Date: Mon Sep 12 11:33:18 2011 +0100 struct. clutter/clutter-actor.c | 57 ++++++++++++++++++++++++----------------------- - 1 files changed, 29 insertions(+), 28 deletions(-) + 1 file changed, 29 insertions(+), 28 deletions(-) commit e5cd039b5327a1d856e5285d35c6bd0db738f765 Author: Andika Triwidada @@ -341,8 +341,8 @@ Date: Mon Sep 12 12:17:46 2011 +0700 Updated Indonesian translation - po/id.po | 124 ++++++++++++++++++++++++++----------------------------------- - 1 files changed, 53 insertions(+), 71 deletions(-) + po/id.po | 124 +++++++++++++++++++++++++++----------------------------------- + 1 file changed, 53 insertions(+), 71 deletions(-) commit 99185974c48bac6fc0e378617c1e44d7dbaaab3f Author: Muhammet Kara @@ -350,8 +350,8 @@ Date: Sun Sep 11 22:13:31 2011 +0300 [l10n]Updated Turkish translation - po/tr.po | 279 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 142 insertions(+), 137 deletions(-) + po/tr.po | 279 ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 142 insertions(+), 137 deletions(-) commit 5781beb22daeb246316e9079025932b1799c6e2e Author: Matthias Clasen @@ -372,7 +372,7 @@ Date: Sat Sep 10 20:25:15 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=658721 clutter/cally/cally-util.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit aea904afe9c2147ba0faa2e3bba5ad298835bca7 Author: Xandru Armesto @@ -381,7 +381,7 @@ Date: Sun Sep 11 15:46:50 2011 +0200 Updated asturian translation po/ast.po | 2209 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2209 insertions(+), 0 deletions(-) + 1 file changed, 2209 insertions(+) commit 6b6e662493e9a755b01a260f3b03e682f01db5f1 Author: Jorge González @@ -390,7 +390,7 @@ Date: Sun Sep 11 11:47:40 2011 +0200 Updated Spanish translation po/es.po | 1153 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 583 insertions(+), 570 deletions(-) + 1 file changed, 583 insertions(+), 570 deletions(-) commit 83c61b875856814f2a0b1767059401f2c7e310c0 Author: Muhammet Kara @@ -399,7 +399,7 @@ Date: Sun Sep 11 11:28:56 2011 +0300 [l10n]Updated Turkish translation po/tr.po | 223 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 112 insertions(+), 111 deletions(-) + 1 file changed, 112 insertions(+), 111 deletions(-) commit cf36ac00d9ece3424c8e3c12cab5a3b293b70c5f Author: Yuri Myasoedov @@ -408,7 +408,7 @@ Date: Sun Sep 11 11:27:00 2011 +0400 Added Russian translation po/ru.po | 2193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2193 insertions(+), 0 deletions(-) + 1 file changed, 2193 insertions(+) commit c2fc031d95c070b2ada4d4e12896593f35c765cb Author: Muhammet Kara @@ -417,7 +417,7 @@ Date: Sun Sep 11 09:00:52 2011 +0300 [l10n]Updated Turkish translation po/tr.po | 195 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 98 insertions(+), 97 deletions(-) + 1 file changed, 98 insertions(+), 97 deletions(-) commit 92159871890d19691167081299c78402244d0276 Author: Muhammet Kara @@ -426,7 +426,7 @@ Date: Sat Sep 10 21:05:30 2011 +0300 [l10n]Added Turkish translation po/tr.po | 2171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2171 insertions(+), 0 deletions(-) + 1 file changed, 2171 insertions(+) commit 56e3c73300835bb15cad67ff0b36ee32d70a25c4 Author: Aurimas Černius @@ -435,7 +435,7 @@ Date: Sat Sep 10 19:14:25 2011 +0300 Added Lithuanian translation po/lt.po | 2192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2192 insertions(+), 0 deletions(-) + 1 file changed, 2192 insertions(+) commit 50fc7407305a00353bd34fbaeb6f454bd9f712ac Author: Ray Wang @@ -444,7 +444,7 @@ Date: Sat Sep 10 16:07:27 2011 +0800 Update Chinese (Simplified) translation po/zh_CN.po | 1351 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 680 insertions(+), 671 deletions(-) + 1 file changed, 680 insertions(+), 671 deletions(-) commit c5ba998d64605b207b499221d7a484794e756c7a Author: Emmanuele Bassi @@ -456,7 +456,7 @@ Date: Fri Sep 9 13:53:33 2011 +0100 been unrealized. clutter/clutter-stage.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 598e7a4a7e2bbae8928690a4fc44f7771bef530c Author: Emmanuele Bassi @@ -465,7 +465,7 @@ Date: Fri Sep 9 13:52:55 2011 +0100 cogl/stage: Protect against multiple invocation of unrealize() clutter/cogl/clutter-stage-cogl.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 802b9d463c306c0c5024ef216c214ec2cd674fd4 Author: Emmanuele Bassi @@ -474,7 +474,7 @@ Date: Fri Sep 9 12:16:37 2011 +0100 docs: Update the HACKING file doc/HACKING | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit 0d19892cd859d9564185ca7ee00b9ebe7d0937fd Author: Kenneth Nielsen @@ -483,7 +483,7 @@ Date: Fri Sep 9 13:03:40 2011 +0200 Added Danish translation, adopted from launchpad po/da.po | 2174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2174 insertions(+), 0 deletions(-) + 1 file changed, 2174 insertions(+) commit e6fb9770b155c06379f0d5f542bbe64432b22535 Author: Rajesh Ranjan @@ -492,7 +492,7 @@ Date: Fri Sep 9 14:43:24 2011 +0530 hindi added for clutter po/hi.po | 2172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2172 insertions(+), 0 deletions(-) + 1 file changed, 2172 insertions(+) commit 746f5e3885bfd5c52123a4ad36e954079ddcf886 Author: Manoj Kumar Giri @@ -500,8 +500,8 @@ Date: Fri Sep 9 10:54:50 2011 +0530 Updated Oriya Translation - po/or.po | 93 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 47 insertions(+), 46 deletions(-) + po/or.po | 93 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 47 insertions(+), 46 deletions(-) commit 909e11629960fb20910bbf4e26f9a0f1353240b9 Author: Rudolfs Mazurs @@ -510,7 +510,7 @@ Date: Thu Sep 8 16:51:54 2011 -0400 Added Latvian translation. po/lv.po | 2193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2193 insertions(+), 0 deletions(-) + 1 file changed, 2193 insertions(+) commit 5483c4402a575f6712b0e727838e28b27a99a363 Author: Piotr Drąg @@ -519,7 +519,7 @@ Date: Thu Sep 8 21:56:18 2011 +0200 Updated Polish translation po/pl.po | 62 ++++++++++++++++++-------------------------------------------- - 1 files changed, 18 insertions(+), 44 deletions(-) + 1 file changed, 18 insertions(+), 44 deletions(-) commit fc1f27df94ecc28af69dd3a8e8d381071a4237f6 Author: Manoj Kumar Giri @@ -528,7 +528,7 @@ Date: Thu Sep 8 20:24:42 2011 +0530 Updated Oriya Translation po/or.po | 2169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2169 insertions(+), 0 deletions(-) + 1 file changed, 2169 insertions(+) commit fc65f83b4a4be9d69eb04b73c81e1ead9214f319 Author: Piotr Drąg @@ -537,7 +537,7 @@ Date: Thu Sep 8 16:35:47 2011 +0200 Restore clutter-1.0.pot file po/clutter-1.0.pot | 1105 ++++++++++++++++++++++++++-------------------------- - 1 files changed, 547 insertions(+), 558 deletions(-) + 1 file changed, 547 insertions(+), 558 deletions(-) commit fc91234399c49a8c6c0bf2945b67aab81f51a63e Author: Og B. Maciel @@ -556,7 +556,7 @@ Date: Thu Sep 8 10:19:16 2011 -0400 Added Brazilian Portuguese translation with some massive review and changed done by Og Maciel . po/pt_BR.po | 2217 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2217 insertions(+), 0 deletions(-) + 1 file changed, 2217 insertions(+) commit bcd37e2e3d96975c875acf7919405ec246064743 Author: Emmanuele Bassi @@ -590,7 +590,7 @@ Date: Wed Sep 7 15:20:42 2011 +0100 Don't leave them in the middle, to avoid holes. clutter/clutter-text.c | 43 ++++++++++++++++++++++--------------------- - 1 files changed, 22 insertions(+), 21 deletions(-) + 1 file changed, 22 insertions(+), 21 deletions(-) commit 0c22246beabf6005a17687ae5d576d4e2e72e327 Author: Emmanuele Bassi @@ -607,8 +607,8 @@ Date: Wed Sep 7 13:28:15 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2629 - clutter/clutter-text.c | 84 +++++++++++++++++++++++++---------------------- - 1 files changed, 45 insertions(+), 39 deletions(-) + clutter/clutter-text.c | 84 ++++++++++++++++++++++++++---------------------- + 1 file changed, 45 insertions(+), 39 deletions(-) commit 320bdeac03a97dafb8929c93df795e1b2e5bc694 Author: Emmanuele Bassi @@ -621,7 +621,7 @@ Date: Wed Sep 7 13:08:22 2011 +0100 non-NULL string. clutter/clutter-text.c | 12 +++++------- - 1 files changed, 5 insertions(+), 7 deletions(-) + 1 file changed, 5 insertions(+), 7 deletions(-) commit c3e8d30afab071acb5b78d8d68e4c9334d1a82a5 Author: Bruce Cowan @@ -630,7 +630,7 @@ Date: Wed Sep 7 13:27:34 2011 +0100 Added British English translation po/en_GB.po | 2185 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2185 insertions(+), 0 deletions(-) + 1 file changed, 2185 insertions(+) commit 2af7ac4c13bd99c04eaf59ecfc8fa7a00a3cb8c1 Author: Emmanuele Bassi @@ -639,7 +639,7 @@ Date: Wed Sep 7 12:04:08 2011 +0100 actor: Fix annotations for out Vertex parameters clutter/clutter-actor.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0bd1e47b22de3692c37abaa4582dfb9c802ee493 Author: Emmanuele Bassi @@ -681,7 +681,7 @@ Date: Wed Sep 7 15:46:43 2011 +0700 Updated Indonesian translation po/id.po | 1673 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 835 insertions(+), 838 deletions(-) + 1 file changed, 835 insertions(+), 838 deletions(-) commit c5cf8c53cd41c751118347495f3d57e8c4e74785 Author: Neil Roberts @@ -695,7 +695,7 @@ Date: Tue Sep 6 09:41:06 2011 +0100 version of json-glib to avoid having to accept both formats. build/mingw/mingw-fetch-dependencies.sh | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 9d46c479977f994c22da15f8cd1f81f92a531fb4 Author: Emmanuele Bassi @@ -705,8 +705,8 @@ Date: Tue Sep 6 08:32:07 2011 +0100 Highlight actions and errors, and update the release message. - build/autotools/Makefile.am.release | 36 ++++++++++++++++------------------ - 1 files changed, 17 insertions(+), 19 deletions(-) + build/autotools/Makefile.am.release | 36 +++++++++++++++++------------------ + 1 file changed, 17 insertions(+), 19 deletions(-) commit 28ad23e7d71e3a4a663a5de266631424ad11752f Author: Emmanuele Bassi @@ -715,29 +715,29 @@ Date: Mon Sep 5 21:39:51 2011 +0100 Post-release version bump to 1.7.15 configure.ac | 2 +- - po/ca.po | 391 +++++++++--------- - po/ca@valencia.po | 391 +++++++++--------- + po/ca.po | 391 ++++++++--------- + po/ca@valencia.po | 391 ++++++++--------- po/clutter-1.0.pot | 1104 ++++++++++++++++++++++++------------------------ po/cs.po | 1107 ++++++++++++++++++++++++------------------------ - po/de.po | 391 +++++++++--------- - po/eo.po | 390 +++++++++--------- - po/es.po | 1114 ++++++++++++++++++++++++------------------------- - po/fr.po | 390 +++++++++--------- + po/de.po | 391 ++++++++--------- + po/eo.po | 390 ++++++++--------- + po/es.po | 1114 ++++++++++++++++++++++++------------------------ + po/fr.po | 390 ++++++++--------- po/gl.po | 1100 ++++++++++++++++++++++++------------------------ - po/id.po | 390 +++++++++--------- - po/it.po | 390 +++++++++--------- + po/id.po | 390 ++++++++--------- + po/it.po | 390 ++++++++--------- po/kn.po | 1107 ++++++++++++++++++++++++------------------------ - po/nb.po | 390 +++++++++--------- - po/nl.po | 390 +++++++++--------- - po/pa.po | 390 +++++++++--------- - po/pl.po | 390 +++++++++--------- - po/sl.po | 391 +++++++++--------- + po/nb.po | 390 ++++++++--------- + po/nl.po | 390 ++++++++--------- + po/pa.po | 390 ++++++++--------- + po/pl.po | 390 ++++++++--------- + po/sl.po | 391 ++++++++--------- po/sv.po | 1190 +++++++++++++++++++++++++--------------------------- - po/te.po | 390 +++++++++--------- - po/uk.po | 390 +++++++++--------- - po/zh_CN.po | 390 +++++++++--------- - po/zh_HK.po | 1187 +++++++++++++++++++++++++--------------------------- - po/zh_TW.po | 1187 +++++++++++++++++++++++++--------------------------- + po/te.po | 390 ++++++++--------- + po/uk.po | 390 ++++++++--------- + po/zh_CN.po | 390 ++++++++--------- + po/zh_HK.po | 1187 +++++++++++++++++++++++++-------------------------- + po/zh_TW.po | 1187 +++++++++++++++++++++++++-------------------------- 24 files changed, 7392 insertions(+), 7560 deletions(-) commit d992c0cbff22c6e22eb03b6a926209ab436a832a @@ -748,7 +748,7 @@ Date: Mon Sep 5 20:54:35 2011 +0100 NEWS | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 65 insertions(+), 1 deletions(-) + 2 files changed, 65 insertions(+), 1 deletion(-) commit 9a78eacb72ad76aa5254b41dd7efbb9716e77547 Author: Emmanuele Bassi @@ -757,7 +757,7 @@ Date: Mon Sep 5 21:15:37 2011 +0100 build: Fix distcheck in cookbook/examples doc/cookbook/examples/Makefile.am | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit 967bd3ac5804aa9dd9bd308711381979d7c416a2 Author: Emmanuele Bassi @@ -771,7 +771,7 @@ Date: Mon Sep 5 15:26:27 2011 +0100 and their documentation. clutter/clutter-animation.c | 9 ++++ - tests/interactive/test-easing.c | 90 +++++++++++++++++++------------------- + tests/interactive/test-easing.c | 90 +++++++++++++++++++-------------------- 2 files changed, 54 insertions(+), 45 deletions(-) commit 7024f1cd021760dd3e9c891550a3b20f2627307e @@ -782,8 +782,8 @@ Date: Mon Sep 5 15:25:46 2011 +0100 Use a "private" macro to simplify the defined static colors. - clutter/clutter-color-static.h | 92 ++++++++++++++++++++------------------- - 1 files changed, 47 insertions(+), 45 deletions(-) + clutter/clutter-color-static.h | 92 ++++++++++++++++++++-------------------- + 1 file changed, 47 insertions(+), 45 deletions(-) commit 359ed2b29fdc4f692e6cb6ff310c41ed7796139a Author: Emmanuele Bassi @@ -812,8 +812,8 @@ Date: Sun Sep 4 17:57:50 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2339 - clutter/clutter-text.c | 53 ++++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 49 insertions(+), 4 deletions(-) + clutter/clutter-text.c | 53 ++++++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 49 insertions(+), 4 deletions(-) commit 73d3026dd192f2bf102107d7c41c59d5d163ad08 Author: Dan Winship @@ -824,7 +824,7 @@ Date: Fri Sep 2 12:51:46 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=649631 clutter/clutter-flow-layout.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 14242ce3b2386709394400deab81631c227d7473 Author: Shankar Prasad @@ -833,7 +833,7 @@ Date: Mon Sep 5 18:03:48 2011 +0530 updated Kannada Translation po/kn.po | 108 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 54 insertions(+), 54 deletions(-) + 1 file changed, 54 insertions(+), 54 deletions(-) commit f63f359f34bd4211453c5c0d8a5d43e94436608a Author: Shankar Prasad @@ -842,7 +842,7 @@ Date: Mon Sep 5 14:04:50 2011 +0530 Added and updated Kannada Translation po/kn.po | 2169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2169 insertions(+), 0 deletions(-) + 1 file changed, 2169 insertions(+) commit 6b1ff3fad481cbf9ab6fa2a3a4fe5af942e5b3ec Author: Marek Černocký @@ -851,7 +851,7 @@ Date: Sun Sep 4 19:35:49 2011 +0200 Updated Czech translation po/cs.po | 1118 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 565 insertions(+), 553 deletions(-) + 1 file changed, 565 insertions(+), 553 deletions(-) commit 973b7299b28b68795f0cc3a5f4be348f3f0c54d5 Author: Fran Dieguez @@ -870,7 +870,7 @@ Date: Sun Sep 4 06:34:25 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2224 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - po/zh_TW.po | 1373 +++++++++++++++++++------------------ + po/zh_TW.po | 1373 ++++++++++++++++++------------------ 2 files changed, 2915 insertions(+), 682 deletions(-) commit 37c58d61cd9c50bcccfee338a777795a11be2c89 @@ -880,7 +880,7 @@ Date: Sat Sep 3 13:02:29 2011 +0200 Updated Swedish translation po/sv.po | 1240 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 639 insertions(+), 601 deletions(-) + 1 file changed, 639 insertions(+), 601 deletions(-) commit a676ae67f7245e8c3cac17ece6c8cedd0a12da54 Author: Emmanuele Bassi @@ -889,7 +889,7 @@ Date: Fri Sep 2 15:51:56 2011 +0100 docs: Fix up deprecation notice for BehaviourScale clutter/clutter-behaviour-scale.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4255a75940a1a87db3145cd3d50d33b779c82049 Author: Emmanuele Bassi @@ -898,7 +898,7 @@ Date: Fri Sep 2 15:49:05 2011 +0100 docs: Fix the ClutterTimeline:auto-reverse link clutter/clutter-timeline.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 79e152b7a0f1c6646f485dd17de4935c51778b86 Author: Emmanuele Bassi @@ -907,7 +907,7 @@ Date: Fri Sep 2 15:48:27 2011 +0100 docs: Inline test-constraints.c inside BindConstraint's description clutter/clutter-bind-constraint.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit bce27e45b0ecce89c16640755290b0dbe9e29392 Author: Emmanuele Bassi @@ -917,8 +917,8 @@ Date: Fri Sep 2 15:36:40 2011 +0100 Add some comments to detail what are we doing and why. - tests/interactive/test-constraints.c | 59 +++++++++++++++++++++++++++------ - 1 files changed, 48 insertions(+), 11 deletions(-) + tests/interactive/test-constraints.c | 59 +++++++++++++++++++++++++++------- + 1 file changed, 48 insertions(+), 11 deletions(-) commit 0d6208f36e0c66e89635e2d586568bfa40102f8e Author: Emmanuele Bassi @@ -929,7 +929,7 @@ Date: Fri Sep 2 15:22:08 2011 +0100 Also, mention that DropAction only works with DragAction. clutter/clutter-drop-action.c | 18 +++++++++++++++--- - 1 files changed, 15 insertions(+), 3 deletions(-) + 1 file changed, 15 insertions(+), 3 deletions(-) commit 8775642e82f999d7fa49bcec8aa967d240c89c2d Author: Emmanuele Bassi @@ -938,7 +938,7 @@ Date: Fri Sep 2 14:50:07 2011 +0100 docs: Include test-drag as the DragAction example clutter/clutter-drag-action.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 9c9926654cbb419dd6d8cd725d5c40e2cb86b832 Author: Emmanuele Bassi @@ -949,7 +949,7 @@ Date: Fri Sep 2 14:28:16 2011 +0100 No new API has been added in during the 1.7 development cycle. doc/reference/cally/cally-docs.xml.in | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 4b7552f0014c75d03d9889a3abeb8a93166ff59a Author: Emmanuele Bassi @@ -958,7 +958,7 @@ Date: Fri Sep 2 14:18:54 2011 +0100 docs: Add missing clutter_backend_get_cogl_context symbol doc/reference/clutter/clutter-sections.txt | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 66607dec4de1676b970053defe33db9634ba6923 Author: Emmanuele Bassi @@ -970,8 +970,8 @@ Date: Fri Sep 2 13:58:34 2011 +0100 AlignConstraint, let's check that the BindConstraint source is not a child or a grandchild of the actor attached to the Constraint. - clutter/clutter-bind-constraint.c | 39 +++++++++++++++++++++++++++++++++++- - 1 files changed, 37 insertions(+), 2 deletions(-) + clutter/clutter-bind-constraint.c | 39 +++++++++++++++++++++++++++++++++++-- + 1 file changed, 37 insertions(+), 2 deletions(-) commit e6dbdb444d61dc2172d98566589ece846cbe03ce Author: Emmanuele Bassi @@ -985,8 +985,8 @@ Date: Fri Sep 2 13:56:25 2011 +0100 around; in order to avoid weirdness, we better document and check that when we set the actor and when we set the source. - clutter/clutter-align-constraint.c | 39 ++++++++++++++++++++++++++++++++++- - 1 files changed, 37 insertions(+), 2 deletions(-) + clutter/clutter-align-constraint.c | 39 ++++++++++++++++++++++++++++++++++-- + 1 file changed, 37 insertions(+), 2 deletions(-) commit 83060b30d17b7afa13b8ce59e824dd91274669c3 Author: Emmanuele Bassi @@ -1027,7 +1027,7 @@ Date: Thu Sep 1 17:12:46 2011 +0100 performed under the Big Clutter Lock™, so it doesn't require special handling. - clutter/clutter-main.c | 82 ++++++++++++++++++++++++++++++++++---------- + clutter/clutter-main.c | 82 ++++++++++++++++++++++++++++++++++----------- clutter/clutter-private.h | 3 ++ 2 files changed, 66 insertions(+), 19 deletions(-) @@ -1040,7 +1040,7 @@ Date: Thu Sep 1 16:06:04 2011 +0100 Clean up some wording. doc/cookbook/introduction.xml | 62 +++++++++++++++++++++++++++++++++++------ - 1 files changed, 53 insertions(+), 9 deletions(-) + 1 file changed, 53 insertions(+), 9 deletions(-) commit b0f868edfdaebf9b0e32c88fce9ce2c487e27623 Author: Emmanuele Bassi @@ -1051,7 +1051,7 @@ Date: Thu Sep 1 13:51:20 2011 +0100 Use $(datadir)/clutter-1.0/cookbook/examples as the target directory. doc/cookbook/examples/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit e03fb1e872ef96c0492efe3ce4cdcd09389d8481 Author: Emmanuele Bassi @@ -1060,7 +1060,7 @@ Date: Wed Aug 31 12:27:30 2011 +0100 docs/cookbook: Update copyright doc/cookbook/clutter-cookbook.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2fdf73f64ab33aaa6de1d357705e7c0bd4ecf090 Author: Emmanuele Bassi @@ -1072,7 +1072,7 @@ Date: Wed Aug 31 12:23:01 2011 +0100 logical choice. tests/data/test-script-signals.json | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3bdd49dc191b9c037027349a5175dfa4a7692b66 Author: Emmanuele Bassi @@ -1085,8 +1085,8 @@ Date: Wed Aug 31 12:22:07 2011 +0100 doc/cookbook/examples/Makefile.am | 23 ++++-- doc/cookbook/examples/script-signals.c | 5 +- - doc/cookbook/examples/script-states.c | 44 ++++++++++ - doc/cookbook/examples/script-states.json | 92 +++++++++++++++++++++ + doc/cookbook/examples/script-states.c | 44 +++++++++++ + doc/cookbook/examples/script-states.json | 92 ++++++++++++++++++++++ doc/cookbook/script.xml | 127 ++++++++++++++++++++++++++++++ 5 files changed, 284 insertions(+), 7 deletions(-) @@ -1097,7 +1097,7 @@ Date: Tue Aug 30 21:24:26 2011 +0200 Updated Spanish translation po/es.po | 1120 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 566 insertions(+), 554 deletions(-) + 1 file changed, 566 insertions(+), 554 deletions(-) commit 0aacbd47b7f8e44f7688365ee1a76149e6bbd565 Author: Robert Bragg @@ -1127,9 +1127,9 @@ Date: Tue Jul 12 23:03:41 2011 +0100 The default value if actor::redirect_offscreen is now 0 which effectively means don't ever redirect the actor offscreen. - clutter/clutter-actor.c | 84 +++++++++++++++--------------- - clutter/clutter-actor.h | 10 +--- - tests/conform/test-offscreen-redirect.c | 34 ++++++++++-- + clutter/clutter-actor.c | 84 +++++++++++++++---------------- + clutter/clutter-actor.h | 10 ++-- + tests/conform/test-offscreen-redirect.c | 34 ++++++++++--- 3 files changed, 73 insertions(+), 55 deletions(-) commit d847d43f70d29be78b529b19046b453a05135fa3 @@ -1143,8 +1143,8 @@ Date: Tue Aug 30 10:47:12 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=657681 - clutter/clutter-drag-action.c | 44 +++++++++++++++++++++++++++++++--------- - 1 files changed, 34 insertions(+), 10 deletions(-) + clutter/clutter-drag-action.c | 44 +++++++++++++++++++++++++++++++---------- + 1 file changed, 34 insertions(+), 10 deletions(-) commit f1a7cd7c0f6e3b270d3efd21c36742a8953222ab Merge: 2212937 663bfd0 @@ -1162,16 +1162,16 @@ Date: Mon Aug 29 23:29:07 2011 +0100 configure.ac | 2 +- po/ca.po | 218 ++++++----- po/ca@valencia.po | 218 ++++++----- - po/clutter-1.0.pot | 1104 ++++++++++++++++++++++++++-------------------------- + po/clutter-1.0.pot | 1104 ++++++++++++++++++++++++++------------------------- po/cs.po | 218 ++++++----- po/de.po | 218 ++++++----- po/eo.po | 218 ++++++----- po/es.po | 1106 ++++++++++++++++++++++++++-------------------------- po/fr.po | 218 ++++++----- - po/gl.po | 1100 ++++++++++++++++++++++++++-------------------------- + po/gl.po | 1100 ++++++++++++++++++++++++++------------------------- po/id.po | 218 ++++++----- po/it.po | 218 ++++++----- - po/nb.po | 1100 ++++++++++++++++++++++++++-------------------------- + po/nb.po | 1100 ++++++++++++++++++++++++++------------------------- po/nl.po | 218 ++++++----- po/pa.po | 218 ++++++----- po/pl.po | 218 ++++++----- @@ -1191,7 +1191,7 @@ Date: Mon Aug 29 23:05:03 2011 +0100 NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 44 insertions(+), 1 deletions(-) + 2 files changed, 44 insertions(+), 1 deletion(-) commit 368c916c7fc954e37c264f375a3a95f496777fa4 Author: Emmanuele Bassi @@ -1227,7 +1227,7 @@ Date: Wed Aug 24 18:36:19 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=649631 clutter/clutter-box.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 96810e1d4d07dc75e9622f352674885977c34e60 Author: Emmanuele Bassi @@ -1241,7 +1241,7 @@ Date: Mon Aug 29 22:17:53 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=657529 clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 41d22f37efa9952ef8138711e055a834f0221c75 Author: Fran Dieguez @@ -1249,7 +1249,7 @@ Date: Sun Aug 28 17:36:57 2011 +0200 Updated galician translations - po/clutter-1.0.pot | 1108 ++++++++++++++++++++++++++------------------------- + po/clutter-1.0.pot | 1108 +++++++++++++++++++++++++------------------------- po/gl.po | 1149 ++++++++++++++++++++++++++-------------------------- 2 files changed, 1143 insertions(+), 1114 deletions(-) @@ -1273,7 +1273,7 @@ Date: Fri Aug 26 13:26:49 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 1130 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 575 insertions(+), 555 deletions(-) + 1 file changed, 575 insertions(+), 555 deletions(-) commit 2f1885565949dbd2c90e386ce557ee45ef1cba8b Author: Robert Bragg @@ -1302,7 +1302,7 @@ Date: Fri Aug 12 16:25:53 2011 +0100 clutter/clutter-backend.c | 26 ++++++++++++++++++++++++++ clutter/clutter-backend.h | 7 +++++++ - 2 files changed, 33 insertions(+), 0 deletions(-) + 2 files changed, 33 insertions(+) commit 663bfd0e85852aee23726c1a590daf54779cd40f Author: Alejandro Piñeiro @@ -1311,7 +1311,7 @@ Date: Wed Aug 10 19:19:33 2011 +0200 a11y: Using proper way to register to window events tests/accessibility/cally-atkevents-example.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 7635cb6f171514ba3422c058d97ba48cc18a1a1e Author: Alejandro Piñeiro @@ -1320,7 +1320,7 @@ Date: Wed Aug 10 13:06:14 2011 +0200 a11y: We don't need to explicitly manage window events clutter/cally/cally-util.c | 38 +------------------------------------- - 1 files changed, 1 insertions(+), 37 deletions(-) + 1 file changed, 1 insertion(+), 37 deletions(-) commit a9690a4a5e8604652048f32e2ea188aa40e0ae95 Author: Alejandro Piñeiro @@ -1345,7 +1345,7 @@ Date: Tue Aug 23 10:58:09 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652036 clutter/clutter-actor.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit a661191b4bdd0547810893d240c3a0cbd1b122f2 Author: Emmanuele Bassi @@ -1354,7 +1354,7 @@ Date: Mon Aug 22 13:15:42 2011 +0100 docs/cookbook: Point out that Cogl does not do AA drawing doc/cookbook/actors.xml | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 010fc072f9aa9633b92f2a85230b90da3d55c77a Author: Emmanuele Bassi @@ -1363,7 +1363,7 @@ Date: Mon Aug 22 12:33:20 2011 +0100 docs/cookbook: Update the link to the GObject reference doc/cookbook/actors.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d8fcf7329806ac335bea3cfc96de1f01a6b15be7 Author: Daniel Mustieles @@ -1372,7 +1372,7 @@ Date: Fri Aug 19 13:51:32 2011 +0200 Updated Spanish translation po/es.po | 1112 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 566 insertions(+), 546 deletions(-) + 1 file changed, 566 insertions(+), 546 deletions(-) commit d691c9cbe37f83b1c171ba98507edded5551cc5f Author: Emmanuele Bassi @@ -1384,7 +1384,7 @@ Date: Thu Aug 18 15:36:20 2011 +0100 ClutterSettings. clutter/x11/clutter-settings-x11.h | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 7d4f371ee900e6388cc900a00095532172db5324 Author: Emmanuele Bassi @@ -1398,7 +1398,7 @@ Date: Thu Aug 18 15:33:39 2011 +0100 the user has installed a new font. clutter/clutter-settings.c | 67 ++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 64 insertions(+), 3 deletions(-) + 1 file changed, 64 insertions(+), 3 deletions(-) commit e906d2cbde5c1db4238660002f858111de8548c3 Author: Emmanuele Bassi @@ -1410,7 +1410,7 @@ Date: Thu Aug 18 15:32:29 2011 +0100 the system tells us that the user fonts have changed. configure.ac | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 397fe1b5b64ac188824c50a8bb3329f19691e9e2 Author: Robert Bragg @@ -1426,7 +1426,7 @@ Date: Tue Aug 16 17:31:42 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-text.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 50 insertions(+), 1 deletions(-) + 1 file changed, 50 insertions(+), 1 deletion(-) commit 98b3834d5526afcaf0df7c65c4593e4edf879227 Author: Emmanuele Bassi @@ -1435,27 +1435,27 @@ Date: Tue Aug 16 00:19:34 2011 +0100 Post-release version bump to 1.7.11 configure.ac | 2 +- - po/ca.po | 194 ++++++++++++++++++++++++++-------------------------- - po/ca@valencia.po | 194 ++++++++++++++++++++++++++-------------------------- + po/ca.po | 194 +++++++++++++++++++++++++-------------------------- + po/ca@valencia.po | 194 +++++++++++++++++++++++++-------------------------- po/clutter-1.0.pot | 196 ++++++++++++++++++++++++++-------------------------- - po/cs.po | 194 ++++++++++++++++++++++++++-------------------------- - po/de.po | 194 ++++++++++++++++++++++++++-------------------------- - po/eo.po | 194 ++++++++++++++++++++++++++-------------------------- - po/es.po | 194 ++++++++++++++++++++++++++-------------------------- - po/fr.po | 194 ++++++++++++++++++++++++++-------------------------- - po/gl.po | 194 ++++++++++++++++++++++++++-------------------------- - po/id.po | 194 ++++++++++++++++++++++++++-------------------------- - po/it.po | 194 ++++++++++++++++++++++++++-------------------------- - po/nb.po | 194 ++++++++++++++++++++++++++-------------------------- - po/nl.po | 194 ++++++++++++++++++++++++++-------------------------- - po/pa.po | 194 ++++++++++++++++++++++++++-------------------------- - po/pl.po | 194 ++++++++++++++++++++++++++-------------------------- - po/sl.po | 194 ++++++++++++++++++++++++++-------------------------- - po/sv.po | 194 ++++++++++++++++++++++++++-------------------------- - po/te.po | 194 ++++++++++++++++++++++++++-------------------------- - po/uk.po | 194 ++++++++++++++++++++++++++-------------------------- - po/zh_CN.po | 194 ++++++++++++++++++++++++++-------------------------- - po/zh_TW.po | 194 ++++++++++++++++++++++++++-------------------------- + po/cs.po | 194 +++++++++++++++++++++++++-------------------------- + po/de.po | 194 +++++++++++++++++++++++++-------------------------- + po/eo.po | 194 +++++++++++++++++++++++++-------------------------- + po/es.po | 194 +++++++++++++++++++++++++-------------------------- + po/fr.po | 194 +++++++++++++++++++++++++-------------------------- + po/gl.po | 194 +++++++++++++++++++++++++-------------------------- + po/id.po | 194 +++++++++++++++++++++++++-------------------------- + po/it.po | 194 +++++++++++++++++++++++++-------------------------- + po/nb.po | 194 +++++++++++++++++++++++++-------------------------- + po/nl.po | 194 +++++++++++++++++++++++++-------------------------- + po/pa.po | 194 +++++++++++++++++++++++++-------------------------- + po/pl.po | 194 +++++++++++++++++++++++++-------------------------- + po/sl.po | 194 +++++++++++++++++++++++++-------------------------- + po/sv.po | 194 +++++++++++++++++++++++++-------------------------- + po/te.po | 194 +++++++++++++++++++++++++-------------------------- + po/uk.po | 194 +++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 194 +++++++++++++++++++++++++-------------------------- + po/zh_TW.po | 194 +++++++++++++++++++++++++-------------------------- 22 files changed, 2039 insertions(+), 2039 deletions(-) commit d80fef4c71bb9e1a76420360d85d50fb62ed7d3b @@ -1466,7 +1466,7 @@ Date: Mon Aug 15 23:50:03 2011 +0100 NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 25 insertions(+), 1 deletions(-) + 2 files changed, 25 insertions(+), 1 deletion(-) commit abcc7c62ec30d4608e953723f3fc6a4b4a38dc8f Author: Emmanuele Bassi @@ -1475,7 +1475,7 @@ Date: Mon Aug 15 23:52:45 2011 +0100 build: Do not define LDADD twice tests/micro-bench/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccb740f167b4a120f16c83bdd3165e8251f0e62a Author: Robert Bragg @@ -1502,7 +1502,7 @@ Date: Mon Aug 15 18:24:32 2011 +0100 Reviewed-by: Emmanuele Bassi clutter/clutter-actor.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 46b683cd2b24e3d3ffa779875325160ab30355b8 Author: Emmanuele Bassi @@ -1517,7 +1517,7 @@ Date: Mon Aug 15 17:16:54 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=656588 COPYING | 20 +++++++++----------- - 1 files changed, 9 insertions(+), 11 deletions(-) + 1 file changed, 9 insertions(+), 11 deletions(-) commit efa7a66a70811490a8390c4c89bdb7ab3bd3dd5e Author: Alejandro Piñeiro @@ -1541,7 +1541,7 @@ Date: Mon Aug 15 15:53:58 2011 +0100 spinning hands so that resizing the stage doesn't look like arse. tests/interactive/test-actors.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 8402e4133252b2efffeefc782a20d24f8029646f Author: Emmanuele Bassi @@ -1550,7 +1550,7 @@ Date: Mon Aug 15 15:35:41 2011 +0100 build: Require the latest stable version of Cogl configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c34f0b16ccf257057bbc7de88fbdd998f7fe26b Author: Emmanuele Bassi @@ -1562,7 +1562,7 @@ Date: Mon Aug 15 15:16:24 2011 +0100 po/ca.po | 28 +- po/ca@valencia.po | 28 +- po/clutter-1.0.pot | 28 +- - po/cs.po | 1104 +++++++++++++++++++++++++-------------------------- + po/cs.po | 1104 ++++++++++++++++++++++++++------------------------- po/de.po | 28 +- po/eo.po | 26 +- po/es.po | 1111 ++++++++++++++++++++++++++-------------------------- @@ -1590,7 +1590,7 @@ Date: Mon Aug 15 14:32:37 2011 +0100 NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 55 insertions(+), 1 deletions(-) + 2 files changed, 55 insertions(+), 1 deletion(-) commit 3591be474eaa3a3d9dc09ae31741c1e625b1c325 Author: Emmanuele Bassi @@ -1605,7 +1605,7 @@ Date: Mon Aug 15 14:09:24 2011 +0100 for the failure. tests/conform/test-conform-main.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 8ea6b7912ea195337a34d3c7f9a37b74bb606b4a Author: Emmanuele Bassi @@ -1614,7 +1614,7 @@ Date: Mon Aug 15 14:08:57 2011 +0100 docs: Fix up the unused symbols warning doc/reference/clutter/clutter-sections.txt | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aaa000acbf98b2710a85195d338e960ecce625ea Author: Emmanuele Bassi @@ -1656,7 +1656,7 @@ Date: Thu Aug 4 19:17:23 2011 +0100 This is now fixed in Cogl so there's no need to disable it. tests/conform/test-cogl-blend-strings.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 694649e50c76178995538cb182cce885060d5a05 Author: Alejo Pacin @@ -1667,7 +1667,7 @@ Date: Thu Aug 4 12:02:52 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=648633 clutter/cally/cally-actor.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 91ace65caedbde4216ba59aa5aa8ef185baefef1 Author: Neil Roberts @@ -1680,7 +1680,7 @@ Date: Sun Jul 31 18:00:43 2011 +0100 cogl_onscreen_win32_* so it wouldn't build on Windows. clutter/win32/clutter-stage-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01fd673505efeca530946018c921caf14b492f31 Author: Kirk A. Baker @@ -1693,7 +1693,7 @@ Date: Mon Jul 25 15:00:30 2011 -0700 https://bugzilla.gnome.org/show_bug.cgi?id=655307 - clutter/osx/clutter-stage-osx.c | 62 ++++++++++++++++++++++---------------- + clutter/osx/clutter-stage-osx.c | 62 +++++++++++++++++++++++---------------- clutter/osx/clutter-stage-osx.h | 1 + 2 files changed, 37 insertions(+), 26 deletions(-) @@ -1729,7 +1729,7 @@ Date: Mon Jul 25 15:02:46 2011 -0700 https://bugzilla.gnome.org/show_bug.cgi?id=655306 clutter/osx/clutter-stage-osx.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 7139ada80941754134ef5e201b7baa5e371cc710 Author: Emmanuele Bassi @@ -1738,7 +1738,7 @@ Date: Fri Jul 29 13:17:11 2011 +0100 model: Remove an unused variable clutter/clutter-model.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit a6bd11ac62951e1a6e78c44e2da05bd95404fef7 Author: Evan Nemerson @@ -1768,7 +1768,7 @@ Date: Fri Jul 29 11:48:13 2011 +0100 clutter/clutter-animatable.c | 25 +++++++++++++++++++++++++ doc/reference/clutter/clutter-sections.txt | 1 + - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit f28c1d2d2a6bd90c494e860134195fcefcb78a6d Author: Emmanuele Bassi @@ -1782,7 +1782,7 @@ Date: Fri Jul 15 15:06:31 2011 +0100 This change allows ClutterState to defer to the animatable objects the property introspection and animation, just like ClutterAnimation does. - clutter/clutter-state.c | 87 ++++++++++++++++++++++++++++++++++----- + clutter/clutter-state.c | 87 ++++++++++++++++++++++++++++++++++------ tests/interactive/test-state.c | 4 ++ 2 files changed, 79 insertions(+), 12 deletions(-) @@ -1796,7 +1796,7 @@ Date: Fri Jul 15 14:31:12 2011 +0100 thing by default. clutter/clutter-actor.c | 17 ----------------- - 1 files changed, 0 insertions(+), 17 deletions(-) + 1 file changed, 17 deletions(-) commit 677df4497554ca1bbf1b461fe6eb5781d66a0581 Author: Emmanuele Bassi @@ -1807,7 +1807,7 @@ Date: Fri Jul 15 14:30:39 2011 +0100 And stop using the deprecated animate_property() method. clutter/clutter-animation.c | 14 ++++---------- - 1 files changed, 4 insertions(+), 10 deletions(-) + 1 file changed, 4 insertions(+), 10 deletions(-) commit 8b861cea8fdc10231b9ed466e688d1b7abf48f2c Author: Emmanuele Bassi @@ -1828,7 +1828,7 @@ Date: Fri Jul 15 14:27:26 2011 +0100 reference ClutterAnimation and uses a ClutterInterval to express the initial and final states. - clutter/clutter-animatable.c | 62 ++++++++++++++++++++++++++++++++++++----- + clutter/clutter-animatable.c | 62 ++++++++++++++++++++++++++++++++++++------ clutter/clutter-animatable.h | 16 ++++++++++- 2 files changed, 69 insertions(+), 9 deletions(-) @@ -1856,7 +1856,7 @@ Date: Fri Jul 29 11:29:51 2011 +0100 without any loss of safety. clutter/clutter-model.c | 94 ++++++++++++----------------------------------- - 1 files changed, 24 insertions(+), 70 deletions(-) + 1 file changed, 24 insertions(+), 70 deletions(-) commit e470fd7d82502dbdc5084c08583d8764f95813f1 Author: Emmanuele Bassi @@ -1893,7 +1893,7 @@ Date: Thu Jul 28 15:00:18 2011 +0100 going to be broken, the test suite has grown a new unit which populates a model and changes a random row. - clutter/clutter-model.c | 60 ++++++++++++++--------- + clutter/clutter-model.c | 60 +++++++++++++---------- tests/conform/test-conform-main.c | 1 + tests/conform/test-model.c | 95 +++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+), 24 deletions(-) @@ -1904,8 +1904,8 @@ Date: Thu Jul 28 09:31:07 2011 +0200 Updated Czech translation - po/cs.po | 1116 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 567 insertions(+), 549 deletions(-) + po/cs.po | 1116 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 567 insertions(+), 549 deletions(-) commit 3e7ff362410760509e2b1351ad236ba797e5a6ad Author: Daniel Mustieles @@ -1914,7 +1914,7 @@ Date: Wed Jul 27 20:34:39 2011 +0200 Updated Spanish translation po/es.po | 1117 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 569 insertions(+), 548 deletions(-) + 1 file changed, 569 insertions(+), 548 deletions(-) commit 110dff5823f56226103cdf5799a6a0b2d7ab3b9b Author: Emmanuele Bassi @@ -1926,7 +1926,7 @@ Date: Wed Jul 27 11:48:07 2011 +0100 clutter_cairo_set_source_color(). tests/interactive/test-cairo-clock.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 468f121f59ad0c10eac7ed42fb339e2861edae59 Author: Alejandro Piñeiro @@ -1942,8 +1942,8 @@ Date: Tue Jul 26 15:56:18 2011 +0200 Also removed a dummy method. Lets add methods that provide a real functionality. - clutter/cally/cally-actor.c | 56 +++--------------------------------------- - 1 files changed, 4 insertions(+), 52 deletions(-) + clutter/cally/cally-actor.c | 56 ++++--------------------------------------- + 1 file changed, 4 insertions(+), 52 deletions(-) commit 7f8838d7cc9fe42ce694830cd07fa0ad0c1d27db Author: Emmanuele Bassi @@ -1971,7 +1971,7 @@ Date: Mon Feb 7 11:59:19 2011 +0100 tests/conform/Makefile.am | 5 + tests/conform/test-cally-text.c | 338 +++++++++++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 2 + - 3 files changed, 345 insertions(+), 0 deletions(-) + 3 files changed, 345 insertions(+) commit fdba5692134371e03dfcedc96567e956eabd13ef Author: Emmanuele Bassi @@ -1982,13 +1982,13 @@ Date: Tue Jul 26 14:12:08 2011 +0100 configure.ac | 2 +- po/ca.po | 1092 +++++++++++++++++++++++----------------------- po/ca@valencia.po | 1092 +++++++++++++++++++++++----------------------- - po/clutter-1.0.pot | 493 +++++++++++---------- + po/clutter-1.0.pot | 493 ++++++++++----------- po/cs.po | 1099 +++++++++++++++++++++++----------------------- po/de.po | 1101 +++++++++++++++++++++++----------------------- po/eo.po | 491 +++++++++++---------- - po/es.po | 1106 +++++++++++++++++++++++------------------------ + po/es.po | 1106 +++++++++++++++++++++++----------------------- po/fr.po | 491 +++++++++++---------- - po/gl.po | 499 +++++++++++----------- + po/gl.po | 499 ++++++++++----------- po/id.po | 491 +++++++++++---------- po/it.po | 492 +++++++++++---------- po/nb.po | 1097 +++++++++++++++++++++++----------------------- @@ -2010,9 +2010,9 @@ Date: Tue Jul 26 13:18:43 2011 +0100 Release Clutter 1.7.6 (snapshot) NEWS | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - README.in | 13 ++++++++++ + README.in | 13 +++++++++++ configure.ac | 2 +- - 3 files changed, 85 insertions(+), 1 deletions(-) + 3 files changed, 85 insertions(+), 1 deletion(-) commit 0f8e3ab4aa5980634d8c0b3c97830b31a3b34a67 Author: Emmanuele Bassi @@ -2023,7 +2023,7 @@ Date: Tue Jul 26 13:55:01 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=655342 clutter/clutter-bin-layout.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 78049c38bf1839b9982059540501a9e3ef5e0c81 Author: Emmanuele Bassi @@ -2102,7 +2102,7 @@ Date: Tue Jul 26 12:40:52 2011 +0100 extent of the invalidated area. clutter/clutter-cairo-texture.c | 489 ++++++++++++++++++++-------- - clutter/clutter-cairo-texture.h | 51 ++-- + clutter/clutter-cairo-texture.h | 51 +-- doc/reference/clutter/clutter-sections.txt | 4 + tests/interactive/Makefile.am | 1 + tests/interactive/test-cairo-clock.c | 107 ++++++ @@ -2118,7 +2118,7 @@ Date: Mon Jul 25 11:07:18 2011 +0100 Cogl should be protected by #ifdef guards, to avoid a compiler warning. tests/conform/test-cogl-materials.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 772ce1d561d0efde2a836ae7f01314aabf681b03 Author: Gil Forcada @@ -2127,7 +2127,7 @@ Date: Sat Jul 23 19:06:37 2011 +0200 [l10n]Added Catalan (Valencian) translation po/ca@valencia.po | 2195 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2195 insertions(+), 0 deletions(-) + 1 file changed, 2195 insertions(+) commit a14e47ee8741c72f0e0b407a7555e56873d2bb98 Author: Gil Forcada @@ -2136,7 +2136,7 @@ Date: Sat Jul 23 19:06:26 2011 +0200 [l10n]Added Catalan translation po/ca.po | 2196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2196 insertions(+), 0 deletions(-) + 1 file changed, 2196 insertions(+) commit cf44b73f14065e47277c39bf3b11c0a712c5746f Author: Marek Černocký @@ -2145,7 +2145,7 @@ Date: Thu Jul 21 07:13:27 2011 +0200 Updated Czech translation po/cs.po | 1117 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 571 insertions(+), 546 deletions(-) + 1 file changed, 571 insertions(+), 546 deletions(-) commit 55ac8e08466d10d2dc89e3d502d3c9e5043c2458 Author: Daniel Mustieles @@ -2154,7 +2154,7 @@ Date: Wed Jul 20 22:21:35 2011 +0200 Updated Spanish translation po/es.po | 495 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 255 insertions(+), 240 deletions(-) + 1 file changed, 255 insertions(+), 240 deletions(-) commit c89de4324e2f9581c4825183c155862148dd7061 Author: Emmanuele Bassi @@ -2173,7 +2173,7 @@ Date: Tue Jul 19 14:32:13 2011 +0100 doc/manual/images/clutter-header.png | Bin 7715 -> 0 bytes doc/manual/manual.xsl | 14 ----- doc/manual/style.css | 97 --------------------------------- - 8 files changed, 1 insertions(+), 292 deletions(-) + 8 files changed, 1 insertion(+), 292 deletions(-) commit b19106793bdf9f531bda9dac0850066deb8d0f67 Author: Matej Urbančič @@ -2182,7 +2182,7 @@ Date: Tue Jul 19 22:26:03 2011 +0200 Updated Slovenian translation po/sl.po | 1251 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 637 insertions(+), 614 deletions(-) + 1 file changed, 637 insertions(+), 614 deletions(-) commit cbe1e8321bece8f31e1def9c9570e7efbb047387 Author: Neil Roberts @@ -2210,7 +2210,7 @@ Date: Tue Jul 19 14:11:11 2011 +0100 docs: Add fixed size and constraints to the size negotiation docs doc/size-negotiation.txt | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit e1327f5591287fee58d8818564984ea01e95ca87 Author: Emmanuele Bassi @@ -2222,7 +2222,7 @@ Date: Tue Jul 19 14:03:02 2011 +0100 if() incomprehensible. clutter/clutter-actor.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 48a2b3a654a1955308ac26cfd92240d9eae7975d Author: Emmanuele Bassi @@ -2244,7 +2244,7 @@ Date: Tue Jul 19 14:01:30 2011 +0100 size negotiation in ClutterActor. doc/size-negotiation.txt | 85 ++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 85 insertions(+), 0 deletions(-) + 1 file changed, 85 insertions(+) commit 123bd41e6cf3cdcf240af7c6a7b79af73f42823a Author: Emmanuele Bassi @@ -2261,8 +2261,8 @@ Date: Mon Jul 18 16:10:17 2011 +0100 warnings; we should also try and harmonize all the error messages, and not mention Cogl — especially in the ones marked for translation. - clutter/clutter-texture.c | 130 ++++++++++++++++++++------------------------ - 1 files changed, 59 insertions(+), 71 deletions(-) + clutter/clutter-texture.c | 130 ++++++++++++++++++++------------------------- + 1 file changed, 59 insertions(+), 71 deletions(-) commit 672bc337ba9e5755df975ff6ee332259737e89c7 Author: Robert Bragg @@ -2283,7 +2283,7 @@ Date: Mon Jul 18 16:39:43 2011 +0100 Reviewed-by: Neil Roberts clutter/cogl/clutter-egl-headers.h | 22 +++------------------- - 1 files changed, 3 insertions(+), 19 deletions(-) + 1 file changed, 3 insertions(+), 19 deletions(-) commit 90aa7b94468078a4fb40ba4dae821d8ecfeefa4e Author: Kjartan Maraas @@ -2292,7 +2292,7 @@ Date: Mon Jul 18 16:35:11 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 1292 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 648 insertions(+), 644 deletions(-) + 1 file changed, 648 insertions(+), 644 deletions(-) commit a4b9eaf3ec3926565c1e20dee617788615943b88 Author: Damien Lespiau @@ -2309,8 +2309,8 @@ Date: Sat Jul 16 11:07:24 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654727 - clutter/clutter-alpha.c | 66 +++++++++++++++++++++++++++++++++++----------- - 1 files changed, 50 insertions(+), 16 deletions(-) + clutter/clutter-alpha.c | 66 +++++++++++++++++++++++++++++++++++------------ + 1 file changed, 50 insertions(+), 16 deletions(-) commit 4d58534fbb49be6c39017df1d4a32a9184e28f68 Author: Damien Lespiau @@ -2327,7 +2327,7 @@ Date: Tue Jul 12 17:32:26 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654726 clutter/clutter-text.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e25e48efb3c17db428fc92426649a3f7a732456e Author: Emmanuele Bassi @@ -2338,7 +2338,7 @@ Date: Mon Jul 18 13:51:17 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654718 clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1402c0511239ede27855a836fd9ca9cc8dbf969d Author: Emmanuele Bassi @@ -2357,7 +2357,7 @@ Date: Mon Jul 18 13:45:55 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654066 clutter/clutter-timeline.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit c9cbe58343d4202e40d8ffd898712effca08381e Author: Bastian Winkler @@ -2371,7 +2371,7 @@ Date: Tue Jul 5 17:31:41 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=654024 clutter/clutter-snap-constraint.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f1f5d7658f64adc527e1a202b13307f90258271f Author: Christian Kirbach @@ -2380,7 +2380,7 @@ Date: Mon Jul 18 00:38:55 2011 +0200 [l10n] Updated German translation po/de.po | 316 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 164 insertions(+), 152 deletions(-) + 1 file changed, 164 insertions(+), 152 deletions(-) commit ac859baf7b50a88c731a978b7f7046ccfb9a8d66 Author: Mario Blättermann @@ -2389,7 +2389,7 @@ Date: Fri Jul 15 21:21:54 2011 +0200 [l10n] Updated German translation po/de.po | 1189 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 592 insertions(+), 597 deletions(-) + 1 file changed, 592 insertions(+), 597 deletions(-) commit bc1c3e003d745dbaa95ecd161b83df0881e18cc6 Author: Emmanuele Bassi @@ -2398,7 +2398,7 @@ Date: Fri Jul 15 16:03:00 2011 +0100 x11/event: Avoid compiler warnings with HAVE_XGE undefined clutter/x11/clutter-event-x11.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 2dc69dc63d4e6fee068a918629f406a241ec9716 Author: Emmanuele Bassi @@ -2407,7 +2407,7 @@ Date: Fri Jul 15 16:02:19 2011 +0100 build: Escape AC_DEFINE arguments configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 538559391ca340d014796c812f860d509c1ed4cd Author: Emmanuele Bassi @@ -2420,7 +2420,7 @@ Date: Fri Jul 15 15:53:55 2011 +0100 memory allocated for it. clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 075a4ed86c468b9f1bcb7d864ea678df25e7438b Author: Carlos Garnacho @@ -2464,7 +2464,7 @@ Date: Tue Jul 12 17:04:15 2011 +0100 Signed-off-by: Neil Roberts clutter/clutter-stage.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 3183240fef315bb8be2391eac7b714520da88bd6 Author: Robert Bragg @@ -2497,7 +2497,7 @@ Date: Tue Jul 12 01:11:51 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-paint-volume.c | 49 +++++++++++++++++++++++++++++++++++++++- - 1 files changed, 48 insertions(+), 1 deletions(-) + 1 file changed, 48 insertions(+), 1 deletion(-) commit df751a8a255dbca77779fd361d990cfd6d4f5095 Author: Robert Bragg @@ -2515,7 +2515,7 @@ Date: Tue Jul 12 01:06:28 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 32487af55b72e5a1be34176bc462ff11d8d378fc Author: Robert Bragg @@ -2533,7 +2533,7 @@ Date: Tue Jul 12 01:02:43 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-private.h | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit ad234b303ca557c5f9bc34e0f4dfb0b3b619c865 Author: Robert Bragg @@ -2555,7 +2555,7 @@ Date: Tue Jul 12 00:44:47 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/clutter-paint-volume.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 01cf70594dd29f7c80c73b0b89ca1d044777d04c Author: Tomeu Vizoso @@ -2564,7 +2564,7 @@ Date: Thu Jul 14 13:11:12 2011 +0200 Make sure the gesture is cancelled even if we miss the release event clutter/clutter-gesture-action.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 439c7e6ee71947558756d8c13c0cf8103203a7a1 Author: Tomeu Vizoso @@ -2573,7 +2573,7 @@ Date: Thu Jul 14 11:45:37 2011 +0200 Remove unneeded class closure clutter/clutter-gesture-action.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 18b3da95efa6d918eacade7e7f73f6979f201266 Author: Emmanuele Bassi @@ -2581,8 +2581,8 @@ Date: Wed Jul 13 19:32:47 2011 +0100 osx: Code style cleanups - clutter/osx/clutter-backend-osx.c | 11 +++++---- - clutter/osx/clutter-stage-osx.c | 42 ++++++++++++++++++++++++++++-------- + clutter/osx/clutter-backend-osx.c | 11 +++++----- + clutter/osx/clutter-stage-osx.c | 42 ++++++++++++++++++++++++++++--------- 2 files changed, 38 insertions(+), 15 deletions(-) commit c8e3db105c7340e4a470dd46147712b95e90e76a @@ -2594,7 +2594,7 @@ Date: Wed Jul 13 18:31:22 2011 +0200 Also make sure we cancel the gesture as soon as we know we have to clutter/clutter-gesture-action.c | 21 +++++++++++++++++++-- - 1 files changed, 19 insertions(+), 2 deletions(-) + 1 file changed, 19 insertions(+), 2 deletions(-) commit 48426c28bf8b0f88f31cc24b0c9f0d960b818637 Author: Dinh Bowman @@ -2605,7 +2605,7 @@ Date: Wed Jul 6 08:54:41 2011 -0700 https://bugzilla.gnome.org/show_bug.cgi?id=654103 clutter/clutter-bind-constraint.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f45b12dac40d9f7500840877c7ec38292873c8cf Author: Emmanuele Bassi @@ -2617,7 +2617,7 @@ Date: Wed Jul 13 14:49:55 2011 +0100 expansions. configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ab89f9b9e820a5d81d9f392f852397906d6098b9 Author: Emmanuele Bassi @@ -2630,7 +2630,7 @@ Date: Wed Jul 13 14:20:47 2011 +0100 else, use 'glx'. configure.ac | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 9a3b97b55ea7a97f15d53b5797f3a4ffb84975b8 Author: Emmanuele Bassi @@ -2657,7 +2657,7 @@ Date: Wed Jul 13 14:22:14 2011 +0100 experimental flag. configure.ac | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 81e8c8dec902e1e3b6277ebad5804f2321535332 Author: Emmanuele Bassi @@ -2696,7 +2696,7 @@ Date: Tue Jul 12 17:16:43 2011 +0100 clutter/cogl/clutter-stage-cogl.c | 25 +++++++++++++++++ clutter/cogl/clutter-stage-cogl.h | 4 +++ doc/reference/clutter/clutter-sections.txt | 1 + - 7 files changed, 96 insertions(+), 0 deletions(-) + 7 files changed, 96 insertions(+) commit 25a7435a866385aa19a4417957d5b9cdc3bd69ac Author: Damien Lespiau @@ -2710,7 +2710,7 @@ Date: Mon Jul 11 02:03:57 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654363 clutter/clutter-profile.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fa336ab57f526a3274c51a25dddaadca91b21122 Author: Neil Roberts @@ -2723,8 +2723,8 @@ Date: Mon Jul 11 16:42:03 2011 +0100 glGetString to check the GL_VERSION. This is kind of a hack but the test is already calling GL functions directly anyway. - tests/conform/test-cogl-materials.c | 45 +++++++++++++++++++++++----------- - 1 files changed, 30 insertions(+), 15 deletions(-) + tests/conform/test-cogl-materials.c | 45 +++++++++++++++++++++++------------ + 1 file changed, 30 insertions(+), 15 deletions(-) commit 2bb4c2c6cb8afee99c0ebfdb9808a8d175fa4503 Author: Neil Roberts @@ -2737,7 +2737,7 @@ Date: Mon Jul 11 16:32:10 2011 +0100 glReadPixels so it is irrelevant. tests/conform/test-cogl-materials.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ab6be41ea043065424cb494ec80d4242812e2488 Author: Robert Bragg @@ -2751,7 +2751,7 @@ Date: Mon Jul 4 15:12:20 2011 +0100 This makes the corresponding change to clutter. clutter/cogl/clutter-stage-cogl.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d182d5a1714be65004e6c68c347a7f45deaf47d8 Author: Robert Bragg @@ -2764,7 +2764,7 @@ Date: Fri Jul 1 01:50:30 2011 +0100 specific symbols. clutter/cogl/clutter-backend-cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71d0872b76ec6678f03fddf4731f394eaa06ba9f Author: Robert Bragg @@ -2777,7 +2777,7 @@ Date: Fri Jul 1 01:44:13 2011 +0100 clutter/cogl/clutter-backend-cogl.c | 4 ---- clutter/win32/clutter-backend-win32.c | 4 ---- - 2 files changed, 0 insertions(+), 8 deletions(-) + 2 files changed, 8 deletions(-) commit 62ae252c59ba83723a2ed3b309ea63868fb91857 Author: Robert Bragg @@ -2790,7 +2790,7 @@ Date: Mon Jul 11 16:57:29 2011 +0100 fixes for clutter to bring it in line with the Cogl changes. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c17ddfd6a94fa3918a3d73cb0635fa874ee82295 Author: Damien Lespiau @@ -2803,7 +2803,7 @@ Date: Mon Jul 11 01:42:59 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=654361 clutter/cogl/clutter-stage-cogl.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit a9ef7dd81247b151072f76a719c4fde9853039f7 Author: Piotr Drąg @@ -2812,7 +2812,7 @@ Date: Sun Jul 10 14:37:18 2011 +0200 Updated POTFILES.in po/POTFILES.in | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 5d10a7141ca6557049aff1d4a513953f06fe0d54 Author: Emmanuele Bassi @@ -2825,7 +2825,7 @@ Date: Sun Jul 10 10:24:40 2011 +0100 instead. clutter/clutter-text.c | 34 +++++++++++++++++----------------- - 1 files changed, 17 insertions(+), 17 deletions(-) + 1 file changed, 17 insertions(+), 17 deletions(-) commit f6cdeb985812e13174c85cf04bc4a782e2d1939d Author: Emmanuele Bassi @@ -2836,7 +2836,7 @@ Date: Sun Jul 10 10:12:08 2011 +0100 No declaration after statement. clutter/osx/clutter-event-osx.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 73b043630d20ff46edb3a288d1da917680ae61e9 Author: Emmanuele Bassi @@ -2845,7 +2845,7 @@ Date: Fri Jul 8 12:12:43 2011 +0100 conform/pick: Print debug spew only if verbosity is toggled tests/conform/test-pick.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 96440acffec37d11717a98dc140219a36cf39483 Author: Emmanuele Bassi @@ -2861,7 +2861,7 @@ Date: Fri Jul 8 12:08:19 2011 +0100 clutter/clutter-texture.h | 4 ++++ tests/conform/test-texture-fbo.c | 1 + tests/interactive/test-fbo.c | 1 + - 4 files changed, 10 insertions(+), 0 deletions(-) + 4 files changed, 10 insertions(+) commit e677ebc3e83132da67e8cbdbc3ac9fab87c1cea8 Author: Emmanuele Bassi @@ -2877,7 +2877,7 @@ Date: Fri Jul 8 12:01:08 2011 +0100 clutter/clutter-score.c | 3 +++ clutter/clutter-score.h | 4 ++++ tests/conform/test-score.c | 2 ++ - 3 files changed, 9 insertions(+), 0 deletions(-) + 3 files changed, 9 insertions(+) commit 7115c54fda8c87f61dc7c24420e531a519281016 Author: Neil Roberts @@ -2895,7 +2895,7 @@ Date: Wed Jul 6 12:43:29 2011 +0100 Signed-off-by: Robert Bragg tests/conform/test-cogl-materials.c | 47 +++++++++++++++++++++++++++++++++++ - 1 files changed, 47 insertions(+), 0 deletions(-) + 1 file changed, 47 insertions(+) commit eb28d16300d5f86f64a2c595f59d7de3469d7704 Author: Philippe Normand @@ -2907,7 +2907,7 @@ Date: Wed Feb 2 12:58:47 2011 +0100 clutter/cally/cally-text.c | 83 ++++++++++++++++++++++++++- tests/accessibility/cally-atktext-example.c | 6 ++ - 2 files changed, 88 insertions(+), 1 deletions(-) + 2 files changed, 88 insertions(+), 1 deletion(-) commit 7565fcaab04855fc2cb197c86f41b6e39409ae88 Author: Philippe Normand @@ -2957,7 +2957,7 @@ Date: Fri Feb 4 09:36:19 2011 +0100 Print the run_attributes too. tests/accessibility/cally-atktext-example.c | 109 ++++++++++++++------------- - 1 files changed, 58 insertions(+), 51 deletions(-) + 1 file changed, 58 insertions(+), 51 deletions(-) commit 11efaf829771736ce31837d10a715640ef7d5054 Author: Philippe Normand @@ -2965,8 +2965,8 @@ Date: Fri Feb 4 10:20:23 2011 +0100 a11y: use actor color if no fgcolor found in pango attributes - clutter/cally/cally-text.c | 78 +++++++++++++++++++++++++++++-------------- - 1 files changed, 52 insertions(+), 26 deletions(-) + clutter/cally/cally-text.c | 78 +++++++++++++++++++++++++++++--------------- + 1 file changed, 52 insertions(+), 26 deletions(-) commit 49d43174208421141aa967380c042b1703b53c57 Author: Philippe Normand @@ -2978,7 +2978,7 @@ Date: Wed Feb 2 15:34:40 2011 +0100 get_default_attributes implementations. clutter/cally/cally-text.c | 154 ++++++++++++++++++++++++++++---------------- - 1 files changed, 98 insertions(+), 56 deletions(-) + 1 file changed, 98 insertions(+), 56 deletions(-) commit 7e9ee85c7d23ed6d2ae5f69a91d26b34f0f523df Author: Alejandro Piñeiro @@ -3007,7 +3007,7 @@ Date: Mon Jul 4 18:23:32 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=653959 clutter/clutter-actor.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 805d27fb0de01f99eb991f5f81ef92109477da97 Author: Emmanuele Bassi @@ -3016,7 +3016,7 @@ Date: Mon Jul 4 22:28:30 2011 +0100 Post-release version bump to 1.7.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 79f21a9b50b4d2bd86fe604e3a400aa1d32904ab Author: Emmanuele Bassi @@ -3026,7 +3026,7 @@ Date: Mon Jul 4 18:31:02 2011 +0100 NEWS | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 63 insertions(+), 1 deletions(-) + 2 files changed, 63 insertions(+), 1 deletion(-) commit 2fc8fa82f07fd6f927c58f02af8f8a5b545b57b8 Author: Emmanuele Bassi @@ -3035,7 +3035,7 @@ Date: Mon Jul 4 22:12:51 2011 +0100 build: Fix up the tarball target used when releasing build/autotools/Makefile.am.release | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c1e113c89a50d7f8e6ff3527ceb86592d4b2f4a2 Author: Emmanuele Bassi @@ -3046,8 +3046,8 @@ Date: Mon Jul 4 17:19:24 2011 +0100 Use global target variables to avoid copy/pasting the same values in every single binary target. - tests/accessibility/Makefile.am | 90 ++++++++++++-------------------------- - 1 files changed, 29 insertions(+), 61 deletions(-) + tests/accessibility/Makefile.am | 90 +++++++++++++-------------------------- + 1 file changed, 29 insertions(+), 61 deletions(-) commit aa05b66a018b7b7bc9349aed30d24e7cf012b34b Author: Øyvind Kolås @@ -3073,9 +3073,9 @@ Date: Wed Jan 19 11:38:25 2011 +0000 Makefile.am | 5 +- configure.ac | 1 + tests/Makefile.am | 4 +- - tests/README | 18 ++-- + tests/README | 18 +-- tests/performance/Makefile-retrospect | 66 ++++++++++ - tests/performance/Makefile-tests | 15 ++ + tests/performance/Makefile-tests | 15 +++ tests/performance/Makefile.am | 42 ++++++ tests/performance/create-report.rb | 179 +++++++++++++++++++++++++ tests/performance/joblist | 27 ++++ @@ -3103,7 +3103,7 @@ Date: Mon Jul 4 16:18:46 2011 +0100 I will check before pushing. I will check before pushing. po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 29dc9bdb730da681b7186a2ec3a8a90bf35d1e5c Author: Emmanuele Bassi @@ -3114,7 +3114,7 @@ Date: Mon Jul 4 16:16:56 2011 +0100 There is no glx/, only cogl/. po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 87f35a3434040f5e80d37218fe86efa547ac4ae5 Author: Emmanuele Bassi @@ -3123,7 +3123,7 @@ Date: Mon Jul 4 16:09:41 2011 +0100 build: Fix the path to the tslib event source clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2544e878697f116b21b5aa88e2b4378dae807897 Author: Samuel Degrande @@ -3138,7 +3138,7 @@ Date: Fri May 20 15:57:51 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=650675 clutter/clutter-media.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 037138d3bf0be118a7e3559fef0a93667e6d1fe4 Author: Jasper St. Pierre @@ -3159,7 +3159,7 @@ Date: Sun Jul 3 16:43:17 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=651079 clutter/clutter-text.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit e9a42f23fe6325a95861d51f2c1152b438ea705e Author: Emmanuele Bassi @@ -3171,7 +3171,7 @@ Date: Sun Jul 3 19:31:15 2011 +0100 clutter/clutter-group.h | 6 +++++- clutter/clutter-stage.h | 4 ++++ - 2 files changed, 9 insertions(+), 1 deletions(-) + 2 files changed, 9 insertions(+), 1 deletion(-) commit d65161a7fd38859a0e2db3362f9822b0956c4a62 Author: Robert Bragg @@ -3188,7 +3188,7 @@ Date: Mon Jul 4 15:16:50 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5ab10e0f7a44b90f0ef10cae1aa374c0859ebc69 Author: Robert Bragg @@ -3205,7 +3205,7 @@ Date: Mon Jul 4 15:14:52 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/clutter-glx-texture-pixmap.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 8e3805136ca633a6bebc701a2cf49c8f07e1268a Author: Robert Bragg @@ -3221,7 +3221,7 @@ Date: Mon Jul 4 15:09:42 2011 +0100 Signed-off-by: Emmanuele Bassi tests/conform/test-cogl-materials.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dbf2ccfd59294a0b5a98cbc8f67965809c965df8 Author: Emmanuele Bassi @@ -3232,7 +3232,7 @@ Date: Fri Jul 1 17:26:10 2011 +0100 We need 1.7.2 at least. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c94e8d1292aeaff63051148b805a223723ecbbea Author: Peter Ward @@ -3259,8 +3259,8 @@ Date: Wed Jun 22 19:54:19 2011 +0100 Signed-off-by: Emmanuele Bassi - clutter/clutter-paint-volume.c | 131 ++++++++++++++++++++++++++++++++++----- - 1 files changed, 114 insertions(+), 17 deletions(-) + clutter/clutter-paint-volume.c | 131 ++++++++++++++++++++++++++++++++++------ + 1 file changed, 114 insertions(+), 17 deletions(-) commit cc5808387ef9e427b1813c0aa8869946d640d3cd Author: Robert Bragg @@ -3275,7 +3275,7 @@ Date: Tue Jun 28 14:47:35 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/cogl/clutter-backend-cogl.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aacdbb4a5580f2ca77330be4b7c42bf9e48ef81e Author: Robert Bragg @@ -3290,7 +3290,7 @@ Date: Tue Jun 28 14:01:22 2011 +0100 Signed-off-by: Emmanuele Bassi clutter/win32/clutter-event-win32.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0a83e03afbc97508d135519e6ef60e73f56ba89c Author: Neil Roberts @@ -3306,7 +3306,7 @@ Date: Wed Jun 29 16:16:25 2011 +0100 command would work even if the two branches have diverged. doc/RELEASING | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2dc8e2f866b3c1c352a00358109ac858a9f40eec Author: Peter Ward @@ -3317,7 +3317,7 @@ Date: Fri Jun 24 14:31:31 2011 +1000 https://bugzilla.gnome.org/show_bug.cgi?id=653307 clutter/clutter-texture.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 478014041b14ecaa4e9f0d4302d26ccc31a66131 Author: Emmanuele Bassi @@ -3328,7 +3328,7 @@ Date: Fri Jun 24 19:22:22 2011 +0100 For backward compatibility. clutter/Makefile.am | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 2528ad8cb8daf56f63f72ff8f413b5b8d3aea094 Author: Peter Ward @@ -3339,7 +3339,7 @@ Date: Tue Jun 21 23:17:51 2011 +1000 https://bugzilla.gnome.org/show_bug.cgi?id=653066 clutter/clutter-drag-action.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0788c85df1cccb5d3db1ed51ded96a1ce9afac5c Author: Emmanuele Bassi @@ -3350,7 +3350,7 @@ Date: Tue Jun 21 10:52:44 2011 +0100 Cogl has been moved out of tree. doc/reference/clutter/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 459e1e7fc9d2a608ee7e404b0f9f98eea648fea4 Author: Emmanuele Bassi @@ -3373,7 +3373,7 @@ Date: Mon Jun 20 19:44:55 2011 +0100 docs: Fix deprecation notice for ClutterBehaviour clutter/clutter-behaviour.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 34cbc0e94cfc385ae780818d8b6239c0ed68e6a5 Author: Emmanuele Bassi @@ -3382,7 +3382,7 @@ Date: Mon Jun 20 19:44:33 2011 +0100 docs: Fix up labels in the constraint example image doc/reference/clutter/constraints-example.png | Bin 5985 -> 6199 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit f971c2cb11d2f03fd182990c5e71f419448cbf32 Author: Emmanuele Bassi @@ -3411,7 +3411,7 @@ Date: Mon Jun 20 18:42:08 2011 +0100 clutter/clutter-behaviour-rotate.c | 4 ++++ clutter/clutter-behaviour-scale.c | 4 ++++ clutter/clutter-behaviour.c | 5 ++++- - 7 files changed, 26 insertions(+), 1 deletions(-) + 7 files changed, 26 insertions(+), 1 deletion(-) commit 948461b8f28b567e98ad9ebca4650b68300393a0 Author: Emmanuele Bassi @@ -3420,7 +3420,7 @@ Date: Mon Jun 20 18:40:31 2011 +0100 docs: Fix duplicate symbol in the sections list doc/reference/clutter/clutter-sections.txt | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b064a0bda10897a38396aa6d7cb3c19b0179ebd Author: Emmanuele Bassi @@ -3432,7 +3432,7 @@ Date: Mon Jun 20 18:26:34 2011 +0100 source code from the list of source files to be built. clutter/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 71b655417696f49cd41f33e2388af75b9c156ec2 Author: Emmanuele Bassi @@ -3443,7 +3443,7 @@ Date: Mon Jun 20 18:22:06 2011 +0100 It's CLUTTER_DISABLE_DEPRECATED. clutter/cogl/clutter-glx-texture-pixmap.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e5641dabf86f765ff5b4e67aa761db52f2a45f16 Author: Emmanuele Bassi @@ -3480,7 +3480,7 @@ Date: Fri Jun 17 16:54:31 2011 +0100 clutter/clutter.h | 1 + tests/interactive/Makefile.am | 3 +- tests/interactive/test-drop.c | 245 ++++++++++++++++++++++++++++ - 7 files changed, 694 insertions(+), 1 deletions(-) + 7 files changed, 694 insertions(+), 1 deletion(-) commit a6a57d79677b8a498622c83c915c981779963460 Author: Emmanuele Bassi @@ -3494,7 +3494,7 @@ Date: Fri Jun 17 16:53:22 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652842 clutter/clutter-drag-action.c | 25 ++++++++++++++++++++++--- - 1 files changed, 22 insertions(+), 3 deletions(-) + 1 file changed, 22 insertions(+), 3 deletions(-) commit 0dea846096d9fbf38d83946003a2d6f29542d276 Author: Emmanuele Bassi @@ -3508,7 +3508,7 @@ Date: Fri Jun 17 16:52:25 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652842 clutter/clutter-drag-action.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 530a13f02f710710607732ed21b1493f04931615 Author: Emmanuele Bassi @@ -3521,9 +3521,9 @@ Date: Fri Jun 17 16:51:05 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652842 - clutter/clutter-stage-private.h | 8 ++++++ + clutter/clutter-stage-private.h | 8 +++++++ clutter/clutter-stage.c | 48 +++++++++++++++++++++++++++++++++++++++ - 2 files changed, 56 insertions(+), 0 deletions(-) + 2 files changed, 56 insertions(+) commit e4756fd7641136009272251457884c4249a37295 Author: Emmanuele Bassi @@ -3544,7 +3544,7 @@ Date: Mon Jun 20 13:59:14 2011 +0100 build: Use tar-ustar and dist-xz to dist tarballs configure.ac | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 3861a1c3bac6080d17d586af6171352bbc18f388 Author: Emmanuele Bassi @@ -3592,14 +3592,14 @@ Date: Mon Jun 20 11:41:28 2011 +0100 and crossing event delivery public, and deprecating the global ones. clutter/clutter-device-manager.c | 2 +- - clutter/clutter-drag-action.c | 8 ++-- - clutter/clutter-main.c | 12 +++++-- + clutter/clutter-drag-action.c | 8 ++--- + clutter/clutter-main.c | 12 +++++--- clutter/clutter-main.h | 3 +- - clutter/clutter-stage-private.h | 4 -- - clutter/clutter-stage.c | 60 +++++++++++++++++++++++++++++++++---- - clutter/clutter-stage.h | 5 +++ - tests/interactive/test-events.c | 11 ++++-- - tests/interactive/test-grab.c | 10 +++++- + clutter/clutter-stage-private.h | 4 --- + clutter/clutter-stage.c | 60 +++++++++++++++++++++++++++++++++----- + clutter/clutter-stage.h | 5 ++++ + tests/interactive/test-events.c | 11 ++++--- + tests/interactive/test-grab.c | 10 +++++-- 9 files changed, 88 insertions(+), 27 deletions(-) commit 5002ff7a965f983c3e8391b3f3b97edcee6562a8 @@ -3609,7 +3609,7 @@ Date: Sun Jun 19 12:14:35 2011 +0200 Updated Spanish translation po/es.po | 1103 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 555 insertions(+), 548 deletions(-) + 1 file changed, 555 insertions(+), 548 deletions(-) commit b66c22ac1c793a06492364399e6a948294a90465 Author: Robert Bragg @@ -3623,10 +3623,10 @@ Date: Fri Jun 17 18:27:45 2011 +0100 useful to have publicly, and I originally documented them because I thought they would be needed in the MX toolkit. - clutter/clutter-actor-private.h | 6 +- + clutter/clutter-actor-private.h | 6 +-- clutter/clutter-actor.c | 96 +++++++++++++++++++++++++++++---------- clutter/clutter-paint-volume.c | 8 ++-- - clutter/clutter-texture.c | 6 +- + clutter/clutter-texture.c | 6 +-- 4 files changed, 81 insertions(+), 35 deletions(-) commit 87d55ffcfaf79f16f864564f65b05339750fa6f7 @@ -3655,8 +3655,8 @@ Date: Fri Jun 17 17:27:09 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=651784 - clutter/clutter-actor.c | 53 ++++++++++++++++++++++++++-------------------- - 1 files changed, 30 insertions(+), 23 deletions(-) + clutter/clutter-actor.c | 53 +++++++++++++++++++++++++++-------------------- + 1 file changed, 30 insertions(+), 23 deletions(-) commit 1720b77d29b474aeff156633138baf7244db1567 Author: Robert Bragg @@ -3688,7 +3688,7 @@ Date: Fri Jun 17 16:23:35 2011 +0100 priv->children being modified during child destruction. clutter/clutter-group.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 1741c805be7f403f2995b3037059879ba29d3d2a Author: Robert Bragg @@ -3702,7 +3702,7 @@ Date: Thu Jun 16 17:50:50 2011 +0100 replacement API wherever possible. clutter/clutter-actor.c | 17 +++++------------ - 1 files changed, 5 insertions(+), 12 deletions(-) + 1 file changed, 5 insertions(+), 12 deletions(-) commit 7f64772984e07101eb54075eb7c802bf63c5d263 Author: Robert Bragg @@ -3717,7 +3717,7 @@ Date: Thu Jun 16 17:24:26 2011 +0100 debug option. clutter/clutter-main.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit d7bf2143973529626ef8781dfa18c7dec8902031 Author: Robert Bragg @@ -3730,7 +3730,7 @@ Date: Thu Jun 16 17:22:30 2011 +0100 from the pick-buffer. clutter/clutter-actor.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 1e2e0f21b86857354450beb7da78eb0fbbc95c06 Author: Neil Roberts @@ -3769,7 +3769,7 @@ Date: Fri Jun 17 12:03:21 2011 +0100 And the compiler warning that comes with it. clutter/cogl/clutter-stage-cogl.c | 17 ++++++++--------- - 1 files changed, 8 insertions(+), 9 deletions(-) + 1 file changed, 8 insertions(+), 9 deletions(-) commit daaa4c5b969b43ee66d99c6a0aaa9f2e8256d780 Author: Emmanuele Bassi @@ -3777,11 +3777,11 @@ Date: Thu Jun 16 17:11:39 2011 +0100 tests/cally: Remove last uses of clutter_group_add() - tests/accessibility/cally-atkcomponent-example.c | 12 ++++++------ - .../accessibility/cally-atkeditabletext-example.c | 18 +++++++++--------- - tests/accessibility/cally-atkevents-example.c | 6 +++--- - tests/accessibility/cally-atktext-example.c | 10 +++++----- - tests/accessibility/cally-clone-example.c | 10 +++++----- + tests/accessibility/cally-atkcomponent-example.c | 12 ++++++------ + tests/accessibility/cally-atkeditabletext-example.c | 18 +++++++++--------- + tests/accessibility/cally-atkevents-example.c | 6 +++--- + tests/accessibility/cally-atktext-example.c | 10 +++++----- + tests/accessibility/cally-clone-example.c | 10 +++++----- 5 files changed, 28 insertions(+), 28 deletions(-) commit cb3999744f3bd879bbf0739489b479e23364d35c @@ -3811,7 +3811,7 @@ Date: Thu Jun 16 15:22:03 2011 +0100 pv may also not be aligned. clutter/clutter-paint-volume.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 4dc30c255fa9570853eae8c576c3403e5d3b1a2e Author: Robert Bragg @@ -3824,7 +3824,7 @@ Date: Thu Jun 16 15:18:46 2011 +0100 complete it calls _clutter_paint_volume_complete(). clutter/clutter-paint-volume.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit e6c58b7fb3b12ec4fc5faae621c2bad800bc3f51 Author: Emmanuele Bassi @@ -3835,7 +3835,7 @@ Date: Thu Jun 16 13:35:22 2011 +0100 The latter is the new version of the former. configure.ac | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 923b1657d9e5437de862a397a12495d6f75293f9 Author: Robert Bragg @@ -3850,7 +3850,7 @@ Date: Thu Jun 16 12:33:25 2011 +0100 the is_static flag. clutter/clutter-paint-volume.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 394512b274cadec2d7baa78671de41a27ef8bbc3 Author: Robert Bragg @@ -3863,7 +3863,7 @@ Date: Thu Jun 16 12:31:50 2011 +0100 assertion. clutter/clutter-paint-volume.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 30eb3be781475699389fba7b690649a85ba1aea4 Author: Robert Bragg @@ -3877,7 +3877,7 @@ Date: Thu Jun 16 12:28:37 2011 +0100 paint-volume was slice allocated or not. clutter/clutter-paint-volume.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a9789616b9705e7c24b5591a1790dfc2fdda51dc Author: Robert Bragg @@ -3892,8 +3892,8 @@ Date: Thu Jun 16 12:19:49 2011 +0100 to use the vectors from the origin to the axis vertices to deduce the other 4 vertices so we can remove the is_axis_aligned assertion. - clutter/clutter-paint-volume.c | 42 +++++++++++++++++++++++++-------------- - 1 files changed, 27 insertions(+), 15 deletions(-) + clutter/clutter-paint-volume.c | 42 ++++++++++++++++++++++++++-------------- + 1 file changed, 27 insertions(+), 15 deletions(-) commit 34600949edbb650e810fbb98fe96c7858211b244 Author: Robert Bragg @@ -3931,7 +3931,7 @@ Date: Mon Jun 6 17:40:57 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2625 clutter/clutter-stage.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 139 insertions(+), 3 deletions(-) + 1 file changed, 139 insertions(+), 3 deletions(-) commit 2022e4c100d8d8e635ea38d990d6023f7306020f Author: Neil Roberts @@ -3950,8 +3950,8 @@ Date: Mon Apr 4 18:42:52 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2625 - clutter/clutter-stage.c | 62 ++++++++++++++++++++++++++++++++-------------- - 1 files changed, 43 insertions(+), 19 deletions(-) + clutter/clutter-stage.c | 62 ++++++++++++++++++++++++++++++++--------------- + 1 file changed, 43 insertions(+), 19 deletions(-) commit d90c849e80b88c3dd00fa03b9b71b940001505b9 Author: Robert Bragg @@ -3977,7 +3977,7 @@ Date: Wed Jun 15 13:07:04 2011 +0100 Update the location of the cex100 header in the ignore file .gitignore | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fa8e6d368a27222f959fa08a5680e801e221f680 Author: Emmanuele Bassi @@ -3986,7 +3986,7 @@ Date: Wed Jun 15 13:05:18 2011 +0100 Do not include clutter-egl.h unconditionally clutter/cogl/clutter-backend-cogl.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 6a73cece713b7e35fa2145c28f2cd47d47de1ae7 Author: Robert Bragg @@ -3995,7 +3995,7 @@ Date: Wed Jun 15 12:43:47 2011 +0100 backend-cogl: fix s/egl/cogl/ naming left-over clutter/cogl/clutter-backend-cogl.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b3c93bca20a6c8a7397ad149016331308150ed56 Author: Robert Bragg @@ -4004,7 +4004,7 @@ Date: Wed Jun 15 12:41:08 2011 +0100 build: Adds missing clutter-glx.h clutter/cogl/clutter-glx.h | 46 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 46 insertions(+), 0 deletions(-) + 1 file changed, 46 insertions(+) commit dd02c56bdb7a8ff110af5e957899834ce387b65d Author: Robert Bragg @@ -4013,7 +4013,7 @@ Date: Wed Jun 15 12:28:44 2011 +0100 build: Adds missing clutter-egl-headers.h clutter/cogl/clutter-egl-headers.h | 46 ++++++++++++++++++++++++++++++++++++ - 1 files changed, 46 insertions(+), 0 deletions(-) + 1 file changed, 46 insertions(+) commit 2d8083bab8b9ec0b353d08d66265bd0ae38d6822 Author: Robert Bragg @@ -4072,7 +4072,7 @@ Date: Mon May 9 01:09:39 2011 +0100 causing a compilation error. clutter/egl/clutter-stage-egl.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 05bcd40729fe807af1dfa1148495e7f072548d77 Author: Emmanuele Bassi @@ -4086,7 +4086,7 @@ Date: Tue Jun 14 16:11:54 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652566 clutter/clutter-stage.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 81e9bf6127e96ae20c5add1ee7b6aaf603c72e4e Author: Emmanuele Bassi @@ -4099,7 +4099,7 @@ Date: Tue Jun 14 15:50:42 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652566 clutter/clutter-backend.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 0b2073923206e3abfe328ed724328fa962c556ee Author: Emmanuele Bassi @@ -4110,7 +4110,7 @@ Date: Tue Jun 14 15:50:21 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=652566 clutter/glx/clutter-backend-glx.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit a7fc76a1c506aca9494c5f1d6bfad970d5a70179 Author: Emmanuele Bassi @@ -4133,7 +4133,7 @@ Date: Tue Jun 14 11:36:01 2011 +0100 The atoms were moved to the shared X11 backend structure ages ago. clutter/glx/clutter-backend-glx.h | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 5ded02cd08fa315e95cd75b5906371893d2ad367 Author: Emmanuele Bassi @@ -4142,7 +4142,7 @@ Date: Tue Jun 14 01:02:09 2011 +0100 docs: Add symbols index for 1.8 doc/reference/clutter/clutter-docs.xml.in | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit b046bc354c64dd2f6271778beec7d2bc70e45d18 Author: Colin Walters @@ -4157,7 +4157,7 @@ Date: Mon May 16 12:41:10 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=650329 clutter/clutter-types.h | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 5e1fa714988db6a76adf6d64fb870c76c7883129 Author: Emmanuele Bassi @@ -4168,23 +4168,23 @@ Date: Mon Jun 13 23:46:21 2011 +0100 configure.ac | 2 +- po/clutter-1.0.pot | 1109 ++++++++++++++++++++++++----------------------- po/cs.po | 1091 +++++++++++++++++++++++----------------------- - po/de.po | 1146 +++++++++++++++++++++++++------------------------ - po/eo.po | 1102 ++++++++++++++++++++++++----------------------- + po/de.po | 1146 ++++++++++++++++++++++++------------------------ + po/eo.po | 1102 +++++++++++++++++++++++----------------------- po/es.po | 1112 ++++++++++++++++++++++++----------------------- - po/fr.po | 703 ++++++++++++++++--------------- + po/fr.po | 703 +++++++++++++++--------------- po/gl.po | 1113 ++++++++++++++++++++++++----------------------- po/id.po | 726 ++++++++++++++++--------------- - po/it.po | 730 +++++++++++++++++--------------- + po/it.po | 730 ++++++++++++++++--------------- po/nb.po | 1093 +++++++++++++++++++++++----------------------- - po/nl.po | 731 +++++++++++++++++--------------- - po/pa.po | 698 +++++++++++++++-------------- + po/nl.po | 731 ++++++++++++++++--------------- + po/pa.po | 698 +++++++++++++++--------------- po/pl.po | 723 ++++++++++++++++--------------- po/sl.po | 1227 ++++++++++++++++++++++++++-------------------------- - po/sv.po | 708 ++++++++++++++++--------------- - po/te.po | 703 ++++++++++++++++--------------- - po/uk.po | 731 +++++++++++++++++--------------- - po/zh_CN.po | 729 +++++++++++++++++--------------- - po/zh_TW.po | 731 +++++++++++++++++--------------- + po/sv.po | 708 +++++++++++++++--------------- + po/te.po | 703 +++++++++++++++--------------- + po/uk.po | 731 ++++++++++++++++--------------- + po/zh_CN.po | 729 ++++++++++++++++--------------- + po/zh_TW.po | 731 ++++++++++++++++--------------- 20 files changed, 8730 insertions(+), 8178 deletions(-) commit a7cc84a483a7d4e21c84ce0567f66c04c47f48f6 @@ -4196,7 +4196,7 @@ Date: Mon Jun 13 17:24:28 2011 +0100 NEWS | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.in | 27 ++++++++++++++++ configure.ac | 2 +- - 3 files changed, 125 insertions(+), 1 deletions(-) + 3 files changed, 125 insertions(+), 1 deletion(-) commit 86d96dbcc1bb38cef0a1b6ac176d6af1943088a9 Author: Emmanuele Bassi @@ -4219,7 +4219,7 @@ Date: Mon Jun 13 17:20:19 2011 +0100 back in the list temporarily when generating the rest. build/autotools/Makefile.am.changelog | 41 +++++++++++++++++---------------- - 1 files changed, 21 insertions(+), 20 deletions(-) + 1 file changed, 21 insertions(+), 20 deletions(-) commit fbdc9675751014b9382aa28c540f9dfc8854d0d0 Author: Emmanuele Bassi @@ -4228,7 +4228,7 @@ Date: Mon Jun 13 16:32:24 2011 +0100 release rules: Add note for snapshots build/autotools/Makefile.am.release | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 494629d4b9eac31afa3910ef130404030656bc4e Author: Philippe Normand @@ -4244,7 +4244,7 @@ Date: Fri Feb 4 12:33:53 2011 +0100 clutter/clutter-text.c | 38 +++++++++++++++++++++++++++- clutter/clutter-text.h | 4 +++ doc/reference/clutter/clutter-sections.txt | 1 + - 3 files changed, 42 insertions(+), 1 deletions(-) + 3 files changed, 42 insertions(+), 1 deletion(-) commit 74a9b7106038b74690856fe45b658edbab5d6a8b Author: Emmanuele Bassi @@ -4296,8 +4296,8 @@ Date: Mon Jun 6 08:44:11 2011 +0200 clutter/clutter-actor.c | 2 +- clutter/clutter-effect-private.h | 2 +- clutter/clutter-effect.c | 40 ++++++++++++++++++------------------ - clutter/clutter-effect.h | 4 +- - clutter/clutter-offscreen-effect.c | 10 ++++---- + clutter/clutter-effect.h | 4 ++-- + clutter/clutter-offscreen-effect.c | 10 ++++----- 5 files changed, 29 insertions(+), 29 deletions(-) commit 165b2f959984bc075cba789d8768b68007eebc71 @@ -4309,7 +4309,7 @@ Date: Mon Jun 13 15:36:07 2011 +0100 clutter/clutter-gesture-action.h | 6 ++++++ doc/reference/clutter/clutter-sections.txt | 2 ++ doc/reference/clutter/clutter.types | 2 ++ - 3 files changed, 10 insertions(+), 0 deletions(-) + 3 files changed, 10 insertions(+) commit cd2b36ed916b1b8230f28c53055d370547b47f89 Merge: 4f0769d 80dd60e @@ -4349,7 +4349,7 @@ Date: Mon Jun 13 13:08:26 2011 +0100 deallocated when destroying the structure. clutter/clutter-script.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a9dd5abfcccd96a4da6210e2eedbb115ea5bfa74 Author: Emmanuele Bassi @@ -4376,7 +4376,7 @@ Date: Mon Jun 13 12:11:45 2011 +0100 through introspection. clutter/clutter-fixed.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d9c1a2ebbbf395aa4d255b2a31f17ce8d0e2377a Author: Emmanuele Bassi @@ -4388,7 +4388,7 @@ Date: Sun Jun 12 11:27:34 2011 +0100 state transitions, to avoid leaving hooks around. clutter/clutter-script.c | 27 ++++++++++++++++++++++----- - 1 files changed, 22 insertions(+), 5 deletions(-) + 1 file changed, 22 insertions(+), 5 deletions(-) commit b33973f9f8ff87d2cb5d9083149b8bfd7f4130c0 Author: Emmanuele Bassi @@ -4399,8 +4399,8 @@ Date: Sat Jun 11 13:30:02 2011 +0100 Make it clear that the key used when defining a state-based signal is linked to the states of a ClutterState. - clutter/clutter-script-parser.c | 6 +- - clutter/clutter-script.c | 70 +++++++++++++++++++++++++--------- + clutter/clutter-script-parser.c | 6 +-- + clutter/clutter-script.c | 70 +++++++++++++++++++++++++---------- clutter/clutter-script.h | 8 ++-- tests/data/test-script-signals.json | 8 ++-- 4 files changed, 62 insertions(+), 30 deletions(-) @@ -4417,9 +4417,9 @@ Date: Fri Jun 10 17:16:45 2011 +0100 ClutterScript instance — and have the Script resolve the "state" field of a signal definition correctly. - clutter/clutter-script-parser.c | 31 +++++--------- + clutter/clutter-script-parser.c | 31 ++++++--------- clutter/clutter-script.c | 78 +++++++++++++++++++++++++++++++++++- - clutter/clutter-script.h | 83 ++++++++++++++++++++------------------ + clutter/clutter-script.h | 83 +++++++++++++++++++++------------------ 3 files changed, 131 insertions(+), 61 deletions(-) commit e745ce52e77211ecff131245e6871cef6b97539a @@ -4475,8 +4475,8 @@ Date: Mon Feb 7 13:48:58 2011 +0000 that defined the signal, to avoid erroneous state changes. clutter/clutter-script-parser.c | 116 +++++++++++++++++++++++++------------- - clutter/clutter-script-private.h | 4 + - clutter/clutter-script.c | 113 ++++++++++++++++++++++++++++++++---- + clutter/clutter-script-private.h | 4 ++ + clutter/clutter-script.c | 113 ++++++++++++++++++++++++++++++++----- 3 files changed, 181 insertions(+), 52 deletions(-) commit 2c2bdc1d2c2ce6caebdbdc8ce034146fefd9e90f @@ -4486,7 +4486,7 @@ Date: Mon Jun 13 13:54:32 2011 +0200 Updated Czech translation po/cs.po | 329 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 168 insertions(+), 161 deletions(-) + 1 file changed, 168 insertions(+), 161 deletions(-) commit 0409840d18604f9a2c23b45ca5ab3628d4a6f2cd Author: Matej Urbančič @@ -4494,8 +4494,8 @@ Date: Sat Jun 11 17:36:23 2011 +0200 Updated Slovenian translation - po/sl.po | 419 ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 220 insertions(+), 199 deletions(-) + po/sl.po | 419 +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 220 insertions(+), 199 deletions(-) commit 7b4f7cd3e054121a64c113cb696502faaa90540b Author: Robert Bragg @@ -4529,7 +4529,7 @@ Date: Fri Jun 10 15:01:13 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 tests/interactive/test-swipe-action.c | 132 ++++++++++++++++++++++++++------- - 1 files changed, 105 insertions(+), 27 deletions(-) + 1 file changed, 105 insertions(+), 27 deletions(-) commit 9b4ad40f048fe2dc383d09dff97a75fcc0f662cd Author: Emmanuele Bassi @@ -4539,9 +4539,9 @@ Date: Fri Jun 10 14:47:16 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 - doc/reference/clutter/clutter-docs.xml.in | 2 + + doc/reference/clutter/clutter-docs.xml.in | 2 ++ doc/reference/clutter/clutter-sections.txt | 36 ++++++++++++++++++++++++++++ - 2 files changed, 38 insertions(+), 0 deletions(-) + 2 files changed, 38 insertions(+) commit 2c791da70ae489c9fcbb367071bf2d4401e889bf Author: Emmanuele Bassi @@ -4555,8 +4555,8 @@ Date: Fri Jun 10 14:45:50 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 - clutter/clutter-gesture-action.c | 63 ++++++++----------------------------- - clutter/clutter-gesture-action.h | 4 -- + clutter/clutter-gesture-action.c | 63 +++++++++----------------------------- + clutter/clutter-gesture-action.h | 4 --- 2 files changed, 14 insertions(+), 53 deletions(-) commit f9ce9014961e245bc6162bf20249a836d0bdf98d @@ -4572,7 +4572,7 @@ Date: Fri Jun 10 14:44:06 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 clutter/clutter-swipe-action.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 11d961b6058b1413b47276654e5d939814f6b646 Author: Emmanuele Bassi @@ -4587,7 +4587,7 @@ Date: Fri Jun 10 14:33:20 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 clutter/clutter-marshal.list | 2 +- - clutter/clutter-swipe-action.c | 78 +++++++++++++-------------------------- + clutter/clutter-swipe-action.c | 78 ++++++++++++++-------------------------- clutter/clutter-swipe-action.h | 17 +++++---- 3 files changed, 37 insertions(+), 60 deletions(-) @@ -4604,8 +4604,8 @@ Date: Fri Jun 10 14:32:00 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2585 - clutter/clutter-gesture-action.c | 36 +++++++++++++++++++---------- - clutter/clutter-gesture-action.h | 46 ++++++++++++++++++------------------- + clutter/clutter-gesture-action.c | 36 ++++++++++++++++++----------- + clutter/clutter-gesture-action.h | 46 ++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 37 deletions(-) commit ba72235b66ee956977ad6e5c7a8510f9f23a3517 @@ -4627,7 +4627,7 @@ Date: Wed Mar 9 10:06:44 2011 +0100 clutter/clutter.h | 2 + tests/interactive/Makefile.am | 1 + tests/interactive/test-swipe-action.c | 109 +++++++ - 9 files changed, 1103 insertions(+), 0 deletions(-) + 9 files changed, 1103 insertions(+) commit d151d789f668a0b2f79eb052ff904a0521409552 Author: Neil Roberts @@ -4655,7 +4655,7 @@ Date: Mon Mar 7 18:53:07 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2599 clutter/clutter-text.c | 369 ++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 276 insertions(+), 93 deletions(-) + 1 file changed, 276 insertions(+), 93 deletions(-) commit a20a8071ed835496f26712093f0cfb72aabfd8c8 Author: Neil Roberts @@ -4678,7 +4678,7 @@ Date: Tue Mar 8 17:30:04 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2599 clutter/clutter-text.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 501208758808c9dd05f754d46e883766c4c1264b Author: Emmanuele Bassi @@ -4690,7 +4690,7 @@ Date: Fri Jun 10 09:39:09 2011 +0100 and add the Cogl dependency to Clutter. build/clutter.modules | 21 +++++++++++++++++---- - 1 files changed, 17 insertions(+), 4 deletions(-) + 1 file changed, 17 insertions(+), 4 deletions(-) commit 7d1d1acbbb757162bde1b22182cd9f59bf8c44c1 Author: Emmanuele Bassi @@ -4699,7 +4699,7 @@ Date: Thu Jun 9 15:58:34 2011 +0100 docs: Update the releasing checklist doc/RELEASING | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 4944a5e7d1602ae80eeb3d4b0323a4f6b392b85e Author: Emmanuele Bassi @@ -4727,7 +4727,7 @@ Date: Thu Jun 9 15:40:57 2011 +0100 doc/reference/clutter/Makefile.am | 1 + doc/reference/clutter/clutter-sections.txt | 8 ++++++++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit 46cab9c8c6298b773442b6f00f69f2f441826007 Author: Emmanuele Bassi @@ -4738,7 +4738,7 @@ Date: Thu Jun 9 15:40:26 2011 +0100 The function was defined but not declared in the header. clutter/clutter-event.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b91ec2a82e371e22a89d5cf95d31a78290e7df65 Author: Emmanuele Bassi @@ -4757,7 +4757,7 @@ Date: Thu Jun 9 14:42:31 2011 +0100 test-bin-layout: Use the long-press signal on ClickAction tests/interactive/test-bin-layout.c | 29 +++++++++++++++++++++++++++-- - 1 files changed, 27 insertions(+), 2 deletions(-) + 1 file changed, 27 insertions(+), 2 deletions(-) commit 23a9980c721c3f6c2dbd35336ab70f05dda72031 Author: Emmanuele Bassi @@ -4776,7 +4776,7 @@ Date: Wed May 18 11:21:58 2011 +0100 emission. clutter/clutter-click-action.c | 362 +++++++++++++++++++++++++++++++++++++++- - clutter/clutter-click-action.h | 32 ++++- + clutter/clutter-click-action.h | 32 +++- clutter/clutter-marshal.list | 1 + 3 files changed, 384 insertions(+), 11 deletions(-) @@ -4791,7 +4791,7 @@ Date: Thu Jun 9 14:33:17 2011 +0100 but it can be shared across touch-based gestures. clutter/clutter-settings.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit 2b81d90dd7399c409cf23d7324ff909351dbefa3 Author: Emmanuele Bassi @@ -4823,25 +4823,25 @@ Date: Tue Jun 7 15:49:20 2011 +0100 whole API. We should especially remove its usage from Cally's internals, since there it never made sense in the first place. - clutter/cally/cally-actor.c | 18 +++++++------- - clutter/cally/cally-text.c | 6 ++-- - clutter/cally/cally-util.c | 8 +++--- - clutter/clutter-actor-meta-private.h | 39 +++++++++++++++----------------- - clutter/clutter-actor-meta.c | 4 +- - clutter/clutter-actor-meta.h | 16 ++++++------ - clutter/clutter-actor-private.h | 8 +++--- - clutter/clutter-actor.c | 12 ++++++++- + clutter/cally/cally-actor.c | 18 +++++++-------- + clutter/cally/cally-text.c | 6 ++--- + clutter/cally/cally-util.c | 8 +++---- + clutter/clutter-actor-meta-private.h | 39 +++++++++++++++------------------ + clutter/clutter-actor-meta.c | 4 ++-- + clutter/clutter-actor-meta.h | 16 +++++++------- + clutter/clutter-actor-private.h | 8 +++---- + clutter/clutter-actor.c | 12 ++++++++-- clutter/clutter-actor.h | 2 +- clutter/clutter-animator.c | 2 +- - clutter/clutter-animator.h | 16 ++++++------ + clutter/clutter-animator.h | 16 +++++++------- clutter/clutter-backend.c | 2 +- clutter/clutter-backend.h | 2 +- clutter/clutter-binding-pool.c | 2 +- clutter/clutter-binding-pool.h | 2 +- - clutter/clutter-color.c | 4 +- - clutter/clutter-color.h | 8 +++--- + clutter/clutter-color.c | 4 ++-- + clutter/clutter-color.h | 8 +++---- clutter/clutter-event.c | 2 +- - clutter/clutter-event.h | 3 +- + clutter/clutter-event.h | 3 +-- clutter/clutter-input-device.c | 2 +- clutter/clutter-input-device.h | 2 +- clutter/clutter-interval.c | 2 +- @@ -4853,28 +4853,28 @@ Date: Tue Jun 7 15:49:20 2011 +0100 clutter/clutter-script.h | 2 +- clutter/clutter-scriptable.c | 2 +- clutter/clutter-scriptable.h | 2 +- - clutter/clutter-shader-types.c | 6 ++-- - clutter/clutter-shader-types.h | 30 ++++++++++++------------ - clutter/clutter-shader.c | 4 +- - clutter/clutter-shader.h | 8 +++--- + clutter/clutter-shader-types.c | 6 ++--- + clutter/clutter-shader-types.h | 30 ++++++++++++------------- + clutter/clutter-shader.c | 4 ++-- + clutter/clutter-shader.h | 8 +++---- clutter/clutter-stage.c | 2 +- clutter/clutter-stage.h | 2 +- - clutter/clutter-state.c | 8 +++--- - clutter/clutter-state.h | 8 +++--- - clutter/clutter-text.c | 4 +- - clutter/clutter-text.h | 4 +- + clutter/clutter-state.c | 8 +++---- + clutter/clutter-state.h | 8 +++---- + clutter/clutter-text.c | 4 ++-- + clutter/clutter-text.h | 4 ++-- clutter/clutter-units.c | 2 +- - clutter/clutter-units.h | 6 ++-- + clutter/clutter-units.h | 6 ++--- clutter/clutter-util.c | 2 +- clutter/egl/clutter-backend-egl.c | 2 +- - clutter/egl/clutter-backend-egl.h | 3 +- + clutter/egl/clutter-backend-egl.h | 3 +-- clutter/glx/clutter-backend-glx.c | 2 +- - clutter/glx/clutter-backend-glx.h | 3 +- + clutter/glx/clutter-backend-glx.h | 3 +-- clutter/win32/clutter-backend-win32.c | 2 +- clutter/win32/clutter-backend-win32.h | 2 +- clutter/x11/clutter-backend-x11.c | 2 +- clutter/x11/clutter-x11.h | 2 +- - doc/CODING_STYLE | 8 +++--- + doc/CODING_STYLE | 8 +++---- doc/cookbook/examples/cb-button.c | 2 +- doc/cookbook/examples/cb-button.h | 2 +- 54 files changed, 148 insertions(+), 146 deletions(-) @@ -4886,7 +4886,7 @@ Date: Tue Jun 7 16:46:55 2011 +0200 Added Norwegian bokmål translation po/nb.po | 746 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 412 insertions(+), 334 deletions(-) + 1 file changed, 412 insertions(+), 334 deletions(-) commit c28218b240a1ba81cafe572021e721c77ca39af9 Author: Kjartan Maraas @@ -4895,7 +4895,7 @@ Date: Tue Jun 7 16:45:45 2011 +0200 Add Norwegian bokmål translation. po/nb.po | 2040 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2040 insertions(+), 0 deletions(-) + 1 file changed, 2040 insertions(+) commit 70bdb342d15c6170b901ba90855b67f63fa23ad8 Author: Matej Urbančič @@ -4904,7 +4904,7 @@ Date: Tue Jun 7 15:45:45 2011 +0200 Updated Slovenian translation po/sl.po | 60 ++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 30 insertions(+), 30 deletions(-) + 1 file changed, 30 insertions(+), 30 deletions(-) commit e636a0bbce2b24fdb4e99dcf2d4385eb25d0247a Author: Tomeu Vizoso @@ -4917,7 +4917,7 @@ Date: Wed May 18 16:10:18 2011 +0200 Signed-off-by: Emmanuele Bassi clutter/clutter-box-layout.c | 512 ++++++++++++++++++++++++++++++------------ - 1 files changed, 370 insertions(+), 142 deletions(-) + 1 file changed, 370 insertions(+), 142 deletions(-) commit 9ecddeb1c3fce7bbd3fdb0096713e05a50e6ffcd Author: Craig R. Hughes @@ -4927,8 +4927,8 @@ Date: Mon May 9 09:39:55 2011 -0700 http://bugzilla.clutter-project.org/show_bug.cgi?id=2644 - clutter/osx/clutter-event-osx.c | 85 ++++++++++++++++++++++++++++++++++++-- - 1 files changed, 80 insertions(+), 5 deletions(-) + clutter/osx/clutter-event-osx.c | 85 ++++++++++++++++++++++++++++++++++++--- + 1 file changed, 80 insertions(+), 5 deletions(-) commit 22cc9b35cb78e9b7a867a3c356647e15bf005c85 Author: Emmanuele Bassi @@ -4943,7 +4943,7 @@ Date: Tue Jun 7 14:34:19 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2656 clutter/clutter-stage.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 19c986c0c6e0aa08ae76ab7d992fbf70ae5e44a0 Author: Emmanuele Bassi @@ -4961,7 +4961,7 @@ Date: Tue Jun 7 14:25:17 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2652 clutter/clutter-actor.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 835fc2381c94fc46d5b6f6eef7f9d17db7e97411 Author: Emmanuele Bassi @@ -4978,13 +4978,13 @@ Date: Wed May 25 16:23:08 2011 +0100 the actor's pipeline is set up — something we cannot even guarantee internally unless we start doing lame type checks. - clutter/clutter-actor.c | 11 +++++++++ - clutter/clutter-actor.h | 2 + + clutter/clutter-actor.c | 11 ++++++++++ + clutter/clutter-actor.h | 2 ++ clutter/clutter-shader-types.h | 1 - - clutter/clutter-shader.c | 46 ++++++++++++++++++++++++++++++++++++-- + clutter/clutter-shader.c | 46 ++++++++++++++++++++++++++++++++++++--- clutter/clutter-shader.h | 13 +++++++++++ - clutter/clutter-types.h | 2 + - tests/interactive/test-shader.c | 2 + + clutter/clutter-types.h | 2 ++ + tests/interactive/test-shader.c | 2 ++ 7 files changed, 73 insertions(+), 4 deletions(-) commit 941d8d23fa3ebb54f5c27c5f8cfa883903dbb24e @@ -4995,8 +4995,8 @@ Date: Wed May 25 15:38:56 2011 +0100 Demonstrate how to use a ShaderEffect instance. - tests/interactive/test-constraints.c | 42 +++++++++++++++++++++++++++++++-- - 1 files changed, 39 insertions(+), 3 deletions(-) + tests/interactive/test-constraints.c | 42 +++++++++++++++++++++++++++++++--- + 1 file changed, 39 insertions(+), 3 deletions(-) commit 53483896a822b2814c1fbe06b5d08e26d67f0301 Author: Emmanuele Bassi @@ -5009,7 +5009,7 @@ Date: Wed May 25 15:37:45 2011 +0100 the uniforms, and attach it to an actor. This should effectively replace ClutterShader for good. - clutter/clutter-shader-effect.c | 41 ++++++++++++++++++++++++++++++++------ + clutter/clutter-shader-effect.c | 41 ++++++++++++++++++++++++++++++++------- clutter/clutter-shader-effect.h | 30 +++++++++++++++------------- 2 files changed, 50 insertions(+), 21 deletions(-) @@ -5019,8 +5019,8 @@ Date: Tue Jun 7 11:38:01 2011 +0200 Updated Czech translation - po/cs.po | 64 +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 30 insertions(+), 34 deletions(-) + po/cs.po | 64 +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 30 insertions(+), 34 deletions(-) commit ad78242f55857f5366dca1fb82b91a8973257c9c Author: Daniel Mustieles @@ -5029,7 +5029,7 @@ Date: Mon Jun 6 22:23:32 2011 +0200 Updated Spanish translation po/es.po | 75 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 35 insertions(+), 40 deletions(-) + 1 file changed, 35 insertions(+), 40 deletions(-) commit 1a85b87fc9846879be0774a49993d3095eee36d1 Author: Alexandre Franke @@ -5038,7 +5038,7 @@ Date: Thu Jun 2 20:56:22 2011 +0200 Fix typo clutter/clutter-media.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 588d97c2c7f8108e84fd2a32fdae071a4629d283 Author: Robert Bragg @@ -5054,7 +5054,7 @@ Date: Thu Jun 2 12:10:59 2011 +0100 instead of assuming 4. clutter/clutter-paint-volume.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ba8cc8e064c43d79676d20eb09b24e1085587a95 Author: Øyvind Kolås @@ -5069,7 +5069,7 @@ Date: Wed Jun 1 22:42:41 2011 +0100 This should resolve some multi stage / ClutterGtk related pick id warnings. clutter/clutter-stage.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit eed174461286ce983e06893a73592edc50a64373 Author: Emmanuele Bassi @@ -5080,7 +5080,7 @@ Date: Wed Jun 1 18:33:27 2011 +0100 This avoids overwriting files in the multi-stage case. clutter/clutter-stage.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit b03288af519ae64bc089cfa5a4baf287044b12e6 Author: Kristjan SCHMIDT @@ -5089,7 +5089,7 @@ Date: Wed Jun 1 19:22:39 2011 +0200 Add Esperanto translation po/eo.po | 2122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2122 insertions(+), 0 deletions(-) + 1 file changed, 2122 insertions(+) commit c836b8c53c473e7d309c6c0c9d25b3ec74c827ff Author: Peter Ward @@ -5102,7 +5102,7 @@ Date: Sat May 28 00:12:15 2011 +1000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2655 clutter/clutter-input-device.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0b0d4e12397f425b075e449c38dc9777f75ab3d6 Author: Emmanuele Bassi @@ -5113,7 +5113,7 @@ Date: Wed May 25 16:22:31 2011 +0100 Use the actor name instead of a random, internal numeric id. tests/interactive/test-binding-pool.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit e83a7851ad2cf64e778465620b23fe3c111c7164 Author: Dan Winship @@ -5129,7 +5129,7 @@ Date: Thu May 19 10:46:24 2011 -0400 https://bugzilla.gnome.org/show_bug.cgi?id=650597 clutter/clutter-id-pool.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 46aadb745b819b2f69b69b119ce70ce84ab04cb9 Author: Alejandro Piñeiro @@ -5138,7 +5138,7 @@ Date: Thu May 19 12:58:36 2011 +0200 [cally] Removed default actions on CallyActor clutter/cally/cally-actor.c | 99 +++++-------------------------------------- - 1 files changed, 11 insertions(+), 88 deletions(-) + 1 file changed, 11 insertions(+), 88 deletions(-) commit d007155ac4a4b8a171a6503757d01f8c739b13f6 Author: Alejandro Piñeiro @@ -5149,7 +5149,7 @@ Date: Fri May 20 14:18:09 2011 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2597 clutter/cally/cally-root.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 58adcb4022935fe13487b440acf8f3c35b292616 Author: Alejandro Piñeiro @@ -5160,7 +5160,7 @@ Date: Fri May 20 14:13:14 2011 +0200 http://bugzilla.clutter-project.org/show_bug.cgi?id=2484 clutter/cally/ChangeLog.pre-cally-merge | 986 +++++++++++++++++++++++++++++++ - 1 files changed, 986 insertions(+), 0 deletions(-) + 1 file changed, 986 insertions(+) commit 153532297c864be693b16714c76accd4129c8b85 Author: Alejandro Piñeiro @@ -5185,7 +5185,7 @@ Date: Fri May 20 14:07:47 2011 +0200 clutter/cally/cally-clone.c | 21 +------------------- clutter/cally/cally-rectangle.c | 21 +------------------- clutter/cally/cally-stage.c | 40 --------------------------------------- - clutter/cally/cally-texture.c | 19 ------------------ + clutter/cally/cally-texture.c | 19 ------------------- 4 files changed, 2 insertions(+), 99 deletions(-) commit 247c8d49ae9a75ec7ae279b0bf787a3eb6fe0a2f @@ -5217,7 +5217,7 @@ Date: Fri May 20 11:15:07 2011 +0200 https://bugzilla.gnome.org/show_bug.cgi?id=650650 clutter/clutter-offscreen-effect.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit c18a83baa3239cc635be0732e8d0a859604b6d4c Author: Neil Roberts @@ -5230,7 +5230,7 @@ Date: Mon May 16 18:57:37 2011 +0100 use CoglPipeline and the new depth state API. tests/conform/test-cogl-depth-test.c | 30 ++++++++++++++++-------------- - 1 files changed, 16 insertions(+), 14 deletions(-) + 1 file changed, 16 insertions(+), 14 deletions(-) commit 86dce2fd98efe934b0223580e00424bace043809 Author: Neil Roberts @@ -5243,7 +5243,7 @@ Date: Mon May 16 16:07:19 2011 +0100 continue to build. tests/conform/test-cogl-pixel-buffer.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 7d233241f1def912ab0a7688777482f6b4a4e7b6 Author: Neil Roberts @@ -5271,7 +5271,7 @@ Date: Sun May 15 21:09:17 2011 +0200 Updated Czech translation po/cs.po | 591 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 306 insertions(+), 285 deletions(-) + 1 file changed, 306 insertions(+), 285 deletions(-) commit 8ad780af37cc13dfcd5b50fe7dae75b6986dc003 Author: Daniel Mustieles @@ -5280,7 +5280,7 @@ Date: Sun May 15 17:46:33 2011 +0200 Updated Spanish translation po/es.po | 570 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 296 insertions(+), 274 deletions(-) + 1 file changed, 296 insertions(+), 274 deletions(-) commit c2f7e5916efe08d0856621829f8765241fc35450 Author: Matej Urbančič @@ -5289,7 +5289,7 @@ Date: Sat May 14 19:49:39 2011 +0200 Updated Slovenian translation po/sl.po | 600 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 308 insertions(+), 292 deletions(-) + 1 file changed, 308 insertions(+), 292 deletions(-) commit f9d7650b97c3788763e14ce3b39f21f19edc41bb Author: Chris Lord @@ -5309,7 +5309,7 @@ Date: Mon Mar 28 16:10:59 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2621 clutter/clutter-actor.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 5aa8ed93cef370be0ef2d840c3356a847fb95dbe Author: Adam Jackson @@ -5322,7 +5322,7 @@ Date: Mon May 2 12:15:28 2011 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2640 tests/conform/test-cogl-sub-texture.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 7beb222d3f27740cb3c1a8a75859aee74712a9cd Author: Adam Jackson @@ -5335,7 +5335,7 @@ Date: Mon May 2 12:13:57 2011 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2640 tests/conform/test-cogl-blend-strings.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit b7a3ccf35c587c724386ff6f27ba256a5d50d47e Author: Øyvind Kolås @@ -5344,7 +5344,7 @@ Date: Fri May 13 21:44:49 2011 +0100 doap: fix a typo in a url clutter.doap | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ba4615cd4bb6c1c230bb864b4b5bc43a4d143f6a Author: Emmanuele Bassi @@ -5356,7 +5356,7 @@ Date: Fri May 13 14:26:22 2011 +0100 there, and not in the general paint() implementation. clutter/clutter-text.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 729e9985c1aec44f008e9687cdd1bf0818acc95d Author: Emmanuele Bassi @@ -5369,7 +5369,7 @@ Date: Fri May 13 14:17:39 2011 +0100 bleeding colors through when a Text actor is non-fully opaque. clutter/clutter-text.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 94c9c075099da0972ed07866e11b12c5255685c7 Author: Jasper St. Pierre @@ -5393,7 +5393,7 @@ Date: Thu Mar 3 06:33:42 2011 -0500 tests/interactive/test-text-field.c | 2 ++ tests/interactive/test-text.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit d95258e987178a9d1a2316db60bd89685e030929 Author: Neil Roberts @@ -5415,7 +5415,7 @@ Date: Fri May 13 15:29:50 2011 +0100 didn't store the pointer and queue_redraw_full was based on that. clutter/clutter-actor.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 701440efd8b4df1b38976a3b5b2abf7f456c2c38 Author: Neil Roberts @@ -5462,12 +5462,12 @@ Date: Mon Mar 14 16:30:53 2011 +0000 without being flattened. clutter/clutter-actor.c | 236 ++++++++++++++++++++-------- - clutter/clutter-actor.h | 28 +++- + clutter/clutter-actor.h | 28 ++-- clutter/clutter-clone.c | 14 ++ - clutter/clutter-flatten-effect.c | 101 +------------ + clutter/clutter-flatten-effect.c | 101 +----------- clutter/clutter-flatten-effect.h | 2 - - clutter/clutter-rectangle.c | 9 + - clutter/clutter-texture.c | 9 + + clutter/clutter-rectangle.c | 9 ++ + clutter/clutter-texture.c | 9 ++ doc/reference/clutter/clutter-sections.txt | 1 + tests/conform/test-offscreen-redirect.c | 55 ++++++- 9 files changed, 272 insertions(+), 183 deletions(-) @@ -5486,7 +5486,7 @@ Date: Fri Mar 4 16:48:59 2011 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-conform-main.c | 1 + tests/conform/test-offscreen-redirect.c | 283 +++++++++++++++++++++++++++++++ - 3 files changed, 285 insertions(+), 0 deletions(-) + 3 files changed, 285 insertions(+) commit 7f78237ee53c6d1ec1981a2aec47e5aa651923d5 Author: Neil Roberts @@ -5546,7 +5546,7 @@ Date: Tue Mar 1 16:39:22 2011 +0000 are cleared we need to queue a redraw. clutter/clutter-actor.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 942321478332794e27f96ea63767c93af3f5fc24 Author: Neil Roberts @@ -5627,7 +5627,7 @@ Date: Fri Feb 25 11:24:23 2011 +0000 painted. clutter/clutter-offscreen-effect.c | 80 +++++++++++++++++++++++++++++------- - 1 files changed, 65 insertions(+), 15 deletions(-) + 1 file changed, 65 insertions(+), 15 deletions(-) commit c3aa4d24bf32a7aacdcd96b0807ba780738431a1 Author: Neil Roberts @@ -5672,8 +5672,8 @@ Date: Wed Mar 2 16:55:10 2011 +0000 clutter/clutter-actor.c | 140 +++++++++++++++------------- clutter/clutter-actor.h | 1 + clutter/clutter-effect-private.h | 2 + - clutter/clutter-effect.c | 124 ++++++++++++++++++------- - clutter/clutter-effect.h | 19 ++++- + clutter/clutter-effect.c | 124 +++++++++++++++++------- + clutter/clutter-effect.h | 19 +++- doc/reference/clutter/clutter-sections.txt | 2 + 6 files changed, 189 insertions(+), 99 deletions(-) @@ -5694,7 +5694,7 @@ Date: Wed May 11 10:11:59 2011 +0100 po: Remove a non existent file in POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 66b08ec96144d9a194ab0e91dab15a013df675d0 Author: Daniel Mustieles @@ -5703,7 +5703,7 @@ Date: Tue May 10 21:07:12 2011 +0200 Updated Spanish translation po/es.po | 52 ++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 32 insertions(+), 20 deletions(-) + 1 file changed, 32 insertions(+), 20 deletions(-) commit f5ace7b2a5ed177271a44536351d0780df982fef Author: Neil Roberts @@ -5717,7 +5717,7 @@ Date: Thu Apr 21 16:52:54 2011 +0100 clutter/win32/clutter-backend-win32.c | 348 ++++++++------------------------- clutter/win32/clutter-backend-win32.h | 6 +- clutter/win32/clutter-event-win32.c | 8 + - clutter/win32/clutter-stage-win32.c | 59 ++++--- + clutter/win32/clutter-stage-win32.c | 59 +++--- clutter/win32/clutter-stage-win32.h | 3 +- 5 files changed, 125 insertions(+), 299 deletions(-) @@ -5727,8 +5727,8 @@ Date: Mon May 9 19:24:30 2011 +0200 Updated Spanish translation - po/es.po | 113 +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 61 insertions(+), 52 deletions(-) + po/es.po | 113 +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 61 insertions(+), 52 deletions(-) commit 044df4ab1e8b2db3aa642745d698e4d39f8df443 Author: Daniel Mustieles @@ -5737,7 +5737,7 @@ Date: Sun May 8 17:09:33 2011 +0200 Updated Spanish translation po/es.po | 60 +++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 33 insertions(+), 27 deletions(-) + 1 file changed, 33 insertions(+), 27 deletions(-) commit 043f804452a9ac12e59b1aed3bf1f2b4fad56a43 Author: Emmanuele Bassi @@ -5760,11 +5760,11 @@ Date: Mon Apr 11 14:11:39 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=647876 clutter/clutter-actor.c | 42 ++++++++++++++++++++++++++++++------- - clutter/clutter-main.c | 14 ++++++++---- - clutter/clutter-private.h | 9 ++++--- - clutter/clutter-stage-private.h | 7 ++++++ - clutter/clutter-stage.c | 44 +++++++++++++++++++++++++++++++++++++- - tests/conform/test-pick.c | 14 +++++------- + clutter/clutter-main.c | 14 ++++++++----- + clutter/clutter-private.h | 9 ++++---- + clutter/clutter-stage-private.h | 7 +++++++ + clutter/clutter-stage.c | 44 +++++++++++++++++++++++++++++++++++++-- + tests/conform/test-pick.c | 14 ++++++------- 6 files changed, 103 insertions(+), 27 deletions(-) commit f6e6c803d9ff95c30f489e1e66b01c589a153084 @@ -5786,7 +5786,7 @@ Date: Mon Apr 11 12:30:51 2011 +0100 clutter/clutter-actor.c | 10 +++++++++- clutter/clutter-actor.h | 5 +++++ clutter/clutter-main.c | 2 ++ - 4 files changed, 18 insertions(+), 1 deletions(-) + 4 files changed, 18 insertions(+), 1 deletion(-) commit dbae7e60143120bac913d2dbaaf786b357f51faf Author: Neil Roberts @@ -5798,7 +5798,7 @@ Date: Fri May 6 17:20:06 2011 +0100 have it in Clutter's configure script anymore. configure.ac | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit ea502fd49250d011b6897690a71d3e64566769b7 Author: Emmanuele Bassi @@ -5821,7 +5821,7 @@ Date: Fri May 6 16:56:29 2011 +0100 Don't just assume the latest. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 21786cccd629597b38073326dee9fe9de94a55ca Author: Emmanuele Bassi @@ -5832,7 +5832,7 @@ Date: Fri May 6 16:55:10 2011 +0100 Remove some cruft after the surgery that split Cogl out of tree. clutter/Makefile.am | 33 ++++++++++----------------------- - 1 files changed, 10 insertions(+), 23 deletions(-) + 1 file changed, 10 insertions(+), 23 deletions(-) commit 96ac597272d30d7ae0033cdcde0ac5376655a6bb Author: Emmanuele Bassi @@ -5841,7 +5841,7 @@ Date: Fri May 6 16:44:40 2011 +0100 docs: Fix README.md to match README.in README.md | 7 +------ - 1 files changed, 1 insertions(+), 6 deletions(-) + 1 file changed, 1 insertion(+), 6 deletions(-) commit 589c80e41e4febc981cb2218c8f6eaf1b8c33157 Author: Robert Bragg @@ -5857,8 +5857,8 @@ Date: Fri May 6 14:55:05 2011 +0100 it's more concise to use Cairo here which is a hard dependency for Clutter this change means we avoid depending on GdkPixbuf directly. - README.in | 4 - - clutter/clutter-script.c | 4 - + README.in | 4 -- + clutter/clutter-script.c | 4 -- configure.ac | 2 - tests/interactive/test-pixmap.c | 119 +++++++++++---------------------------- 4 files changed, 33 insertions(+), 96 deletions(-) @@ -6137,7 +6137,7 @@ Date: Thu May 5 20:56:44 2011 +0100 clutter/glx/clutter-glx-texture-pixmap.c | 4 - clutter/wayland/clutter-backend-wayland.c | 16 +- clutter/x11/clutter-x11-texture-pixmap.c | 6 +- - configure.ac | 373 +-- + configure.ac | 373 +- doc/reference/Makefile.am | 4 +- doc/reference/cogl/Makefile.am | 151 - doc/reference/cogl/blend-strings.xml | 129 - @@ -6165,8 +6165,8 @@ Date: Tue Apr 12 17:01:51 2011 +0100 https://bugzilla.gnome.org/show_bug.cgi?id=647875 - clutter/clutter-stage.c | 65 ++++++++++++---------------------------------- - 1 files changed, 17 insertions(+), 48 deletions(-) + clutter/clutter-stage.c | 65 +++++++++++++---------------------------------- + 1 file changed, 17 insertions(+), 48 deletions(-) commit 3a071a4787c614144579e080f0d9b545e256a4ad Author: Emmanuele Bassi @@ -6192,7 +6192,7 @@ Date: Thu May 5 19:26:47 2011 +0200 Updated Spanish translation po/es.po | 54 +++++++++++++++++++++++++++++++----------------------- - 1 files changed, 31 insertions(+), 23 deletions(-) + 1 file changed, 31 insertions(+), 23 deletions(-) commit 6d9458debb9eaa7db6750f5eb35c9f322c0b8b7e Author: Neil Roberts @@ -6207,7 +6207,7 @@ Date: Wed Mar 30 16:39:38 2011 +0100 clutter/cogl/cogl/cogl-debug.c | 1 + clutter/cogl/cogl/cogl-debug.h | 1 + clutter/cogl/pango/cogl-pango-glyph-cache.c | 3 +++ - 4 files changed, 11 insertions(+), 0 deletions(-) + 4 files changed, 11 insertions(+) commit 77cd2ca08ed9633e92528b34804046bf47586259 Author: Neil Roberts @@ -6224,7 +6224,7 @@ Date: Wed Mar 30 16:33:04 2011 +0100 to CLAMP_TO_EDGE on its pipeline. clutter/cogl/cogl/cogl-pipeline.c | 29 ++++++++++++++++++++++++++--- - 1 files changed, 26 insertions(+), 3 deletions(-) + 1 file changed, 26 insertions(+), 3 deletions(-) commit 41e464fc9e04faa089f6ece6b15c2e67afd0450e Author: Neil Roberts @@ -6259,7 +6259,7 @@ Date: Fri Feb 26 12:38:22 2010 +0000 the material during a paint run. clutter/cogl/pango/Makefile.am | 16 +- - clutter/cogl/pango/cogl-pango-display-list.c | 68 +++++---- + clutter/cogl/pango/cogl-pango-display-list.c | 68 ++++---- clutter/cogl/pango/cogl-pango-display-list.h | 7 +- clutter/cogl/pango/cogl-pango-pipeline-cache.c | 211 ++++++++++++++++++++++++ clutter/cogl/pango/cogl-pango-pipeline-cache.h | 53 ++++++ @@ -6279,7 +6279,7 @@ Date: Mon Feb 22 16:40:49 2010 +0000 batching. Instead it now still reserves an entry in the cache but leaves the texture as COGL_INVALID_HANDLE. - clutter/cogl/pango/cogl-pango-glyph-cache.c | 39 ++++++++++++++++---------- + clutter/cogl/pango/cogl-pango-glyph-cache.c | 39 ++++++++++++++++----------- clutter/cogl/pango/cogl-pango-render.c | 7 ++++- 2 files changed, 30 insertions(+), 16 deletions(-) @@ -6295,7 +6295,7 @@ Date: Thu May 5 16:09:22 2011 +0100 have primitive textures in it. clutter/cogl/pango/cogl-pango-display-list.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 9cb45144a89e03baa746fa62ccd5972378baee08 Author: Neil Roberts @@ -6310,7 +6310,7 @@ Date: Wed Mar 30 13:48:34 2011 +0100 atlas are sharing the same texture and combine them into one VBO. clutter/cogl/pango/cogl-pango-render.c | 62 ++++++++++++++++++++++++++------ - 1 files changed, 51 insertions(+), 11 deletions(-) + 1 file changed, 51 insertions(+), 11 deletions(-) commit 22649b810f3247c2affc7ac18e8ebe23e219b4ba Author: Neil Roberts @@ -6323,7 +6323,7 @@ Date: Wed Mar 30 13:46:46 2011 +0100 cogl-bitmap.h clutter/cogl/cogl/cogl-bitmap-private.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d0a615e17b0aa32f20cc7c1d4e0ab97193f85195 Author: Neil Roberts @@ -6337,7 +6337,7 @@ Date: Wed Mar 30 12:56:09 2011 +0100 of reorganisation of the glyph cache. clutter/cogl/pango/cogl-pango-glyph-cache.c | 36 +++++++++++++++++++++------ - 1 files changed, 28 insertions(+), 8 deletions(-) + 1 file changed, 28 insertions(+), 8 deletions(-) commit 241c3c0d43ef562fa8d04b6cac1848fad6ba2a29 Author: Neil Roberts @@ -6350,11 +6350,11 @@ Date: Wed Mar 30 12:53:50 2011 +0100 reorganized. The callback is global and is not tied to any particular atlas texture. - clutter/cogl/cogl/cogl-atlas-texture-private.h | 8 +++++ + clutter/cogl/cogl/cogl-atlas-texture-private.h | 8 ++++++ clutter/cogl/cogl/cogl-atlas-texture.c | 36 ++++++++++++++++++++++++ clutter/cogl/cogl/cogl-context-private.h | 1 + - clutter/cogl/cogl/cogl-context.c | 2 + - 4 files changed, 47 insertions(+), 0 deletions(-) + clutter/cogl/cogl/cogl-context.c | 2 ++ + 4 files changed, 47 insertions(+) commit e3c57941bddd8d77947f8de23661d061aaaed78e Author: Neil Roberts @@ -6369,7 +6369,7 @@ Date: Thu Feb 18 17:35:14 2010 +0000 glyph cache. clutter/cogl/pango/cogl-pango-glyph-cache.c | 139 ++++++++++++++++++++------- - 1 files changed, 102 insertions(+), 37 deletions(-) + 1 file changed, 102 insertions(+), 37 deletions(-) commit 9aaaee03085d709db930f56333c204672d32d81d Author: Neil Roberts @@ -6402,7 +6402,7 @@ Date: Thu Feb 18 15:04:06 2010 +0000 textures in it so this commit can be reverted. clutter/cogl/pango/cogl-pango-display-list.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 51eec9bf53eec923504e7cf0392d3c15f545bd3e Author: Neil Roberts @@ -6416,7 +6416,7 @@ Date: Thu Feb 18 14:30:44 2010 +0000 clutter/cogl/pango/cogl-pango-glyph-cache.c | 2 +- clutter/cogl/pango/cogl-pango-glyph-cache.h | 2 +- - clutter/cogl/pango/cogl-pango-render.c | 77 ++++++++++++++++++-------- + clutter/cogl/pango/cogl-pango-render.c | 77 ++++++++++++++++++--------- 3 files changed, 55 insertions(+), 26 deletions(-) commit 4d3bf09e60af216774d5b1ec118f420ee0b7137b @@ -6481,7 +6481,7 @@ Date: Wed May 4 00:16:50 2011 +0100 postfix to clarify that it is an experimental symbol. clutter/cogl/cogl/cogl-framebuffer.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 06c64adb5762fb3f1691b0404a264063914f2bde Author: Robert Bragg @@ -6493,7 +6493,7 @@ Date: Tue May 3 21:00:00 2011 +0100 cogl-winsys-private.h to avoid compilation warnings. clutter/cogl/cogl/winsys/cogl-winsys-private.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 89fd655a9e22f508e2a402d2020fbe0aef3669b0 Author: Robert Bragg @@ -6507,7 +6507,7 @@ Date: Tue Apr 19 17:48:40 2011 +0100 reference that when linking cogl-pango. clutter/cogl/pango/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f2cd2d8be847681d81a3864e2ac3fee2917a273c Author: Robert Bragg @@ -6522,7 +6522,7 @@ Date: Tue Apr 19 17:47:57 2011 +0100 if a substitution isn't made. clutter/cogl/configure.ac | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a8e497e6473ded5c62688b4323b3131bc33b9426 Author: Robert Bragg @@ -6534,8 +6534,8 @@ Date: Tue Apr 19 17:45:26 2011 +0100 checks for opengl and can add appropriate flags to COGL_EXTRA_{LD,C}FLAGS. - clutter/cogl/configure.ac | 47 +++++++++++++++++++++++++++++++++++++------- - 1 files changed, 39 insertions(+), 8 deletions(-) + clutter/cogl/configure.ac | 47 +++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 39 insertions(+), 8 deletions(-) commit 2303e4d60332139584bdd31ed7896af33e97388f Author: Robert Bragg @@ -6549,7 +6549,7 @@ Date: Tue Apr 19 17:42:48 2011 +0100 opengl not if we are using gles. clutter/cogl/configure.ac | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 8bde73529f8d08ad9cc9b64df482ec93fd5ed804 Author: Robert Bragg @@ -6563,7 +6563,7 @@ Date: Tue Apr 19 17:40:57 2011 +0100 reference that when linking cogl. clutter/cogl/cogl/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a3d06c55c99317e6193c56742d21c6930fbb340 Author: Robert Bragg @@ -6579,9 +6579,9 @@ Date: Mon Apr 18 17:45:36 2011 +0100 clutter/cogl/cogl/Makefile.am | 8 +----- clutter/cogl/cogl/winsys/cogl-winsys-osx.c | 35 -------------------------- - clutter/cogl/cogl/winsys/cogl-winsys-stub.c | 5 +++ + clutter/cogl/cogl/winsys/cogl-winsys-stub.c | 5 ++++ clutter/cogl/cogl/winsys/cogl-winsys-win32.c | 35 -------------------------- - clutter/cogl/configure.ac | 6 +--- + clutter/cogl/configure.ac | 6 +---- clutter/win32/clutter-backend-win32.c | 2 +- 6 files changed, 8 insertions(+), 83 deletions(-) @@ -6598,8 +6598,8 @@ Date: Mon Apr 18 17:35:15 2011 +0100 can look at putting the fix in some more appropriate place than cogl-gl.c - clutter/cogl/cogl/driver/gl/cogl-gl.c | 37 +++----------------------------- - 1 files changed, 4 insertions(+), 33 deletions(-) + clutter/cogl/cogl/driver/gl/cogl-gl.c | 37 ++++----------------------------- + 1 file changed, 4 insertions(+), 33 deletions(-) commit 723e5de4b6390067b2e5af764cefae45392345cd Author: Robert Bragg @@ -6617,7 +6617,7 @@ Date: Mon Apr 18 17:17:21 2011 +0100 clutter/cogl/configure.ac | 33 ++++++++++++++++++++++++++++++++- configure.ac | 3 +++ - 2 files changed, 35 insertions(+), 1 deletions(-) + 2 files changed, 35 insertions(+), 1 deletion(-) commit 799caeb588973ea4b64003efc31c9853a05d8f73 Author: Robert Bragg @@ -6636,7 +6636,7 @@ Date: Mon Apr 18 16:26:17 2011 +0100 functions and we'll have to change these semantics. clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 27770b913fa830140093347b919eb385c74694ec Author: Robert Bragg @@ -6649,7 +6649,7 @@ Date: Mon Apr 18 15:57:32 2011 +0100 substituted into the public cogl-defines.h header. clutter/cogl/configure.ac | 12 +++--------- - 1 files changed, 3 insertions(+), 9 deletions(-) + 1 file changed, 3 insertions(+), 9 deletions(-) commit c2631b2bf7372c3488c04c5c25479a29ab234fd5 Author: Robert Bragg @@ -6658,7 +6658,7 @@ Date: Tue Apr 12 18:50:54 2011 +0100 add missing Cogl bits to .gitignore .gitignore | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 136cf1b2d6cdb37734b2369991b748344190a3dd Author: Robert Bragg @@ -6670,7 +6670,7 @@ Date: Mon Apr 18 13:07:21 2011 +0100 ./configure so it should be added to automake's BUILT_SOURCES variable. clutter/Makefile.am | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 825a51b89899c8ced9f5b1056ce8f4a06fcdc48e Author: Robert Bragg @@ -6691,7 +6691,7 @@ Date: Thu Mar 17 19:32:54 2011 +0000 clutter/cogl/examples/hello.c | 47 ++++++++++++ clutter/cogl/examples/x11-foreign.c | 136 +++++++++++++++++++++++++++++++++++ configure.ac | 1 + - 6 files changed, 217 insertions(+), 1 deletions(-) + 6 files changed, 217 insertions(+), 1 deletion(-) commit 1c502fbbc85429e1108768fc92da4d6913ffbc42 Author: Robert Bragg @@ -6731,7 +6731,7 @@ Date: Fri Mar 4 12:50:39 2011 +0000 clutter/cogl/cogl/cogl-swap-chain.h | 5 + clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 131 ++++++++++++++++++++++++++- clutter/cogl/configure.ac | 2 +- - clutter/egl/clutter-backend-egl.c | 12 ++-- + clutter/egl/clutter-backend-egl.c | 12 +-- configure.ac | 18 ++-- 11 files changed, 189 insertions(+), 19 deletions(-) @@ -6745,7 +6745,7 @@ Date: Wed Mar 2 11:02:50 2011 +0000 them when building with OpenGL. clutter/cogl/cogl/cogl.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit fd42800d008e9153926916e35d0d8927488ff362 Author: Robert Bragg @@ -6760,7 +6760,7 @@ Date: Mon Apr 18 16:24:51 2011 +0100 clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 1 + clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 1 + clutter/cogl/cogl/winsys/cogl-winsys-private.h | 2 ++ - 4 files changed, 12 insertions(+), 0 deletions(-) + 4 files changed, 12 insertions(+) commit 75e6d734c1b831e11831270d1777b84b689dca6a Author: Robert Bragg @@ -6775,14 +6775,14 @@ Date: Fri Feb 25 11:29:08 2011 +0000 clutter/cogl/cogl/cogl-clutter.c | 8 +- clutter/cogl/cogl/cogl-context-private.h | 3 + - clutter/cogl/cogl/cogl-context.c | 19 ++- - clutter/cogl/cogl/cogl-display.c | 14 ++- - clutter/cogl/cogl/cogl-framebuffer.c | 71 ++++++-- + clutter/cogl/cogl/cogl-context.c | 19 +- + clutter/cogl/cogl/cogl-display.c | 14 +- + clutter/cogl/cogl/cogl-framebuffer.c | 71 +++++-- clutter/cogl/cogl/cogl-renderer-private.h | 2 + clutter/cogl/cogl/cogl-renderer.c | 76 +++++++- clutter/cogl/cogl/cogl.c | 9 + clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 42 ++++- - clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 162 +++++++++-------- + clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 162 ++++++++-------- clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 194 +++++++++++++------- clutter/cogl/cogl/winsys/cogl-winsys-private.h | 122 ++++++------ 12 files changed, 482 insertions(+), 240 deletions(-) @@ -6830,7 +6830,7 @@ Date: Fri Feb 25 00:31:41 2011 +0000 clutter/cogl/cogl/winsys/cogl-winsys-private.h | 5 + clutter/egl/clutter-backend-cex100.c | 369 ------- clutter/egl/clutter-backend-cex100.h | 60 -- - clutter/egl/clutter-backend-egl.c | 765 ++++----------- + clutter/egl/clutter-backend-egl.c | 765 ++++---------- clutter/egl/clutter-backend-egl.h | 57 +- clutter/egl/clutter-stage-egl.c | 232 +++-- clutter/egl/clutter-stage-egl.h | 4 +- @@ -6854,7 +6854,7 @@ Date: Fri Feb 25 00:49:07 2011 +0000 clutter/cogl/cogl/Makefile.am | 5 ----- clutter/cogl/configure.ac | 1 - configure.ac | 8 -------- - 3 files changed, 0 insertions(+), 14 deletions(-) + 3 files changed, 14 deletions(-) commit d8e7f8f210650dbea0693b85dd4dea438530dc6e Author: Daniel Mustieles @@ -6863,7 +6863,7 @@ Date: Wed May 4 22:41:43 2011 +0200 Updated Spanish translation po/es.po | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 1ca5055184f19c4ed51401336176e9e17ffb87aa Author: Daniel Mustieles @@ -6872,7 +6872,7 @@ Date: Wed May 4 22:41:04 2011 +0200 Updated Spanish translation po/es.po | 55 ++++++++++++++++++++++++++++--------------------------- - 1 files changed, 28 insertions(+), 27 deletions(-) + 1 file changed, 28 insertions(+), 27 deletions(-) commit 8804e9c453e914062968b4e25e8acd17b6fec97a Author: Daniel Mustieles @@ -6881,7 +6881,7 @@ Date: Tue May 3 23:00:04 2011 +0200 Updated Spanish translation po/es.po | 52 +++++++++++++++++++++++++++------------------------- - 1 files changed, 27 insertions(+), 25 deletions(-) + 1 file changed, 27 insertions(+), 25 deletions(-) commit 462dd088616d8c0330cb3c0fe2b7adfa46b87c93 Author: Daniel Mustieles @@ -6889,8 +6889,8 @@ Date: Mon May 2 12:10:34 2011 +0200 Updated Spanish translation - po/es.po | 66 +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 38 insertions(+), 28 deletions(-) + po/es.po | 66 ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 38 insertions(+), 28 deletions(-) commit 07a52fbc3af93cad0c171c6c1543498aea2e86e0 Author: Daniel Mustieles @@ -6899,7 +6899,7 @@ Date: Fri Apr 29 19:48:28 2011 +0200 Updated Spanish translation po/es.po | 54 +++++++++++++++++++++++++++--------------------------- - 1 files changed, 27 insertions(+), 27 deletions(-) + 1 file changed, 27 insertions(+), 27 deletions(-) commit f188ecf1726ee599acb55cf248445b3394084d58 Author: Daniel Mustieles @@ -6908,7 +6908,7 @@ Date: Thu Apr 28 20:40:46 2011 +0200 Updated Spanish translation po/es.po | 68 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 34 insertions(+), 34 deletions(-) + 1 file changed, 34 insertions(+), 34 deletions(-) commit 73064e569f337dc03ba0243f7eb8acc99b0d40b7 Author: Daniel Mustieles @@ -6917,7 +6917,7 @@ Date: Mon Apr 25 22:49:42 2011 +0200 Updated Spanish translation po/es.po | 64 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 32 insertions(+), 32 deletions(-) + 1 file changed, 32 insertions(+), 32 deletions(-) commit c383fdeeaec684f0eda404c04d188e7ad735f1d0 Author: Neil Roberts @@ -6929,7 +6929,7 @@ Date: Thu Apr 21 16:44:15 2011 +0100 context->stub_winsys which sometimes made it crash later on. clutter/cogl/cogl/cogl-context.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit afdb869c36b081fd74ff005dc32a3f0001dda5bc Author: Mario Blättermann @@ -6937,8 +6937,8 @@ Date: Wed Apr 20 23:13:26 2011 +0200 [l10n] Updated German translation - po/de.po | 517 ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 271 insertions(+), 246 deletions(-) + po/de.po | 517 ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 271 insertions(+), 246 deletions(-) commit b5279ed027a5b3891a5888124b07f5a40c5a4fec Author: Neil Roberts @@ -6951,7 +6951,7 @@ Date: Wed Apr 20 18:43:02 2011 +0100 was breaking builds for backends using the stub winsys. clutter/cogl/cogl/winsys/cogl-winsys-stub.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 66f22cfd6038c2b7cb1ff3462e9b03dc782bc302 Author: Neil Roberts @@ -6967,7 +6967,7 @@ Date: Wed Apr 20 17:50:38 2011 +0100 we ever added any other framebuffer types. clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 49233af4658dd742fa3cc8e79455311710862d22 Author: Neil Roberts @@ -6980,7 +6980,7 @@ Date: Wed Apr 20 11:10:54 2011 +0100 twice. This wasn't the case for the reference to the Cogl context. clutter/glx/clutter-backend-glx.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit b061f73702b658ec40e174d1cfe2d0c8efa2108d Author: Neil Roberts @@ -7014,14 +7014,14 @@ Date: Fri Apr 15 15:39:14 2011 +0100 CoglContext. clutter/cogl/cogl/Makefile.am | 1 + - clutter/cogl/cogl/cogl-bitmask.h | 4 + + clutter/cogl/cogl/cogl-bitmask.h | 4 ++ clutter/cogl/cogl/cogl-context-private.h | 4 +- clutter/cogl/cogl/cogl-context.c | 4 +- clutter/cogl/cogl/cogl-debug.c | 4 +- - clutter/cogl/cogl/cogl-debug.h | 23 ++------ + clutter/cogl/cogl/cogl-debug.h | 23 ++----- clutter/cogl/cogl/cogl-flags.h | 89 ++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-types.h | 6 +- - clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 36 ++++++------ + clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 36 +++++------ 9 files changed, 126 insertions(+), 45 deletions(-) commit d5022054eb615394062ffd2338e2915b436796c5 @@ -7052,10 +7052,10 @@ Date: Wed Apr 13 16:41:41 2011 +0100 clutter/cogl/cogl/cogl-renderer.h | 86 ++++++++++--------- clutter/cogl/cogl/cogl-types.h | 39 +++++---- clutter/cogl/cogl/cogl-xlib-private.h | 10 +-- - clutter/cogl/cogl/cogl-xlib.c | 86 ++++---------------- + clutter/cogl/cogl/cogl-xlib.c | 86 ++++--------------- clutter/cogl/cogl/cogl-xlib.h | 2 +- clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 9 +- - clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 23 +++--- + clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 23 ++--- clutter/x11/clutter-backend-x11.c | 6 +- 12 files changed, 190 insertions(+), 245 deletions(-) @@ -7066,7 +7066,7 @@ Date: Mon Apr 18 16:24:27 2011 +0100 evdev: Remove unused variable clutter/evdev/clutter-device-manager-evdev.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 1b17ca5d8f853eef8cd45c6a777da5867922bdeb Author: Emmanuele Bassi @@ -7075,7 +7075,7 @@ Date: Mon Apr 18 15:53:25 2011 +0100 cogl/glx: Silence a compiler warning clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 57ebce8039c0d82b144c6753246dcb0c6308a844 Author: Emmanuele Bassi @@ -7112,7 +7112,7 @@ Date: Sat Apr 16 10:22:01 2011 +0100 it's a Rainy Day Project(tm)... clutter/clutter-animation.c | 37 ++++++++++++++++++++++++------------- - 1 files changed, 24 insertions(+), 13 deletions(-) + 1 file changed, 24 insertions(+), 13 deletions(-) commit b01cbbb8c3cb9d7400577a95eafac13fce04cf36 Author: Emmanuele Bassi @@ -7124,7 +7124,7 @@ Date: Fri Apr 15 13:43:15 2011 +0100 name. clutter/clutter-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a5315de133d4fa47200ff89827c8ebee3add656a Author: Emmanuele Bassi @@ -7136,7 +7136,7 @@ Date: Fri Apr 15 13:42:45 2011 +0100 clutter/clutter-actor-meta-private.h | 2 ++ clutter/clutter-actor-meta.c | 17 +++++++++++++++++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit bc2c7867544dd80c0d848cd32fce4e9ec70b9a09 Author: Daniel Mustieles @@ -7145,7 +7145,7 @@ Date: Thu Apr 14 19:19:14 2011 +0200 Updated Spanish translation po/es.po | 60 +++++++++++++++++++++++++----------------------------------- - 1 files changed, 25 insertions(+), 35 deletions(-) + 1 file changed, 25 insertions(+), 35 deletions(-) commit e467ad5ad18466e06be43fe36afcd65dfbf7d1c8 Author: Emmanuele Bassi @@ -7171,7 +7171,7 @@ Date: Thu Apr 14 15:44:22 2011 +0100 keeps running. clutter/glx/clutter-stage-glx.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 94c30a4f675380d7b57580ae3deb34ecca4ea376 Author: Emmanuele Bassi @@ -7196,7 +7196,7 @@ Date: Thu Apr 14 15:43:19 2011 +0100 X11 Window is managed by Cogl, now. clutter/x11/clutter-stage-x11.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit b80d5c81429097ede587906ce1b314a38af80012 Author: James Athey @@ -7208,8 +7208,8 @@ Date: Mon Apr 11 14:26:45 2011 -0400 GL_IMG_TEXTURE_NPOT extension instead of the functionally-equivalent GL_OES_TEXTURE_NPOT extension. - .../cogl/driver/gles/cogl-feature-functions-gles.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + clutter/cogl/cogl/driver/gles/cogl-feature-functions-gles.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3d3ae619c6a764e6276d37771c32aafef5d92a0e Author: James Athey @@ -7220,7 +7220,7 @@ Date: Tue Apr 12 11:33:58 2011 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2631 clutter/evdev/clutter-device-manager-evdev.c | 33 +++++++++++--------------- - 1 files changed, 14 insertions(+), 19 deletions(-) + 1 file changed, 14 insertions(+), 19 deletions(-) commit aa4ff0b90f38a5d578daaafea3ce0f5173eb264a Author: James Athey @@ -7231,7 +7231,7 @@ Date: Tue Apr 12 11:32:43 2011 -0400 http://bugzilla.clutter-project.org/show_bug.cgi?id=2631 clutter/evdev/clutter-device-manager-evdev.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit a5fd1612f5984b1a2cb3f3fd535b1b8777180397 Author: Emmanuele Bassi @@ -7240,7 +7240,7 @@ Date: Tue Apr 12 21:02:14 2011 +0100 Silence another compiler warning clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 6277c3d5a326f407b9ee4573f035a1c2dc6f4b73 Author: Emmanuele Bassi @@ -7249,7 +7249,7 @@ Date: Tue Apr 12 20:35:31 2011 +0100 Silence the compiler by removing unused variables clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit 6aafb7d3de95cd90f7f7273265edc84d4d91e7c1 Author: Emmanuele Bassi @@ -7262,7 +7262,7 @@ Date: Tue Apr 12 20:28:36 2011 +0100 versions of Mesa that do not expose that extension. clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 4f333e0e5d57b5c28b8006cc35787ef3ffe5f783 Author: Matej Urbančič @@ -7271,7 +7271,7 @@ Date: Tue Apr 12 21:17:29 2011 +0200 Updated Slovenian translation po/sl.po | 395 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 199 insertions(+), 196 deletions(-) + 1 file changed, 199 insertions(+), 196 deletions(-) commit cf3bb00b08608d243e5cb5e37c304a7cacb36c3c Author: Matej Urbančič @@ -7280,7 +7280,7 @@ Date: Tue Apr 12 21:10:23 2011 +0200 Updated Slovenian translation po/sl.po | 253 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 107 insertions(+), 146 deletions(-) + 1 file changed, 107 insertions(+), 146 deletions(-) commit 6f4fb303393ca7040b434e311341e1331edb59d7 Author: Daniel Mustieles @@ -7289,7 +7289,7 @@ Date: Tue Apr 12 21:05:10 2011 +0200 Updated Spanish translation po/es.po | 402 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 201 insertions(+), 201 deletions(-) + 1 file changed, 201 insertions(+), 201 deletions(-) commit ae86da63ac81d89816106bee12b7b9836afa613b Author: Emmanuele Bassi @@ -7298,7 +7298,7 @@ Date: Tue Apr 12 17:53:24 2011 +0100 README.md: Fix all the links to Bugzilla README.md | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 267de48c1ee585d2f4607f252315b3677746f5b8 Author: Emmanuele Bassi @@ -7323,7 +7323,7 @@ Date: Tue Apr 12 17:00:08 2011 +0100 Make gcc not complain about it. clutter/glx/clutter-stage-glx.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 15e57c13a391dc914c96a929b8d7303cce90a70c Author: Marek Černocký @@ -7332,7 +7332,7 @@ Date: Mon Apr 11 23:38:49 2011 +0200 Updated Czech translation po/cs.po | 396 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 200 insertions(+), 196 deletions(-) + 1 file changed, 200 insertions(+), 196 deletions(-) commit 9dc1febb9228ed675fd472e453d903ced2df1325 Author: Daniel Mustieles @@ -7340,8 +7340,8 @@ Date: Mon Apr 11 20:58:43 2011 +0200 Updated Spanish translation - po/es.po | 74 +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 35 insertions(+), 39 deletions(-) + po/es.po | 74 +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 35 insertions(+), 39 deletions(-) commit 6f69f7769f4c086878b6139c428120796ad5d81f Author: Robert Bragg @@ -7382,7 +7382,7 @@ Date: Thu Feb 24 12:05:15 2011 +0000 clutter/cogl/cogl/winsys/cogl-winsys-fruity.c | 35 -- clutter/cogl/configure.ac | 2 - clutter/fruity/clutter-backend-fruity.c | 302 ----------------- - clutter/fruity/clutter-backend-fruity.h | 93 ----- + clutter/fruity/clutter-backend-fruity.h | 93 ------ clutter/fruity/clutter-fruity.c | 443 ------------------------- clutter/fruity/clutter-fruity.h | 53 --- clutter/fruity/clutter-stage-fruity.c | 259 --------------- @@ -7456,19 +7456,19 @@ Date: Thu Feb 10 02:32:11 2011 +0000 clutter/cogl/build/autotools/as-compiler-flag.m4 | 62 +++ clutter/cogl/build/autotools/as-linguas.m4 | 24 ++ clutter/cogl/build/autotools/introspection.m4 | 94 +++++ - clutter/cogl/cogl/Makefile.am | 96 ++++-- + clutter/cogl/cogl/Makefile.am | 96 +++-- clutter/cogl/cogl/cogl-1.0-clutter.pc.in | 17 + clutter/cogl/cogl/cogl-1.0.pc.in | 13 + clutter/cogl/cogl/cogl.pc.in | 18 +- clutter/cogl/configure.ac | 462 ++++++++++++++++++++++ - clutter/cogl/pango/Makefile.am | 27 ++- + clutter/cogl/pango/Makefile.am | 27 +- clutter/cogl/po/ChangeLog | 12 + clutter/cogl/po/Makevars | 41 ++ clutter/cogl/po/POTFILES.in | 1 + clutter/cogl/po/Rules-quot | 47 +++ clutter/cogl/po/boldquot.sed | 10 + clutter/cogl/po/en@boldquot.header | 25 ++ - clutter/cogl/po/en@quot.header | 22 + + clutter/cogl/po/en@quot.header | 22 ++ clutter/cogl/po/insert-header.sin | 23 ++ clutter/cogl/po/quot.sed | 6 + clutter/cogl/po/remove-potcdate.sin | 19 + @@ -7505,9 +7505,9 @@ Date: Fri Nov 5 12:28:33 2010 +0000 clutter/cogl/cogl/cogl-feature-private.c | 5 +- clutter/cogl/cogl/cogl-feature-private.h | 20 +- clutter/cogl/cogl/cogl-framebuffer-private.h | 39 +- - clutter/cogl/cogl/cogl-framebuffer.c | 235 ++++- + clutter/cogl/cogl/cogl-framebuffer.c | 235 +++- clutter/cogl/cogl/cogl-framebuffer.h | 109 ++ - clutter/cogl/cogl/cogl-internal.h | 102 +-- + clutter/cogl/cogl/cogl-internal.h | 102 +- clutter/cogl/cogl/cogl-journal-private.h | 1 + clutter/cogl/cogl/cogl-private.h | 6 + clutter/cogl/cogl/cogl-renderer-glx-private.h | 61 + @@ -7515,7 +7515,7 @@ Date: Fri Nov 5 12:28:33 2010 +0000 clutter/cogl/cogl/cogl-renderer-xlib-private.h | 78 ++ clutter/cogl/cogl/cogl-renderer-xlib.c | 288 +++++ clutter/cogl/cogl/cogl-renderer.c | 23 + - clutter/cogl/cogl/cogl-types.h | 87 ++- + clutter/cogl/cogl/cogl-types.h | 87 +- clutter/cogl/cogl/cogl-util.c | 1 - clutter/cogl/cogl/cogl-xlib-private.h | 82 ++ clutter/cogl/cogl/cogl-xlib.c | 238 ++++ @@ -7537,9 +7537,9 @@ Date: Fri Nov 5 12:28:33 2010 +0000 clutter/cogl/cogl/winsys/cogl-winsys-xlib.c | 170 --- clutter/cogl/cogl/winsys/cogl-winsys-xlib.h | 66 - clutter/cogl/cogl/winsys/cogl-winsys.c | 36 + - clutter/glx/clutter-backend-glx.c | 654 ++--------- + clutter/glx/clutter-backend-glx.c | 654 ++-------- clutter/glx/clutter-backend-glx.h | 49 +- - clutter/glx/clutter-stage-glx.c | 385 ++----- + clutter/glx/clutter-stage-glx.c | 385 ++---- clutter/glx/clutter-stage-glx.h | 5 +- clutter/x11/clutter-backend-x11.c | 4 +- clutter/x11/clutter-stage-x11.c | 14 +- @@ -7647,15 +7647,15 @@ Date: Tue Feb 22 20:08:16 2011 +0000 consistent with other cogl source files. In particular private header files didn't have a '-private' infix. - clutter/cogl/cogl/Makefile.am | 22 ++-- - clutter/cogl/cogl/winsys/cogl-egl.c | 45 ----- + clutter/cogl/cogl/Makefile.am | 22 +-- + clutter/cogl/cogl/winsys/cogl-egl.c | 45 ------ clutter/cogl/cogl/winsys/cogl-fruity.c | 35 ---- clutter/cogl/cogl/winsys/cogl-glx.c | 78 --------- clutter/cogl/cogl/winsys/cogl-osx.c | 35 ---- clutter/cogl/cogl/winsys/cogl-sdl.c | 35 ---- clutter/cogl/cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- clutter/cogl/cogl/winsys/cogl-win32.c | 35 ---- - clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 45 +++++ + clutter/cogl/cogl/winsys/cogl-winsys-egl.c | 45 ++++++ clutter/cogl/cogl/winsys/cogl-winsys-fruity.c | 35 ++++ clutter/cogl/cogl/winsys/cogl-winsys-glx.c | 78 +++++++++ clutter/cogl/cogl/winsys/cogl-winsys-osx.c | 35 ++++ @@ -7687,9 +7687,9 @@ Date: Tue Feb 22 18:25:29 2011 +0000 clutter/cogl/cogl/cogl-clutter.c | 59 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-clutter.h | 47 ++++++++++++++++++++ clutter/cogl/cogl/cogl-framebuffer-private.h | 4 ++ - clutter/cogl/cogl/cogl-framebuffer.c | 9 +--- - clutter/cogl/cogl/cogl-private.h | 3 + - clutter/cogl/cogl/cogl.h | 3 - + clutter/cogl/cogl/cogl-framebuffer.c | 9 ++-- + clutter/cogl/cogl/cogl-private.h | 3 ++ + clutter/cogl/cogl/cogl.h | 3 -- clutter/egl/clutter-backend-egl.c | 4 +- clutter/wayland/clutter-backend-wayland.c | 8 ++-- clutter/win32/clutter-backend-win32.c | 2 +- @@ -7731,8 +7731,8 @@ Date: Thu Mar 10 22:05:03 2011 +0000 doesn't correspond to the stage. clutter/clutter-actor.c | 17 +++--- - clutter/clutter-stage-private.h | 4 + - clutter/clutter-stage-window.c | 20 ++++++ + clutter/clutter-stage-private.h | 4 ++ + clutter/clutter-stage-window.c | 20 +++++++ clutter/clutter-stage-window.h | 123 ++++++++++++++++++++------------------- clutter/clutter-stage.c | 32 ++++++++++ 5 files changed, 129 insertions(+), 67 deletions(-) @@ -7748,15 +7748,15 @@ Date: Thu Mar 10 21:33:31 2011 +0000 former is now also exposed as experimental API. clutter/clutter-actor.c | 2 +- - clutter/cogl/cogl/cogl-attribute.c | 8 ++-- + clutter/cogl/cogl/cogl-attribute.c | 8 ++--- clutter/cogl/cogl/cogl-clip-stack.c | 10 +++--- - clutter/cogl/cogl/cogl-clip-state.c | 12 +++--- + clutter/cogl/cogl/cogl-clip-state.c | 12 +++---- clutter/cogl/cogl/cogl-framebuffer-private.h | 5 +-- clutter/cogl/cogl/cogl-framebuffer.c | 24 +++++++------- clutter/cogl/cogl/cogl-journal.c | 10 +++--- clutter/cogl/cogl/cogl-matrix-stack.c | 2 +- - clutter/cogl/cogl/cogl-primitives.c | 4 +- - clutter/cogl/cogl/cogl-texture-2d.c | 4 +- + clutter/cogl/cogl/cogl-primitives.c | 4 +-- + clutter/cogl/cogl/cogl-texture-2d.c | 4 +-- clutter/cogl/cogl/cogl-texture.c | 2 +- clutter/cogl/cogl/cogl.c | 46 +++++++++++++------------- clutter/cogl/cogl/cogl.h | 5 ++- @@ -7775,8 +7775,8 @@ Date: Tue Feb 22 17:58:47 2011 +0000 reference back to the context in each CoglFramebuffer so in a lot of cases we can avoid using the _COGL_GET_CONTEXT macro. - clutter/cogl/cogl/cogl-framebuffer.c | 57 ++++++++++++++++++++------------- - 1 files changed, 34 insertions(+), 23 deletions(-) + clutter/cogl/cogl/cogl-framebuffer.c | 57 ++++++++++++++++++++-------------- + 1 file changed, 34 insertions(+), 23 deletions(-) commit 8177afae059ebc982a6945ad65d4e0d955eb3c14 Author: Robert Bragg @@ -7789,7 +7789,7 @@ Date: Tue Feb 22 17:30:54 2011 +0000 implementation was removed. clutter/cogl/cogl/cogl-internal.h | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit e381a159a7b978ec61fc9e3d3e555e651dab42bb Author: Robert Bragg @@ -7815,7 +7815,7 @@ Date: Tue Feb 22 17:13:56 2011 +0000 clutter/osx/clutter-stage-osx.c | 1 - clutter/wayland/clutter-stage-wayland.c | 2 -- clutter/win32/clutter-stage-win32.c | 5 +---- - 10 files changed, 1 insertions(+), 33 deletions(-) + 10 files changed, 1 insertion(+), 33 deletions(-) commit 47e93d4f7b5d58f6c7aa7e23950a53f80df629dc Author: Robert Bragg @@ -7956,7 +7956,7 @@ Date: Tue Mar 15 13:17:04 2011 +0000 _clutter_stage_get_picks_per_frame_counter. clutter/clutter-input-device.c | 3 +- - clutter/clutter-main.c | 270 +------------------------------ + clutter/clutter-main.c | 270 +----------------------------- clutter/clutter-private.h | 7 +- clutter/clutter-stage-private.h | 13 +- clutter/clutter-stage.c | 343 +++++++++++++++++++++++++++++++++------ @@ -7981,7 +7981,7 @@ Date: Tue Mar 15 10:23:41 2011 +0000 not as a partial intersection. clutter/clutter-paint-volume.c | 38 ++++++++++++++++---------------------- - 1 files changed, 16 insertions(+), 22 deletions(-) + 1 file changed, 16 insertions(+), 22 deletions(-) commit 151b80a83717776cd931bd953381539ea1b84853 Author: Marek Černocký @@ -7990,7 +7990,7 @@ Date: Thu Apr 7 18:28:06 2011 +0200 Czech translation po/cs.po | 2148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2148 insertions(+), 0 deletions(-) + 1 file changed, 2148 insertions(+) commit 161e64aae78bb9c5f26600f3310c1538dbed50f9 Author: Emmanuele Bassi @@ -7999,7 +7999,7 @@ Date: Thu Apr 7 15:07:43 2011 +0100 build: Fix typo in the docs URI variable name build/autotools/Makefile.am.release | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit b6fda77e58f638e3758cfe3e82f65707432244cc Author: Daniel Mustieles @@ -8008,7 +8008,7 @@ Date: Wed Apr 6 19:49:41 2011 +0200 Updated Spanish translation po/es.po | 2128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2128 insertions(+), 0 deletions(-) + 1 file changed, 2128 insertions(+) commit b36dde61939b270796ec6fd0df824cf1cd3ad514 Author: Neil Roberts @@ -8030,7 +8030,7 @@ Date: Wed Apr 6 15:24:33 2011 +0100 cache needs to work in situations where there is no FBO support. clutter/cogl/pango/cogl-pango-glyph-cache.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9b4a4e3f98b7299d29cb1ffd20770fa4a0203786 Author: Christian Kirbach @@ -8039,7 +8039,7 @@ Date: Tue Apr 5 21:17:03 2011 +0200 [l10n] Updated German translation po/de.po | 1681 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 838 insertions(+), 843 deletions(-) + 1 file changed, 838 insertions(+), 843 deletions(-) commit 36528d3af06e88ac07a4721f416d9447855b2643 Author: Neil Roberts @@ -8057,7 +8057,7 @@ Date: Tue Apr 5 17:30:29 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2588 clutter/cogl/cogl/cogl-pipeline.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit e625be6c96a1274e4978bdbf44d0c707214edb38 Author: Robert Bragg @@ -8080,7 +8080,7 @@ Date: Tue Apr 5 17:01:24 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2588 clutter/cogl/cogl/cogl-pipeline.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 280165333d7928f7dff912ac945f30f38aab14bc Author: Emmanuele Bassi @@ -8094,7 +8094,7 @@ Date: Tue Apr 5 11:24:03 2011 +0100 • List all download URIs for the tarballs build/autotools/Makefile.am.release | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 144aa4d9bac14e24e7316138653eb19251a34e9e Author: Emmanuele Bassi @@ -8103,7 +8103,7 @@ Date: Mon Apr 4 23:16:46 2011 +0100 build: Fix remote docs URI in the release-message build/autotools/Makefile.am.release | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit b8047b5471251a4bba5a410d3d5a003461c45d26 Author: Emmanuele Bassi @@ -8116,7 +8116,7 @@ Date: Mon Apr 4 22:34:10 2011 +0100 a pretty evil sed incantation, courtesy of Neil Roberts. build/autotools/Makefile.am.release | 40 +++++++++++++++++++++++++++++++++++ - 1 files changed, 40 insertions(+), 0 deletions(-) + 1 file changed, 40 insertions(+) commit 42508e60917bcf12f20d5e49c5b192a30e985044 Author: Emmanuele Bassi @@ -8127,7 +8127,7 @@ Date: Mon Apr 4 22:33:31 2011 +0100 Use AC_PROG_SED to find sed in a portable way. configure.ac | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c2176c778a1d6bbb5480a99165190fc47215683a Author: Emmanuele Bassi @@ -8139,7 +8139,7 @@ Date: Mon Apr 4 15:33:24 2011 +0100 blame^Wmaintainership. clutter.doap | 28 +++++++++++++++++++++++----- - 1 files changed, 23 insertions(+), 5 deletions(-) + 1 file changed, 23 insertions(+), 5 deletions(-) commit 6aa0919ba63ca7a05f5690e9e475f665f4a52a6b Author: Emmanuele Bassi @@ -8148,7 +8148,7 @@ Date: Mon Apr 4 15:11:20 2011 +0100 build: Fix typo in Makefile.am.release build/autotools/Makefile.am.release | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 02d14ec15cf5a41aca3208e8d5bce7dab8dd1fe4 Author: Emmanuele Bassi @@ -8164,7 +8164,7 @@ Date: Mon Apr 4 14:42:36 2011 +0100 http://bugzilla.clutter-project.org/show_bug.cgi?id=2620 clutter/cogl/cogl/cogl-framebuffer.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 28c0a4d6be52519a67b268c3e1de5f1aaca0f2e4 Author: Emmanuele Bassi @@ -8176,7 +8176,7 @@ Date: Sat Apr 2 22:36:38 2011 +0100 failure and other badness when we destroy the stage. clutter/osx/clutter-stage-osx.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 130c79ac03225ccc5d4e8c63caa1682058582513 Author: Robert Bragg @@ -8207,7 +8207,7 @@ Date: Fri Apr 1 18:36:56 2011 +0100 Thanks to Owen Taylor and Alexander Larsson for reporting the problem. clutter/glx/clutter-stage-glx.c | 24 +++++++++++++++++++++++- - 1 files changed, 23 insertions(+), 1 deletions(-) + 1 file changed, 23 insertions(+), 1 deletion(-) commit ca6e7f8afafb185c293f762f696c7ea3295c0e3a Author: Andrej Žnidaršič @@ -8216,7 +8216,7 @@ Date: Fri Apr 1 18:57:01 2011 +0200 Updated Slovenian translation po/sl.po | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 53368d127a26e96d126b0d08b144ea889489a6fb Author: Andrej Žnidaršič @@ -8225,7 +8225,7 @@ Date: Fri Apr 1 18:50:58 2011 +0200 Updated Slovenian translation po/sl.po | 1281 ++++++++++++++++++++++---------------------------------------- - 1 files changed, 454 insertions(+), 827 deletions(-) + 1 file changed, 454 insertions(+), 827 deletions(-) commit 4594d1bafe835d1fa68e04564528a497d259d7dc Author: Samuel Degrande @@ -8251,7 +8251,7 @@ Date: Fri Apr 1 16:31:49 2011 +0100 build: Update the release rules build/autotools/Makefile.am.release | 27 +++++++++++++++------------ - 1 files changed, 15 insertions(+), 12 deletions(-) + 1 file changed, 15 insertions(+), 12 deletions(-) commit e368538ae04a8ae530955b7e853081093725234f Author: Emmanuele Bassi @@ -8263,7 +8263,7 @@ Date: Fri Apr 1 15:36:22 2011 +0100 so for the y1 coordinate. clutter/clutter-align-constraint.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 524eb23eb76456055061c0188451aa90cd26aaaa Author: Emmanuele Bassi @@ -8275,7 +8275,7 @@ Date: Fri Apr 1 11:43:34 2011 +0100 volume. clutter/clutter-paint-volume.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 7e6bf1612b686f42ec82666ddb91b2d6ca7dbb0c Author: Emmanuele Bassi @@ -8287,7 +8287,7 @@ Date: Fri Apr 1 11:42:41 2011 +0100 doesn't have any paint volume. clutter/clutter-texture.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 7ffeaef0e95280c5ac7cd113b2367abc9a42c265 Author: Emmanuele Bassi @@ -8295,11 +8295,11 @@ Date: Thu Mar 31 17:12:13 2011 +0100 po: Update the PO files - po/de.po | 620 ++++++++++++++++++++++++----------- + po/de.po | 620 +++++++++++++++++++++++----------- po/fr.po | 632 ++++++++++++++++++++++++----------- po/gl.po | 1071 +++++++++++++++++++++++++++++------------------------------ po/id.po | 631 ++++++++++++++++++++++++----------- - po/it.po | 639 +++++++++++++++++++++++++----------- + po/it.po | 639 ++++++++++++++++++++++++----------- po/nl.po | 1071 +++++++++++++++++++++++++++++------------------------------ po/pa.po | 1071 +++++++++++++++++++++++++++++------------------------------ po/pl.po | 1071 +++++++++++++++++++++++++++++------------------------------ @@ -8329,7 +8329,7 @@ Date: Thu Mar 31 17:07:08 2011 +0100 a library that barely has localized messages. po/clutter-1.0.pot | 2106 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2106 insertions(+), 0 deletions(-) + 1 file changed, 2106 insertions(+) commit e471ad5802fc9d817f28afd649896ee5dead0b6f Author: Matej Urbančič @@ -8338,7 +8338,7 @@ Date: Wed Mar 30 18:36:42 2011 +0200 Added Slovenian translation po/sl.po | 2555 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2555 insertions(+), 0 deletions(-) + 1 file changed, 2555 insertions(+) commit 82b31ba444a95ee974b98e0de57b096f05971e99 Author: Piotr Drąg @@ -8353,7 +8353,7 @@ Date: Tue Mar 29 17:40:50 2011 +0200 po/te.po | 2117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/uk.po | 2186 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 2150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 7 files changed, 15055 insertions(+), 0 deletions(-) + 7 files changed, 15055 insertions(+) commit 1bcec53d0657142aa4fa2d6b9ac51413749748e3 Author: Piotr Drąg @@ -8362,7 +8362,7 @@ Date: Tue Mar 29 17:25:11 2011 +0200 Updated Polish translation po/pl.po | 1250 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 746 insertions(+), 504 deletions(-) + 1 file changed, 746 insertions(+), 504 deletions(-) commit 7cb04657973ae032090fcecd470738549e71f52a Author: Piotr Drąg @@ -8383,7 +8383,7 @@ Date: Mon Mar 28 18:36:33 2011 +0100 So we need to update the moduleset. build/clutter.modules | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit a4d29ca2e1bcb315349ee87a8eb30cae17629a8f Author: Emmanuele Bassi @@ -8395,7 +8395,7 @@ Date: Thu Mar 24 14:13:59 2011 +0000 packages. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0eee5788df79c383a4bd1a6071129a490f47b905 Author: Emmanuele Bassi @@ -8404,7 +8404,7 @@ Date: Tue Mar 22 17:18:07 2011 +0000 build: Remove bash-isms configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a5c87c74a6e8f1590130b95720e19e82d48d86e4 Author: Emmanuele Bassi @@ -8416,7 +8416,7 @@ Date: Tue Mar 22 17:10:49 2011 +0000 to use the canonicalization support in autoconf. configure.ac | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit 1de13713ae95b984597db918b45aeef51398e95b Author: Emmanuele Bassi @@ -8425,7 +8425,7 @@ Date: Tue Mar 22 14:46:35 2011 +0000 doap: Fix the categories clutter.doap | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit a76e0041afdb1b0ddaf4d9515f7e3ab25d0cf17c Author: Emmanuele Bassi @@ -8436,7 +8436,7 @@ Date: Mon Mar 21 12:41:40 2011 +0000 Use arguments of the right signedness when passing pointers. clutter/clutter-drag-action.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit a51c4cff72b633b1f03737e182f656774fd35209 Merge: fd89dee 57a5f22 @@ -8463,7 +8463,7 @@ Date: Fri Mar 18 14:09:57 2011 +0000 clutter_actor_get_paint_volume. clutter/clutter-clone.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 57a5f2296ae60a72cb64a506060664fb7362e628 Author: Elliot Smith @@ -8482,7 +8482,7 @@ Date: Thu Mar 17 15:45:57 2011 +0000 doc/cookbook/effects.xml | 9 +-------- doc/cookbook/examples/cb-background-effect.c | 6 ------ doc/cookbook/examples/cb-border-effect.c | 6 ------ - 3 files changed, 1 insertions(+), 20 deletions(-) + 3 files changed, 1 insertion(+), 20 deletions(-) commit b5af8fbfac405b26fc356ecd27b1eb4de530d838 Author: Elliot Smith @@ -8507,7 +8507,7 @@ Date: Wed Mar 16 17:44:44 2011 +0000 doc/cookbook/effects.xml | 537 ++++++++++++++++++++++ doc/cookbook/images/effects-basic-background.png | Bin 0 -> 10126 bytes doc/cookbook/images/effects-basic.png | Bin 0 -> 72029 bytes - 4 files changed, 539 insertions(+), 0 deletions(-) + 4 files changed, 539 insertions(+) commit 5732b1184f013ce9ca33580e214d60400f00d271 Author: Elliot Smith @@ -8525,7 +8525,7 @@ Date: Tue Mar 8 14:54:00 2011 +0000 doc/cookbook/examples/Makefile.am | 6 +- doc/cookbook/examples/cb-background-effect.c | 110 ++++++++++++++++++++++++++ doc/cookbook/examples/cb-background-effect.h | 42 ++++++++++ - doc/cookbook/examples/effects-basic.c | 35 ++++++--- + doc/cookbook/examples/effects-basic.c | 35 +++++--- 4 files changed, 181 insertions(+), 12 deletions(-) commit a81dbcf4837a589e63bd026fbc3759b109f96a41 @@ -8542,7 +8542,7 @@ Date: Tue Mar 8 11:19:13 2011 +0000 doc/cookbook/examples/cb-border-effect.c | 317 ++++++++++++++++++++++++++++++ doc/cookbook/examples/cb-border-effect.h | 54 +++++ doc/cookbook/examples/effects-basic.c | 106 ++++++++++ - 4 files changed, 479 insertions(+), 0 deletions(-) + 4 files changed, 479 insertions(+) commit 1d14e7468bcf999cc3cd3847eb41372bce6483c4 Author: Neil Roberts @@ -8556,7 +8556,7 @@ Date: Tue Mar 15 16:20:34 2011 +0000 errors when calculating the geometry for the quad. clutter/clutter-offscreen-effect.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 6910be9b23330c114c399e38d202386d985d790d Author: Emmanuele Bassi @@ -8565,7 +8565,7 @@ Date: Mon Mar 14 16:02:13 2011 +0000 docs: Update RELEASING doc/RELEASING | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit f23a7583e1c6d53554f50ca4223ebec39038a15d Author: Neil Roberts @@ -8590,7 +8590,7 @@ Date: Wed Mar 16 12:27:22 2011 +0000 to set the PKG_CONFIG varible to point to this wrapper script. build/mingw/mingw-fetch-dependencies.sh | 24 ++++++++++++++++++++++-- - 1 files changed, 22 insertions(+), 2 deletions(-) + 1 file changed, 22 insertions(+), 2 deletions(-) commit 4dc8ccf9eab6d360fc208a32d1516bfd9efbddd0 Author: Robert Bragg @@ -8604,7 +8604,7 @@ Date: Tue Mar 15 23:28:27 2011 +0000 simply be passed explicitly when calling ./configure. build/mingw/mingw-fetch-dependencies.sh | 32 +------------------------------ - 1 files changed, 1 insertions(+), 31 deletions(-) + 1 file changed, 1 insertion(+), 31 deletions(-) commit 5faf7666ecbee92242ee3d4dfab8c24c2c8eccd3 Author: Robert Bragg @@ -8624,7 +8624,7 @@ Date: Tue Mar 15 22:47:20 2011 +0000 to build programs that don't depend on cygwin libraries. build/mingw/mingw-fetch-dependencies.sh | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 861bda91d5a61b2cd9e3dbb00ce47f9d804fd1ae Author: Robert Bragg @@ -8638,7 +8638,7 @@ Date: Tue Mar 15 22:37:04 2011 +0000 pkg-config) build/mingw/mingw-fetch-dependencies.sh | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 6340f3a24be7ef27015930023cf6b6d9fa4b1f61 Author: Robert Bragg @@ -8651,7 +8651,7 @@ Date: Tue Mar 15 22:19:08 2011 +0000 all dependencies. build/mingw/mingw-fetch-dependencies.sh | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 130135a09f3102a839a97f358a66a41b631fbea5 Author: Robert Bragg @@ -8665,7 +8665,7 @@ Date: Tue Mar 15 21:58:15 2011 +0000 json-glib into the same prefix as the binary dependencies. build/mingw/mingw-fetch-dependencies.sh | 73 ++++++++++++++++++++++++++++++- - 1 files changed, 72 insertions(+), 1 deletions(-) + 1 file changed, 72 insertions(+), 1 deletion(-) commit 820765eea02802b88d7bfda4eaae2df97e047ac1 Author: Robert Bragg @@ -8678,7 +8678,7 @@ Date: Tue Mar 15 20:17:21 2011 +0000 Clutter's ./configure script should figure all of those out for us. build/mingw/mingw-fetch-dependencies.sh | 24 +----------------------- - 1 files changed, 1 insertions(+), 23 deletions(-) + 1 file changed, 1 insertion(+), 23 deletions(-) commit ed025f1c85035680ed4119941b6c206231dd02a0 Author: Robert Bragg @@ -8715,7 +8715,7 @@ Date: Tue Mar 15 19:37:26 2011 +0000 be created at $(top_builddir)/clutter/win32. clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e4e318c9f828d87a25efbb6df1f2dc9618d62147 Author: Neil Roberts @@ -8734,8 +8734,8 @@ Date: Mon Mar 14 17:58:31 2011 +0000 clutter/cogl/cogl/cogl-atlas.c | 58 ++++++++++----- clutter/cogl/cogl/cogl-atlas.h | 13 ++-- clutter/cogl/cogl/cogl-callback-list.c | 107 --------------------------- - clutter/cogl/cogl/cogl-callback-list.h | 58 -------------- - clutter/cogl/pango/cogl-pango-glyph-cache.c | 26 ++++-- + clutter/cogl/cogl/cogl-callback-list.h | 58 --------------- + clutter/cogl/pango/cogl-pango-glyph-cache.c | 26 ++++--- clutter/cogl/pango/cogl-pango-glyph-cache.h | 5 +- clutter/cogl/pango/cogl-pango-render.c | 4 +- 8 files changed, 65 insertions(+), 208 deletions(-) @@ -8750,7 +8750,7 @@ Date: Mon Mar 14 14:17:14 2011 +0000 be useful when extracting meta-data from the DOAP file. clutter.doap | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 298c88e658ec05a60b5fdf4ef64fcb9f7c3fd2da Author: Emmanuele Bassi @@ -8762,7 +8762,7 @@ Date: Mon Mar 14 14:16:16 2011 +0000 is maintained for mere historical reasons. AUTHORS | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit e6cfa04339faa04efbb7462174a799b9e12072ca Author: Emmanuele Bassi @@ -8771,7 +8771,7 @@ Date: Mon Mar 14 14:00:12 2011 +0000 README.md: fix a dumb typo README.md | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4333507b50d51ef77ee625f3431e7230aeda5bce Author: Emmanuele Bassi @@ -8780,7 +8780,7 @@ Date: Mon Mar 14 13:57:26 2011 +0000 Add MarkDown version of the README README.md | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 175 insertions(+), 0 deletions(-) + 1 file changed, 175 insertions(+) commit 9753046ca09da25dbcb831745083dc7ff2477022 Author: Øyvind Kolås @@ -8789,7 +8789,7 @@ Date: Fri Mar 11 17:09:59 2011 +0000 stage: handle ACCEPT_FOCUS in set_/get_property clutter/clutter-stage.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 49ca9e8f121db77f3b7aa75b9f2e30150b86eb9b Author: Robert Bragg @@ -8810,7 +8810,7 @@ Date: Thu Mar 10 18:51:51 2011 +0000 clutter/clutter-actor.c | 8 ++++++++ clutter/cogl/cogl/cogl.h | 3 +++ - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 5ce13b58fe9166e00384114983eaea8a07ca935a Author: Robert Bragg @@ -8845,7 +8845,7 @@ Date: Thu Mar 10 13:42:11 2011 +0000 resulting in assertions for actors with no size. clutter/clutter-paint-volume.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0b9aa1fa246bf435b220a785e547646e9c1e4886 Author: Jasper St. Pierre @@ -8860,12 +8860,12 @@ Date: Wed Mar 2 12:45:25 2011 -0500 Signed-off-by: Neil Roberts - clutter/cogl/cogl/Makefile.am | 9 +++- + clutter/cogl/cogl/Makefile.am | 9 ++++- clutter/cogl/cogl/cogl-clip-state-private.h | 53 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-clip-state.c | 20 ++-------- clutter/cogl/cogl/cogl-clip-state.h | 39 +++++++++---------- clutter/cogl/cogl/cogl-framebuffer-private.h | 2 +- - clutter/cogl/cogl/cogl.h | 15 +------ + clutter/cogl/cogl/cogl.h | 15 +------- clutter/cogl/cogl/cogl2-clip-state.c | 49 ++++++++++++++++++++++++ clutter/cogl/cogl/cogl2-clip-state.h | 52 +++++++++++++++++++++++++ 8 files changed, 186 insertions(+), 53 deletions(-) @@ -8890,8 +8890,8 @@ Date: Wed Mar 9 17:46:23 2011 +0000 cogl_path_move_to commands. clutter/cogl/cogl/cogl-clip-stack.c | 32 +++++++++++++------ - clutter/cogl/cogl/cogl-path-private.h | 11 ++++++ - clutter/cogl/cogl/cogl2-path.c | 55 +++++++++++++++++++++++++++----- + clutter/cogl/cogl/cogl-path-private.h | 11 +++++++ + clutter/cogl/cogl/cogl2-path.c | 55 +++++++++++++++++++++++++++------ 3 files changed, 79 insertions(+), 19 deletions(-) commit 82a30d8e0b4198918086622ecedcbf2ab11a2ab1 @@ -8937,7 +8937,7 @@ Date: Mon Feb 28 16:08:23 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2583 clutter/x11/clutter-settings-x11.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b7685ad06b6f1cf773509e99bc612bc16805e70e Author: Emmanuele Bassi @@ -8952,7 +8952,7 @@ Date: Mon Feb 28 16:46:27 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2583 clutter/clutter-settings.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit 6d653fb6dd6e72fbe629a7769ff3fb477b9eb7c8 Author: Emmanuele Bassi @@ -8964,8 +8964,8 @@ Date: Mon Feb 28 16:40:07 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2583 - clutter/clutter-settings.c | 164 +++++++++++++++++-------------------------- - 1 files changed, 65 insertions(+), 99 deletions(-) + clutter/clutter-settings.c | 164 ++++++++++++++++++-------------------------- + 1 file changed, 65 insertions(+), 99 deletions(-) commit ed27da6abe593c686b8c1fdae540cb44d777ead5 Author: Emmanuele Bassi @@ -8978,7 +8978,7 @@ Date: Wed Mar 9 12:05:34 2011 +0000 for both the C API and the ClutterScript syntax. clutter/clutter-state.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 143 insertions(+), 0 deletions(-) + 1 file changed, 143 insertions(+) commit 49d38b1e21eb868f64f213d9d5b4c6fbedd63bb2 Author: Emmanuele Bassi @@ -8996,7 +8996,7 @@ Date: Tue Mar 8 19:23:34 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2600 clutter/clutter-box.c | 37 ++++++++++++++++++++++++++++++++++--- - 1 files changed, 34 insertions(+), 3 deletions(-) + 1 file changed, 34 insertions(+), 3 deletions(-) commit d1500c03c054713c17f97171c0e1b2500c48b135 Author: Neil Roberts @@ -9012,7 +9012,7 @@ Date: Tue Mar 8 12:53:41 2011 +0000 common boilerplate. clutter/cogl/cogl/cogl-shader-boilerplate.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 41b815ebf458237c07cac29a33b13cedc272083f Author: Emmanuele Bassi @@ -9025,7 +9025,7 @@ Date: Tue Mar 8 10:05:57 2011 +0000 non-allocated ClutterEvent. clutter/clutter-event.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 1bacefd6d8222f6314112c1e7ea322a3ab6e432d Author: Emmanuele Bassi @@ -9037,7 +9037,7 @@ Date: Tue Mar 8 10:01:53 2011 +0000 instead of using event->crossing.device. clutter/win32/clutter-event-win32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit da6b5eb7e1b9be8039b24359a525a00322f548eb Author: Emmanuele Bassi @@ -9049,7 +9049,7 @@ Date: Tue Mar 8 10:01:06 2011 +0000 set when calling clutter_event_set_device(). clutter/clutter-event.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit d1c819b563209619d7e88d06e4825f94b80c0d12 Author: Neil Roberts @@ -9066,7 +9066,7 @@ Date: Mon Mar 7 15:35:05 2011 +0000 calculation. clutter/clutter-actor.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 9130dc1311b0d9b1500347a625691e37f6a211fe Author: Robert Bragg @@ -9086,9 +9086,9 @@ Date: Tue Feb 8 10:37:15 2011 +0000 loop at the end and we don't do the spurious perspective divide and viewport scale for the z component. - clutter/clutter-util.c | 66 ++++++++++++++++++++++++++++---------- - clutter/cogl/cogl/cogl-matrix.c | 14 ++++---- - clutter/cogl/cogl/cogl-matrix.h | 4 +- + clutter/clutter-util.c | 66 ++++++++++++++++++++++++++++----------- + clutter/cogl/cogl/cogl-matrix.c | 14 ++++----- + clutter/cogl/cogl/cogl-matrix.h | 4 +-- 3 files changed, 57 insertions(+), 27 deletions(-) commit 3b88029f38ef9172bbd07608cbbb863c81aad845 @@ -9113,7 +9113,7 @@ Date: Fri Feb 4 09:17:16 2011 +0000 with the cached transform matrix. clutter/clutter-actor.c | 126 ++++++++++++++++++++++++++++++----------------- - 1 files changed, 81 insertions(+), 45 deletions(-) + 1 file changed, 81 insertions(+), 45 deletions(-) commit 19b86229831a049e8f337e2d7a7a4782961b664c Author: Robert Bragg @@ -9135,7 +9135,7 @@ Date: Tue Feb 1 18:32:08 2011 +0000 clutter/clutter-actor.c | 321 +++++++++++++++--------------- clutter/clutter-debug.h | 3 +- clutter/clutter-main.c | 3 +- - clutter/clutter-paint-volume-private.h | 17 ++- + clutter/clutter-paint-volume-private.h | 17 +- clutter/clutter-paint-volume.c | 167 +++++++++++++++- clutter/clutter-private.h | 8 + clutter/clutter-stage-private.h | 3 +- @@ -9158,7 +9158,7 @@ Date: Tue Feb 8 14:46:31 2011 +0000 directly to 2D stage coordinates with (0,0) at the top left. clutter/clutter-stage.c | 96 ++++++++++++++++++----------------------------- - 1 files changed, 37 insertions(+), 59 deletions(-) + 1 file changed, 37 insertions(+), 59 deletions(-) commit ca30ac783568b71beaddfd5139c83598eda97980 Author: Robert Bragg @@ -9176,9 +9176,9 @@ Date: Tue Feb 8 15:21:41 2011 +0000 these APIs to position a 2D coordinate system at an arbitrary depth inside a 3D perspective projected viewing frustum. - clutter/cogl/cogl/cogl-matrix.c | 57 +++++++++++++++++++++++++++ + clutter/cogl/cogl/cogl-matrix.c | 57 ++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-matrix.h | 80 +++++++++++++++++++++++++++++++++++++++ - 2 files changed, 137 insertions(+), 0 deletions(-) + 2 files changed, 137 insertions(+) commit 1431b777479736242698b419001d4f8665171c52 Author: Robert Bragg @@ -9200,7 +9200,7 @@ Date: Tue Feb 1 18:15:50 2011 +0000 bounds. clutter/clutter-stage.c | 25 +++++++------------------ - 1 files changed, 7 insertions(+), 18 deletions(-) + 1 file changed, 7 insertions(+), 18 deletions(-) commit 013b2433f0ceed49cbc8fc81e345a9488faea3a4 Author: Robert Bragg @@ -9268,7 +9268,7 @@ Date: Thu Mar 3 23:19:30 2011 +0000 https://bugzilla.gnome.org/show_bug.cgi?id=641197 - clutter/cogl/cogl/cogl-journal.c | 4 +- + clutter/cogl/cogl/cogl-journal.c | 4 +-- clutter/cogl/cogl/cogl-point-in-poly-private.h | 10 +++--- clutter/cogl/cogl/cogl-point-in-poly.c | 41 +++++++++++++++++++++--- 3 files changed, 43 insertions(+), 12 deletions(-) @@ -9280,7 +9280,7 @@ Date: Fri Mar 4 23:58:12 2011 +0000 glx: Use g_set_error_literal() where appropriate clutter/glx/clutter-backend-glx.c | 36 ++++++++++++++++++++---------------- - 1 files changed, 20 insertions(+), 16 deletions(-) + 1 file changed, 20 insertions(+), 16 deletions(-) commit bed392b9a5cc341a822001cddc91aaa4951a904d Author: Emmanuele Bassi @@ -9294,7 +9294,7 @@ Date: Fri Mar 4 23:56:12 2011 +0000 on pre-conditions and backend initialization failures. clutter/clutter-main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8bde5febd1998f7354c658e62a9f88443c75e8eb Author: Emmanuele Bassi @@ -9306,8 +9306,8 @@ Date: Fri Mar 4 23:55:02 2011 +0000 critical warning on initialization failure, like it used to do in the olden days. - clutter/clutter-main.c | 77 +++++++++++++++++++++++++++++------------------ - 1 files changed, 47 insertions(+), 30 deletions(-) + clutter/clutter-main.c | 77 +++++++++++++++++++++++++++++------------------- + 1 file changed, 47 insertions(+), 30 deletions(-) commit 4f3a4ab01bc5303e988705faec2f3afba0ef28f7 Author: Emmanuele Bassi @@ -9318,7 +9318,7 @@ Date: Fri Mar 4 23:53:45 2011 +0000 The g_set_error() function takes a format string. clutter/x11/clutter-backend-x11.c | 22 ++++++++++++---------- - 1 files changed, 12 insertions(+), 10 deletions(-) + 1 file changed, 12 insertions(+), 10 deletions(-) commit 9e11aa38207173aaa6669ea98211174a13139db1 Author: Neil Roberts @@ -9331,7 +9331,7 @@ Date: Fri Mar 4 17:04:02 2011 +0000 volume. This patch makes it just set the offset to 0,0 instead. clutter/clutter-offscreen-effect.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit d306b4bb7d7a9c8b0b02c7e940b66f51ec62e18d Author: Neil Roberts @@ -9351,7 +9351,7 @@ Date: Thu Mar 3 16:46:26 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2541 clutter/clutter-offscreen-effect.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 3fab04805ea4b7ae584fcfe425bc8355a64d2c36 Author: Neil Roberts @@ -9368,7 +9368,7 @@ Date: Tue Mar 1 19:52:43 2011 +0000 clutter/clutter-actor-private.h | 1 + clutter/clutter-actor.c | 8 ++++++++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit 0c576c0c339afb2efa6f323461a1cd31650e51e7 Author: Jasper St. Pierre @@ -9380,8 +9380,8 @@ Date: Thu Mar 3 06:35:46 2011 -0500 http://bugzilla.clutter-project.org/show_bug.cgi?id=2596 - clutter/clutter-actor-meta.c | 10 +- - clutter/clutter-actor.c | 152 +++++++++++++++++----------------- + clutter/clutter-actor-meta.c | 10 +-- + clutter/clutter-actor.c | 152 +++++++++++++++++------------------ clutter/clutter-align-constraint.c | 6 +- clutter/clutter-alpha.c | 16 ++-- clutter/clutter-animation.c | 34 ++++---- @@ -9392,31 +9392,31 @@ Date: Thu Mar 3 06:35:46 2011 -0500 clutter/clutter-behaviour-rotate.c | 14 ++-- clutter/clutter-behaviour-scale.c | 8 +- clutter/clutter-behaviour.c | 8 +- - clutter/clutter-bin-layout.c | 20 +++--- - clutter/clutter-bind-constraint.c | 12 ++-- + clutter/clutter-bin-layout.c | 20 ++--- + clutter/clutter-bind-constraint.c | 12 +-- clutter/clutter-binding-pool.c | 6 +- clutter/clutter-box.c | 6 +- - clutter/clutter-cairo-texture.c | 10 +- + clutter/clutter-cairo-texture.c | 10 +-- clutter/clutter-child-meta.c | 6 +- clutter/clutter-click-action.c | 8 +- clutter/clutter-clone.c | 8 +- clutter/clutter-colorize-effect.c | 8 +- - clutter/clutter-deform-effect.c | 10 +- + clutter/clutter-deform-effect.c | 10 +-- clutter/clutter-desaturate-effect.c | 8 +- clutter/clutter-device-manager.c | 6 +- clutter/clutter-drag-action.c | 14 ++-- - clutter/clutter-flow-layout.c | 22 +++--- + clutter/clutter-flow-layout.c | 22 ++--- clutter/clutter-page-turn-effect.c | 6 +- - clutter/clutter-path-constraint.c | 10 +- + clutter/clutter-path-constraint.c | 10 +-- clutter/clutter-private.h | 6 -- clutter/clutter-script.c | 6 +- clutter/clutter-shader-effect.c | 6 +- - clutter/clutter-shader.c | 10 +- + clutter/clutter-shader.c | 10 +-- clutter/clutter-snap-constraint.c | 8 +- clutter/clutter-state.c | 2 +- clutter/clutter-text.c | 60 +++++++------- - clutter/clutter-texture.c | 22 +++--- - clutter/clutter-timeline.c | 18 ++-- + clutter/clutter-texture.c | 22 ++--- + clutter/clutter-timeline.c | 18 ++--- 37 files changed, 288 insertions(+), 294 deletions(-) commit cfa32659e495f6736d65e94c92a9c46360bc1620 @@ -9428,7 +9428,7 @@ Date: Tue Mar 1 14:05:11 2011 -0800 http://bugzilla.clutter-project.org/show_bug.cgi?id=2589 clutter/clutter-box.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 0be73bf4014074377dca13ae44e32ac47adaafec Author: Emmanuele Bassi @@ -9442,7 +9442,7 @@ Date: Tue Mar 1 18:36:55 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2587 clutter/clutter-effect.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit bd8b09edda35a1531262add8b5429e7868949464 Author: Emmanuele Bassi @@ -9456,7 +9456,7 @@ Date: Tue Mar 1 18:36:08 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2587 clutter/clutter-constraint.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 0c83e6a59ae5287f54e82a9fdd0bbe289d46831c Author: Emmanuele Bassi @@ -9473,10 +9473,10 @@ Date: Mon Feb 28 14:31:59 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2570 - clutter/clutter-deform-effect.c | 5 +++- - clutter/clutter-offscreen-effect-private.h | 4 --- - clutter/clutter-offscreen-effect.c | 30 ++++++++++++++++++++++++--- - clutter/clutter-offscreen-effect.h | 15 ++++++++----- + clutter/clutter-deform-effect.c | 5 ++++- + clutter/clutter-offscreen-effect-private.h | 4 ---- + clutter/clutter-offscreen-effect.c | 30 ++++++++++++++++++++++++---- + clutter/clutter-offscreen-effect.h | 15 ++++++++------ doc/reference/clutter/clutter-sections.txt | 1 + 5 files changed, 40 insertions(+), 15 deletions(-) @@ -9510,7 +9510,7 @@ Date: Mon Feb 28 12:49:48 2011 +0000 Don't show just the maintainer flags, but the whole shebang. configure.ac | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit d3a7b7502e3a1d1a2df2ca60298fbe3639aa008e Author: Emmanuele Bassi @@ -9571,7 +9571,7 @@ Date: Tue Feb 22 12:38:19 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2574 clutter/clutter-main.h | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit aece642adb22ed054d1d4bca99eeeeb0b4b80b83 Author: nobled @@ -9590,50 +9590,50 @@ Date: Tue Feb 22 00:44:55 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2574 - doc/cookbook/examples/actors-composite-main.c | 3 ++- - doc/cookbook/examples/animations-complex.c | 3 ++- - .../examples/animations-looping-animator.c | 3 ++- - .../examples/animations-looping-implicit.c | 3 ++- - doc/cookbook/examples/animations-looping-state.c | 3 ++- - doc/cookbook/examples/animations-moving-animator.c | 3 ++- - doc/cookbook/examples/animations-moving-implicit.c | 3 ++- - doc/cookbook/examples/animations-moving-state.c | 3 ++- - doc/cookbook/examples/animations-path-circle.c | 3 ++- - doc/cookbook/examples/animations-path-easing.c | 3 ++- - doc/cookbook/examples/animations-path.c | 3 ++- - doc/cookbook/examples/animations-reuse.c | 3 ++- - doc/cookbook/examples/animations-rotating.c | 3 ++- - doc/cookbook/examples/animations-scaling-zoom.c | 3 ++- - doc/cookbook/examples/animations-scaling.c | 3 ++- - doc/cookbook/examples/effects-built-in.c | 3 ++- - doc/cookbook/examples/effects-custom-deform.c | 3 ++- - doc/cookbook/examples/events-buttons-click.c | 3 ++- - doc/cookbook/examples/events-buttons-lasso.c | 3 ++- - doc/cookbook/examples/events-buttons.c | 3 ++- - doc/cookbook/examples/events-mouse-scroll.c | 3 ++- - .../examples/events-pointer-motion-crossing.c | 3 ++- - .../examples/events-pointer-motion-scribbler.c | 3 ++- - .../examples/events-pointer-motion-stacked.c | 3 ++- - doc/cookbook/examples/events-pointer-motion.c | 3 ++- - .../examples/layouts-bind-constraint-allocation.c | 3 ++- - .../examples/layouts-bind-constraint-overlay.c | 3 ++- - .../examples/layouts-bind-constraint-stage.c | 3 ++- - doc/cookbook/examples/layouts-box-menu.c | 3 ++- - .../examples/layouts-box-property-effects.c | 3 ++- - doc/cookbook/examples/layouts-box.c | 3 ++- - .../examples/layouts-stacking-diff-sized-actors.c | 3 ++- - doc/cookbook/examples/layouts-stacking.c | 3 ++- - doc/cookbook/examples/script-signals.c | 3 ++- - doc/cookbook/examples/script-ui.c | 3 ++- - doc/cookbook/examples/text-shadow.c | 3 ++- - doc/cookbook/examples/textures-crossfade-cogl.c | 9 +++++---- - .../examples/textures-crossfade-slideshow.c | 3 ++- - doc/cookbook/examples/textures-crossfade.c | 12 +++++++----- - doc/cookbook/examples/textures-reflection.c | 3 ++- - doc/cookbook/examples/textures-split-go.c | 3 ++- - doc/cookbook/examples/textures-sub-texture.c | 3 ++- - doc/cookbook/textures.xml | 6 ++++-- - .../clutter/clutter-animation-tutorial.xml | 3 ++- + doc/cookbook/examples/actors-composite-main.c | 3 ++- + doc/cookbook/examples/animations-complex.c | 3 ++- + doc/cookbook/examples/animations-looping-animator.c | 3 ++- + doc/cookbook/examples/animations-looping-implicit.c | 3 ++- + doc/cookbook/examples/animations-looping-state.c | 3 ++- + doc/cookbook/examples/animations-moving-animator.c | 3 ++- + doc/cookbook/examples/animations-moving-implicit.c | 3 ++- + doc/cookbook/examples/animations-moving-state.c | 3 ++- + doc/cookbook/examples/animations-path-circle.c | 3 ++- + doc/cookbook/examples/animations-path-easing.c | 3 ++- + doc/cookbook/examples/animations-path.c | 3 ++- + doc/cookbook/examples/animations-reuse.c | 3 ++- + doc/cookbook/examples/animations-rotating.c | 3 ++- + doc/cookbook/examples/animations-scaling-zoom.c | 3 ++- + doc/cookbook/examples/animations-scaling.c | 3 ++- + doc/cookbook/examples/effects-built-in.c | 3 ++- + doc/cookbook/examples/effects-custom-deform.c | 3 ++- + doc/cookbook/examples/events-buttons-click.c | 3 ++- + doc/cookbook/examples/events-buttons-lasso.c | 3 ++- + doc/cookbook/examples/events-buttons.c | 3 ++- + doc/cookbook/examples/events-mouse-scroll.c | 3 ++- + doc/cookbook/examples/events-pointer-motion-crossing.c | 3 ++- + doc/cookbook/examples/events-pointer-motion-scribbler.c | 3 ++- + doc/cookbook/examples/events-pointer-motion-stacked.c | 3 ++- + doc/cookbook/examples/events-pointer-motion.c | 3 ++- + doc/cookbook/examples/layouts-bind-constraint-allocation.c | 3 ++- + doc/cookbook/examples/layouts-bind-constraint-overlay.c | 3 ++- + doc/cookbook/examples/layouts-bind-constraint-stage.c | 3 ++- + doc/cookbook/examples/layouts-box-menu.c | 3 ++- + doc/cookbook/examples/layouts-box-property-effects.c | 3 ++- + doc/cookbook/examples/layouts-box.c | 3 ++- + doc/cookbook/examples/layouts-stacking-diff-sized-actors.c | 3 ++- + doc/cookbook/examples/layouts-stacking.c | 3 ++- + doc/cookbook/examples/script-signals.c | 3 ++- + doc/cookbook/examples/script-ui.c | 3 ++- + doc/cookbook/examples/text-shadow.c | 3 ++- + doc/cookbook/examples/textures-crossfade-cogl.c | 9 +++++---- + doc/cookbook/examples/textures-crossfade-slideshow.c | 3 ++- + doc/cookbook/examples/textures-crossfade.c | 12 +++++++----- + doc/cookbook/examples/textures-reflection.c | 3 ++- + doc/cookbook/examples/textures-split-go.c | 3 ++- + doc/cookbook/examples/textures-sub-texture.c | 3 ++- + doc/cookbook/textures.xml | 6 ++++-- + doc/reference/clutter/clutter-animation-tutorial.xml | 3 ++- 44 files changed, 98 insertions(+), 52 deletions(-) commit eb906d85ca0fb06f26fab9ea59dbd979d9b243cb @@ -9654,67 +9654,67 @@ Date: Tue Feb 22 00:19:35 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2574 - tests/accessibility/cally-atkcomponent-example.c | 3 ++- - .../accessibility/cally-atkeditabletext-example.c | 3 ++- - tests/accessibility/cally-atkevents-example.c | 3 ++- - tests/accessibility/cally-atktext-example.c | 3 ++- - tests/accessibility/cally-clone-example.c | 3 ++- - tests/interactive/test-animation.c | 3 ++- - tests/interactive/test-animator.c | 3 ++- - tests/interactive/test-behave.c | 3 ++- - tests/interactive/test-bin-layout.c | 3 ++- - tests/interactive/test-binding-pool.c | 3 ++- - tests/interactive/test-box-layout.c | 3 ++- - tests/interactive/test-cairo-flowers.c | 3 ++- - tests/interactive/test-clip.c | 3 ++- - tests/interactive/test-cogl-multitexture.c | 3 ++- - tests/interactive/test-cogl-offscreen.c | 3 ++- - tests/interactive/test-cogl-point-sprites.c | 3 ++- - tests/interactive/test-cogl-primitives.c | 3 ++- - tests/interactive/test-cogl-shader-arbfp.c | 3 ++- - tests/interactive/test-cogl-shader-glsl.c | 3 ++- - tests/interactive/test-cogl-tex-convert.c | 3 ++- - tests/interactive/test-cogl-tex-foreign.c | 3 ++- - tests/interactive/test-cogl-tex-getset.c | 3 ++- - tests/interactive/test-cogl-tex-polygon.c | 3 ++- - tests/interactive/test-cogl-tex-tile.c | 3 ++- - tests/interactive/test-cogl-vertex-buffer.c | 3 ++- - tests/interactive/test-constraints.c | 3 ++- - tests/interactive/test-depth.c | 3 ++- - tests/interactive/test-devices.c | 3 ++- - tests/interactive/test-easing.c | 14 ++++++++------ - tests/interactive/test-events.c | 3 ++- - tests/interactive/test-fbo.c | 3 ++- - tests/interactive/test-fullscreen.c | 3 ++- - tests/interactive/test-grab.c | 3 ++- - tests/interactive/test-layout.c | 3 ++- - tests/interactive/test-model.c | 3 ++- - tests/interactive/test-multistage.c | 3 ++- - tests/interactive/test-path-constraint.c | 3 ++- - tests/interactive/test-pixmap.c | 3 ++- - tests/interactive/test-scale.c | 3 ++- - tests/interactive/test-script.c | 3 ++- - tests/interactive/test-scrolling.c | 3 ++- - tests/interactive/test-shader-effects.c | 3 ++- - tests/interactive/test-shader.c | 3 ++- - tests/interactive/test-snap-constraint.c | 3 ++- - tests/interactive/test-stage-read-pixels.c | 3 ++- - tests/interactive/test-stage-sizing.c | 3 ++- - tests/interactive/test-state-animator.c | 3 ++- - tests/interactive/test-state.c | 3 ++- - tests/interactive/test-table-layout.c | 3 ++- - tests/interactive/test-text-field.c | 3 ++- - tests/interactive/test-text.c | 3 ++- - tests/interactive/test-texture-async.c | 3 ++- - tests/interactive/test-texture-material.c | 3 ++- - tests/interactive/test-texture-quality.c | 3 ++- - tests/interactive/test-textures.c | 3 ++- - tests/interactive/test-threads.c | 3 ++- - tests/interactive/test-unproject.c | 3 ++- - tests/micro-bench/test-picking.c | 12 +++++++----- - tests/micro-bench/test-random-text.c | 3 ++- - tests/micro-bench/test-text-perf.c | 3 ++- - tests/micro-bench/test-text.c | 3 ++- + tests/accessibility/cally-atkcomponent-example.c | 3 ++- + tests/accessibility/cally-atkeditabletext-example.c | 3 ++- + tests/accessibility/cally-atkevents-example.c | 3 ++- + tests/accessibility/cally-atktext-example.c | 3 ++- + tests/accessibility/cally-clone-example.c | 3 ++- + tests/interactive/test-animation.c | 3 ++- + tests/interactive/test-animator.c | 3 ++- + tests/interactive/test-behave.c | 3 ++- + tests/interactive/test-bin-layout.c | 3 ++- + tests/interactive/test-binding-pool.c | 3 ++- + tests/interactive/test-box-layout.c | 3 ++- + tests/interactive/test-cairo-flowers.c | 3 ++- + tests/interactive/test-clip.c | 3 ++- + tests/interactive/test-cogl-multitexture.c | 3 ++- + tests/interactive/test-cogl-offscreen.c | 3 ++- + tests/interactive/test-cogl-point-sprites.c | 3 ++- + tests/interactive/test-cogl-primitives.c | 3 ++- + tests/interactive/test-cogl-shader-arbfp.c | 3 ++- + tests/interactive/test-cogl-shader-glsl.c | 3 ++- + tests/interactive/test-cogl-tex-convert.c | 3 ++- + tests/interactive/test-cogl-tex-foreign.c | 3 ++- + tests/interactive/test-cogl-tex-getset.c | 3 ++- + tests/interactive/test-cogl-tex-polygon.c | 3 ++- + tests/interactive/test-cogl-tex-tile.c | 3 ++- + tests/interactive/test-cogl-vertex-buffer.c | 3 ++- + tests/interactive/test-constraints.c | 3 ++- + tests/interactive/test-depth.c | 3 ++- + tests/interactive/test-devices.c | 3 ++- + tests/interactive/test-easing.c | 14 ++++++++------ + tests/interactive/test-events.c | 3 ++- + tests/interactive/test-fbo.c | 3 ++- + tests/interactive/test-fullscreen.c | 3 ++- + tests/interactive/test-grab.c | 3 ++- + tests/interactive/test-layout.c | 3 ++- + tests/interactive/test-model.c | 3 ++- + tests/interactive/test-multistage.c | 3 ++- + tests/interactive/test-path-constraint.c | 3 ++- + tests/interactive/test-pixmap.c | 3 ++- + tests/interactive/test-scale.c | 3 ++- + tests/interactive/test-script.c | 3 ++- + tests/interactive/test-scrolling.c | 3 ++- + tests/interactive/test-shader-effects.c | 3 ++- + tests/interactive/test-shader.c | 3 ++- + tests/interactive/test-snap-constraint.c | 3 ++- + tests/interactive/test-stage-read-pixels.c | 3 ++- + tests/interactive/test-stage-sizing.c | 3 ++- + tests/interactive/test-state-animator.c | 3 ++- + tests/interactive/test-state.c | 3 ++- + tests/interactive/test-table-layout.c | 3 ++- + tests/interactive/test-text-field.c | 3 ++- + tests/interactive/test-text.c | 3 ++- + tests/interactive/test-texture-async.c | 3 ++- + tests/interactive/test-texture-material.c | 3 ++- + tests/interactive/test-texture-quality.c | 3 ++- + tests/interactive/test-textures.c | 3 ++- + tests/interactive/test-threads.c | 3 ++- + tests/interactive/test-unproject.c | 3 ++- + tests/micro-bench/test-picking.c | 12 +++++++----- + tests/micro-bench/test-random-text.c | 3 ++- + tests/micro-bench/test-text-perf.c | 3 ++- + tests/micro-bench/test-text.c | 3 ++- 61 files changed, 133 insertions(+), 70 deletions(-) commit 0d14be1aec793341a8f08f3950f6ea3957a32263 @@ -9724,7 +9724,7 @@ Date: Mon Feb 28 11:24:14 2011 +0000 Start 1.7 development cycle configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit daa6d67cc048fec90a54846d8adf403ee2a60257 Author: Neil Roberts @@ -9741,7 +9741,7 @@ Date: Thu Feb 24 20:30:30 2011 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-atlas-migration.c | 133 +++++++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 135 insertions(+), 0 deletions(-) + 3 files changed, 135 insertions(+) commit 4dd20f2678195524dd147db3fe902d0a93de3df0 Author: Neil Roberts @@ -9755,7 +9755,7 @@ Date: Thu Feb 24 18:42:47 2011 +0000 destination texture. clutter/cogl/cogl/cogl-blit.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit f4ca82fc6d571c3b37e270ed05a373885498a0dc Author: Emmanuele Bassi @@ -9764,7 +9764,7 @@ Date: Wed Feb 23 00:07:12 2011 +0000 build: Remove MAINTAINERCLEANFILES from ChangeLog rules build/autotools/Makefile.am.changelog | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 8bb81f008dd5848f0f1105306372c4e263a1407a Author: Emmanuele Bassi @@ -9777,7 +9777,7 @@ Date: Tue Feb 22 18:32:01 2011 +0000 instead to clean untracked files. Makefile.am | 11 +---------- - 1 files changed, 1 insertions(+), 10 deletions(-) + 1 file changed, 1 insertion(+), 10 deletions(-) commit b3e4db4c738756f05ef7a02306f0d25f158797ab Merge: 4442ddd 74de3cf @@ -9802,7 +9802,7 @@ Date: Mon Feb 21 17:13:37 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2573 clutter/clutter-text.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 74de3cfdf3af819c94c1eb52a68491f1e32b120b Author: Elliot Smith @@ -9833,7 +9833,7 @@ Date: Mon Feb 21 16:43:34 2011 +0000 .../images/effects-custom-deform-back-material.png | Bin 0 -> 49860 bytes doc/cookbook/images/effects-custom-deform.png | Bin 0 -> 91751 bytes doc/cookbook/videos/effects-custom-deform.ogv | Bin 0 -> 91983 bytes - 12 files changed, 1255 insertions(+), 0 deletions(-) + 12 files changed, 1255 insertions(+) commit 91740fd4df02d5ce313f1cdd3e3b5dd869628516 Author: Emmanuele Bassi @@ -9844,7 +9844,7 @@ Date: Mon Feb 21 16:41:28 2011 +0000 In the "Resources" section, along with the API references. README.in | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 23c81f8817c7b3b4c3d47fcc1bac99cf9bb3b4ac Author: Emmanuele Bassi @@ -9856,7 +9856,7 @@ Date: Mon Feb 21 16:40:50 2011 +0000 confuses somebody. README.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b31cf80807035c00434fe3d7d66b93929c34d529 Author: Emmanuele Bassi @@ -9866,12 +9866,12 @@ Date: Mon Feb 21 14:19:47 2011 +0000 configure.ac | 4 +- po/clutter-1.0.pot | 268 ++++++++++++++++++++++++++-------------------------- - po/de.po | 266 ++++++++++++++++++++++++++-------------------------- - po/fr.po | 266 ++++++++++++++++++++++++++-------------------------- - po/id.po | 266 ++++++++++++++++++++++++++-------------------------- - po/it.po | 266 ++++++++++++++++++++++++++-------------------------- - po/pl.po | 266 ++++++++++++++++++++++++++-------------------------- - po/zh_CN.po | 266 ++++++++++++++++++++++++++-------------------------- + po/de.po | 266 +++++++++++++++++++++++++-------------------------- + po/fr.po | 266 +++++++++++++++++++++++++-------------------------- + po/id.po | 266 +++++++++++++++++++++++++-------------------------- + po/it.po | 266 +++++++++++++++++++++++++-------------------------- + po/pl.po | 266 +++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 266 +++++++++++++++++++++++++-------------------------- 8 files changed, 934 insertions(+), 934 deletions(-) commit d5e6594ddd0d4ad3b9cf684526216900794f9ff5 @@ -9891,7 +9891,7 @@ Date: Mon Feb 21 12:46:34 2011 +0000 build: Use all-am, not all as the gitignore target build/autotools/Makefile.am.gitignore | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d17b1463b55676cdceb5d24724c6a2461c2bdae Author: Emmanuele Bassi @@ -9900,7 +9900,7 @@ Date: Sat Feb 19 16:48:59 2011 +0000 device-manager/xi2: Silence a compiler warning clutter/x11/clutter-device-manager-xi2.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c25fcfe49865bda639447b9dee8369171f77606 Author: Emmanuele Bassi @@ -9910,7 +9910,7 @@ Date: Sat Feb 19 16:46:44 2011 +0000 tests/interactive/test-pixmap.c | 2 -- tests/interactive/test-texture-async.c | 3 --- - 2 files changed, 0 insertions(+), 5 deletions(-) + 2 files changed, 5 deletions(-) commit b505c022c42eda63d940d648a7641e64355baa37 Author: Emmanuele Bassi @@ -9922,7 +9922,7 @@ Date: Sat Feb 19 16:45:51 2011 +0000 we can tell the compiler that the returned value is meaningless. tests/conform/test-timeline.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fd3462170f3d36a8ddc128611074116d5cc62ba6 Author: Emmanuele Bassi @@ -9930,9 +9930,9 @@ Date: Sat Feb 19 16:45:35 2011 +0000 cally: Remove unused variables - clutter/cally/cally-actor.c | 12 ++-------- - clutter/cally/cally-text.c | 45 +++++++++++++++++++++++++++++++----------- - clutter/cally/cally-util.c | 3 +- + clutter/cally/cally-actor.c | 12 +++--------- + clutter/cally/cally-text.c | 45 +++++++++++++++++++++++++++++++------------ + clutter/cally/cally-util.c | 3 +-- 3 files changed, 37 insertions(+), 23 deletions(-) commit dfdcc20670f108cbcb62aead3d2a502084d1b3d1 @@ -9968,7 +9968,7 @@ Date: Sat Feb 19 16:43:46 2011 +0000 cogl: Remove unused variables clutter/cogl/cogl/cogl-texture-2d-sliced.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit ec02a8808e60f0ce57f0bd45cb6cfe09b21c59f2 Author: Emmanuele Bassi @@ -9984,7 +9984,7 @@ Date: Sat Feb 19 09:17:25 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2571 clutter/clutter-deform-effect.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 20f19fe06ca5821949b5e47464241d31c2e6dffc Author: Emmanuele Bassi @@ -10003,7 +10003,7 @@ Date: Sat Feb 19 09:15:34 2011 +0000 clutter/Makefile.am | 1 + clutter/clutter-offscreen-effect-private.h | 14 ++++++++++++++ clutter/clutter-offscreen-effect.c | 19 +++++++++++++++++++ - 3 files changed, 34 insertions(+), 0 deletions(-) + 3 files changed, 34 insertions(+) commit 82c68c588741e78824afd19e5eecfd546b9ab115 Author: Emmanuele Bassi @@ -10012,7 +10012,7 @@ Date: Sat Feb 19 09:04:46 2011 +0000 Update NEWS NEWS | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit e2bd848924d0a9152c0bfbd3defd6a8ea04012ce Author: Emmanuele Bassi @@ -10036,7 +10036,7 @@ Date: Fri Feb 18 19:28:48 2011 +0000 granularity when toggling the motion event delivery while dragging. clutter/clutter-drag-action.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit cca2e5bc9c1610881f69238b2c23c34233ea8451 Author: Emmanuele Bassi @@ -10049,7 +10049,7 @@ Date: Fri Feb 18 19:27:58 2011 +0000 devices. clutter/clutter-device-manager.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit bc548dc86271d38918d310c26c9c59de76218d16 Author: Emmanuele Bassi @@ -10107,7 +10107,7 @@ Date: Fri Feb 18 17:18:05 2011 +0000 failures in these cases. clutter/clutter-backend.c | 44 +++++++++++--------------------------------- - 1 files changed, 11 insertions(+), 33 deletions(-) + 1 file changed, 11 insertions(+), 33 deletions(-) commit 7e42da123f28dd695a43fea6444e30a73fb35119 Author: Emmanuele Bassi @@ -10118,7 +10118,7 @@ Date: Fri Feb 18 16:53:58 2011 +0000 Move macros at the top, and clean up whitespace. clutter/clutter-private.h | 40 ++++++++++++++++++++-------------------- - 1 files changed, 20 insertions(+), 20 deletions(-) + 1 file changed, 20 insertions(+), 20 deletions(-) commit cdd9fd1af1908282430a22be13b10005ec41375b Author: Emmanuele Bassi @@ -10147,13 +10147,13 @@ Date: Fri Feb 18 16:27:49 2011 +0000 clutter/clutter-stage.c | 2 +- clutter/egl/clutter-event-tslib.c | 17 ++++++-------- clutter/evdev/clutter-device-manager-evdev.c | 2 +- - clutter/osx/clutter-event-osx.c | 12 ++++++---- + clutter/osx/clutter-event-osx.c | 12 +++++----- clutter/wayland/clutter-input-device-wayland.c | 1 + clutter/win32/clutter-event-win32.c | 2 +- clutter/x11/clutter-backend-x11.c | 2 +- clutter/x11/clutter-device-manager-core-x11.c | 1 + clutter/x11/clutter-device-manager-xi2.c | 1 + - clutter/x11/clutter-event-x11.c | 3 +- + clutter/x11/clutter-event-x11.c | 3 +-- clutter/x11/clutter-stage-x11.c | 2 +- 17 files changed, 55 insertions(+), 42 deletions(-) @@ -10256,7 +10256,7 @@ Date: Fri Feb 18 14:38:24 2011 +0000 clutter/clutter-main.c | 2 +- clutter/clutter-private.h | 2 -- - 2 files changed, 1 insertions(+), 3 deletions(-) + 2 files changed, 1 insertion(+), 3 deletions(-) commit 92ddaa9c1304e422331ca2f1a8d5dfb9edb95a8f Author: Emmanuele Bassi @@ -10272,8 +10272,8 @@ Date: Fri Feb 18 12:56:17 2011 +0000 clutter/clutter-main.c | 48 ------------------------------ clutter/clutter-private.h | 3 -- - clutter/clutter-stage.c | 55 +++++++++++++++++++++++++++++++++- - tests/interactive/test-multistage.c | 27 +++++++++------- + clutter/clutter-stage.c | 55 +++++++++++++++++++++++++++++++++-- + tests/interactive/test-multistage.c | 27 +++++++++-------- 4 files changed, 68 insertions(+), 65 deletions(-) commit 89a0d514b4762ea2e0e604b02381c8951cb26d4f @@ -10338,7 +10338,7 @@ Date: Thu Feb 17 13:11:34 2011 +0000 clutter/cogl/cogl/cogl-atlas-texture.c | 80 ++++++++++++++++++++++++--- clutter/cogl/cogl/cogl-atlas.c | 54 +++++++++++++----- - clutter/cogl/cogl/cogl-atlas.h | 11 ++- + clutter/cogl/cogl/cogl-atlas.h | 11 ++-- clutter/cogl/pango/cogl-pango-glyph-cache.c | 2 +- 4 files changed, 120 insertions(+), 27 deletions(-) @@ -10355,7 +10355,7 @@ Date: Wed Feb 16 18:42:33 2011 +0000 nothing. This patch just adds the free back in. clutter/clutter-actor.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 8231c345dca871eddf2f61b54c1600d2075e277a Author: Emmanuele Bassi @@ -10367,7 +10367,7 @@ Date: Wed Feb 16 15:38:05 2011 +0000 leading space from BACKEND_PC_FILES. configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 0e32da66508efb38b104265995f6c8e7e1ffca6a Author: Neil Roberts @@ -10378,7 +10378,7 @@ Date: Wed Feb 16 14:11:25 2011 +0000 'Since:' was spelt 'SinceL' which I assume was a typo. clutter/clutter-colorize-effect.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 354f7b0e259173a007ec055bed6aab535a3b6d13 Author: Emmanuele Bassi @@ -10394,7 +10394,7 @@ Date: Tue Feb 15 14:46:20 2011 +0000 clutter/glx/clutter-backend-glx.c | 4 ---- clutter/wayland/clutter-backend-wayland.c | 4 ---- clutter/win32/clutter-backend-win32.c | 4 ---- - 5 files changed, 1 insertions(+), 16 deletions(-) + 5 files changed, 1 insertion(+), 16 deletions(-) commit ca94d0cc374703d1bba7b45ba31573849943c9b5 Author: Neil Roberts @@ -10407,7 +10407,7 @@ Date: Tue Feb 15 12:50:15 2011 +0000 the value is calculated directly as the parameter to COGL_NOTE. clutter/cogl/cogl/cogl-atlas.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit c5f057822e9e309deabce19cebeed09b5db4daf2 Author: Neil Roberts @@ -10423,7 +10423,7 @@ Date: Tue Feb 15 12:44:40 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2561 clutter/cogl/cogl/cogl-debug.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit fb3321d4feb8e451eb81a7087778ed31b103caf2 Author: Neil Roberts @@ -10456,7 +10456,7 @@ Date: Tue Feb 15 12:36:58 2011 +0000 it. -Wpointer-arith warns about these cases. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 6dc4af1c5da3e99324272fff3014da5d2c0e343a Author: Emmanuele Bassi @@ -10467,7 +10467,7 @@ Date: Tue Feb 15 14:15:59 2011 +0000 Fix some typos; add URLs for API references and Bugzilla. README.in | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit 92d13a1966ac261e8e71314040b95233a7f27c8a Author: Emmanuele Bassi @@ -10479,7 +10479,7 @@ Date: Tue Feb 15 12:13:14 2011 +0000 finally use warnings to catch issues. clutter/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6309fd6cd77ed685f36a0d4f4dd4633baa99677e Author: Emmanuele Bassi @@ -10494,7 +10494,7 @@ Date: Tue Feb 15 12:11:28 2011 +0000 This removes the last g-ir-scanner warning in Clutter. clutter/clutter-container.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6655bedba735d2066877c938767b0d675b265923 Author: Emmanuele Bassi @@ -10505,7 +10505,7 @@ Date: Tue Feb 15 12:31:12 2011 +0000 Mixing declarations and statements and unused variables. clutter/cogl/cogl/cogl-attribute.c | 14 +++++-- - clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 67 +++++++++++++++++++++---------- + clutter/cogl/cogl/cogl-bitmap-pixbuf.c | 67 +++++++++++++++++++++----------- clutter/cogl/cogl/cogl-blend-string.c | 4 +- 3 files changed, 57 insertions(+), 28 deletions(-) @@ -10524,20 +10524,20 @@ Date: Tue Feb 15 11:50:26 2011 +0000 Yes, it's almost unbearably stupid. Well, at least it's not 'index' in string.h, or 'y2' in math.h. - clutter/clutter-actor.c | 12 ++-- + clutter/clutter-actor.c | 12 ++--- clutter/clutter-actor.h | 2 +- clutter/clutter-animator.c | 10 ++-- clutter/clutter-id-pool.c | 30 ++++++------ - clutter/clutter-id-pool.h | 6 +- + clutter/clutter-id-pool.h | 6 +-- clutter/clutter-main.c | 99 ++++++++++++++++++++------------------- - clutter/clutter-main.h | 6 +- - clutter/clutter-score.c | 22 ++++---- + clutter/clutter-main.h | 6 +-- + clutter/clutter-score.c | 22 ++++----- clutter/clutter-score.h | 4 +- clutter/clutter-script-parser.c | 40 ++++++++-------- clutter/clutter-script.c | 8 ++-- - clutter/clutter-scriptable.c | 12 ++-- + clutter/clutter-scriptable.c | 12 ++--- clutter/clutter-scriptable.h | 4 +- - clutter/clutter-state.c | 18 ++++---- + clutter/clutter-state.c | 18 +++---- clutter/clutter-timeout-pool.c | 10 ++-- clutter/clutter-timeout-pool.h | 2 +- 16 files changed, 144 insertions(+), 141 deletions(-) @@ -10551,7 +10551,7 @@ Date: Tue Feb 15 11:34:21 2011 +0000 clutter/osx/clutter-backend-osx.c | 41 ++++++++++------- clutter/osx/clutter-device-manager-osx.c | 4 +- clutter/osx/clutter-event-loop-osx.c | 3 +- - clutter/osx/clutter-event-osx.c | 13 +++-- + clutter/osx/clutter-event-osx.c | 13 +++--- clutter/osx/clutter-stage-osx.c | 72 +++++++++++++++++------------- 5 files changed, 78 insertions(+), 55 deletions(-) @@ -10597,7 +10597,7 @@ Date: Thu Jan 20 17:45:47 2011 +0000 * get-tex-data clutter/cogl/cogl/Makefile.am | 2 + - clutter/cogl/cogl/cogl-atlas.c | 185 ++----------------- + clutter/cogl/cogl/cogl-atlas.c | 185 ++---------------- clutter/cogl/cogl/cogl-blit.c | 389 ++++++++++++++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-blit.h | 89 +++++++++ clutter/cogl/cogl/cogl-context.c | 4 + @@ -10615,7 +10615,7 @@ Date: Thu Feb 10 18:24:14 2011 +0000 texture is a simple 2D texture. clutter/cogl/cogl/cogl-texture-2d-private.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f947fe958fa99a3c2a2b3a9076023ba638665ce0 Author: Neil Roberts @@ -10629,7 +10629,7 @@ Date: Thu Feb 10 18:22:27 2011 +0000 clutter/cogl/cogl/cogl-texture-2d-private.h | 22 +++++++++++++++++ clutter/cogl/cogl/cogl-texture-2d.c | 35 +++++++++++++++++++++++++++ - 2 files changed, 57 insertions(+), 0 deletions(-) + 2 files changed, 57 insertions(+) commit 5cc062c16c98ca398c20342031c2cffd41609711 Author: Neil Roberts @@ -10644,7 +10644,7 @@ Date: Sat Feb 5 11:19:52 2011 +0000 clutter/cogl/cogl/cogl-framebuffer-private.h | 53 ++++++++++++++++++++++++++ clutter/cogl/cogl/cogl-framebuffer.c | 46 ++++++++++++++++++++++ - 2 files changed, 99 insertions(+), 0 deletions(-) + 2 files changed, 99 insertions(+) commit 5a159fcef4ba1c1734ff479932762e7164d9642d Author: Neil Roberts @@ -10659,8 +10659,8 @@ Date: Sat Feb 5 12:42:39 2011 +0000 code. Even with the restrictions, the extension provides enough features for what Cogl needs. - .../cogl/driver/gles/cogl-feature-functions-gles.h | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + .../cogl/driver/gles/cogl-feature-functions-gles.h | 18 ++++++++++++++++++ + 1 file changed, 18 insertions(+) commit 80bae51c01fc9eed35f3e0d64480b94e9146c7f4 Author: Neil Roberts @@ -10680,7 +10680,7 @@ Date: Fri Jan 21 17:37:10 2011 +0000 call instead. clutter/cogl/cogl/cogl-atlas-texture.c | 23 +++++++++++++++-------- - 1 files changed, 15 insertions(+), 8 deletions(-) + 1 file changed, 15 insertions(+), 8 deletions(-) commit e57aa3ca3ee88f117e72e668ab3e762b6ea731ba Author: Neil Roberts @@ -10708,7 +10708,7 @@ Date: Wed Feb 2 14:23:53 2011 +0000 clutter/cogl/cogl/cogl-attribute.c | 8 +- clutter/cogl/cogl/cogl-clip-stack.c | 10 +- clutter/cogl/cogl/cogl-clip-state.c | 14 +- - clutter/cogl/cogl/cogl-framebuffer-private.h | 23 +++- + clutter/cogl/cogl/cogl-framebuffer-private.h | 23 ++- clutter/cogl/cogl/cogl-framebuffer.c | 235 +++++++++++++++++++------- clutter/cogl/cogl/cogl-journal.c | 11 +- clutter/cogl/cogl/cogl-matrix-stack.c | 2 +- @@ -10741,7 +10741,7 @@ Date: Mon Feb 14 17:34:15 2011 +0000 build: Add README template to EXTRA_DIST Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fbaac155c5afc9d0f172334e7c8d7d4fd4c87f35 Author: Emmanuele Bassi @@ -10755,7 +10755,7 @@ Date: Mon Feb 14 16:49:01 2011 +0000 .gitignore | 1 + README | 1058 ---------------------------------------------------------- README.in | 1058 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 53 +++- + configure.ac | 53 ++- 4 files changed, 1099 insertions(+), 1071 deletions(-) commit b91befaacada5a499b863c3731b0581cea420660 @@ -10764,7 +10764,7 @@ Date: Mon Feb 14 16:15:55 2011 +0000 Post-release version bump to 1.6.5 - configure.ac | 4 +- + configure.ac | 4 +-- po/clutter-1.0.pot | 96 ++++++++++++++++++++++++++-------------------------- po/de.po | 94 +++++++++++++++++++++++++------------------------- po/fr.po | 94 +++++++++++++++++++++++++------------------------- @@ -10781,7 +10781,7 @@ Date: Mon Feb 14 15:53:02 2011 +0000 Release Clutter 1.6.4 (stable) NEWS | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 61 insertions(+), 2 deletions(-) commit 3d8445807a556bcf9b4f5346420eba2b0ed4a5b8 @@ -10823,7 +10823,7 @@ Date: Mon Feb 14 11:59:49 2011 +0000 implementation hasn't been a ClutterGroup in a long, long time. clutter/x11/clutter-stage-x11.h | 27 ++++++++++++++------------- - 1 files changed, 14 insertions(+), 13 deletions(-) + 1 file changed, 14 insertions(+), 13 deletions(-) commit 24c311466ca9481044091f4bb89a60aa3d0eb8e0 Author: Emmanuele Bassi @@ -10835,7 +10835,7 @@ Date: Sun Feb 13 19:27:51 2011 +0000 the main loop quits. tests/interactive/test-multistage.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 169df02a565a20810825180d217e6aa52c4c1965 Author: Emmanuele Bassi @@ -10850,7 +10850,7 @@ Date: Sun Feb 13 19:26:29 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2559 clutter/clutter-stage.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7c356fd05bb05b939406b2664963fc45c8a21778 Author: Emmanuele Bassi @@ -10863,7 +10863,7 @@ Date: Sun Feb 13 19:25:21 2011 +0000 debug note. clutter/x11/clutter-stage-x11.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit c2c51b2950634ecb166effef2337742c45e8ed2a Author: Emmanuele Bassi @@ -10875,7 +10875,7 @@ Date: Fri Feb 11 16:53:28 2011 +0000 variables and values. configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 2abf56fe929f1495b230ca33222c3f00a46ef3a8 Merge: b152a97 734a236 @@ -10933,7 +10933,7 @@ Date: Fri Feb 11 15:18:08 2011 +0000 This fixes http://bugzilla.clutter-project.org/show_bug.cgi?id=2550 clutter/clutter-offscreen-effect.c | 43 +++++++++++++++++++++++++++++++++++- - 1 files changed, 42 insertions(+), 1 deletions(-) + 1 file changed, 42 insertions(+), 1 deletion(-) commit 442d8c3f2e2246187468bcebcb4de287181785d4 Author: Chris Lord @@ -10948,7 +10948,7 @@ Date: Thu Feb 3 14:36:55 2011 +0000 Fixes http://bugzilla.clutter-project.org/show_bug.cgi?id=2541 clutter/clutter-offscreen-effect.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit b2ea7d1352cee7df3704c69b71ed43821363e1aa Author: Chris Lord @@ -10963,9 +10963,9 @@ Date: Thu Feb 3 13:58:20 2011 +0000 This also required a new private flag, in_clone_paint, to maintain the functionality of the public function clutter_actor_is_in_clone_paint() - clutter/clutter-actor-private.h | 6 +++- - clutter/clutter-actor.c | 48 ++++++++++++++++++-------------------- - clutter/clutter-clone.c | 14 +++++++---- + clutter/clutter-actor-private.h | 6 +++-- + clutter/clutter-actor.c | 48 +++++++++++++++++++-------------------- + clutter/clutter-clone.c | 14 ++++++++---- 3 files changed, 36 insertions(+), 32 deletions(-) commit 75434b8a69164518acc4a5f766ae95ba1a3f376a @@ -10996,7 +10996,7 @@ Date: Fri Feb 11 15:44:03 2011 +0000 unstable cycles should reset the value to 0. configure.ac | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 5f9022b593a4a4b07a27a818744f79736b8c3ca5 Merge: 2ee7052 cf18836 @@ -11027,7 +11027,7 @@ Date: Wed Feb 2 15:17:50 2011 +0000 reference to the current framebuffer instead. clutter/cogl/cogl/cogl-framebuffer.c | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit 3afa732bcece85dabbccee3df225886a0af1a4bf Author: Neil Roberts @@ -11041,7 +11041,7 @@ Date: Wed Feb 9 19:31:42 2011 +0000 was causing leaks of offscreens and textures. clutter/cogl/cogl/cogl-framebuffer.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ced045148fa2b5af892f590f4e0708bfce40fe95 Author: Emmanuele Bassi @@ -11053,7 +11053,7 @@ Date: Thu Feb 10 10:35:35 2011 +0000 structure. build/clutter.modules | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ce3f55292a343d4877558f817d3a02115bf2c453 Author: Robert Bragg @@ -11069,7 +11069,7 @@ Date: Tue Feb 8 17:54:49 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2551 clutter/glx/clutter-stage-glx.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 7b0491427c9162ce2dfa0d2ae6728a2f591ca458 Author: Robert Bragg @@ -11081,7 +11081,7 @@ Date: Tue Feb 1 13:24:13 2011 +0000 used to replace a previously added attribute with the same name. clutter/cogl/cogl/cogl-vertex-buffer.h | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d0ca228776a5d057368cea2c743ea17b6c1a0c65 Author: Robert Bragg @@ -11094,7 +11094,7 @@ Date: Tue Feb 1 13:19:49 2011 +0000 equal @result. clutter/cogl/cogl/cogl-matrix.h | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 9adbb2f20ce4e9d6e51380079fec6d635d538d08 Author: Emmanuele Bassi @@ -11104,8 +11104,8 @@ Date: Wed Feb 9 16:16:57 2011 +0000 Sorry for breaking it. - clutter/egl/clutter-stage-egl.c | 146 +++++++++++++++++++------------------- - 1 files changed, 73 insertions(+), 73 deletions(-) + clutter/egl/clutter-stage-egl.c | 146 +++++++++++++++++++-------------------- + 1 file changed, 73 insertions(+), 73 deletions(-) commit bb56a26daa817c98d75a81c5656fa087d21e7762 Author: Emmanuele Bassi @@ -11116,7 +11116,7 @@ Date: Wed Feb 9 16:20:40 2011 +0000 Silence compiler warnings. clutter/x11/clutter-keymap-x11.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 645ca5620815d36c4a49546fd61928bafc3d15dd Author: Neil Roberts @@ -11133,7 +11133,7 @@ Date: Wed Feb 9 15:24:43 2011 +0000 clutter/cogl/cogl/cogl-pipeline-vertend-fixed.c | 2 ++ clutter/cogl/cogl/cogl-pipeline-vertend-glsl.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 98a33e03d32efc8b551b80a1a5af065ea9e1f7a8 Author: Neil Roberts @@ -11150,7 +11150,7 @@ Date: Wed Feb 9 15:12:13 2011 +0000 tests/conform/Makefile.am | 1 + tests/conform/test-cogl-pipeline-user-matrix.c | 144 ++++++++++++++++++++++++ tests/conform/test-conform-main.c | 1 + - 3 files changed, 146 insertions(+), 0 deletions(-) + 3 files changed, 146 insertions(+) commit 95f6359f647a162f361b237d9c38a597c49987a7 Author: Emmanuele Bassi @@ -11189,8 +11189,8 @@ Date: Wed Feb 9 13:05:12 2011 +0000 is to connect to the ::destroy signal and clean up the pointer to avoid calling an invalid actor. - tests/interactive/test-actors.c | 55 ++++++++++++++++++++++++++++++-------- - 1 files changed, 43 insertions(+), 12 deletions(-) + tests/interactive/test-actors.c | 55 ++++++++++++++++++++++++++++++--------- + 1 file changed, 43 insertions(+), 12 deletions(-) commit 719e3b7e20d432bb43b0e1fd3b2d1e7035fa4863 Author: Emmanuele Bassi @@ -11202,7 +11202,7 @@ Date: Wed Feb 9 12:55:25 2011 +0000 unused members; clean up the declarations. clutter/clutter-private.h | 86 +++++++++++++++++++++++++-------------------- - 1 files changed, 48 insertions(+), 38 deletions(-) + 1 file changed, 48 insertions(+), 38 deletions(-) commit ef4688fd0eb1bd915c6f924bbe03399855ae85ef Author: Emmanuele Bassi @@ -11247,9 +11247,9 @@ Date: Wed Feb 9 12:20:56 2011 +0000 clutter/egl/clutter-backend-egl.c | 2 +- clutter/glx/clutter-backend-glx.c | 2 +- clutter/x11/clutter-backend-x11.c | 62 ++++++++++------------------------- - clutter/x11/clutter-backend-x11.h | 11 ------ + clutter/x11/clutter-backend-x11.h | 11 ------- clutter/x11/clutter-keymap-x11.c | 7 +--- - clutter/x11/clutter-stage-x11.c | 5 ++- + clutter/x11/clutter-stage-x11.c | 5 +-- 8 files changed, 96 insertions(+), 65 deletions(-) commit e9fa986ccc0328712e48342c6ba20cffb767f9b7 @@ -11258,8 +11258,8 @@ Date: Tue Feb 8 18:03:43 2011 +0000 docs: Update the HACKING.backends documentation - doc/HACKING.backends | 62 +++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 47 insertions(+), 15 deletions(-) + doc/HACKING.backends | 62 ++++++++++++++++++++++++++++++++++++++------------ + 1 file changed, 47 insertions(+), 15 deletions(-) commit 224280be22aafe1df9b57fb5d200627552f37c57 Author: Emmanuele Bassi @@ -11300,7 +11300,7 @@ Date: Tue Feb 8 15:55:18 2011 +0000 Instead, we have to call cogl_texture_get_data() ourselves to sync manually. - clutter/wayland/clutter-stage-wayland.c | 44 ++++++++++++++++++++++-------- + clutter/wayland/clutter-stage-wayland.c | 44 ++++++++++++++++++++++--------- clutter/wayland/clutter-stage-wayland.h | 4 ++- 2 files changed, 35 insertions(+), 13 deletions(-) @@ -11313,7 +11313,7 @@ Date: Tue Feb 8 15:53:08 2011 +0000 Make sure it's compatible with the API that's in use. clutter/wayland/clutter-backend-wayland.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 20b1350614cab53c2ded828cdffc96db3c083ddd Author: nobled @@ -11333,7 +11333,7 @@ Date: Tue Feb 8 15:45:39 2011 +0000 created. clutter/wayland/clutter-backend-wayland.c | 89 +++++++++++++++++++++-------- - 1 files changed, 65 insertions(+), 24 deletions(-) + 1 file changed, 65 insertions(+), 24 deletions(-) commit 7da930fb75b7a653b2d8360267b0060c6c996e67 Author: Emmanuele Bassi @@ -11346,7 +11346,7 @@ Date: Fri Feb 4 15:08:48 2011 +0000 clutter/clutter-stage-window.c | 12 ++++++++++++ clutter/clutter-stage-window.h | 4 ++++ - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit bbf73f58b6e9e6f3554391ff1f2d6fca0682ebeb Author: Emmanuele Bassi @@ -11399,7 +11399,7 @@ Date: Tue Feb 8 14:37:59 2011 +0000 doc/cookbook/examples/animations-path-easing.c | 104 +++++++++ doc/cookbook/examples/animations-path.c | 61 ++++++ doc/cookbook/videos/animations-path.ogv | Bin 0 -> 39639 bytes - 7 files changed, 571 insertions(+), 0 deletions(-) + 7 files changed, 571 insertions(+) commit 9090070a98d7ab8201d29807b18ffad4db89a131 Author: Emmanuele Bassi @@ -11431,7 +11431,7 @@ Date: Mon Feb 7 15:59:42 2011 +0000 Post-release version bump to 1.6.3 - configure.ac | 4 +- + configure.ac | 4 ++-- po/clutter-1.0.pot | 56 ++++++++++++++++++++++++++-------------------------- po/de.po | 54 +++++++++++++++++++++++++------------------------- po/fr.po | 54 +++++++++++++++++++++++++------------------------- @@ -11448,7 +11448,7 @@ Date: Mon Feb 7 15:42:45 2011 +0000 Release Clutter 1.6.2 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3e857802a8a94718f483f14c0567c0a6dbe2338e Author: Emmanuele Bassi @@ -11457,7 +11457,7 @@ Date: Mon Feb 7 15:42:23 2011 +0000 Update NEWS NEWS | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 615c200707411bad14d6864e679ec8c279ec276b Author: Emmanuele Bassi @@ -11470,7 +11470,7 @@ Date: Mon Feb 7 15:40:09 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2549 clutter/cally/cally.pc.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9fa85ee9bfa1848f5058d3c9e42aecb2e5865712 Author: Emmanuele Bassi @@ -11483,7 +11483,7 @@ Date: Thu Feb 3 16:25:42 2011 +0000 resilient to that scenario. clutter/osx/clutter-backend-osx.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit d846f5fe6a63ef95d1ce12d573b36521f8defd90 Author: Emmanuele Bassi @@ -11495,7 +11495,7 @@ Date: Thu Feb 3 11:30:10 2011 +0000 warning if clutter_do_event() is being called with a stage-less event. clutter/clutter-main.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) + 1 file changed, 16 insertions(+), 2 deletions(-) commit 63e88d9840743bf131bc6861112c94c5d8905fbc Author: Emmanuele Bassi @@ -11504,7 +11504,7 @@ Date: Thu Feb 3 11:26:09 2011 +0000 stage: Unconditionally create the devices hash table clutter/clutter-stage.c | 14 +++----------- - 1 files changed, 3 insertions(+), 11 deletions(-) + 1 file changed, 3 insertions(+), 11 deletions(-) commit f133d84c026a5c7737c348a85c70f49ab1adb90d Author: Emmanuele Bassi @@ -11516,7 +11516,7 @@ Date: Thu Feb 3 11:25:28 2011 +0000 we cannot guarantee that the stage is actually valid. clutter/clutter-stage.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 901ed3256863118b28bd843e56449b9ee51160da Author: Viatcheslav Gachkaylo @@ -11550,7 +11550,7 @@ Date: Wed Feb 2 14:43:38 2011 +0000 that all backends share. clutter/osx/clutter-event-osx.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit af22290f0d8822105c11f038723bbb3e4d0c3471 Author: Emmanuele Bassi @@ -11562,7 +11562,7 @@ Date: Wed Feb 2 14:41:57 2011 +0000 ClutterEvent from the corresponding NSEvent. clutter/osx/clutter-event-osx.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 55e26e23df68ff8f18bc75eb6b3512edbe852456 Author: Neil Roberts @@ -11587,8 +11587,8 @@ Date: Tue Feb 1 18:43:27 2011 +0000 http://bugzilla.clutter-project.org/show_bug.cgi?id=2544 - clutter/cogl/cogl/cogl-vertex-buffer.c | 33 ++++++++++++++++++++++++++----- - 1 files changed, 27 insertions(+), 6 deletions(-) + clutter/cogl/cogl/cogl-vertex-buffer.c | 33 ++++++++++++++++++++++++++------ + 1 file changed, 27 insertions(+), 6 deletions(-) commit 5740a5a38a4d0a0b22e62ea0035b8e360c7a6cc0 Author: Neil Roberts @@ -11608,7 +11608,7 @@ Date: Tue Feb 1 17:38:58 2011 +0000 the comparison. clutter/cogl/cogl/cogl-pipeline.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit a573ad05c93ee2002882569d09def280ac9f9367 Author: Emmanuele Bassi @@ -11621,7 +11621,7 @@ Date: Tue Feb 1 14:44:22 2011 +0000 direct access to the structures still works. clutter/clutter-event.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 8fc462269db02dc076067d9b5262e6a5492215a9 Author: Emmanuele Bassi @@ -11634,7 +11634,7 @@ Date: Tue Feb 1 14:38:08 2011 +0000 cookbook themselves. Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 428f64212c2c510f7c4484fda189b8fdb4249bc0 Author: Emmanuele Bassi @@ -11647,7 +11647,7 @@ Date: Tue Feb 1 14:33:29 2011 +0000 release can actually build the cookbook. doc/cookbook/Makefile.am | 112 +++++++++++++++++++------------------ - doc/cookbook/examples/Makefile.am | 70 ++++++++++++------------ + doc/cookbook/examples/Makefile.am | 70 +++++++++++------------ 2 files changed, 93 insertions(+), 89 deletions(-) commit 6f1e5010d90ed74dacfaaf8807ffa6704a8d5329 @@ -11659,7 +11659,7 @@ Date: Tue Feb 1 14:32:41 2011 +0000 Since doesn't like it when it's not the last annotation. clutter/cally/cally-actor.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2ded18933e767afa6859d35de3de15850743d798 Author: Neil Roberts @@ -11688,7 +11688,7 @@ Date: Mon Jan 31 18:53:51 2011 +0000 get to avoid an extra conditional in cogl_matrix_transform_points. clutter/cogl/cogl/cogl-matrix.c | 246 ++++++++------------------------------- - 1 files changed, 50 insertions(+), 196 deletions(-) + 1 file changed, 50 insertions(+), 196 deletions(-) commit c4d4a5469af9ac8e426c5321a4407409cddf93c9 Author: Emmanuele Bassi @@ -11700,7 +11700,7 @@ Date: Tue Feb 1 12:45:52 2011 +0000 Clutter's cookbook from the tarball. doc/cookbook/examples/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e855bc45a266ab72ac1545fadf506d0ae0128c50 Author: nobled @@ -11725,7 +11725,7 @@ Date: Mon Jan 31 04:22:50 2011 +0000 clutter/wayland/clutter-backend-wayland.h | 1 + clutter/wayland/clutter-stage-wayland.c | 62 +++++++++++++++++++++++++++++ clutter/wayland/clutter-stage-wayland.h | 8 ++++ - 4 files changed, 75 insertions(+), 0 deletions(-) + 4 files changed, 75 insertions(+) commit adeb6119346f46e015cb54b856b2d73543353496 Author: Emmanuele Bassi @@ -11733,7 +11733,7 @@ Date: Mon Jan 31 15:04:48 2011 +0000 Post-release version bump to 1.6.1 - configure.ac | 4 +- + configure.ac | 4 +-- po/clutter-1.0.pot | 76 ++++++++++++++++++++++++++-------------------------- po/de.po | 74 +++++++++++++++++++++++++------------------------- po/fr.po | 74 +++++++++++++++++++++++++------------------------- @@ -11753,7 +11753,7 @@ Date: Mon Jan 31 03:07:37 2011 +0000 its own functions/subclass to prepare for adding SHM buffers. clutter/wayland/clutter-stage-wayland.c | 56 ++++++++++++++++++++++--------- - clutter/wayland/clutter-stage-wayland.h | 12 +++++- + clutter/wayland/clutter-stage-wayland.h | 12 +++++-- 2 files changed, 50 insertions(+), 18 deletions(-) commit 15cd4705dbd51025e452810a873e2010bee494b9 @@ -11769,7 +11769,7 @@ Date: Mon Jan 31 02:45:01 2011 +0000 the two depends on the system's endianness. clutter/wayland/clutter-stage-wayland.c | 31 ++++++++++++++++++++++++++++--- - 1 files changed, 28 insertions(+), 3 deletions(-) + 1 file changed, 28 insertions(+), 3 deletions(-) commit 2ff5cf5aa0178e921203a220e64645ae2f705de2 Author: nobled @@ -11783,7 +11783,7 @@ Date: Mon Jan 31 02:27:23 2011 +0000 The format needs to differ based on endianness, though... clutter/wayland/clutter-stage-wayland.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f6a6a44fe7e7561558a375b780ba17b0dfa1e842 Author: nobled @@ -11797,7 +11797,7 @@ Date: Mon Jan 31 02:14:17 2011 +0000 the stage argument isn't really even needed. clutter/wayland/clutter-stage-wayland.c | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit 7e4a8fd907d728d4daa7bd0c124a22e86659fc7b Author: nobled @@ -11807,7 +11807,7 @@ Date: Sun Jan 30 22:43:50 2011 +0000 Just create a one-pixel dummy surface for eglMakeCurrent(). - clutter/wayland/clutter-backend-wayland.c | 62 ++++++++++++++++++++++------ + clutter/wayland/clutter-backend-wayland.c | 62 ++++++++++++++++++++++------- clutter/wayland/clutter-backend-wayland.h | 1 + 2 files changed, 49 insertions(+), 14 deletions(-) @@ -11820,7 +11820,7 @@ Date: Sun Jan 30 22:22:10 2011 +0000 It's a whole different extension name for each GL api. clutter/wayland/clutter-backend-wayland.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 542717e45b7279e220e033069a6712693eafa49d Author: nobled @@ -11832,7 +11832,7 @@ Date: Sun Jan 30 22:18:55 2011 +0000 requesting the wrong API version in the case of GLES1. clutter/wayland/clutter-backend-wayland.c | 19 ++++++++++++++----- - 1 files changed, 14 insertions(+), 5 deletions(-) + 1 file changed, 14 insertions(+), 5 deletions(-) commit 9dcb9453ede3ff435ddaf492123a25ad128630e3 Author: nobled @@ -11841,7 +11841,7 @@ Date: Sun Jan 30 22:06:23 2011 +0000 wayland: use EGL_NO_SURFACE clutter/wayland/clutter-backend-wayland.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0886452dc241d18a1c6d4d787b06e61ea75a2b57 Author: nobled @@ -11867,7 +11867,7 @@ Date: Fri Jan 28 16:50:06 2011 +0000 (e7f62bc936995c5d998f7c8dc4b2b1b7254ea97d) clutter/wayland/clutter-backend-wayland.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4197bada4208f08e7a4a3fc684f858aa8ea53b09 Author: nobled @@ -11876,4 +11876,4 @@ Date: Fri Jan 28 16:49:07 2011 +0000 fix ClutterContainer docs clutter/clutter-container.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 881a5b0..4142d4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -82,11 +82,11 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = config.h.win32 README \ clutter/cex100/clutter-cex100.h CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -109,9 +109,11 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -140,6 +142,8 @@ am__relativize = \ GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.xz distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -427,7 +431,7 @@ all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.changelog $(top_srcdir)/build/autotools/Makefile.am.release $(am__configure_deps) @for dep in $?; do \ @@ -452,6 +456,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.changelog $(top_srcdir)/build/autotools/Makefile.am.release: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -463,10 +468,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -704,14 +707,18 @@ dist-gzip: distdir $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -728,7 +735,7 @@ dist-zip: distdir $(am__remove_distdir) dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -742,6 +749,8 @@ distcheck: dist bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -761,6 +770,7 @@ distcheck: dist && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -789,8 +799,16 @@ distcheck: dist list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -821,10 +839,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -914,18 +937,19 @@ uninstall-am: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-recursive uninstall uninstall-am + dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ + dist-xz dist-zip distcheck distclean distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am changelogs: diff --git a/NEWS b/NEWS index eaf013b..835356e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,60 @@ +Clutter 1.10.4 2012-05-01 +=============================================================================== + + • List of changes since Clutter 1.10.2 + + - Fixes for XInput 2 event handling + We should only select events for enabled devices, and keep track of the + device state. + + - Fix an overflow when calculating the distance of very long paths + + - Ensure that we don't change actor visibility when restacking + + • List of bugs fixed since Clutter 1.10.2 + + [bugzilla.gnome.org] + #674510 - Changing a hidden child's position with new API shows the actor + #673644 - Scroll not working in document overview + #652521 - get_length fails in Clutter.Path when length is greater + than 46340 +Many thanks to: + + Cosimo Cecchi, Christian Kirbach, Jasper St. Pierre, Jonh Wendell, + Yuri Myasoedov. + +Clutter 1.10.2 2012-04-16 +=============================================================================== + + • List of changes since Clutter 1.10.0 + + - Fix expansion of actors inside a TableLayout + For actors that span more than one column, the wrong flag was being + used to compute the expansion. + + - Fix text length passed to ClutterTextBuffer + This should fix crashers happening when changing the contents of a + TextBuffer with non-ASCII characters. + + - Clean up handling of in-flight changes during implicit transitions + The transitions are updated using the new value, as well as the + current easing state. The documentation has been updated to define + the behaviour of the implicit animations. + + • List of bugs fixed since Clutter 1.10.0 + + [bugzilla.gnome.org] + #673783 - ClutterTextBuffer crashes + #672945 - Fixes for the implicit actor animation API + #672853 - Assistant layout is broken + #672890 - CRASH: ClutterAnimation finalized without disconnecting timeline + #674105 - cally.pc is buggy + +Many thanks to: + + Jasper St. Pierre, Neil Roberts, Owen W. Taylor, Peter Hutterer, + Stefano Facchini, Tristan Van Berkom. + Clutter 1.10.0 2012-03-22 =============================================================================== diff --git a/README b/README index 7134286..8b98f1f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for Clutter 1.10.0 +README for Clutter 1.10.4 =============================================================================== Clutter is an open source software library for creating fast, compelling, diff --git a/aclocal.m4 b/aclocal.m4 index 42982ed..9248aea 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,12 +20,15 @@ You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -34,7 +38,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,19 +54,21 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -144,14 +150,14 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -191,6 +197,7 @@ AC_CACHE_CHECK([dependency style of $depcc], # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -255,7 +262,7 @@ AC_CACHE_CHECK([dependency style of $depcc], break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -320,10 +327,13 @@ AC_DEFUN([AM_DEP_TRACK], if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -545,12 +555,15 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -717,12 +730,15 @@ else fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -745,13 +761,14 @@ esac # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -759,13 +776,13 @@ AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -776,12 +793,14 @@ AC_DEFUN([_AM_SET_OPTIONS], AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -858,13 +877,13 @@ Check your system clock]) fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- @@ -879,18 +898,50 @@ yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using `$V' instead of `$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -913,13 +964,13 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -928,13 +979,13 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])]) AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -956,10 +1007,11 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff --git a/build/Makefile.in b/build/Makefile.in index 9be06a3..28b4800 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,11 +64,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -587,10 +587,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/build/autotools/Makefile.in b/build/autotools/Makefile.in index d5581d2..d8d3cd8 100644 --- a/build/autotools/Makefile.in +++ b/build/autotools/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -400,10 +400,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/build/autotools/libtool.m4 b/build/autotools/libtool.m4 index 88de383..56666f0 100644 --- a/build/autotools/libtool.m4 +++ b/build/autotools/libtool.m4 @@ -1,8 +1,8 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -11,8 +11,8 @@ m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -146,6 +146,8 @@ AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl @@ -637,7 +639,7 @@ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -801,6 +803,7 @@ AC_DEFUN([LT_LANG], m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], @@ -822,6 +825,31 @@ m4_defun([_LT_LANG], ])# _LT_LANG +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], @@ -852,6 +880,10 @@ AC_PROVIDE_IFELSE([AC_PROG_GCJ], m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) @@ -954,7 +986,13 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -962,6 +1000,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ rm -rf libconftest.dylib* rm -f conftest.* fi]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no @@ -973,6 +1012,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF @@ -990,7 +1030,9 @@ _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? - if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -1035,8 +1077,8 @@ _LT_EOF ]) -# _LT_DARWIN_LINKER_FEATURES -# -------------------------- +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ @@ -1047,6 +1089,8 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES], _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi @@ -1330,14 +1374,27 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -1414,13 +1471,13 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -1600,6 +1657,11 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -1639,7 +1701,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -2185,7 +2247,7 @@ need_version=unknown case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -2194,7 +2256,7 @@ aix3*) ;; aix[[4-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -2259,7 +2321,7 @@ beos*) ;; bsdi[[45]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -2398,7 +2460,7 @@ m4_if([$1], [],[ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -2406,10 +2468,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -2417,7 +2475,7 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[[123]]*) objformat=aout ;; + freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -2435,7 +2493,7 @@ freebsd* | dragonfly*) esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) @@ -2455,17 +2513,18 @@ freebsd* | dragonfly*) ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -2526,7 +2585,7 @@ hpux9* | hpux10* | hpux11*) ;; interix[[3-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -2542,7 +2601,7 @@ irix5* | irix6* | nonstopux*) nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -2579,9 +2638,9 @@ linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2648,7 +2707,7 @@ netbsd*) ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -2717,7 +2776,7 @@ rdos*) ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2742,7 +2801,7 @@ sunos4*) ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -2766,7 +2825,7 @@ sysv4 | sysv4.3*) sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -2797,7 +2856,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2807,7 +2866,7 @@ tpf*) ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -3229,7 +3288,7 @@ irix5* | irix6* | nonstopux*) lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -3649,6 +3708,7 @@ for ac_symprfx in "" "_"; do # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -4233,7 +4293,9 @@ m4_if([$1], [CXX], [ case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi ;; esac else @@ -4325,18 +4387,33 @@ m4_if([$1], [CXX], [ ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; esac ;; esac @@ -4496,7 +4573,9 @@ m4_if([$1], [CXX], [ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl*) ;; + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] @@ -4521,7 +4600,6 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -4772,8 +4850,7 @@ _LT_EOF xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ @@ -5068,6 +5145,7 @@ _LT_EOF # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' @@ -5114,10 +5192,6 @@ _LT_EOF _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - freebsd1*) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -5130,7 +5204,7 @@ _LT_EOF ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes @@ -5169,7 +5243,6 @@ _LT_EOF fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes @@ -5611,9 +5684,6 @@ _LT_TAGDECL([], [no_undefined_flag], [1], _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], - [[If ld is used when linking, flag to hardcode $libdir into a binary - during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], @@ -5771,7 +5841,6 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -6141,7 +6210,7 @@ if test "$_lt_caught_CXX_error" != yes; then esac ;; - freebsd[[12]]*) + freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no @@ -6902,12 +6971,18 @@ public class foo { } }; _LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary @@ -7104,7 +7179,6 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7237,7 +7311,6 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7424,6 +7497,77 @@ CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler @@ -7493,6 +7637,13 @@ dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], diff --git a/build/autotools/ltoptions.m4 b/build/autotools/ltoptions.m4 index 17cfd51..5d9acd8 100644 --- a/build/autotools/ltoptions.m4 +++ b/build/autotools/ltoptions.m4 @@ -326,9 +326,24 @@ dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [pic_mode="$withval"], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) diff --git a/build/autotools/ltversion.m4 b/build/autotools/ltversion.m4 index 9c7b5d4..07a8602 100644 --- a/build/autotools/ltversion.m4 +++ b/build/autotools/ltversion.m4 @@ -9,15 +9,15 @@ # @configure_input@ -# serial 3293 ltversion.m4 +# serial 3337 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4]) -m4_define([LT_PACKAGE_REVISION], [1.3293]) +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4' -macro_revision='1.3293' +[macro_version='2.4.2' +macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) diff --git a/build/compile b/build/compile index c0096a7..b1f4749 100755 --- a/build/compile +++ b/build/compile @@ -1,10 +1,10 @@ #! /bin/sh -# Wrapper for compilers which do not understand `-c -o'. +# Wrapper for compilers which do not understand '-c -o'. -scriptversion=2009-10-06.20; # UTC +scriptversion=2012-01-04.17; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free +# Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -29,21 +29,186 @@ scriptversion=2009-10-06.20; # UTC # bugs to or send patches to # . +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l*) + lib=${1#-l} + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + set x "$@" "$dir/$lib.dll.lib" + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + set x "$@" "$dir/$lib.lib" + break + fi + done + IFS=$save_IFS + + test "$found" != yes && set x "$@" "$lib.lib" + shift + ;; + -L*) + func_file_conv "${1#-L}" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] -Wrapper for compilers which do not understand `-c -o'. -Remove `-o dest.o' from ARGS, run PROGRAM with the remaining +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the -right script to run: please start by reading the file `INSTALL'. +right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF @@ -53,11 +218,13 @@ EOF echo "compile $scriptversion" exit $? ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; esac ofile= cfile= -eat= for arg do @@ -66,8 +233,8 @@ do else case $1 in -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. - # So we strip `-o arg' only if arg is an object. + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) @@ -94,10 +261,10 @@ do done if test -z "$ofile" || test -z "$cfile"; then - # If no `-o' option was seen then we might have been invoked from a + # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no - # `.c' file was seen then we are probably linking. That is also + # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi @@ -106,7 +273,7 @@ fi cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. -# Note: use `[/\\:.-]' here to ensure that we don't use the same name +# Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d diff --git a/build/config.guess b/build/config.guess index dc84c68..49ba16f 100755 --- a/build/config.guess +++ b/build/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,9 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -144,7 +145,7 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -180,7 +181,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -223,7 +224,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,7 +299,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} @@ -394,23 +398,23 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ EOF echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ EOF else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ EOF 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c - #define _HPUX_SOURCE - #include - #include + #define _HPUX_SOURCE + #include + #include - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ EOF exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ EOF exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -788,13 +792,12 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) @@ -803,15 +806,18 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -866,7 +872,7 @@ EOF EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,20 +884,29 @@ EOF then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -933,7 +948,7 @@ EOF test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu @@ -959,7 +974,7 @@ EOF echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,14 +982,17 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +1001,11 @@ EOF echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1037,7 @@ EOF fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1065,13 @@ EOF exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1106,8 @@ EOF /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1150,10 @@ EOF echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1179,11 @@ EOF exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1230,6 +1248,9 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; @@ -1275,13 +1296,13 @@ EOF echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1321,11 +1342,11 @@ main () #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff --git a/build/config.sub b/build/config.sub index 2a55a50..d6b6b3c 100755 --- a/build/config.sub +++ b/build/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,8 +75,9 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,8 +124,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -156,8 +158,8 @@ case $os in os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +175,10 @@ case $os in os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -249,13 +251,17 @@ case $basic_machine in | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ + | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ @@ -281,29 +287,39 @@ case $basic_machine in | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ - | rx \ + | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; @@ -313,6 +329,18 @@ case $basic_machine in basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -332,16 +360,19 @@ case $basic_machine in | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ @@ -367,25 +398,29 @@ case $basic_machine in | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ - | romp-* | rs6000-* | rx-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +445,7 @@ case $basic_machine in basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +515,20 @@ case $basic_machine in basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +560,7 @@ case $basic_machine in basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -674,7 +718,6 @@ case $basic_machine in i370-ibm* | ibm*) basic_machine=i370-ibm ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 @@ -732,7 +775,7 @@ case $basic_machine in basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze) basic_machine=microblaze-xilinx ;; mingw32) @@ -771,10 +814,18 @@ case $basic_machine in ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i386-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -839,6 +890,12 @@ case $basic_machine in np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +978,10 @@ case $basic_machine in ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -1017,6 +1075,9 @@ case $basic_machine in basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,20 +1134,8 @@ case $basic_machine in basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; tile*) - basic_machine=tile-unknown + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1156,6 +1205,9 @@ case $basic_machine in xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1305,11 @@ esac if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1293,8 +1345,9 @@ case $os in | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1394,7 @@ case $os in -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1443,7 @@ case $os in -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1488,8 @@ case $os in -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1512,10 @@ else # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1527,17 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1493,14 +1557,11 @@ case $basic_machine in ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1588,7 @@ case $basic_machine in *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff --git a/build/depcomp b/build/depcomp index df8eea7..bd0ac08 100755 --- a/build/depcomp +++ b/build/depcomp @@ -1,10 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-12-04.11; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, +# 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ Environment variables: object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -90,10 +90,18 @@ if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" + cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -158,10 +166,12 @@ gcc) ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as -## well. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -405,6 +415,52 @@ tru64) rm -f "$tmpdepfile" ;; +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test "$stat" = 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/ \1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/ / + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. @@ -503,7 +559,9 @@ makedepend) touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation diff --git a/build/install-sh b/build/install-sh index 6781b98..a9244eb 100755 --- a/build/install-sh +++ b/build/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-01-19.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -156,6 +156,10 @@ while test $# -ne 0; do -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then fi shift # arg dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -200,7 +208,11 @@ if test $# -eq 0; then fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ fi for src do - # Protect names starting with `-'. + # Protect names problematic for `test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ do echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -385,7 +392,7 @@ do case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ do for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then diff --git a/build/ltmain.sh b/build/ltmain.sh old mode 100755 new mode 100644 index 78cf017..63ae69d --- a/build/ltmain.sh +++ b/build/ltmain.sh @@ -1,9 +1,9 @@ -# libtool (GNU libtool) 2.4 +# libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -41,6 +41,7 @@ # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) +# --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages @@ -69,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4 +# $progname: (GNU libtool) 2.4.2 # automake: $automake_version # autoconf: $autoconf_version # @@ -79,9 +80,9 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.4 +VERSION=2.4.2 TIMESTAMP="" -package_revision=1.3293 +package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -136,15 +137,10 @@ progpath="$0" : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} -: ${EGREP="/bin/grep -E"} -: ${FGREP="/bin/grep -F"} -: ${GREP="/bin/grep"} -: ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} -: ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} @@ -387,7 +383,7 @@ case $progpath in ;; *) save_IFS="$IFS" - IFS=: + IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break @@ -771,8 +767,8 @@ func_help () s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ - s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ - s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } @@ -1052,6 +1048,7 @@ opt_finish=false opt_help=false opt_help_all=false opt_silent=: +opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false @@ -1120,6 +1117,10 @@ esac opt_silent=false func_append preserve_args " $opt" ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" @@ -2059,7 +2060,7 @@ func_mode_compile () *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup) + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; @@ -3201,11 +3202,13 @@ func_mode_install () # Set up the ranlib parameters. oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $oldlib" 'exit $?' + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. @@ -3470,7 +3473,7 @@ static const void *lt_preloaded_setup() { # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; @@ -3982,14 +3985,17 @@ func_exec_program_core () # launches target application with the remaining arguments. func_exec_program () { - for lt_wr_arg - do - case \$lt_wr_arg in - --lt-*) ;; - *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; - esac - shift - done + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac func_exec_program_core \${1+\"\$@\"} } @@ -5057,9 +5063,15 @@ void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' - + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' cat <<"EOF" } EOF @@ -5643,7 +5655,8 @@ func_mode_link () continue ;; - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" @@ -6147,7 +6160,8 @@ func_mode_link () lib= found=no case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" @@ -6831,7 +6845,7 @@ func_mode_link () test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then - add_dir="-L$dir" + add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in @@ -7316,6 +7330,7 @@ func_mode_link () # which has an extra 1 added just for fun # case $version_type in + # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result @@ -7432,7 +7447,7 @@ func_mode_link () versuffix="$major.$revision" ;; - linux) + linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" @@ -8020,6 +8035,11 @@ EOF # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= @@ -8058,11 +8078,7 @@ EOF if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" - if test -n "$hardcode_libdir_flag_spec_ld"; then - eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" - else - eval dep_rpath=\"$hardcode_libdir_flag_spec\" - fi + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. @@ -9152,6 +9168,8 @@ EOF esac done fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" @@ -9261,7 +9279,8 @@ EOF *.la) func_basename "$deplib" name="$func_basename_result" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" diff --git a/build/mingw/Makefile.in b/build/mingw/Makefile.in index 081165e..060e588 100644 --- a/build/mingw/Makefile.in +++ b/build/mingw/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -386,10 +386,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/build/missing b/build/missing index 28055d2..86a8fc3 100755 --- a/build/missing +++ b/build/missing @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-01-06.13; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -84,7 +84,6 @@ Supported PROGRAM values: help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and @@ -122,15 +121,6 @@ case $1 in # Not GNU programs, they don't have --version. ;; - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. @@ -226,7 +216,7 @@ WARNING: \`$1' $msg. You should only need it if \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` @@ -256,7 +246,7 @@ WARNING: \`$1' is $msg. You should only need it if \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` @@ -318,41 +308,6 @@ WARNING: \`$1' is $msg. You should only need it if touch $file ;; - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. diff --git a/build/win32/Makefile.in b/build/win32/Makefile.in index 252684a..84b6c8a 100644 --- a/build/win32/Makefile.in +++ b/build/win32/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -585,10 +585,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/build/win32/vs10/Makefile.in b/build/win32/vs10/Makefile.in index 9356599..2329b24 100644 --- a/build/win32/vs10/Makefile.in +++ b/build/win32/vs10/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -437,10 +437,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/build/win32/vs9/Makefile.in b/build/win32/vs9/Makefile.in index 96e69db..6627968 100644 --- a/build/win32/vs9/Makefile.in +++ b/build/win32/vs9/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -414,10 +414,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/clutter/Makefile.am b/clutter/Makefile.am index 0b46680..ed29129 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -583,7 +583,7 @@ clutterevdev_include_HEADERS = $(evdev_h) endif # SUPPORT_EVDEV if NEED_XKB_UTILS -backend_source_c_priv += $(srcdir)/evdev/clutter-xkb-utils.c +backend_source_c += $(srcdir)/evdev/clutter-xkb-utils.c backend_source_h_priv += $(srcdir)/evdev/clutter-xkb-utils.h endif @@ -623,7 +623,6 @@ egl_source_c = $(srcdir)/egl/clutter-backend-eglnative.c # Wayland backend rules if SUPPORT_WAYLAND backend_source_h_priv += \ - $(srcdir)/evdev/clutter-xkb-utils.h \ $(srcdir)/wayland/clutter-backend-wayland.h \ $(srcdir)/wayland/clutter-stage-wayland.h \ $(srcdir)/wayland/clutter-event-wayland.h \ @@ -631,7 +630,6 @@ backend_source_h_priv += \ $(srcdir)/wayland/clutter-device-manager-wayland.h backend_source_c += \ - $(srcdir)/evdev/clutter-xkb-utils.c \ $(srcdir)/wayland/clutter-backend-wayland.c \ $(srcdir)/wayland/clutter-stage-wayland.c \ $(srcdir)/wayland/clutter-event-wayland.c \ @@ -961,6 +959,7 @@ Cally_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_API_VERSION@.la Cally_@CLUTTER_API_VERSION_AM@_gir_FILES = $(cally_sources_h) $(cally_sources_c) Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) Cally_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \ + --warn-all \ --identifier-prefix=Cally \ --symbol-prefix=cally \ --c-include='cally/cally.h' \ @@ -973,6 +972,7 @@ if SUPPORT_X11 ClutterX11-@CLUTTER_API_VERSION@.gir: Makefile Clutter-@CLUTTER_API_VERSION@.gir ClutterX11_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \ + --warn-all \ --identifier-prefix=ClutterX11 \ --symbol-prefix=clutter_x11 \ --c-include='clutter/x11/clutter-x11.h' \ diff --git a/clutter/Makefile.in b/clutter/Makefile.in index ec1f060..464be1f 100644 --- a/clutter/Makefile.in +++ b/clutter/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -142,7 +142,6 @@ DIST_COMMON = $(am__cluttercex100_include_HEADERS_DIST) \ # Wayland backend rules @SUPPORT_WAYLAND_TRUE@am__append_37 = \ -@SUPPORT_WAYLAND_TRUE@ $(srcdir)/evdev/clutter-xkb-utils.h \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-backend-wayland.h \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-stage-wayland.h \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-event-wayland.h \ @@ -150,7 +149,6 @@ DIST_COMMON = $(am__cluttercex100_include_HEADERS_DIST) \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-device-manager-wayland.h @SUPPORT_WAYLAND_TRUE@am__append_38 = \ -@SUPPORT_WAYLAND_TRUE@ $(srcdir)/evdev/clutter-xkb-utils.c \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-backend-wayland.c \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-stage-wayland.c \ @SUPPORT_WAYLAND_TRUE@ $(srcdir)/wayland/clutter-event-wayland.c \ @@ -231,6 +229,12 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" \ "$(DESTDIR)$(cally_includedir)" \ @@ -270,8 +274,8 @@ am__libclutter_@CLUTTER_API_VERSION@_la_SOURCES_DIST = \ $(srcdir)/win32/clutter-device-manager-win32.c \ $(srcdir)/win32/clutter-event-win32.c \ $(srcdir)/win32/clutter-stage-win32.c \ - $(srcdir)/cex100/clutter-backend-cex100.c \ $(srcdir)/evdev/clutter-xkb-utils.c \ + $(srcdir)/cex100/clutter-backend-cex100.c \ $(srcdir)/wayland/clutter-backend-wayland.c \ $(srcdir)/wayland/clutter-stage-wayland.c \ $(srcdir)/wayland/clutter-event-wayland.c \ @@ -530,65 +534,64 @@ am__objects_11 = clutter-backend-win32.lo \ clutter-device-manager-win32.lo clutter-event-win32.lo \ clutter-stage-win32.lo $(am__objects_1) @SUPPORT_WIN32_TRUE@am__objects_12 = $(am__objects_11) -am__objects_13 = clutter-backend-cex100.lo -@SUPPORT_CEX100_TRUE@am__objects_14 = $(am__objects_13) -@SUPPORT_WAYLAND_TRUE@am__objects_15 = clutter-xkb-utils.lo \ -@SUPPORT_WAYLAND_TRUE@ clutter-backend-wayland.lo \ +@NEED_XKB_UTILS_TRUE@am__objects_13 = clutter-xkb-utils.lo +am__objects_14 = clutter-backend-cex100.lo +@SUPPORT_CEX100_TRUE@am__objects_15 = $(am__objects_14) +@SUPPORT_WAYLAND_TRUE@am__objects_16 = clutter-backend-wayland.lo \ @SUPPORT_WAYLAND_TRUE@ clutter-stage-wayland.lo \ @SUPPORT_WAYLAND_TRUE@ clutter-event-wayland.lo \ @SUPPORT_WAYLAND_TRUE@ clutter-input-device-wayland.lo \ @SUPPORT_WAYLAND_TRUE@ clutter-device-manager-wayland.lo -@SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_16 = \ +@SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_17 = \ @SUPPORT_WAYLAND_COMPOSITOR_TRUE@ clutter-wayland-surface.lo -am__objects_17 = clutter-backend-eglnative.lo -@SUPPORT_EGL_TRUE@am__objects_18 = $(am__objects_17) -am__objects_19 = clutter-backend-osx.lo clutter-stage-osx.lo \ +am__objects_18 = clutter-backend-eglnative.lo +@SUPPORT_EGL_TRUE@am__objects_19 = $(am__objects_18) +am__objects_20 = clutter-backend-osx.lo clutter-stage-osx.lo \ $(am__objects_1) -@SUPPORT_OSX_TRUE@am__objects_20 = $(am__objects_19) -am__objects_21 = $(am__objects_4) $(am__objects_6) $(am__objects_8) \ - $(am__objects_10) $(am__objects_12) $(am__objects_14) \ - $(am__objects_15) $(am__objects_16) $(am__objects_18) \ - $(am__objects_20) -am__objects_22 = $(am__objects_1) -@SUPPORT_X11_TRUE@am__objects_23 = $(am__objects_22) -@USE_COGL_TRUE@am__objects_24 = $(am__objects_1) -@SUPPORT_X11_TRUE@am__objects_25 = $(am__objects_1) -@SUPPORT_GDK_TRUE@am__objects_26 = $(am__objects_22) -@SUPPORT_WIN32_TRUE@am__objects_27 = $(am__objects_22) -@USE_EVDEV_TRUE@am__objects_28 = $(am__objects_1) -@SUPPORT_CEX100_TRUE@am__objects_29 = $(am__objects_1) -@SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_30 = $(am__objects_1) -@SUPPORT_EGL_TRUE@am__objects_31 = $(am__objects_22) -@SUPPORT_OSX_TRUE@am__objects_32 = $(am__objects_1) -am__objects_33 = $(am__objects_23) $(am__objects_24) $(am__objects_25) \ - $(am__objects_26) $(am__objects_27) $(am__objects_28) \ - $(am__objects_29) $(am__objects_30) $(am__objects_31) \ - $(am__objects_32) -am__objects_34 = xsettings-client.lo xsettings-common.lo \ +@SUPPORT_OSX_TRUE@am__objects_21 = $(am__objects_20) +am__objects_22 = $(am__objects_4) $(am__objects_6) $(am__objects_8) \ + $(am__objects_10) $(am__objects_12) $(am__objects_13) \ + $(am__objects_15) $(am__objects_16) $(am__objects_17) \ + $(am__objects_19) $(am__objects_21) +am__objects_23 = $(am__objects_1) +@SUPPORT_X11_TRUE@am__objects_24 = $(am__objects_23) +@USE_COGL_TRUE@am__objects_25 = $(am__objects_1) +@SUPPORT_X11_TRUE@am__objects_26 = $(am__objects_1) +@SUPPORT_GDK_TRUE@am__objects_27 = $(am__objects_23) +@SUPPORT_WIN32_TRUE@am__objects_28 = $(am__objects_23) +@USE_EVDEV_TRUE@am__objects_29 = $(am__objects_1) +@SUPPORT_CEX100_TRUE@am__objects_30 = $(am__objects_1) +@SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_31 = $(am__objects_1) +@SUPPORT_EGL_TRUE@am__objects_32 = $(am__objects_23) +@SUPPORT_OSX_TRUE@am__objects_33 = $(am__objects_1) +am__objects_34 = $(am__objects_24) $(am__objects_25) $(am__objects_26) \ + $(am__objects_27) $(am__objects_28) $(am__objects_29) \ + $(am__objects_30) $(am__objects_31) $(am__objects_32) \ + $(am__objects_33) +am__objects_35 = xsettings-client.lo xsettings-common.lo \ $(am__objects_1) -@SUPPORT_X11_TRUE@am__objects_35 = $(am__objects_34) -am__objects_36 = clutter-event-tslib.lo -@USE_TSLIB_TRUE@am__objects_37 = $(am__objects_36) -am__objects_38 = clutter-device-manager-evdev.lo \ +@SUPPORT_X11_TRUE@am__objects_36 = $(am__objects_35) +am__objects_37 = clutter-event-tslib.lo +@USE_TSLIB_TRUE@am__objects_38 = $(am__objects_37) +am__objects_39 = clutter-device-manager-evdev.lo \ clutter-input-device-evdev.lo $(am__objects_1) -@USE_EVDEV_TRUE@am__objects_39 = $(am__objects_38) -@NEED_XKB_UTILS_TRUE@am__objects_40 = clutter-xkb-utils.lo +@USE_EVDEV_TRUE@am__objects_40 = $(am__objects_39) am__objects_41 = clutter-event-loop-osx.lo clutter-event-osx.lo \ clutter-device-manager-osx.lo $(am__objects_1) @SUPPORT_OSX_TRUE@am__objects_42 = $(am__objects_41) -am__objects_43 = $(am__objects_35) $(am__objects_24) $(am__objects_37) \ - $(am__objects_39) $(am__objects_40) $(am__objects_42) +am__objects_43 = $(am__objects_36) $(am__objects_25) $(am__objects_38) \ + $(am__objects_40) $(am__objects_42) @BUILD_XI2_TRUE@am__objects_44 = $(am__objects_1) am__objects_45 = $(am__objects_1) $(am__objects_44) @SUPPORT_X11_TRUE@am__objects_46 = $(am__objects_45) -@USE_COGL_TRUE@am__objects_47 = $(am__objects_22) +@USE_COGL_TRUE@am__objects_47 = $(am__objects_23) @USE_TSLIB_TRUE@am__objects_48 = $(am__objects_1) -@USE_EVDEV_TRUE@am__objects_49 = $(am__objects_22) +@USE_EVDEV_TRUE@am__objects_49 = $(am__objects_23) @SUPPORT_EGL_TRUE@am__objects_50 = $(am__objects_1) -@SUPPORT_OSX_TRUE@am__objects_51 = $(am__objects_22) -am__objects_52 = $(am__objects_46) $(am__objects_47) $(am__objects_26) \ - $(am__objects_27) $(am__objects_48) $(am__objects_49) \ - $(am__objects_1) $(am__objects_29) $(am__objects_1) \ +@SUPPORT_OSX_TRUE@am__objects_51 = $(am__objects_23) +am__objects_52 = $(am__objects_46) $(am__objects_47) $(am__objects_27) \ + $(am__objects_28) $(am__objects_48) $(am__objects_49) \ + $(am__objects_1) $(am__objects_30) $(am__objects_1) \ $(am__objects_50) $(am__objects_51) am__objects_53 = clutter-action.lo clutter-actor-box.lo \ clutter-actor-meta.lo clutter-actor.lo \ @@ -638,21 +641,21 @@ am__objects_56 = clutter-timeout-interval.lo $(am__objects_1) am__objects_57 = cally-actor.lo cally.lo cally-clone.lo cally-group.lo \ cally-rectangle.lo cally-root.lo cally-stage.lo cally-text.lo \ cally-texture.lo cally-util.lo $(am__objects_1) -am_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = $(am__objects_21) \ - $(am__objects_33) $(am__objects_43) $(am__objects_52) \ - $(am__objects_53) $(am__objects_22) $(am__objects_54) \ - $(am__objects_22) $(am__objects_55) $(am__objects_22) \ - $(am__objects_56) $(am__objects_22) $(am__objects_57) \ - $(am__objects_22) $(am__objects_22) $(am__objects_1) +am_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = $(am__objects_22) \ + $(am__objects_34) $(am__objects_43) $(am__objects_52) \ + $(am__objects_53) $(am__objects_23) $(am__objects_54) \ + $(am__objects_23) $(am__objects_55) $(am__objects_23) \ + $(am__objects_56) $(am__objects_23) $(am__objects_57) \ + $(am__objects_23) $(am__objects_23) $(am__objects_1) am__objects_58 = clutter-enum-types.lo clutter-marshal.lo \ $(am__objects_1) nodist_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = $(am__objects_1) \ - $(am__objects_58) $(am__objects_22) + $(am__objects_58) $(am__objects_23) libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = \ $(am_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) \ $(nodist_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libclutter_@CLUTTER_API_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ @@ -669,21 +672,21 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libclutter_@CLUTTER_API_VERSION@_la_SOURCES) \ $(nodist_libclutter_@CLUTTER_API_VERSION@_la_SOURCES) @@ -1330,16 +1333,15 @@ compat_libs = $(am__append_16) $(am__append_36) # backend_source_built := built sources # backend_source_c = $(am__append_4) $(am__append_9) $(am__append_14) \ - $(am__append_18) $(am__append_22) $(am__append_33) \ - $(am__append_38) $(am__append_41) $(am__append_44) \ - $(am__append_49) + $(am__append_18) $(am__append_22) $(am__append_30) \ + $(am__append_33) $(am__append_38) $(am__append_41) \ + $(am__append_44) $(am__append_49) backend_source_h = $(am__append_3) $(am__append_8) $(am__append_13) \ $(am__append_17) $(am__append_21) $(am__append_29) \ $(am__append_32) $(am__append_40) $(am__append_43) \ $(am__append_48) backend_source_c_priv = $(am__append_6) $(am__append_11) \ - $(am__append_25) $(am__append_27) $(am__append_30) \ - $(am__append_51) + $(am__append_25) $(am__append_27) $(am__append_51) backend_source_h_priv = $(am__append_5) $(am__append_10) \ $(am__append_19) $(am__append_23) $(am__append_26) \ $(am__append_28) $(am__append_31) $(am__append_34) \ @@ -1641,6 +1643,7 @@ libclutter_@CLUTTER_API_VERSION@_la_LDFLAGS = \ @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_FILES = $(cally_sources_h) $(cally_sources_c) @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \ +@HAVE_INTROSPECTION_TRUE@ --warn-all \ @HAVE_INTROSPECTION_TRUE@ --identifier-prefix=Cally \ @HAVE_INTROSPECTION_TRUE@ --symbol-prefix=cally \ @HAVE_INTROSPECTION_TRUE@ --c-include='cally/cally.h' \ @@ -1648,6 +1651,7 @@ libclutter_@CLUTTER_API_VERSION@_la_LDFLAGS = \ @HAVE_INTROSPECTION_TRUE@ --include-uninstalled=$(top_builddir)/clutter/Clutter-@CLUTTER_API_VERSION@.gir @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \ +@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ --warn-all \ @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ --identifier-prefix=ClutterX11 \ @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ --symbol-prefix=clutter_x11 \ @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ --c-include='clutter/x11/clutter-x11.h' \ @@ -1719,6 +1723,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.marshal $(top_srcdir)/build/autotools/Makefile.am.enums $(top_srcdir)/build/autotools/Makefile.am.gcov: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -1763,7 +1768,7 @@ clean-libLTLIBRARIES: echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libclutter-@CLUTTER_API_VERSION@.la: $(libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) $(libclutter_@CLUTTER_API_VERSION@_la_DEPENDENCIES) +libclutter-@CLUTTER_API_VERSION@.la: $(libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) $(libclutter_@CLUTTER_API_VERSION@_la_DEPENDENCIES) $(EXTRA_libclutter_@CLUTTER_API_VERSION@_la_DEPENDENCIES) $(AM_V_CCLD)$(libclutter_@CLUTTER_API_VERSION@_la_LINK) -rpath $(libdir) $(libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) $(libclutter_@CLUTTER_API_VERSION@_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -1926,1210 +1931,1059 @@ distclean-compile: .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< clutter-backend-x11.lo: $(srcdir)/x11/clutter-backend-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-x11.lo -MD -MP -MF $(DEPDIR)/clutter-backend-x11.Tpo -c -o clutter-backend-x11.lo `test -f '$(srcdir)/x11/clutter-backend-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-backend-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-x11.Tpo $(DEPDIR)/clutter-backend-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-backend-x11.c' object='clutter-backend-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-backend-x11.c' object='clutter-backend-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-x11.lo `test -f '$(srcdir)/x11/clutter-backend-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-backend-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-x11.lo `test -f '$(srcdir)/x11/clutter-backend-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-backend-x11.c clutter-device-manager-core-x11.lo: $(srcdir)/x11/clutter-device-manager-core-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-core-x11.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-core-x11.Tpo -c -o clutter-device-manager-core-x11.lo `test -f '$(srcdir)/x11/clutter-device-manager-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-core-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-core-x11.Tpo $(DEPDIR)/clutter-device-manager-core-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-device-manager-core-x11.c' object='clutter-device-manager-core-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-device-manager-core-x11.c' object='clutter-device-manager-core-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-core-x11.lo `test -f '$(srcdir)/x11/clutter-device-manager-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-core-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-core-x11.lo `test -f '$(srcdir)/x11/clutter-device-manager-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-core-x11.c clutter-event-x11.lo: $(srcdir)/x11/clutter-event-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-x11.lo -MD -MP -MF $(DEPDIR)/clutter-event-x11.Tpo -c -o clutter-event-x11.lo `test -f '$(srcdir)/x11/clutter-event-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-event-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-x11.Tpo $(DEPDIR)/clutter-event-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-event-x11.c' object='clutter-event-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-event-x11.c' object='clutter-event-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-x11.lo `test -f '$(srcdir)/x11/clutter-event-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-event-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-x11.lo `test -f '$(srcdir)/x11/clutter-event-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-event-x11.c clutter-input-device-core-x11.lo: $(srcdir)/x11/clutter-input-device-core-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-core-x11.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-core-x11.Tpo -c -o clutter-input-device-core-x11.lo `test -f '$(srcdir)/x11/clutter-input-device-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-core-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-core-x11.Tpo $(DEPDIR)/clutter-input-device-core-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-input-device-core-x11.c' object='clutter-input-device-core-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-input-device-core-x11.c' object='clutter-input-device-core-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-core-x11.lo `test -f '$(srcdir)/x11/clutter-input-device-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-core-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-core-x11.lo `test -f '$(srcdir)/x11/clutter-input-device-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-core-x11.c clutter-keymap-x11.lo: $(srcdir)/x11/clutter-keymap-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-keymap-x11.lo -MD -MP -MF $(DEPDIR)/clutter-keymap-x11.Tpo -c -o clutter-keymap-x11.lo `test -f '$(srcdir)/x11/clutter-keymap-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-keymap-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-keymap-x11.Tpo $(DEPDIR)/clutter-keymap-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-keymap-x11.c' object='clutter-keymap-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-keymap-x11.c' object='clutter-keymap-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keymap-x11.lo `test -f '$(srcdir)/x11/clutter-keymap-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-keymap-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keymap-x11.lo `test -f '$(srcdir)/x11/clutter-keymap-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-keymap-x11.c clutter-stage-x11.lo: $(srcdir)/x11/clutter-stage-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-x11.lo -MD -MP -MF $(DEPDIR)/clutter-stage-x11.Tpo -c -o clutter-stage-x11.lo `test -f '$(srcdir)/x11/clutter-stage-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-stage-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-x11.Tpo $(DEPDIR)/clutter-stage-x11.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-stage-x11.c' object='clutter-stage-x11.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-stage-x11.c' object='clutter-stage-x11.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-x11.lo `test -f '$(srcdir)/x11/clutter-stage-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-stage-x11.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-x11.lo `test -f '$(srcdir)/x11/clutter-stage-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-stage-x11.c clutter-x11-texture-pixmap.lo: $(srcdir)/x11/clutter-x11-texture-pixmap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-x11-texture-pixmap.lo -MD -MP -MF $(DEPDIR)/clutter-x11-texture-pixmap.Tpo -c -o clutter-x11-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-x11-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-x11-texture-pixmap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-x11-texture-pixmap.Tpo $(DEPDIR)/clutter-x11-texture-pixmap.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-x11-texture-pixmap.c' object='clutter-x11-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-x11-texture-pixmap.c' object='clutter-x11-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-x11-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-x11-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-x11-texture-pixmap.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-x11-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-x11-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-x11-texture-pixmap.c clutter-device-manager-xi2.lo: $(srcdir)/x11/clutter-device-manager-xi2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-xi2.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-xi2.Tpo -c -o clutter-device-manager-xi2.lo `test -f '$(srcdir)/x11/clutter-device-manager-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-xi2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-xi2.Tpo $(DEPDIR)/clutter-device-manager-xi2.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-device-manager-xi2.c' object='clutter-device-manager-xi2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-device-manager-xi2.c' object='clutter-device-manager-xi2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-xi2.lo `test -f '$(srcdir)/x11/clutter-device-manager-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-xi2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-xi2.lo `test -f '$(srcdir)/x11/clutter-device-manager-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-xi2.c clutter-input-device-xi2.lo: $(srcdir)/x11/clutter-input-device-xi2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-xi2.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-xi2.Tpo -c -o clutter-input-device-xi2.lo `test -f '$(srcdir)/x11/clutter-input-device-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-xi2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-xi2.Tpo $(DEPDIR)/clutter-input-device-xi2.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-input-device-xi2.c' object='clutter-input-device-xi2.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-input-device-xi2.c' object='clutter-input-device-xi2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-xi2.lo `test -f '$(srcdir)/x11/clutter-input-device-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-xi2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-xi2.lo `test -f '$(srcdir)/x11/clutter-input-device-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-xi2.c clutter-stage-cogl.lo: $(srcdir)/cogl/clutter-stage-cogl.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-cogl.lo -MD -MP -MF $(DEPDIR)/clutter-stage-cogl.Tpo -c -o clutter-stage-cogl.lo `test -f '$(srcdir)/cogl/clutter-stage-cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl/clutter-stage-cogl.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-cogl.Tpo $(DEPDIR)/clutter-stage-cogl.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cogl/clutter-stage-cogl.c' object='clutter-stage-cogl.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cogl/clutter-stage-cogl.c' object='clutter-stage-cogl.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-cogl.lo `test -f '$(srcdir)/cogl/clutter-stage-cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl/clutter-stage-cogl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-cogl.lo `test -f '$(srcdir)/cogl/clutter-stage-cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl/clutter-stage-cogl.c clutter-glx-texture-pixmap.lo: $(srcdir)/x11/clutter-glx-texture-pixmap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-glx-texture-pixmap.lo -MD -MP -MF $(DEPDIR)/clutter-glx-texture-pixmap.Tpo -c -o clutter-glx-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-glx-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-glx-texture-pixmap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-glx-texture-pixmap.Tpo $(DEPDIR)/clutter-glx-texture-pixmap.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/clutter-glx-texture-pixmap.c' object='clutter-glx-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/clutter-glx-texture-pixmap.c' object='clutter-glx-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-glx-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-glx-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-glx-texture-pixmap.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-glx-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-glx-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-glx-texture-pixmap.c clutter-backend-gdk.lo: $(srcdir)/gdk/clutter-backend-gdk.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-backend-gdk.Tpo -c -o clutter-backend-gdk.lo `test -f '$(srcdir)/gdk/clutter-backend-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-backend-gdk.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-gdk.Tpo $(DEPDIR)/clutter-backend-gdk.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/gdk/clutter-backend-gdk.c' object='clutter-backend-gdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/gdk/clutter-backend-gdk.c' object='clutter-backend-gdk.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-gdk.lo `test -f '$(srcdir)/gdk/clutter-backend-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-backend-gdk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-gdk.lo `test -f '$(srcdir)/gdk/clutter-backend-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-backend-gdk.c clutter-device-manager-gdk.lo: $(srcdir)/gdk/clutter-device-manager-gdk.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-gdk.Tpo -c -o clutter-device-manager-gdk.lo `test -f '$(srcdir)/gdk/clutter-device-manager-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-device-manager-gdk.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-gdk.Tpo $(DEPDIR)/clutter-device-manager-gdk.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/gdk/clutter-device-manager-gdk.c' object='clutter-device-manager-gdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/gdk/clutter-device-manager-gdk.c' object='clutter-device-manager-gdk.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-gdk.lo `test -f '$(srcdir)/gdk/clutter-device-manager-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-device-manager-gdk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-gdk.lo `test -f '$(srcdir)/gdk/clutter-device-manager-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-device-manager-gdk.c clutter-input-device-gdk.lo: $(srcdir)/gdk/clutter-input-device-gdk.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-gdk.Tpo -c -o clutter-input-device-gdk.lo `test -f '$(srcdir)/gdk/clutter-input-device-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-input-device-gdk.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-gdk.Tpo $(DEPDIR)/clutter-input-device-gdk.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/gdk/clutter-input-device-gdk.c' object='clutter-input-device-gdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/gdk/clutter-input-device-gdk.c' object='clutter-input-device-gdk.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-gdk.lo `test -f '$(srcdir)/gdk/clutter-input-device-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-input-device-gdk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-gdk.lo `test -f '$(srcdir)/gdk/clutter-input-device-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-input-device-gdk.c clutter-event-gdk.lo: $(srcdir)/gdk/clutter-event-gdk.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-event-gdk.Tpo -c -o clutter-event-gdk.lo `test -f '$(srcdir)/gdk/clutter-event-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-event-gdk.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-gdk.Tpo $(DEPDIR)/clutter-event-gdk.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/gdk/clutter-event-gdk.c' object='clutter-event-gdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/gdk/clutter-event-gdk.c' object='clutter-event-gdk.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-gdk.lo `test -f '$(srcdir)/gdk/clutter-event-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-event-gdk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-gdk.lo `test -f '$(srcdir)/gdk/clutter-event-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-event-gdk.c clutter-stage-gdk.lo: $(srcdir)/gdk/clutter-stage-gdk.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-stage-gdk.Tpo -c -o clutter-stage-gdk.lo `test -f '$(srcdir)/gdk/clutter-stage-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-stage-gdk.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-gdk.Tpo $(DEPDIR)/clutter-stage-gdk.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/gdk/clutter-stage-gdk.c' object='clutter-stage-gdk.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/gdk/clutter-stage-gdk.c' object='clutter-stage-gdk.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-gdk.lo `test -f '$(srcdir)/gdk/clutter-stage-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-stage-gdk.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-gdk.lo `test -f '$(srcdir)/gdk/clutter-stage-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-stage-gdk.c clutter-backend-win32.lo: $(srcdir)/win32/clutter-backend-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-win32.lo -MD -MP -MF $(DEPDIR)/clutter-backend-win32.Tpo -c -o clutter-backend-win32.lo `test -f '$(srcdir)/win32/clutter-backend-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-backend-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-win32.Tpo $(DEPDIR)/clutter-backend-win32.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/win32/clutter-backend-win32.c' object='clutter-backend-win32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/win32/clutter-backend-win32.c' object='clutter-backend-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-win32.lo `test -f '$(srcdir)/win32/clutter-backend-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-backend-win32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-win32.lo `test -f '$(srcdir)/win32/clutter-backend-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-backend-win32.c clutter-device-manager-win32.lo: $(srcdir)/win32/clutter-device-manager-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-win32.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-win32.Tpo -c -o clutter-device-manager-win32.lo `test -f '$(srcdir)/win32/clutter-device-manager-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-device-manager-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-win32.Tpo $(DEPDIR)/clutter-device-manager-win32.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/win32/clutter-device-manager-win32.c' object='clutter-device-manager-win32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/win32/clutter-device-manager-win32.c' object='clutter-device-manager-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-win32.lo `test -f '$(srcdir)/win32/clutter-device-manager-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-device-manager-win32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-win32.lo `test -f '$(srcdir)/win32/clutter-device-manager-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-device-manager-win32.c clutter-event-win32.lo: $(srcdir)/win32/clutter-event-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-win32.lo -MD -MP -MF $(DEPDIR)/clutter-event-win32.Tpo -c -o clutter-event-win32.lo `test -f '$(srcdir)/win32/clutter-event-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-event-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-win32.Tpo $(DEPDIR)/clutter-event-win32.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/win32/clutter-event-win32.c' object='clutter-event-win32.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/win32/clutter-event-win32.c' object='clutter-event-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-win32.lo `test -f '$(srcdir)/win32/clutter-event-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-event-win32.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-win32.lo `test -f '$(srcdir)/win32/clutter-event-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-event-win32.c clutter-stage-win32.lo: $(srcdir)/win32/clutter-stage-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-win32.lo -MD -MP -MF $(DEPDIR)/clutter-stage-win32.Tpo -c -o clutter-stage-win32.lo `test -f '$(srcdir)/win32/clutter-stage-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-stage-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-win32.Tpo $(DEPDIR)/clutter-stage-win32.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/win32/clutter-stage-win32.c' object='clutter-stage-win32.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-win32.lo `test -f '$(srcdir)/win32/clutter-stage-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-stage-win32.c - -clutter-backend-cex100.lo: $(srcdir)/cex100/clutter-backend-cex100.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-cex100.lo -MD -MP -MF $(DEPDIR)/clutter-backend-cex100.Tpo -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-cex100.Tpo $(DEPDIR)/clutter-backend-cex100.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cex100/clutter-backend-cex100.c' object='clutter-backend-cex100.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/win32/clutter-stage-win32.c' object='clutter-stage-win32.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-win32.lo `test -f '$(srcdir)/win32/clutter-stage-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-stage-win32.c clutter-xkb-utils.lo: $(srcdir)/evdev/clutter-xkb-utils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-xkb-utils.lo -MD -MP -MF $(DEPDIR)/clutter-xkb-utils.Tpo -c -o clutter-xkb-utils.lo `test -f '$(srcdir)/evdev/clutter-xkb-utils.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-xkb-utils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-xkb-utils.Tpo $(DEPDIR)/clutter-xkb-utils.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/evdev/clutter-xkb-utils.c' object='clutter-xkb-utils.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/evdev/clutter-xkb-utils.c' object='clutter-xkb-utils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-xkb-utils.lo `test -f '$(srcdir)/evdev/clutter-xkb-utils.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-xkb-utils.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-xkb-utils.lo `test -f '$(srcdir)/evdev/clutter-xkb-utils.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-xkb-utils.c + +clutter-backend-cex100.lo: $(srcdir)/cex100/clutter-backend-cex100.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-cex100.lo -MD -MP -MF $(DEPDIR)/clutter-backend-cex100.Tpo -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-cex100.Tpo $(DEPDIR)/clutter-backend-cex100.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cex100/clutter-backend-cex100.c' object='clutter-backend-cex100.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c clutter-backend-wayland.lo: $(srcdir)/wayland/clutter-backend-wayland.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-backend-wayland.Tpo -c -o clutter-backend-wayland.lo `test -f '$(srcdir)/wayland/clutter-backend-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-backend-wayland.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-wayland.Tpo $(DEPDIR)/clutter-backend-wayland.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-backend-wayland.c' object='clutter-backend-wayland.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-backend-wayland.c' object='clutter-backend-wayland.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-wayland.lo `test -f '$(srcdir)/wayland/clutter-backend-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-backend-wayland.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-wayland.lo `test -f '$(srcdir)/wayland/clutter-backend-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-backend-wayland.c clutter-stage-wayland.lo: $(srcdir)/wayland/clutter-stage-wayland.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-stage-wayland.Tpo -c -o clutter-stage-wayland.lo `test -f '$(srcdir)/wayland/clutter-stage-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-stage-wayland.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-wayland.Tpo $(DEPDIR)/clutter-stage-wayland.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-stage-wayland.c' object='clutter-stage-wayland.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-stage-wayland.c' object='clutter-stage-wayland.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-wayland.lo `test -f '$(srcdir)/wayland/clutter-stage-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-stage-wayland.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-wayland.lo `test -f '$(srcdir)/wayland/clutter-stage-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-stage-wayland.c clutter-event-wayland.lo: $(srcdir)/wayland/clutter-event-wayland.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-event-wayland.Tpo -c -o clutter-event-wayland.lo `test -f '$(srcdir)/wayland/clutter-event-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-event-wayland.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-wayland.Tpo $(DEPDIR)/clutter-event-wayland.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-event-wayland.c' object='clutter-event-wayland.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-event-wayland.c' object='clutter-event-wayland.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-wayland.lo `test -f '$(srcdir)/wayland/clutter-event-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-event-wayland.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-wayland.lo `test -f '$(srcdir)/wayland/clutter-event-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-event-wayland.c clutter-input-device-wayland.lo: $(srcdir)/wayland/clutter-input-device-wayland.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-wayland.Tpo -c -o clutter-input-device-wayland.lo `test -f '$(srcdir)/wayland/clutter-input-device-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-input-device-wayland.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-wayland.Tpo $(DEPDIR)/clutter-input-device-wayland.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-input-device-wayland.c' object='clutter-input-device-wayland.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-input-device-wayland.c' object='clutter-input-device-wayland.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-wayland.lo `test -f '$(srcdir)/wayland/clutter-input-device-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-input-device-wayland.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-wayland.lo `test -f '$(srcdir)/wayland/clutter-input-device-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-input-device-wayland.c clutter-device-manager-wayland.lo: $(srcdir)/wayland/clutter-device-manager-wayland.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-wayland.Tpo -c -o clutter-device-manager-wayland.lo `test -f '$(srcdir)/wayland/clutter-device-manager-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-device-manager-wayland.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-wayland.Tpo $(DEPDIR)/clutter-device-manager-wayland.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-device-manager-wayland.c' object='clutter-device-manager-wayland.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-device-manager-wayland.c' object='clutter-device-manager-wayland.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-wayland.lo `test -f '$(srcdir)/wayland/clutter-device-manager-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-device-manager-wayland.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-wayland.lo `test -f '$(srcdir)/wayland/clutter-device-manager-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-device-manager-wayland.c clutter-wayland-surface.lo: $(srcdir)/wayland/clutter-wayland-surface.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-wayland-surface.lo -MD -MP -MF $(DEPDIR)/clutter-wayland-surface.Tpo -c -o clutter-wayland-surface.lo `test -f '$(srcdir)/wayland/clutter-wayland-surface.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-wayland-surface.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-wayland-surface.Tpo $(DEPDIR)/clutter-wayland-surface.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/wayland/clutter-wayland-surface.c' object='clutter-wayland-surface.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/wayland/clutter-wayland-surface.c' object='clutter-wayland-surface.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-wayland-surface.lo `test -f '$(srcdir)/wayland/clutter-wayland-surface.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-wayland-surface.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-wayland-surface.lo `test -f '$(srcdir)/wayland/clutter-wayland-surface.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-wayland-surface.c clutter-backend-eglnative.lo: $(srcdir)/egl/clutter-backend-eglnative.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-eglnative.lo -MD -MP -MF $(DEPDIR)/clutter-backend-eglnative.Tpo -c -o clutter-backend-eglnative.lo `test -f '$(srcdir)/egl/clutter-backend-eglnative.c' || echo '$(srcdir)/'`$(srcdir)/egl/clutter-backend-eglnative.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-eglnative.Tpo $(DEPDIR)/clutter-backend-eglnative.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/egl/clutter-backend-eglnative.c' object='clutter-backend-eglnative.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/egl/clutter-backend-eglnative.c' object='clutter-backend-eglnative.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-eglnative.lo `test -f '$(srcdir)/egl/clutter-backend-eglnative.c' || echo '$(srcdir)/'`$(srcdir)/egl/clutter-backend-eglnative.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-eglnative.lo `test -f '$(srcdir)/egl/clutter-backend-eglnative.c' || echo '$(srcdir)/'`$(srcdir)/egl/clutter-backend-eglnative.c clutter-backend-osx.lo: $(srcdir)/osx/clutter-backend-osx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-osx.lo -MD -MP -MF $(DEPDIR)/clutter-backend-osx.Tpo -c -o clutter-backend-osx.lo `test -f '$(srcdir)/osx/clutter-backend-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-backend-osx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-osx.Tpo $(DEPDIR)/clutter-backend-osx.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/osx/clutter-backend-osx.c' object='clutter-backend-osx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/osx/clutter-backend-osx.c' object='clutter-backend-osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-osx.lo `test -f '$(srcdir)/osx/clutter-backend-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-backend-osx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-osx.lo `test -f '$(srcdir)/osx/clutter-backend-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-backend-osx.c clutter-stage-osx.lo: $(srcdir)/osx/clutter-stage-osx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-osx.lo -MD -MP -MF $(DEPDIR)/clutter-stage-osx.Tpo -c -o clutter-stage-osx.lo `test -f '$(srcdir)/osx/clutter-stage-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-stage-osx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-osx.Tpo $(DEPDIR)/clutter-stage-osx.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/osx/clutter-stage-osx.c' object='clutter-stage-osx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/osx/clutter-stage-osx.c' object='clutter-stage-osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-osx.lo `test -f '$(srcdir)/osx/clutter-stage-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-stage-osx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-osx.lo `test -f '$(srcdir)/osx/clutter-stage-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-stage-osx.c xsettings-client.lo: $(srcdir)/x11/xsettings/xsettings-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsettings-client.lo -MD -MP -MF $(DEPDIR)/xsettings-client.Tpo -c -o xsettings-client.lo `test -f '$(srcdir)/x11/xsettings/xsettings-client.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-client.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsettings-client.Tpo $(DEPDIR)/xsettings-client.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/xsettings/xsettings-client.c' object='xsettings-client.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/xsettings/xsettings-client.c' object='xsettings-client.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-client.lo `test -f '$(srcdir)/x11/xsettings/xsettings-client.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-client.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-client.lo `test -f '$(srcdir)/x11/xsettings/xsettings-client.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-client.c xsettings-common.lo: $(srcdir)/x11/xsettings/xsettings-common.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsettings-common.lo -MD -MP -MF $(DEPDIR)/xsettings-common.Tpo -c -o xsettings-common.lo `test -f '$(srcdir)/x11/xsettings/xsettings-common.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-common.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xsettings-common.Tpo $(DEPDIR)/xsettings-common.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/x11/xsettings/xsettings-common.c' object='xsettings-common.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/x11/xsettings/xsettings-common.c' object='xsettings-common.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-common.lo `test -f '$(srcdir)/x11/xsettings/xsettings-common.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-common.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-common.lo `test -f '$(srcdir)/x11/xsettings/xsettings-common.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-common.c clutter-event-tslib.lo: $(srcdir)/tslib/clutter-event-tslib.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-tslib.lo -MD -MP -MF $(DEPDIR)/clutter-event-tslib.Tpo -c -o clutter-event-tslib.lo `test -f '$(srcdir)/tslib/clutter-event-tslib.c' || echo '$(srcdir)/'`$(srcdir)/tslib/clutter-event-tslib.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-tslib.Tpo $(DEPDIR)/clutter-event-tslib.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/tslib/clutter-event-tslib.c' object='clutter-event-tslib.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/tslib/clutter-event-tslib.c' object='clutter-event-tslib.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-tslib.lo `test -f '$(srcdir)/tslib/clutter-event-tslib.c' || echo '$(srcdir)/'`$(srcdir)/tslib/clutter-event-tslib.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-tslib.lo `test -f '$(srcdir)/tslib/clutter-event-tslib.c' || echo '$(srcdir)/'`$(srcdir)/tslib/clutter-event-tslib.c clutter-device-manager-evdev.lo: $(srcdir)/evdev/clutter-device-manager-evdev.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-evdev.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-evdev.Tpo -c -o clutter-device-manager-evdev.lo `test -f '$(srcdir)/evdev/clutter-device-manager-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-device-manager-evdev.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-evdev.Tpo $(DEPDIR)/clutter-device-manager-evdev.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/evdev/clutter-device-manager-evdev.c' object='clutter-device-manager-evdev.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/evdev/clutter-device-manager-evdev.c' object='clutter-device-manager-evdev.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-evdev.lo `test -f '$(srcdir)/evdev/clutter-device-manager-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-device-manager-evdev.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-evdev.lo `test -f '$(srcdir)/evdev/clutter-device-manager-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-device-manager-evdev.c clutter-input-device-evdev.lo: $(srcdir)/evdev/clutter-input-device-evdev.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-evdev.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-evdev.Tpo -c -o clutter-input-device-evdev.lo `test -f '$(srcdir)/evdev/clutter-input-device-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-input-device-evdev.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-evdev.Tpo $(DEPDIR)/clutter-input-device-evdev.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/evdev/clutter-input-device-evdev.c' object='clutter-input-device-evdev.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/evdev/clutter-input-device-evdev.c' object='clutter-input-device-evdev.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-evdev.lo `test -f '$(srcdir)/evdev/clutter-input-device-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-input-device-evdev.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-evdev.lo `test -f '$(srcdir)/evdev/clutter-input-device-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-input-device-evdev.c clutter-event-loop-osx.lo: $(srcdir)/osx/clutter-event-loop-osx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-loop-osx.lo -MD -MP -MF $(DEPDIR)/clutter-event-loop-osx.Tpo -c -o clutter-event-loop-osx.lo `test -f '$(srcdir)/osx/clutter-event-loop-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-loop-osx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-loop-osx.Tpo $(DEPDIR)/clutter-event-loop-osx.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/osx/clutter-event-loop-osx.c' object='clutter-event-loop-osx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/osx/clutter-event-loop-osx.c' object='clutter-event-loop-osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-loop-osx.lo `test -f '$(srcdir)/osx/clutter-event-loop-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-loop-osx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-loop-osx.lo `test -f '$(srcdir)/osx/clutter-event-loop-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-loop-osx.c clutter-event-osx.lo: $(srcdir)/osx/clutter-event-osx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-osx.lo -MD -MP -MF $(DEPDIR)/clutter-event-osx.Tpo -c -o clutter-event-osx.lo `test -f '$(srcdir)/osx/clutter-event-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-osx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-osx.Tpo $(DEPDIR)/clutter-event-osx.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/osx/clutter-event-osx.c' object='clutter-event-osx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/osx/clutter-event-osx.c' object='clutter-event-osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-osx.lo `test -f '$(srcdir)/osx/clutter-event-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-osx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-osx.lo `test -f '$(srcdir)/osx/clutter-event-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-osx.c clutter-device-manager-osx.lo: $(srcdir)/osx/clutter-device-manager-osx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-osx.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-osx.Tpo -c -o clutter-device-manager-osx.lo `test -f '$(srcdir)/osx/clutter-device-manager-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-device-manager-osx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-osx.Tpo $(DEPDIR)/clutter-device-manager-osx.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/osx/clutter-device-manager-osx.c' object='clutter-device-manager-osx.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/osx/clutter-device-manager-osx.c' object='clutter-device-manager-osx.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-osx.lo `test -f '$(srcdir)/osx/clutter-device-manager-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-device-manager-osx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-osx.lo `test -f '$(srcdir)/osx/clutter-device-manager-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-device-manager-osx.c clutter-action.lo: $(srcdir)/clutter-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-action.lo -MD -MP -MF $(DEPDIR)/clutter-action.Tpo -c -o clutter-action.lo `test -f '$(srcdir)/clutter-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-action.Tpo $(DEPDIR)/clutter-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-action.c' object='clutter-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-action.c' object='clutter-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-action.lo `test -f '$(srcdir)/clutter-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-action.lo `test -f '$(srcdir)/clutter-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-action.c clutter-actor-box.lo: $(srcdir)/clutter-actor-box.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-box.lo -MD -MP -MF $(DEPDIR)/clutter-actor-box.Tpo -c -o clutter-actor-box.lo `test -f '$(srcdir)/clutter-actor-box.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-box.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-box.Tpo $(DEPDIR)/clutter-actor-box.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-actor-box.c' object='clutter-actor-box.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-actor-box.c' object='clutter-actor-box.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-box.lo `test -f '$(srcdir)/clutter-actor-box.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-box.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-box.lo `test -f '$(srcdir)/clutter-actor-box.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-box.c clutter-actor-meta.lo: $(srcdir)/clutter-actor-meta.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-meta.lo -MD -MP -MF $(DEPDIR)/clutter-actor-meta.Tpo -c -o clutter-actor-meta.lo `test -f '$(srcdir)/clutter-actor-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-meta.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-meta.Tpo $(DEPDIR)/clutter-actor-meta.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-actor-meta.c' object='clutter-actor-meta.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-actor-meta.c' object='clutter-actor-meta.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-meta.lo `test -f '$(srcdir)/clutter-actor-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-meta.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-meta.lo `test -f '$(srcdir)/clutter-actor-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-meta.c clutter-actor.lo: $(srcdir)/clutter-actor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor.lo -MD -MP -MF $(DEPDIR)/clutter-actor.Tpo -c -o clutter-actor.lo `test -f '$(srcdir)/clutter-actor.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor.Tpo $(DEPDIR)/clutter-actor.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-actor.c' object='clutter-actor.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-actor.c' object='clutter-actor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor.lo `test -f '$(srcdir)/clutter-actor.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor.lo `test -f '$(srcdir)/clutter-actor.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor.c clutter-align-constraint.lo: $(srcdir)/clutter-align-constraint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-align-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-align-constraint.Tpo -c -o clutter-align-constraint.lo `test -f '$(srcdir)/clutter-align-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-align-constraint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-align-constraint.Tpo $(DEPDIR)/clutter-align-constraint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-align-constraint.c' object='clutter-align-constraint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-align-constraint.c' object='clutter-align-constraint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-align-constraint.lo `test -f '$(srcdir)/clutter-align-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-align-constraint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-align-constraint.lo `test -f '$(srcdir)/clutter-align-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-align-constraint.c clutter-alpha.lo: $(srcdir)/clutter-alpha.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-alpha.lo -MD -MP -MF $(DEPDIR)/clutter-alpha.Tpo -c -o clutter-alpha.lo `test -f '$(srcdir)/clutter-alpha.c' || echo '$(srcdir)/'`$(srcdir)/clutter-alpha.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-alpha.Tpo $(DEPDIR)/clutter-alpha.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-alpha.c' object='clutter-alpha.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-alpha.c' object='clutter-alpha.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-alpha.lo `test -f '$(srcdir)/clutter-alpha.c' || echo '$(srcdir)/'`$(srcdir)/clutter-alpha.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-alpha.lo `test -f '$(srcdir)/clutter-alpha.c' || echo '$(srcdir)/'`$(srcdir)/clutter-alpha.c clutter-animatable.lo: $(srcdir)/clutter-animatable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animatable.lo -MD -MP -MF $(DEPDIR)/clutter-animatable.Tpo -c -o clutter-animatable.lo `test -f '$(srcdir)/clutter-animatable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animatable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animatable.Tpo $(DEPDIR)/clutter-animatable.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-animatable.c' object='clutter-animatable.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-animatable.c' object='clutter-animatable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animatable.lo `test -f '$(srcdir)/clutter-animatable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animatable.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animatable.lo `test -f '$(srcdir)/clutter-animatable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animatable.c clutter-animation.lo: $(srcdir)/clutter-animation.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animation.lo -MD -MP -MF $(DEPDIR)/clutter-animation.Tpo -c -o clutter-animation.lo `test -f '$(srcdir)/clutter-animation.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animation.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animation.Tpo $(DEPDIR)/clutter-animation.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-animation.c' object='clutter-animation.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-animation.c' object='clutter-animation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animation.lo `test -f '$(srcdir)/clutter-animation.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animation.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animation.lo `test -f '$(srcdir)/clutter-animation.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animation.c clutter-animator.lo: $(srcdir)/clutter-animator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animator.lo -MD -MP -MF $(DEPDIR)/clutter-animator.Tpo -c -o clutter-animator.lo `test -f '$(srcdir)/clutter-animator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animator.Tpo $(DEPDIR)/clutter-animator.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-animator.c' object='clutter-animator.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-animator.c' object='clutter-animator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animator.lo `test -f '$(srcdir)/clutter-animator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animator.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animator.lo `test -f '$(srcdir)/clutter-animator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animator.c clutter-backend.lo: $(srcdir)/clutter-backend.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend.lo -MD -MP -MF $(DEPDIR)/clutter-backend.Tpo -c -o clutter-backend.lo `test -f '$(srcdir)/clutter-backend.c' || echo '$(srcdir)/'`$(srcdir)/clutter-backend.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend.Tpo $(DEPDIR)/clutter-backend.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-backend.c' object='clutter-backend.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-backend.c' object='clutter-backend.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend.lo `test -f '$(srcdir)/clutter-backend.c' || echo '$(srcdir)/'`$(srcdir)/clutter-backend.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend.lo `test -f '$(srcdir)/clutter-backend.c' || echo '$(srcdir)/'`$(srcdir)/clutter-backend.c clutter-bezier.lo: $(srcdir)/clutter-bezier.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bezier.lo -MD -MP -MF $(DEPDIR)/clutter-bezier.Tpo -c -o clutter-bezier.lo `test -f '$(srcdir)/clutter-bezier.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bezier.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bezier.Tpo $(DEPDIR)/clutter-bezier.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-bezier.c' object='clutter-bezier.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-bezier.c' object='clutter-bezier.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bezier.lo `test -f '$(srcdir)/clutter-bezier.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bezier.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bezier.lo `test -f '$(srcdir)/clutter-bezier.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bezier.c clutter-bind-constraint.lo: $(srcdir)/clutter-bind-constraint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bind-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-bind-constraint.Tpo -c -o clutter-bind-constraint.lo `test -f '$(srcdir)/clutter-bind-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bind-constraint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bind-constraint.Tpo $(DEPDIR)/clutter-bind-constraint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-bind-constraint.c' object='clutter-bind-constraint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-bind-constraint.c' object='clutter-bind-constraint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bind-constraint.lo `test -f '$(srcdir)/clutter-bind-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bind-constraint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bind-constraint.lo `test -f '$(srcdir)/clutter-bind-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bind-constraint.c clutter-binding-pool.lo: $(srcdir)/clutter-binding-pool.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-binding-pool.lo -MD -MP -MF $(DEPDIR)/clutter-binding-pool.Tpo -c -o clutter-binding-pool.lo `test -f '$(srcdir)/clutter-binding-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-binding-pool.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-binding-pool.Tpo $(DEPDIR)/clutter-binding-pool.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-binding-pool.c' object='clutter-binding-pool.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-binding-pool.c' object='clutter-binding-pool.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-binding-pool.lo `test -f '$(srcdir)/clutter-binding-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-binding-pool.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-binding-pool.lo `test -f '$(srcdir)/clutter-binding-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-binding-pool.c clutter-bin-layout.lo: $(srcdir)/clutter-bin-layout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bin-layout.lo -MD -MP -MF $(DEPDIR)/clutter-bin-layout.Tpo -c -o clutter-bin-layout.lo `test -f '$(srcdir)/clutter-bin-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bin-layout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bin-layout.Tpo $(DEPDIR)/clutter-bin-layout.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-bin-layout.c' object='clutter-bin-layout.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-bin-layout.c' object='clutter-bin-layout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bin-layout.lo `test -f '$(srcdir)/clutter-bin-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bin-layout.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bin-layout.lo `test -f '$(srcdir)/clutter-bin-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bin-layout.c clutter-blur-effect.lo: $(srcdir)/clutter-blur-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-blur-effect.lo -MD -MP -MF $(DEPDIR)/clutter-blur-effect.Tpo -c -o clutter-blur-effect.lo `test -f '$(srcdir)/clutter-blur-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-blur-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-blur-effect.Tpo $(DEPDIR)/clutter-blur-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-blur-effect.c' object='clutter-blur-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-blur-effect.c' object='clutter-blur-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-blur-effect.lo `test -f '$(srcdir)/clutter-blur-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-blur-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-blur-effect.lo `test -f '$(srcdir)/clutter-blur-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-blur-effect.c clutter-box-layout.lo: $(srcdir)/clutter-box-layout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-box-layout.lo -MD -MP -MF $(DEPDIR)/clutter-box-layout.Tpo -c -o clutter-box-layout.lo `test -f '$(srcdir)/clutter-box-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-box-layout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-box-layout.Tpo $(DEPDIR)/clutter-box-layout.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-box-layout.c' object='clutter-box-layout.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-box-layout.c' object='clutter-box-layout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box-layout.lo `test -f '$(srcdir)/clutter-box-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-box-layout.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box-layout.lo `test -f '$(srcdir)/clutter-box-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-box-layout.c clutter-brightness-contrast-effect.lo: $(srcdir)/clutter-brightness-contrast-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-brightness-contrast-effect.lo -MD -MP -MF $(DEPDIR)/clutter-brightness-contrast-effect.Tpo -c -o clutter-brightness-contrast-effect.lo `test -f '$(srcdir)/clutter-brightness-contrast-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-brightness-contrast-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-brightness-contrast-effect.Tpo $(DEPDIR)/clutter-brightness-contrast-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-brightness-contrast-effect.c' object='clutter-brightness-contrast-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-brightness-contrast-effect.c' object='clutter-brightness-contrast-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-brightness-contrast-effect.lo `test -f '$(srcdir)/clutter-brightness-contrast-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-brightness-contrast-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-brightness-contrast-effect.lo `test -f '$(srcdir)/clutter-brightness-contrast-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-brightness-contrast-effect.c clutter-cairo-texture.lo: $(srcdir)/clutter-cairo-texture.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-cairo-texture.lo -MD -MP -MF $(DEPDIR)/clutter-cairo-texture.Tpo -c -o clutter-cairo-texture.lo `test -f '$(srcdir)/clutter-cairo-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-cairo-texture.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-cairo-texture.Tpo $(DEPDIR)/clutter-cairo-texture.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-cairo-texture.c' object='clutter-cairo-texture.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-cairo-texture.c' object='clutter-cairo-texture.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-cairo-texture.lo `test -f '$(srcdir)/clutter-cairo-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-cairo-texture.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-cairo-texture.lo `test -f '$(srcdir)/clutter-cairo-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-cairo-texture.c clutter-canvas.lo: $(srcdir)/clutter-canvas.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-canvas.lo -MD -MP -MF $(DEPDIR)/clutter-canvas.Tpo -c -o clutter-canvas.lo `test -f '$(srcdir)/clutter-canvas.c' || echo '$(srcdir)/'`$(srcdir)/clutter-canvas.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-canvas.Tpo $(DEPDIR)/clutter-canvas.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-canvas.c' object='clutter-canvas.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-canvas.c' object='clutter-canvas.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-canvas.lo `test -f '$(srcdir)/clutter-canvas.c' || echo '$(srcdir)/'`$(srcdir)/clutter-canvas.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-canvas.lo `test -f '$(srcdir)/clutter-canvas.c' || echo '$(srcdir)/'`$(srcdir)/clutter-canvas.c clutter-child-meta.lo: $(srcdir)/clutter-child-meta.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-child-meta.lo -MD -MP -MF $(DEPDIR)/clutter-child-meta.Tpo -c -o clutter-child-meta.lo `test -f '$(srcdir)/clutter-child-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-child-meta.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-child-meta.Tpo $(DEPDIR)/clutter-child-meta.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-child-meta.c' object='clutter-child-meta.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-child-meta.c' object='clutter-child-meta.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-child-meta.lo `test -f '$(srcdir)/clutter-child-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-child-meta.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-child-meta.lo `test -f '$(srcdir)/clutter-child-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-child-meta.c clutter-click-action.lo: $(srcdir)/clutter-click-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-click-action.lo -MD -MP -MF $(DEPDIR)/clutter-click-action.Tpo -c -o clutter-click-action.lo `test -f '$(srcdir)/clutter-click-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-click-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-click-action.Tpo $(DEPDIR)/clutter-click-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-click-action.c' object='clutter-click-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-click-action.c' object='clutter-click-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-click-action.lo `test -f '$(srcdir)/clutter-click-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-click-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-click-action.lo `test -f '$(srcdir)/clutter-click-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-click-action.c clutter-clone.lo: $(srcdir)/clutter-clone.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-clone.lo -MD -MP -MF $(DEPDIR)/clutter-clone.Tpo -c -o clutter-clone.lo `test -f '$(srcdir)/clutter-clone.c' || echo '$(srcdir)/'`$(srcdir)/clutter-clone.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-clone.Tpo $(DEPDIR)/clutter-clone.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-clone.c' object='clutter-clone.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-clone.c' object='clutter-clone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-clone.lo `test -f '$(srcdir)/clutter-clone.c' || echo '$(srcdir)/'`$(srcdir)/clutter-clone.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-clone.lo `test -f '$(srcdir)/clutter-clone.c' || echo '$(srcdir)/'`$(srcdir)/clutter-clone.c clutter-color.lo: $(srcdir)/clutter-color.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-color.lo -MD -MP -MF $(DEPDIR)/clutter-color.Tpo -c -o clutter-color.lo `test -f '$(srcdir)/clutter-color.c' || echo '$(srcdir)/'`$(srcdir)/clutter-color.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-color.Tpo $(DEPDIR)/clutter-color.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-color.c' object='clutter-color.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-color.c' object='clutter-color.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-color.lo `test -f '$(srcdir)/clutter-color.c' || echo '$(srcdir)/'`$(srcdir)/clutter-color.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-color.lo `test -f '$(srcdir)/clutter-color.c' || echo '$(srcdir)/'`$(srcdir)/clutter-color.c clutter-colorize-effect.lo: $(srcdir)/clutter-colorize-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-colorize-effect.lo -MD -MP -MF $(DEPDIR)/clutter-colorize-effect.Tpo -c -o clutter-colorize-effect.lo `test -f '$(srcdir)/clutter-colorize-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-colorize-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-colorize-effect.Tpo $(DEPDIR)/clutter-colorize-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-colorize-effect.c' object='clutter-colorize-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-colorize-effect.c' object='clutter-colorize-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-colorize-effect.lo `test -f '$(srcdir)/clutter-colorize-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-colorize-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-colorize-effect.lo `test -f '$(srcdir)/clutter-colorize-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-colorize-effect.c clutter-constraint.lo: $(srcdir)/clutter-constraint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-constraint.Tpo -c -o clutter-constraint.lo `test -f '$(srcdir)/clutter-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-constraint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-constraint.Tpo $(DEPDIR)/clutter-constraint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-constraint.c' object='clutter-constraint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-constraint.c' object='clutter-constraint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-constraint.lo `test -f '$(srcdir)/clutter-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-constraint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-constraint.lo `test -f '$(srcdir)/clutter-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-constraint.c clutter-container.lo: $(srcdir)/clutter-container.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-container.lo -MD -MP -MF $(DEPDIR)/clutter-container.Tpo -c -o clutter-container.lo `test -f '$(srcdir)/clutter-container.c' || echo '$(srcdir)/'`$(srcdir)/clutter-container.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-container.Tpo $(DEPDIR)/clutter-container.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-container.c' object='clutter-container.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-container.c' object='clutter-container.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-container.lo `test -f '$(srcdir)/clutter-container.c' || echo '$(srcdir)/'`$(srcdir)/clutter-container.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-container.lo `test -f '$(srcdir)/clutter-container.c' || echo '$(srcdir)/'`$(srcdir)/clutter-container.c clutter-content.lo: $(srcdir)/clutter-content.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-content.lo -MD -MP -MF $(DEPDIR)/clutter-content.Tpo -c -o clutter-content.lo `test -f '$(srcdir)/clutter-content.c' || echo '$(srcdir)/'`$(srcdir)/clutter-content.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-content.Tpo $(DEPDIR)/clutter-content.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-content.c' object='clutter-content.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-content.c' object='clutter-content.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-content.lo `test -f '$(srcdir)/clutter-content.c' || echo '$(srcdir)/'`$(srcdir)/clutter-content.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-content.lo `test -f '$(srcdir)/clutter-content.c' || echo '$(srcdir)/'`$(srcdir)/clutter-content.c clutter-deform-effect.lo: $(srcdir)/clutter-deform-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-deform-effect.lo -MD -MP -MF $(DEPDIR)/clutter-deform-effect.Tpo -c -o clutter-deform-effect.lo `test -f '$(srcdir)/clutter-deform-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-deform-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-deform-effect.Tpo $(DEPDIR)/clutter-deform-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-deform-effect.c' object='clutter-deform-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-deform-effect.c' object='clutter-deform-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-deform-effect.lo `test -f '$(srcdir)/clutter-deform-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-deform-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-deform-effect.lo `test -f '$(srcdir)/clutter-deform-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-deform-effect.c clutter-desaturate-effect.lo: $(srcdir)/clutter-desaturate-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-desaturate-effect.lo -MD -MP -MF $(DEPDIR)/clutter-desaturate-effect.Tpo -c -o clutter-desaturate-effect.lo `test -f '$(srcdir)/clutter-desaturate-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-desaturate-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-desaturate-effect.Tpo $(DEPDIR)/clutter-desaturate-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-desaturate-effect.c' object='clutter-desaturate-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-desaturate-effect.c' object='clutter-desaturate-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-desaturate-effect.lo `test -f '$(srcdir)/clutter-desaturate-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-desaturate-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-desaturate-effect.lo `test -f '$(srcdir)/clutter-desaturate-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-desaturate-effect.c clutter-device-manager.lo: $(srcdir)/clutter-device-manager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager.Tpo -c -o clutter-device-manager.lo `test -f '$(srcdir)/clutter-device-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-device-manager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager.Tpo $(DEPDIR)/clutter-device-manager.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-device-manager.c' object='clutter-device-manager.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-device-manager.c' object='clutter-device-manager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager.lo `test -f '$(srcdir)/clutter-device-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-device-manager.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager.lo `test -f '$(srcdir)/clutter-device-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-device-manager.c clutter-drag-action.lo: $(srcdir)/clutter-drag-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-drag-action.lo -MD -MP -MF $(DEPDIR)/clutter-drag-action.Tpo -c -o clutter-drag-action.lo `test -f '$(srcdir)/clutter-drag-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drag-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-drag-action.Tpo $(DEPDIR)/clutter-drag-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-drag-action.c' object='clutter-drag-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-drag-action.c' object='clutter-drag-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drag-action.lo `test -f '$(srcdir)/clutter-drag-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drag-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drag-action.lo `test -f '$(srcdir)/clutter-drag-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drag-action.c clutter-drop-action.lo: $(srcdir)/clutter-drop-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-drop-action.lo -MD -MP -MF $(DEPDIR)/clutter-drop-action.Tpo -c -o clutter-drop-action.lo `test -f '$(srcdir)/clutter-drop-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drop-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-drop-action.Tpo $(DEPDIR)/clutter-drop-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-drop-action.c' object='clutter-drop-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-drop-action.c' object='clutter-drop-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drop-action.lo `test -f '$(srcdir)/clutter-drop-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drop-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drop-action.lo `test -f '$(srcdir)/clutter-drop-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drop-action.c clutter-effect.lo: $(srcdir)/clutter-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-effect.lo -MD -MP -MF $(DEPDIR)/clutter-effect.Tpo -c -o clutter-effect.lo `test -f '$(srcdir)/clutter-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-effect.Tpo $(DEPDIR)/clutter-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-effect.c' object='clutter-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-effect.c' object='clutter-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-effect.lo `test -f '$(srcdir)/clutter-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-effect.lo `test -f '$(srcdir)/clutter-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-effect.c clutter-event.lo: $(srcdir)/clutter-event.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event.lo -MD -MP -MF $(DEPDIR)/clutter-event.Tpo -c -o clutter-event.lo `test -f '$(srcdir)/clutter-event.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event.Tpo $(DEPDIR)/clutter-event.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-event.c' object='clutter-event.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-event.c' object='clutter-event.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event.lo `test -f '$(srcdir)/clutter-event.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event.lo `test -f '$(srcdir)/clutter-event.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event.c clutter-feature.lo: $(srcdir)/clutter-feature.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-feature.lo -MD -MP -MF $(DEPDIR)/clutter-feature.Tpo -c -o clutter-feature.lo `test -f '$(srcdir)/clutter-feature.c' || echo '$(srcdir)/'`$(srcdir)/clutter-feature.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-feature.Tpo $(DEPDIR)/clutter-feature.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-feature.c' object='clutter-feature.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-feature.c' object='clutter-feature.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-feature.lo `test -f '$(srcdir)/clutter-feature.c' || echo '$(srcdir)/'`$(srcdir)/clutter-feature.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-feature.lo `test -f '$(srcdir)/clutter-feature.c' || echo '$(srcdir)/'`$(srcdir)/clutter-feature.c clutter-fixed-layout.lo: $(srcdir)/clutter-fixed-layout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-fixed-layout.lo -MD -MP -MF $(DEPDIR)/clutter-fixed-layout.Tpo -c -o clutter-fixed-layout.lo `test -f '$(srcdir)/clutter-fixed-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-fixed-layout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-fixed-layout.Tpo $(DEPDIR)/clutter-fixed-layout.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-fixed-layout.c' object='clutter-fixed-layout.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-fixed-layout.c' object='clutter-fixed-layout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed-layout.lo `test -f '$(srcdir)/clutter-fixed-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-fixed-layout.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed-layout.lo `test -f '$(srcdir)/clutter-fixed-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-fixed-layout.c clutter-flatten-effect.lo: $(srcdir)/clutter-flatten-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-flatten-effect.lo -MD -MP -MF $(DEPDIR)/clutter-flatten-effect.Tpo -c -o clutter-flatten-effect.lo `test -f '$(srcdir)/clutter-flatten-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flatten-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-flatten-effect.Tpo $(DEPDIR)/clutter-flatten-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-flatten-effect.c' object='clutter-flatten-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-flatten-effect.c' object='clutter-flatten-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flatten-effect.lo `test -f '$(srcdir)/clutter-flatten-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flatten-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flatten-effect.lo `test -f '$(srcdir)/clutter-flatten-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flatten-effect.c clutter-flow-layout.lo: $(srcdir)/clutter-flow-layout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-flow-layout.lo -MD -MP -MF $(DEPDIR)/clutter-flow-layout.Tpo -c -o clutter-flow-layout.lo `test -f '$(srcdir)/clutter-flow-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flow-layout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-flow-layout.Tpo $(DEPDIR)/clutter-flow-layout.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-flow-layout.c' object='clutter-flow-layout.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-flow-layout.c' object='clutter-flow-layout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flow-layout.lo `test -f '$(srcdir)/clutter-flow-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flow-layout.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flow-layout.lo `test -f '$(srcdir)/clutter-flow-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flow-layout.c clutter-gesture-action.lo: $(srcdir)/clutter-gesture-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-gesture-action.lo -MD -MP -MF $(DEPDIR)/clutter-gesture-action.Tpo -c -o clutter-gesture-action.lo `test -f '$(srcdir)/clutter-gesture-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-gesture-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-gesture-action.Tpo $(DEPDIR)/clutter-gesture-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-gesture-action.c' object='clutter-gesture-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-gesture-action.c' object='clutter-gesture-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-gesture-action.lo `test -f '$(srcdir)/clutter-gesture-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-gesture-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-gesture-action.lo `test -f '$(srcdir)/clutter-gesture-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-gesture-action.c clutter-image.lo: $(srcdir)/clutter-image.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-image.lo -MD -MP -MF $(DEPDIR)/clutter-image.Tpo -c -o clutter-image.lo `test -f '$(srcdir)/clutter-image.c' || echo '$(srcdir)/'`$(srcdir)/clutter-image.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-image.Tpo $(DEPDIR)/clutter-image.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-image.c' object='clutter-image.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-image.c' object='clutter-image.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-image.lo `test -f '$(srcdir)/clutter-image.c' || echo '$(srcdir)/'`$(srcdir)/clutter-image.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-image.lo `test -f '$(srcdir)/clutter-image.c' || echo '$(srcdir)/'`$(srcdir)/clutter-image.c clutter-input-device.lo: $(srcdir)/clutter-input-device.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device.lo -MD -MP -MF $(DEPDIR)/clutter-input-device.Tpo -c -o clutter-input-device.lo `test -f '$(srcdir)/clutter-input-device.c' || echo '$(srcdir)/'`$(srcdir)/clutter-input-device.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device.Tpo $(DEPDIR)/clutter-input-device.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-input-device.c' object='clutter-input-device.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-input-device.c' object='clutter-input-device.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device.lo `test -f '$(srcdir)/clutter-input-device.c' || echo '$(srcdir)/'`$(srcdir)/clutter-input-device.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device.lo `test -f '$(srcdir)/clutter-input-device.c' || echo '$(srcdir)/'`$(srcdir)/clutter-input-device.c clutter-interval.lo: $(srcdir)/clutter-interval.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-interval.lo -MD -MP -MF $(DEPDIR)/clutter-interval.Tpo -c -o clutter-interval.lo `test -f '$(srcdir)/clutter-interval.c' || echo '$(srcdir)/'`$(srcdir)/clutter-interval.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-interval.Tpo $(DEPDIR)/clutter-interval.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-interval.c' object='clutter-interval.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-interval.c' object='clutter-interval.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-interval.lo `test -f '$(srcdir)/clutter-interval.c' || echo '$(srcdir)/'`$(srcdir)/clutter-interval.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-interval.lo `test -f '$(srcdir)/clutter-interval.c' || echo '$(srcdir)/'`$(srcdir)/clutter-interval.c clutter-keysyms-table.lo: $(srcdir)/clutter-keysyms-table.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-keysyms-table.lo -MD -MP -MF $(DEPDIR)/clutter-keysyms-table.Tpo -c -o clutter-keysyms-table.lo `test -f '$(srcdir)/clutter-keysyms-table.c' || echo '$(srcdir)/'`$(srcdir)/clutter-keysyms-table.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-keysyms-table.Tpo $(DEPDIR)/clutter-keysyms-table.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-keysyms-table.c' object='clutter-keysyms-table.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-keysyms-table.c' object='clutter-keysyms-table.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keysyms-table.lo `test -f '$(srcdir)/clutter-keysyms-table.c' || echo '$(srcdir)/'`$(srcdir)/clutter-keysyms-table.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keysyms-table.lo `test -f '$(srcdir)/clutter-keysyms-table.c' || echo '$(srcdir)/'`$(srcdir)/clutter-keysyms-table.c clutter-layout-manager.lo: $(srcdir)/clutter-layout-manager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-layout-manager.lo -MD -MP -MF $(DEPDIR)/clutter-layout-manager.Tpo -c -o clutter-layout-manager.lo `test -f '$(srcdir)/clutter-layout-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-manager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-layout-manager.Tpo $(DEPDIR)/clutter-layout-manager.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-layout-manager.c' object='clutter-layout-manager.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-layout-manager.c' object='clutter-layout-manager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-manager.lo `test -f '$(srcdir)/clutter-layout-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-manager.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-manager.lo `test -f '$(srcdir)/clutter-layout-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-manager.c clutter-layout-meta.lo: $(srcdir)/clutter-layout-meta.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-layout-meta.lo -MD -MP -MF $(DEPDIR)/clutter-layout-meta.Tpo -c -o clutter-layout-meta.lo `test -f '$(srcdir)/clutter-layout-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-meta.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-layout-meta.Tpo $(DEPDIR)/clutter-layout-meta.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-layout-meta.c' object='clutter-layout-meta.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-layout-meta.c' object='clutter-layout-meta.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-meta.lo `test -f '$(srcdir)/clutter-layout-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-meta.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-meta.lo `test -f '$(srcdir)/clutter-layout-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-meta.c clutter-list-model.lo: $(srcdir)/clutter-list-model.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-list-model.lo -MD -MP -MF $(DEPDIR)/clutter-list-model.Tpo -c -o clutter-list-model.lo `test -f '$(srcdir)/clutter-list-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-list-model.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-list-model.Tpo $(DEPDIR)/clutter-list-model.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-list-model.c' object='clutter-list-model.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-list-model.c' object='clutter-list-model.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-list-model.lo `test -f '$(srcdir)/clutter-list-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-list-model.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-list-model.lo `test -f '$(srcdir)/clutter-list-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-list-model.c clutter-main.lo: $(srcdir)/clutter-main.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-main.lo -MD -MP -MF $(DEPDIR)/clutter-main.Tpo -c -o clutter-main.lo `test -f '$(srcdir)/clutter-main.c' || echo '$(srcdir)/'`$(srcdir)/clutter-main.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-main.Tpo $(DEPDIR)/clutter-main.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-main.c' object='clutter-main.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-main.c' object='clutter-main.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-main.lo `test -f '$(srcdir)/clutter-main.c' || echo '$(srcdir)/'`$(srcdir)/clutter-main.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-main.lo `test -f '$(srcdir)/clutter-main.c' || echo '$(srcdir)/'`$(srcdir)/clutter-main.c clutter-master-clock.lo: $(srcdir)/clutter-master-clock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-master-clock.lo -MD -MP -MF $(DEPDIR)/clutter-master-clock.Tpo -c -o clutter-master-clock.lo `test -f '$(srcdir)/clutter-master-clock.c' || echo '$(srcdir)/'`$(srcdir)/clutter-master-clock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-master-clock.Tpo $(DEPDIR)/clutter-master-clock.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-master-clock.c' object='clutter-master-clock.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-master-clock.c' object='clutter-master-clock.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-master-clock.lo `test -f '$(srcdir)/clutter-master-clock.c' || echo '$(srcdir)/'`$(srcdir)/clutter-master-clock.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-master-clock.lo `test -f '$(srcdir)/clutter-master-clock.c' || echo '$(srcdir)/'`$(srcdir)/clutter-master-clock.c clutter-media.lo: $(srcdir)/clutter-media.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-media.lo -MD -MP -MF $(DEPDIR)/clutter-media.Tpo -c -o clutter-media.lo `test -f '$(srcdir)/clutter-media.c' || echo '$(srcdir)/'`$(srcdir)/clutter-media.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-media.Tpo $(DEPDIR)/clutter-media.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-media.c' object='clutter-media.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-media.c' object='clutter-media.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-media.lo `test -f '$(srcdir)/clutter-media.c' || echo '$(srcdir)/'`$(srcdir)/clutter-media.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-media.lo `test -f '$(srcdir)/clutter-media.c' || echo '$(srcdir)/'`$(srcdir)/clutter-media.c clutter-model.lo: $(srcdir)/clutter-model.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-model.lo -MD -MP -MF $(DEPDIR)/clutter-model.Tpo -c -o clutter-model.lo `test -f '$(srcdir)/clutter-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-model.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-model.Tpo $(DEPDIR)/clutter-model.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-model.c' object='clutter-model.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-model.c' object='clutter-model.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-model.lo `test -f '$(srcdir)/clutter-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-model.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-model.lo `test -f '$(srcdir)/clutter-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-model.c clutter-offscreen-effect.lo: $(srcdir)/clutter-offscreen-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-offscreen-effect.lo -MD -MP -MF $(DEPDIR)/clutter-offscreen-effect.Tpo -c -o clutter-offscreen-effect.lo `test -f '$(srcdir)/clutter-offscreen-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-offscreen-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-offscreen-effect.Tpo $(DEPDIR)/clutter-offscreen-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-offscreen-effect.c' object='clutter-offscreen-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-offscreen-effect.c' object='clutter-offscreen-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-offscreen-effect.lo `test -f '$(srcdir)/clutter-offscreen-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-offscreen-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-offscreen-effect.lo `test -f '$(srcdir)/clutter-offscreen-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-offscreen-effect.c clutter-page-turn-effect.lo: $(srcdir)/clutter-page-turn-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-page-turn-effect.lo -MD -MP -MF $(DEPDIR)/clutter-page-turn-effect.Tpo -c -o clutter-page-turn-effect.lo `test -f '$(srcdir)/clutter-page-turn-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-page-turn-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-page-turn-effect.Tpo $(DEPDIR)/clutter-page-turn-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-page-turn-effect.c' object='clutter-page-turn-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-page-turn-effect.c' object='clutter-page-turn-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-page-turn-effect.lo `test -f '$(srcdir)/clutter-page-turn-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-page-turn-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-page-turn-effect.lo `test -f '$(srcdir)/clutter-page-turn-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-page-turn-effect.c clutter-paint-nodes.lo: $(srcdir)/clutter-paint-nodes.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-nodes.lo -MD -MP -MF $(DEPDIR)/clutter-paint-nodes.Tpo -c -o clutter-paint-nodes.lo `test -f '$(srcdir)/clutter-paint-nodes.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-nodes.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-nodes.Tpo $(DEPDIR)/clutter-paint-nodes.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-paint-nodes.c' object='clutter-paint-nodes.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-paint-nodes.c' object='clutter-paint-nodes.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-nodes.lo `test -f '$(srcdir)/clutter-paint-nodes.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-nodes.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-nodes.lo `test -f '$(srcdir)/clutter-paint-nodes.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-nodes.c clutter-paint-node.lo: $(srcdir)/clutter-paint-node.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-node.lo -MD -MP -MF $(DEPDIR)/clutter-paint-node.Tpo -c -o clutter-paint-node.lo `test -f '$(srcdir)/clutter-paint-node.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-node.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-node.Tpo $(DEPDIR)/clutter-paint-node.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-paint-node.c' object='clutter-paint-node.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-paint-node.c' object='clutter-paint-node.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-node.lo `test -f '$(srcdir)/clutter-paint-node.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-node.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-node.lo `test -f '$(srcdir)/clutter-paint-node.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-node.c clutter-path-constraint.lo: $(srcdir)/clutter-path-constraint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-path-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-path-constraint.Tpo -c -o clutter-path-constraint.lo `test -f '$(srcdir)/clutter-path-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path-constraint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-path-constraint.Tpo $(DEPDIR)/clutter-path-constraint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-path-constraint.c' object='clutter-path-constraint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-path-constraint.c' object='clutter-path-constraint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path-constraint.lo `test -f '$(srcdir)/clutter-path-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path-constraint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path-constraint.lo `test -f '$(srcdir)/clutter-path-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path-constraint.c clutter-path.lo: $(srcdir)/clutter-path.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-path.lo -MD -MP -MF $(DEPDIR)/clutter-path.Tpo -c -o clutter-path.lo `test -f '$(srcdir)/clutter-path.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-path.Tpo $(DEPDIR)/clutter-path.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-path.c' object='clutter-path.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-path.c' object='clutter-path.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path.lo `test -f '$(srcdir)/clutter-path.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path.lo `test -f '$(srcdir)/clutter-path.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path.c clutter-property-transition.lo: $(srcdir)/clutter-property-transition.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-property-transition.lo -MD -MP -MF $(DEPDIR)/clutter-property-transition.Tpo -c -o clutter-property-transition.lo `test -f '$(srcdir)/clutter-property-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-property-transition.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-property-transition.Tpo $(DEPDIR)/clutter-property-transition.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-property-transition.c' object='clutter-property-transition.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-property-transition.c' object='clutter-property-transition.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-property-transition.lo `test -f '$(srcdir)/clutter-property-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-property-transition.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-property-transition.lo `test -f '$(srcdir)/clutter-property-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-property-transition.c clutter-script.lo: $(srcdir)/clutter-script.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-script.lo -MD -MP -MF $(DEPDIR)/clutter-script.Tpo -c -o clutter-script.lo `test -f '$(srcdir)/clutter-script.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-script.Tpo $(DEPDIR)/clutter-script.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-script.c' object='clutter-script.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-script.c' object='clutter-script.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script.lo `test -f '$(srcdir)/clutter-script.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script.lo `test -f '$(srcdir)/clutter-script.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script.c clutter-script-parser.lo: $(srcdir)/clutter-script-parser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-script-parser.lo -MD -MP -MF $(DEPDIR)/clutter-script-parser.Tpo -c -o clutter-script-parser.lo `test -f '$(srcdir)/clutter-script-parser.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script-parser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-script-parser.Tpo $(DEPDIR)/clutter-script-parser.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-script-parser.c' object='clutter-script-parser.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-script-parser.c' object='clutter-script-parser.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script-parser.lo `test -f '$(srcdir)/clutter-script-parser.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script-parser.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script-parser.lo `test -f '$(srcdir)/clutter-script-parser.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script-parser.c clutter-scriptable.lo: $(srcdir)/clutter-scriptable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-scriptable.lo -MD -MP -MF $(DEPDIR)/clutter-scriptable.Tpo -c -o clutter-scriptable.lo `test -f '$(srcdir)/clutter-scriptable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-scriptable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-scriptable.Tpo $(DEPDIR)/clutter-scriptable.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-scriptable.c' object='clutter-scriptable.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-scriptable.c' object='clutter-scriptable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-scriptable.lo `test -f '$(srcdir)/clutter-scriptable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-scriptable.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-scriptable.lo `test -f '$(srcdir)/clutter-scriptable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-scriptable.c clutter-settings.lo: $(srcdir)/clutter-settings.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-settings.lo -MD -MP -MF $(DEPDIR)/clutter-settings.Tpo -c -o clutter-settings.lo `test -f '$(srcdir)/clutter-settings.c' || echo '$(srcdir)/'`$(srcdir)/clutter-settings.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-settings.Tpo $(DEPDIR)/clutter-settings.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-settings.c' object='clutter-settings.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-settings.c' object='clutter-settings.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-settings.lo `test -f '$(srcdir)/clutter-settings.c' || echo '$(srcdir)/'`$(srcdir)/clutter-settings.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-settings.lo `test -f '$(srcdir)/clutter-settings.c' || echo '$(srcdir)/'`$(srcdir)/clutter-settings.c clutter-shader-effect.lo: $(srcdir)/clutter-shader-effect.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader-effect.lo -MD -MP -MF $(DEPDIR)/clutter-shader-effect.Tpo -c -o clutter-shader-effect.lo `test -f '$(srcdir)/clutter-shader-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-effect.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader-effect.Tpo $(DEPDIR)/clutter-shader-effect.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-shader-effect.c' object='clutter-shader-effect.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-shader-effect.c' object='clutter-shader-effect.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-effect.lo `test -f '$(srcdir)/clutter-shader-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-effect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-effect.lo `test -f '$(srcdir)/clutter-shader-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-effect.c clutter-shader-types.lo: $(srcdir)/clutter-shader-types.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader-types.lo -MD -MP -MF $(DEPDIR)/clutter-shader-types.Tpo -c -o clutter-shader-types.lo `test -f '$(srcdir)/clutter-shader-types.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-types.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader-types.Tpo $(DEPDIR)/clutter-shader-types.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-shader-types.c' object='clutter-shader-types.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-shader-types.c' object='clutter-shader-types.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-types.lo `test -f '$(srcdir)/clutter-shader-types.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-types.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-types.lo `test -f '$(srcdir)/clutter-shader-types.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-types.c clutter-swipe-action.lo: $(srcdir)/clutter-swipe-action.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-swipe-action.lo -MD -MP -MF $(DEPDIR)/clutter-swipe-action.Tpo -c -o clutter-swipe-action.lo `test -f '$(srcdir)/clutter-swipe-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-swipe-action.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-swipe-action.Tpo $(DEPDIR)/clutter-swipe-action.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-swipe-action.c' object='clutter-swipe-action.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-swipe-action.c' object='clutter-swipe-action.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-swipe-action.lo `test -f '$(srcdir)/clutter-swipe-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-swipe-action.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-swipe-action.lo `test -f '$(srcdir)/clutter-swipe-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-swipe-action.c clutter-snap-constraint.lo: $(srcdir)/clutter-snap-constraint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-snap-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-snap-constraint.Tpo -c -o clutter-snap-constraint.lo `test -f '$(srcdir)/clutter-snap-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-snap-constraint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-snap-constraint.Tpo $(DEPDIR)/clutter-snap-constraint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-snap-constraint.c' object='clutter-snap-constraint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-snap-constraint.c' object='clutter-snap-constraint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-snap-constraint.lo `test -f '$(srcdir)/clutter-snap-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-snap-constraint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-snap-constraint.lo `test -f '$(srcdir)/clutter-snap-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-snap-constraint.c clutter-stage.lo: $(srcdir)/clutter-stage.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage.lo -MD -MP -MF $(DEPDIR)/clutter-stage.Tpo -c -o clutter-stage.lo `test -f '$(srcdir)/clutter-stage.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage.Tpo $(DEPDIR)/clutter-stage.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-stage.c' object='clutter-stage.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-stage.c' object='clutter-stage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage.lo `test -f '$(srcdir)/clutter-stage.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage.lo `test -f '$(srcdir)/clutter-stage.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage.c clutter-stage-manager.lo: $(srcdir)/clutter-stage-manager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-manager.lo -MD -MP -MF $(DEPDIR)/clutter-stage-manager.Tpo -c -o clutter-stage-manager.lo `test -f '$(srcdir)/clutter-stage-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-manager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-manager.Tpo $(DEPDIR)/clutter-stage-manager.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-stage-manager.c' object='clutter-stage-manager.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-stage-manager.c' object='clutter-stage-manager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-manager.lo `test -f '$(srcdir)/clutter-stage-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-manager.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-manager.lo `test -f '$(srcdir)/clutter-stage-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-manager.c clutter-stage-window.lo: $(srcdir)/clutter-stage-window.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-window.lo -MD -MP -MF $(DEPDIR)/clutter-stage-window.Tpo -c -o clutter-stage-window.lo `test -f '$(srcdir)/clutter-stage-window.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-window.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-window.Tpo $(DEPDIR)/clutter-stage-window.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-stage-window.c' object='clutter-stage-window.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-stage-window.c' object='clutter-stage-window.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-window.lo `test -f '$(srcdir)/clutter-stage-window.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-window.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-window.lo `test -f '$(srcdir)/clutter-stage-window.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-window.c clutter-state.lo: $(srcdir)/clutter-state.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-state.lo -MD -MP -MF $(DEPDIR)/clutter-state.Tpo -c -o clutter-state.lo `test -f '$(srcdir)/clutter-state.c' || echo '$(srcdir)/'`$(srcdir)/clutter-state.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-state.Tpo $(DEPDIR)/clutter-state.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-state.c' object='clutter-state.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-state.c' object='clutter-state.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-state.lo `test -f '$(srcdir)/clutter-state.c' || echo '$(srcdir)/'`$(srcdir)/clutter-state.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-state.lo `test -f '$(srcdir)/clutter-state.c' || echo '$(srcdir)/'`$(srcdir)/clutter-state.c clutter-table-layout.lo: $(srcdir)/clutter-table-layout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-table-layout.lo -MD -MP -MF $(DEPDIR)/clutter-table-layout.Tpo -c -o clutter-table-layout.lo `test -f '$(srcdir)/clutter-table-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-table-layout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-table-layout.Tpo $(DEPDIR)/clutter-table-layout.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-table-layout.c' object='clutter-table-layout.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-table-layout.c' object='clutter-table-layout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-table-layout.lo `test -f '$(srcdir)/clutter-table-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-table-layout.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-table-layout.lo `test -f '$(srcdir)/clutter-table-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-table-layout.c clutter-texture.lo: $(srcdir)/clutter-texture.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-texture.lo -MD -MP -MF $(DEPDIR)/clutter-texture.Tpo -c -o clutter-texture.lo `test -f '$(srcdir)/clutter-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-texture.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-texture.Tpo $(DEPDIR)/clutter-texture.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-texture.c' object='clutter-texture.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-texture.c' object='clutter-texture.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-texture.lo `test -f '$(srcdir)/clutter-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-texture.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-texture.lo `test -f '$(srcdir)/clutter-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-texture.c clutter-text.lo: $(srcdir)/clutter-text.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-text.lo -MD -MP -MF $(DEPDIR)/clutter-text.Tpo -c -o clutter-text.lo `test -f '$(srcdir)/clutter-text.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-text.Tpo $(DEPDIR)/clutter-text.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-text.c' object='clutter-text.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-text.c' object='clutter-text.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text.lo `test -f '$(srcdir)/clutter-text.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text.lo `test -f '$(srcdir)/clutter-text.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text.c clutter-text-buffer.lo: $(srcdir)/clutter-text-buffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-text-buffer.lo -MD -MP -MF $(DEPDIR)/clutter-text-buffer.Tpo -c -o clutter-text-buffer.lo `test -f '$(srcdir)/clutter-text-buffer.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text-buffer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-text-buffer.Tpo $(DEPDIR)/clutter-text-buffer.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-text-buffer.c' object='clutter-text-buffer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-text-buffer.c' object='clutter-text-buffer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text-buffer.lo `test -f '$(srcdir)/clutter-text-buffer.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text-buffer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text-buffer.lo `test -f '$(srcdir)/clutter-text-buffer.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text-buffer.c clutter-transition.lo: $(srcdir)/clutter-transition.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-transition.lo -MD -MP -MF $(DEPDIR)/clutter-transition.Tpo -c -o clutter-transition.lo `test -f '$(srcdir)/clutter-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-transition.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-transition.Tpo $(DEPDIR)/clutter-transition.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-transition.c' object='clutter-transition.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-transition.c' object='clutter-transition.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-transition.lo `test -f '$(srcdir)/clutter-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-transition.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-transition.lo `test -f '$(srcdir)/clutter-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-transition.c clutter-timeline.lo: $(srcdir)/clutter-timeline.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeline.lo -MD -MP -MF $(DEPDIR)/clutter-timeline.Tpo -c -o clutter-timeline.lo `test -f '$(srcdir)/clutter-timeline.c' || echo '$(srcdir)/'`$(srcdir)/clutter-timeline.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeline.Tpo $(DEPDIR)/clutter-timeline.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-timeline.c' object='clutter-timeline.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-timeline.c' object='clutter-timeline.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeline.lo `test -f '$(srcdir)/clutter-timeline.c' || echo '$(srcdir)/'`$(srcdir)/clutter-timeline.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeline.lo `test -f '$(srcdir)/clutter-timeline.c' || echo '$(srcdir)/'`$(srcdir)/clutter-timeline.c clutter-units.lo: $(srcdir)/clutter-units.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-units.lo -MD -MP -MF $(DEPDIR)/clutter-units.Tpo -c -o clutter-units.lo `test -f '$(srcdir)/clutter-units.c' || echo '$(srcdir)/'`$(srcdir)/clutter-units.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-units.Tpo $(DEPDIR)/clutter-units.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-units.c' object='clutter-units.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-units.c' object='clutter-units.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-units.lo `test -f '$(srcdir)/clutter-units.c' || echo '$(srcdir)/'`$(srcdir)/clutter-units.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-units.lo `test -f '$(srcdir)/clutter-units.c' || echo '$(srcdir)/'`$(srcdir)/clutter-units.c clutter-util.lo: $(srcdir)/clutter-util.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-util.lo -MD -MP -MF $(DEPDIR)/clutter-util.Tpo -c -o clutter-util.lo `test -f '$(srcdir)/clutter-util.c' || echo '$(srcdir)/'`$(srcdir)/clutter-util.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-util.Tpo $(DEPDIR)/clutter-util.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-util.c' object='clutter-util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-util.c' object='clutter-util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-util.lo `test -f '$(srcdir)/clutter-util.c' || echo '$(srcdir)/'`$(srcdir)/clutter-util.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-util.lo `test -f '$(srcdir)/clutter-util.c' || echo '$(srcdir)/'`$(srcdir)/clutter-util.c clutter-paint-volume.lo: $(srcdir)/clutter-paint-volume.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-volume.lo -MD -MP -MF $(DEPDIR)/clutter-paint-volume.Tpo -c -o clutter-paint-volume.lo `test -f '$(srcdir)/clutter-paint-volume.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-volume.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-volume.Tpo $(DEPDIR)/clutter-paint-volume.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-paint-volume.c' object='clutter-paint-volume.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-paint-volume.c' object='clutter-paint-volume.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-volume.lo `test -f '$(srcdir)/clutter-paint-volume.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-volume.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-volume.lo `test -f '$(srcdir)/clutter-paint-volume.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-volume.c clutter-easing.lo: $(srcdir)/clutter-easing.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-easing.lo -MD -MP -MF $(DEPDIR)/clutter-easing.Tpo -c -o clutter-easing.lo `test -f '$(srcdir)/clutter-easing.c' || echo '$(srcdir)/'`$(srcdir)/clutter-easing.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-easing.Tpo $(DEPDIR)/clutter-easing.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-easing.c' object='clutter-easing.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-easing.c' object='clutter-easing.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-easing.lo `test -f '$(srcdir)/clutter-easing.c' || echo '$(srcdir)/'`$(srcdir)/clutter-easing.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-easing.lo `test -f '$(srcdir)/clutter-easing.c' || echo '$(srcdir)/'`$(srcdir)/clutter-easing.c clutter-event-translator.lo: $(srcdir)/clutter-event-translator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-translator.lo -MD -MP -MF $(DEPDIR)/clutter-event-translator.Tpo -c -o clutter-event-translator.lo `test -f '$(srcdir)/clutter-event-translator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event-translator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-translator.Tpo $(DEPDIR)/clutter-event-translator.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-event-translator.c' object='clutter-event-translator.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-event-translator.c' object='clutter-event-translator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-translator.lo `test -f '$(srcdir)/clutter-event-translator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event-translator.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-translator.lo `test -f '$(srcdir)/clutter-event-translator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event-translator.c clutter-id-pool.lo: $(srcdir)/clutter-id-pool.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-id-pool.lo -MD -MP -MF $(DEPDIR)/clutter-id-pool.Tpo -c -o clutter-id-pool.lo `test -f '$(srcdir)/clutter-id-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-id-pool.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-id-pool.Tpo $(DEPDIR)/clutter-id-pool.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-id-pool.c' object='clutter-id-pool.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-id-pool.c' object='clutter-id-pool.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-id-pool.lo `test -f '$(srcdir)/clutter-id-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-id-pool.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-id-pool.lo `test -f '$(srcdir)/clutter-id-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-id-pool.c clutter-profile.lo: $(srcdir)/clutter-profile.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-profile.lo -MD -MP -MF $(DEPDIR)/clutter-profile.Tpo -c -o clutter-profile.lo `test -f '$(srcdir)/clutter-profile.c' || echo '$(srcdir)/'`$(srcdir)/clutter-profile.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-profile.Tpo $(DEPDIR)/clutter-profile.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/clutter-profile.c' object='clutter-profile.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/clutter-profile.c' object='clutter-profile.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-profile.lo `test -f '$(srcdir)/clutter-profile.c' || echo '$(srcdir)/'`$(srcdir)/clutter-profile.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-profile.lo `test -f '$(srcdir)/clutter-profile.c' || echo '$(srcdir)/'`$(srcdir)/clutter-profile.c clutter-actor-deprecated.lo: $(srcdir)/deprecated/clutter-actor-deprecated.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-deprecated.lo -MD -MP -MF $(DEPDIR)/clutter-actor-deprecated.Tpo -c -o clutter-actor-deprecated.lo `test -f '$(srcdir)/deprecated/clutter-actor-deprecated.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-actor-deprecated.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-deprecated.Tpo $(DEPDIR)/clutter-actor-deprecated.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-actor-deprecated.c' object='clutter-actor-deprecated.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-actor-deprecated.c' object='clutter-actor-deprecated.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-deprecated.lo `test -f '$(srcdir)/deprecated/clutter-actor-deprecated.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-actor-deprecated.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-deprecated.lo `test -f '$(srcdir)/deprecated/clutter-actor-deprecated.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-actor-deprecated.c clutter-behaviour.lo: $(srcdir)/deprecated/clutter-behaviour.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour.Tpo -c -o clutter-behaviour.lo `test -f '$(srcdir)/deprecated/clutter-behaviour.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour.Tpo $(DEPDIR)/clutter-behaviour.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour.c' object='clutter-behaviour.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour.c' object='clutter-behaviour.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour.lo `test -f '$(srcdir)/deprecated/clutter-behaviour.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour.lo `test -f '$(srcdir)/deprecated/clutter-behaviour.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour.c clutter-behaviour-depth.lo: $(srcdir)/deprecated/clutter-behaviour-depth.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-depth.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-depth.Tpo -c -o clutter-behaviour-depth.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-depth.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-depth.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-depth.Tpo $(DEPDIR)/clutter-behaviour-depth.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-depth.c' object='clutter-behaviour-depth.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-depth.c' object='clutter-behaviour-depth.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-depth.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-depth.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-depth.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-depth.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-depth.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-depth.c clutter-behaviour-ellipse.lo: $(srcdir)/deprecated/clutter-behaviour-ellipse.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-ellipse.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-ellipse.Tpo -c -o clutter-behaviour-ellipse.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-ellipse.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-ellipse.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-ellipse.Tpo $(DEPDIR)/clutter-behaviour-ellipse.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-ellipse.c' object='clutter-behaviour-ellipse.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-ellipse.c' object='clutter-behaviour-ellipse.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-ellipse.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-ellipse.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-ellipse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-ellipse.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-ellipse.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-ellipse.c clutter-behaviour-opacity.lo: $(srcdir)/deprecated/clutter-behaviour-opacity.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-opacity.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-opacity.Tpo -c -o clutter-behaviour-opacity.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-opacity.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-opacity.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-opacity.Tpo $(DEPDIR)/clutter-behaviour-opacity.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-opacity.c' object='clutter-behaviour-opacity.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-opacity.c' object='clutter-behaviour-opacity.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-opacity.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-opacity.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-opacity.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-opacity.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-opacity.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-opacity.c clutter-behaviour-path.lo: $(srcdir)/deprecated/clutter-behaviour-path.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-path.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-path.Tpo -c -o clutter-behaviour-path.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-path.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-path.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-path.Tpo $(DEPDIR)/clutter-behaviour-path.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-path.c' object='clutter-behaviour-path.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-path.c' object='clutter-behaviour-path.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-path.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-path.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-path.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-path.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-path.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-path.c clutter-behaviour-rotate.lo: $(srcdir)/deprecated/clutter-behaviour-rotate.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-rotate.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-rotate.Tpo -c -o clutter-behaviour-rotate.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-rotate.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-rotate.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-rotate.Tpo $(DEPDIR)/clutter-behaviour-rotate.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-rotate.c' object='clutter-behaviour-rotate.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-rotate.c' object='clutter-behaviour-rotate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-rotate.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-rotate.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-rotate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-rotate.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-rotate.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-rotate.c clutter-behaviour-scale.lo: $(srcdir)/deprecated/clutter-behaviour-scale.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-scale.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-scale.Tpo -c -o clutter-behaviour-scale.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-scale.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-scale.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-scale.Tpo $(DEPDIR)/clutter-behaviour-scale.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-behaviour-scale.c' object='clutter-behaviour-scale.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-behaviour-scale.c' object='clutter-behaviour-scale.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-scale.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-scale.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-scale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-scale.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-scale.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-scale.c clutter-box.lo: $(srcdir)/deprecated/clutter-box.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-box.lo -MD -MP -MF $(DEPDIR)/clutter-box.Tpo -c -o clutter-box.lo `test -f '$(srcdir)/deprecated/clutter-box.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-box.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-box.Tpo $(DEPDIR)/clutter-box.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-box.c' object='clutter-box.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-box.c' object='clutter-box.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box.lo `test -f '$(srcdir)/deprecated/clutter-box.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-box.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box.lo `test -f '$(srcdir)/deprecated/clutter-box.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-box.c clutter-fixed.lo: $(srcdir)/deprecated/clutter-fixed.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-fixed.lo -MD -MP -MF $(DEPDIR)/clutter-fixed.Tpo -c -o clutter-fixed.lo `test -f '$(srcdir)/deprecated/clutter-fixed.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-fixed.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-fixed.Tpo $(DEPDIR)/clutter-fixed.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-fixed.c' object='clutter-fixed.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-fixed.c' object='clutter-fixed.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed.lo `test -f '$(srcdir)/deprecated/clutter-fixed.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-fixed.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed.lo `test -f '$(srcdir)/deprecated/clutter-fixed.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-fixed.c clutter-frame-source.lo: $(srcdir)/deprecated/clutter-frame-source.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-frame-source.lo -MD -MP -MF $(DEPDIR)/clutter-frame-source.Tpo -c -o clutter-frame-source.lo `test -f '$(srcdir)/deprecated/clutter-frame-source.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-frame-source.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-frame-source.Tpo $(DEPDIR)/clutter-frame-source.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-frame-source.c' object='clutter-frame-source.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-frame-source.c' object='clutter-frame-source.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-frame-source.lo `test -f '$(srcdir)/deprecated/clutter-frame-source.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-frame-source.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-frame-source.lo `test -f '$(srcdir)/deprecated/clutter-frame-source.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-frame-source.c clutter-group.lo: $(srcdir)/deprecated/clutter-group.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-group.lo -MD -MP -MF $(DEPDIR)/clutter-group.Tpo -c -o clutter-group.lo `test -f '$(srcdir)/deprecated/clutter-group.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-group.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-group.Tpo $(DEPDIR)/clutter-group.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-group.c' object='clutter-group.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-group.c' object='clutter-group.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-group.lo `test -f '$(srcdir)/deprecated/clutter-group.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-group.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-group.lo `test -f '$(srcdir)/deprecated/clutter-group.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-group.c clutter-rectangle.lo: $(srcdir)/deprecated/clutter-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-rectangle.lo -MD -MP -MF $(DEPDIR)/clutter-rectangle.Tpo -c -o clutter-rectangle.lo `test -f '$(srcdir)/deprecated/clutter-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-rectangle.Tpo $(DEPDIR)/clutter-rectangle.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-rectangle.c' object='clutter-rectangle.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-rectangle.c' object='clutter-rectangle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-rectangle.lo `test -f '$(srcdir)/deprecated/clutter-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-rectangle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-rectangle.lo `test -f '$(srcdir)/deprecated/clutter-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-rectangle.c clutter-score.lo: $(srcdir)/deprecated/clutter-score.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-score.lo -MD -MP -MF $(DEPDIR)/clutter-score.Tpo -c -o clutter-score.lo `test -f '$(srcdir)/deprecated/clutter-score.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-score.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-score.Tpo $(DEPDIR)/clutter-score.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-score.c' object='clutter-score.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-score.c' object='clutter-score.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-score.lo `test -f '$(srcdir)/deprecated/clutter-score.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-score.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-score.lo `test -f '$(srcdir)/deprecated/clutter-score.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-score.c clutter-shader.lo: $(srcdir)/deprecated/clutter-shader.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader.lo -MD -MP -MF $(DEPDIR)/clutter-shader.Tpo -c -o clutter-shader.lo `test -f '$(srcdir)/deprecated/clutter-shader.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-shader.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader.Tpo $(DEPDIR)/clutter-shader.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-shader.c' object='clutter-shader.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-shader.c' object='clutter-shader.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader.lo `test -f '$(srcdir)/deprecated/clutter-shader.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-shader.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader.lo `test -f '$(srcdir)/deprecated/clutter-shader.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-shader.c clutter-timeout-pool.lo: $(srcdir)/deprecated/clutter-timeout-pool.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeout-pool.lo -MD -MP -MF $(DEPDIR)/clutter-timeout-pool.Tpo -c -o clutter-timeout-pool.lo `test -f '$(srcdir)/deprecated/clutter-timeout-pool.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-pool.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeout-pool.Tpo $(DEPDIR)/clutter-timeout-pool.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-timeout-pool.c' object='clutter-timeout-pool.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-timeout-pool.c' object='clutter-timeout-pool.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-pool.lo `test -f '$(srcdir)/deprecated/clutter-timeout-pool.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-pool.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-pool.lo `test -f '$(srcdir)/deprecated/clutter-timeout-pool.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-pool.c clutter-timeout-interval.lo: $(srcdir)/deprecated/clutter-timeout-interval.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeout-interval.lo -MD -MP -MF $(DEPDIR)/clutter-timeout-interval.Tpo -c -o clutter-timeout-interval.lo `test -f '$(srcdir)/deprecated/clutter-timeout-interval.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-interval.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeout-interval.Tpo $(DEPDIR)/clutter-timeout-interval.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/deprecated/clutter-timeout-interval.c' object='clutter-timeout-interval.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/deprecated/clutter-timeout-interval.c' object='clutter-timeout-interval.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-interval.lo `test -f '$(srcdir)/deprecated/clutter-timeout-interval.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-interval.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-interval.lo `test -f '$(srcdir)/deprecated/clutter-timeout-interval.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-interval.c cally-actor.lo: $(srcdir)/cally/cally-actor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-actor.lo -MD -MP -MF $(DEPDIR)/cally-actor.Tpo -c -o cally-actor.lo `test -f '$(srcdir)/cally/cally-actor.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-actor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-actor.Tpo $(DEPDIR)/cally-actor.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-actor.c' object='cally-actor.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-actor.c' object='cally-actor.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-actor.lo `test -f '$(srcdir)/cally/cally-actor.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-actor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-actor.lo `test -f '$(srcdir)/cally/cally-actor.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-actor.c cally.lo: $(srcdir)/cally/cally.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally.lo -MD -MP -MF $(DEPDIR)/cally.Tpo -c -o cally.lo `test -f '$(srcdir)/cally/cally.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally.Tpo $(DEPDIR)/cally.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally.c' object='cally.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally.c' object='cally.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally.lo `test -f '$(srcdir)/cally/cally.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally.lo `test -f '$(srcdir)/cally/cally.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally.c cally-clone.lo: $(srcdir)/cally/cally-clone.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-clone.lo -MD -MP -MF $(DEPDIR)/cally-clone.Tpo -c -o cally-clone.lo `test -f '$(srcdir)/cally/cally-clone.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-clone.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-clone.Tpo $(DEPDIR)/cally-clone.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-clone.c' object='cally-clone.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-clone.c' object='cally-clone.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-clone.lo `test -f '$(srcdir)/cally/cally-clone.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-clone.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-clone.lo `test -f '$(srcdir)/cally/cally-clone.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-clone.c cally-group.lo: $(srcdir)/cally/cally-group.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-group.lo -MD -MP -MF $(DEPDIR)/cally-group.Tpo -c -o cally-group.lo `test -f '$(srcdir)/cally/cally-group.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-group.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-group.Tpo $(DEPDIR)/cally-group.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-group.c' object='cally-group.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-group.c' object='cally-group.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-group.lo `test -f '$(srcdir)/cally/cally-group.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-group.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-group.lo `test -f '$(srcdir)/cally/cally-group.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-group.c cally-rectangle.lo: $(srcdir)/cally/cally-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-rectangle.lo -MD -MP -MF $(DEPDIR)/cally-rectangle.Tpo -c -o cally-rectangle.lo `test -f '$(srcdir)/cally/cally-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-rectangle.Tpo $(DEPDIR)/cally-rectangle.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-rectangle.c' object='cally-rectangle.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-rectangle.c' object='cally-rectangle.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-rectangle.lo `test -f '$(srcdir)/cally/cally-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-rectangle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-rectangle.lo `test -f '$(srcdir)/cally/cally-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-rectangle.c cally-root.lo: $(srcdir)/cally/cally-root.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-root.lo -MD -MP -MF $(DEPDIR)/cally-root.Tpo -c -o cally-root.lo `test -f '$(srcdir)/cally/cally-root.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-root.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-root.Tpo $(DEPDIR)/cally-root.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-root.c' object='cally-root.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-root.c' object='cally-root.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-root.lo `test -f '$(srcdir)/cally/cally-root.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-root.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-root.lo `test -f '$(srcdir)/cally/cally-root.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-root.c cally-stage.lo: $(srcdir)/cally/cally-stage.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-stage.lo -MD -MP -MF $(DEPDIR)/cally-stage.Tpo -c -o cally-stage.lo `test -f '$(srcdir)/cally/cally-stage.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-stage.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-stage.Tpo $(DEPDIR)/cally-stage.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-stage.c' object='cally-stage.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-stage.c' object='cally-stage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-stage.lo `test -f '$(srcdir)/cally/cally-stage.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-stage.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-stage.lo `test -f '$(srcdir)/cally/cally-stage.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-stage.c cally-text.lo: $(srcdir)/cally/cally-text.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-text.lo -MD -MP -MF $(DEPDIR)/cally-text.Tpo -c -o cally-text.lo `test -f '$(srcdir)/cally/cally-text.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-text.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-text.Tpo $(DEPDIR)/cally-text.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-text.c' object='cally-text.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-text.c' object='cally-text.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-text.lo `test -f '$(srcdir)/cally/cally-text.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-text.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-text.lo `test -f '$(srcdir)/cally/cally-text.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-text.c cally-texture.lo: $(srcdir)/cally/cally-texture.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-texture.lo -MD -MP -MF $(DEPDIR)/cally-texture.Tpo -c -o cally-texture.lo `test -f '$(srcdir)/cally/cally-texture.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-texture.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-texture.Tpo $(DEPDIR)/cally-texture.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-texture.c' object='cally-texture.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-texture.c' object='cally-texture.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-texture.lo `test -f '$(srcdir)/cally/cally-texture.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-texture.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-texture.lo `test -f '$(srcdir)/cally/cally-texture.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-texture.c cally-util.lo: $(srcdir)/cally/cally-util.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-util.lo -MD -MP -MF $(DEPDIR)/cally-util.Tpo -c -o cally-util.lo `test -f '$(srcdir)/cally/cally-util.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-util.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cally-util.Tpo $(DEPDIR)/cally-util.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/cally/cally-util.c' object='cally-util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/cally/cally-util.c' object='cally-util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-util.lo `test -f '$(srcdir)/cally/cally-util.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-util.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-util.lo `test -f '$(srcdir)/cally/cally-util.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-util.c mostlyclean-libtool: -rm -f *.lo @@ -3153,9 +3007,7 @@ uninstall-girDATA: @$(NORMAL_UNINSTALL) @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(girdir)" && rm -f $$files + dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir) install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @@ -3173,9 +3025,7 @@ uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) install-typelibDATA: $(typelib_DATA) @$(NORMAL_INSTALL) test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)" @@ -3193,9 +3043,7 @@ uninstall-typelibDATA: @$(NORMAL_UNINSTALL) @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(typelibdir)" && rm -f $$files + dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir) install-cally_includeHEADERS: $(cally_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(cally_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cally_includedir)" @@ -3213,9 +3061,7 @@ uninstall-cally_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(cally_include_HEADERS)'; test -n "$(cally_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(cally_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(cally_includedir)" && rm -f $$files + dir='$(DESTDIR)$(cally_includedir)'; $(am__uninstall_files_from_dir) install-clutter_deprecatedHEADERS: $(clutter_deprecated_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutter_deprecateddir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_deprecateddir)" @@ -3233,9 +3079,7 @@ uninstall-clutter_deprecatedHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutter_deprecated_HEADERS)'; test -n "$(clutter_deprecateddir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutter_deprecateddir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutter_deprecateddir)" && rm -f $$files + dir='$(DESTDIR)$(clutter_deprecateddir)'; $(am__uninstall_files_from_dir) install-clutter_includeHEADERS: $(clutter_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutter_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_includedir)" @@ -3253,9 +3097,7 @@ uninstall-clutter_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutter_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutter_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutter_includedir)'; $(am__uninstall_files_from_dir) install-cluttercex100_includeHEADERS: $(cluttercex100_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(cluttercex100_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cluttercex100_includedir)" @@ -3273,9 +3115,7 @@ uninstall-cluttercex100_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(cluttercex100_include_HEADERS)'; test -n "$(cluttercex100_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(cluttercex100_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(cluttercex100_includedir)" && rm -f $$files + dir='$(DESTDIR)$(cluttercex100_includedir)'; $(am__uninstall_files_from_dir) install-clutteregl_includeHEADERS: $(clutteregl_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutteregl_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutteregl_includedir)" @@ -3293,9 +3133,7 @@ uninstall-clutteregl_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutteregl_include_HEADERS)'; test -n "$(clutteregl_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutteregl_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutteregl_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutteregl_includedir)'; $(am__uninstall_files_from_dir) install-clutterevdev_includeHEADERS: $(clutterevdev_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterevdev_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterevdev_includedir)" @@ -3313,9 +3151,7 @@ uninstall-clutterevdev_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterevdev_include_HEADERS)'; test -n "$(clutterevdev_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterevdev_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterevdev_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterevdev_includedir)'; $(am__uninstall_files_from_dir) install-cluttergdk_includeHEADERS: $(cluttergdk_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(cluttergdk_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cluttergdk_includedir)" @@ -3333,9 +3169,7 @@ uninstall-cluttergdk_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(cluttergdk_include_HEADERS)'; test -n "$(cluttergdk_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(cluttergdk_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(cluttergdk_includedir)" && rm -f $$files + dir='$(DESTDIR)$(cluttergdk_includedir)'; $(am__uninstall_files_from_dir) install-clutterglx_includeHEADERS: $(clutterglx_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterglx_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterglx_includedir)" @@ -3353,9 +3187,7 @@ uninstall-clutterglx_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterglx_include_HEADERS)'; test -n "$(clutterglx_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterglx_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterglx_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterglx_includedir)'; $(am__uninstall_files_from_dir) install-clutterosx_includeHEADERS: $(clutterosx_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterosx_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterosx_includedir)" @@ -3373,9 +3205,7 @@ uninstall-clutterosx_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterosx_include_HEADERS)'; test -n "$(clutterosx_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterosx_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterosx_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterosx_includedir)'; $(am__uninstall_files_from_dir) install-clutterwayland_includeHEADERS: $(clutterwayland_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterwayland_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterwayland_includedir)" @@ -3393,9 +3223,7 @@ uninstall-clutterwayland_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterwayland_include_HEADERS)'; test -n "$(clutterwayland_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterwayland_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterwayland_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterwayland_includedir)'; $(am__uninstall_files_from_dir) install-clutterwin_includeHEADERS: $(clutterwin_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterwin_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterwin_includedir)" @@ -3413,9 +3241,7 @@ uninstall-clutterwin_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterwin_include_HEADERS)'; test -n "$(clutterwin_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterwin_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterwin_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterwin_includedir)'; $(am__uninstall_files_from_dir) install-clutterx11_includeHEADERS: $(clutterx11_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutterx11_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterx11_includedir)" @@ -3433,9 +3259,7 @@ uninstall-clutterx11_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(clutterx11_include_HEADERS)'; test -n "$(clutterx11_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutterx11_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutterx11_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutterx11_includedir)'; $(am__uninstall_files_from_dir) install-nodist_clutter_includeHEADERS: $(nodist_clutter_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(clutter_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_includedir)" @@ -3453,9 +3277,7 @@ uninstall-nodist_clutter_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(nodist_clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clutter_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clutter_includedir)" && rm -f $$files + dir='$(DESTDIR)$(clutter_includedir)'; $(am__uninstall_files_from_dir) install-wayland_compositor_includeHEADERS: $(wayland_compositor_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(wayland_compositor_includedir)" || $(MKDIR_P) "$(DESTDIR)$(wayland_compositor_includedir)" @@ -3473,9 +3295,7 @@ uninstall-wayland_compositor_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(wayland_compositor_include_HEADERS)'; test -n "$(wayland_compositor_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(wayland_compositor_includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(wayland_compositor_includedir)" && rm -f $$files + dir='$(DESTDIR)$(wayland_compositor_includedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -3610,14 +3430,15 @@ check-TESTS: $(TESTS) fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ + col="$$grn"; \ else \ - echo "$$red$$dashes"; \ + col="$$red"; \ fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi @@ -3674,10 +3495,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/clutter/cally/cally.pc.in b/clutter/cally/cally.pc.in index aa7030a..779491c 100644 --- a/clutter/cally/cally.pc.in +++ b/clutter/cally/cally.pc.in @@ -4,14 +4,10 @@ libdir=@libdir@ includedir=@includedir@ apiversion=@CLUTTER_API_VERSION@ -winsys=@CLUTTER_WINSYS@ -soname_infix=@CLUTTER_SONAME_INFIX@ -cogl_driver=@COGL_DRIVER@ -requires=@CLUTTER_REQUIRES@ Name: Cally Description: Clutter Accessibility Implementation Library Version: @VERSION@ -Libs: -L${libdir} -lclutter-${soname_infix}-${apiversion} +Libs: -L${libdir} -lclutter-${apiversion} Cflags: -I${includedir}/clutter-${apiversion} Requires: atk clutter-1.0 diff --git a/clutter/clutter-actor-private.h b/clutter/clutter-actor-private.h index 2ef6aaa..ac207b1 100644 --- a/clutter/clutter-actor-private.h +++ b/clutter/clutter-actor-private.h @@ -150,8 +150,6 @@ struct _SizeRequest * @fixed_x: the fixed position of the actor, set using clutter_actor_set_x() * @fixed_y: the fixed position of the actor, set using clutter_actor_set_y() * @margin: the composed margin of the actor - * @x_expand: whether the actor should expand horizontally - * @y_expand: whether the actor should expand vertically * @x_align: the horizontal alignment, if the actor expands horizontally * @y_align: the vertical alignment, if the actor expands vertically * @min_width: the minimum width, set using clutter_actor_set_min_width() @@ -169,9 +167,6 @@ struct _ClutterLayoutInfo ClutterMargin margin; - guint x_expand : 1; - guint y_expand : 1; - guint x_align : 4; guint y_align : 4; diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 5f6e801..1e2fd85 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -258,6 +258,27 @@ * and a default easing mode of %CLUTTER_EASE_OUT_CUBIC, unless you call * clutter_actor_set_easing_mode() and clutter_actor_set_easing_duration() * after changing the easing state of the actor. + * It is important to note that if you modify the state on an + * animatable property while a transition is in flight, the transition's + * final value will be updated, as well as its duration and progress + * mode by using the current easing state; for instance, in the following + * example: + * + * clutter_actor_save_easing_state (actor); + * clutter_actor_set_x (actor, 200); + * clutter_actor_restore_easing_state (actor); + * + * clutter_actor_save_easing_state (actor); + * clutter_actor_set_x (actor, 100); + * clutter_actor_restore_easing_state (actor); + * + * the first call to clutter_actor_set_x() will begin a transition + * of the #ClutterActor:x property to the value of 200; the second call + * to clutter_actor_set_x() will change the transition's final value to + * 100. + * It is possible to retrieve the #ClutterTransition used by the + * animatable properties by using clutter_actor_get_transition() and using + * the property name as the transition name. * * * Explicit animations @@ -684,6 +705,7 @@ struct _ClutterActorPrivate /* delegate object used to paint the contents of this actor */ ClutterContent *content; + ClutterActorBox content_box; ClutterContentGravity content_gravity; ClutterScalingFilter min_filter; ClutterScalingFilter mag_filter; @@ -747,6 +769,7 @@ struct _ClutterActorPrivate queued without an effect. */ guint is_dirty : 1; guint bg_color_set : 1; + guint content_box_valid : 1; }; enum @@ -2238,7 +2261,10 @@ clutter_actor_set_allocation_internal (ClutterActor *self, /* if the allocation changes, so does the content box */ if (priv->content != NULL) - g_object_notify_by_pspec (obj, obj_props[PROP_CONTENT_BOX]); + { + priv->content_box_valid = FALSE; + g_object_notify_by_pspec (obj, obj_props[PROP_CONTENT_BOX]); + } retval = TRUE; } @@ -3215,6 +3241,9 @@ _clutter_actor_remove_effect_internal (ClutterActor *self, return; _clutter_meta_group_remove_meta (priv->effects, CLUTTER_ACTOR_META (effect)); + + if (_clutter_meta_group_peek_metas (priv->effects) == NULL) + g_clear_object (&priv->effects); } static gboolean @@ -4014,52 +4043,39 @@ clutter_actor_set_rotation_angle (ClutterActor *self, ClutterRotateAxis axis, gdouble angle) { - ClutterTransformInfo *info; + const ClutterTransformInfo *info; + const double *cur_angle_p = NULL; + GParamSpec *pspec = NULL; - info = _clutter_actor_get_transform_info (self); + info = _clutter_actor_get_transform_info_or_defaults (self); - if (clutter_actor_get_easing_duration (self) != 0) + switch (axis) { - ClutterTransition *transition; - GParamSpec *pspec = NULL; - double *cur_angle_p = NULL; - - switch (axis) - { - case CLUTTER_X_AXIS: - cur_angle_p = &info->rx_angle; - pspec = obj_props[PROP_ROTATION_ANGLE_X]; - break; - - case CLUTTER_Y_AXIS: - cur_angle_p = &info->ry_angle; - pspec = obj_props[PROP_ROTATION_ANGLE_Y]; - break; + case CLUTTER_X_AXIS: + cur_angle_p = &info->rx_angle; + pspec = obj_props[PROP_ROTATION_ANGLE_X]; + break; - case CLUTTER_Z_AXIS: - cur_angle_p = &info->rz_angle; - pspec = obj_props[PROP_ROTATION_ANGLE_Z]; - break; - } + case CLUTTER_Y_AXIS: + cur_angle_p = &info->ry_angle; + pspec = obj_props[PROP_ROTATION_ANGLE_Y]; + break; - g_assert (pspec != NULL); - g_assert (cur_angle_p != NULL); + case CLUTTER_Z_AXIS: + cur_angle_p = &info->rz_angle; + pspec = obj_props[PROP_ROTATION_ANGLE_Z]; + break; + } - transition = _clutter_actor_get_transition (self, pspec); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, pspec, - *cur_angle_p, - angle); - } - else - _clutter_actor_update_transition (self, pspec, angle); + g_assert (pspec != NULL); + g_assert (cur_angle_p != NULL); - self->priv->transform_valid = FALSE; - clutter_actor_queue_redraw (self); - } + if (_clutter_actor_get_transition (self, pspec) == NULL) + _clutter_actor_create_transition (self, pspec, *cur_angle_p, angle); else - clutter_actor_set_rotation_angle_internal (self, axis, angle); + _clutter_actor_update_transition (self, pspec, angle); + + clutter_actor_queue_redraw (self); } /*< private > @@ -4120,29 +4136,6 @@ clutter_actor_set_rotation_center_internal (ClutterActor *self, } static void -clutter_actor_animate_scale_factor (ClutterActor *self, - double old_factor, - double new_factor, - GParamSpec *pspec) -{ - ClutterTransition *transition; - - transition = _clutter_actor_get_transition (self, pspec); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, pspec, - old_factor, - new_factor); - } - else - _clutter_actor_update_transition (self, pspec, new_factor); - - - self->priv->transform_valid = FALSE; - clutter_actor_queue_redraw (self); -} - -static void clutter_actor_set_scale_factor_internal (ClutterActor *self, double factor, GParamSpec *pspec) @@ -4167,39 +4160,37 @@ clutter_actor_set_scale_factor (ClutterActor *self, ClutterRotateAxis axis, gdouble factor) { - GObject *obj = G_OBJECT (self); - ClutterTransformInfo *info; - GParamSpec *pspec; - - info = _clutter_actor_get_transform_info (self); + const ClutterTransformInfo *info; + const double *scale_p = NULL; + GParamSpec *pspec = NULL; - g_object_freeze_notify (obj); + info = _clutter_actor_get_transform_info_or_defaults (self); switch (axis) { case CLUTTER_X_AXIS: pspec = obj_props[PROP_SCALE_X]; - - if (clutter_actor_get_easing_duration (self) != 0) - clutter_actor_animate_scale_factor (self, info->scale_x, factor, pspec); - else - clutter_actor_set_scale_factor_internal (self, factor, pspec); + scale_p = &info->scale_x; break; case CLUTTER_Y_AXIS: pspec = obj_props[PROP_SCALE_Y]; - - if (clutter_actor_get_easing_duration (self) != 0) - clutter_actor_animate_scale_factor (self, info->scale_y, factor, pspec); - else - clutter_actor_set_scale_factor_internal (self, factor, pspec); + scale_p = &info->scale_y; break; - default: - g_assert_not_reached (); + case CLUTTER_Z_AXIS: + break; } - g_object_thaw_notify (obj); + g_assert (pspec != NULL); + g_assert (scale_p != NULL); + + if (_clutter_actor_get_transition (self, pspec) == NULL) + _clutter_actor_create_transition (self, pspec, *scale_p, factor); + else + _clutter_actor_update_transition (self, pspec, factor); + + clutter_actor_queue_redraw (self); } static inline void @@ -5216,6 +5207,9 @@ clutter_actor_update_default_paint_volume (ClutterActor *self, { const ClutterPaintVolume *child_volume; + if (!CLUTTER_ACTOR_IS_MAPPED (child)) + continue; + child_volume = clutter_actor_get_transformed_paint_volume (child, self); if (child_volume == NULL) { @@ -6460,6 +6454,8 @@ clutter_actor_class_init (ClutterActorClass *klass) * that have a preferred size, and if the preferred size is smaller than * the actor's allocation. * + * The #ClutterActor:content-gravity property is animatable. + * * Since: 1.10 */ obj_props[PROP_CONTENT_GRAVITY] = @@ -6488,7 +6484,9 @@ clutter_actor_class_init (ClutterActorClass *klass) P_("Content Box"), P_("The bounding box of the actor's content"), CLUTTER_TYPE_ACTOR_BOX, - CLUTTER_PARAM_READABLE); + G_PARAM_READABLE | + G_PARAM_STATIC_STRINGS | + CLUTTER_PARAM_ANIMATABLE); obj_props[PROP_MINIFICATION_FILTER] = g_param_spec_enum ("minification-filter", @@ -6654,7 +6652,7 @@ clutter_actor_class_init (ClutterActorClass *klass) CLUTTER_TYPE_ACTOR); /** - * ClutterActor::queue-relayout + * ClutterActor::queue-relayout: * @actor: the actor being queued for relayout * * The ::queue_layout signal is emitted when clutter_actor_queue_relayout() @@ -9488,33 +9486,35 @@ clutter_actor_set_width (ClutterActor *self, { g_return_if_fail (CLUTTER_IS_ACTOR (self)); - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_WIDTH]) == NULL) { - ClutterTransition *transition; + float cur_size; - transition = _clutter_actor_get_transition (self, obj_props[PROP_WIDTH]); - if (transition == NULL) + /* minor optimization: if we don't have a duration + * then we can skip the get_width() below, to avoid + * the chance of going through get_preferred_width() + * just to jump to a new desired width. + */ + if (clutter_actor_get_easing_duration (self) == 0) { - float old_width = clutter_actor_get_width (self); + g_object_freeze_notify (G_OBJECT (self)); + + clutter_actor_set_width_internal (self, width); + + g_object_thaw_notify (G_OBJECT (self)); - transition = _clutter_actor_create_transition (self, - obj_props[PROP_WIDTH], - old_width, - width); + return; } else - _clutter_actor_update_transition (self, obj_props[PROP_WIDTH], width); + cur_size = clutter_actor_get_width (self); - clutter_actor_queue_relayout (self); + _clutter_actor_create_transition (self, + obj_props[PROP_WIDTH], + cur_size, + width); } else - { - g_object_freeze_notify (G_OBJECT (self)); - - clutter_actor_set_width_internal (self, width); - - g_object_thaw_notify (G_OBJECT (self)); - } + _clutter_actor_update_transition (self, obj_props[PROP_WIDTH], width); } /** @@ -9538,33 +9538,31 @@ clutter_actor_set_height (ClutterActor *self, { g_return_if_fail (CLUTTER_IS_ACTOR (self)); - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_HEIGHT]) == NULL) { - ClutterTransition *transition; + float cur_size; - transition = _clutter_actor_get_transition (self, obj_props[PROP_HEIGHT]); - if (transition == NULL) + /* see the comment in clutter_actor_set_width() above */ + if (clutter_actor_get_easing_duration (self) == 0) { - float old_height = clutter_actor_get_height (self); + g_object_freeze_notify (G_OBJECT (self)); + + clutter_actor_set_height_internal (self, height); - transition = _clutter_actor_create_transition (self, - obj_props[PROP_HEIGHT], - old_height, - height); + g_object_thaw_notify (G_OBJECT (self)); + + return; } else - _clutter_actor_update_transition (self, obj_props[PROP_HEIGHT], height); + cur_size = clutter_actor_get_height (self); - clutter_actor_queue_relayout (self); + _clutter_actor_create_transition (self, + obj_props[PROP_HEIGHT], + cur_size, + height); } else - { - g_object_freeze_notify (G_OBJECT (self)); - - clutter_actor_set_height_internal (self, height); - - g_object_thaw_notify (G_OBJECT (self)); - } + _clutter_actor_update_transition (self, obj_props[PROP_HEIGHT], height); } static inline void @@ -9631,31 +9629,18 @@ void clutter_actor_set_x (ClutterActor *self, gfloat x) { - const ClutterLayoutInfo *linfo; - g_return_if_fail (CLUTTER_IS_ACTOR (self)); - linfo = _clutter_actor_get_layout_info_or_defaults (self); - - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_X]) == NULL) { - ClutterTransition *transition; - - transition = _clutter_actor_get_transition (self, obj_props[PROP_X]); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, - obj_props[PROP_X], - linfo->fixed_x, - x); - } - else - _clutter_actor_update_transition (self, obj_props[PROP_X], x); + float cur_position = clutter_actor_get_x (self); - clutter_actor_queue_relayout (self); + _clutter_actor_create_transition (self, obj_props[PROP_X], + cur_position, + x); } else - clutter_actor_set_x_internal (self, x); + _clutter_actor_update_transition (self, obj_props[PROP_X], x); } /** @@ -9676,33 +9661,18 @@ void clutter_actor_set_y (ClutterActor *self, gfloat y) { - const ClutterLayoutInfo *linfo; - g_return_if_fail (CLUTTER_IS_ACTOR (self)); - linfo = _clutter_actor_get_layout_info_or_defaults (self); - - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_Y]) == NULL) { - ClutterTransition *transition; - - transition = _clutter_actor_get_transition (self, obj_props[PROP_Y]); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, - obj_props[PROP_Y], - linfo->fixed_y, - y); - } - else - _clutter_actor_update_transition (self, obj_props[PROP_Y], y); + float cur_position = clutter_actor_get_y (self); - clutter_actor_queue_relayout (self); + _clutter_actor_create_transition (self, obj_props[PROP_Y], + cur_position, + y); } else - clutter_actor_set_y_internal (self, y); - - clutter_actor_queue_relayout (self); + _clutter_actor_update_transition (self, obj_props[PROP_Y], y); } /** @@ -10028,31 +9998,16 @@ void clutter_actor_set_opacity (ClutterActor *self, guint8 opacity) { - ClutterActorPrivate *priv; - g_return_if_fail (CLUTTER_IS_ACTOR (self)); - priv = self->priv; - - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_OPACITY]) == NULL) { - ClutterTransition *transition; - - transition = _clutter_actor_get_transition (self, obj_props[PROP_OPACITY]); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, - obj_props[PROP_OPACITY], - priv->opacity, - opacity); - } - else - _clutter_actor_update_transition (self, obj_props[PROP_OPACITY], opacity); - - clutter_actor_queue_redraw (self); + _clutter_actor_create_transition (self, obj_props[PROP_OPACITY], + self->priv->opacity, + opacity); } else - clutter_actor_set_opacity_internal (self, opacity); + _clutter_actor_update_transition (self, obj_props[PROP_OPACITY], opacity); } /* @@ -10350,30 +10305,22 @@ void clutter_actor_set_depth (ClutterActor *self, gfloat depth) { - const ClutterTransformInfo *tinfo; - g_return_if_fail (CLUTTER_IS_ACTOR (self)); - tinfo = _clutter_actor_get_transform_info_or_defaults (self); - - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, obj_props[PROP_DEPTH]) == NULL) { - ClutterTransition *transition; + const ClutterTransformInfo *info; - transition = _clutter_actor_get_transition (self, obj_props[PROP_DEPTH]); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, obj_props[PROP_DEPTH], - tinfo->depth, - depth); - } - else - _clutter_actor_update_transition (self, obj_props[PROP_DEPTH], depth); + info = _clutter_actor_get_transform_info_or_defaults (self); - clutter_actor_queue_redraw (self); + _clutter_actor_create_transition (self, obj_props[PROP_DEPTH], + info->depth, + depth); } else - clutter_actor_set_depth_internal (self, depth); + _clutter_actor_update_transition (self, obj_props[PROP_DEPTH], depth); + + clutter_actor_queue_redraw (self); } /** @@ -10949,23 +10896,26 @@ typedef void (* ClutterActorAddChildFunc) (ClutterActor *parent, gpointer data); typedef enum { - ADD_CHILD_CREATE_META = 1 << 0, - ADD_CHILD_EMIT_PARENT_SET = 1 << 1, - ADD_CHILD_EMIT_ACTOR_ADDED = 1 << 2, - ADD_CHILD_CHECK_STATE = 1 << 3, - ADD_CHILD_NOTIFY_FIRST_LAST = 1 << 4, + ADD_CHILD_CREATE_META = 1 << 0, + ADD_CHILD_EMIT_PARENT_SET = 1 << 1, + ADD_CHILD_EMIT_ACTOR_ADDED = 1 << 2, + ADD_CHILD_CHECK_STATE = 1 << 3, + ADD_CHILD_NOTIFY_FIRST_LAST = 1 << 4, + ADD_CHILD_SHOW_ON_SET_PARENT = 1 << 5, /* default flags for public API */ ADD_CHILD_DEFAULT_FLAGS = ADD_CHILD_CREATE_META | ADD_CHILD_EMIT_PARENT_SET | ADD_CHILD_EMIT_ACTOR_ADDED | ADD_CHILD_CHECK_STATE | - ADD_CHILD_NOTIFY_FIRST_LAST, + ADD_CHILD_NOTIFY_FIRST_LAST | + ADD_CHILD_SHOW_ON_SET_PARENT, /* flags for legacy/deprecated API */ ADD_CHILD_LEGACY_FLAGS = ADD_CHILD_EMIT_PARENT_SET | ADD_CHILD_CHECK_STATE | - ADD_CHILD_NOTIFY_FIRST_LAST + ADD_CHILD_NOTIFY_FIRST_LAST | + ADD_CHILD_SHOW_ON_SET_PARENT } ClutterActorAddChildFlags; /*< private > @@ -10996,6 +10946,7 @@ clutter_actor_add_child_internal (ClutterActor *self, gboolean emit_parent_set, emit_actor_added; gboolean check_state; gboolean notify_first_last; + gboolean show_on_set_parent; ClutterActor *old_first_child, *old_last_child; if (child->priv->parent != NULL) @@ -11072,6 +11023,7 @@ clutter_actor_add_child_internal (ClutterActor *self, emit_actor_added = (flags & ADD_CHILD_EMIT_ACTOR_ADDED) != 0; check_state = (flags & ADD_CHILD_CHECK_STATE) != 0; notify_first_last = (flags & ADD_CHILD_NOTIFY_FIRST_LAST) != 0; + show_on_set_parent = (flags & ADD_CHILD_SHOW_ON_SET_PARENT) != 0; old_first_child = self->priv->first_child; old_last_child = self->priv->last_child; @@ -11117,7 +11069,7 @@ clutter_actor_add_child_internal (ClutterActor *self, clutter_actor_set_text_direction (child, text_dir); } - if (child->priv->show_on_set_parent) + if (show_on_set_parent && child->priv->show_on_set_parent) clutter_actor_show (child); if (CLUTTER_ACTOR_IS_MAPPED (child)) @@ -12365,6 +12317,23 @@ clutter_actor_set_anchor_point_from_gravity (ClutterActor *self, } static void +clutter_actor_store_content_box (ClutterActor *self, + const ClutterActorBox *box) +{ + if (box != NULL) + { + self->priv->content_box = *box; + self->priv->content_box_valid = TRUE; + } + else + self->priv->content_box_valid = FALSE; + + clutter_actor_queue_redraw (self); + + g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_CONTENT_BOX]); +} + +static void clutter_container_iface_init (ClutterContainerIface *iface) { /* we don't override anything, as ClutterContainer already has a default @@ -12985,6 +12954,10 @@ clutter_actor_set_animatable_property (ClutterActor *actor, const GValue *value, GParamSpec *pspec) { + GObject *obj = G_OBJECT (actor); + + g_object_freeze_notify (obj); + switch (prop_id) { case PROP_X: @@ -13045,10 +13018,16 @@ clutter_actor_set_animatable_property (ClutterActor *actor, g_value_get_double (value)); break; + case PROP_CONTENT_BOX: + clutter_actor_store_content_box (actor, g_value_get_boxed (value)); + break; + default: - g_object_set_property (G_OBJECT (actor), pspec->name, value); + g_object_set_property (obj, pspec->name, value); break; } + + g_object_thaw_notify (obj); } static void @@ -14797,6 +14776,9 @@ clutter_actor_remove_action (ClutterActor *self, _clutter_meta_group_remove_meta (priv->actions, CLUTTER_ACTOR_META (action)); + if (_clutter_meta_group_peek_metas (priv->actions) == NULL) + g_clear_object (&priv->actions); + g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_ACTIONS]); } @@ -15000,6 +14982,10 @@ clutter_actor_remove_constraint (ClutterActor *self, _clutter_meta_group_remove_meta (priv->constraints, CLUTTER_ACTOR_META (constraint)); + + if (_clutter_meta_group_peek_metas (priv->constraints) == NULL) + g_clear_object (&priv->constraints); + clutter_actor_queue_relayout (self); g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_CONSTRAINTS]); @@ -15809,15 +15795,25 @@ _clutter_actor_foreach_child (ClutterActor *self, ClutterForeachCallback callback, gpointer user_data) { - ClutterActorPrivate *priv = self->priv; ClutterActor *iter; gboolean cont; - for (cont = TRUE, iter = priv->first_child; - cont && iter != NULL; - iter = iter->priv->next_sibling) + if (self->priv->first_child == NULL) + return TRUE; + + cont = TRUE; + iter = self->priv->first_child; + + /* we use this form so that it's safe to change the children + * list while iterating it + */ + while (cont && iter != NULL) { + ClutterActor *next = iter->priv->next_sibling; + cont = callback (iter, user_data); + + iter = next; } return cont; @@ -16620,24 +16616,16 @@ clutter_actor_set_background_color (ClutterActor *self, } bg_color_pspec = obj_props[PROP_BACKGROUND_COLOR]; - if (clutter_actor_get_easing_duration (self) != 0) + if (_clutter_actor_get_transition (self, bg_color_pspec) == NULL) { - ClutterTransition *transition; - - transition = _clutter_actor_get_transition (self, bg_color_pspec); - if (transition == NULL) - { - transition = _clutter_actor_create_transition (self, bg_color_pspec, - &priv->bg_color, - color); - } - else - _clutter_actor_update_transition (self, bg_color_pspec, color); - - clutter_actor_queue_redraw (self); + _clutter_actor_create_transition (self, bg_color_pspec, + &priv->bg_color, + color); } else - clutter_actor_set_background_color_internal (self, color); + _clutter_actor_update_transition (self, bg_color_pspec, color); + + clutter_actor_queue_redraw (self); } /** @@ -17048,9 +17036,12 @@ transition_closure_free (gpointer data) if (G_LIKELY (data != NULL)) { TransitionClosure *clos = data; + ClutterTimeline *timeline; - if (clutter_timeline_is_playing (CLUTTER_TIMELINE (clos->transition))) - clutter_timeline_stop (CLUTTER_TIMELINE (clos->transition)); + timeline = CLUTTER_TIMELINE (clos->transition); + + if (clutter_timeline_is_playing (timeline)) + clutter_timeline_stop (timeline); g_signal_handler_disconnect (clos->transition, clos->completed_id); @@ -17065,22 +17056,35 @@ static void on_transition_completed (ClutterTransition *transition, TransitionClosure *clos) { + ClutterTimeline *timeline = CLUTTER_TIMELINE (transition); ClutterActor *actor = clos->actor; ClutterAnimationInfo *info; + gint n_repeats, cur_repeat; info = _clutter_actor_get_animation_info (actor); - /* this will take care of cleaning clos for us */ - if (clutter_transition_get_remove_on_complete (transition)) + /* reset the caches used by animations */ + clutter_actor_store_content_box (actor, NULL); + + /* ensure that we remove the transition only at the end + * of its run; we emit ::completed for every repeat + */ + n_repeats = clutter_timeline_get_repeat_count (timeline); + cur_repeat = clutter_timeline_get_current_repeat (timeline); + + if (cur_repeat == n_repeats) { - /* we take a reference here because removing the closure - * will release the reference on the transition, and we - * want the transition to survive the signal emission; - * the master clock will release the laste reference at - * the end of the frame processing. - */ - g_object_ref (transition); - g_hash_table_remove (info->transitions, clos->name); + if (clutter_transition_get_remove_on_complete (transition)) + { + /* we take a reference here because removing the closure + * will release the reference on the transition, and we + * want the transition to survive the signal emission; + * the master clock will release the last reference at + * the end of the frame processing. + */ + g_object_ref (transition); + g_hash_table_remove (info->transitions, clos->name); + } } /* if it's the last transition then we clean up */ @@ -17102,6 +17106,7 @@ _clutter_actor_update_transition (ClutterActor *actor, ...) { TransitionClosure *clos; + ClutterTimeline *timeline; ClutterInterval *interval; const ClutterAnimationInfo *info; va_list var_args; @@ -17119,6 +17124,8 @@ _clutter_actor_update_transition (ClutterActor *actor, if (clos == NULL) return; + timeline = CLUTTER_TIMELINE (clos->transition); + va_start (var_args, pspec); ptype = G_PARAM_SPEC_VALUE_TYPE (pspec); @@ -17140,7 +17147,30 @@ _clutter_actor_update_transition (ClutterActor *actor, clutter_interval_set_initial_value (interval, &initial); clutter_interval_set_final_value (interval, &final); - clutter_timeline_rewind (CLUTTER_TIMELINE (clos->transition)); + /* if we're updating with an easing duration of zero milliseconds, + * we just jump the timeline to the end and let it run its course + */ + if (info->cur_state != NULL && + info->cur_state->easing_duration != 0) + { + guint cur_duration = clutter_timeline_get_duration (timeline); + ClutterAnimationMode cur_mode = + clutter_timeline_get_progress_mode (timeline); + + if (cur_duration != info->cur_state->easing_duration) + clutter_timeline_set_duration (timeline, info->cur_state->easing_duration); + + if (cur_mode != info->cur_state->easing_mode) + clutter_timeline_set_progress_mode (timeline, info->cur_state->easing_mode); + + clutter_timeline_rewind (timeline); + } + else + { + guint duration = clutter_timeline_get_duration (timeline); + + clutter_timeline_advance (timeline, duration); + } out: g_value_unset (&initial); @@ -17172,9 +17202,18 @@ _clutter_actor_create_transition (ClutterActor *actor, info = _clutter_actor_get_animation_info (actor); + /* XXX - this will go away in 2.0 + * + * if no state has been pushed, we assume that the easing state is + * in "compatibility mode": all transitions have a duration of 0 + * msecs, which means that they happen immediately. in Clutter 2.0 + * this will turn into a g_assert(info->states != NULL), as every + * actor will start with a predefined easing state + */ if (info->states == NULL) { clutter_actor_save_easing_state (actor); + clutter_actor_set_easing_duration (actor, 0); call_restore = TRUE; } @@ -17218,6 +17257,24 @@ _clutter_actor_create_transition (ClutterActor *actor, goto out; } + /* if the current easing state has a duration of 0, then we don't + * bother to create the transition, and we just set the final value + * directly on the actor; we don't go through the Animatable + * interface because we know we got here through an animatable + * property. + */ + if (info->cur_state->easing_duration == 0) + { + clutter_actor_set_animatable_property (actor, + pspec->param_id, + &final, + pspec); + g_value_unset (&initial); + g_value_unset (&final); + + goto out; + } + interval = clutter_interval_new_with_values (ptype, &initial, &final); g_value_unset (&initial); @@ -17324,6 +17381,12 @@ clutter_actor_add_transition (ClutterActor *self, G_CALLBACK (on_transition_completed), clos); + CLUTTER_NOTE (ANIMATION, + "Adding transition '%s' [%p] to actor '%s'", + clos->name, + clos->transition, + _clutter_actor_get_debug_name (self)); + g_hash_table_insert (info->transitions, clos->name, clos); clutter_timeline_start (timeline); } @@ -17596,7 +17659,6 @@ clutter_actor_get_transition (ClutterActor *self, g_return_val_if_fail (name != NULL, NULL); info = _clutter_actor_get_animation_info_or_defaults (self); - if (info->transitions == NULL) return NULL; @@ -17672,6 +17734,7 @@ clutter_actor_restore_easing_state (ClutterActor *self) { g_array_unref (info->states); info->states = NULL; + info->cur_state = NULL; } } @@ -17755,6 +17818,8 @@ clutter_actor_get_content (ClutterActor *self) * See the description of the #ClutterActor:content-gravity property for * more information. * + * The #ClutterActor:content-gravity property is animatable. + * * Since: 1.10 */ void @@ -17770,12 +17835,37 @@ clutter_actor_set_content_gravity (ClutterActor *self, if (priv->content_gravity == gravity) return; - priv->content_gravity = gravity; + priv->content_box_valid = FALSE; + + if (_clutter_actor_get_transition (self, obj_props[PROP_CONTENT_BOX]) == NULL) + { + ClutterActorBox from_box, to_box; + + clutter_actor_get_content_box (self, &from_box); + + priv->content_gravity = gravity; + + clutter_actor_get_content_box (self, &to_box); + + _clutter_actor_create_transition (self, obj_props[PROP_CONTENT_BOX], + &from_box, + &to_box); + } + else + { + ClutterActorBox to_box; + + priv->content_gravity = gravity; + + clutter_actor_get_content_box (self, &to_box); + + _clutter_actor_update_transition (self, obj_props[PROP_CONTENT_BOX], + &to_box); + } clutter_actor_queue_redraw (self); g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_CONTENT_GRAVITY]); - g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_CONTENT_BOX]); } /** @@ -17838,13 +17928,19 @@ clutter_actor_get_content_box (ClutterActor *self, box->x2 = priv->allocation.x2 - priv->allocation.x1; box->y2 = priv->allocation.y2 - priv->allocation.y1; - if (priv->content == NULL) - return; + if (priv->content_box_valid) + { + *box = priv->content_box; + return; + } /* no need to do any more work */ if (priv->content_gravity == CLUTTER_CONTENT_GRAVITY_RESIZE_FILL) return; + if (priv->content == NULL) + return; + /* if the content does not have a preferred size then there is * no point in computing the content box */ diff --git a/clutter/clutter-actor.h b/clutter/clutter-actor.h index b55afd1..51d5af4 100644 --- a/clutter/clutter-actor.h +++ b/clutter/clutter-actor.h @@ -85,7 +85,7 @@ typedef void (*ClutterCallback) (ClutterActor *actor, gpointer data); /** - * CLUTTER_CALLBACK + * CLUTTER_CALLBACK: * @f: a function * * Convenience macro to cast a function to #ClutterCallback diff --git a/clutter/clutter-animation.c b/clutter/clutter-animation.c index 94f6dba..8880b04 100644 --- a/clutter/clutter-animation.c +++ b/clutter/clutter-animation.c @@ -1601,7 +1601,7 @@ clutter_animation_set_timeline (ClutterAnimation *animation, if (priv->alpha != NULL) cur_timeline = clutter_alpha_get_timeline (priv->alpha); else - cur_timeline = NULL; + cur_timeline = priv->timeline; if (cur_timeline == timeline) return; @@ -1621,10 +1621,19 @@ clutter_animation_set_timeline (ClutterAnimation *animation, priv->timeline_completed_id = 0; priv->timeline_frame_id = 0; + /* Release previously set timeline if any */ + g_clear_object (&priv->timeline); + if (priv->alpha != NULL) clutter_alpha_set_timeline (priv->alpha, timeline); else - priv->timeline = timeline; + { + /* Hold a reference to the timeline if it's not reffed by the priv->alpha */ + priv->timeline = timeline; + + if (priv->timeline) + g_object_ref (priv->timeline); + } g_object_notify_by_pspec (G_OBJECT (animation), obj_props[PROP_TIMELINE]); g_object_notify_by_pspec (G_OBJECT (animation), obj_props[PROP_DURATION]); @@ -1632,8 +1641,6 @@ clutter_animation_set_timeline (ClutterAnimation *animation, if (timeline != NULL) { - g_object_ref (timeline); - priv->timeline_started_id = g_signal_connect (timeline, "started", G_CALLBACK (on_timeline_started), diff --git a/clutter/clutter-canvas.c b/clutter/clutter-canvas.c index 7913936..b77af55 100644 --- a/clutter/clutter-canvas.c +++ b/clutter/clutter-canvas.c @@ -333,7 +333,7 @@ clutter_canvas_emit_draw (ClutterCanvas *self) gboolean res; cairo_t *cr; - g_assert (priv->width >= 0 && priv->width >= 0); + g_assert (priv->width > 0 && priv->width > 0); if (priv->buffer == NULL) { @@ -411,7 +411,7 @@ clutter_canvas_invalidate (ClutterContent *content) priv->buffer = NULL; } - if (priv->width < 0 || priv->height < 0) + if (priv->width <= 0 || priv->height <= 0) return; clutter_canvas_emit_draw (self); diff --git a/clutter/clutter-device-manager.c b/clutter/clutter-device-manager.c index fc32278..0015c1a 100644 --- a/clutter/clutter-device-manager.c +++ b/clutter/clutter-device-manager.c @@ -323,7 +323,8 @@ _clutter_device_manager_select_stage_events (ClutterDeviceManager *device_manage { ClutterInputDevice *device = d->data; - _clutter_input_device_select_stage_events (device, stage, event_flags); + if (device->is_enabled) + _clutter_input_device_select_stage_events (device, stage, event_flags); } } diff --git a/clutter/clutter-drag-action.c b/clutter/clutter-drag-action.c index 5fc8157..0de8c99 100644 --- a/clutter/clutter-drag-action.c +++ b/clutter/clutter-drag-action.c @@ -707,7 +707,7 @@ clutter_drag_action_class_init (ClutterDragActionClass *klass) CLUTTER_TYPE_MODIFIER_TYPE); /** - * ClutterDragAction::drag-motion + * ClutterDragAction::drag-motion: * @action: the #ClutterDragAction that emitted the signal * @actor: the #ClutterActor attached to the action * @delta_x: the X component of the distance between the press event diff --git a/clutter/clutter-event.c b/clutter/clutter-event.c index fb5587e..e8d5889 100644 --- a/clutter/clutter-event.c +++ b/clutter/clutter-event.c @@ -536,7 +536,7 @@ clutter_event_get_related (const ClutterEvent *event) } /** - * clutter_event_set_related + * clutter_event_set_related: * @event: a #ClutterEvent of type %CLUTTER_ENTER or %CLUTTER_LEAVE * @actor: (allow-none): a #ClutterActor or %NULL * diff --git a/clutter/clutter-layout-meta.h b/clutter/clutter-layout-meta.h index 87c6330..0f7e7e8 100644 --- a/clutter/clutter-layout-meta.h +++ b/clutter/clutter-layout-meta.h @@ -47,7 +47,7 @@ G_BEGIN_DECLS typedef struct _ClutterLayoutMetaClass ClutterLayoutMetaClass; /** - * ClutterLayoutMeta + * ClutterLayoutMeta: * @manager: the layout manager handling this data * * Sub-class of #ClutterChildMeta specific for layout managers diff --git a/clutter/clutter-macros.h b/clutter/clutter-macros.h index 50eb021..0246cb2 100644 --- a/clutter/clutter-macros.h +++ b/clutter/clutter-macros.h @@ -44,7 +44,7 @@ #define CLUTTER_FLAVOUR "deprecated" /** - * CLUTTER_COGL + * CLUTTER_COGL: * * Cogl (internal GL abstraction utility library) backend. Can be "gl" or * "gles" currently @@ -75,7 +75,7 @@ * * Set to 1 if Clutter was built without FPU (i.e fixed math), 0 otherwise * - * @Deprecated: 0.6: This macro is no longer defined (identical code is used + * Deprecated: 0.6: This macro is no longer defined (identical code is used * regardless the presence of FPU). */ #define CLUTTER_NO_FPU (0) diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index a365195..b98e0b0 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -2354,7 +2354,7 @@ is_off_stage (ClutterActor *stage, } /** - * clutter_do_event + * clutter_do_event: * @event: a #ClutterEvent. * * Processes an event. diff --git a/clutter/clutter-paint-nodes.c b/clutter/clutter-paint-nodes.c index e78199c..c14cb22 100644 --- a/clutter/clutter-paint-nodes.c +++ b/clutter/clutter-paint-nodes.c @@ -339,6 +339,14 @@ struct _ClutterPipelineNode CoglPipeline *pipeline; }; +/** + * ClutterPipelineNodeClass: + * + * The ClutterPipelineNodeClass structure is an opaque + * type whose members cannot be directly accessed. + * + * Since: 1.10 + */ struct _ClutterPipelineNodeClass { ClutterPaintNodeClass parent_class; @@ -520,21 +528,13 @@ clutter_pipeline_node_new (CoglPipeline *pipeline) * Color node */ -/** - * ClutterColorNode: - * - * The ClutterColorNode structure is an opaque - * type whose members cannot be directly accessed. - * - * Since: 1.10 - */ struct _ClutterColorNode { ClutterPipelineNode parent_instance; }; /** - * ClutterColorNode: + * ClutterColorNodeClass: * * The ClutterColorNodeClass structure is an * opaque type whose members cannot be directly accessed. @@ -603,21 +603,13 @@ clutter_color_node_new (const ClutterColor *color) * Texture node */ -/** - * ClutterTextureNode: - * - * The ClutterTextureNode structure is an opaque - * type whose members cannot be directly accessed. - * - * Since: 1.10 - */ struct _ClutterTextureNode { ClutterPipelineNode parent_instance; }; /** - * ClutterTextureNode: + * ClutterTextureNodeClass: * * The ClutterTextureNodeClass structure is an * opaque type whose members cannot be directly accessed. @@ -723,6 +715,14 @@ struct _ClutterTextNode CoglColor color; }; +/** + * ClutterTextNodeClass: + * + * The ClutterTextNodeClass structure is an opaque + * type whose contents cannot be directly accessed. + * + * Since: 1.10 + */ struct _ClutterTextNodeClass { ClutterPaintNodeClass parent_class; @@ -820,6 +820,7 @@ clutter_text_node_serialize (ClutterPaintNode *node) json_builder_set_member_name (builder, "layout"); +#if PANGO_VERSION_CHECK (1, 30, 0) if (pango_layout_get_character_count (tnode->layout) > 12) { const char *text = pango_layout_get_text (tnode->layout); @@ -830,6 +831,7 @@ clutter_text_node_serialize (ClutterPaintNode *node) g_free (str); } else +#endif /* PANGO_VERSION_CHECK (1, 30, 0) */ json_builder_add_string_value (builder, pango_layout_get_text (tnode->layout)); json_builder_set_member_name (builder, "color"); @@ -915,6 +917,14 @@ struct _ClutterClipNode ClutterPaintNode parent_instance; }; +/** + * ClutterClipNodeClass: + * + * The ClutterClipNodeClass structure is an opaque + * type whose members cannot be directly accessed. + * + * Since: 1.10 + */ struct _ClutterClipNodeClass { ClutterPaintNodeClass parent_class; diff --git a/clutter/clutter-path.c b/clutter/clutter-path.c index 0364b1b..799c2e5 100644 --- a/clutter/clutter-path.c +++ b/clutter/clutter-path.c @@ -632,14 +632,14 @@ clutter_path_parse_description (const gchar *p, node = clutter_path_node_full_new (); nodes = g_slist_prepend (nodes, node); - node->k.type = (*p == 'M' ? CLUTTER_PATH_MOVE_TO - : *p == 'm' ? CLUTTER_PATH_REL_MOVE_TO - : *p == 'L' ? CLUTTER_PATH_LINE_TO - : CLUTTER_PATH_REL_LINE_TO); + node->k.type = (*p == 'M' ? CLUTTER_PATH_MOVE_TO : + *p == 'm' ? CLUTTER_PATH_REL_MOVE_TO : + *p == 'L' ? CLUTTER_PATH_LINE_TO : + CLUTTER_PATH_REL_LINE_TO); p++; - if (!clutter_path_parse_number (&p, FALSE, &node->k.points[0].x) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[0].y)) + if (!clutter_path_parse_number (&p, FALSE, &node->k.points[0].x) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[0].y)) goto fail; break; @@ -648,16 +648,16 @@ clutter_path_parse_description (const gchar *p, node = clutter_path_node_full_new (); nodes = g_slist_prepend (nodes, node); - node->k.type = (*p == 'C' ? CLUTTER_PATH_CURVE_TO - : CLUTTER_PATH_REL_CURVE_TO); + node->k.type = (*p == 'C' ? CLUTTER_PATH_CURVE_TO : + CLUTTER_PATH_REL_CURVE_TO); p++; - if (!clutter_path_parse_number (&p, FALSE, &node->k.points[0].x) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[0].y) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[1].x) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[1].y) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[2].x) - || !clutter_path_parse_number (&p, TRUE, &node->k.points[2].y)) + if (!clutter_path_parse_number (&p, FALSE, &node->k.points[0].x) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[0].y) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[1].x) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[1].y) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[2].x) || + !clutter_path_parse_number (&p, TRUE, &node->k.points[2].y)) goto fail; break; @@ -1244,11 +1244,12 @@ clutter_path_get_description (ClutterPath *path) return g_string_free (str, FALSE); } -static gint +static guint clutter_path_node_distance (const ClutterKnot *start, const ClutterKnot *end) { - gint t; + gint64 x_d, y_d; + float t; g_return_val_if_fail (start != NULL, 0); g_return_val_if_fail (end != NULL, 0); @@ -1256,10 +1257,12 @@ clutter_path_node_distance (const ClutterKnot *start, if (clutter_knot_equal (start, end)) return 0; - t = (end->x - start->x) * (end->x - start->x) + - (end->y - start->y) * (end->y - start->y); + x_d = end->x - start->x; + y_d = end->y - start->y; - return sqrtf (t); + t = floorf (sqrtf ((x_d * x_d) + (y_d * y_d))); + + return (guint) t; } static void diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index 123caeb..5771c27 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -897,6 +897,14 @@ clutter_stage_real_fullscreen (ClutterStage *stage) box.x2 = geom.width; box.y2 = geom.height; + /* we need to blow the caching on the Stage size, given that + * we're about to force an allocation, because if anything + * ends up querying the size of the stage during the allocate() + * call, like constraints or signal handlers, we'll get into an + * inconsistent state: the stage will report the old cached size, + * but the allocation will be updated anyway. + */ + clutter_actor_set_size (CLUTTER_ACTOR (stage), -1.0, -1.0); clutter_actor_allocate (CLUTTER_ACTOR (stage), &box, CLUTTER_ALLOCATION_NONE); @@ -2083,7 +2091,7 @@ clutter_stage_class_init (ClutterStageClass *klass) g_object_class_install_property (gobject_class, PROP_ACCEPT_FOCUS, pspec); /** - * ClutterStage::fullscreen + * ClutterStage::fullscreen: * @stage: the stage which was fullscreened * * The ::fullscreen signal is emitted when the stage is made fullscreen. @@ -2099,7 +2107,7 @@ clutter_stage_class_init (ClutterStageClass *klass) _clutter_marshal_VOID__VOID, G_TYPE_NONE, 0); /** - * ClutterStage::unfullscreen + * ClutterStage::unfullscreen: * @stage: the stage which has left a fullscreen state. * * The ::unfullscreen signal is emitted when the stage leaves a fullscreen @@ -2116,7 +2124,7 @@ clutter_stage_class_init (ClutterStageClass *klass) _clutter_marshal_VOID__VOID, G_TYPE_NONE, 0); /** - * ClutterStage::activate + * ClutterStage::activate: * @stage: the stage which was activated * * The ::activate signal is emitted when the stage receives key focus @@ -2133,7 +2141,7 @@ clutter_stage_class_init (ClutterStageClass *klass) _clutter_marshal_VOID__VOID, G_TYPE_NONE, 0); /** - * ClutterStage::deactivate + * ClutterStage::deactivate: * @stage: the stage which was deactivated * * The ::activate signal is emitted when the stage loses key focus @@ -2955,7 +2963,7 @@ clutter_stage_event (ClutterStage *stage, } /** - * clutter_stage_set_title + * clutter_stage_set_title: * @stage: A #ClutterStage * @title: A utf8 string for the stage windows title. * @@ -2985,7 +2993,7 @@ clutter_stage_set_title (ClutterStage *stage, } /** - * clutter_stage_get_title + * clutter_stage_get_title: * @stage: A #ClutterStage * * Gets the stage title. diff --git a/clutter/clutter-table-layout.c b/clutter/clutter-table-layout.c index ab7b5b2..fd216f3 100644 --- a/clutter/clutter-table-layout.c +++ b/clutter/clutter-table-layout.c @@ -861,7 +861,7 @@ calculate_col_widths (ClutterTableLayout *self, } if (!columns[i].expand) - columns[i].expand = meta->x_fill; + columns[i].expand = meta->x_expand; } min_width += priv->col_spacing * (meta->col_span - 1); pref_width += priv->col_spacing * (meta->col_span - 1); @@ -915,8 +915,6 @@ calculate_col_widths (ClutterTableLayout *self, } } } - - } /* calculate final widths */ @@ -1135,7 +1133,7 @@ calculate_row_heights (ClutterTableLayout *self, } if (!rows[i].expand) - rows[i].expand = meta->y_fill; + rows[i].expand = meta->y_expand; } min_height += priv->row_spacing * (meta->row_span - 1); @@ -1200,7 +1198,6 @@ calculate_row_heights (ClutterTableLayout *self, } } } - } /* calculate final heights */ diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index 6e279b6..2dd12ea 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -1120,7 +1120,7 @@ clutter_text_set_markup_internal (ClutterText *self, if (text) { - clutter_text_buffer_set_text (get_buffer (self), text, strlen (text)); + clutter_text_buffer_set_text (get_buffer (self), text, -1); g_free (text); } @@ -1800,6 +1800,8 @@ clutter_text_button_press (ClutterActor *actor, /* we'll steal keyfocus if we need it */ if (priv->editable || priv->selectable) clutter_actor_grab_key_focus (actor); + else + return CLUTTER_EVENT_PROPAGATE; /* if the actor is empty we just reset everything and not * set up the dragging of the selection since there's nothing @@ -3507,7 +3509,7 @@ clutter_text_class_init (ClutterTextClass *klass) CLUTTER_TYPE_GEOMETRY | G_SIGNAL_TYPE_STATIC_SCOPE); /** - * ClutterText::activate + * ClutterText::activate: * @self: the #ClutterText that emitted the signal * * The ::activate signal is emitted each time the actor is 'activated' diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index 0cd3ef4..ebe4f83 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -1437,7 +1437,7 @@ clutter_texture_get_cogl_texture (ClutterTexture *texture) } /** - * clutter_texture_set_cogl_texture + * clutter_texture_set_cogl_texture: * @texture: A #ClutterTexture * @cogl_tex: A CoglHandle for a texture * @@ -2135,7 +2135,7 @@ clutter_texture_set_filter_quality (ClutterTexture *texture, } /** - * clutter_texture_get_filter_quality + * clutter_texture_get_filter_quality: * @texture: A #ClutterTexture * * Gets the filter quality used when scaling a texture. @@ -2176,7 +2176,7 @@ clutter_texture_get_filter_quality (ClutterTexture *texture) } /** - * clutter_texture_get_max_tile_waste + * clutter_texture_get_max_tile_waste: * @texture: A #ClutterTexture * * Gets the maximum waste that will be used when creating a texture or diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index 485be13..ecabbd4 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -1320,7 +1320,7 @@ clutter_timeline_is_playing (ClutterTimeline *timeline) * Create a new #ClutterTimeline instance which has property values * matching that of supplied timeline. The cloned timeline will not * be started and will not be positioned to the current position of - * @timeline: you will have to start it with clutter_timeline_start(). + * the original @timeline: you will have to start it with clutter_timeline_start(). * * The only cloned properties are: * diff --git a/clutter/clutter-version.h b/clutter/clutter-version.h index e20f313..7fb5ebb 100644 --- a/clutter/clutter-version.h +++ b/clutter/clutter-version.h @@ -27,6 +27,9 @@ #error "Only can be included directly." #endif +#ifndef __CLUTTER_VERSION_H__ +#define __CLUTTER_VERSION_H__ + /** * SECTION:clutter-version * @short_description: Versioning utility macros @@ -70,9 +73,6 @@ * header. */ -#ifndef __CLUTTER_VERSION_H__ -#define __CLUTTER_VERSION_H__ - #include G_BEGIN_DECLS @@ -96,14 +96,14 @@ G_BEGIN_DECLS * * The micro version of the Clutter library (3, if %CLUTTER_VERSION is 1.2.3) */ -#define CLUTTER_MICRO_VERSION (0) +#define CLUTTER_MICRO_VERSION (4) /** * CLUTTER_VERSION: * * The full version of the Clutter library, like 1.2.3 */ -#define CLUTTER_VERSION 1.10.0 +#define CLUTTER_VERSION 1.10.4 /** * CLUTTER_VERSION_S: @@ -111,7 +111,7 @@ G_BEGIN_DECLS * The full version of the Clutter library, in string form (suited for * string concatenation) */ -#define CLUTTER_VERSION_S "1.10.0" +#define CLUTTER_VERSION_S "1.10.4" /** * CLUTTER_VERSION_HEX: diff --git a/clutter/clutter-version.h.in b/clutter/clutter-version.h.in index fcddbd7..be3a167 100644 --- a/clutter/clutter-version.h.in +++ b/clutter/clutter-version.h.in @@ -27,6 +27,9 @@ #error "Only can be included directly." #endif +#ifndef __CLUTTER_VERSION_H__ +#define __CLUTTER_VERSION_H__ + /** * SECTION:clutter-version * @short_description: Versioning utility macros @@ -70,9 +73,6 @@ * header. */ -#ifndef __CLUTTER_VERSION_H__ -#define __CLUTTER_VERSION_H__ - #include G_BEGIN_DECLS diff --git a/clutter/deprecated/clutter-behaviour-path.h b/clutter/deprecated/clutter-behaviour-path.h index f6576fa..a44f375 100644 --- a/clutter/deprecated/clutter-behaviour-path.h +++ b/clutter/deprecated/clutter-behaviour-path.h @@ -80,7 +80,7 @@ struct _ClutterBehaviourPath }; /** - * ClutterBehaviourPathClass + * ClutterBehaviourPathClass: * @knot_reached: signal class handler for the * ClutterBehaviourPath::knot_reached signal * diff --git a/clutter/deprecated/clutter-behaviour.h b/clutter/deprecated/clutter-behaviour.h index 6e43f49..9e27411 100644 --- a/clutter/deprecated/clutter-behaviour.h +++ b/clutter/deprecated/clutter-behaviour.h @@ -94,7 +94,7 @@ struct _ClutterBehaviour }; /** - * ClutterBehaviourClass + * ClutterBehaviourClass: * @alpha_notify: virtual function, called each time the #ClutterAlpha * computes a new alpha value; the actors to which the behaviour applies * should be changed in this function. Every subclass of #ClutterBehaviour diff --git a/clutter/osx/clutter-backend-osx.c b/clutter/osx/clutter-backend-osx.c index 8f7e6f2..6dd1efa 100644 --- a/clutter/osx/clutter-backend-osx.c +++ b/clutter/osx/clutter-backend-osx.c @@ -22,16 +22,15 @@ */ #include "config.h" -#include "clutter-osx.h" - -#include "clutter-backend-osx.h" -#include "clutter-device-manager-osx.h" -#include "clutter-shader.h" -#include "clutter-stage-osx.h" -#include "clutter-event-loop-osx.h" +#import "clutter-osx.h" +#import "clutter-backend-osx.h" +#import "clutter-device-manager-osx.h" +#import "clutter-stage-osx.h" +#import "clutter-event-loop-osx.h" #include "clutter-debug.h" #include "clutter-private.h" +#include "clutter-shader.h" #include "clutter-stage-private.h" #include "cogl/cogl.h" diff --git a/clutter/osx/clutter-backend-osx.h b/clutter/osx/clutter-backend-osx.h index 4e0cf67..b1720ab 100644 --- a/clutter/osx/clutter-backend-osx.h +++ b/clutter/osx/clutter-backend-osx.h @@ -23,8 +23,13 @@ #ifndef __CLUTTER_BACKEND_OSX_H__ #define __CLUTTER_BACKEND_OSX_H__ +#import +#import +#import + +#include + #include "clutter-backend-private.h" -#include "clutter-device-manager.h" @class NSOpenGLPixelFormat, NSOpenGLContext; diff --git a/clutter/osx/clutter-osx.h b/clutter/osx/clutter-osx.h index 49d1026..b8ea628 100644 --- a/clutter/osx/clutter-osx.h +++ b/clutter/osx/clutter-osx.h @@ -22,6 +22,8 @@ #ifndef __CLUTTER_OSX_H__ #define __CLUTTER_OSX_H__ +#import + #include @class NSEvent; diff --git a/clutter/osx/clutter-stage-osx.c b/clutter/osx/clutter-stage-osx.c index 0c8ab9b..9536e95 100644 --- a/clutter/osx/clutter-stage-osx.c +++ b/clutter/osx/clutter-stage-osx.c @@ -22,16 +22,14 @@ */ #include "config.h" -#include "clutter-osx.h" -#include "clutter-stage-osx.h" -#include "clutter-backend-osx.h" +#import "clutter-osx.h" +#import "clutter-stage-osx.h" +#import "clutter-backend-osx.h" #include "clutter-debug.h" #include "clutter-private.h" #include "clutter-stage-private.h" -#import - enum { PROP_0, @@ -153,7 +151,8 @@ clutter_stage_osx_get_wrapper (ClutterStageWindow *stage_window); @interface ClutterGLView : NSOpenGLView { ClutterStageOSX *stage_osx; - NSTrackingRectTag tracking_rect; + + NSTrackingRectTag trackingRect; } - (void) drawRect: (NSRect) bounds; @end @@ -164,10 +163,10 @@ clutter_stage_osx_get_wrapper (ClutterStageWindow *stage_window); if ((self = [super initWithFrame:aFrame pixelFormat:aFormat]) != nil) { self->stage_osx = aStage; - tracking_rect = [self addTrackingRect:[self bounds] - owner:self - userData:NULL - assumeInside:NO]; + trackingRect = [self addTrackingRect:[self bounds] + owner:self + userData:NULL + assumeInside:NO]; } return self; @@ -186,12 +185,12 @@ clutter_stage_osx_get_wrapper (ClutterStageWindow *stage_window); - (NSTrackingRectTag) trackingRect { - return tracking_rect; + return trackingRect; } - (ClutterActor *) clutterStage { - return stage_osx->wrapper; + return (ClutterActor *) stage_osx->wrapper; } - (void) drawRect: (NSRect) bounds @@ -242,11 +241,11 @@ clutter_stage_osx_get_wrapper (ClutterStageWindow *stage_window); stage_osx->requisition_width, stage_osx->requisition_height); - [self removeTrackingRect:tracking_rect]; - tracking_rect = [self addTrackingRect:[self bounds] - owner:self - userData:NULL - assumeInside:NO]; + [self removeTrackingRect:trackingRect]; + trackingRect = [self addTrackingRect:[self bounds] + owner:self + userData:NULL + assumeInside:NO]; } /* Simply forward all events that reach our view to clutter. */ diff --git a/clutter/x11/clutter-device-manager-xi2.c b/clutter/x11/clutter-device-manager-xi2.c index aad69c7..5ac42c8 100644 --- a/clutter/x11/clutter-device-manager-xi2.c +++ b/clutter/x11/clutter-device-manager-xi2.c @@ -154,7 +154,7 @@ translate_device_classes (Display *xdisplay, (XIValuatorClassInfo *) class_info); break; -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 case XIScrollClass: { XIScrollClassInfo *scroll_info = (XIScrollClassInfo *) class_info; @@ -178,7 +178,7 @@ translate_device_classes (Display *xdisplay, scroll_info->increment); } break; -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ default: break; @@ -192,7 +192,7 @@ is_touch_device (XIAnyClassInfo **classes, ClutterInputDeviceType *device_type, guint *n_touch_points) { -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 guint i; for (i = 0; i < n_classes; i++) @@ -251,9 +251,6 @@ create_device (ClutterDeviceManagerXI2 *manager_xi2, source = CLUTTER_ERASER_DEVICE; else if (strstr (name, "cursor") != NULL) source = CLUTTER_CURSOR_DEVICE; - else if (strstr (name, "finger") != NULL || - (strstr (name, "touch") != NULL && strstr (name, "touchpad") == NULL)) - source = CLUTTER_TOUCHSCREEN_DEVICE; else if (strstr (name, "wacom") != NULL || strstr (name, "pen") != NULL) source = CLUTTER_PEN_DEVICE; else @@ -427,6 +424,7 @@ translate_hierarchy_event (ClutterBackendX11 *backend_x11, ClutterInputDevice *master, *slave; XIDeviceInfo *info; int n_devices; + gboolean send_changed = FALSE; CLUTTER_NOTE (EVENT, "Hierarchy event: slave %s", (ev->info[i].flags & XISlaveAttached) @@ -442,6 +440,8 @@ translate_hierarchy_event (ClutterBackendX11 *backend_x11, { _clutter_input_device_remove_slave (master, slave); _clutter_input_device_set_associated_device (slave, NULL); + + send_changed = TRUE; } /* and attach the slave to the new master if needed */ @@ -455,8 +455,18 @@ translate_hierarchy_event (ClutterBackendX11 *backend_x11, _clutter_input_device_set_associated_device (slave, master); _clutter_input_device_add_slave (master, slave); + send_changed = TRUE; XIFreeDeviceInfo (info); } + + if (send_changed) + { + ClutterStage *stage = _clutter_input_device_get_stage (master); + if (stage != NULL) + _clutter_stage_x11_events_device_changed (CLUTTER_STAGE_X11 (_clutter_stage_get_window (stage)), + master, + CLUTTER_DEVICE_MANAGER (manager_xi2)); + } } } } @@ -486,11 +496,11 @@ get_event_stage (ClutterEventTranslator *translator, case XI_ButtonPress: case XI_ButtonRelease: case XI_Motion: -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 case XI_TouchBegin: case XI_TouchUpdate: case XI_TouchEnd: -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ { XIDeviceEvent *xev = (XIDeviceEvent *) xi_event; @@ -652,9 +662,9 @@ scroll_valuators_changed (ClutterInputDevice *device, if (direction == CLUTTER_SCROLL_UP || direction == CLUTTER_SCROLL_DOWN) - *dx_p = delta; - else *dy_p = delta; + else + *dx_p = delta; } n_val += 1; @@ -858,10 +868,10 @@ clutter_device_manager_xi2_translate_event (ClutterEventTranslator *translator, stage_x11, &xev->valuators); -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 if (xev->flags & XIPointerEmulated) _clutter_event_set_pointer_emulated (event, TRUE); -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ break; default: @@ -910,10 +920,10 @@ clutter_device_manager_xi2_translate_event (ClutterEventTranslator *translator, event->button.y, event->button.axes != NULL ? "yes" : "no"); -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 if (xev->flags & XIPointerEmulated) _clutter_event_set_pointer_emulated (event, TRUE); -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ if (xi_event->evtype == XI_ButtonPress) _clutter_stage_x11_set_user_time (stage_x11, event->button.time); @@ -990,10 +1000,10 @@ clutter_device_manager_xi2_translate_event (ClutterEventTranslator *translator, if (source_device != NULL && device->stage != NULL) _clutter_input_device_set_stage (source_device, device->stage); -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 if (xev->flags & XIPointerEmulated) _clutter_event_set_pointer_emulated (event, TRUE); -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ CLUTTER_NOTE (EVENT, "motion: win:0x%x device:%s (x:%.2f, y:%.2f, axes:%s)", (unsigned int) stage_x11->xwin, @@ -1006,7 +1016,7 @@ clutter_device_manager_xi2_translate_event (ClutterEventTranslator *translator, } break; -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 case XI_TouchBegin: case XI_TouchEnd: { @@ -1114,7 +1124,7 @@ clutter_device_manager_xi2_translate_event (ClutterEventTranslator *translator, retval = CLUTTER_TRANSLATE_QUEUE; } break; -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ case XI_Enter: case XI_Leave: diff --git a/clutter/x11/clutter-input-device-xi2.c b/clutter/x11/clutter-input-device-xi2.c index fb9f272..c2b0d18 100644 --- a/clutter/x11/clutter-input-device-xi2.c +++ b/clutter/x11/clutter-input-device-xi2.c @@ -92,7 +92,7 @@ clutter_input_device_xi2_select_stage_events (ClutterInputDevice *device, if (event_mask & LeaveWindowMask) XISetMask (mask, XI_Leave); -#ifdef XINPUT_2_2 +#ifdef HAVE_XINPUT_2_2 /* enable touch event support if we're running on XInput 2.2 */ if (backend_x11->xi_minor >= 2) { @@ -100,7 +100,7 @@ clutter_input_device_xi2_select_stage_events (ClutterInputDevice *device, XISetMask (mask, XI_TouchUpdate); XISetMask (mask, XI_TouchEnd); } -#endif /* XINPUT_2_2 */ +#endif /* HAVE_XINPUT_2_2 */ xi_event_mask.deviceid = device_xi2->device_id; xi_event_mask.mask = mask; diff --git a/clutter/x11/clutter-stage-x11.c b/clutter/x11/clutter-stage-x11.c index 48d71f4..54778ee 100644 --- a/clutter/x11/clutter-stage-x11.c +++ b/clutter/x11/clutter-stage-x11.c @@ -531,6 +531,37 @@ clutter_stage_x11_set_fullscreen (ClutterStageWindow *stage_window, * queue a relayout etc. */ } +void +_clutter_stage_x11_events_device_changed (ClutterStageX11 *stage_x11, + ClutterInputDevice *device, + ClutterDeviceManager *device_manager) +{ + ClutterStageCogl *stage_cogl = CLUTTER_STAGE_COGL (stage_x11); + int event_flags = 0; + + if (clutter_input_device_get_device_mode (device) == CLUTTER_INPUT_MODE_FLOATING) + event_flags = CLUTTER_STAGE_X11_EVENT_MASK; + + _clutter_device_manager_select_stage_events (device_manager, + stage_cogl->wrapper, + event_flags); +} + +static void +stage_events_device_added (ClutterDeviceManager *device_manager, + ClutterInputDevice *device, + gpointer user_data) +{ + ClutterStageWindow *stage_window = user_data; + ClutterStageCogl *stage_cogl = CLUTTER_STAGE_COGL (stage_window); + int event_flags = CLUTTER_STAGE_X11_EVENT_MASK; + + if (clutter_input_device_get_device_mode (device) == CLUTTER_INPUT_MODE_FLOATING) + _clutter_device_manager_select_stage_events (device_manager, + stage_cogl->wrapper, + event_flags); +} + static gboolean clutter_stage_x11_realize (ClutterStageWindow *stage_window) { @@ -618,6 +649,9 @@ clutter_stage_x11_realize (ClutterStageWindow *stage_window) stage_cogl->wrapper, event_flags); + g_signal_connect (device_manager, "device-added", + G_CALLBACK (stage_events_device_added), stage_window); + clutter_stage_x11_fix_window_size (stage_x11, stage_x11->xwin_width, stage_x11->xwin_height); diff --git a/clutter/x11/clutter-stage-x11.h b/clutter/x11/clutter-stage-x11.h index 61ff15f..7e0b244 100644 --- a/clutter/x11/clutter-stage-x11.h +++ b/clutter/x11/clutter-stage-x11.h @@ -92,6 +92,9 @@ GType _clutter_stage_x11_get_type (void) G_GNUC_CONST; void _clutter_stage_x11_update_foreign_event_mask (CoglOnscreen *onscreen, guint32 event_mask, void *user_data); +void _clutter_stage_x11_events_device_changed (ClutterStageX11 *stage_x11, + ClutterInputDevice *device, + ClutterDeviceManager *device_manager); /* Private to subclasses */ void _clutter_stage_x11_set_user_time (ClutterStageX11 *stage_x11, diff --git a/clutter/x11/clutter-x11-texture-pixmap.c b/clutter/x11/clutter-x11-texture-pixmap.c index f3a6c86..efaa1f2 100644 --- a/clutter/x11/clutter-x11-texture-pixmap.c +++ b/clutter/x11/clutter-x11-texture-pixmap.c @@ -669,7 +669,7 @@ clutter_x11_texture_pixmap_class_init (ClutterX11TexturePixmapClass *klass) G_TYPE_INT); /** - * ClutterX11TexturePixmap::queue-damage-redraw + * ClutterX11TexturePixmap::queue-damage-redraw: * @texture: the object which received the signal * @x: The top left x position of the damage region * @y: The top left y position of the damage region diff --git a/config.h.in b/config.h.in index ccd42d2..3b0fa10 100644 --- a/config.h.in +++ b/config.h.in @@ -121,6 +121,9 @@ /* Define to 1 if XI2 is available */ #undef HAVE_XINPUT_2 +/* Define to 1 if XInput 2.2 is available */ +#undef HAVE_XINPUT_2_2 + /* Define to use XKB extension */ #undef HAVE_XKB @@ -151,6 +154,3 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS - -/* Define to 1 if XInput 2.2 is available */ -#undef XINPUT_2_2 diff --git a/config.h.win32 b/config.h.win32 index 4fa74e6..3a01c63 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -140,7 +140,7 @@ #define PACKAGE_NAME "clutter" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "clutter 1.10.0" +#define PACKAGE_STRING "clutter 1.10.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "clutter" @@ -149,7 +149,7 @@ #define PACKAGE_URL "http://www.clutter-project.org" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.10.0" +#define PACKAGE_VERSION "1.10.4" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 diff --git a/configure b/configure index 027738f..bfc082a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for clutter 1.10.0. +# Generated by GNU Autoconf 2.68 for clutter 1.10.4. # # Report bugs to . # @@ -571,8 +571,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='clutter' PACKAGE_TARNAME='clutter' -PACKAGE_VERSION='1.10.0' -PACKAGE_STRING='clutter 1.10.0' +PACKAGE_VERSION='1.10.4' +PACKAGE_STRING='clutter 1.10.4' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=clutter' PACKAGE_URL='http://www.clutter-project.org' @@ -806,6 +806,7 @@ CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -842,6 +843,8 @@ CLUTTER_MINOR_VERSION CLUTTER_MAJOR_VERSION AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -1516,7 +1519,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures clutter 1.10.0 to adapt to many kinds of systems. +\`configure' configures clutter 1.10.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1590,7 +1593,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of clutter 1.10.0:";; + short | recursive ) echo "Configuration of clutter 1.10.4:";; esac cat <<\_ACEOF @@ -1661,7 +1664,7 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-pic try to use only PIC/non-PIC objects [default=use + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR @@ -1783,7 +1786,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -clutter configure 1.10.0 +clutter configure 1.10.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2209,7 +2212,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by clutter $as_me 1.10.0, which was +It was created by clutter $as_me 1.10.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3031,7 +3034,7 @@ fi # Define the identity of the package. PACKAGE='clutter' - VERSION='1.10.0' + VERSION='1.10.4' # Some tools Automake needs. @@ -3052,9 +3055,9 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 @@ -3153,6 +3156,33 @@ yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3160,9 +3190,9 @@ CLUTTER_MAJOR_VERSION=1 CLUTTER_MINOR_VERSION=10 -CLUTTER_MICRO_VERSION=0 +CLUTTER_MICRO_VERSION=4 -CLUTTER_VERSION=1.10.0 +CLUTTER_VERSION=1.10.4 CLUTTER_API_VERSION=1.0 @@ -3175,13 +3205,13 @@ CLUTTER_RELEASE_STATUS=release CLUTTER_LT_CURRENT=1000 -CLUTTER_LT_REV=0 +CLUTTER_LT_REV=4 CLUTTER_LT_AGE=1000 CLUTTER_LT_VERSION="$CLUTTER_LT_CURRENT:$CLUTTER_LT_REV:$CLUTTER_LT_AGE" CLUTTER_LT_LDFLAGS="-version-info $CLUTTER_LT_VERSION" CLUTTER_LT_CURRENT=1000 -CLUTTER_LT_REVISION=0 +CLUTTER_LT_REVISION=4 CLUTTER_LT_VERSION=$CLUTTER_LT_VERSION @@ -3413,6 +3443,7 @@ fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -4226,6 +4257,7 @@ else # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4285,7 +4317,7 @@ else break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -5049,8 +5081,8 @@ esac -macro_version='2.4' -macro_revision='1.3293' +macro_version='2.4.2' +macro_revision='1.3337' @@ -5694,6 +5726,11 @@ else lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -5733,7 +5770,7 @@ else # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -6162,7 +6199,7 @@ irix5* | irix6* | nonstopux*) lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -6802,13 +6839,13 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -6955,6 +6992,7 @@ for ac_symprfx in "" "_"; do # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -7343,7 +7381,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 @@ -7354,7 +7392,20 @@ sparc*-*solaris*) case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -7994,7 +8045,13 @@ else $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -8005,6 +8062,7 @@ else fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : @@ -8037,6 +8095,7 @@ rm -f core conftest.err conftest.$ac_objext \ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : @@ -8058,7 +8117,9 @@ _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? - if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 @@ -8195,7 +8256,22 @@ fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : - withval=$with_pic; pic_mode="$withval" + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac else pic_mode=default fi @@ -8273,6 +8349,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + test -z "$LN_S" && LN_S="ln -s" @@ -8732,7 +8812,9 @@ lt_prog_compiler_static= case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' - lt_prog_compiler_pic='-Xcompiler -fPIC' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi ;; esac else @@ -8823,18 +8905,33 @@ lt_prog_compiler_static= ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; esac ;; esac @@ -9196,7 +9293,6 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= - hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported @@ -9446,8 +9542,7 @@ _LT_EOF xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' - hardcode_libdir_flag_spec= - hardcode_libdir_flag_spec_ld='-rpath $libdir' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ @@ -9826,6 +9921,7 @@ fi # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' @@ -9871,6 +9967,7 @@ fi hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else whole_archive_flag_spec='' fi @@ -9899,10 +9996,6 @@ fi hardcode_shlibpath_var=no ;; - freebsd1*) - ld_shlibs=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -9915,7 +10008,7 @@ fi ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes @@ -9954,7 +10047,6 @@ fi fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' - hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes @@ -10578,11 +10670,6 @@ esac - - - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } @@ -10672,7 +10759,7 @@ need_version=unknown case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -10681,7 +10768,7 @@ aix3*) ;; aix[4-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -10746,7 +10833,7 @@ beos*) ;; bsdi[45]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -10885,7 +10972,7 @@ darwin* | rhapsody*) ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -10893,10 +10980,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -10904,7 +10987,7 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -10922,7 +11005,7 @@ freebsd* | dragonfly*) esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -10942,17 +11025,18 @@ freebsd* | dragonfly*) ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -11013,7 +11097,7 @@ hpux9* | hpux10* | hpux11*) ;; interix[3-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -11029,7 +11113,7 @@ irix5* | irix6* | nonstopux*) nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -11066,9 +11150,9 @@ linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11154,7 +11238,7 @@ netbsd*) ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -11223,7 +11307,7 @@ rdos*) ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11248,7 +11332,7 @@ sunos4*) ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -11272,7 +11356,7 @@ sysv4 | sysv4.3*) sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -11303,7 +11387,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11313,7 +11397,7 @@ tpf*) ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -12095,6 +12179,8 @@ CC="$lt_save_CC" + + ac_config_commands="$ac_config_commands libtool" @@ -13486,7 +13572,7 @@ else fi - if test "x$have_evdev" = "xyes" -O "x$SUPPORT_WAYLAND" = "x1"; then + if test "x$have_evdev" = "xyes" -o "x$SUPPORT_WAYLAND" = "x1"; then NEED_XKB_UTILS_TRUE= NEED_XKB_UTILS_FALSE='#' else @@ -14128,7 +14214,7 @@ if test "x$ac_cv_member_XIScrollClassInfo_number" = xyes; then : have_xinput_2_2=yes -$as_echo "#define XINPUT_2_2 1" >>confdefs.h +$as_echo "#define HAVE_XINPUT_2_2 1" >>confdefs.h else @@ -18240,7 +18326,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by clutter $as_me 1.10.0, which was +This file was extended by clutter $as_me 1.10.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18307,7 +18393,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -clutter config.status 1.10.0 +clutter config.status 1.10.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -18444,6 +18530,7 @@ pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' @@ -18526,7 +18613,6 @@ with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' @@ -18582,6 +18668,7 @@ _LTECHO_EOF' # Quote evaled strings. for var in SHELL \ ECHO \ +PATH_SEPARATOR \ SED \ GREP \ EGREP \ @@ -18632,7 +18719,6 @@ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ -hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ @@ -19470,8 +19556,8 @@ $as_echo X"$file" | # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -19525,6 +19611,9 @@ SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + # The host system. host_alias=$host_alias host=$host @@ -19826,10 +19915,6 @@ no_undefined_flag=$lt_no_undefined_flag # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec -# If ld is used when linking, flag to hardcode \$libdir into a binary -# during linking. This must work even if \$libdir does not exist. -hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld - # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator diff --git a/configure.ac b/configure.ac index bd46aa8..b38d037 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # - increase clutter_interface_version to the next odd number m4_define([clutter_major_version], [1]) m4_define([clutter_minor_version], [10]) -m4_define([clutter_micro_version], [0]) +m4_define([clutter_micro_version], [4]) # • for stable releases: increase the interface age by 1 for each release; # if the API changes, set to 0. interface_age and binary_age are used to @@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [0]) # ... # # • for development releases: keep clutter_interface_age to 0 -m4_define([clutter_interface_age], [0]) +m4_define([clutter_interface_age], [4]) m4_define([clutter_binary_age], [m4_eval(100 * clutter_minor_version + clutter_micro_version)]) @@ -487,7 +487,7 @@ AM_CONDITIONAL(USE_TSLIB, [test "x$have_tslib" = "xyes"]) AM_CONDITIONAL(USE_EVDEV, [test "x$have_evdev" = "xyes"]) AM_CONDITIONAL(USE_GLD, [test "x$have_gdl" = "xyes"]) -AM_CONDITIONAL(NEED_XKB_UTILS, [test "x$have_evdev" = "xyes" -O "x$SUPPORT_WAYLAND" = "x1"]) +AM_CONDITIONAL(NEED_XKB_UTILS, [test "x$have_evdev" = "xyes" -o "x$SUPPORT_WAYLAND" = "x1"]) dnl Instead of using AM_CFLAGS to ensure dnl COGL_ENABLE_EXPERIMENTAL_2_0_API is defined while compiling clutter @@ -724,7 +724,7 @@ AS_IF([test "x$SUPPORT_X11" = "x1"], AC_CHECK_MEMBER([XIScrollClassInfo.number], [ have_xinput_2_2=yes - AC_DEFINE([XINPUT_2_2], [1], [Define to 1 if XInput 2.2 is available]) + AC_DEFINE([HAVE_XINPUT_2_2], [1], [Define to 1 if XInput 2.2 is available]) ], [have_xinput_2_2=no], [[#include ]])]) diff --git a/doc/Makefile.in b/doc/Makefile.in index fdc7d63..bc38082 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,11 +64,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -591,10 +591,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/doc/common/Makefile.in b/doc/common/Makefile.in index 4d7d254..e2f42fe 100644 --- a/doc/common/Makefile.in +++ b/doc/common/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -395,10 +395,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/doc/cookbook/Makefile.in b/doc/cookbook/Makefile.in index fc9de49..be89a8b 100644 --- a/doc/cookbook/Makefile.in +++ b/doc/cookbook/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,11 +66,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = clutter-cookbook.xml CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -466,6 +466,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/build/autotools/Makefile.am.silent: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -692,10 +693,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/doc/cookbook/examples/Makefile.in b/doc/cookbook/examples/Makefile.in index 0c7b2e1..dd9388c 100644 --- a/doc/cookbook/examples/Makefile.in +++ b/doc/cookbook/examples/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -106,8 +106,8 @@ actors_composite_main_OBJECTS = $(am_actors_composite_main_OBJECTS) actors_composite_main_LDADD = $(LDADD) actors_composite_main_DEPENDENCIES = \ $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_animations_complex_OBJECTS = animations-complex.$(OBJEXT) animations_complex_OBJECTS = $(am_animations_complex_OBJECTS) @@ -370,21 +370,21 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(actors_composite_main_SOURCES) \ $(animations_complex_SOURCES) \ @@ -473,6 +473,12 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(examplesdir)" DATA = $(examples_DATA) ETAGS = etags @@ -818,6 +824,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/build/autotools/Makefile.am.silent: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -836,136 +843,136 @@ clean-noinstPROGRAMS: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -actors-composite-main$(EXEEXT): $(actors_composite_main_OBJECTS) $(actors_composite_main_DEPENDENCIES) +actors-composite-main$(EXEEXT): $(actors_composite_main_OBJECTS) $(actors_composite_main_DEPENDENCIES) $(EXTRA_actors_composite_main_DEPENDENCIES) @rm -f actors-composite-main$(EXEEXT) $(AM_V_CCLD)$(LINK) $(actors_composite_main_OBJECTS) $(actors_composite_main_LDADD) $(LIBS) -animations-complex$(EXEEXT): $(animations_complex_OBJECTS) $(animations_complex_DEPENDENCIES) +animations-complex$(EXEEXT): $(animations_complex_OBJECTS) $(animations_complex_DEPENDENCIES) $(EXTRA_animations_complex_DEPENDENCIES) @rm -f animations-complex$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_complex_OBJECTS) $(animations_complex_LDADD) $(LIBS) -animations-looping-animator$(EXEEXT): $(animations_looping_animator_OBJECTS) $(animations_looping_animator_DEPENDENCIES) +animations-looping-animator$(EXEEXT): $(animations_looping_animator_OBJECTS) $(animations_looping_animator_DEPENDENCIES) $(EXTRA_animations_looping_animator_DEPENDENCIES) @rm -f animations-looping-animator$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_looping_animator_OBJECTS) $(animations_looping_animator_LDADD) $(LIBS) -animations-looping-implicit$(EXEEXT): $(animations_looping_implicit_OBJECTS) $(animations_looping_implicit_DEPENDENCIES) +animations-looping-implicit$(EXEEXT): $(animations_looping_implicit_OBJECTS) $(animations_looping_implicit_DEPENDENCIES) $(EXTRA_animations_looping_implicit_DEPENDENCIES) @rm -f animations-looping-implicit$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_looping_implicit_OBJECTS) $(animations_looping_implicit_LDADD) $(LIBS) -animations-looping-state$(EXEEXT): $(animations_looping_state_OBJECTS) $(animations_looping_state_DEPENDENCIES) +animations-looping-state$(EXEEXT): $(animations_looping_state_OBJECTS) $(animations_looping_state_DEPENDENCIES) $(EXTRA_animations_looping_state_DEPENDENCIES) @rm -f animations-looping-state$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_looping_state_OBJECTS) $(animations_looping_state_LDADD) $(LIBS) -animations-moving-animator$(EXEEXT): $(animations_moving_animator_OBJECTS) $(animations_moving_animator_DEPENDENCIES) +animations-moving-animator$(EXEEXT): $(animations_moving_animator_OBJECTS) $(animations_moving_animator_DEPENDENCIES) $(EXTRA_animations_moving_animator_DEPENDENCIES) @rm -f animations-moving-animator$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_moving_animator_OBJECTS) $(animations_moving_animator_LDADD) $(LIBS) -animations-moving-implicit$(EXEEXT): $(animations_moving_implicit_OBJECTS) $(animations_moving_implicit_DEPENDENCIES) +animations-moving-implicit$(EXEEXT): $(animations_moving_implicit_OBJECTS) $(animations_moving_implicit_DEPENDENCIES) $(EXTRA_animations_moving_implicit_DEPENDENCIES) @rm -f animations-moving-implicit$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_moving_implicit_OBJECTS) $(animations_moving_implicit_LDADD) $(LIBS) -animations-moving-state$(EXEEXT): $(animations_moving_state_OBJECTS) $(animations_moving_state_DEPENDENCIES) +animations-moving-state$(EXEEXT): $(animations_moving_state_OBJECTS) $(animations_moving_state_DEPENDENCIES) $(EXTRA_animations_moving_state_DEPENDENCIES) @rm -f animations-moving-state$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_moving_state_OBJECTS) $(animations_moving_state_LDADD) $(LIBS) -animations-path$(EXEEXT): $(animations_path_OBJECTS) $(animations_path_DEPENDENCIES) +animations-path$(EXEEXT): $(animations_path_OBJECTS) $(animations_path_DEPENDENCIES) $(EXTRA_animations_path_DEPENDENCIES) @rm -f animations-path$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_path_OBJECTS) $(animations_path_LDADD) $(LIBS) -animations-path-circle$(EXEEXT): $(animations_path_circle_OBJECTS) $(animations_path_circle_DEPENDENCIES) +animations-path-circle$(EXEEXT): $(animations_path_circle_OBJECTS) $(animations_path_circle_DEPENDENCIES) $(EXTRA_animations_path_circle_DEPENDENCIES) @rm -f animations-path-circle$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_path_circle_OBJECTS) $(animations_path_circle_LDADD) $(LIBS) -animations-path-easing$(EXEEXT): $(animations_path_easing_OBJECTS) $(animations_path_easing_DEPENDENCIES) +animations-path-easing$(EXEEXT): $(animations_path_easing_OBJECTS) $(animations_path_easing_DEPENDENCIES) $(EXTRA_animations_path_easing_DEPENDENCIES) @rm -f animations-path-easing$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_path_easing_OBJECTS) $(animations_path_easing_LDADD) $(LIBS) -animations-reuse$(EXEEXT): $(animations_reuse_OBJECTS) $(animations_reuse_DEPENDENCIES) +animations-reuse$(EXEEXT): $(animations_reuse_OBJECTS) $(animations_reuse_DEPENDENCIES) $(EXTRA_animations_reuse_DEPENDENCIES) @rm -f animations-reuse$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_reuse_OBJECTS) $(animations_reuse_LDADD) $(LIBS) -animations-rotating$(EXEEXT): $(animations_rotating_OBJECTS) $(animations_rotating_DEPENDENCIES) +animations-rotating$(EXEEXT): $(animations_rotating_OBJECTS) $(animations_rotating_DEPENDENCIES) $(EXTRA_animations_rotating_DEPENDENCIES) @rm -f animations-rotating$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_rotating_OBJECTS) $(animations_rotating_LDADD) $(LIBS) -animations-scaling$(EXEEXT): $(animations_scaling_OBJECTS) $(animations_scaling_DEPENDENCIES) +animations-scaling$(EXEEXT): $(animations_scaling_OBJECTS) $(animations_scaling_DEPENDENCIES) $(EXTRA_animations_scaling_DEPENDENCIES) @rm -f animations-scaling$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_scaling_OBJECTS) $(animations_scaling_LDADD) $(LIBS) -animations-scaling-zoom$(EXEEXT): $(animations_scaling_zoom_OBJECTS) $(animations_scaling_zoom_DEPENDENCIES) +animations-scaling-zoom$(EXEEXT): $(animations_scaling_zoom_OBJECTS) $(animations_scaling_zoom_DEPENDENCIES) $(EXTRA_animations_scaling_zoom_DEPENDENCIES) @rm -f animations-scaling-zoom$(EXEEXT) $(AM_V_CCLD)$(LINK) $(animations_scaling_zoom_OBJECTS) $(animations_scaling_zoom_LDADD) $(LIBS) -effects-basic$(EXEEXT): $(effects_basic_OBJECTS) $(effects_basic_DEPENDENCIES) +effects-basic$(EXEEXT): $(effects_basic_OBJECTS) $(effects_basic_DEPENDENCIES) $(EXTRA_effects_basic_DEPENDENCIES) @rm -f effects-basic$(EXEEXT) $(AM_V_CCLD)$(LINK) $(effects_basic_OBJECTS) $(effects_basic_LDADD) $(LIBS) -effects-built-in$(EXEEXT): $(effects_built_in_OBJECTS) $(effects_built_in_DEPENDENCIES) +effects-built-in$(EXEEXT): $(effects_built_in_OBJECTS) $(effects_built_in_DEPENDENCIES) $(EXTRA_effects_built_in_DEPENDENCIES) @rm -f effects-built-in$(EXEEXT) $(AM_V_CCLD)$(LINK) $(effects_built_in_OBJECTS) $(effects_built_in_LDADD) $(LIBS) -effects-custom-deform$(EXEEXT): $(effects_custom_deform_OBJECTS) $(effects_custom_deform_DEPENDENCIES) +effects-custom-deform$(EXEEXT): $(effects_custom_deform_OBJECTS) $(effects_custom_deform_DEPENDENCIES) $(EXTRA_effects_custom_deform_DEPENDENCIES) @rm -f effects-custom-deform$(EXEEXT) $(AM_V_CCLD)$(LINK) $(effects_custom_deform_OBJECTS) $(effects_custom_deform_LDADD) $(LIBS) -events-buttons$(EXEEXT): $(events_buttons_OBJECTS) $(events_buttons_DEPENDENCIES) +events-buttons$(EXEEXT): $(events_buttons_OBJECTS) $(events_buttons_DEPENDENCIES) $(EXTRA_events_buttons_DEPENDENCIES) @rm -f events-buttons$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_buttons_OBJECTS) $(events_buttons_LDADD) $(LIBS) -events-buttons-click$(EXEEXT): $(events_buttons_click_OBJECTS) $(events_buttons_click_DEPENDENCIES) +events-buttons-click$(EXEEXT): $(events_buttons_click_OBJECTS) $(events_buttons_click_DEPENDENCIES) $(EXTRA_events_buttons_click_DEPENDENCIES) @rm -f events-buttons-click$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_buttons_click_OBJECTS) $(events_buttons_click_LDADD) $(LIBS) -events-buttons-lasso$(EXEEXT): $(events_buttons_lasso_OBJECTS) $(events_buttons_lasso_DEPENDENCIES) +events-buttons-lasso$(EXEEXT): $(events_buttons_lasso_OBJECTS) $(events_buttons_lasso_DEPENDENCIES) $(EXTRA_events_buttons_lasso_DEPENDENCIES) @rm -f events-buttons-lasso$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_buttons_lasso_OBJECTS) $(events_buttons_lasso_LDADD) $(LIBS) -events-mouse-scroll$(EXEEXT): $(events_mouse_scroll_OBJECTS) $(events_mouse_scroll_DEPENDENCIES) +events-mouse-scroll$(EXEEXT): $(events_mouse_scroll_OBJECTS) $(events_mouse_scroll_DEPENDENCIES) $(EXTRA_events_mouse_scroll_DEPENDENCIES) @rm -f events-mouse-scroll$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_mouse_scroll_OBJECTS) $(events_mouse_scroll_LDADD) $(LIBS) -events-pointer-motion$(EXEEXT): $(events_pointer_motion_OBJECTS) $(events_pointer_motion_DEPENDENCIES) +events-pointer-motion$(EXEEXT): $(events_pointer_motion_OBJECTS) $(events_pointer_motion_DEPENDENCIES) $(EXTRA_events_pointer_motion_DEPENDENCIES) @rm -f events-pointer-motion$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_pointer_motion_OBJECTS) $(events_pointer_motion_LDADD) $(LIBS) -events-pointer-motion-crossing$(EXEEXT): $(events_pointer_motion_crossing_OBJECTS) $(events_pointer_motion_crossing_DEPENDENCIES) +events-pointer-motion-crossing$(EXEEXT): $(events_pointer_motion_crossing_OBJECTS) $(events_pointer_motion_crossing_DEPENDENCIES) $(EXTRA_events_pointer_motion_crossing_DEPENDENCIES) @rm -f events-pointer-motion-crossing$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_pointer_motion_crossing_OBJECTS) $(events_pointer_motion_crossing_LDADD) $(LIBS) -events-pointer-motion-scribbler$(EXEEXT): $(events_pointer_motion_scribbler_OBJECTS) $(events_pointer_motion_scribbler_DEPENDENCIES) +events-pointer-motion-scribbler$(EXEEXT): $(events_pointer_motion_scribbler_OBJECTS) $(events_pointer_motion_scribbler_DEPENDENCIES) $(EXTRA_events_pointer_motion_scribbler_DEPENDENCIES) @rm -f events-pointer-motion-scribbler$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_pointer_motion_scribbler_OBJECTS) $(events_pointer_motion_scribbler_LDADD) $(LIBS) -events-pointer-motion-stacked$(EXEEXT): $(events_pointer_motion_stacked_OBJECTS) $(events_pointer_motion_stacked_DEPENDENCIES) +events-pointer-motion-stacked$(EXEEXT): $(events_pointer_motion_stacked_OBJECTS) $(events_pointer_motion_stacked_DEPENDENCIES) $(EXTRA_events_pointer_motion_stacked_DEPENDENCIES) @rm -f events-pointer-motion-stacked$(EXEEXT) $(AM_V_CCLD)$(LINK) $(events_pointer_motion_stacked_OBJECTS) $(events_pointer_motion_stacked_LDADD) $(LIBS) -layouts-bind-constraint-allocation$(EXEEXT): $(layouts_bind_constraint_allocation_OBJECTS) $(layouts_bind_constraint_allocation_DEPENDENCIES) +layouts-bind-constraint-allocation$(EXEEXT): $(layouts_bind_constraint_allocation_OBJECTS) $(layouts_bind_constraint_allocation_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_allocation_DEPENDENCIES) @rm -f layouts-bind-constraint-allocation$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_allocation_OBJECTS) $(layouts_bind_constraint_allocation_LDADD) $(LIBS) -layouts-bind-constraint-overlay$(EXEEXT): $(layouts_bind_constraint_overlay_OBJECTS) $(layouts_bind_constraint_overlay_DEPENDENCIES) +layouts-bind-constraint-overlay$(EXEEXT): $(layouts_bind_constraint_overlay_OBJECTS) $(layouts_bind_constraint_overlay_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_overlay_DEPENDENCIES) @rm -f layouts-bind-constraint-overlay$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_overlay_OBJECTS) $(layouts_bind_constraint_overlay_LDADD) $(LIBS) -layouts-bind-constraint-stage$(EXEEXT): $(layouts_bind_constraint_stage_OBJECTS) $(layouts_bind_constraint_stage_DEPENDENCIES) +layouts-bind-constraint-stage$(EXEEXT): $(layouts_bind_constraint_stage_OBJECTS) $(layouts_bind_constraint_stage_DEPENDENCIES) $(EXTRA_layouts_bind_constraint_stage_DEPENDENCIES) @rm -f layouts-bind-constraint-stage$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_bind_constraint_stage_OBJECTS) $(layouts_bind_constraint_stage_LDADD) $(LIBS) -layouts-box$(EXEEXT): $(layouts_box_OBJECTS) $(layouts_box_DEPENDENCIES) +layouts-box$(EXEEXT): $(layouts_box_OBJECTS) $(layouts_box_DEPENDENCIES) $(EXTRA_layouts_box_DEPENDENCIES) @rm -f layouts-box$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_box_OBJECTS) $(layouts_box_LDADD) $(LIBS) -layouts-box-menu$(EXEEXT): $(layouts_box_menu_OBJECTS) $(layouts_box_menu_DEPENDENCIES) +layouts-box-menu$(EXEEXT): $(layouts_box_menu_OBJECTS) $(layouts_box_menu_DEPENDENCIES) $(EXTRA_layouts_box_menu_DEPENDENCIES) @rm -f layouts-box-menu$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_box_menu_OBJECTS) $(layouts_box_menu_LDADD) $(LIBS) -layouts-box-property-effects$(EXEEXT): $(layouts_box_property_effects_OBJECTS) $(layouts_box_property_effects_DEPENDENCIES) +layouts-box-property-effects$(EXEEXT): $(layouts_box_property_effects_OBJECTS) $(layouts_box_property_effects_DEPENDENCIES) $(EXTRA_layouts_box_property_effects_DEPENDENCIES) @rm -f layouts-box-property-effects$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_box_property_effects_OBJECTS) $(layouts_box_property_effects_LDADD) $(LIBS) -layouts-stacking$(EXEEXT): $(layouts_stacking_OBJECTS) $(layouts_stacking_DEPENDENCIES) +layouts-stacking$(EXEEXT): $(layouts_stacking_OBJECTS) $(layouts_stacking_DEPENDENCIES) $(EXTRA_layouts_stacking_DEPENDENCIES) @rm -f layouts-stacking$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_stacking_OBJECTS) $(layouts_stacking_LDADD) $(LIBS) -layouts-stacking-diff-sized-actors$(EXEEXT): $(layouts_stacking_diff_sized_actors_OBJECTS) $(layouts_stacking_diff_sized_actors_DEPENDENCIES) +layouts-stacking-diff-sized-actors$(EXEEXT): $(layouts_stacking_diff_sized_actors_OBJECTS) $(layouts_stacking_diff_sized_actors_DEPENDENCIES) $(EXTRA_layouts_stacking_diff_sized_actors_DEPENDENCIES) @rm -f layouts-stacking-diff-sized-actors$(EXEEXT) $(AM_V_CCLD)$(LINK) $(layouts_stacking_diff_sized_actors_OBJECTS) $(layouts_stacking_diff_sized_actors_LDADD) $(LIBS) -script-signals$(EXEEXT): $(script_signals_OBJECTS) $(script_signals_DEPENDENCIES) +script-signals$(EXEEXT): $(script_signals_OBJECTS) $(script_signals_DEPENDENCIES) $(EXTRA_script_signals_DEPENDENCIES) @rm -f script-signals$(EXEEXT) $(AM_V_CCLD)$(LINK) $(script_signals_OBJECTS) $(script_signals_LDADD) $(LIBS) -script-states$(EXEEXT): $(script_states_OBJECTS) $(script_states_DEPENDENCIES) +script-states$(EXEEXT): $(script_states_OBJECTS) $(script_states_DEPENDENCIES) $(EXTRA_script_states_DEPENDENCIES) @rm -f script-states$(EXEEXT) $(AM_V_CCLD)$(LINK) $(script_states_OBJECTS) $(script_states_LDADD) $(LIBS) -script-ui$(EXEEXT): $(script_ui_OBJECTS) $(script_ui_DEPENDENCIES) +script-ui$(EXEEXT): $(script_ui_OBJECTS) $(script_ui_DEPENDENCIES) $(EXTRA_script_ui_DEPENDENCIES) @rm -f script-ui$(EXEEXT) $(AM_V_CCLD)$(LINK) $(script_ui_OBJECTS) $(script_ui_LDADD) $(LIBS) -text-shadow$(EXEEXT): $(text_shadow_OBJECTS) $(text_shadow_DEPENDENCIES) +text-shadow$(EXEEXT): $(text_shadow_OBJECTS) $(text_shadow_DEPENDENCIES) $(EXTRA_text_shadow_DEPENDENCIES) @rm -f text-shadow$(EXEEXT) $(AM_V_CCLD)$(LINK) $(text_shadow_OBJECTS) $(text_shadow_LDADD) $(LIBS) -textures-crossfade$(EXEEXT): $(textures_crossfade_OBJECTS) $(textures_crossfade_DEPENDENCIES) +textures-crossfade$(EXEEXT): $(textures_crossfade_OBJECTS) $(textures_crossfade_DEPENDENCIES) $(EXTRA_textures_crossfade_DEPENDENCIES) @rm -f textures-crossfade$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_crossfade_OBJECTS) $(textures_crossfade_LDADD) $(LIBS) -textures-crossfade-cogl$(EXEEXT): $(textures_crossfade_cogl_OBJECTS) $(textures_crossfade_cogl_DEPENDENCIES) +textures-crossfade-cogl$(EXEEXT): $(textures_crossfade_cogl_OBJECTS) $(textures_crossfade_cogl_DEPENDENCIES) $(EXTRA_textures_crossfade_cogl_DEPENDENCIES) @rm -f textures-crossfade-cogl$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_crossfade_cogl_OBJECTS) $(textures_crossfade_cogl_LDADD) $(LIBS) -textures-crossfade-slideshow$(EXEEXT): $(textures_crossfade_slideshow_OBJECTS) $(textures_crossfade_slideshow_DEPENDENCIES) +textures-crossfade-slideshow$(EXEEXT): $(textures_crossfade_slideshow_OBJECTS) $(textures_crossfade_slideshow_DEPENDENCIES) $(EXTRA_textures_crossfade_slideshow_DEPENDENCIES) @rm -f textures-crossfade-slideshow$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_crossfade_slideshow_OBJECTS) $(textures_crossfade_slideshow_LDADD) $(LIBS) -textures-reflection$(EXEEXT): $(textures_reflection_OBJECTS) $(textures_reflection_DEPENDENCIES) +textures-reflection$(EXEEXT): $(textures_reflection_OBJECTS) $(textures_reflection_DEPENDENCIES) $(EXTRA_textures_reflection_DEPENDENCIES) @rm -f textures-reflection$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_reflection_OBJECTS) $(textures_reflection_LDADD) $(LIBS) -textures-split-go$(EXEEXT): $(textures_split_go_OBJECTS) $(textures_split_go_DEPENDENCIES) +textures-split-go$(EXEEXT): $(textures_split_go_OBJECTS) $(textures_split_go_DEPENDENCIES) $(EXTRA_textures_split_go_DEPENDENCIES) @rm -f textures-split-go$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_split_go_OBJECTS) $(textures_split_go_LDADD) $(LIBS) -textures-sub-texture$(EXEEXT): $(textures_sub_texture_OBJECTS) $(textures_sub_texture_DEPENDENCIES) +textures-sub-texture$(EXEEXT): $(textures_sub_texture_OBJECTS) $(textures_sub_texture_DEPENDENCIES) $(EXTRA_textures_sub_texture_DEPENDENCIES) @rm -f textures-sub-texture$(EXEEXT) $(AM_V_CCLD)$(LINK) $(textures_sub_texture_OBJECTS) $(textures_sub_texture_LDADD) $(LIBS) @@ -1027,26 +1034,23 @@ distclean-compile: .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -1070,9 +1074,7 @@ uninstall-examplesDATA: @$(NORMAL_UNINSTALL) @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(examplesdir)" && rm -f $$files + dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -1173,10 +1175,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in index fb8fdf3..0dc26eb 100644 --- a/doc/reference/Makefile.in +++ b/doc/reference/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,11 +62,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -584,10 +584,15 @@ install-am: all-am installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff --git a/doc/reference/cally/Makefile.in b/doc/reference/cally/Makefile.in index 7542cfe..3db7738 100644 --- a/doc/reference/cally/Makefile.in +++ b/doc/reference/cally/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -69,11 +69,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = cally-docs.xml CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -453,6 +453,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/gtk-doc.make: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -524,10 +525,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -758,7 +764,7 @@ distclean-local: rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -794,7 +800,7 @@ uninstall-local: # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: +@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs @ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" @ENABLE_GTK_DOC_FALSE@ @false diff --git a/doc/reference/cally/cally-docs.xml b/doc/reference/cally/cally-docs.xml index 2fee761..689874e 100644 --- a/doc/reference/cally/cally-docs.xml +++ b/doc/reference/cally/cally-docs.xml @@ -1,7 +1,7 @@ + ]> diff --git a/doc/reference/cally/html/CallyActor.html b/doc/reference/cally/html/CallyActor.html index f02e138..04de40c 100644 --- a/doc/reference/cally/html/CallyActor.html +++ b/doc/reference/cally/html/CallyActor.html @@ -45,32 +45,32 @@ struct CallyActorClass; void (*CallyActionFunc) (CallyActor *cally_actor); void (*CallyActionCallback) (CallyActor *cally_actor, - gpointer user_data); -AtkObject * cally_actor_new (ClutterActor *actor); -guint cally_actor_add_action (CallyActor *cally_actor, - const gchar *action_name, - const gchar *action_description, - const gchar *action_keybinding, + gpointer user_data); +AtkObject * cally_actor_new (ClutterActor *actor); +guint cally_actor_add_action (CallyActor *cally_actor, + const gchar *action_name, + const gchar *action_description, + const gchar *action_keybinding, CallyActionFunc action_func); -guint cally_actor_add_action_full (CallyActor *cally_actor, - const gchar *action_name, - const gchar *action_description, - const gchar *action_keybinding, +guint cally_actor_add_action_full (CallyActor *cally_actor, + const gchar *action_name, + const gchar *action_description, + const gchar *action_keybinding, CallyActionCallback callback, - gpointer user_data, - GDestroyNotify notify); -gboolean cally_actor_remove_action (CallyActor *cally_actor, - gint action_id); -gboolean cally_actor_remove_action_by_name (CallyActor *cally_actor, - const gchar *action_name); + gpointer user_data, + GDestroyNotify notify); +gboolean cally_actor_remove_action (CallyActor *cally_actor, + gint action_id); +gboolean cally_actor_remove_action_by_name (CallyActor *cally_actor, + const gchar *action_name);

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyClone
                      +----CallyGroup
@@ -83,7 +83,7 @@ struct              

Implemented Interfaces

CallyActor implements - AtkComponent and AtkAction.

+ AtkComponent and AtkAction.

Description

@@ -157,7 +157,7 @@ ClutterContainer interface

CallyActionFunc ()

void                (*CallyActionFunc)                  (CallyActor *cally_actor);

-Action function, to be used on AtkAction implementations as a individual +Action function, to be used on AtkAction implementations as a individual action

@@ -174,9 +174,9 @@ action

CallyActionCallback ()

void                (*CallyActionCallback)              (CallyActor *cally_actor,
-                                                         gpointer user_data);
+ gpointer user_data);

-Action function, to be used on AtkAction implementations as +Action function, to be used on AtkAction implementations as an individual action. Unlike CallyActionFunc, this function uses the user_data argument passed to cally_actor_add_action_full().

@@ -199,7 +199,7 @@ uses the user_data argument passed to

cally_actor_new ()

-
AtkObject *         cally_actor_new                     (ClutterActor *actor);
+
AtkObject *         cally_actor_new                     (ClutterActor *actor);

Creates a new CallyActor for the given actor

@@ -213,7 +213,7 @@ Creates a new
- @@ -223,13 +223,13 @@ Creates a new

cally_actor_add_action ()

-
guint               cally_actor_add_action              (CallyActor *cally_actor,
-                                                         const gchar *action_name,
-                                                         const gchar *action_description,
-                                                         const gchar *action_keybinding,
+
guint               cally_actor_add_action              (CallyActor *cally_actor,
+                                                         const gchar *action_name,
+                                                         const gchar *action_description,
+                                                         const gchar *action_keybinding,
                                                          CallyActionFunc action_func);

-Adds a new action to be accessed with the AtkAction interface. +Adds a new action to be accessed with the AtkAction interface.

Returns :

the newly created AtkObject +the newly created AtkObject
@@ -266,15 +266,15 @@ Adds a new action to be accessed with the AtkAction in

cally_actor_add_action_full ()

-
guint               cally_actor_add_action_full         (CallyActor *cally_actor,
-                                                         const gchar *action_name,
-                                                         const gchar *action_description,
-                                                         const gchar *action_keybinding,
+
guint               cally_actor_add_action_full         (CallyActor *cally_actor,
+                                                         const gchar *action_name,
+                                                         const gchar *action_description,
+                                                         const gchar *action_keybinding,
                                                          CallyActionCallback callback,
-                                                         gpointer user_data,
-                                                         GDestroyNotify notify);
+ gpointer user_data, + GDestroyNotify notify);

-Adds a new action to be accessed with the AtkAction interface. +Adds a new action to be accessed with the AtkAction interface.

@@ -322,8 +322,8 @@ Rename to: cally_actor_add_action

cally_actor_remove_action ()

-
gboolean            cally_actor_remove_action           (CallyActor *cally_actor,
-                                                         gint action_id);
+
gboolean            cally_actor_remove_action           (CallyActor *cally_actor,
+                                                         gint action_id);

Removes a action, using the action_id returned by cally_actor_add_action()

@@ -342,7 +342,7 @@ Removes a action, using the action_id re
+TRUE if the operation was succesful, FALSE otherwise

Returns :

-TRUE if the operation was succesful, FALSE otherwise
@@ -351,8 +351,8 @@ Removes a action, using the action_id re

cally_actor_remove_action_by_name ()

-
gboolean            cally_actor_remove_action_by_name   (CallyActor *cally_actor,
-                                                         const gchar *action_name);
+
gboolean            cally_actor_remove_action_by_name   (CallyActor *cally_actor,
+                                                         const gchar *action_name);

Removes an action, using the action_name used when the action was added with cally_actor_add_action() @@ -372,7 +372,7 @@ with Returns :

-TRUE if the operation was succesful, FALSE otherwise +TRUE if the operation was succesful, FALSE otherwise
diff --git a/doc/reference/cally/html/CallyClone.html b/doc/reference/cally/html/CallyClone.html index 9435e40..4239dcc 100644 --- a/doc/reference/cally/html/CallyClone.html +++ b/doc/reference/cally/html/CallyClone.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyClone;
 struct              CallyCloneClass;
-AtkObject *         cally_clone_new                     (ClutterActor *actor);
+AtkObject *         cally_clone_new                     (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyClone
 
@@ -60,7 +60,7 @@ struct

Implemented Interfaces

CallyClone implements - AtkComponent and AtkAction.

+ AtkComponent and AtkAction.

Description

@@ -98,7 +98,7 @@ private data

cally_clone_new ()

-
AtkObject *         cally_clone_new                     (ClutterActor *actor);
+
AtkObject *         cally_clone_new                     (ClutterActor *actor);

Creates a new CallyClone for the given actor. actor must be a ClutterClone. @@ -113,7 +113,7 @@ Creates a new

Returns :

-the newly created AtkObject +the newly created AtkObject diff --git a/doc/reference/cally/html/CallyGroup.html b/doc/reference/cally/html/CallyGroup.html index 8c3f2a3..99e18eb 100644 --- a/doc/reference/cally/html/CallyGroup.html +++ b/doc/reference/cally/html/CallyGroup.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyGroup;
 struct              CallyGroupClass;
-AtkObject *         cally_group_new                     (ClutterActor *actor);
+AtkObject *         cally_group_new                     (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyGroup
                            +----CallyStage
@@ -61,7 +61,7 @@ struct              

Implemented Interfaces

CallyGroup implements - AtkComponent and AtkAction.

+ AtkComponent and AtkAction.

Description

@@ -102,7 +102,7 @@ private data

cally_group_new ()

-
AtkObject *         cally_group_new                     (ClutterActor *actor);
+
AtkObject *         cally_group_new                     (ClutterActor *actor);

Creates a CallyGroup for actor

diff --git a/doc/reference/cally/html/CallyRectangle.html b/doc/reference/cally/html/CallyRectangle.html index 72f4c05..0bb8392 100644 --- a/doc/reference/cally/html/CallyRectangle.html +++ b/doc/reference/cally/html/CallyRectangle.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyRectangle;
 struct              CallyRectangleClass;
-AtkObject *         cally_rectangle_new                 (ClutterActor *actor);
+AtkObject *         cally_rectangle_new                 (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyRectangle
 
@@ -60,7 +60,7 @@ struct

Implemented Interfaces

CallyRectangle implements - AtkComponent and AtkAction.

+ AtkComponent and AtkAction.

Description

@@ -97,7 +97,7 @@ only private data

cally_rectangle_new ()

-
AtkObject *         cally_rectangle_new                 (ClutterActor *actor);
+
AtkObject *         cally_rectangle_new                 (ClutterActor *actor);

Creates a new CallyRectangle for the given actor. actor must be a ClutterRectangle. @@ -112,7 +112,7 @@ a ClutterRectangle

Returns :

-the newly created AtkObject +the newly created AtkObject diff --git a/doc/reference/cally/html/CallyRoot.html b/doc/reference/cally/html/CallyRoot.html index 3a1b8a2..8957723 100644 --- a/doc/reference/cally/html/CallyRoot.html +++ b/doc/reference/cally/html/CallyRoot.html @@ -41,15 +41,15 @@

Synopsis

struct              CallyRoot;
 struct              CallyRootClass;
-AtkObject *         cally_root_new                      (void);
+AtkObject *         cally_root_new                      (void);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyRoot
 
@@ -63,7 +63,7 @@ hierarchy, exposing the application level. Somewhat equivalent to GailTopLevel. We consider that this class expose the a11y information of the ClutterStageManager, as the children of this object are the different ClutterStage managed (so -the GObject used in the atk_object_initialize() is the +the GObject used in the atk_object_initialize() is the ClutterStageManager).

@@ -93,7 +93,7 @@ private data

cally_root_new ()

-
AtkObject *         cally_root_new                      (void);
+
AtkObject *         cally_root_new                      (void);

Creates a new CallyRoot object.

@@ -101,7 +101,7 @@ Creates a new

Returns :

-the newly created AtkObject +the newly created
AtkObject
diff --git a/doc/reference/cally/html/CallyStage.html b/doc/reference/cally/html/CallyStage.html index c3f62f7..e09e9f7 100644 --- a/doc/reference/cally/html/CallyStage.html +++ b/doc/reference/cally/html/CallyStage.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyStage;
 struct              CallyStageClass;
-AtkObject *         cally_stage_new                     (ClutterActor *actor);
+AtkObject *         cally_stage_new                     (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyGroup
                            +----CallyStage
@@ -61,7 +61,7 @@ struct              

Implemented Interfaces

CallyStage implements - AtkComponent, AtkAction and AtkWindow.

+ AtkComponent, AtkAction and AtkWindow.

Description

@@ -102,7 +102,7 @@ private data

cally_stage_new ()

-
AtkObject *         cally_stage_new                     (ClutterActor *actor);
+
AtkObject *         cally_stage_new                     (ClutterActor *actor);

Creates a new CallyStage for the given actor. actor should be a ClutterStage. @@ -117,7 +117,7 @@ Creates a new

Returns :

-the newly created AtkObject +the newly created AtkObject diff --git a/doc/reference/cally/html/CallyText.html b/doc/reference/cally/html/CallyText.html index 7cd033a..8909931 100644 --- a/doc/reference/cally/html/CallyText.html +++ b/doc/reference/cally/html/CallyText.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyText;
 struct              CallyTextClass;
-AtkObject *         cally_text_new                      (ClutterActor *actor);
+AtkObject *         cally_text_new                      (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyText
 
@@ -60,13 +60,13 @@ struct

Implemented Interfaces

CallyText implements - AtkComponent, AtkAction, AtkText and AtkEditableText.

+ AtkComponent, AtkAction, AtkText and AtkEditableText.

Description

CallyText implements the required ATK interfaces of -ClutterText, AtkText and AtkEditableText +ClutterText, AtkText and AtkEditableText

@@ -95,7 +95,7 @@ private data

cally_text_new ()

-
AtkObject *         cally_text_new                      (ClutterActor *actor);
+
AtkObject *         cally_text_new                      (ClutterActor *actor);

Creates a new CallyText for the given actor. actor must be a ClutterText. @@ -110,7 +110,7 @@ Creates a new

Returns :

-the newly created AtkObject +the newly created AtkObject diff --git a/doc/reference/cally/html/CallyTexture.html b/doc/reference/cally/html/CallyTexture.html index 21df518..d530667 100644 --- a/doc/reference/cally/html/CallyTexture.html +++ b/doc/reference/cally/html/CallyTexture.html @@ -43,15 +43,15 @@

Synopsis

struct              CallyTexture;
 struct              CallyTextureClass;
-AtkObject *         cally_texture_new                   (ClutterActor *actor);
+AtkObject *         cally_texture_new                   (ClutterActor *actor);
 

Object Hierarchy

-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  GObject
+   +----AtkObject
+         +----AtkGObjectAccessible
                +----CallyActor
                      +----CallyTexture
 
@@ -60,7 +60,7 @@ struct

Implemented Interfaces

CallyTexture implements - AtkComponent and AtkAction.

+ AtkComponent and AtkAction.

Description

@@ -97,7 +97,7 @@ only private data

cally_texture_new ()

-
AtkObject *         cally_texture_new                   (ClutterActor *actor);
+
AtkObject *         cally_texture_new                   (ClutterActor *actor);

Creates a new CallyTexture for the given actor. actor must be a ClutterTexture. @@ -112,7 +112,7 @@ a ClutterTexture

Returns :

-the newly created AtkObject +the newly created AtkObject diff --git a/doc/reference/cally/html/CallyUtil.html b/doc/reference/cally/html/CallyUtil.html index 1429d58..7706057 100644 --- a/doc/reference/cally/html/CallyUtil.html +++ b/doc/reference/cally/html/CallyUtil.html @@ -33,7 +33,7 @@

CallyUtil

-

CallyUtil — AtkUtil implementation

+

CallyUtil — AtkUtil implementation

@@ -46,20 +46,20 @@ struct

Object Hierarchy

-  GObject
-   +----AtkUtil
+  GObject
+   +----AtkUtil
          +----CallyUtil
 

Description

-CallyUtil implements AtkUtil abstract methods. Although it +CallyUtil implements AtkUtil abstract methods. Although it includes the name "Util" it is in fact one of the most important interfaces to be implemented in any ATK toolkit implementation.

-For instance, it defines atk_get_root(), the method that returns +For instance, it defines atk_get_root(), the method that returns the root object in the hierarchy. Without it, you don't have available any accessible object.

diff --git a/doc/reference/cally/html/cally-General-API.html b/doc/reference/cally/html/cally-General-API.html index cdb5e63..28159c9 100644 --- a/doc/reference/cally/html/cally-General-API.html +++ b/doc/reference/cally/html/cally-General-API.html @@ -37,8 +37,8 @@

Synopsis

-
gboolean            cally_get_cally_initialized         (void);
-gboolean            cally_accessibility_init            (void);
+
gboolean            cally_get_cally_initialized         (void);
+gboolean            cally_accessibility_init            (void);
 
 #define             CALLY_ACCESSIBLE_FACTORY            (type,
                                                          type_as_function,
@@ -57,7 +57,7 @@ Cally initialization methods.
 

Details

cally_get_cally_initialized ()

-
gboolean            cally_get_cally_initialized         (void);
+
gboolean            cally_get_cally_initialized         (void);

Returns if the accessibility support using cally is enabled.

@@ -66,7 +66,7 @@ Returns if the accessibility support using cally is enabled.

Returns :

-TRUE if accessibility support has been correctly +TRUE if accessibility support has been correctly initialized.
@@ -75,7 +75,7 @@ initialized.

cally_accessibility_init ()

-
gboolean            cally_accessibility_init            (void);
+
gboolean            cally_accessibility_init            (void);

Initializes the accessibility support.

@@ -84,7 +84,7 @@ Initializes the accessibility support.

Returns :

-TRUE if accessibility support has been correctly +TRUE if accessibility support has been correctly initialized.
@@ -95,9 +95,9 @@ initialized.

CALLY_ACCESSIBLE_FACTORY()

#define             CALLY_ACCESSIBLE_FACTORY(type, type_as_function, opt_create_accessible)

-Defines a new AtkObjectFactory factory to create accessible +Defines a new AtkObjectFactory factory to create accessible objects of a specific GType. It defines the factory GType and also -overrides the proper AtkObjectFactory methods. +overrides the proper AtkObjectFactory methods.

It assumes that the accessibility object provides a @@ -128,7 +128,7 @@ object. It returns a type GType object.

CALLY_ACTOR_SET_FACTORY()

#define             CALLY_ACTOR_SET_FACTORY(widget_type, type_as_function)

-Sets the AtkObjectFactory to be used in order to instantiate +Sets the AtkObjectFactory to be used in order to instantiate accessibility objects for the actor which GType is widget_type.

diff --git a/doc/reference/cally/html/callybase.html b/doc/reference/cally/html/callybase.html index 49d01d5..5a1e498 100644 --- a/doc/reference/cally/html/callybase.html +++ b/doc/reference/cally/html/callybase.html @@ -55,7 +55,7 @@ Cally — Cally initialization methods.
-CallyUtil — AtkUtil implementation +CallyUtil — AtkUtil implementation
CallyRoot — Root object for the Cally toolkit diff --git a/doc/reference/cally/html/callyobjecthierarchy.html b/doc/reference/cally/html/callyobjecthierarchy.html index 4b65c2a..0c758ea 100644 --- a/doc/reference/cally/html/callyobjecthierarchy.html +++ b/doc/reference/cally/html/callyobjecthierarchy.html @@ -23,9 +23,9 @@

Object Hierarchy

-    GObject
-        AtkObject
-            AtkGObjectAccessible
+    GObject
+        AtkObject
+            AtkGObjectAccessible
                 CallyActor
                     CallyClone
                     CallyGroup
@@ -34,7 +34,7 @@
                     CallyText
                     CallyTexture
                 CallyRoot
-        AtkUtil
+        AtkUtil
             CallyUtil
 
diff --git a/doc/reference/cally/html/callyobjectindex.html b/doc/reference/cally/html/callyobjectindex.html index a7d98b2..f497a50 100644 --- a/doc/reference/cally/html/callyobjectindex.html +++ b/doc/reference/cally/html/callyobjectindex.html @@ -30,9 +30,9 @@
- - - + + + @@ -50,7 +50,7 @@ - + diff --git a/doc/reference/cally/html/ch01.html b/doc/reference/cally/html/ch01.html index 36f878c..0953032 100644 --- a/doc/reference/cally/html/ch01.html +++ b/doc/reference/cally/html/ch01.html @@ -21,7 +21,7 @@
AtkGObjectAccessibleAtkObjectAtkUtilAtkGObjectAccessibleAtkObjectAtkUtil
CallyActorCallyUtil
GObjectGObject    

-Base Classes

+Base Classes
CallyActor — Implementation of the ATK interfaces for ClutterActor diff --git a/doc/reference/cally/html/ch02.html b/doc/reference/cally/html/ch02.html index fb9670d..6cf5199 100644 --- a/doc/reference/cally/html/ch02.html +++ b/doc/reference/cally/html/ch02.html @@ -21,13 +21,13 @@

-Utility API

+Utility API
Cally — Cally initialization methods.
-CallyUtil — AtkUtil implementation +CallyUtil — AtkUtil implementation
CallyRoot — Root object for the Cally toolkit diff --git a/doc/reference/cally/html/index.html b/doc/reference/cally/html/index.html index 0bae1dc..bfb95ab 100644 --- a/doc/reference/cally/html/index.html +++ b/doc/reference/cally/html/index.html @@ -14,10 +14,10 @@
-

for Clutter 1.10.0

+

for Clutter 1.10.4

-

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later @@ -75,7 +75,7 @@ Cally — Cally initialization methods.

-CallyUtil — AtkUtil implementation +CallyUtil — AtkUtil implementation
CallyRoot — Root object for the Cally toolkit diff --git a/doc/reference/cally/html/ix01.html b/doc/reference/cally/html/ix01.html index 375dbfd..0b98256 100644 --- a/doc/reference/cally/html/ix01.html +++ b/doc/reference/cally/html/ix01.html @@ -38,7 +38,7 @@

-Index of all symbols

+Index of all symbols

A

cally_accessibility_init, function in General API diff --git a/doc/reference/cally/html/ix02.html b/doc/reference/cally/html/ix02.html index 1b2a389..449b155 100644 --- a/doc/reference/cally/html/ix02.html +++ b/doc/reference/cally/html/ix02.html @@ -21,7 +21,7 @@

-Index of deprecated symbols

+Index of deprecated symbols

A

cally_accessibility_init, function in General API diff --git a/doc/reference/cally/html/ix04.html b/doc/reference/cally/html/ix04.html index 3c5cb17..55bb8fd 100644 --- a/doc/reference/cally/html/ix04.html +++ b/doc/reference/cally/html/ix04.html @@ -24,7 +24,7 @@

-Index of new symbols in 1.6

+Index of new symbols in 1.6

A

CallyActionCallback, user_function in CallyActor diff --git a/doc/reference/clutter/Makefile.in b/doc/reference/clutter/Makefile.in index c3ac9ae..0b7705d 100644 --- a/doc/reference/clutter/Makefile.in +++ b/doc/reference/clutter/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -69,11 +69,11 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = clutter-docs.xml CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -550,6 +550,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/gtk-doc.make: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -621,10 +622,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -855,7 +861,7 @@ distclean-local: rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -891,7 +897,7 @@ uninstall-local: # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: +@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs @ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" @ENABLE_GTK_DOC_FALSE@ @false diff --git a/doc/reference/clutter/clutter-docs.xml b/doc/reference/clutter/clutter-docs.xml index 2d580e9..815dbae 100644 --- a/doc/reference/clutter/clutter-docs.xml +++ b/doc/reference/clutter/clutter-docs.xml @@ -1,7 +1,7 @@ + ]> diff --git a/doc/reference/clutter/html/ClutterAction.html b/doc/reference/clutter/html/ClutterAction.html index e10e72f..edfa44b 100644 --- a/doc/reference/clutter/html/ClutterAction.html +++ b/doc/reference/clutter/html/ClutterAction.html @@ -46,8 +46,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterAction
                      +----ClutterClickAction
diff --git a/doc/reference/clutter/html/ClutterActor.html b/doc/reference/clutter/html/ClutterActor.html
index 1dd452d..2e27c29 100644
--- a/doc/reference/clutter/html/ClutterActor.html
+++ b/doc/reference/clutter/html/ClutterActor.html
@@ -58,7 +58,7 @@ enum                ClutterRequestMode;
 #define             CLUTTER_CALLBACK                    (f)
 void                (*ClutterCallback)                  (ClutterActor *actor,
-                                                         gpointer data);
+                                                         gpointer data);
                     ClutterActor;
 struct              ClutterActorClass;
 ClutterActor *      clutter_actor_new                   (void);
@@ -68,9 +68,9 @@ struct              ClutterActorFlags flags);
 ClutterActorFlags   clutter_actor_get_flags             (ClutterActor *self);
 void                clutter_actor_set_name              (ClutterActor *self,
-                                                         const gchar *name);
-const gchar *       clutter_actor_get_name              (ClutterActor *self);
-guint32             clutter_actor_get_gid               (ClutterActor *self);
+                                                         const gchar *name);
+const gchar *       clutter_actor_get_name              (ClutterActor *self);
+guint32             clutter_actor_get_gid               (ClutterActor *self);
 
 void                clutter_actor_show                  (ClutterActor *self);
 void                clutter_actor_show_all              (ClutterActor *self);
@@ -83,13 +83,13 @@ const gchar *       void                clutter_actor_queue_redraw          (ClutterActor *self);
 void                clutter_actor_queue_relayout        (ClutterActor *self);
 void                clutter_actor_destroy               (ClutterActor *self);
-gboolean            clutter_actor_event                 (ClutterActor *actor,
+gboolean            clutter_actor_event                 (ClutterActor *actor,
                                                          ClutterEvent *event,
-                                                         gboolean capture);
-gboolean            clutter_actor_should_pick_paint     (ClutterActor *self);
+                                                         gboolean capture);
+gboolean            clutter_actor_should_pick_paint     (ClutterActor *self);
 void                clutter_actor_map                   (ClutterActor *self);
 void                clutter_actor_unmap                 (ClutterActor *self);
-gboolean            clutter_actor_has_overlaps          (ClutterActor *self);
+gboolean            clutter_actor_has_overlaps          (ClutterActor *self);
 
 enum                ClutterAllocationFlags;
 void                clutter_actor_allocate              (ClutterActor *self,
@@ -100,17 +100,17 @@ enum                ClutterAllocationFlags flags);
 void                clutter_actor_allocate_available_size
                                                         (ClutterActor *self,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat available_width,
-                                                         gfloat available_height,
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat available_width,
+                                                         gfloat available_height,
                                                          ClutterAllocationFlags flags);
 void                clutter_actor_allocate_align_fill   (ClutterActor *self,
                                                          const ClutterActorBox *box,
-                                                         gdouble x_align,
-                                                         gdouble y_align,
-                                                         gboolean x_fill,
-                                                         gboolean y_fill,
+                                                         gdouble x_align,
+                                                         gdouble y_align,
+                                                         gboolean x_fill,
+                                                         gboolean y_fill,
                                                          ClutterAllocationFlags flags);
 void                clutter_actor_set_allocation        (ClutterActor *self,
                                                          const ClutterActorBox *box,
@@ -125,27 +125,27 @@ enum                ClutterActor *ancestor,
                                                          ClutterVertex verts[]);
 void                clutter_actor_get_preferred_size    (ClutterActor *self,
-                                                         gfloat *min_width_p,
-                                                         gfloat *min_height_p,
-                                                         gfloat *natural_width_p,
-                                                         gfloat *natural_height_p);
+                                                         gfloat *min_width_p,
+                                                         gfloat *min_height_p,
+                                                         gfloat *natural_width_p,
+                                                         gfloat *natural_height_p);
 void                clutter_actor_get_preferred_width   (ClutterActor *self,
-                                                         gfloat for_height,
-                                                         gfloat *min_width_p,
-                                                         gfloat *natural_width_p);
+                                                         gfloat for_height,
+                                                         gfloat *min_width_p,
+                                                         gfloat *natural_width_p);
 void                clutter_actor_get_preferred_height  (ClutterActor *self,
-                                                         gfloat for_width,
-                                                         gfloat *min_height_p,
-                                                         gfloat *natural_height_p);
+                                                         gfloat for_width,
+                                                         gfloat *min_height_p,
+                                                         gfloat *natural_height_p);
 void                clutter_actor_set_fixed_position_set
                                                         (ClutterActor *self,
-                                                         gboolean is_set);
-gboolean            clutter_actor_get_fixed_position_set
+                                                         gboolean is_set);
+gboolean            clutter_actor_get_fixed_position_set
                                                         (ClutterActor *self);
 void                clutter_actor_set_request_mode      (ClutterActor *self,
                                                          ClutterRequestMode mode);
 ClutterRequestMode  clutter_actor_get_request_mode      (ClutterActor *self);
-gboolean            clutter_actor_has_allocation        (ClutterActor *self);
+gboolean            clutter_actor_has_allocation        (ClutterActor *self);
 enum                ClutterActorAlign;
 void                clutter_actor_set_x_align           (ClutterActor *self,
                                                          ClutterActorAlign x_align);
@@ -162,17 +162,17 @@ struct              void                clutter_actor_get_margin            (ClutterActor *self,
                                                          ClutterMargin *margin);
 void                clutter_actor_set_margin_top        (ClutterActor *self,
-                                                         gfloat margin);
-gfloat              clutter_actor_get_margin_top        (ClutterActor *self);
+                                                         gfloat margin);
+gfloat              clutter_actor_get_margin_top        (ClutterActor *self);
 void                clutter_actor_set_margin_right      (ClutterActor *self,
-                                                         gfloat margin);
-gfloat              clutter_actor_get_margin_right      (ClutterActor *self);
+                                                         gfloat margin);
+gfloat              clutter_actor_get_margin_right      (ClutterActor *self);
 void                clutter_actor_set_margin_bottom     (ClutterActor *self,
-                                                         gfloat margin);
-gfloat              clutter_actor_get_margin_bottom     (ClutterActor *self);
+                                                         gfloat margin);
+gfloat              clutter_actor_get_margin_bottom     (ClutterActor *self);
 void                clutter_actor_set_margin_left       (ClutterActor *self,
-                                                         gfloat margin);
-gfloat              clutter_actor_get_margin_left       (ClutterActor *self);
+                                                         gfloat margin);
+gfloat              clutter_actor_get_margin_left       (ClutterActor *self);
 void                clutter_actor_set_layout_manager    (ClutterActor *self,
                                                          ClutterLayoutManager *manager);
 ClutterLayoutManager * clutter_actor_get_layout_manager (ClutterActor *self);
@@ -186,89 +186,89 @@ struct              void                clutter_actor_get_geometry          (ClutterActor *self,
                                                          ClutterGeometry *geometry);
 void                clutter_actor_set_size              (ClutterActor *self,
-                                                         gfloat width,
-                                                         gfloat height);
+                                                         gfloat width,
+                                                         gfloat height);
 void                clutter_actor_get_size              (ClutterActor *self,
-                                                         gfloat *width,
-                                                         gfloat *height);
+                                                         gfloat *width,
+                                                         gfloat *height);
 void                clutter_actor_set_position          (ClutterActor *self,
-                                                         gfloat x,
-                                                         gfloat y);
+                                                         gfloat x,
+                                                         gfloat y);
 void                clutter_actor_get_position          (ClutterActor *self,
-                                                         gfloat *x,
-                                                         gfloat *y);
+                                                         gfloat *x,
+                                                         gfloat *y);
 void                clutter_actor_set_width             (ClutterActor *self,
-                                                         gfloat width);
-gfloat              clutter_actor_get_width             (ClutterActor *self);
+                                                         gfloat width);
+gfloat              clutter_actor_get_width             (ClutterActor *self);
 void                clutter_actor_set_height            (ClutterActor *self,
-                                                         gfloat height);
-gfloat              clutter_actor_get_height            (ClutterActor *self);
+                                                         gfloat height);
+gfloat              clutter_actor_get_height            (ClutterActor *self);
 void                clutter_actor_set_x                 (ClutterActor *self,
-                                                         gfloat x);
-gfloat              clutter_actor_get_x                 (ClutterActor *self);
+                                                         gfloat x);
+gfloat              clutter_actor_get_x                 (ClutterActor *self);
 void                clutter_actor_set_y                 (ClutterActor *self,
-                                                         gfloat y);
-gfloat              clutter_actor_get_y                 (ClutterActor *self);
+                                                         gfloat y);
+gfloat              clutter_actor_get_y                 (ClutterActor *self);
 void                clutter_actor_move_by               (ClutterActor *self,
-                                                         gfloat dx,
-                                                         gfloat dy);
+                                                         gfloat dx,
+                                                         gfloat dy);
 
 void                clutter_actor_set_depth             (ClutterActor *self,
-                                                         gfloat depth);
-gfloat              clutter_actor_get_depth             (ClutterActor *self);
+                                                         gfloat depth);
+gfloat              clutter_actor_get_depth             (ClutterActor *self);
 void                clutter_actor_set_scale             (ClutterActor *self,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y);
+                                                         gdouble scale_x,
+                                                         gdouble scale_y);
 void                clutter_actor_set_scale_full        (ClutterActor *self,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gfloat center_x,
-                                                         gfloat center_y);
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gfloat center_x,
+                                                         gfloat center_y);
 void                clutter_actor_set_scale_with_gravity
                                                         (ClutterActor *self,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
                                                          ClutterGravity gravity);
 void                clutter_actor_get_scale             (ClutterActor *self,
-                                                         gdouble *scale_x,
-                                                         gdouble *scale_y);
+                                                         gdouble *scale_x,
+                                                         gdouble *scale_y);
 void                clutter_actor_get_scale_center      (ClutterActor *self,
-                                                         gfloat *center_x,
-                                                         gfloat *center_y);
+                                                         gfloat *center_x,
+                                                         gfloat *center_y);
 ClutterGravity      clutter_actor_get_scale_gravity     (ClutterActor *self);
-gboolean            clutter_actor_is_scaled             (ClutterActor *self);
+gboolean            clutter_actor_is_scaled             (ClutterActor *self);
 void                clutter_actor_set_rotation          (ClutterActor *self,
                                                          ClutterRotateAxis axis,
-                                                         gdouble angle,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat z);
+                                                         gdouble angle,
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat z);
 void                clutter_actor_set_z_rotation_from_gravity
                                                         (ClutterActor *self,
-                                                         gdouble angle,
+                                                         gdouble angle,
                                                          ClutterGravity gravity);
-gdouble             clutter_actor_get_rotation          (ClutterActor *self,
+gdouble             clutter_actor_get_rotation          (ClutterActor *self,
                                                          ClutterRotateAxis axis,
-                                                         gfloat *x,
-                                                         gfloat *y,
-                                                         gfloat *z);
+                                                         gfloat *x,
+                                                         gfloat *y,
+                                                         gfloat *z);
 ClutterGravity      clutter_actor_get_z_rotation_gravity
                                                         (ClutterActor *self);
-gboolean            clutter_actor_is_rotated            (ClutterActor *self);
+gboolean            clutter_actor_is_rotated            (ClutterActor *self);
 void                clutter_actor_set_anchor_point      (ClutterActor *self,
-                                                         gfloat anchor_x,
-                                                         gfloat anchor_y);
+                                                         gfloat anchor_x,
+                                                         gfloat anchor_y);
 void                clutter_actor_get_anchor_point      (ClutterActor *self,
-                                                         gfloat *anchor_x,
-                                                         gfloat *anchor_y);
+                                                         gfloat *anchor_x,
+                                                         gfloat *anchor_y);
 void                clutter_actor_set_anchor_point_from_gravity
                                                         (ClutterActor *self,
                                                          ClutterGravity gravity);
 ClutterGravity      clutter_actor_get_anchor_point_gravity
                                                         (ClutterActor *self);
 void                clutter_actor_move_anchor_point     (ClutterActor *self,
-                                                         gfloat anchor_x,
-                                                         gfloat anchor_y);
+                                                         gfloat anchor_x,
+                                                         gfloat anchor_y);
 void                clutter_actor_move_anchor_point_from_gravity
                                                         (ClutterActor *self,
                                                          ClutterGravity gravity);
@@ -276,11 +276,11 @@ struct              ClutterActor *self,
                                                          const ClutterVertex *point,
                                                          ClutterVertex *vertex);
-gboolean            clutter_actor_transform_stage_point (ClutterActor *self,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat *x_out,
-                                                         gfloat *y_out);
+gboolean            clutter_actor_transform_stage_point (ClutterActor *self,
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat *x_out,
+                                                         gfloat *y_out);
 void                clutter_actor_apply_relative_transform_to_point
                                                         (ClutterActor *self,
                                                          ClutterActor *ancestor,
@@ -288,13 +288,13 @@ struct              ClutterVertex *vertex);
 void                clutter_actor_get_transformed_position
                                                         (ClutterActor *self,
-                                                         gfloat *x,
-                                                         gfloat *y);
+                                                         gfloat *x,
+                                                         gfloat *y);
 void                clutter_actor_get_transformed_size  (ClutterActor *self,
-                                                         gfloat *width,
-                                                         gfloat *height);
-guint8              clutter_actor_get_paint_opacity     (ClutterActor *self);
-gboolean            clutter_actor_get_paint_visibility  (ClutterActor *self);
+                                                         gfloat *width,
+                                                         gfloat *height);
+guint8              clutter_actor_get_paint_opacity     (ClutterActor *self);
+gboolean            clutter_actor_get_paint_visibility  (ClutterActor *self);
 void                clutter_actor_get_abs_allocation_vertices
                                                         (ClutterActor *self,
                                                          ClutterVertex verts[]);
@@ -303,7 +303,7 @@ struct              CoglMatrix *matrix);
 const ClutterPaintVolume * clutter_actor_get_paint_volume
                                                         (ClutterActor *self);
-gboolean            clutter_actor_get_paint_box         (ClutterActor *self,
+gboolean            clutter_actor_get_paint_box         (ClutterActor *self,
                                                          ClutterActorBox *box);
 const ClutterPaintVolume * clutter_actor_get_transformed_paint_volume
                                                         (ClutterActor *self,
@@ -330,32 +330,32 @@ enum                void                clutter_actor_get_content_box       (ClutterActor *self,
                                                          ClutterActorBox *box);
 void                clutter_actor_set_clip              (ClutterActor *self,
-                                                         gfloat xoff,
-                                                         gfloat yoff,
-                                                         gfloat width,
-                                                         gfloat height);
+                                                         gfloat xoff,
+                                                         gfloat yoff,
+                                                         gfloat width,
+                                                         gfloat height);
 void                clutter_actor_remove_clip           (ClutterActor *self);
-gboolean            clutter_actor_has_clip              (ClutterActor *self);
+gboolean            clutter_actor_has_clip              (ClutterActor *self);
 void                clutter_actor_get_clip              (ClutterActor *self,
-                                                         gfloat *xoff,
-                                                         gfloat *yoff,
-                                                         gfloat *width,
-                                                         gfloat *height);
+                                                         gfloat *xoff,
+                                                         gfloat *yoff,
+                                                         gfloat *width,
+                                                         gfloat *height);
 void                clutter_actor_set_clip_to_allocation
                                                         (ClutterActor *self,
-                                                         gboolean clip_set);
-gboolean            clutter_actor_get_clip_to_allocation
+                                                         gboolean clip_set);
+gboolean            clutter_actor_get_clip_to_allocation
                                                         (ClutterActor *self);
 void                clutter_actor_set_opacity           (ClutterActor *self,
-                                                         guint8 opacity);
-guint8              clutter_actor_get_opacity           (ClutterActor *self);
+                                                         guint8 opacity);
+guint8              clutter_actor_get_opacity           (ClutterActor *self);
 enum                ClutterOffscreenRedirect;
 void                clutter_actor_set_offscreen_redirect
                                                         (ClutterActor *self,
                                                          ClutterOffscreenRedirect redirect);
 ClutterOffscreenRedirect clutter_actor_get_offscreen_redirect
                                                         (ClutterActor *self);
-gboolean            clutter_actor_is_in_clone_paint     (ClutterActor *self);
+gboolean            clutter_actor_is_in_clone_paint     (ClutterActor *self);
 
 void                clutter_actor_add_child             (ClutterActor *self,
                                                          ClutterActor *child);
@@ -364,7 +364,7 @@ enum                ClutterActor *sibling);
 void                clutter_actor_insert_child_at_index (ClutterActor *self,
                                                          ClutterActor *child,
-                                                         gint index_);
+                                                         gint index_);
 void                clutter_actor_insert_child_below    (ClutterActor *self,
                                                          ClutterActor *child,
                                                          ClutterActor *sibling);
@@ -380,9 +380,9 @@ enum                ClutterActor *      clutter_actor_get_previous_sibling  (ClutterActor *self);
 ClutterActor *      clutter_actor_get_last_child        (ClutterActor *self);
 ClutterActor *      clutter_actor_get_child_at_index    (ClutterActor *self,
-                                                         gint index_);
-GList *             clutter_actor_get_children          (ClutterActor *self);
-gint                clutter_actor_get_n_children        (ClutterActor *self);
+                                                         gint index_);
+GList *             clutter_actor_get_children          (ClutterActor *self);
+gint                clutter_actor_get_n_children        (ClutterActor *self);
 ClutterActor *      clutter_actor_get_parent            (ClutterActor *self);
 void                clutter_actor_set_child_above_sibling
                                                         (ClutterActor *self,
@@ -390,20 +390,20 @@ enum                ClutterActor *sibling);
 void                clutter_actor_set_child_at_index    (ClutterActor *self,
                                                          ClutterActor *child,
-                                                         gint index_);
+                                                         gint index_);
 void                clutter_actor_set_child_below_sibling
                                                         (ClutterActor *self,
                                                          ClutterActor *child,
                                                          ClutterActor *sibling);
-gboolean            clutter_actor_contains              (ClutterActor *self,
+gboolean            clutter_actor_contains              (ClutterActor *self,
                                                          ClutterActor *descendant);
 ClutterActor *      clutter_actor_get_stage             (ClutterActor *actor);
                     ClutterActorIter;
 void                clutter_actor_iter_init             (ClutterActorIter *iter,
                                                          ClutterActor *root);
-gboolean            clutter_actor_iter_next             (ClutterActorIter *iter,
+gboolean            clutter_actor_iter_next             (ClutterActorIter *iter,
                                                          ClutterActor **child);
-gboolean            clutter_actor_iter_prev             (ClutterActorIter *iter,
+gboolean            clutter_actor_iter_prev             (ClutterActorIter *iter,
                                                          ClutterActor **child);
 void                clutter_actor_iter_remove           (ClutterActorIter *iter);
 void                clutter_actor_iter_destroy          (ClutterActorIter *iter);
@@ -411,14 +411,14 @@ enum                void                clutter_actor_save_easing_state     (ClutterActor *self);
 void                clutter_actor_restore_easing_state  (ClutterActor *self);
 void                clutter_actor_set_easing_duration   (ClutterActor *self,
-                                                         guint msecs);
-guint               clutter_actor_get_easing_duration   (ClutterActor *self);
+                                                         guint msecs);
+guint               clutter_actor_get_easing_duration   (ClutterActor *self);
 void                clutter_actor_set_easing_mode       (ClutterActor *self,
                                                          ClutterAnimationMode mode);
 ClutterAnimationMode clutter_actor_get_easing_mode      (ClutterActor *self);
 void                clutter_actor_set_easing_delay      (ClutterActor *self,
-                                                         guint msecs);
-guint               clutter_actor_get_easing_delay      (ClutterActor *self);
+                                                         guint msecs);
+guint               clutter_actor_get_easing_delay      (ClutterActor *self);
 ClutterTransition * clutter_actor_get_transition        (ClutterActor *self,
                                                          const char *name);
 void                clutter_actor_add_transition        (ClutterActor *self,
@@ -430,63 +430,63 @@ enum                ClutterActor *self);
 
 void                clutter_actor_set_reactive          (ClutterActor *actor,
-                                                         gboolean reactive);
-gboolean            clutter_actor_get_reactive          (ClutterActor *actor);
-gboolean            clutter_actor_has_key_focus         (ClutterActor *self);
+                                                         gboolean reactive);
+gboolean            clutter_actor_get_reactive          (ClutterActor *actor);
+gboolean            clutter_actor_has_key_focus         (ClutterActor *self);
 void                clutter_actor_grab_key_focus        (ClutterActor *self);
-gboolean            clutter_actor_has_pointer           (ClutterActor *self);
-PangoContext *      clutter_actor_get_pango_context     (ClutterActor *self);
-PangoContext *      clutter_actor_create_pango_context  (ClutterActor *self);
-PangoLayout *       clutter_actor_create_pango_layout   (ClutterActor *self,
-                                                         const gchar *text);
+gboolean            clutter_actor_has_pointer           (ClutterActor *self);
+PangoContext *      clutter_actor_get_pango_context     (ClutterActor *self);
+PangoContext *      clutter_actor_create_pango_context  (ClutterActor *self);
+PangoLayout *       clutter_actor_create_pango_layout   (ClutterActor *self,
+                                                         const gchar *text);
 void                clutter_actor_set_text_direction    (ClutterActor *self,
                                                          ClutterTextDirection text_dir);
 ClutterTextDirection clutter_actor_get_text_direction   (ClutterActor *self);
-AtkObject *         clutter_actor_get_accessible        (ClutterActor *self);
+AtkObject *         clutter_actor_get_accessible        (ClutterActor *self);
 
 void                clutter_actor_add_action            (ClutterActor *self,
                                                          ClutterAction *action);
 void                clutter_actor_add_action_with_name  (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterAction *action);
 void                clutter_actor_remove_action         (ClutterActor *self,
                                                          ClutterAction *action);
 void                clutter_actor_remove_action_by_name (ClutterActor *self,
-                                                         const gchar *name);
-gboolean            clutter_actor_has_actions           (ClutterActor *self);
-GList *             clutter_actor_get_actions           (ClutterActor *self);
+                                                         const gchar *name);
+gboolean            clutter_actor_has_actions           (ClutterActor *self);
+GList *             clutter_actor_get_actions           (ClutterActor *self);
 ClutterAction *     clutter_actor_get_action            (ClutterActor *self,
-                                                         const gchar *name);
+                                                         const gchar *name);
 void                clutter_actor_clear_actions         (ClutterActor *self);
 void                clutter_actor_add_constraint        (ClutterActor *self,
                                                          ClutterConstraint *constraint);
 void                clutter_actor_add_constraint_with_name
                                                         (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterConstraint *constraint);
 void                clutter_actor_remove_constraint     (ClutterActor *self,
                                                          ClutterConstraint *constraint);
 void                clutter_actor_remove_constraint_by_name
                                                         (ClutterActor *self,
-                                                         const gchar *name);
-gboolean            clutter_actor_has_constraints       (ClutterActor *self);
-GList *             clutter_actor_get_constraints       (ClutterActor *self);
+                                                         const gchar *name);
+gboolean            clutter_actor_has_constraints       (ClutterActor *self);
+GList *             clutter_actor_get_constraints       (ClutterActor *self);
 ClutterConstraint * clutter_actor_get_constraint        (ClutterActor *self,
-                                                         const gchar *name);
+                                                         const gchar *name);
 void                clutter_actor_clear_constraints     (ClutterActor *self);
 void                clutter_actor_add_effect            (ClutterActor *self,
                                                          ClutterEffect *effect);
 void                clutter_actor_add_effect_with_name  (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterEffect *effect);
 void                clutter_actor_remove_effect         (ClutterActor *self,
                                                          ClutterEffect *effect);
 void                clutter_actor_remove_effect_by_name (ClutterActor *self,
-                                                         const gchar *name);
-gboolean            clutter_actor_has_effects           (ClutterActor *self);
-GList *             clutter_actor_get_effects           (ClutterActor *self);
+                                                         const gchar *name);
+gboolean            clutter_actor_has_effects           (ClutterActor *self);
+GList *             clutter_actor_get_effects           (ClutterActor *self);
 ClutterEffect *     clutter_actor_get_effect            (ClutterActor *self,
-                                                         const gchar *name);
+                                                         const gchar *name);
 void                clutter_actor_clear_effects         (ClutterActor *self);
 
 void                clutter_actor_push_internal         (ClutterActor *self);
@@ -502,69 +502,69 @@ enum                ClutterActor *above);
 void                clutter_actor_raise_top             (ClutterActor *self);
 void                clutter_actor_lower_bottom          (ClutterActor *self);
-gboolean            clutter_actor_set_shader            (ClutterActor *self,
+gboolean            clutter_actor_set_shader            (ClutterActor *self,
                                                          ClutterShader *shader);
 ClutterShader *     clutter_actor_get_shader            (ClutterActor *self);
 void                clutter_actor_set_shader_param      (ClutterActor *self,
-                                                         const gchar *param,
-                                                         const GValue *value);
+                                                         const gchar *param,
+                                                         const GValue *value);
 void                clutter_actor_set_shader_param_float
                                                         (ClutterActor *self,
-                                                         const gchar *param,
-                                                         gfloat value);
+                                                         const gchar *param,
+                                                         gfloat value);
 void                clutter_actor_set_shader_param_int  (ClutterActor *self,
-                                                         const gchar *param,
-                                                         gint value);
+                                                         const gchar *param,
+                                                         gint value);
 
 struct              ClutterActorBox;
 #define             CLUTTER_ACTOR_BOX_INIT              (x_1,
                                                          y_1,
                                                          x_2,
                                                          y_2)
-ClutterActorBox *   clutter_actor_box_new               (gfloat x_1,
-                                                         gfloat y_1,
-                                                         gfloat x_2,
-                                                         gfloat y_2);
+ClutterActorBox *   clutter_actor_box_new               (gfloat x_1,
+                                                         gfloat y_1,
+                                                         gfloat x_2,
+                                                         gfloat y_2);
 void                clutter_actor_box_init              (ClutterActorBox *box,
-                                                         gfloat x_1,
-                                                         gfloat y_1,
-                                                         gfloat x_2,
-                                                         gfloat y_2);
+                                                         gfloat x_1,
+                                                         gfloat y_1,
+                                                         gfloat x_2,
+                                                         gfloat y_2);
 void                clutter_actor_box_init_rect         (ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat width,
-                                                         gfloat height);
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat width,
+                                                         gfloat height);
 ClutterActorBox *   clutter_actor_box_copy              (const ClutterActorBox *box);
 void                clutter_actor_box_free              (ClutterActorBox *box);
-gboolean            clutter_actor_box_equal             (const ClutterActorBox *box_a,
+gboolean            clutter_actor_box_equal             (const ClutterActorBox *box_a,
                                                          const ClutterActorBox *box_b);
-gfloat              clutter_actor_box_get_x             (const ClutterActorBox *box);
-gfloat              clutter_actor_box_get_y             (const ClutterActorBox *box);
-gfloat              clutter_actor_box_get_width         (const ClutterActorBox *box);
-gfloat              clutter_actor_box_get_height        (const ClutterActorBox *box);
+gfloat              clutter_actor_box_get_x             (const ClutterActorBox *box);
+gfloat              clutter_actor_box_get_y             (const ClutterActorBox *box);
+gfloat              clutter_actor_box_get_width         (const ClutterActorBox *box);
+gfloat              clutter_actor_box_get_height        (const ClutterActorBox *box);
 void                clutter_actor_box_set_origin        (ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y);
+                                                         gfloat x,
+                                                         gfloat y);
 void                clutter_actor_box_get_origin        (const ClutterActorBox *box,
-                                                         gfloat *x,
-                                                         gfloat *y);
+                                                         gfloat *x,
+                                                         gfloat *y);
 void                clutter_actor_box_set_size          (ClutterActorBox *box,
-                                                         gfloat width,
-                                                         gfloat height);
+                                                         gfloat width,
+                                                         gfloat height);
 void                clutter_actor_box_get_size          (const ClutterActorBox *box,
-                                                         gfloat *width,
-                                                         gfloat *height);
-gfloat              clutter_actor_box_get_area          (const ClutterActorBox *box);
-gboolean            clutter_actor_box_contains          (const ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y);
+                                                         gfloat *width,
+                                                         gfloat *height);
+gfloat              clutter_actor_box_get_area          (const ClutterActorBox *box);
+gboolean            clutter_actor_box_contains          (const ClutterActorBox *box,
+                                                         gfloat x,
+                                                         gfloat y);
 void                clutter_actor_box_from_vertices     (ClutterActorBox *box,
                                                          const ClutterVertex verts[]);
 void                clutter_actor_box_clamp_to_pixel    (ClutterActorBox *box);
 void                clutter_actor_box_interpolate       (const ClutterActorBox *initial,
                                                          const ClutterActorBox *final,
-                                                         gdouble progress,
+                                                         gdouble progress,
                                                          ClutterActorBox *result);
 void                clutter_actor_box_union             (const ClutterActorBox *a,
                                                          const ClutterActorBox *b,
@@ -574,23 +574,23 @@ struct              CLUTTER_VERTEX_INIT                 (x,
                                                          y,
                                                          z)
-ClutterVertex *     clutter_vertex_new                  (gfloat x,
-                                                         gfloat y,
-                                                         gfloat z);
+ClutterVertex *     clutter_vertex_new                  (gfloat x,
+                                                         gfloat y,
+                                                         gfloat z);
 void                clutter_vertex_init                 (ClutterVertex *vertex,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat z);
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat z);
 ClutterVertex *     clutter_vertex_copy                 (const ClutterVertex *vertex);
 void                clutter_vertex_free                 (ClutterVertex *vertex);
-gboolean            clutter_vertex_equal                (const ClutterVertex *vertex_a,
+gboolean            clutter_vertex_equal                (const ClutterVertex *vertex_a,
                                                          const ClutterVertex *vertex_b);
 
 struct              ClutterGeometry;
 void                clutter_geometry_union              (const ClutterGeometry *geometry_a,
                                                          const ClutterGeometry *geometry_b,
                                                          ClutterGeometry *result);
-gboolean            clutter_geometry_intersects         (const ClutterGeometry *geometry0,
+gboolean            clutter_geometry_intersects         (const ClutterGeometry *geometry0,
                                                          const ClutterGeometry *geometry1);
 
                     ClutterPaintVolume;
@@ -601,15 +601,15 @@ struct              void                clutter_paint_volume_get_origin     (const ClutterPaintVolume *pv,
                                                          ClutterVertex *vertex);
 void                clutter_paint_volume_set_width      (ClutterPaintVolume *pv,
-                                                         gfloat width);
-gfloat              clutter_paint_volume_get_width      (const ClutterPaintVolume *pv);
+                                                         gfloat width);
+gfloat              clutter_paint_volume_get_width      (const ClutterPaintVolume *pv);
 void                clutter_paint_volume_set_height     (ClutterPaintVolume *pv,
-                                                         gfloat height);
-gfloat              clutter_paint_volume_get_height     (const ClutterPaintVolume *pv);
+                                                         gfloat height);
+gfloat              clutter_paint_volume_get_height     (const ClutterPaintVolume *pv);
 void                clutter_paint_volume_set_depth      (ClutterPaintVolume *pv,
-                                                         gfloat depth);
-gfloat              clutter_paint_volume_get_depth      (const ClutterPaintVolume *pv);
-gboolean            clutter_paint_volume_set_from_allocation
+                                                         gfloat depth);
+gfloat              clutter_paint_volume_get_depth      (const ClutterPaintVolume *pv);
+gboolean            clutter_paint_volume_set_from_allocation
                                                         (ClutterPaintVolume *pv,
                                                          ClutterActor *actor);
 void                clutter_paint_volume_union          (ClutterPaintVolume *pv,
@@ -621,8 +621,8 @@ struct              
 

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActor
                +----ClutterBox
                +----ClutterTexture
@@ -644,97 +644,97 @@ ClutterActor implements
   "actions"                  ClutterAction*        : Write
   "allocation"               ClutterActorBox*      : Read
   "anchor-gravity"           ClutterGravity        : Read / Write
-  "anchor-x"                 gfloat                : Read / Write
-  "anchor-y"                 gfloat                : Read / Write
+  "anchor-x"                 gfloat                : Read / Write
+  "anchor-y"                 gfloat                : Read / Write
   "background-color"         ClutterColor*         : Read / Write
-  "background-color-set"     gboolean              : Read
+  "background-color-set"     gboolean              : Read
   "clip"                     ClutterGeometry*      : Read / Write
-  "clip-to-allocation"       gboolean              : Read / Write
+  "clip-to-allocation"       gboolean              : Read / Write
   "constraints"              ClutterConstraint*    : Write
   "content"                  ClutterContent*       : Read / Write
   "content-box"              ClutterActorBox*      : Read
   "content-gravity"          ClutterContentGravity  : Read / Write
-  "depth"                    gfloat                : Read / Write
+  "depth"                    gfloat                : Read / Write
   "effect"                   ClutterEffect*        : Write
   "first-child"              ClutterActor*         : Read
-  "fixed-position-set"       gboolean              : Read / Write
-  "fixed-x"                  gfloat                : Read / Write
-  "fixed-y"                  gfloat                : Read / Write
-  "has-clip"                 gboolean              : Read
-  "has-pointer"              gboolean              : Read
-  "height"                   gfloat                : Read / Write
+  "fixed-position-set"       gboolean              : Read / Write
+  "fixed-x"                  gfloat                : Read / Write
+  "fixed-y"                  gfloat                : Read / Write
+  "has-clip"                 gboolean              : Read
+  "has-pointer"              gboolean              : Read
+  "height"                   gfloat                : Read / Write
   "last-child"               ClutterActor*         : Read
   "layout-manager"           ClutterLayoutManager*  : Read / Write
   "magnification-filter"     ClutterScalingFilter  : Read / Write
-  "mapped"                   gboolean              : Read
-  "margin-bottom"            gfloat                : Read / Write
-  "margin-left"              gfloat                : Read / Write
-  "margin-right"             gfloat                : Read / Write
-  "margin-top"               gfloat                : Read / Write
-  "min-height"               gfloat                : Read / Write
-  "min-height-set"           gboolean              : Read / Write
-  "min-width"                gfloat                : Read / Write
-  "min-width-set"            gboolean              : Read / Write
+  "mapped"                   gboolean              : Read
+  "margin-bottom"            gfloat                : Read / Write
+  "margin-left"              gfloat                : Read / Write
+  "margin-right"             gfloat                : Read / Write
+  "margin-top"               gfloat                : Read / Write
+  "min-height"               gfloat                : Read / Write
+  "min-height-set"           gboolean              : Read / Write
+  "min-width"                gfloat                : Read / Write
+  "min-width-set"            gboolean              : Read / Write
   "minification-filter"      ClutterScalingFilter  : Read / Write
-  "name"                     gchar*                : Read / Write
-  "natural-height"           gfloat                : Read / Write
-  "natural-height-set"       gboolean              : Read / Write
-  "natural-width"            gfloat                : Read / Write
-  "natural-width-set"        gboolean              : Read / Write
+  "name"                     gchar*                : Read / Write
+  "natural-height"           gfloat                : Read / Write
+  "natural-height-set"       gboolean              : Read / Write
+  "natural-width"            gfloat                : Read / Write
+  "natural-width-set"        gboolean              : Read / Write
   "offscreen-redirect"       ClutterOffscreenRedirect  : Read / Write
-  "opacity"                  guint                 : Read / Write
-  "reactive"                 gboolean              : Read / Write
-  "realized"                 gboolean              : Read
+  "opacity"                  guint                 : Read / Write
+  "reactive"                 gboolean              : Read / Write
+  "realized"                 gboolean              : Read
   "request-mode"             ClutterRequestMode    : Read / Write
-  "rotation-angle-x"         gdouble               : Read / Write
-  "rotation-angle-y"         gdouble               : Read / Write
-  "rotation-angle-z"         gdouble               : Read / Write
+  "rotation-angle-x"         gdouble               : Read / Write
+  "rotation-angle-y"         gdouble               : Read / Write
+  "rotation-angle-z"         gdouble               : Read / Write
   "rotation-center-x"        ClutterVertex*        : Read / Write
   "rotation-center-y"        ClutterVertex*        : Read / Write
   "rotation-center-z"        ClutterVertex*        : Read / Write
   "rotation-center-z-gravity" ClutterGravity        : Read / Write
-  "scale-center-x"           gfloat                : Read / Write
-  "scale-center-y"           gfloat                : Read / Write
+  "scale-center-x"           gfloat                : Read / Write
+  "scale-center-y"           gfloat                : Read / Write
   "scale-gravity"            ClutterGravity        : Read / Write
-  "scale-x"                  gdouble               : Read / Write
-  "scale-y"                  gdouble               : Read / Write
-  "show-on-set-parent"       gboolean              : Read / Write
+  "scale-x"                  gdouble               : Read / Write
+  "scale-y"                  gdouble               : Read / Write
+  "show-on-set-parent"       gboolean              : Read / Write
   "text-direction"           ClutterTextDirection  : Read / Write
-  "visible"                  gboolean              : Read / Write
-  "width"                    gfloat                : Read / Write
-  "x"                        gfloat                : Read / Write
+  "visible"                  gboolean              : Read / Write
+  "width"                    gfloat                : Read / Write
+  "x"                        gfloat                : Read / Write
   "x-align"                  ClutterActorAlign     : Read / Write
-  "y"                        gfloat                : Read / Write
+  "y"                        gfloat                : Read / Write
   "y-align"                  ClutterActorAlign     : Read / Write
 

Signals

-  "allocation-changed"                             : Run Last
-  "button-press-event"                             : Run Last
-  "button-release-event"                           : Run Last
-  "captured-event"                                 : Run Last
-  "destroy"                                        : No Hooks
-  "enter-event"                                    : Run Last
-  "event"                                          : Run Last
-  "hide"                                           : Run First
-  "key-focus-in"                                   : Run Last
-  "key-focus-out"                                  : Run Last
-  "key-press-event"                                : Run Last
-  "key-release-event"                              : Run Last
-  "leave-event"                                    : Run Last
-  "motion-event"                                   : Run Last
-  "paint"                                          : No Hooks
-  "parent-set"                                     : Run Last
-  "pick"                                           : Run Last
-  "queue-redraw"                                   : No Hooks
-  "queue-relayout"                                 : No Hooks
-  "realize"                                        : Run Last
-  "scroll-event"                                   : Run Last
-  "show"                                           : Run First
-  "transitions-completed"                          : Run Last
-  "unrealize"                                      : Run Last
+  "allocation-changed"                             : Run Last
+  "button-press-event"                             : Run Last
+  "button-release-event"                           : Run Last
+  "captured-event"                                 : Run Last
+  "destroy"                                        : No Hooks
+  "enter-event"                                    : Run Last
+  "event"                                          : Run Last
+  "hide"                                           : Run First
+  "key-focus-in"                                   : Run Last
+  "key-focus-out"                                  : Run Last
+  "key-press-event"                                : Run Last
+  "key-release-event"                              : Run Last
+  "leave-event"                                    : Run Last
+  "motion-event"                                   : Run Last
+  "paint"                                          : No Hooks
+  "parent-set"                                     : Run Last
+  "pick"                                           : Run Last
+  "queue-redraw"                                   : No Hooks
+  "queue-relayout"                                 : No Hooks
+  "realize"                                        : Run Last
+  "scroll-event"                                   : Run Last
+  "show"                                           : Run First
+  "transitions-completed"                          : Run Last
+  "unrealize"                                      : Run Last
 
@@ -1022,11 +1022,11 @@ the graph. #define SIZE 128 -static gboolean +static gboolean animate_color (ClutterActor *actor, ClutterEvent *event) { - static gboolean toggled = TRUE; + static gboolean toggled = TRUE; const ClutterColor *end_color; if (toggled) @@ -1045,12 +1045,12 @@ the graph. return CLUTTER_EVENT_STOP; } -static gboolean +static gboolean on_crossing (ClutterActor *actor, ClutterEvent *event, gpointer data) { - gboolean is_enter = GPOINTER_TO_UINT (data); + gboolean is_enter = GPOINTER_TO_UINT (data); float depth; if (is_enter) @@ -1080,7 +1080,7 @@ the graph. clutter_actor_restore_easing_state (actor); } -static gboolean +static gboolean animate_rotation (ClutterActor *actor, ClutterEvent *event) { @@ -1093,8 +1093,8 @@ the graph. SIZE / 2.0f, 0.f, 0.f); transition = clutter_actor_get_transition (actor, "rotation-angle-y"); - g_signal_connect (transition, "completed", - G_CALLBACK (on_transition_complete), + g_signal_connect (transition, "completed", + G_CALLBACK (on_transition_complete), actor); clutter_actor_restore_easing_state (actor); @@ -1102,7 +1102,7 @@ the graph. return CLUTTER_EVENT_STOP; } -G_MODULE_EXPORT int +G_MODULE_EXPORT int test_actor_main (int argc, char *argv[]) { ClutterActor *stage, *vase; @@ -1112,9 +1112,9 @@ the graph. return EXIT_FAILURE; stage = clutter_stage_new (); - g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); + g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); clutter_stage_set_title (CLUTTER_STAGE (stage), "Three Flowers in a Vase"); - clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE); + clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE); /* there are three flowers in a vase */ vase = clutter_actor_new (); @@ -1129,11 +1129,11 @@ the graph. clutter_actor_set_size (flowers[0], SIZE, SIZE); clutter_actor_set_margin_left (flowers[0], 12); clutter_actor_set_background_color (flowers[0], CLUTTER_COLOR_Red); - clutter_actor_set_reactive (flowers[0], TRUE); + clutter_actor_set_reactive (flowers[0], TRUE); clutter_actor_add_child (vase, flowers[0]); - g_signal_connect (flowers[0], "button-press-event", - G_CALLBACK (animate_color), - NULL); + g_signal_connect (flowers[0], "button-press-event", + G_CALLBACK (animate_color), + NULL); flowers[1] = clutter_actor_new (); clutter_actor_set_name (flowers[1], "flower.2"); @@ -1143,14 +1143,14 @@ the graph. clutter_actor_set_margin_right (flowers[1], 6); clutter_actor_set_margin_bottom (flowers[1], 12); clutter_actor_set_background_color (flowers[1], CLUTTER_COLOR_Yellow); - clutter_actor_set_reactive (flowers[1], TRUE); + clutter_actor_set_reactive (flowers[1], TRUE); clutter_actor_add_child (vase, flowers[1]); - g_signal_connect (flowers[1], "enter-event", - G_CALLBACK (on_crossing), - GUINT_TO_POINTER (TRUE)); - g_signal_connect (flowers[1], "leave-event", - G_CALLBACK (on_crossing), - GUINT_TO_POINTER (FALSE)); + g_signal_connect (flowers[1], "enter-event", + G_CALLBACK (on_crossing), + GUINT_TO_POINTER (TRUE)); + g_signal_connect (flowers[1], "leave-event", + G_CALLBACK (on_crossing), + GUINT_TO_POINTER (FALSE)); /* the third one is green */ flowers[2] = clutter_actor_new (); @@ -1158,11 +1158,11 @@ the graph. clutter_actor_set_size (flowers[2], SIZE, SIZE); clutter_actor_set_margin_right (flowers[2], 12); clutter_actor_set_background_color (flowers[2], CLUTTER_COLOR_Green); - clutter_actor_set_reactive (flowers[2], TRUE); + clutter_actor_set_reactive (flowers[2], TRUE); clutter_actor_add_child (vase, flowers[2]); - g_signal_connect (flowers[2], "button-press-event", - G_CALLBACK (animate_rotation), - NULL); + g_signal_connect (flowers[2], "button-press-event", + G_CALLBACK (animate_rotation), + NULL); clutter_actor_show (stage); @@ -1171,7 +1171,7 @@ the graph. return EXIT_SUCCESS; } -G_MODULE_EXPORT const char * +G_MODULE_EXPORT const char * test_actor_describe (void) { return "Basic example of actor usage."; @@ -1314,7 +1314,7 @@ the graph.

Handling events on an actor

A ClutterActor can receive and handle input device events, for instance pointer events and key events, as long as its - "reactive" property is set to TRUE.

+ "reactive" property is set to TRUE.

Once an actor has been determined to be the source of an event, Clutter will traverse the scene graph from the top-level actor towards the event source, emitting the "captured-event" signal on each @@ -1401,7 +1401,40 @@ the graph.

Implicit animations use a default duration of 250 milliseconds, and a default easing mode of CLUTTER_EASE_OUT_CUBIC, unless you call clutter_actor_set_easing_mode() and clutter_actor_set_easing_duration() - after changing the easing state of the actor.

+ after changing the easing state of the actor.It is important to note that if you modify the state on an + animatable property while a transition is in flight, the transition's + final value will be updated, as well as its duration and progress + mode by using the current easing state; for instance, in the following + example:

+
+ + + + + + + +
1
+2
+3
+4
+5
+6
+7
clutter_actor_save_easing_state (actor);
+clutter_actor_set_x (actor, 200);
+clutter_actor_restore_easing_state (actor);
+
+clutter_actor_save_easing_state (actor);
+clutter_actor_set_x (actor, 100);
+clutter_actor_restore_easing_state (actor);
+
+ +

the first call to clutter_actor_set_x() will begin a transition + of the "x" property to the value of 200; the second call + to clutter_actor_set_x() will change the transition's final value to + 100.It is possible to retrieve the ClutterTransition used by the + animatable properties by using clutter_actor_get_transition() and using + the property name as the transition name.

Explicit animations. The explicit animation model supported by Clutter requires that you create a ClutterTransition object, and set the initial and final values. The transition will not start unless you add it to the @@ -1424,8 +1457,8 @@ the graph. transition = clutter_property_transition_new ("opacity"); clutter_timeline_set_duration (CLUTTER_TIMELINE (transition), 3000); clutter_timeline_set_repeat_count (CLUTTER_TIMELINE (transition), 2); -clutter_timeline_set_auto_reverse (CLUTTER_TIMELINE (transition), TRUE); -clutter_transition_set_interval (transition, clutter_interval_new (G_TYPE_UINT, 255, 0)); +clutter_timeline_set_auto_reverse (CLUTTER_TIMELINE (transition), TRUE); +clutter_transition_set_interval (transition, clutter_interval_new (G_TYPE_UINT, 255, 0)); clutter_actor_add_transition (actor, "animate-opacity", transition);

@@ -1478,7 +1511,7 @@ the graph. transition = clutter_property_transition_new ("opacity"); /* we want to animate the opacity between 0 and 255 */ -internal = clutter_interval_new (G_TYPE_UINT, 0, 255); +internal = clutter_interval_new (G_TYPE_UINT, 0, 255); clutter_transition_set_interval (transition, interval); /* over a one second duration, running an infinite amount of times */ @@ -1486,7 +1519,7 @@ the graph. clutter_timeline_set_repeat_count (CLUTTER_TIMELINE (transition), -1); /* we want to fade in and out, so we need to auto-reverse the transition */ -clutter_timeline_set_auto_reverse (CLUTTER_TIMELINE (transition), TRUE); +clutter_timeline_set_auto_reverse (CLUTTER_TIMELINE (transition), TRUE); /* and we want to use an easing function that eases both in and out */ clutter_timeline_set_progress_mode (CLUTTER_TIMELINE (transition), @@ -1628,10 +1661,10 @@ the graph. clutter_actor_meta_set_name (CLUTTER_ACTOR_META (constraint), "bind-y"); clutter_actor_add_constraint (rect, constraint); -clutter_actor_set_reactive (origin, TRUE); +clutter_actor_set_reactive (origin, TRUE); -g_signal_connect (origin, "button-press-event", - G_CALLBACK (on_button_press), +g_signal_connect (origin, "button-press-event", + G_CALLBACK (on_button_press), rect); @@ -1688,7 +1721,7 @@ the graph. 41 42 43 -
gboolean
+        
gboolean
 on_button_press (ClutterActor *origin,
                  ClutterEvent *event,
                  ClutterActor *rect)
@@ -1719,7 +1752,7 @@ the graph.
   clutter_timeline_set_duration (CLUTTER_TIMELINE (transition), 500);
 
   /* create the interval with the initial and final values */
-  interval = clutter_interval_new (G_TYPE_FLOAT, 0, new_offset);
+  interval = clutter_interval_new (G_TYPE_FLOAT, 0, new_offset);
   clutter_transition_set_interval (transition, interval);
 
   /* add the transition to the actor; this causes the animation
@@ -1793,7 +1826,7 @@ Unsets the given flags on a #define CLUTTER_ACTOR_IS_MAPPED(a)      ((((ClutterActor*)(a))->flags & CLUTTER_ACTOR_MAPPED) != FALSE)
 

-Evaluates to TRUE if the CLUTTER_ACTOR_MAPPED flag is set. +Evaluates to TRUE if the CLUTTER_ACTOR_MAPPED flag is set.

The mapped state is set when the actor is visible and all its parents up @@ -1806,7 +1839,7 @@ actors with the CLUTTER_ACTOR_MAPPED flag is managed by Clutter itself, and it should not be checked directly; instead, the recommended usage is to connect a -handler on the "notify" signal for the "mapped" +handler on the "notify" signal for the "mapped" property of ClutterActor, and check the presence of the CLUTTER_ACTOR_MAPPED flag on state changes.

@@ -1832,7 +1865,7 @@ unnecessary (and potentially expensive) state changes.
#define CLUTTER_ACTOR_IS_REALIZED(a)    ((((ClutterActor*)(a))->flags & CLUTTER_ACTOR_REALIZED) != FALSE)
 

-Evaluates to TRUE if the CLUTTER_ACTOR_REALIZED flag is set. +Evaluates to TRUE if the CLUTTER_ACTOR_REALIZED flag is set.

The realized state has an actor-dependant interpretation. If an @@ -1865,7 +1898,7 @@ must be realized.

#define CLUTTER_ACTOR_IS_VISIBLE(a)     ((((ClutterActor*)(a))->flags & CLUTTER_ACTOR_VISIBLE) != FALSE)
 

-Evaluates to TRUE if the actor has been shown, FALSE if it's hidden. +Evaluates to TRUE if the actor has been shown, FALSE if it's hidden. Equivalent to the ClutterActor::visible object property.

@@ -1889,7 +1922,7 @@ parents is a toplevel stage; see also #define CLUTTER_ACTOR_IS_REACTIVE(a) ((((ClutterActor*)(a))->flags & CLUTTER_ACTOR_REACTIVE) != FALSE)

-Evaluates to TRUE if the CLUTTER_ACTOR_REACTIVE flag is set. +Evaluates to TRUE if the CLUTTER_ACTOR_REACTIVE flag is set.

Only reactive actors will receive event-related signals. @@ -2004,7 +2037,7 @@ Convenience macro to cast a function to

ClutterCallback ()

void                (*ClutterCallback)                  (ClutterActor *actor,
-                                                         gpointer data);
+ gpointer data);

Generic callback

@@ -2037,7 +2070,7 @@ Base class for actors.
- +

guint32 flags;

guint32 flags;

ClutterActorFlags
@@ -2419,7 +2452,7 @@ Retrieves the flags set on self

clutter_actor_set_name ()

void                clutter_actor_set_name              (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Sets the given name to self. The name can be used to identify a ClutterActor. @@ -2442,7 +2475,7 @@ a

clutter_actor_get_name ()

-
const gchar *       clutter_actor_get_name              (ClutterActor *self);
+
const gchar *       clutter_actor_get_name              (ClutterActor *self);

Retrieves the name of self.

@@ -2456,7 +2489,7 @@ Retrieves the name of self.

Returns :

-the name of the actor, or NULL. The returned string is +the name of the actor, or NULL. The returned string is owned by the actor and should not be modified or freed. @@ -2465,7 +2498,7 @@ owned by the actor and should not be modified or freed.

clutter_actor_get_gid ()

-
guint32             clutter_actor_get_gid               (ClutterActor *self);
+
guint32             clutter_actor_get_gid               (ClutterActor *self);

Warning

clutter_actor_get_gid has been deprecated since version 1.8 and should not be used in newly-written code. The id is not used any longer.

@@ -2502,7 +2535,7 @@ Actors are visible by default.

If this function is called on an actor without a parent, the -"show-on-set-parent" will be set to TRUE as a side +"show-on-set-parent" will be set to TRUE as a side effect.

@@ -2548,7 +2581,7 @@ Actors are visible by default.

If this function is called on an actor without a parent, the -"show-on-set-parent" property will be set to FALSE +"show-on-set-parent" property will be set to FALSE as a side-effect.

@@ -2783,9 +2816,9 @@ Note: you cannot destroy the

clutter_actor_event ()

-
gboolean            clutter_actor_event                 (ClutterActor *actor,
+
gboolean            clutter_actor_event                 (ClutterActor *actor,
                                                          ClutterEvent *event,
-                                                         gboolean capture);
+ gboolean capture);

This function is used to emit an event on the main stage. You should rarely need to use this function, except for @@ -2810,8 +2843,8 @@ synthetising events.

- @@ -2821,7 +2854,7 @@ not handled

clutter_actor_should_pick_paint ()

-
gboolean            clutter_actor_should_pick_paint     (ClutterActor *self);
+
gboolean            clutter_actor_should_pick_paint     (ClutterActor *self);

Should be called inside the implementation of the "pick" virtual function in order to check whether @@ -2841,8 +2874,8 @@ This function should never be called directly by applications.

+TRUE if the actor should paint its silhouette, +FALSE otherwise

Returns :

the return value from the signal emission: TRUE -if the actor handled the event, or FALSE if the event was +the return value from the signal emission: TRUE +if the actor handled the event, or FALSE if the event was not handled

Returns :

-TRUE if the actor should paint its silhouette, -FALSE otherwise
@@ -2915,7 +2948,7 @@ implementation, but it is guaranteed to be called before the

clutter_actor_has_overlaps ()

-
gboolean            clutter_actor_has_overlaps          (ClutterActor *self);
+
gboolean            clutter_actor_has_overlaps          (ClutterActor *self);

Asks the actor's implementation whether it may contain overlapping primitives. @@ -2941,8 +2974,8 @@ Custom actors can override the default response by implementing the

Returns :

-TRUE if the actor may have overlapping primitives, and -FALSE otherwise +TRUE if the actor may have overlapping primitives, and +FALSE otherwise
@@ -3072,10 +3105,10 @@ ClutterActor::allocate virtual function.

clutter_actor_allocate_available_size ()

void                clutter_actor_allocate_available_size
                                                         (ClutterActor *self,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat available_width,
-                                                         gfloat available_height,
+                                                         gfloat x,
+                                                         gfloat y,
+                                                         gfloat available_width,
+                                                         gfloat available_height,
                                                          ClutterAllocationFlags flags);

Allocates self taking into account the ClutterActor's @@ -3129,24 +3162,24 @@ The implementation of this function is equivalent to: clutter_actor_get_preferred_width (self, available_height, &min_width, &natural_width); - width = CLAMP (natural_width, min_width, available_width); + width = CLAMP (natural_width, min_width, available_width); clutter_actor_get_preferred_height (self, width, &min_height, &natural_height); - height = CLAMP (natural_height, min_height, available_height); + height = CLAMP (natural_height, min_height, available_height); } else { clutter_actor_get_preferred_height (self, available_width, &min_height, &natural_height); - height = CLAMP (natural_height, min_height, available_height); + height = CLAMP (natural_height, min_height, available_height); clutter_actor_get_preferred_width (self, height, &min_width, &natural_width); - width = CLAMP (natural_width, min_width, available_width); + width = CLAMP (natural_width, min_width, available_width); } box.x1 = x; box.y1 = y; @@ -3204,10 +3237,10 @@ actor's natural height

clutter_actor_allocate_align_fill ()

void                clutter_actor_allocate_align_fill   (ClutterActor *self,
                                                          const ClutterActorBox *box,
-                                                         gdouble x_align,
-                                                         gdouble y_align,
-                                                         gboolean x_fill,
-                                                         gboolean y_fill,
+                                                         gdouble x_align,
+                                                         gdouble y_align,
+                                                         gboolean x_fill,
+                                                         gboolean y_fill,
                                                          ClutterAllocationFlags flags);

Allocates self by taking into consideration the available allocation @@ -3518,7 +3551,7 @@ the ancestor is NULL the ancestor will be the ClutterStage. In +If ancestor is NULL the ancestor will be the ClutterStage. In this case, the coordinates returned will be the coordinates on the stage before the projection is applied. This is different from the behaviour of clutter_actor_get_abs_allocation_vertices(). @@ -3534,7 +3567,7 @@ the behaviour of ancestor :

A ClutterActor to calculate the vertices -against, or NULL to use the ClutterStage. [allow-none] +against, or NULL to use the ClutterStage. [allow-none] @@ -3551,10 +3584,10 @@ location for an array of 4

clutter_actor_get_preferred_size ()

void                clutter_actor_get_preferred_size    (ClutterActor *self,
-                                                         gfloat *min_width_p,
-                                                         gfloat *min_height_p,
-                                                         gfloat *natural_width_p,
-                                                         gfloat *natural_height_p);
+ gfloat *min_width_p, + gfloat *min_height_p, + gfloat *natural_width_p, + gfloat *natural_height_p);

Computes the preferred minimum and natural size of an actor, taking into account the actor's geometry management (either height-for-width @@ -3581,25 +3614,25 @@ geometry management using the min_width_p :

return location for the minimum -width, or NULL. [out][allow-none] +width, or NULL. [out][allow-none]

min_height_p :

return location for the minimum -height, or NULL. [out][allow-none] +height, or NULL. [out][allow-none]

natural_width_p :

return location for the natural -width, or NULL. [out][allow-none] +width, or NULL. [out][allow-none]

natural_height_p :

return location for the natural -height, or NULL. [out][allow-none] +height, or NULL. [out][allow-none] @@ -3610,9 +3643,9 @@ height, or

clutter_actor_get_preferred_width ()

void                clutter_actor_get_preferred_width   (ClutterActor *self,
-                                                         gfloat for_height,
-                                                         gfloat *min_width_p,
-                                                         gfloat *natural_width_p);
+ gfloat for_height, + gfloat *min_width_p, + gfloat *natural_width_p);

Computes the requested minimum and natural widths for an actor, optionally depending on the specified height, or if they are @@ -3642,13 +3675,13 @@ or a negative value to indicate that no height is defined

min_width_p :

return location for minimum width, -or NULL. [out][allow-none] +or NULL. [out][allow-none]

natural_width_p :

return location for the natural -width, or NULL. [out][allow-none] +width, or NULL. [out][allow-none] @@ -3659,9 +3692,9 @@ width, or

clutter_actor_get_preferred_height ()

void                clutter_actor_get_preferred_height  (ClutterActor *self,
-                                                         gfloat for_width,
-                                                         gfloat *min_height_p,
-                                                         gfloat *natural_height_p);
+ gfloat for_width, + gfloat *min_height_p, + gfloat *natural_height_p);

Computes the requested minimum and natural heights for an actor, or if they are already computed, returns the cached values. @@ -3690,13 +3723,13 @@ or a negative value to indicate that no width is defined

min_height_p :

return location for minimum height, -or NULL. [out][allow-none] +or NULL. [out][allow-none]

natural_height_p :

return location for natural -height, or NULL. [out][allow-none] +height, or NULL. [out][allow-none] @@ -3708,7 +3741,7 @@ height, or

clutter_actor_set_fixed_position_set ()

void                clutter_actor_set_fixed_position_set
                                                         (ClutterActor *self,
-                                                         gboolean is_set);
+ gboolean is_set);

Sets whether an actor has a fixed position set (and will thus be unaffected by any layout manager). @@ -3732,7 +3765,7 @@ unaffected by any layout manager).


clutter_actor_get_fixed_position_set ()

-
gboolean            clutter_actor_get_fixed_position_set
+
gboolean            clutter_actor_get_fixed_position_set
                                                         (ClutterActor *self);

Checks whether an actor has a fixed position set (and will thus be @@ -3749,7 +3782,7 @@ unaffected by any layout manager).

Returns :

-TRUE if the fixed position is set on the actor +TRUE if the fixed position is set on the actor
@@ -3810,7 +3843,7 @@ Retrieves the geometry request mode of self

clutter_actor_has_allocation ()

-
gboolean            clutter_actor_has_allocation        (ClutterActor *self);
+
gboolean            clutter_actor_has_allocation        (ClutterActor *self);

Checks if the actor has an up-to-date allocation assigned to it. This means that the actor should have an allocation: it's @@ -3821,7 +3854,7 @@ progress that will cause the actor to get a new allocation when the stage is laid out, however).

-If this function returns FALSE, then the actor will normally +If this function returns FALSE, then the actor will normally be allocated before it is next drawn on the screen.

@@ -3835,7 +3868,7 @@ be allocated before it is next drawn on the screen. +TRUE if the actor has an up-to-date allocation

Returns :

-TRUE if the actor has an up-to-date allocation
@@ -3858,7 +3891,7 @@ assigned to it during the allocation.

Alignment only matters if the allocated space given to an actor is bigger than its natural size; for example, when the "x-expand" -or the "y-expand" properties of ClutterActor are set to TRUE. +or the "y-expand" properties of ClutterActor are set to TRUE.

@@ -4147,7 +4180,7 @@ Retrieves all the components of the margin of a

clutter_actor_set_margin_top ()

void                clutter_actor_set_margin_top        (ClutterActor *self,
-                                                         gfloat margin);
+ gfloat margin);

Sets the margin from the top of a ClutterActor.

@@ -4170,7 +4203,7 @@ Sets the margin from the top of a

clutter_actor_get_margin_top ()

-
gfloat              clutter_actor_get_margin_top        (ClutterActor *self);
+
gfloat              clutter_actor_get_margin_top        (ClutterActor *self);

Retrieves the top margin of a ClutterActor.

@@ -4194,7 +4227,7 @@ Retrieves the top margin of a

clutter_actor_set_margin_right ()

void                clutter_actor_set_margin_right      (ClutterActor *self,
-                                                         gfloat margin);
+ gfloat margin);

Sets the margin from the right of a ClutterActor.

@@ -4217,7 +4250,7 @@ Sets the margin from the right of a

clutter_actor_get_margin_right ()

-
gfloat              clutter_actor_get_margin_right      (ClutterActor *self);
+
gfloat              clutter_actor_get_margin_right      (ClutterActor *self);

Retrieves the right margin of a ClutterActor.

@@ -4241,7 +4274,7 @@ Retrieves the right margin of a

clutter_actor_set_margin_bottom ()

void                clutter_actor_set_margin_bottom     (ClutterActor *self,
-                                                         gfloat margin);
+ gfloat margin);

Sets the margin from the bottom of a ClutterActor.

@@ -4264,7 +4297,7 @@ Sets the margin from the bottom of a

clutter_actor_get_margin_bottom ()

-
gfloat              clutter_actor_get_margin_bottom     (ClutterActor *self);
+
gfloat              clutter_actor_get_margin_bottom     (ClutterActor *self);

Retrieves the bottom margin of a ClutterActor.

@@ -4288,7 +4321,7 @@ Retrieves the bottom margin of a

clutter_actor_set_margin_left ()

void                clutter_actor_set_margin_left       (ClutterActor *self,
-                                                         gfloat margin);
+ gfloat margin);

Sets the margin from the left of a ClutterActor.

@@ -4311,7 +4344,7 @@ Sets the margin from the left of a

clutter_actor_get_margin_left ()

-
gfloat              clutter_actor_get_margin_left       (ClutterActor *self);
+
gfloat              clutter_actor_get_margin_left       (ClutterActor *self);

Retrieves the left margin of a ClutterActor.

@@ -4355,7 +4388,7 @@ the actor is destroyed.
- @@ -4380,7 +4413,7 @@ Retrieves the Returns :

@@ -4416,7 +4449,7 @@ The - @@ -4518,8 +4551,8 @@ requested size and position if the actor's allocation is invalid.

clutter_actor_set_size ()

void                clutter_actor_set_size              (ClutterActor *self,
-                                                         gfloat width,
-                                                         gfloat height);
+ gfloat width, + gfloat height);

Sets the actor's size request in pixels. This overrides any "normal" size request the actor would have. For example @@ -4557,8 +4590,8 @@ This function sets or unsets both the minimum and natural size.

clutter_actor_get_size ()

void                clutter_actor_get_size              (ClutterActor *self,
-                                                         gfloat *width,
-                                                         gfloat *height);
+ gfloat *width, + gfloat *height);

This function tries to "do what you mean" and return the size an actor will have. If the actor has a valid @@ -4581,12 +4614,12 @@ should probably call a different function like

- - @@ -4597,8 +4630,8 @@ should probably call a different function like

clutter_actor_set_position ()

void                clutter_actor_set_position          (ClutterActor *self,
-                                                         gfloat x,
-                                                         gfloat y);
+ gfloat x, + gfloat y);

Sets the actor's fixed position in pixels relative to any parent actor. @@ -4630,8 +4663,8 @@ layout manager and force a fixed position.

clutter_actor_get_position ()

void                clutter_actor_get_position          (ClutterActor *self,
-                                                         gfloat *x,
-                                                         gfloat *y);
+ gfloat *x, + gfloat *y);

This function tries to "do what you mean" and tell you where the actor is, prior to any transformations. Retrieves the fixed @@ -4652,12 +4685,12 @@ The returned position is in pixels.

- - @@ -4668,7 +4701,7 @@ The returned position is in pixels.

clutter_actor_set_width ()

void                clutter_actor_set_width             (ClutterActor *self,
-                                                         gfloat width);
+ gfloat width);

Forces a width on an actor, causing the actor's preferred width and height (if any) to be ignored. @@ -4699,7 +4732,7 @@ This function sets both the minimum and natural size of the actor.


clutter_actor_get_width ()

-
gfloat              clutter_actor_get_width             (ClutterActor *self);
+
gfloat              clutter_actor_get_width             (ClutterActor *self);

Retrieves the width of a ClutterActor.

@@ -4743,7 +4776,7 @@ be the same value.

clutter_actor_set_height ()

void                clutter_actor_set_height            (ClutterActor *self,
-                                                         gfloat height);
+ gfloat height);

Forces a height on an actor, causing the actor's preferred width and height (if any) to be ignored. @@ -4774,7 +4807,7 @@ This function sets both the minimum and natural size of the actor.


clutter_actor_get_height ()

-
gfloat              clutter_actor_get_height            (ClutterActor *self);
+
gfloat              clutter_actor_get_height            (ClutterActor *self);

Retrieves the height of a ClutterActor.

@@ -4818,7 +4851,7 @@ be the same value.

clutter_actor_set_x ()

void                clutter_actor_set_x                 (ClutterActor *self,
-                                                         gfloat x);
+ gfloat x);

Sets the actor's X coordinate, relative to its parent, in pixels.

@@ -4848,7 +4881,7 @@ The @@ -4919,7 +4952,7 @@ The Returns :

+TRUE if the actor is visibile and will be painted.

manager :

a ClutterLayoutManager, or NULL to unset it. [allow-none] +a ClutterLayoutManager, or NULL to unset it. [allow-none]
a pointer to the ClutterLayoutManager, -or NULL. [transfer none] +or NULL. [transfer none]

color :

a ClutterColor, or NULL to unset a previously +a ClutterColor, or NULL to unset a previously set color. [allow-none]

width :

return location for the width, or NULL. [out][allow-none] +return location for the width, or NULL. [out][allow-none]

height :

return location for the height, or NULL. [out][allow-none] +return location for the height, or NULL. [out][allow-none]

x :

return location for the X coordinate, or NULL. [out][allow-none] +return location for the X coordinate, or NULL. [out][allow-none]

y :

return location for the Y coordinate, or NULL. [out][allow-none] +return location for the Y coordinate, or NULL. [out][allow-none]
-TRUE if the actor is visibile and will be painted.
@@ -6033,7 +6066,7 @@ parent.
const ClutterPaintVolume * clutter_actor_get_paint_volume
                                                         (ClutterActor *self);

-Retrieves the paint volume of the passed ClutterActor, or NULL +Retrieves the paint volume of the passed ClutterActor, or NULL when a paint volume can't be determined.

@@ -6067,7 +6100,7 @@ you don't call Returns :

a pointer to a ClutterPaintVolume, -or NULL if no volume could be determined. The returned pointer +or NULL if no volume could be determined. The returned pointer is not guaranteed to be valid across multiple frames; if you want to keep it, you will need to copy it using clutter_paint_volume_copy(). [transfer none] @@ -6079,7 +6112,7 @@ to keep it, you will need to copy it using

clutter_actor_get_paint_box ()

-
gboolean            clutter_actor_get_paint_box         (ClutterActor *self,
+
gboolean            clutter_actor_get_paint_box         (ClutterActor *self,
                                                          ClutterActorBox *box);

Retrieves the paint volume of the passed ClutterActor, and @@ -6113,8 +6146,8 @@ the actor is unable to determine a paint volume.

Returns :

-TRUE if a 2D paint box could be determined, else -FALSE. +TRUE if a 2D paint box could be determined, else +FALSE.
@@ -6131,7 +6164,7 @@ Retrieves the 3D paint volume of an actor like clutter_actor_get_paint_volume() does (Please refer to the documentation of clutter_actor_get_paint_volume() for more details.) and it additionally transforms the paint volume into the -coordinate space of relative_to_ancestor. (Or the stage if NULL +coordinate space of relative_to_ancestor. (Or the stage if NULL is passed for relative_to_ancestor)

@@ -6151,12 +6184,12 @@ together using relative_to_ancestor :

A ClutterActor that is an ancestor of self -(or NULL for the stage) +(or NULL for the stage)

Returns :

a pointer to a ClutterPaintVolume, -or NULL if no volume could be determined. The returned pointer is +or NULL if no volume could be determined. The returned pointer is not guaranteed to be valid across multiple frames; if you wish to keep it, you will have to copy it using clutter_paint_volume_copy(). [transfer none] @@ -6194,7 +6227,7 @@ paint volume.

Returns :

a pointer to the default -ClutterPaintVolume, relative to the ClutterActor, or NULL if +ClutterPaintVolume, relative to the ClutterActor, or NULL if the actor could not compute a valid paint volume. The returned value is not guaranteed to be stable across multiple frames, so if you want to retain it, you will need to copy it using @@ -6223,7 +6256,7 @@ Sets the contents of a content :

-a
ClutterContent, or NULL. [allow-none] +a ClutterContent, or NULL. [allow-none] @@ -6248,7 +6281,7 @@ Retrieves the contents of self.

Returns :

a pointer to the ClutterContent instance, -or NULL if none was set. [transfer none] +or NULL if none was set. [transfer none] @@ -6353,6 +6386,9 @@ Sets the gravity of the "content-gravity" property for more information.

+

+The "content-gravity" property is animatable. +

@@ -6452,13 +6488,13 @@ Retrieves the values set using min_filter :

@@ -6547,10 +6583,10 @@ box for the

clutter_actor_set_clip ()

void                clutter_actor_set_clip              (ClutterActor *self,
-                                                         gfloat xoff,
-                                                         gfloat yoff,
-                                                         gfloat width,
-                                                         gfloat height);
+ gfloat xoff, + gfloat yoff, + gfloat width, + gfloat height);

Sets clip area for self. The clip area is always computed from the upper left corner of the actor, even if the anchor point is set @@ -6603,7 +6639,7 @@ Removes clip area from self.


clutter_actor_has_clip ()

-
gboolean            clutter_actor_has_clip              (ClutterActor *self);
+
gboolean            clutter_actor_has_clip              (ClutterActor *self);

Determines whether the actor has a clip area set or not.

@@ -6618,7 +6654,7 @@ Determines whether the actor has a clip area set or not.
+TRUE if the actor has a clip area set.
return location for the minification -filter, or NULL. [out][allow-none] +filter, or NULL. [out][allow-none]

mag_filter :

return location for the magnification -filter, or NULL. [out][allow-none] +filter, or NULL. [out][allow-none]

Returns :

-TRUE if the actor has a clip area set.
@@ -6628,10 +6664,10 @@ Determines whether the actor has a clip area set or not.

clutter_actor_get_clip ()

void                clutter_actor_get_clip              (ClutterActor *self,
-                                                         gfloat *xoff,
-                                                         gfloat *yoff,
-                                                         gfloat *width,
-                                                         gfloat *height);
+ gfloat *xoff, + gfloat *yoff, + gfloat *width, + gfloat *height);

Gets the clip area for self, if any is set

@@ -6646,25 +6682,25 @@ Gets the clip area for self, if any is s

xoff :

return location for the X offset of -the clip rectangle, or NULL. [out][allow-none] +the clip rectangle, or NULL. [out][allow-none]

yoff :

return location for the Y offset of -the clip rectangle, or NULL. [out][allow-none] +the clip rectangle, or NULL. [out][allow-none]

width :

return location for the width of -the clip rectangle, or NULL. [out][allow-none] +the clip rectangle, or NULL. [out][allow-none]

height :

return location for the height of -the clip rectangle, or NULL. [out][allow-none] +the clip rectangle, or NULL. [out][allow-none] @@ -6676,7 +6712,7 @@ the clip rectangle, or

clutter_actor_set_clip_to_allocation ()

void                clutter_actor_set_clip_to_allocation
                                                         (ClutterActor *self,
-                                                         gboolean clip_set);
+ gboolean clip_set);

Sets whether self should be clipped to the same size as its allocation @@ -6692,7 +6728,7 @@ allocation

clip_set :

-TRUE to apply a clip tracking the allocation +TRUE to apply a clip tracking the allocation
@@ -6701,7 +6737,7 @@ allocation

clutter_actor_get_clip_to_allocation ()

-
gboolean            clutter_actor_get_clip_to_allocation
+
gboolean            clutter_actor_get_clip_to_allocation
                                                         (ClutterActor *self);

Retrieves the value set using clutter_actor_set_clip_to_allocation() @@ -6717,7 +6753,7 @@ Retrieves the value set using Returns :

-TRUE if the ClutterActor is clipped to its allocation +TRUE if the ClutterActor is clipped to its allocation
@@ -6727,7 +6763,7 @@ Retrieves the value set using

clutter_actor_set_opacity ()

void                clutter_actor_set_opacity           (ClutterActor *self,
-                                                         guint8 opacity);
+ guint8 opacity);

Sets the actor's opacity, with zero being completely transparent and 255 (0xff) being fully opaque. @@ -6753,7 +6789,7 @@ The has_overlaps() virtual to return FALSE +recommended to override the has_overlaps() virtual to return FALSE for maximum efficiency.

@@ -6926,7 +6962,7 @@ set by

clutter_actor_is_in_clone_paint ()

-
gboolean            clutter_actor_is_in_clone_paint     (ClutterActor *self);
+
gboolean            clutter_actor_is_in_clone_paint     (ClutterActor *self);

Checks whether self is being currently painted by a ClutterClone

@@ -6949,8 +6985,8 @@ This function should not be used by applications +TRUE if the ClutterActor is currently being painted +by a ClutterClone, and FALSE otherwise

Returns :

-TRUE if the ClutterActor is currently being painted -by a ClutterClone, and FALSE otherwise
@@ -7001,7 +7037,7 @@ on self. ClutterActor *sibling);

Inserts child into the list of children of self, above another -child of self or, if sibling is NULL, above all the children +child of self or, if sibling is NULL, above all the children of self.

@@ -7031,7 +7067,7 @@ on self.

sibling :

-a child of self, or NULL. [allow-none] +a child of self, or NULL. [allow-none] @@ -7043,7 +7079,7 @@ on self.

clutter_actor_insert_child_at_index ()

void                clutter_actor_insert_child_at_index (ClutterActor *self,
                                                          ClutterActor *child,
-                                                         gint index_);
+ gint index_);

Inserts child into the list of children of self, using the given index_. If index_ is greater than the number of children @@ -7090,7 +7126,7 @@ on self. ClutterActor *sibling);

Inserts child into the list of children of self, below another -child of self or, if sibling is NULL, below all the children +child of self or, if sibling is NULL, below all the children of self.

@@ -7120,7 +7156,7 @@ on self.

sibling :

-a child of self, or NULL. [allow-none] +a child of self, or NULL. [allow-none] @@ -7279,7 +7315,7 @@ it.

Returns :

-a pointer to a ClutterActor, or NULL. [transfer none] +a pointer to a ClutterActor, or NULL. [transfer none] @@ -7309,7 +7345,7 @@ it.

Returns :

-a pointer to a ClutterActor, or NULL. [transfer none] +a pointer to a ClutterActor, or NULL. [transfer none] @@ -7339,7 +7375,7 @@ it.

Returns :

-a pointer to a ClutterActor, or NULL. [transfer none] +a pointer to a ClutterActor, or NULL. [transfer none] @@ -7368,7 +7404,7 @@ it.

Returns :

-a pointer to a ClutterActor, or NULL. [transfer none] +a pointer to a ClutterActor, or NULL. [transfer none] @@ -7379,7 +7415,7 @@ it.

clutter_actor_get_child_at_index ()

ClutterActor *      clutter_actor_get_child_at_index    (ClutterActor *self,
-                                                         gint index_);
+ gint index_);

Retrieves the actor at the given index_ inside the list of children of self. @@ -7398,7 +7434,7 @@ children of self.

Returns :

-a pointer to a ClutterActor, or NULL. [transfer none] +a pointer to a ClutterActor, or NULL. [transfer none] @@ -7408,7 +7444,7 @@ children of self.

clutter_actor_get_children ()

-
GList *             clutter_actor_get_children          (ClutterActor *self);
+
GList *             clutter_actor_get_children          (ClutterActor *self);

Retrieves the list of children of self.

@@ -7423,7 +7459,7 @@ Retrieves the list of children of self.

Returns :

A newly -allocated GList of ClutterActors. Use g_list_free() when +allocated GList of ClutterActors. Use g_list_free() when done. [transfer container][element-type ClutterActor] @@ -7434,7 +7470,7 @@ done. [

clutter_actor_get_n_children ()

-
gint                clutter_actor_get_n_children        (ClutterActor *self);
+
gint                clutter_actor_get_n_children        (ClutterActor *self);

Retrieves the number of children of self.

@@ -7471,7 +7507,7 @@ Retrieves the parent of self.

Returns :

-The ClutterActor parent, or NULL +The ClutterActor parent, or NULL if no parent is set. [transfer none] @@ -7489,7 +7525,7 @@ if no parent is set. [child
to be above sibling in the list of children of self.

-If sibling is NULL, child will be the new last child of self. +If sibling is NULL, child will be the new last child of self.

This function is logically equivalent to removing child and using @@ -7511,7 +7547,7 @@ or change state on child.

sibling :

-a ClutterActor child of self, or NULL. [allow-none] +a ClutterActor child of self, or NULL. [allow-none] @@ -7523,7 +7559,7 @@ or change state on child.

clutter_actor_set_child_at_index ()

void                clutter_actor_set_child_at_index    (ClutterActor *self,
                                                          ClutterActor *child,
-                                                         gint index_);
+ gint index_);

Changes the index of child in the list of children of self.

@@ -7565,7 +7601,7 @@ emit signals or change state on child. Sets child to be below sibling in the list of children of self.

-If sibling is NULL, child will be the new first child of self. +If sibling is NULL, child will be the new first child of self.

This function is logically equivalent to removing self and using @@ -7587,7 +7623,7 @@ or change state on child.

sibling :

-a ClutterActor child of self, or NULL. [allow-none] +a ClutterActor child of self, or NULL. [allow-none] @@ -7597,12 +7633,12 @@ or change state on child.

clutter_actor_contains ()

-
gboolean            clutter_actor_contains              (ClutterActor *self,
+
gboolean            clutter_actor_contains              (ClutterActor *self,
                                                          ClutterActor *descendant);

Determines if descendant is contained inside self (either as an immediate child, or as a deeper descendant). If self and -descendant point to the same actor then it will also return TRUE. +descendant point to the same actor then it will also return TRUE.

@@ -7644,7 +7680,7 @@ Retrieves the @@ -7730,18 +7766,18 @@ the iterator.

clutter_actor_iter_next ()

-
gboolean            clutter_actor_iter_next             (ClutterActorIter *iter,
+
gboolean            clutter_actor_iter_next             (ClutterActorIter *iter,
                                                          ClutterActor **child);

Advances the iter and retrieves the next child of the root ClutterActor that was used to initialize the ClutterActorIterator.

-If the iterator can advance, this function returns TRUE and sets the +If the iterator can advance, this function returns TRUE and sets the child argument.

-If the iterator cannot advance, this function returns FALSE, and +If the iterator cannot advance, this function returns FALSE, and the contents of child are undefined.

Returns :

the stage -containing the actor, or NULL. [transfer none][type Clutter.Stage] +containing the actor, or NULL. [transfer none][type Clutter.Stage]
@@ -7760,7 +7796,7 @@ the contents of child are undefined. +TRUE if the iterator could advance, and FALSE otherwise.

Returns :

-TRUE if the iterator could advance, and FALSE otherwise.
@@ -7769,18 +7805,18 @@ the contents of child are undefined.

clutter_actor_iter_prev ()

-
gboolean            clutter_actor_iter_prev             (ClutterActorIter *iter,
+
gboolean            clutter_actor_iter_prev             (ClutterActorIter *iter,
                                                          ClutterActor **child);

Advances the iter and retrieves the previous child of the root ClutterActor that was used to initialize the ClutterActorIterator.

-If the iterator can advance, this function returns TRUE and sets the +If the iterator can advance, this function returns TRUE and sets the child argument.

-If the iterator cannot advance, this function returns FALSE, and +If the iterator cannot advance, this function returns FALSE, and the contents of child are undefined.

@@ -7799,7 +7835,7 @@ the contents of child are undefined. +TRUE if the iterator could advance, and FALSE otherwise.

Returns :

-TRUE if the iterator could advance, and FALSE otherwise.
@@ -7815,7 +7851,7 @@ from its parent.

This function can only be called after clutter_actor_iter_next() or -clutter_actor_iter_prev() returned TRUE, and cannot be called more +clutter_actor_iter_prev() returned TRUE, and cannot be called more than once for the same actor.

@@ -7841,7 +7877,7 @@ from its parent.

This function can only be called after clutter_actor_iter_next() or -clutter_actor_iter_prev() returned TRUE, and cannot be called more +clutter_actor_iter_prev() returned TRUE, and cannot be called more than once for the same actor.

@@ -7897,7 +7933,7 @@ Restores the easing state as it was prior to a call to

clutter_actor_set_easing_duration ()

void                clutter_actor_set_easing_duration   (ClutterActor *self,
-                                                         guint msecs);
+ guint msecs);

Sets the duration of the tweening for animatable properties of self for the current easing state. @@ -7912,7 +7948,7 @@ of self for the current easing state.

msecs :

-the duration of the easing, or NULL +the duration of the easing, or NULL @@ -7922,7 +7958,7 @@ of self for the current easing state.

clutter_actor_get_easing_duration ()

-
guint               clutter_actor_get_easing_duration   (ClutterActor *self);
+
guint               clutter_actor_get_easing_duration   (ClutterActor *self);

Retrieves the duration of the tweening for animatable properties of self for the current easing state. @@ -7997,7 +8033,7 @@ of self for the current easing state.

clutter_actor_set_easing_delay ()

void                clutter_actor_set_easing_delay      (ClutterActor *self,
-                                                         guint msecs);
+ guint msecs);

Sets the delay that should be applied before tweening animatable properties. @@ -8021,7 +8057,7 @@ properties.


clutter_actor_get_easing_delay ()

-
guint               clutter_actor_get_easing_delay      (ClutterActor *self);
+
guint               clutter_actor_get_easing_delay      (ClutterActor *self);

Retrieves the delay that should be applied when tweening animatable properties. @@ -8072,8 +8108,8 @@ property itself, for instance the code below: clutter_actor_set_rotation (actor, CLUTTER_Y_AXIS, 360.0, x, y, z); transition = clutter_actor_get_transition (actor, "rotation-angle-y"); -g_signal_connect (transition, "completed", - G_CALLBACK (on_transition_complete), +g_signal_connect (transition, "completed", + G_CALLBACK (on_transition_complete), actor); @@ -8100,7 +8136,7 @@ the transition is complete.

Returns :

-a ClutterTransition, or NULL is none +a ClutterTransition, or NULL is none was found to match the passed name; the returned instance is owned by Clutter and it should not be freed. [transfer none] @@ -8211,7 +8247,7 @@ Removes all transitions associated to self

clutter_actor_set_reactive ()

void                clutter_actor_set_reactive          (ClutterActor *actor,
-                                                         gboolean reactive);
+ gboolean reactive);

Sets actor as reactive. Reactive actors will receive events.

@@ -8234,7 +8270,7 @@ Sets actor as reactive. Reactive actors

clutter_actor_get_reactive ()

-
gboolean            clutter_actor_get_reactive          (ClutterActor *actor);
+
gboolean            clutter_actor_get_reactive          (ClutterActor *actor);

Checks whether actor is marked as reactive.

@@ -8249,7 +8285,7 @@ Checks whether actor is marked as reacti

Returns :

-TRUE if the actor is reactive +TRUE if the actor is reactive
@@ -8258,7 +8294,7 @@ Checks whether actor is marked as reacti

clutter_actor_has_key_focus ()

-
gboolean            clutter_actor_has_key_focus         (ClutterActor *self);
+
gboolean            clutter_actor_has_key_focus         (ClutterActor *self);

Checks whether self is the ClutterActor that has key focus

@@ -8273,7 +8309,7 @@ Checks whether self is the Returns :

-TRUE if the actor has key focus, and FALSE otherwise +
TRUE if the actor has key focus, and FALSE otherwise
@@ -8300,7 +8336,7 @@ to this

clutter_actor_has_pointer ()

-
gboolean            clutter_actor_has_pointer           (ClutterActor *self);
+
gboolean            clutter_actor_has_pointer           (ClutterActor *self);

Checks whether an actor contains the pointer of a ClutterInputDevice @@ -8316,8 +8352,8 @@ Checks whether an actor contains the pointer of a

Returns :

-TRUE if the actor contains the pointer, and -FALSE otherwise +TRUE if the actor contains the pointer, and +FALSE otherwise
@@ -8326,9 +8362,9 @@ Checks whether an actor contains the pointer of a

clutter_actor_get_pango_context ()

-
PangoContext *      clutter_actor_get_pango_context     (ClutterActor *self);
+
PangoContext *      clutter_actor_get_pango_context     (ClutterActor *self);

-Retrieves the PangoContext for self. The actor's PangoContext +Retrieves the PangoContext for self. The actor's PangoContext is already configured using the appropriate font map, resolution and font options.

@@ -8338,7 +8374,7 @@ by the ClutterBackend change.

-You can use the returned PangoContext to create a PangoLayout +You can use the returned PangoContext to create a PangoLayout and render text using cogl_pango_render_layout() to reuse the glyphs cache also used by Clutter.

@@ -8352,8 +8388,8 @@ glyphs cache also used by Clutter.

Returns :

-the PangoContext for a ClutterActor. -The returned PangoContext is owned by the actor and should not be +the PangoContext for a ClutterActor. +The returned PangoContext is owned by the actor and should not be unreferenced by the application code. [transfer none] @@ -8364,9 +8400,9 @@ unreferenced by the application code. [

clutter_actor_create_pango_context ()

-
PangoContext *      clutter_actor_create_pango_context  (ClutterActor *self);
+
PangoContext *      clutter_actor_create_pango_context  (ClutterActor *self);

-Creates a PangoContext for the given actor. The PangoContext +Creates a PangoContext for the given actor. The PangoContext is already configured using the appropriate font map, resolution and font options.

@@ -8383,8 +8419,8 @@ See also Returns :

-the newly created PangoContext. -Use g_object_unref() on the returned value to deallocate its +the newly created PangoContext. +Use g_object_unref() on the returned value to deallocate its resources. [transfer full] @@ -8395,19 +8431,19 @@ resources. [

clutter_actor_create_pango_layout ()

-
PangoLayout *       clutter_actor_create_pango_layout   (ClutterActor *self,
-                                                         const gchar *text);
+
PangoLayout *       clutter_actor_create_pango_layout   (ClutterActor *self,
+                                                         const gchar *text);

-Creates a new PangoLayout from the same PangoContext used -by the ClutterActor. The PangoLayout is already configured +Creates a new PangoLayout from the same PangoContext used +by the ClutterActor. The PangoLayout is already configured with the font map, resolution and font options, and the given text.

-If you want to keep around a PangoLayout created by this +If you want to keep around a PangoLayout created by this function you will have to connect to the "font-changed" and "resolution-changed" signals, and call -pango_layout_context_changed() in response to them. +pango_layout_context_changed() in response to them.

@@ -8419,13 +8455,13 @@ and - - @@ -8450,7 +8486,7 @@ inside all the children of self (includi

Composite actors not implementing ClutterContainer, or actors requiring special handling when the text direction changes, should connect to -the "notify" signal for the "text-direction" property +the "notify" signal for the "text-direction" property

text :

(allow-none) the text to set on the PangoLayout, or NULL +(allow-none) the text to set on the PangoLayout, or NULL

Returns :

the newly created PangoLayout. -Use g_object_unref() when done. [transfer full] +the newly created PangoLayout. +Use g_object_unref() when done. [transfer full]
@@ -8500,14 +8536,14 @@ be returned instead

clutter_actor_get_accessible ()

-
AtkObject *         clutter_actor_get_accessible        (ClutterActor *self);
+
AtkObject *         clutter_actor_get_accessible        (ClutterActor *self);

Returns the accessible object that describes the actor to an assistive technology.

-If no class-specific AtkObject implementation is available for the -actor instance in question, it will inherit an AtkObject +If no class-specific AtkObject implementation is available for the +actor instance in question, it will inherit an AtkObject implementation from the first ancestor class for which such an implementation is defined.

@@ -8526,7 +8562,7 @@ their uses.
- @@ -8569,7 +8605,7 @@ is called

clutter_actor_add_action_with_name ()

void                clutter_actor_add_action_with_name  (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterAction *action);

A convenience function for setting the name of a ClutterAction @@ -8648,7 +8684,7 @@ The reference held by self on the

clutter_actor_remove_action_by_name ()

void                clutter_actor_remove_action_by_name (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Removes the ClutterAction with the given name from the list of actions applied to self @@ -8672,7 +8708,7 @@ of actions applied to self


clutter_actor_has_actions ()

-
gboolean            clutter_actor_has_actions           (ClutterActor *self);
+
gboolean            clutter_actor_has_actions           (ClutterActor *self);

Returns whether the actor has any actions applied.

@@ -8687,8 +8723,8 @@ Returns whether the actor has any actions applied.
+TRUE if the actor has any actions, +FALSE otherwise

Returns :

the AtkObject associated with actor. [transfer none] +the AtkObject associated with actor. [transfer none]

Returns :

-TRUE if the actor has any actions, -FALSE otherwise
@@ -8697,7 +8733,7 @@ Returns whether the actor has any actions applied.

clutter_actor_get_actions ()

-
GList *             clutter_actor_get_actions           (ClutterActor *self);
+
GList *             clutter_actor_get_actions           (ClutterActor *self);

Retrieves the list of actions applied to self

@@ -8713,8 +8749,8 @@ Retrieves the list of actions applied to self

Returns :

a copy of the list of ClutterActions. The contents of the list are -owned by the ClutterActor. Use g_list_free() to free the resources -allocated by the returned GList. [transfer container][element-type Clutter.Action] +owned by the ClutterActor. Use g_list_free() to free the resources +allocated by the returned GList. [transfer container][element-type Clutter.Action] @@ -8725,7 +8761,7 @@ allocated by the returned GList.

clutter_actor_get_action ()

ClutterAction *     clutter_actor_get_action            (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Retrieves the ClutterAction with the given name in the list of actions applied to self @@ -8745,7 +8781,7 @@ of actions applied to self

Returns :

a ClutterAction for the given -name, or NULL. The returned ClutterAction is owned by the +name, or NULL. The returned ClutterAction is owned by the actor and it should not be unreferenced directly. [transfer none] @@ -8806,7 +8842,7 @@ either

clutter_actor_add_constraint_with_name ()

void                clutter_actor_add_constraint_with_name
                                                         (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterConstraint *constraint);

A convenience function for setting the name of a ClutterConstraint @@ -8886,7 +8922,7 @@ The reference held by self on the

clutter_actor_remove_constraint_by_name ()

void                clutter_actor_remove_constraint_by_name
                                                         (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Removes the ClutterConstraint with the given name from the list of constraints applied to self @@ -8910,7 +8946,7 @@ of constraints applied to self


clutter_actor_has_constraints ()

-
gboolean            clutter_actor_has_constraints       (ClutterActor *self);
+
gboolean            clutter_actor_has_constraints       (ClutterActor *self);

Returns whether the actor has any constraints applied.

@@ -8925,8 +8961,8 @@ Returns whether the actor has any constraints applied.

Returns :

-TRUE if the actor has any constraints, -FALSE otherwise +TRUE if the actor has any constraints, +FALSE otherwise
@@ -8935,7 +8971,7 @@ Returns whether the actor has any constraints applied.

clutter_actor_get_constraints ()

-
GList *             clutter_actor_get_constraints       (ClutterActor *self);
+
GList *             clutter_actor_get_constraints       (ClutterActor *self);

Retrieves the list of constraints applied to self

@@ -8951,8 +8987,8 @@ Retrieves the list of constraints applied to self

Returns :

a copy of the list of ClutterConstraints. The contents of the list are -owned by the ClutterActor. Use g_list_free() to free the resources -allocated by the returned GList. [transfer container][element-type Clutter.Constraint] +owned by the ClutterActor. Use g_list_free() to free the resources +allocated by the returned GList. [transfer container][element-type Clutter.Constraint] @@ -8963,7 +8999,7 @@ allocated by the returned GList.

clutter_actor_get_constraint ()

ClutterConstraint * clutter_actor_get_constraint        (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Retrieves the ClutterConstraint with the given name in the list of constraints applied to self @@ -8983,7 +9019,7 @@ of constraints applied to self

Returns :

a ClutterConstraint for the given -name, or NULL. The returned ClutterConstraint is owned by the +name, or NULL. The returned ClutterConstraint is owned by the actor and it should not be unreferenced directly. [transfer none] @@ -9042,7 +9078,7 @@ called.

clutter_actor_add_effect_with_name ()

void                clutter_actor_add_effect_with_name  (ClutterActor *self,
-                                                         const gchar *name,
+                                                         const gchar *name,
                                                          ClutterEffect *effect);

A convenience function for setting the name of a ClutterEffect @@ -9121,7 +9157,7 @@ The reference held by self on the

clutter_actor_remove_effect_by_name ()

void                clutter_actor_remove_effect_by_name (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Removes the ClutterEffect with the given name from the list of effects applied to self @@ -9145,7 +9181,7 @@ of effects applied to self


clutter_actor_has_effects ()

-
gboolean            clutter_actor_has_effects           (ClutterActor *self);
+
gboolean            clutter_actor_has_effects           (ClutterActor *self);

Returns whether the actor has any effects applied.

@@ -9160,8 +9196,8 @@ Returns whether the actor has any effects applied.

Returns :

-TRUE if the actor has any effects, -FALSE otherwise +TRUE if the actor has any effects, +FALSE otherwise
@@ -9170,7 +9206,7 @@ Returns whether the actor has any effects applied.

clutter_actor_get_effects ()

-
GList *             clutter_actor_get_effects           (ClutterActor *self);
+
GList *             clutter_actor_get_effects           (ClutterActor *self);

Retrieves the ClutterEffects applied on self, if any

@@ -9185,9 +9221,9 @@ Retrieves the

Returns :

a list -of
ClutterEffects, or NULL. The elements of the returned +of ClutterEffects, or NULL. The elements of the returned list are owned by Clutter and they should not be freed. You should -free the returned list using g_list_free() when done. [transfer container][element-type Clutter.Effect] +free the returned list using g_list_free() when done. [transfer container][element-type Clutter.Effect] @@ -9198,7 +9234,7 @@ free the returned list using g_list_free() when do

clutter_actor_get_effect ()

ClutterEffect *     clutter_actor_get_effect            (ClutterActor *self,
-                                                         const gchar *name);
+ const gchar *name);

Retrieves the ClutterEffect with the given name in the list of effects applied to self @@ -9218,7 +9254,7 @@ of effects applied to self

Returns :

a ClutterEffect for the given -name, or NULL. The returned ClutterEffect is owned by the +name, or NULL. The returned ClutterEffect is owned by the actor and it should not be unreferenced directly. [transfer none] @@ -9469,7 +9505,7 @@ Removes the parent of self. This will cause the parent of self to release the reference acquired when calling clutter_actor_set_parent(), so if you want to keep self you will have to acquire a reference of -your own, through g_object_ref(). +your own, through g_object_ref().

This function should only be called by legacy ClutterActors @@ -9562,7 +9598,7 @@ This function calls

Warning

clutter_actor_raise_top has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_set_child_above_sibling() with - a NULL sibling, instead.

+ a NULL sibling, instead.

Raises self to the top. @@ -9586,7 +9622,7 @@ This function calls

Warning

clutter_actor_lower_bottom has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_set_child_below_sibling() with - a NULL sibling, instead.

+ a NULL sibling, instead.

Lowers self to the bottom. @@ -9606,7 +9642,7 @@ This function calls

clutter_actor_set_shader ()

-
gboolean            clutter_actor_set_shader            (ClutterActor *self,
+
gboolean            clutter_actor_set_shader            (ClutterActor *self,
                                                          ClutterShader *shader);

Warning

@@ -9617,7 +9653,7 @@ This function calls ClutterShader to be used when rendering self.

-If shader is NULL this function will unset any currently set shader +If shader is NULL this function will unset any currently set shader for the actor.

@@ -9637,13 +9673,13 @@ over the shader :

-a ClutterShader or NULL to unset the shader. [allow-none] +a ClutterShader or NULL to unset the shader. [allow-none]

Returns :

-TRUE if the shader was successfully applied +TRUE if the shader was successfully applied or removed @@ -9672,7 +9708,7 @@ Queries the currently set Returns :

The currently set
ClutterShader -or NULL if no shader is set. [transfer none] +or NULL if no shader is set. [transfer none] @@ -9683,8 +9719,8 @@ or

clutter_actor_set_shader_param ()

void                clutter_actor_set_shader_param      (ClutterActor *self,
-                                                         const gchar *param,
-                                                         const GValue *value);
+ const gchar *param, + const GValue *value);

Warning

clutter_actor_set_shader_param has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_shader_effect_set_uniform_value() instead

@@ -9718,8 +9754,8 @@ to actor.

clutter_actor_set_shader_param_float ()

void                clutter_actor_set_shader_param_float
                                                         (ClutterActor *self,
-                                                         const gchar *param,
-                                                         gfloat value);
+ const gchar *param, + gfloat value);

Warning

clutter_actor_set_shader_param_float has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_shader_effect_set_uniform() instead

@@ -9752,8 +9788,8 @@ to actor.

clutter_actor_set_shader_param_int ()

void                clutter_actor_set_shader_param_int  (ClutterActor *self,
-                                                         const gchar *param,
-                                                         gint value);
+ const gchar *param, + gint value);

Warning

clutter_actor_set_shader_param_int has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_shader_effect_set_uniform() instead

@@ -9802,19 +9838,19 @@ pixels with sub-pixel precision -

gfloat x1;

+

gfloat x1;

X coordinate of the top left corner -

gfloat y1;

+

gfloat y1;

Y coordinate of the top left corner -

gfloat x2;

+

gfloat x2;

X coordinate of the bottom right corner -

gfloat y2;

+

gfloat y2;

Y coordinate of the bottom right corner @@ -9870,10 +9906,10 @@ it, e.g.:

clutter_actor_box_new ()

-
ClutterActorBox *   clutter_actor_box_new               (gfloat x_1,
-                                                         gfloat y_1,
-                                                         gfloat x_2,
-                                                         gfloat y_2);
+
ClutterActorBox *   clutter_actor_box_new               (gfloat x_1,
+                                                         gfloat y_1,
+                                                         gfloat x_2,
+                                                         gfloat y_2);

Allocates a new ClutterActorBox using the passed coordinates for the top left and bottom right points @@ -9910,10 +9946,10 @@ for the top left and bottom right points

clutter_actor_box_init ()

void                clutter_actor_box_init              (ClutterActorBox *box,
-                                                         gfloat x_1,
-                                                         gfloat y_1,
-                                                         gfloat x_2,
-                                                         gfloat y_2);
+ gfloat x_1, + gfloat y_1, + gfloat x_2, + gfloat y_2);

Initializes box with the given coordinates.

@@ -9949,10 +9985,10 @@ Initializes box with the given coordinat

clutter_actor_box_init_rect ()

void                clutter_actor_box_init_rect         (ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat width,
-                                                         gfloat height);
+ gfloat x, + gfloat y, + gfloat width, + gfloat height);

Initializes box with the given origin and size.

@@ -10029,7 +10065,7 @@ or

clutter_actor_box_equal ()

-
gboolean            clutter_actor_box_equal             (const ClutterActorBox *box_a,
+
gboolean            clutter_actor_box_equal             (const ClutterActorBox *box_a,
                                                          const ClutterActorBox *box_b);

Checks box_a and box_b for equality @@ -10050,7 +10086,7 @@ Checks box_a and <

Returns :

-TRUE if the passed ClutterActorBox are equal +TRUE if the passed ClutterActorBox are equal
@@ -10059,7 +10095,7 @@ Checks box_a and <

clutter_actor_box_get_x ()

-
gfloat              clutter_actor_box_get_x             (const ClutterActorBox *box);
+
gfloat              clutter_actor_box_get_x             (const ClutterActorBox *box);

Retrieves the X coordinate of the origin of box

@@ -10082,7 +10118,7 @@ Retrieves the X coordinate of the origin of box

clutter_actor_box_get_y ()

-
gfloat              clutter_actor_box_get_y             (const ClutterActorBox *box);
+
gfloat              clutter_actor_box_get_y             (const ClutterActorBox *box);

Retrieves the Y coordinate of the origin of box

@@ -10105,7 +10141,7 @@ Retrieves the Y coordinate of the origin of box

clutter_actor_box_get_width ()

-
gfloat              clutter_actor_box_get_width         (const ClutterActorBox *box);
+
gfloat              clutter_actor_box_get_width         (const ClutterActorBox *box);

Retrieves the width of the box

@@ -10128,7 +10164,7 @@ Retrieves the width of the box

clutter_actor_box_get_height ()

-
gfloat              clutter_actor_box_get_height        (const ClutterActorBox *box);
+
gfloat              clutter_actor_box_get_height        (const ClutterActorBox *box);

Retrieves the height of the box

@@ -10152,8 +10188,8 @@ Retrieves the height of the box

clutter_actor_box_set_origin ()

void                clutter_actor_box_set_origin        (ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y);
+ gfloat x, + gfloat y);

Changes the origin of box, maintaining the size of the ClutterActorBox.

@@ -10181,8 +10217,8 @@ Changes the origin of box, maintaining t

clutter_actor_box_get_origin ()

void                clutter_actor_box_get_origin        (const ClutterActorBox *box,
-                                                         gfloat *x,
-                                                         gfloat *y);
+ gfloat *x, + gfloat *y);

Retrieves the origin of box

@@ -10196,12 +10232,12 @@ Retrieves the origin of box

x :

-return location for the X coordinate, or NULL. [out][allow-none] +return location for the X coordinate, or NULL. [out][allow-none]

y :

-return location for the Y coordinate, or NULL. [out][allow-none] +return location for the Y coordinate, or NULL. [out][allow-none] @@ -10212,8 +10248,8 @@ Retrieves the origin of box

clutter_actor_box_set_size ()

void                clutter_actor_box_set_size          (ClutterActorBox *box,
-                                                         gfloat width,
-                                                         gfloat height);
+ gfloat width, + gfloat height);

Sets the size of box, maintaining the origin of the ClutterActorBox.

@@ -10241,8 +10277,8 @@ Sets the size of box, maintaining the or

clutter_actor_box_get_size ()

void                clutter_actor_box_get_size          (const ClutterActorBox *box,
-                                                         gfloat *width,
-                                                         gfloat *height);
+ gfloat *width, + gfloat *height);

Retrieves the size of box

@@ -10256,12 +10292,12 @@ Retrieves the size of box

width :

-return location for the width, or NULL. [out][allow-none] +return location for the width, or NULL. [out][allow-none]

height :

-return location for the height, or NULL. [out][allow-none] +return location for the height, or NULL. [out][allow-none] @@ -10271,7 +10307,7 @@ Retrieves the size of box

clutter_actor_box_get_area ()

-
gfloat              clutter_actor_box_get_area          (const ClutterActorBox *box);
+
gfloat              clutter_actor_box_get_area          (const ClutterActorBox *box);

Retrieves the area of box

@@ -10294,9 +10330,9 @@ Retrieves the area of box

clutter_actor_box_contains ()

-
gboolean            clutter_actor_box_contains          (const ClutterActorBox *box,
-                                                         gfloat x,
-                                                         gfloat y);
+
gboolean            clutter_actor_box_contains          (const ClutterActorBox *box,
+                                                         gfloat x,
+                                                         gfloat y);

Checks whether a point with x, y coordinates is contained withing box @@ -10320,7 +10356,7 @@ withing box

Returns :

-TRUE if the point is contained by the ClutterActorBox +TRUE if the point is contained by the ClutterActorBox @@ -10375,7 +10411,7 @@ Clamps the components of box to the near

clutter_actor_box_interpolate ()

void                clutter_actor_box_interpolate       (const ClutterActorBox *initial,
                                                          const ClutterActorBox *final,
-                                                         gdouble progress,
+                                                         gdouble progress,
                                                          ClutterActorBox *result);

Interpolates between initial and final ClutterActorBoxes @@ -10455,15 +10491,15 @@ Vertex of an actor in 3D space, expressed in pixels -

gfloat x;

+

gfloat x;

X coordinate of the vertex -

gfloat y;

+

gfloat y;

Y coordinate of the vertex -

gfloat z;

+

gfloat z;

Z coordinate of the vertex @@ -10515,9 +10551,9 @@ A simple macro for initializing a

clutter_vertex_new ()

-
ClutterVertex *     clutter_vertex_new                  (gfloat x,
-                                                         gfloat y,
-                                                         gfloat z);
+
ClutterVertex *     clutter_vertex_new                  (gfloat x,
+                                                         gfloat y,
+                                                         gfloat z);

Creates a new ClutterVertex for the point in 3D space identified by the 3 coordinates x, y, z @@ -10550,9 +10586,9 @@ identified by the 3 coordinates x,

clutter_vertex_init ()

void                clutter_vertex_init                 (ClutterVertex *vertex,
-                                                         gfloat x,
-                                                         gfloat y,
-                                                         gfloat z);
+ gfloat x, + gfloat y, + gfloat z);

Initializes vertex with the given coordinates.

@@ -10624,7 +10660,7 @@ Frees a

clutter_vertex_equal ()

-
gboolean            clutter_vertex_equal                (const ClutterVertex *vertex_a,
+
gboolean            clutter_vertex_equal                (const ClutterVertex *vertex_a,
                                                          const ClutterVertex *vertex_b);

Compares vertex_a and vertex_b for equality @@ -10645,7 +10681,7 @@ Compares vertex_a and Returns :

-TRUE if the passed ClutterVertex are equal +TRUE if the passed ClutterVertex are equal
@@ -10668,19 +10704,19 @@ The rectangle containing an actor's bounding box, measured in pixels. -

gint x;

+

gint x;

X coordinate of the top left corner of an actor -

gint y;

+

gint y;

Y coordinate of the top left corner of an actor -

guint width;

+

guint width;

width of an actor -

guint height;

+

guint height;

height of an actor @@ -10720,11 +10756,11 @@ Find the union of two rectangles represented as

clutter_geometry_intersects ()

-
gboolean            clutter_geometry_intersects         (const ClutterGeometry *geometry0,
+
gboolean            clutter_geometry_intersects         (const ClutterGeometry *geometry0,
                                                          const ClutterGeometry *geometry1);

-Determines if geometry0 and geometry1 intersect returning TRUE if -they do else FALSE. +Determines if geometry0 and geometry1 intersect returning TRUE if +they do else FALSE.

@@ -10740,8 +10776,8 @@ they do else FALSE. +TRUE of geometry0 and geometry1 intersect else +FALSE.

Returns :

-TRUE of geometry0 and geometry1 intersect else -FALSE.
@@ -10872,7 +10908,7 @@ Retrieves the origin of the

clutter_paint_volume_set_width ()

void                clutter_paint_volume_set_width      (ClutterPaintVolume *pv,
-                                                         gfloat width);
+ gfloat width);

Sets the width of the paint volume. The width is measured along the x axis in the actor coordinates that pv is associated with. @@ -10896,7 +10932,7 @@ the x axis in the actor coordinates that pv

clutter_paint_volume_get_width ()

-
gfloat              clutter_paint_volume_get_width      (const ClutterPaintVolume *pv);
+
gfloat              clutter_paint_volume_get_width      (const ClutterPaintVolume *pv);

Retrieves the width of the volume's, axis aligned, bounding box.

@@ -10951,7 +10987,7 @@ for efficiency

clutter_paint_volume_set_height ()

void                clutter_paint_volume_set_height     (ClutterPaintVolume *pv,
-                                                         gfloat height);
+ gfloat height);

Sets the height of the paint volume. The height is measured along the y axis in the actor coordinates that pv is associated with. @@ -10975,7 +11011,7 @@ the y axis in the actor coordinates that pv

clutter_paint_volume_get_height ()

-
gfloat              clutter_paint_volume_get_height     (const ClutterPaintVolume *pv);
+
gfloat              clutter_paint_volume_get_height     (const ClutterPaintVolume *pv);

Retrieves the height of the volume's, axis aligned, bounding box.

@@ -11030,7 +11066,7 @@ for efficiency

clutter_paint_volume_set_depth ()

void                clutter_paint_volume_set_depth      (ClutterPaintVolume *pv,
-                                                         gfloat depth);
+ gfloat depth);

Sets the depth of the paint volume. The depth is measured along the z axis in the actor coordinates that pv is associated with. @@ -11054,7 +11090,7 @@ the z axis in the actor coordinates that pv

clutter_paint_volume_get_depth ()

-
gfloat              clutter_paint_volume_get_depth      (const ClutterPaintVolume *pv);
+
gfloat              clutter_paint_volume_get_depth      (const ClutterPaintVolume *pv);

Retrieves the depth of the volume's, axis aligned, bounding box.

@@ -11108,7 +11144,7 @@ for efficiency.

clutter_paint_volume_set_from_allocation ()

-
gboolean            clutter_paint_volume_set_from_allocation
+
gboolean            clutter_paint_volume_set_from_allocation
                                                         (ClutterPaintVolume *pv,
                                                          ClutterActor *actor);

@@ -11134,7 +11170,7 @@ A typical example is: 4 5 6

-
static gboolean
+        
static gboolean
 my_actor_get_paint_volume (ClutterActor       *self,
                            ClutterPaintVolume *volume)
 {
@@ -11163,7 +11199,7 @@ A typical example is:
 
 

Returns :

-TRUE if the paint volume was successfully set, and FALSE +TRUE if the paint volume was successfully set, and FALSE otherwise @@ -11268,7 +11304,7 @@ The anchor point expressed as a

The "anchor-x" property

-
  "anchor-x"                 gfloat                : Read / Write
+
  "anchor-x"                 gfloat                : Read / Write

The X coordinate of an actor's anchor point, relative to the actor coordinate space, in pixels @@ -11279,7 +11315,7 @@ the actor coordinate space, in pixels


The "anchor-y" property

-
  "anchor-y"                 gfloat                : Read / Write
+
  "anchor-y"                 gfloat                : Read / Write

The Y coordinate of an actor's anchor point, relative to the actor coordinate space, in pixels @@ -11303,7 +11339,7 @@ The

The "background-color-set" property

-
  "background-color-set"     gboolean              : Read
+
  "background-color-set"     gboolean              : Read

Whether the "background-color" property has been set.

@@ -11325,7 +11361,7 @@ painted

The "clip-to-allocation" property

-
  "clip-to-allocation"       gboolean              : Read / Write
+
  "clip-to-allocation"       gboolean              : Read / Write

Whether the clip region should track the allocated area of the actor. @@ -11392,13 +11428,16 @@ This property is meaningful only for +

+The "content-gravity" property is animatable. +

Default value: CLUTTER_CONTENT_GRAVITY_RESIZE_FILL

Since 1.10


The "depth" property

-
  "depth"                    gfloat                : Read / Write
+
  "depth"                    gfloat                : Read / Write

The position of the actor on the Z axis.

@@ -11433,7 +11472,7 @@ The actor's first child.

The "fixed-position-set" property

-
  "fixed-position-set"       gboolean              : Read / Write
+
  "fixed-position-set"       gboolean              : Read / Write

This flag controls whether the "fixed-x" and "fixed-y" properties are used @@ -11444,7 +11483,7 @@ This flag controls whether the

The "fixed-x" property

-
  "fixed-x"                  gfloat                : Read / Write
+
  "fixed-x"                  gfloat                : Read / Write

The fixed X position of the actor in pixels.

@@ -11458,7 +11497,7 @@ property as well, as a side effect

The "fixed-y" property

-
  "fixed-y"                  gfloat                : Read / Write
+
  "fixed-y"                  gfloat                : Read / Write

The fixed Y position of the actor in pixels.

@@ -11472,7 +11511,7 @@ property as well, as a side effect

The "has-clip" property

-
  "has-clip"                 gboolean              : Read
+
  "has-clip"                 gboolean              : Read

Whether the actor has the "clip" property set or not

@@ -11481,7 +11520,7 @@ Whether the actor has the

The "has-pointer" property

-
  "has-pointer"              gboolean              : Read
+
  "has-pointer"              gboolean              : Read

Whether the actor contains the pointer of a ClutterInputDevice or not. @@ -11492,7 +11531,7 @@ or not.


The "height" property

-
  "height"                   gfloat                : Read / Write
+
  "height"                   gfloat                : Read / Write

Height of the actor (in pixels). If written, forces the minimum and natural size request of the actor to the given height. If read, returns @@ -11533,7 +11572,7 @@ an actor.


The "mapped" property

-
  "mapped"                   gboolean              : Read
+
  "mapped"                   gboolean              : Read

Whether the actor is mapped (will be painted when the stage to which it belongs is mapped) @@ -11544,7 +11583,7 @@ to which it belongs is mapped)


The "margin-bottom" property

-
  "margin-bottom"            gfloat                : Read / Write
+
  "margin-bottom"            gfloat                : Read / Write

The margin (in pixels) from the bottom of the actor.

@@ -11559,7 +11598,7 @@ will be automatically taken into account when allocating the actor.

The "margin-left" property

-
  "margin-left"              gfloat                : Read / Write
+
  "margin-left"              gfloat                : Read / Write

The margin (in pixels) from the left of the actor.

@@ -11574,7 +11613,7 @@ will be automatically taken into account when allocating the actor.

The "margin-right" property

-
  "margin-right"             gfloat                : Read / Write
+
  "margin-right"             gfloat                : Read / Write

The margin (in pixels) from the right of the actor.

@@ -11589,7 +11628,7 @@ will be automatically taken into account when allocating the actor.

The "margin-top" property

-
  "margin-top"               gfloat                : Read / Write
+
  "margin-top"               gfloat                : Read / Write

The margin (in pixels) from the top of the actor.

@@ -11604,7 +11643,7 @@ will be automatically taken into account when allocating the actor.

The "min-height" property

-
  "min-height"               gfloat                : Read / Write
+
  "min-height"               gfloat                : Read / Write

A forced minimum height request for the actor, in pixels

@@ -11620,7 +11659,7 @@ request of the actor.

The "min-height-set" property

-
  "min-height-set"           gboolean              : Read / Write
+
  "min-height-set"           gboolean              : Read / Write

This flag controls whether the "min-height" property is used @@ -11631,7 +11670,7 @@ is used


The "min-width" property

-
  "min-width"                gfloat                : Read / Write
+
  "min-width"                gfloat                : Read / Write

A forced minimum width request for the actor, in pixels

@@ -11649,7 +11688,7 @@ This property overrides the usual width request of the actor.

The "min-width-set" property

-
  "min-width-set"            gboolean              : Read / Write
+
  "min-width-set"            gboolean              : Read / Write

This flag controls whether the "min-width" property is used @@ -11667,7 +11706,7 @@ is used


The "name" property

-
  "name"                     gchar*                : Read / Write
+
  "name"                     gchar*                : Read / Write

The name of the actor

@@ -11677,7 +11716,7 @@ The name of the actor

The "natural-height" property

-
  "natural-height"           gfloat                : Read / Write
+
  "natural-height"           gfloat                : Read / Write

A forced natural height request for the actor, in pixels

@@ -11693,7 +11732,7 @@ usual height request of the actor

The "natural-height-set" property

-
  "natural-height-set"       gboolean              : Read / Write
+
  "natural-height-set"       gboolean              : Read / Write

This flag controls whether the "natural-height" property is used @@ -11704,7 +11743,7 @@ is used


The "natural-width" property

-
  "natural-width"            gfloat                : Read / Write
+
  "natural-width"            gfloat                : Read / Write

A forced natural width request for the actor, in pixels

@@ -11720,7 +11759,7 @@ usual width request of the actor

The "natural-width-set" property

-
  "natural-width-set"        gboolean              : Read / Write
+
  "natural-width-set"        gboolean              : Read / Write

This flag controls whether the "natural-width" property is used @@ -11744,7 +11783,7 @@ handling of transparent actors. See


The "opacity" property

-
  "opacity"                  guint                 : Read / Write
+
  "opacity"                  guint                 : Read / Write

Opacity of an actor, between 0 (fully transparent) and 255 (fully opaque) @@ -11758,7 +11797,7 @@ The

The "scale-y" property

-
  "scale-y"                  gdouble               : Read / Write
+
  "scale-y"                  gdouble               : Read / Write

The vertical scale of the actor.

@@ -12003,13 +12042,13 @@ The

The "width" property

-
  "width"                    gfloat                : Read / Write
+
  "width"                    gfloat                : Read / Write

Width of the actor (in pixels). If written, forces the minimum and natural size request of the actor to the given width. If read, returns @@ -12054,7 +12093,7 @@ The "allocation" property changes. Usually, application @@ -12145,9 +12184,9 @@ want use this signal instead.


The "button-press-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::button-press-event signal is emitted each time a mouse button is pressed on actor. @@ -12171,8 +12210,8 @@ is pressed on actor.

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12181,9 +12220,9 @@ or FALSE to continue the emission.

The "button-release-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::button-release-event signal is emitted each time a mouse button is released on actor. @@ -12207,8 +12246,8 @@ is released on actor.

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12217,9 +12256,9 @@ or FALSE to continue the emission.

The "captured-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::captured-event signal is emitted when an event is captured by Clutter. This signal will be emitted starting from the top-level @@ -12248,8 +12287,8 @@ emitted.

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12259,7 +12298,7 @@ or FALSE to continue the emission.

The "destroy" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : No Hooks
+ gpointer user_data) : No Hooks

The ::destroy signal notifies that all references held on the actor which emitted it should be released. @@ -12297,9 +12336,9 @@ required to chain up to the parent's implementation.


The "enter-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::enter-event signal is emitted when the pointer enters the actor

@@ -12322,8 +12361,8 @@ The ::enter-event signal is emitted when the pointer enters the Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12332,9 +12371,9 @@ or FALSE to continue the emission.

The "event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::event signal is emitted each time an event is received by the actor. This signal will be emitted on every actor, @@ -12360,8 +12399,8 @@ container (the

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12371,7 +12410,7 @@ or FALSE to continue the emission.

The "hide" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run First
+ gpointer user_data) : Run First

The ::hide signal is emitted when an actor is no longer rendered on the stage. @@ -12395,7 +12434,7 @@ on the stage.

The "key-focus-in" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::key-focus-in signal is emitted when actor receives key focus.

@@ -12418,7 +12457,7 @@ The ::key-focus-in signal is emitted when actor

The "key-focus-out" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::key-focus-out signal is emitted when actor loses key focus.

@@ -12440,9 +12479,9 @@ The ::key-focus-out signal is emitted when actor

The "key-press-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::key-press-event signal is emitted each time a keyboard button is pressed while actor has key focus (see clutter_stage_set_key_focus()). @@ -12466,8 +12505,8 @@ is pressed while actor has key focus (se

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12476,9 +12515,9 @@ or FALSE to continue the emission.

The "key-release-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::key-release-event signal is emitted each time a keyboard button is released while actor has key focus (see @@ -12503,8 +12542,8 @@ is released while actor has key focus (s

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12513,9 +12552,9 @@ or FALSE to continue the emission.

The "leave-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::leave-event signal is emitted when the pointer leaves the actor.

@@ -12538,8 +12577,8 @@ The ::leave-event signal is emitted when the pointer leaves the Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12548,9 +12587,9 @@ or FALSE to continue the emission.

The "motion-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::motion-event signal is emitted each time the mouse pointer is moved over actor. @@ -12574,8 +12613,8 @@ moved over actor.

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12585,7 +12624,7 @@ or FALSE to continue the emission.

The "paint" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : No Hooks
+ gpointer user_data) : No Hooks

The ::paint signal is emitted each time an actor is being painted.

@@ -12617,7 +12656,7 @@ to set up some custom aspect of a paint.

The "parent-set" signal

void                user_function                      (ClutterActor *actor,
                                                         ClutterActor *old_parent,
-                                                        gpointer      user_data)       : Run Last
+ gpointer user_data) : Run Last

This signal is emitted when the parent of the actor changes.

@@ -12630,7 +12669,7 @@ This signal is emitted when the parent of the actor changes.

old_parent :

-the previous parent of the actor, or NULL. [allow-none] +the previous parent of the actor, or NULL. [allow-none] @@ -12646,7 +12685,7 @@ This signal is emitted when the parent of the actor changes.

The "pick" signal

void                user_function                      (ClutterActor *actor,
                                                         ClutterColor *color,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::pick signal is emitted each time an actor is being painted in "pick mode". The pick mode is used to identify the actor during @@ -12685,7 +12724,7 @@ to set up some custom aspect of a paint in pick mode.

The "queue-redraw" signal

void                user_function                      (ClutterActor *actor,
                                                         ClutterActor *origin,
-                                                        gpointer      user_data)      : No Hooks
+ gpointer user_data) : No Hooks

The ::queue_redraw signal is emitted when clutter_actor_queue_redraw() is called on origin. @@ -12744,12 +12783,12 @@ themselves, like: on_stage_queue_redraw (ClutterStage *stage) { /* this prevents the default handler to run */ - g_signal_stop_emission_by_name (stage, "queue-redraw"); + g_signal_stop_emission_by_name (stage, "queue-redraw"); /* queue a redraw with the host toolkit and call * a function when the redraw has been completed */ - queue_a_redraw (G_CALLBACK (on_redraw_complete), stage); + queue_a_redraw (G_CALLBACK (on_redraw_complete), stage); } @@ -12765,7 +12804,7 @@ themselves, like:

This signal is emitted before the Clutter paint pipeline is executed. If you want to know when the pipeline has been completed you should connect to the ::paint signal on the -Stage with g_signal_connect_after().

+Stage with g_signal_connect_after().

@@ -12792,7 +12831,7 @@ Stage with g_signal_connect_after().

The "queue-relayout" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : No Hooks
+ gpointer user_data) : No Hooks

The ::queue_layout signal is emitted when clutter_actor_queue_relayout() is called on an actor. @@ -12826,7 +12865,7 @@ not normally need to connect to this signal.

The "realize" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::realize signal is emitted each time an actor is being realized. @@ -12849,9 +12888,9 @@ realized.


The "scroll-event" signal

-
gboolean            user_function                      (ClutterActor *actor,
+
gboolean            user_function                      (ClutterActor *actor,
                                                         ClutterEvent *event,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::scroll-event signal is emitted each time the mouse is scrolled on actor @@ -12875,8 +12914,8 @@ scrolled on actor

Returns :

-TRUE if the event has been handled by the actor, -or FALSE to continue the emission. +TRUE if the event has been handled by the actor, +or FALSE to continue the emission.
@@ -12886,7 +12925,7 @@ or FALSE to continue the emission.

The "show" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run First
+ gpointer user_data) : Run First

The ::show signal is emitted when an actor is visible and rendered on the stage. @@ -12910,7 +12949,7 @@ rendered on the stage.

The "transitions-completed" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::transitions-completed signal is emitted once all transitions involving actor are complete. @@ -12935,7 +12974,7 @@ involving actor are complete.

The "unrealize" signal

void                user_function                      (ClutterActor *actor,
-                                                        gpointer      user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::unrealize signal is emitted each time an actor is being unrealized. diff --git a/doc/reference/clutter/html/ClutterActorMeta.html b/doc/reference/clutter/html/ClutterActorMeta.html index 358f3dd..45100ce 100644 --- a/doc/reference/clutter/html/ClutterActorMeta.html +++ b/doc/reference/clutter/html/ClutterActorMeta.html @@ -44,11 +44,11 @@

                    ClutterActorMeta;
 struct              ClutterActorMetaClass;
 void                clutter_actor_meta_set_name         (ClutterActorMeta *meta,
-                                                         const gchar *name);
-const gchar *       clutter_actor_meta_get_name         (ClutterActorMeta *meta);
+                                                         const gchar *name);
+const gchar *       clutter_actor_meta_get_name         (ClutterActorMeta *meta);
 void                clutter_actor_meta_set_enabled      (ClutterActorMeta *meta,
-                                                         gboolean is_enabled);
-gboolean            clutter_actor_meta_get_enabled      (ClutterActorMeta *meta);
+                                                         gboolean is_enabled);
+gboolean            clutter_actor_meta_get_enabled      (ClutterActorMeta *meta);
 
 ClutterActor *      clutter_actor_meta_get_actor        (ClutterActorMeta *meta);
 
@@ -56,8 +56,8 @@ const gchar *

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterAction
                +----ClutterConstraint
@@ -68,8 +68,8 @@ const gchar *       

Properties

   "actor"                    ClutterActor*         : Read
-  "enabled"                  gboolean              : Read / Write
-  "name"                     gchar*                : Read / Write
+  "enabled"                  gboolean              : Read / Write
+  "name"                     gchar*                : Read / Write
 
@@ -84,7 +84,7 @@ any time.

Every sub-class of ClutterActorMeta should check if the -"enabled" property is set to TRUE before applying +"enabled" property is set to TRUE before applying any kind of modification.

@@ -137,7 +137,7 @@ a

clutter_actor_meta_set_name ()

void                clutter_actor_meta_set_name         (ClutterActorMeta *meta,
-                                                         const gchar *name);
+ const gchar *name);

Sets the name of meta

@@ -164,7 +164,7 @@ The name can be used to identify the

clutter_actor_meta_get_name ()

-
const gchar *       clutter_actor_meta_get_name         (ClutterActorMeta *meta);
+
const gchar *       clutter_actor_meta_get_name         (ClutterActorMeta *meta);

Retrieves the name set using clutter_actor_meta_set_name()

@@ -179,7 +179,7 @@ Retrieves the name set using Returns :

the name of the
ClutterActorMeta -instance, or NULL if none was set. The returned string is owned +instance, or NULL if none was set. The returned string is owned by the ClutterActorMeta instance and it should not be modified or freed. [transfer none] @@ -192,7 +192,7 @@ or freed. [

clutter_actor_meta_set_enabled ()

void                clutter_actor_meta_set_enabled      (ClutterActorMeta *meta,
-                                                         gboolean is_enabled);
+ gboolean is_enabled);

Sets whether meta should be enabled or not

@@ -215,7 +215,7 @@ Sets whether meta should be enabled or n

clutter_actor_meta_get_enabled ()

-
gboolean            clutter_actor_meta_get_enabled      (ClutterActorMeta *meta);
+
gboolean            clutter_actor_meta_get_enabled      (ClutterActorMeta *meta);

Retrieves whether meta is enabled

@@ -230,7 +230,7 @@ Retrieves whether meta is enabled

Returns :

-TRUE if the ClutterActorMeta instance is enabled +TRUE if the ClutterActorMeta instance is enabled
@@ -253,7 +253,7 @@ Retrieves a pointer to the Returns :

-a pointer to a ClutterActor or NULL. [transfer none] +a pointer to a ClutterActor or NULL. [transfer none] @@ -274,7 +274,7 @@ The

The "enabled" property

-
  "enabled"                  gboolean              : Read / Write
+
  "enabled"                  gboolean              : Read / Write

Whether or not the ClutterActorMeta is enabled

@@ -284,7 +284,7 @@ Whether or not the

The "name" property

-
  "name"                     gchar*                : Read / Write
+
  "name"                     gchar*                : Read / Write

The unique name to access the ClutterActorMeta

diff --git a/doc/reference/clutter/html/ClutterAlignConstraint.html b/doc/reference/clutter/html/ClutterAlignConstraint.html index 12e76e4..b4b72d5 100644 --- a/doc/reference/clutter/html/ClutterAlignConstraint.html +++ b/doc/reference/clutter/html/ClutterAlignConstraint.html @@ -45,7 +45,7 @@ enum ClutterAlignAxis; ClutterConstraint * clutter_align_constraint_new (ClutterActor *source, ClutterAlignAxis axis, - gfloat factor); + gfloat factor); void clutter_align_constraint_set_source (ClutterAlignConstraint *align, ClutterActor *source); ClutterActor * clutter_align_constraint_get_source (ClutterAlignConstraint *align); @@ -55,15 +55,15 @@ enum ClutterAlignAxis clutter_align_constraint_get_align_axis (ClutterAlignConstraint *align); void clutter_align_constraint_set_factor (ClutterAlignConstraint *align, - gfloat factor); -gfloat clutter_align_constraint_get_factor (ClutterAlignConstraint *align); + gfloat factor); +gfloat clutter_align_constraint_get_factor (ClutterAlignConstraint *align);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterConstraint
                      +----ClutterAlignConstraint
@@ -73,7 +73,7 @@ enum                

Properties

   "align-axis"               ClutterAlignAxis      : Read / Write / Construct
-  "factor"                   gfloat                : Read / Write / Construct
+  "factor"                   gfloat                : Read / Write / Construct
   "source"                   ClutterActor*         : Read / Write / Construct
 
@@ -140,7 +140,7 @@ the alignment.

clutter_align_constraint_new ()

ClutterConstraint * clutter_align_constraint_new        (ClutterActor *source,
                                                          ClutterAlignAxis axis,
-                                                         gfloat factor);
+ gfloat factor);

Creates a new constraint, aligning a ClutterActor's position with regards of the size of the actor to source, with the given @@ -152,7 +152,7 @@ alignment factor

source :

the ClutterActor to use as the source of the -alignment, or NULL. [allow-none] +alignment, or NULL. [allow-none] @@ -190,7 +190,7 @@ Sets the source of the alignment constraint

source :

-a ClutterActor, or NULL to unset the source. [allow-none] +a ClutterActor, or NULL to unset the source. [allow-none] @@ -275,7 +275,7 @@ Retrieves the value set using

clutter_align_constraint_set_factor ()

void                clutter_align_constraint_set_factor (ClutterAlignConstraint *align,
-                                                         gfloat factor);
+ gfloat factor);

Sets the alignment factor of the constraint

@@ -309,7 +309,7 @@ cases

clutter_align_constraint_get_factor ()

-
gfloat              clutter_align_constraint_get_factor (ClutterAlignConstraint *align);
+
gfloat              clutter_align_constraint_get_factor (ClutterAlignConstraint *align);

Retrieves the factor set using clutter_align_constraint_set_factor()

@@ -344,7 +344,7 @@ The axis to be used to compute the alignment

The "factor" property

-
  "factor"                   gfloat                : Read / Write / Construct
+
  "factor"                   gfloat                : Read / Write / Construct

The alignment factor, as a normalized value between 0.0 and 1.0

diff --git a/doc/reference/clutter/html/ClutterAlpha.html b/doc/reference/clutter/html/ClutterAlpha.html index 476e05c..d54b941 100644 --- a/doc/reference/clutter/html/ClutterAlpha.html +++ b/doc/reference/clutter/html/ClutterAlpha.html @@ -45,40 +45,40 @@

Synopsis

                    ClutterAlpha;
 struct              ClutterAlphaClass;
-gdouble             (*ClutterAlphaFunc)                 (ClutterAlpha *alpha,
-                                                         gpointer user_data);
+gdouble             (*ClutterAlphaFunc)                 (ClutterAlpha *alpha,
+                                                         gpointer user_data);
 ClutterAlpha *      clutter_alpha_new                   (void);
 ClutterAlpha *      clutter_alpha_new_full              (ClutterTimeline *timeline,
-                                                         gulong mode);
+                                                         gulong mode);
 ClutterAlpha *      clutter_alpha_new_with_func         (ClutterTimeline *timeline,
                                                          ClutterAlphaFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+                                                         gpointer data,
+                                                         GDestroyNotify destroy);
 void                clutter_alpha_set_timeline          (ClutterAlpha *alpha,
                                                          ClutterTimeline *timeline);
 ClutterTimeline *   clutter_alpha_get_timeline          (ClutterAlpha *alpha);
 void                clutter_alpha_set_mode              (ClutterAlpha *alpha,
-                                                         gulong mode);
-gulong              clutter_alpha_get_mode              (ClutterAlpha *alpha);
-gdouble             clutter_alpha_get_alpha             (ClutterAlpha *alpha);
+                                                         gulong mode);
+gulong              clutter_alpha_get_mode              (ClutterAlpha *alpha);
+gdouble             clutter_alpha_get_alpha             (ClutterAlpha *alpha);
 
 void                clutter_alpha_set_func              (ClutterAlpha *alpha,
                                                          ClutterAlphaFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+                                                         gpointer data,
+                                                         GDestroyNotify destroy);
 void                clutter_alpha_set_closure           (ClutterAlpha *alpha,
-                                                         GClosure *closure);
+                                                         GClosure *closure);
 
-gulong              clutter_alpha_register_closure      (GClosure *closure);
-gulong              clutter_alpha_register_func         (ClutterAlphaFunc func,
-                                                         gpointer data);
+gulong              clutter_alpha_register_closure      (GClosure *closure);
+gulong              clutter_alpha_register_func         (ClutterAlphaFunc func,
+                                                         gpointer data);
 

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterAlpha
 
@@ -91,8 +91,8 @@ ClutterAlpha implements

Properties

-  "alpha"                    gdouble               : Read
-  "mode"                     gulong                : Read / Write / Construct
+  "alpha"                    gdouble               : Read
+  "mode"                     gulong                : Read / Write / Construct
   "timeline"                 ClutterTimeline*      : Read / Write
 
@@ -158,7 +158,7 @@ is internally used by the ClutterScript which allows to reference a custom alpha function available in the source code. Setting the "function" property is equivalent to calling clutter_alpha_set_func() with the - specified function name. No user data or GDestroyNotify is + specified function name. No user data or GDestroyNotify is available to be passed.

Example 10. Defining a ClutterAlpha in ClutterScript

@@ -214,8 +214,8 @@ Base class for

ClutterAlphaFunc ()

-
gdouble             (*ClutterAlphaFunc)                 (ClutterAlpha *alpha,
-                                                         gpointer user_data);
+
gdouble             (*ClutterAlphaFunc)                 (ClutterAlpha *alpha,
+                                                         gpointer user_data);

A function returning a value depending on the position of the ClutterTimeline bound to alpha. @@ -267,7 +267,7 @@ a

clutter_alpha_new_full ()

ClutterAlpha *      clutter_alpha_new_full              (ClutterTimeline *timeline,
-                                                         gulong mode);
+ gulong mode);

Creates a new ClutterAlpha instance and sets the timeline and animation mode. @@ -301,8 +301,8 @@ See also

clutter_alpha_new_with_func ()

ClutterAlpha *      clutter_alpha_new_with_func         (ClutterTimeline *timeline,
                                                          ClutterAlphaFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+ gpointer data, + GDestroyNotify destroy);

Creates a new ClutterAlpha instances and sets the timeline and the alpha function. @@ -328,12 +328,12 @@ See also

data :

-data to pass to the function, or NULL +data to pass to the function, or NULL

destroy :

-function to call when removing the alpha function, or NULL +function to call when removing the alpha function, or NULL @@ -398,7 +398,7 @@ Gets the

clutter_alpha_set_mode ()

void                clutter_alpha_set_mode              (ClutterAlpha *alpha,
-                                                         gulong mode);
+ gulong mode);

Sets the progress function of alpha using the symbolic value of mode, as taken by the ClutterAnimationMode enumeration or @@ -424,7 +424,7 @@ using the value returned by

clutter_alpha_get_mode ()

-
gulong              clutter_alpha_get_mode              (ClutterAlpha *alpha);
+
gulong              clutter_alpha_get_mode              (ClutterAlpha *alpha);

Retrieves the ClutterAnimationMode used by alpha.

@@ -447,7 +447,7 @@ Retrieves the

clutter_alpha_get_alpha ()

-
gdouble             clutter_alpha_get_alpha             (ClutterAlpha *alpha);
+
gdouble             clutter_alpha_get_alpha             (ClutterAlpha *alpha);

Query the current alpha value.

@@ -472,8 +472,8 @@ Query the current alpha value.

clutter_alpha_set_func ()

void                clutter_alpha_set_func              (ClutterAlpha *alpha,
                                                          ClutterAlphaFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+ gpointer data, + GDestroyNotify destroy);

Sets the ClutterAlphaFunc function used to compute the alpha value at each frame of the ClutterTimeline @@ -497,7 +497,7 @@ This function will not register func as

data :

-user data to be passed to the alpha function, or NULL +user data to be passed to the alpha function, or NULL @@ -512,9 +512,9 @@ This function will not register func as

clutter_alpha_set_closure ()

void                clutter_alpha_set_closure           (ClutterAlpha *alpha,
-                                                         GClosure *closure);
+ GClosure *closure);

-Sets the GClosure used to compute the alpha value at each +Sets the GClosure used to compute the alpha value at each frame of the ClutterTimeline bound to alpha.

@@ -527,7 +527,7 @@ frame of the - @@ -537,9 +537,9 @@ frame of the

clutter_alpha_register_closure ()

-
gulong              clutter_alpha_register_closure      (GClosure *closure);
+
gulong              clutter_alpha_register_closure      (GClosure *closure);

-GClosure variant of clutter_alpha_register_func(). +GClosure variant of clutter_alpha_register_func().

Registers a global alpha function and returns its logical id @@ -556,7 +556,7 @@ Rename to: clutter_alpha_register_func

- @@ -570,8 +570,8 @@ Rename to: clutter_alpha_register_func

clutter_alpha_register_func ()

-
gulong              clutter_alpha_register_func         (ClutterAlphaFunc func,
-                                                         gpointer data);
+
gulong              clutter_alpha_register_func         (ClutterAlphaFunc func,
+                                                         gpointer data);

Registers a global alpha function and returns its logical id to be used by clutter_alpha_set_mode() or by ClutterAnimation. @@ -589,7 +589,7 @@ The logical id is always greater than data :

-
@@ -605,7 +605,7 @@ The logical id is always greater than

Property Details

The "alpha" property

-
  "alpha"                    gdouble               : Read
+
  "alpha"                    gdouble               : Read

The alpha value as computed by the alpha function. The linear interval is 0.0 to 1.0, but the Alpha allows overshooting by @@ -618,7 +618,7 @@ one unit in each direction, so the valid interval is -1.0 to 2.0.


The "mode" property

-
  "mode"                     gulong                : Read / Write / Construct
+
  "mode"                     gulong                : Read / Write / Construct

The progress function logical id - either a value from the ClutterAnimationMode enumeration or a value returned by diff --git a/doc/reference/clutter/html/ClutterAnimatable.html b/doc/reference/clutter/html/ClutterAnimatable.html index d95a60e..1b75cf4 100644 --- a/doc/reference/clutter/html/ClutterAnimatable.html +++ b/doc/reference/clutter/html/ClutterAnimatable.html @@ -45,28 +45,28 @@

Synopsis

                    ClutterAnimatable;
 struct              ClutterAnimatableIface;
-gboolean            clutter_animatable_animate_property (ClutterAnimatable *animatable,
+gboolean            clutter_animatable_animate_property (ClutterAnimatable *animatable,
                                                          ClutterAnimation *animation,
-                                                         const gchar *property_name,
-                                                         const GValue *initial_value,
-                                                         const GValue *final_value,
-                                                         gdouble progress,
-                                                         GValue *value);
-GParamSpec *        clutter_animatable_find_property    (ClutterAnimatable *animatable,
-                                                         const gchar *property_name);
+                                                         const gchar *property_name,
+                                                         const GValue *initial_value,
+                                                         const GValue *final_value,
+                                                         gdouble progress,
+                                                         GValue *value);
+GParamSpec *        clutter_animatable_find_property    (ClutterAnimatable *animatable,
+                                                         const gchar *property_name);
 void                clutter_animatable_get_initial_state
                                                         (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
-                                                         GValue *value);
+                                                         const gchar *property_name,
+                                                         GValue *value);
 void                clutter_animatable_set_final_state  (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
-                                                         const GValue *value);
-gboolean            clutter_animatable_interpolate_value
+                                                         const gchar *property_name,
+                                                         const GValue *value);
+gboolean            clutter_animatable_interpolate_value
                                                         (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
+                                                         const gchar *property_name,
                                                          ClutterInterval *interval,
-                                                         gdouble progress,
-                                                         GValue *value);
+                                                         gdouble progress,
+                                                         GValue *value);
 
@@ -80,7 +80,7 @@ struct

Prerequisites

ClutterAnimatable requires - GObject.

+ GObject.

Known Implementations

@@ -91,7 +91,7 @@ ClutterAnimatable is implemented by

Description

-ClutterAnimatable is an interface that allows a GObject class +ClutterAnimatable is an interface that allows a GObject class to control how a ClutterAnimation will animate a property.

@@ -151,7 +151,7 @@ accessed };

-Base interface for GObjects that can be animated by a +Base interface for GObjects that can be animated by a a ClutterAnimation.

closure :

A GClosure +A GClosure

closure :

a GClosure +a GClosure
user data to pass to func, or NULL +user data to pass to func, or NULL
@@ -164,7 +164,7 @@ property. This virtual function is deprecated - @@ -189,13 +189,13 @@ of a property

clutter_animatable_animate_property ()

-
gboolean            clutter_animatable_animate_property (ClutterAnimatable *animatable,
+
gboolean            clutter_animatable_animate_property (ClutterAnimatable *animatable,
                                                          ClutterAnimation *animation,
-                                                         const gchar *property_name,
-                                                         const GValue *initial_value,
-                                                         const GValue *final_value,
-                                                         gdouble progress,
-                                                         GValue *value);
+ const gchar *property_name, + const GValue *initial_value, + const GValue *final_value, + gdouble progress, + GValue *value);

Warning

clutter_animatable_animate_property has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_animatable_interpolate_value() @@ -205,7 +205,7 @@ of a property Calls the animate_property() virtual function for animatable.

-The initial_value and final_value GValues must contain +The initial_value and final_value GValues must contain the same type; value must have been initialized to the same type of initial_value and final_value.

@@ -249,8 +249,8 @@ implement this function.
+TRUE if the value has been validated and can +be applied to the ClutterAnimatable, and FALSE otherwise

find_property ()

virtual function for retrieving the GParamSpec of +virtual function for retrieving the GParamSpec of an animatable property

Returns :

-TRUE if the value has been validated and can -be applied to the ClutterAnimatable, and FALSE otherwise
@@ -259,10 +259,10 @@ be applied to the

clutter_animatable_find_property ()

-
GParamSpec *        clutter_animatable_find_property    (ClutterAnimatable *animatable,
-                                                         const gchar *property_name);
+
GParamSpec *        clutter_animatable_find_property    (ClutterAnimatable *animatable,
+                                                         const gchar *property_name);

-Finds the GParamSpec for property_name +Finds the GParamSpec for property_name

@@ -278,8 +278,8 @@ Finds the GParamSpec for p - @@ -291,8 +291,8 @@ or

clutter_animatable_get_initial_state ()

void                clutter_animatable_get_initial_state
                                                         (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
-                                                         GValue *value);
+ const gchar *property_name, + GValue *value);

Retrieves the current state of property_name and sets value with it

@@ -310,7 +310,7 @@ Retrieves the current state of property_name<
- +

Returns :

The GParamSpec for the given property -or NULL. [transfer none] +The GParamSpec for the given property +or NULL. [transfer none]

value :

a GValue initialized to the type of the property to retrievea GValue initialized to the type of the property to retrieve
@@ -320,8 +320,8 @@ Retrieves the current state of property_name<

clutter_animatable_set_final_state ()

void                clutter_animatable_set_final_state  (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
-                                                         const GValue *value);
+ const gchar *property_name, + const GValue *value);

Sets the current state of property_name to value

@@ -348,12 +348,12 @@ Sets the current state of property_name

clutter_animatable_interpolate_value ()

-
gboolean            clutter_animatable_interpolate_value
+
gboolean            clutter_animatable_interpolate_value
                                                         (ClutterAnimatable *animatable,
-                                                         const gchar *property_name,
+                                                         const gchar *property_name,
                                                          ClutterInterval *interval,
-                                                         gdouble progress,
-                                                         GValue *value);
+ gdouble progress, + GValue *value);

Asks a ClutterAnimatable implementation to interpolate a a named property between the initial and final values of @@ -391,15 +391,15 @@ initial and final values of the interval

value :

-return location for an initialized GValue +return location for an initialized GValue using the same type of the interval. [out]

Returns :

-TRUE if the interpolation was successful, -and FALSE otherwise +TRUE if the interpolation was successful, +and FALSE otherwise
diff --git a/doc/reference/clutter/html/ClutterAnimator.html b/doc/reference/clutter/html/ClutterAnimator.html index 9cf1e71..762e804 100644 --- a/doc/reference/clutter/html/ClutterAnimator.html +++ b/doc/reference/clutter/html/ClutterAnimator.html @@ -47,75 +47,75 @@ struct ClutterAnimatorClass; ClutterAnimator * clutter_animator_new (void); void clutter_animator_set (ClutterAnimator *animator, - gpointer first_object, - const gchar *first_property_name, - guint first_mode, - gdouble first_progress, + gpointer first_object, + const gchar *first_property_name, + guint first_mode, + gdouble first_progress, ...); ClutterAnimator * clutter_animator_set_key (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, - guint mode, - gdouble progress, - const GValue *value); + GObject *object, + const gchar *property_name, + guint mode, + gdouble progress, + const GValue *value); void clutter_animator_remove_key (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, - gdouble progress); -GList * clutter_animator_get_keys (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, - gdouble progress); + GObject *object, + const gchar *property_name, + gdouble progress); +GList * clutter_animator_get_keys (ClutterAnimator *animator, + GObject *object, + const gchar *property_name, + gdouble progress); ClutterTimeline * clutter_animator_start (ClutterAnimator *animator); -gboolean clutter_animator_compute_value (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, - gdouble progress, - GValue *value); +gboolean clutter_animator_compute_value (ClutterAnimator *animator, + GObject *object, + const gchar *property_name, + gdouble progress, + GValue *value); void clutter_animator_set_timeline (ClutterAnimator *animator, ClutterTimeline *timeline); ClutterTimeline * clutter_animator_get_timeline (ClutterAnimator *animator); void clutter_animator_set_duration (ClutterAnimator *animator, - guint duration); -guint clutter_animator_get_duration (ClutterAnimator *animator); + guint duration); +guint clutter_animator_get_duration (ClutterAnimator *animator); void clutter_animator_property_set_ease_in (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, - gboolean ease_in); -gboolean clutter_animator_property_get_ease_in + GObject *object, + const gchar *property_name, + gboolean ease_in); +gboolean clutter_animator_property_get_ease_in (ClutterAnimator *animator, - GObject *object, - const gchar *property_name); + GObject *object, + const gchar *property_name); enum ClutterInterpolation; void clutter_animator_property_set_interpolation (ClutterAnimator *animator, - GObject *object, - const gchar *property_name, + GObject *object, + const gchar *property_name, ClutterInterpolation interpolation); ClutterInterpolation clutter_animator_property_get_interpolation (ClutterAnimator *animator, - GObject *object, - const gchar *property_name); + GObject *object, + const gchar *property_name); ClutterAnimatorKey; -GObject * clutter_animator_key_get_object (const ClutterAnimatorKey *key); -const gchar * clutter_animator_key_get_property_name +GObject * clutter_animator_key_get_object (const ClutterAnimatorKey *key); +const gchar * clutter_animator_key_get_property_name (const ClutterAnimatorKey *key); -GType clutter_animator_key_get_property_type +GType clutter_animator_key_get_property_type (const ClutterAnimatorKey *key); -gulong clutter_animator_key_get_mode (const ClutterAnimatorKey *key); -gdouble clutter_animator_key_get_progress (const ClutterAnimatorKey *key); -gboolean clutter_animator_key_get_value (const ClutterAnimatorKey *key, - GValue *value); +gulong clutter_animator_key_get_mode (const ClutterAnimatorKey *key); +gdouble clutter_animator_key_get_progress (const ClutterAnimatorKey *key); +gboolean clutter_animator_key_get_value (const ClutterAnimatorKey *key, + GValue *value);

Object Hierarchy

-  GObject
+  GObject
    +----ClutterAnimator
 
@@ -128,7 +128,7 @@ ClutterAnimator implements

Properties

-  "duration"                 guint                 : Read / Write
+  "duration"                 guint                 : Read / Write
   "timeline"                 ClutterTimeline*      : Read / Write
 
@@ -136,7 +136,7 @@ ClutterAnimator implements

Description

ClutterAnimator is an object providing declarative animations for -GObject properties belonging to one or more GObjects to +GObject properties belonging to one or more GObjects to ClutterIntervals.

@@ -150,7 +150,7 @@ convenience C API.

Key Frames

Every animation handled by a ClutterAnimator can be - described in terms of "key frames". For each GObject property + described in terms of "key frames". For each GObject property there can be multiple key frames, each one defined by the end value for the property to be computed starting from the current value to a specific point in time, using a given easing @@ -298,10 +298,10 @@ Creates a new

clutter_animator_set ()

void                clutter_animator_set                (ClutterAnimator *animator,
-                                                         gpointer first_object,
-                                                         const gchar *first_property_name,
-                                                         guint first_mode,
-                                                         gdouble first_progress,
+                                                         gpointer first_object,
+                                                         const gchar *first_property_name,
+                                                         guint first_mode,
+                                                         gdouble first_progress,
                                                          ...);

Adds multiple keys to a ClutterAnimator, specifying the value a given @@ -323,7 +323,7 @@ value will be replaced with the new values.

first_object :

-a GObject +a GObject @@ -343,7 +343,7 @@ range is a normalized floating point value between 0 and 1

... :

the value first_property_name should have for first_object at first_progress, followed by more (object, property_name, mode, -progress, value) tuples, followed by NULL +progress, value) tuples, followed by NULL @@ -354,11 +354,11 @@ progress, value) tuples, followed by

clutter_animator_set_key ()

ClutterAnimator *   clutter_animator_set_key            (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
-                                                         guint mode,
-                                                         gdouble progress,
-                                                         const GValue *value);
+ GObject *object, + const gchar *property_name, + guint mode, + gdouble progress, + const GValue *value);

Sets a single key in the ClutterAnimator for the property_name of object at progress. @@ -376,7 +376,7 @@ See also:

object :

-a GObject +a GObject @@ -409,9 +409,9 @@ value applies

clutter_animator_remove_key ()

void                clutter_animator_remove_key         (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
-                                                         gdouble progress);
+ GObject *object, + const gchar *property_name, + gdouble progress);

Removes all keys matching the conditions specificed in the arguments.

@@ -425,13 +425,13 @@ Removes all keys matching the conditions specificed in the arguments.

object :

-a GObject to search for, or NULL for all. [allow-none] +a GObject to search for, or NULL for all. [allow-none]

property_name :

a specific property name to query for, -or NULL for all. [allow-none] +or NULL for all. [allow-none] @@ -446,10 +446,10 @@ for all

clutter_animator_get_keys ()

-
GList *             clutter_animator_get_keys           (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
-                                                         gdouble progress);
+
GList *             clutter_animator_get_keys           (ClutterAnimator *animator,
+                                                         GObject *object,
+                                                         const gchar *property_name,
+                                                         gdouble progress);

Returns a list of pointers to opaque structures with accessor functions that describe the keys added to an animator. @@ -463,13 +463,13 @@ that describe the keys added to an animator.

object :

-a GObject to search for, or NULL for all objects. [allow-none] +a GObject to search for, or NULL for all objects. [allow-none]

property_name :

a specific property name to query for, -or NULL for all properties. [allow-none] +or NULL for all properties. [allow-none] @@ -482,7 +482,7 @@ progresses a list of ClutterAnimatorKeys; the contents of the list are owned by the ClutterAnimator, but you should free the returned list when done, -using g_list_free(). [transfer container][element-type Clutter.AnimatorKey] +using g_list_free(). [transfer container][element-type Clutter.AnimatorKey] @@ -519,11 +519,11 @@ and it should not be unreferenced. [

clutter_animator_compute_value ()

-
gboolean            clutter_animator_compute_value      (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
-                                                         gdouble progress,
-                                                         GValue *value);
+
gboolean            clutter_animator_compute_value      (ClutterAnimator *animator,
+                                                         GObject *object,
+                                                         const gchar *property_name,
+                                                         gdouble progress,
+                                                         GValue *value);

Compute the value for a managed property at a given progress.

@@ -541,7 +541,7 @@ on the object will be used as the starting point for computation.

object :

-a GObject +a GObject @@ -559,9 +559,9 @@ on the object will be used as the starting point for computation.

Returns :

-TRUE if the computation yields has a value, otherwise (when -an error occurs or the progress is before any of the keys) FALSE is -returned and the GValue is left untouched +TRUE if the computation yields has a value, otherwise (when +an error occurs or the progress is before any of the keys) FALSE is +returned and the GValue is left untouched
@@ -620,7 +620,7 @@ Get the timeline hooked up for driving the

clutter_animator_set_duration ()

void                clutter_animator_set_duration       (ClutterAnimator *animator,
-                                                         guint duration);
+ guint duration);

Runs the timeline of the ClutterAnimator with a duration in msecs as specified. @@ -644,7 +644,7 @@ as specified.


clutter_animator_get_duration ()

-
guint               clutter_animator_get_duration       (ClutterAnimator *animator);
+
guint               clutter_animator_get_duration       (ClutterAnimator *animator);

Retrieves the current duration of an animator

@@ -669,9 +669,9 @@ Retrieves the current duration of an animator

clutter_animator_property_set_ease_in ()

void                clutter_animator_property_set_ease_in
                                                         (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
-                                                         gboolean ease_in);
+ GObject *object, + const gchar *property_name, + gboolean ease_in);

Sets whether a property value is to be eased into the animation.

@@ -685,7 +685,7 @@ Sets whether a property value is to be eased into the animation.

object :

-a GObject +a GObject @@ -703,10 +703,10 @@ Sets whether a property value is to be eased into the animation.

clutter_animator_property_get_ease_in ()

-
gboolean            clutter_animator_property_get_ease_in
+
gboolean            clutter_animator_property_get_ease_in
                                                         (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name);
+ GObject *object, + const gchar *property_name);

Checks if a property value is to be eased into the animation.

@@ -720,7 +720,7 @@ Checks if a property value is to be eased into the animation.

object :

-a GObject +a GObject @@ -730,7 +730,7 @@ Checks if a property value is to be eased into the animation.

Returns :

-TRUE if the property is eased in +TRUE if the property is eased in
@@ -769,8 +769,8 @@ The mode of interpolation between key frames

clutter_animator_property_set_interpolation ()

void                clutter_animator_property_set_interpolation
                                                         (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name,
+                                                         GObject *object,
+                                                         const gchar *property_name,
                                                          ClutterInterpolation interpolation);

Set the interpolation method to use, CLUTTER_INTERPOLATION_LINEAR causes @@ -788,7 +788,7 @@ the values.

object :

-a GObject +a GObject @@ -808,8 +808,8 @@ the values.

clutter_animator_property_get_interpolation ()

ClutterInterpolation clutter_animator_property_get_interpolation
                                                         (ClutterAnimator *animator,
-                                                         GObject *object,
-                                                         const gchar *property_name);
+ GObject *object, + const gchar *property_name);

Get the interpolation used by animator for a property on a particular object. @@ -824,7 +824,7 @@ object.

object :

-a GObject +a GObject @@ -851,7 +851,7 @@ A key frame inside a

clutter_animator_key_get_object ()

-
GObject *           clutter_animator_key_get_object     (const ClutterAnimatorKey *key);
+
GObject *           clutter_animator_key_get_object     (const ClutterAnimatorKey *key);

Retrieves the object a key applies to.

@@ -875,7 +875,7 @@ Retrieves the object a key applies to.

clutter_animator_key_get_property_name ()

-
const gchar *       clutter_animator_key_get_property_name
+
const gchar *       clutter_animator_key_get_property_name
                                                         (const ClutterAnimatorKey *key);

Retrieves the name of the property a key applies to. @@ -899,13 +899,13 @@ Retrieves the name of the property a key applies to.


clutter_animator_key_get_property_type ()

-
GType               clutter_animator_key_get_property_type
+
GType               clutter_animator_key_get_property_type
                                                         (const ClutterAnimatorKey *key);

-Retrieves the GType of the property a key applies to +Retrieves the GType of the property a key applies to

-You can use this type to initialize the GValue to pass to +You can use this type to initialize the GValue to pass to clutter_animator_key_get_value()

@@ -918,7 +918,7 @@ You can use this type to initialize the GValue to pass - +

Returns :

the GType of the propertythe GType of the property
@@ -927,7 +927,7 @@ You can use this type to initialize the GValue to pass

clutter_animator_key_get_mode ()

-
gulong              clutter_animator_key_get_mode       (const ClutterAnimatorKey *key);
+
gulong              clutter_animator_key_get_mode       (const ClutterAnimatorKey *key);

Retrieves the mode of a ClutterAnimator key, for the first key of a property for an object this represents the whether the animation is @@ -954,7 +954,7 @@ represents the easing mode.


clutter_animator_key_get_progress ()

-
gdouble             clutter_animator_key_get_progress   (const ClutterAnimatorKey *key);
+
gdouble             clutter_animator_key_get_progress   (const ClutterAnimatorKey *key);

Retrieves the progress of an clutter_animator_key

@@ -977,18 +977,18 @@ Retrieves the progress of an clutter_animator_key

clutter_animator_key_get_value ()

-
gboolean            clutter_animator_key_get_value      (const ClutterAnimatorKey *key,
-                                                         GValue *value);
+
gboolean            clutter_animator_key_get_value      (const ClutterAnimatorKey *key,
+                                                         GValue *value);

Retrieves a copy of the value for a ClutterAnimatorKey.

-The passed in GValue needs to be already initialized for the value +The passed in GValue needs to be already initialized for the value type of the key or to a type that allow transformation from the value type of the key.

-Use g_value_unset() when done. +Use g_value_unset() when done.

@@ -1000,13 +1000,13 @@ Use g_value_unset() when done. - + +TRUE if the passed GValue was successfully set, and +FALSE otherwise

value :

a GValue initialized with the correct type for the animator keya GValue initialized with the correct type for the animator key

Returns :

-TRUE if the passed GValue was successfully set, and -FALSE otherwise
@@ -1017,7 +1017,7 @@ Use g_value_unset() when done.

Property Details

The "duration" property

-
  "duration"                 guint                 : Read / Write
+
  "duration"                 guint                 : Read / Write

The duration of the ClutterTimeline used by the ClutterAnimator to drive the animation diff --git a/doc/reference/clutter/html/ClutterBackend.html b/doc/reference/clutter/html/ClutterBackend.html index e425b3e..3ee5dea 100644 --- a/doc/reference/clutter/html/ClutterBackend.html +++ b/doc/reference/clutter/html/ClutterBackend.html @@ -44,43 +44,43 @@

                    ClutterBackend;
 ClutterBackend *    clutter_get_default_backend         (void);
 void                clutter_backend_set_resolution      (ClutterBackend *backend,
-                                                         gdouble dpi);
-gdouble             clutter_backend_get_resolution      (ClutterBackend *backend);
+                                                         gdouble dpi);
+gdouble             clutter_backend_get_resolution      (ClutterBackend *backend);
 void                clutter_backend_set_double_click_time
                                                         (ClutterBackend *backend,
-                                                         guint msec);
-guint               clutter_backend_get_double_click_time
+                                                         guint msec);
+guint               clutter_backend_get_double_click_time
                                                         (ClutterBackend *backend);
 void                clutter_backend_set_double_click_distance
                                                         (ClutterBackend *backend,
-                                                         guint distance);
-guint               clutter_backend_get_double_click_distance
+                                                         guint distance);
+guint               clutter_backend_get_double_click_distance
                                                         (ClutterBackend *backend);
 void                clutter_backend_set_font_options    (ClutterBackend *backend,
                                                          const cairo_font_options_t *options);
 const cairo_font_options_t * clutter_backend_get_font_options
                                                         (ClutterBackend *backend);
 void                clutter_backend_set_font_name       (ClutterBackend *backend,
-                                                         const gchar *font_name);
-const gchar *       clutter_backend_get_font_name       (ClutterBackend *backend);
+                                                         const gchar *font_name);
+const gchar *       clutter_backend_get_font_name       (ClutterBackend *backend);
 CoglContext *       clutter_backend_get_cogl_context    (ClutterBackend *backend);
 
-gboolean            clutter_check_windowing_backend     (const char *backend_type);
+gboolean            clutter_check_windowing_backend     (const char *backend_type);
 

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBackend
 

Signals

-  "font-changed"                                   : Run First
-  "resolution-changed"                             : Run First
-  "settings-changed"                               : Run First
+  "font-changed"                                   : Run First
+  "resolution-changed"                             : Run First
+  "settings-changed"                               : Run First
 
@@ -133,14 +133,14 @@ need to use this. [

clutter_backend_set_resolution ()

void                clutter_backend_set_resolution      (ClutterBackend *backend,
-                                                         gdouble dpi);
+ gdouble dpi);

Warning

clutter_backend_set_resolution has been deprecated since version 1.4 and should not be used in newly-written code. Use "font-dpi" instead

Sets the resolution for font handling on the screen. This is a -scale factor between points specified in a PangoFontDescription +scale factor between points specified in a PangoFontDescription and cairo units. The default value is 96, meaning that a 10 point font will be 13 units high. (10 * 96. / 72. = 13.3).

@@ -167,13 +167,13 @@ actually involved; the terminology is conventional).

clutter_backend_get_resolution ()

-
gdouble             clutter_backend_get_resolution      (ClutterBackend *backend);
+
gdouble             clutter_backend_get_resolution      (ClutterBackend *backend);

Gets the resolution for font handling on the screen.

The resolution is a scale factor between points specified in a -PangoFontDescription and cairo units. The default value is 96.0, +PangoFontDescription and cairo units. The default value is 96.0, meaning that a 10 point font will be 13 units high (10 * 96. / 72. = 13.3).

@@ -204,7 +204,7 @@ has been set.

clutter_backend_set_double_click_time ()

void                clutter_backend_set_double_click_time
                                                         (ClutterBackend *backend,
-                                                         guint msec);
+ guint msec);

Warning

clutter_backend_set_double_click_time has been deprecated since version 1.4 and should not be used in newly-written code. Use "double-click-time" instead

@@ -232,7 +232,7 @@ verify whether it's a double click event or not.

clutter_backend_get_double_click_time ()

-
guint               clutter_backend_get_double_click_time
+
guint               clutter_backend_get_double_click_time
                                                         (ClutterBackend *backend);

Warning

@@ -263,7 +263,7 @@ by

clutter_backend_set_double_click_distance ()

void                clutter_backend_set_double_click_distance
                                                         (ClutterBackend *backend,
-                                                         guint distance);
+ guint distance);

Warning

clutter_backend_set_double_click_distance has been deprecated since version 1.4 and should not be used in newly-written code. Use "double-click-distance" instead

@@ -290,7 +290,7 @@ Sets the maximum distance used to verify a double click event.

clutter_backend_get_double_click_distance ()

-
guint               clutter_backend_get_double_click_distance
+
guint               clutter_backend_get_double_click_distance
                                                         (ClutterBackend *backend);

Warning

@@ -325,7 +325,7 @@ Sets the new font options for backend. T copy the cairo_font_options_t.

-If options is NULL, the first following call to +If options is NULL, the first following call to clutter_backend_get_font_options() will return the default font options for backend.

@@ -343,7 +343,7 @@ using the PangoCairo API.

options :

-Cairo font options for the backend, or NULL +Cairo font options for the backend, or NULL @@ -381,16 +381,16 @@ not be modified or freed. [

clutter_backend_set_font_name ()

void                clutter_backend_set_font_name       (ClutterBackend *backend,
-                                                         const gchar *font_name);
+ const gchar *font_name);

Warning

clutter_backend_set_font_name has been deprecated since version 1.4 and should not be used in newly-written code. Use "font-name" instead

Sets the default font to be used by Clutter. The font_name string -must either be NULL, which means that the font name from the +must either be NULL, which means that the font name from the default ClutterBackend will be used; or be something that can -be parsed by the pango_font_description_from_string() function. +be parsed by the pango_font_description_from_string() function.

@@ -411,7 +411,7 @@ be parsed by the pango_font_description_from_string()

clutter_backend_get_font_name ()

-
const gchar *       clutter_backend_get_font_name       (ClutterBackend *backend);
+
const gchar *       clutter_backend_get_font_name       (ClutterBackend *backend);

Warning

clutter_backend_get_font_name has been deprecated since version 1.4 and should not be used in newly-written code. Use "font-name" instead

@@ -481,7 +481,7 @@ explicitly create a CoglContext.

clutter_check_windowing_backend ()

-
gboolean            clutter_check_windowing_backend     (const char *backend_type);
+
gboolean            clutter_check_windowing_backend     (const char *backend_type);

Checks the run-time name of the Clutter windowing system backend, using the symbolic macros like CLUTTER_WINDOWING_WIN32 or @@ -528,7 +528,7 @@ windowing system; for instance: } else #endif - g_error ("Unknown Clutter backend."); + g_error ("Unknown Clutter backend.");

@@ -546,8 +546,8 @@ windowing system; for instance:

Returns :

-TRUE if the current Clutter windowing system backend is -the one checked, and FALSE otherwise +TRUE if the current Clutter windowing system backend is +the one checked, and FALSE otherwise
@@ -559,7 +559,7 @@ the one checked, and FALSE otherwise

The "font-changed" signal

void                user_function                      (ClutterBackend *backend,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

The ::font-changed signal is emitted each time the font options have been changed through ClutterSettings. @@ -583,7 +583,7 @@ have been changed through

The "resolution-changed" signal

void                user_function                      (ClutterBackend *backend,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

The ::resolution-changed signal is emitted each time the font resolutions has been changed through ClutterSettings. @@ -607,7 +607,7 @@ resolutions has been changed through

The "settings-changed" signal

void                user_function                      (ClutterBackend *backend,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

The ::settings-changed signal is emitted each time the ClutterSettings properties have been changed. diff --git a/doc/reference/clutter/html/ClutterBehaviour.html b/doc/reference/clutter/html/ClutterBehaviour.html index 8778203..ba09911 100644 --- a/doc/reference/clutter/html/ClutterBehaviour.html +++ b/doc/reference/clutter/html/ClutterBehaviour.html @@ -52,18 +52,18 @@ struct void clutter_behaviour_remove (ClutterBehaviour *behave, ClutterActor *actor); void clutter_behaviour_remove_all (ClutterBehaviour *behave); -gboolean clutter_behaviour_is_applied (ClutterBehaviour *behave, +gboolean clutter_behaviour_is_applied (ClutterBehaviour *behave, ClutterActor *actor); void (*ClutterBehaviourForeachFunc) (ClutterBehaviour *behaviour, ClutterActor *actor, - gpointer data); + gpointer data); void clutter_behaviour_actors_foreach (ClutterBehaviour *behave, ClutterBehaviourForeachFunc func, - gpointer data); -GSList * clutter_behaviour_get_actors (ClutterBehaviour *behave); -gint clutter_behaviour_get_n_actors (ClutterBehaviour *behave); + gpointer data); +GSList * clutter_behaviour_get_actors (ClutterBehaviour *behave); +gint clutter_behaviour_get_n_actors (ClutterBehaviour *behave); ClutterActor * clutter_behaviour_get_nth_actor (ClutterBehaviour *behave, - gint index_); + gint index_); ClutterAlpha * clutter_behaviour_get_alpha (ClutterBehaviour *behave); void clutter_behaviour_set_alpha (ClutterBehaviour *behave, ClutterAlpha *alpha); @@ -72,7 +72,7 @@ struct

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourDepth
          +----ClutterBehaviourEllipse
@@ -97,8 +97,8 @@ ClutterBehaviour implements
 

Signals

-  "applied"                                        : Run First
-  "removed"                                        : Run First
+  "applied"                                        : Run First
+  "removed"                                        : Run First
 
@@ -301,7 +301,7 @@ Removes every actor from the list that behave

clutter_behaviour_is_applied ()

-
gboolean            clutter_behaviour_is_applied        (ClutterBehaviour *behave,
+
gboolean            clutter_behaviour_is_applied        (ClutterBehaviour *behave,
                                                          ClutterActor *actor);

Warning

@@ -336,7 +336,7 @@ Check if behave applied to

ClutterBehaviourForeachFunc ()

void                (*ClutterBehaviourForeachFunc)      (ClutterBehaviour *behaviour,
                                                          ClutterActor *actor,
-                                                         gpointer data);
+ gpointer data);

Warning

ClutterBehaviourForeachFunc is deprecated and should not be used in newly-written code. 1.6

@@ -372,7 +372,7 @@ will be called for each actor driven by behaviour

clutter_behaviour_actors_foreach ()

void                clutter_behaviour_actors_foreach    (ClutterBehaviour *behave,
                                                          ClutterBehaviourForeachFunc func,
-                                                         gpointer data);
+ gpointer data);

Warning

clutter_behaviour_actors_foreach is deprecated and should not be used in newly-written code. 1.6

@@ -395,7 +395,7 @@ Calls func for every actor driven by

data :

-optional data to be passed to the function, or NULL +optional data to be passed to the function, or NULL @@ -405,7 +405,7 @@ Calls func for every actor driven by

clutter_behaviour_get_actors ()

-
GSList *            clutter_behaviour_get_actors        (ClutterBehaviour *behave);
+
GSList *            clutter_behaviour_get_actors        (ClutterBehaviour *behave);

Warning

clutter_behaviour_get_actors is deprecated and should not be used in newly-written code. 1.6

@@ -426,7 +426,7 @@ for derived classes to use this in there alpha notify method but use

Returns :

a list of -actors. You should free the returned list with g_slist_free() when +actors. You should free the returned list with g_slist_free() when finished using it. [transfer container][element-type Clutter.Actor] @@ -437,7 +437,7 @@ finished using it. [

clutter_behaviour_get_n_actors ()

-
gint                clutter_behaviour_get_n_actors      (ClutterBehaviour *behave);
+
gint                clutter_behaviour_get_n_actors      (ClutterBehaviour *behave);

Warning

clutter_behaviour_get_n_actors is deprecated and should not be used in newly-written code. 1.6

@@ -465,7 +465,7 @@ Gets the number of actors this behaviour is applied too.

clutter_behaviour_get_nth_actor ()

ClutterActor *      clutter_behaviour_get_nth_actor     (ClutterBehaviour *behave,
-                                                         gint index_);
+ gint index_);

Warning

clutter_behaviour_get_nth_actor is deprecated and should not be used in newly-written code. 1.6

@@ -515,7 +515,7 @@ Retrieves the

Returns :

-a
ClutterAlpha object, or NULL if no alpha +a ClutterAlpha object, or NULL if no alpha object has been bound to this behaviour. [transfer none] @@ -541,7 +541,7 @@ the

-If alpha is not NULL, the ClutterBehaviour will take ownership +If alpha is not NULL, the ClutterBehaviour will take ownership of the ClutterAlpha instance.

@@ -554,7 +554,7 @@ of the - +

alpha :

a ClutterAlpha or NULL to unset a previously set alphaa ClutterAlpha or NULL to unset a previously set alpha
@@ -585,7 +585,7 @@ the alpha-notify virtual function is called.

The "applied" signal

void                user_function                      (ClutterBehaviour *behaviour,
                                                         ClutterActor     *actor,
-                                                        gpointer          user_data)      : Run First
+ gpointer user_data) : Run First

Warning

ClutterBehaviour::applied is deprecated and should not be used in newly-written code. 1.6

@@ -618,7 +618,7 @@ to an actor.

The "removed" signal

void                user_function                      (ClutterBehaviour *behaviour,
                                                         ClutterActor     *actor,
-                                                        gpointer          user_data)      : Run First
+ gpointer user_data) : Run First

Warning

ClutterBehaviour::removed is deprecated and should not be used in newly-written code. 1.6

diff --git a/doc/reference/clutter/html/ClutterBehaviourDepth.html b/doc/reference/clutter/html/ClutterBehaviourDepth.html index f6809c4..201aac3 100644 --- a/doc/reference/clutter/html/ClutterBehaviourDepth.html +++ b/doc/reference/clutter/html/ClutterBehaviourDepth.html @@ -46,20 +46,20 @@
struct              ClutterBehaviourDepth;
 struct              ClutterBehaviourDepthClass;
 ClutterBehaviour *  clutter_behaviour_depth_new         (ClutterAlpha *alpha,
-                                                         gint depth_start,
-                                                         gint depth_end);
+                                                         gint depth_start,
+                                                         gint depth_end);
 void                clutter_behaviour_depth_set_bounds  (ClutterBehaviourDepth *behaviour,
-                                                         gint depth_start,
-                                                         gint depth_end);
+                                                         gint depth_start,
+                                                         gint depth_end);
 void                clutter_behaviour_depth_get_bounds  (ClutterBehaviourDepth *behaviour,
-                                                         gint *depth_start,
-                                                         gint *depth_end);
+                                                         gint *depth_start,
+                                                         gint *depth_end);
 

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourDepth
 
@@ -73,8 +73,8 @@ ClutterBehaviourDepth implements

Properties

-  "depth-end"                gint                  : Read / Write
-  "depth-start"              gint                  : Read / Write
+  "depth-end"                gint                  : Read / Write
+  "depth-start"              gint                  : Read / Write
 
@@ -122,8 +122,8 @@ The

clutter_behaviour_depth_new ()

ClutterBehaviour *  clutter_behaviour_depth_new         (ClutterAlpha *alpha,
-                                                         gint depth_start,
-                                                         gint depth_end);
+ gint depth_start, + gint depth_end);

Warning

clutter_behaviour_depth_new is deprecated and should not be used in newly-written code. 1.6

@@ -133,8 +133,8 @@ Creates a new ClutterActors.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

@@ -142,7 +142,7 @@ it can be set later with alpha :

-
@@ -166,8 +166,8 @@ it can be set later with

clutter_behaviour_depth_set_bounds ()

void                clutter_behaviour_depth_set_bounds  (ClutterBehaviourDepth *behaviour,
-                                                         gint depth_start,
-                                                         gint depth_end);
+ gint depth_start, + gint depth_end);

Warning

clutter_behaviour_depth_set_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -199,8 +199,8 @@ Sets the boundaries of the behaviour.

clutter_behaviour_depth_get_bounds ()

void                clutter_behaviour_depth_get_bounds  (ClutterBehaviourDepth *behaviour,
-                                                         gint *depth_start,
-                                                         gint *depth_end);
+ gint *depth_start, + gint *depth_end);

Warning

clutter_behaviour_depth_get_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -218,12 +218,12 @@ Gets the boundaries of the behaviour
- - @@ -235,7 +235,7 @@ Gets the boundaries of the behaviour

Property Details

The "depth-end" property

-
  "depth-end"                gint                  : Read / Write
+
  "depth-end"                gint                  : Read / Write

Warning

ClutterBehaviourDepth:depth-end is deprecated and should not be used in newly-written code. 1.6

@@ -249,7 +249,7 @@ End depth level to apply to the actors.

The "depth-start" property

-
  "depth-start"              gint                  : Read / Write
+
  "depth-start"              gint                  : Read / Write

Warning

ClutterBehaviourDepth:depth-start is deprecated and should not be used in newly-written code. 1.6

diff --git a/doc/reference/clutter/html/ClutterBehaviourEllipse.html b/doc/reference/clutter/html/ClutterBehaviourEllipse.html index 6c02151..1ecdfbf 100644 --- a/doc/reference/clutter/html/ClutterBehaviourEllipse.html +++ b/doc/reference/clutter/html/ClutterBehaviourEllipse.html @@ -46,54 +46,54 @@
struct              ClutterBehaviourEllipse;
 struct              ClutterBehaviourEllipseClass;
 ClutterBehaviour *  clutter_behaviour_ellipse_new       (ClutterAlpha *alpha,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
                                                          ClutterRotateDirection direction,
-                                                         gdouble start,
-                                                         gdouble end);
+                                                         gdouble start,
+                                                         gdouble end);
 void                clutter_behaviour_ellipse_set_center
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint x,
-                                                         gint y);
+                                                         gint x,
+                                                         gint y);
 void                clutter_behaviour_ellipse_get_center
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint *x,
-                                                         gint *y);
+                                                         gint *x,
+                                                         gint *y);
 void                clutter_behaviour_ellipse_set_angle_start
                                                         (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_start);
-gdouble             clutter_behaviour_ellipse_get_angle_start
+                                                         gdouble angle_start);
+gdouble             clutter_behaviour_ellipse_get_angle_start
                                                         (ClutterBehaviourEllipse *self);
 void                clutter_behaviour_ellipse_set_angle_end
                                                         (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_end);
-gdouble             clutter_behaviour_ellipse_get_angle_end
+                                                         gdouble angle_end);
+gdouble             clutter_behaviour_ellipse_get_angle_end
                                                         (ClutterBehaviourEllipse *self);
 void                clutter_behaviour_ellipse_set_angle_tilt
                                                         (ClutterBehaviourEllipse *self,
                                                          ClutterRotateAxis axis,
-                                                         gdouble angle_tilt);
-gdouble             clutter_behaviour_ellipse_get_angle_tilt
+                                                         gdouble angle_tilt);
+gdouble             clutter_behaviour_ellipse_get_angle_tilt
                                                         (ClutterBehaviourEllipse *self,
                                                          ClutterRotateAxis axis);
 void                clutter_behaviour_ellipse_set_height
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint height);
-gint                clutter_behaviour_ellipse_get_height
+                                                         gint height);
+gint                clutter_behaviour_ellipse_get_height
                                                         (ClutterBehaviourEllipse *self);
 void                clutter_behaviour_ellipse_set_width (ClutterBehaviourEllipse *self,
-                                                         gint width);
-gint                clutter_behaviour_ellipse_get_width (ClutterBehaviourEllipse *self);
+                                                         gint width);
+gint                clutter_behaviour_ellipse_get_width (ClutterBehaviourEllipse *self);
 void                clutter_behaviour_ellipse_set_tilt  (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_tilt_x,
-                                                         gdouble angle_tilt_y,
-                                                         gdouble angle_tilt_z);
+                                                         gdouble angle_tilt_x,
+                                                         gdouble angle_tilt_y,
+                                                         gdouble angle_tilt_z);
 void                clutter_behaviour_ellipse_get_tilt  (ClutterBehaviourEllipse *self,
-                                                         gdouble *angle_tilt_x,
-                                                         gdouble *angle_tilt_y,
-                                                         gdouble *angle_tilt_z);
+                                                         gdouble *angle_tilt_x,
+                                                         gdouble *angle_tilt_y,
+                                                         gdouble *angle_tilt_z);
 void                clutter_behaviour_ellipse_set_direction
                                                         (ClutterBehaviourEllipse *self,
                                                          ClutterRotateDirection direction);
@@ -104,7 +104,7 @@ struct              
 

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourEllipse
 
@@ -118,15 +118,15 @@ ClutterBehaviourEllipse implements

Properties

-  "angle-end"                gdouble               : Read / Write
-  "angle-start"              gdouble               : Read / Write
-  "angle-tilt-x"             gdouble               : Read / Write
-  "angle-tilt-y"             gdouble               : Read / Write
-  "angle-tilt-z"             gdouble               : Read / Write
+  "angle-end"                gdouble               : Read / Write
+  "angle-start"              gdouble               : Read / Write
+  "angle-tilt-x"             gdouble               : Read / Write
+  "angle-tilt-y"             gdouble               : Read / Write
+  "angle-tilt-z"             gdouble               : Read / Write
   "center"                   ClutterKnot*          : Read / Write
   "direction"                ClutterRotateDirection  : Read / Write
-  "height"                   gint                  : Read / Write
-  "width"                    gint                  : Read / Write
+  "height"                   gint                  : Read / Write
+  "width"                    gint                  : Read / Write
 
@@ -180,13 +180,13 @@ The

clutter_behaviour_ellipse_new ()

ClutterBehaviour *  clutter_behaviour_ellipse_new       (ClutterAlpha *alpha,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
                                                          ClutterRotateDirection direction,
-                                                         gdouble start,
-                                                         gdouble end);
+ gdouble start, + gdouble end);

Creates a behaviour that drives actors along an elliptical path with given center, width and height; the movement starts at start @@ -196,8 +196,8 @@ interval <0, 360); if start is equal rotate by exacly 360 degrees.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

depth_start :

return location for the initial depth value, or NULL. [out] +return location for the initial depth value, or NULL. [out]

depth_end :

return location for the final depth value, or NULL. [out] +return location for the final depth value, or NULL. [out]
@@ -205,7 +205,7 @@ it can be set later with alpha :

-
@@ -251,8 +251,8 @@ it can be set later with

clutter_behaviour_ellipse_set_center ()

void                clutter_behaviour_ellipse_set_center
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint x,
-                                                         gint y);
+ gint x, + gint y);

Sets the center of the elliptical path to the point represented by knot.

@@ -281,8 +281,8 @@ Sets the center of the elliptical path to the point represented by knot.

clutter_behaviour_ellipse_get_center ()

void                clutter_behaviour_ellipse_get_center
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint *x,
-                                                         gint *y);
+ gint *x, + gint *y);

Gets the center of the elliptical path path.

@@ -296,12 +296,12 @@ Gets the center of the elliptical path path. - - @@ -313,7 +313,7 @@ Gets the center of the elliptical path path.

clutter_behaviour_ellipse_set_angle_start ()

void                clutter_behaviour_ellipse_set_angle_start
                                                         (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_start);
+ gdouble angle_start);

Sets the angle at which movement starts; angles >= 360 degress get clamped to the canonical interval <0, 360). @@ -337,7 +337,7 @@ to the canonical interval <0, 360).


clutter_behaviour_ellipse_get_angle_start ()

-
gdouble             clutter_behaviour_ellipse_get_angle_start
+
gdouble             clutter_behaviour_ellipse_get_angle_start
                                                         (ClutterBehaviourEllipse *self);

Gets the angle at which movements starts. @@ -363,7 +363,7 @@ Gets the angle at which movements starts.

clutter_behaviour_ellipse_set_angle_end ()

void                clutter_behaviour_ellipse_set_angle_end
                                                         (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_end);
+ gdouble angle_end);

Sets the angle at which movement ends; angles >= 360 degress get clamped to the canonical interval <0, 360). @@ -387,7 +387,7 @@ to the canonical interval <0, 360).


clutter_behaviour_ellipse_get_angle_end ()

-
gdouble             clutter_behaviour_ellipse_get_angle_end
+
gdouble             clutter_behaviour_ellipse_get_angle_end
                                                         (ClutterBehaviourEllipse *self);

Gets the at which movements ends. @@ -414,7 +414,7 @@ Gets the at which movements ends.

void                clutter_behaviour_ellipse_set_angle_tilt
                                                         (ClutterBehaviourEllipse *self,
                                                          ClutterRotateAxis axis,
-                                                         gdouble angle_tilt);
+ gdouble angle_tilt);

Sets the angle at which the ellipse should be tilted around it's center.

@@ -443,7 +443,7 @@ degrees.

clutter_behaviour_ellipse_get_angle_tilt ()

-
gdouble             clutter_behaviour_ellipse_get_angle_tilt
+
gdouble             clutter_behaviour_ellipse_get_angle_tilt
                                                         (ClutterBehaviourEllipse *self,
                                                          ClutterRotateAxis axis);

@@ -475,7 +475,7 @@ Gets the tilt of the ellipse around the center in the given axis.

clutter_behaviour_ellipse_set_height ()

void                clutter_behaviour_ellipse_set_height
                                                         (ClutterBehaviourEllipse *self,
-                                                         gint height);
+ gint height);

Sets the height of the elliptical path.

@@ -498,7 +498,7 @@ Sets the height of the elliptical path.

clutter_behaviour_ellipse_get_height ()

-
gint                clutter_behaviour_ellipse_get_height
+
gint                clutter_behaviour_ellipse_get_height
                                                         (ClutterBehaviourEllipse *self);

Gets the height of the elliptical path. @@ -523,7 +523,7 @@ Gets the height of the elliptical path.

clutter_behaviour_ellipse_set_width ()

void                clutter_behaviour_ellipse_set_width (ClutterBehaviourEllipse *self,
-                                                         gint width);
+ gint width);

Sets the width of the elliptical path.

@@ -546,7 +546,7 @@ Sets the width of the elliptical path.

clutter_behaviour_ellipse_get_width ()

-
gint                clutter_behaviour_ellipse_get_width (ClutterBehaviourEllipse *self);
+
gint                clutter_behaviour_ellipse_get_width (ClutterBehaviourEllipse *self);

Gets the width of the elliptical path.

@@ -570,9 +570,9 @@ Gets the width of the elliptical path.

clutter_behaviour_ellipse_set_tilt ()

void                clutter_behaviour_ellipse_set_tilt  (ClutterBehaviourEllipse *self,
-                                                         gdouble angle_tilt_x,
-                                                         gdouble angle_tilt_y,
-                                                         gdouble angle_tilt_z);
+ gdouble angle_tilt_x, + gdouble angle_tilt_y, + gdouble angle_tilt_z);

Sets the angles at which the ellipse should be tilted around it's center.

@@ -604,9 +604,9 @@ Sets the angles at which the ellipse should be tilted around it's center.

clutter_behaviour_ellipse_get_tilt ()

void                clutter_behaviour_ellipse_get_tilt  (ClutterBehaviourEllipse *self,
-                                                         gdouble *angle_tilt_x,
-                                                         gdouble *angle_tilt_y,
-                                                         gdouble *angle_tilt_z);
+ gdouble *angle_tilt_x, + gdouble *angle_tilt_y, + gdouble *angle_tilt_z);

Gets the tilt of the ellipse around the center in Y axis.

@@ -620,17 +620,17 @@ Gets the tilt of the ellipse around the center in Y axis.
- - - @@ -691,7 +691,7 @@ Retrieves the

Property Details

The "angle-end" property

-
  "angle-end"                gdouble               : Read / Write
+
  "angle-end"                gdouble               : Read / Write

The final angle to where the rotation should end.

@@ -702,7 +702,7 @@ The final angle to where the rotation should end.

The "angle-start" property

-
  "angle-start"              gdouble               : Read / Write
+
  "angle-start"              gdouble               : Read / Write

The initial angle from where the rotation should start.

@@ -713,7 +713,7 @@ The initial angle from where the rotation should start.

The "angle-tilt-x" property

-
  "angle-tilt-x"             gdouble               : Read / Write
+
  "angle-tilt-x"             gdouble               : Read / Write

The tilt angle for the rotation around center in X axis

@@ -724,7 +724,7 @@ The tilt angle for the rotation around center in X axis

The "angle-tilt-y" property

-
  "angle-tilt-y"             gdouble               : Read / Write
+
  "angle-tilt-y"             gdouble               : Read / Write

The tilt angle for the rotation around center in Y axis

@@ -735,7 +735,7 @@ The tilt angle for the rotation around center in Y axis

The "angle-tilt-z" property

-
  "angle-tilt-z"             gdouble               : Read / Write
+
  "angle-tilt-z"             gdouble               : Read / Write

The tilt angle for the rotation on the Z axis

@@ -765,7 +765,7 @@ The direction of the rotation.

The "height" property

-
  "height"                   gint                  : Read / Write
+
  "height"                   gint                  : Read / Write

Height of the ellipse, in pixels

@@ -776,7 +776,7 @@ Height of the ellipse, in pixels

The "width" property

-
  "width"                    gint                  : Read / Write
+
  "width"                    gint                  : Read / Write

Width of the ellipse, in pixels

diff --git a/doc/reference/clutter/html/ClutterBehaviourOpacity.html b/doc/reference/clutter/html/ClutterBehaviourOpacity.html index 5672eea..b82c18f 100644 --- a/doc/reference/clutter/html/ClutterBehaviourOpacity.html +++ b/doc/reference/clutter/html/ClutterBehaviourOpacity.html @@ -46,22 +46,22 @@
struct              ClutterBehaviourOpacity;
 struct              ClutterBehaviourOpacityClass;
 ClutterBehaviour *  clutter_behaviour_opacity_new       (ClutterAlpha *alpha,
-                                                         guint8 opacity_start,
-                                                         guint8 opacity_end);
+                                                         guint8 opacity_start,
+                                                         guint8 opacity_end);
 void                clutter_behaviour_opacity_set_bounds
                                                         (ClutterBehaviourOpacity *behaviour,
-                                                         guint8 opacity_start,
-                                                         guint8 opacity_end);
+                                                         guint8 opacity_start,
+                                                         guint8 opacity_end);
 void                clutter_behaviour_opacity_get_bounds
                                                         (ClutterBehaviourOpacity *behaviour,
-                                                         guint8 *opacity_start,
-                                                         guint8 *opacity_end);
+                                                         guint8 *opacity_start,
+                                                         guint8 *opacity_end);
 

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourOpacity
 
@@ -75,8 +75,8 @@ ClutterBehaviourOpacity implements

Properties

-  "opacity-end"              guint                 : Read / Write
-  "opacity-start"            guint                 : Read / Write
+  "opacity-end"              guint                 : Read / Write
+  "opacity-start"            guint                 : Read / Write
 
@@ -120,8 +120,8 @@ The

clutter_behaviour_opacity_new ()

ClutterBehaviour *  clutter_behaviour_opacity_new       (ClutterAlpha *alpha,
-                                                         guint8 opacity_start,
-                                                         guint8 opacity_end);
+ guint8 opacity_start, + guint8 opacity_end);

Warning

clutter_behaviour_opacity_new is deprecated and should not be used in newly-written code. 1.6

@@ -132,8 +132,8 @@ which controls the opacity property of every actor, making it change in the interval between opacity_start and opacity_end.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

x :

return location for the X coordinate of the center, or NULL. [out] +return location for the X coordinate of the center, or NULL. [out]

y :

return location for the Y coordinate of the center, or NULL. [out] +return location for the Y coordinate of the center, or NULL. [out]

angle_tilt_x :

return location for tilt angle on the X axis, or NULL. [out] +return location for tilt angle on the X axis, or NULL. [out]

angle_tilt_y :

return location for tilt angle on the Y axis, or NULL. [out] +return location for tilt angle on the Y axis, or NULL. [out]

angle_tilt_z :

return location for tilt angle on the Z axis, or NULL. [out] +return location for tilt angle on the Z axis, or NULL. [out]
@@ -141,7 +141,7 @@ it can be set later with alpha :

-
@@ -166,8 +166,8 @@ it can be set later with

clutter_behaviour_opacity_set_bounds ()

void                clutter_behaviour_opacity_set_bounds
                                                         (ClutterBehaviourOpacity *behaviour,
-                                                         guint8 opacity_start,
-                                                         guint8 opacity_end);
+ guint8 opacity_start, + guint8 opacity_end);

Warning

clutter_behaviour_opacity_set_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -201,8 +201,8 @@ on each actor it controls.

clutter_behaviour_opacity_get_bounds ()

void                clutter_behaviour_opacity_get_bounds
                                                         (ClutterBehaviourOpacity *behaviour,
-                                                         guint8 *opacity_start,
-                                                         guint8 *opacity_end);
+ guint8 *opacity_start, + guint8 *opacity_end);

Warning

clutter_behaviour_opacity_get_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -221,12 +221,12 @@ on each actor it controls.
- - @@ -238,7 +238,7 @@ on each actor it controls.

Property Details

The "opacity-end" property

-
  "opacity-end"              guint                 : Read / Write
+
  "opacity-end"              guint                 : Read / Write

Warning

ClutterBehaviourOpacity:opacity-end is deprecated and should not be used in newly-written code. 1.6

@@ -253,7 +253,7 @@ Final opacity level of the behaviour.

The "opacity-start" property

-
  "opacity-start"            guint                 : Read / Write
+
  "opacity-start"            guint                 : Read / Write

Warning

ClutterBehaviourOpacity:opacity-start is deprecated and should not be used in newly-written code. 1.6

diff --git a/doc/reference/clutter/html/ClutterBehaviourPath.html b/doc/reference/clutter/html/ClutterBehaviourPath.html index 7362bba..fd4c6e9 100644 --- a/doc/reference/clutter/html/ClutterBehaviourPath.html +++ b/doc/reference/clutter/html/ClutterBehaviourPath.html @@ -51,11 +51,11 @@ struct ClutterPath *path); ClutterBehaviour * clutter_behaviour_path_new_with_description (ClutterAlpha *alpha, - const gchar *desc); + const gchar *desc); ClutterBehaviour * clutter_behaviour_path_new_with_knots (ClutterAlpha *alpha, const ClutterKnot *knots, - guint n_knots); + guint n_knots); void clutter_behaviour_path_set_path (ClutterBehaviourPath *pathb, ClutterPath *path); ClutterPath * clutter_behaviour_path_get_path (ClutterBehaviourPath *pathb); @@ -63,14 +63,14 @@ struct ClutterKnot; ClutterKnot * clutter_knot_copy (const ClutterKnot *knot); void clutter_knot_free (ClutterKnot *knot); -gboolean clutter_knot_equal (const ClutterKnot *knot_a, +gboolean clutter_knot_equal (const ClutterKnot *knot_a, const ClutterKnot *knot_b);

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourPath
 
@@ -90,7 +90,7 @@ ClutterBehaviourPath implements

Signals

-  "knot-reached"                                   : Run Last
+  "knot-reached"                                   : Run Last
 
@@ -210,8 +210,8 @@ This will claim the floating reference on the alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

opacity_start :

return location for the minimum level of opacity, or NULL. [out] +return location for the minimum level of opacity, or NULL. [out]

opacity_end :

return location for the maximum level of opacity, or NULL. [out] +return location for the maximum level of opacity, or NULL. [out]
@@ -219,12 +219,12 @@ it can be set later with alpha :

-
- + @@ -240,7 +240,7 @@ it can be set later with

clutter_behaviour_path_new_with_description ()

ClutterBehaviour *  clutter_behaviour_path_new_with_description
                                                         (ClutterAlpha *alpha,
-                                                         const gchar *desc);
+ const gchar *desc);

Warning

clutter_behaviour_path_new_with_description is deprecated and should not be used in newly-written code. 1.6

@@ -250,8 +250,8 @@ Creates a new path behaviour using the path described by < clutter_path_add_string() for a description of the format.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

path :

a ClutterPath or NULL for an empty patha ClutterPath or NULL for an empty path

Returns :

@@ -259,7 +259,7 @@ it can be set later with alpha :

-
@@ -281,7 +281,7 @@ it can be set later with ClutterBehaviour * clutter_behaviour_path_new_with_knots (ClutterAlpha *alpha, const ClutterKnot *knots, - guint n_knots); + guint n_knots);

Warning

clutter_behaviour_path_new_with_knots is deprecated and should not be used in newly-written code. 1.6

@@ -296,8 +296,8 @@ A path will be created where the first knot is used in a CLUTTER_PATH_LINE_TOs.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]
@@ -305,7 +305,7 @@ it can be set later with alpha :

-
@@ -398,11 +398,11 @@ Point in a path behaviour. - + - + @@ -452,7 +452,7 @@ Frees the memory of an allocated knot.

clutter_knot_equal ()

-
gboolean            clutter_knot_equal                  (const ClutterKnot *knot_a,
+
gboolean            clutter_knot_equal                  (const ClutterKnot *knot_a,
                                                          const ClutterKnot *knot_b);

Compares to knot and checks if the point to the same location. @@ -471,7 +471,7 @@ Compares to knot and checks if the point to the same location.

+TRUE if the knots point to the same location.
a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

gint x;

gint x;

X coordinate of the knot

gint y;

gint y;

Y coordinate of the knot

Returns :

-TRUE if the knots point to the same location.
@@ -491,8 +491,8 @@ Compares to knot and checks if the point to the same location.

The "knot-reached" signal

void                user_function                      (ClutterBehaviourPath *pathb,
-                                                        guint                 knot_num,
-                                                        gpointer              user_data)      : Run Last
+ guint knot_num, + gpointer user_data) : Run Last

Warning

ClutterBehaviourPath::knot-reached is deprecated and should not be used in newly-written code. 1.6

diff --git a/doc/reference/clutter/html/ClutterBehaviourRotate.html b/doc/reference/clutter/html/ClutterBehaviourRotate.html index 3dc7199..d047847 100644 --- a/doc/reference/clutter/html/ClutterBehaviourRotate.html +++ b/doc/reference/clutter/html/ClutterBehaviourRotate.html @@ -50,8 +50,8 @@ struct ClutterBehaviour * clutter_behaviour_rotate_new (ClutterAlpha *alpha, ClutterRotateAxis axis, ClutterRotateDirection direction, - gdouble angle_start, - gdouble angle_end); + gdouble angle_start, + gdouble angle_end); void clutter_behaviour_rotate_set_axis (ClutterBehaviourRotate *rotate, ClutterRotateAxis axis); ClutterRotateAxis clutter_behaviour_rotate_get_axis (ClutterBehaviourRotate *rotate); @@ -61,25 +61,25 @@ struct ClutterRotateDirection clutter_behaviour_rotate_get_direction (ClutterBehaviourRotate *rotate); void clutter_behaviour_rotate_set_bounds (ClutterBehaviourRotate *rotate, - gdouble angle_start, - gdouble angle_end); + gdouble angle_start, + gdouble angle_end); void clutter_behaviour_rotate_get_bounds (ClutterBehaviourRotate *rotate, - gdouble *angle_start, - gdouble *angle_end); + gdouble *angle_start, + gdouble *angle_end); void clutter_behaviour_rotate_set_center (ClutterBehaviourRotate *rotate, - gint x, - gint y, - gint z); + gint x, + gint y, + gint z); void clutter_behaviour_rotate_get_center (ClutterBehaviourRotate *rotate, - gint *x, - gint *y, - gint *z); + gint *x, + gint *y, + gint *z);

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourRotate
 
@@ -93,12 +93,12 @@ ClutterBehaviourRotate implements

Properties

-  "angle-end"                gdouble               : Read / Write
-  "angle-start"              gdouble               : Read / Write
+  "angle-end"                gdouble               : Read / Write
+  "angle-start"              gdouble               : Read / Write
   "axis"                     ClutterRotateAxis     : Read / Write
-  "center-x"                 gint                  : Read / Write
-  "center-y"                 gint                  : Read / Write
-  "center-z"                 gint                  : Read / Write
+  "center-x"                 gint                  : Read / Write
+  "center-y"                 gint                  : Read / Write
+  "center-z"                 gint                  : Read / Write
   "direction"                ClutterRotateDirection  : Read / Write
 
@@ -212,8 +212,8 @@ The ClutterBehaviour * clutter_behaviour_rotate_new (ClutterAlpha *alpha, ClutterRotateAxis axis, ClutterRotateDirection direction, - gdouble angle_start, - gdouble angle_end); + gdouble angle_start, + gdouble angle_end);

Creates a new ClutterBehaviourRotate. This behaviour will rotate actors bound to it on axis, following direction, between angle_start and @@ -222,8 +222,8 @@ bound to it on axis, following

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

@@ -231,7 +231,7 @@ it can be set later with alpha :

-
@@ -359,8 +359,8 @@ Retrieves the

clutter_behaviour_rotate_set_bounds ()

void                clutter_behaviour_rotate_set_bounds (ClutterBehaviourRotate *rotate,
-                                                         gdouble angle_start,
-                                                         gdouble angle_end);
+ gdouble angle_start, + gdouble angle_end);

Sets the initial and final angles of a rotation behaviour; angles >= 360 degrees get clamped to the canonical interval <0, 360). @@ -389,8 +389,8 @@ degrees get clamped to the canonical interval <0, 360).

clutter_behaviour_rotate_get_bounds ()

void                clutter_behaviour_rotate_get_bounds (ClutterBehaviourRotate *rotate,
-                                                         gdouble *angle_start,
-                                                         gdouble *angle_end);
+ gdouble *angle_start, + gdouble *angle_end);

Retrieves the rotation boundaries of the rotate behaviour.

@@ -420,9 +420,9 @@ Retrieves the rotation boundaries of the rotate behaviour.

clutter_behaviour_rotate_set_center ()

void                clutter_behaviour_rotate_set_center (ClutterBehaviourRotate *rotate,
-                                                         gint x,
-                                                         gint y,
-                                                         gint z);
+ gint x, + gint y, + gint z);

Sets the center of rotation. The coordinates are relative to the plane normal to the rotation axis set with clutter_behaviour_rotate_set_axis(). @@ -455,9 +455,9 @@ normal to the rotation axis set with

clutter_behaviour_rotate_get_center ()

void                clutter_behaviour_rotate_get_center (ClutterBehaviourRotate *rotate,
-                                                         gint *x,
-                                                         gint *y,
-                                                         gint *z);
+ gint *x, + gint *y, + gint *z);

Retrieves the center of rotation set using clutter_behaviour_rotate_set_center(). @@ -494,7 +494,7 @@ Retrieves the center of rotation set using

Property Details

The "angle-end" property

-
  "angle-end"                gdouble               : Read / Write
+
  "angle-end"                gdouble               : Read / Write

The final angle to where the rotation should end.

@@ -505,7 +505,7 @@ The final angle to where the rotation should end.

The "angle-start" property

-
  "angle-start"              gdouble               : Read / Write
+
  "angle-start"              gdouble               : Read / Write

The initial angle from whence the rotation should start.

@@ -526,7 +526,7 @@ The axis of rotation.

The "center-x" property

-
  "center-x"                 gint                  : Read / Write
+
  "center-x"                 gint                  : Read / Write

The x center of rotation.

@@ -537,7 +537,7 @@ The x center of rotation.

The "center-y" property

-
  "center-y"                 gint                  : Read / Write
+
  "center-y"                 gint                  : Read / Write

The y center of rotation.

@@ -548,7 +548,7 @@ The y center of rotation.

The "center-z" property

-
  "center-z"                 gint                  : Read / Write
+
  "center-z"                 gint                  : Read / Write

The z center of rotation.

diff --git a/doc/reference/clutter/html/ClutterBehaviourScale.html b/doc/reference/clutter/html/ClutterBehaviourScale.html index 81f9d4b..6986d9a 100644 --- a/doc/reference/clutter/html/ClutterBehaviourScale.html +++ b/doc/reference/clutter/html/ClutterBehaviourScale.html @@ -47,26 +47,26 @@ struct ClutterBehaviourScale; struct ClutterBehaviourScaleClass; ClutterBehaviour * clutter_behaviour_scale_new (ClutterAlpha *alpha, - gdouble x_scale_start, - gdouble y_scale_start, - gdouble x_scale_end, - gdouble y_scale_end); + gdouble x_scale_start, + gdouble y_scale_start, + gdouble x_scale_end, + gdouble y_scale_end); void clutter_behaviour_scale_set_bounds (ClutterBehaviourScale *scale, - gdouble x_scale_start, - gdouble y_scale_start, - gdouble x_scale_end, - gdouble y_scale_end); + gdouble x_scale_start, + gdouble y_scale_start, + gdouble x_scale_end, + gdouble y_scale_end); void clutter_behaviour_scale_get_bounds (ClutterBehaviourScale *scale, - gdouble *x_scale_start, - gdouble *y_scale_start, - gdouble *x_scale_end, - gdouble *y_scale_end); + gdouble *x_scale_start, + gdouble *y_scale_start, + gdouble *x_scale_end, + gdouble *y_scale_end);

Object Hierarchy

-  GObject
+  GObject
    +----ClutterBehaviour
          +----ClutterBehaviourScale
 
@@ -80,10 +80,10 @@ ClutterBehaviourScale implements

Properties

-  "x-scale-end"              gdouble               : Read / Write
-  "x-scale-start"            gdouble               : Read / Write
-  "y-scale-end"              gdouble               : Read / Write
-  "y-scale-start"            gdouble               : Read / Write
+  "x-scale-end"              gdouble               : Read / Write
+  "x-scale-start"            gdouble               : Read / Write
+  "y-scale-end"              gdouble               : Read / Write
+  "y-scale-start"            gdouble               : Read / Write
 
@@ -206,10 +206,10 @@ The

clutter_behaviour_scale_new ()

ClutterBehaviour *  clutter_behaviour_scale_new         (ClutterAlpha *alpha,
-                                                         gdouble x_scale_start,
-                                                         gdouble y_scale_start,
-                                                         gdouble x_scale_end,
-                                                         gdouble y_scale_end);
+ gdouble x_scale_start, + gdouble y_scale_start, + gdouble x_scale_end, + gdouble y_scale_end);

Warning

clutter_behaviour_scale_new is deprecated and should not be used in newly-written code. 1.6

@@ -218,8 +218,8 @@ The ClutterBehaviourScale instance.

-If alpha is not NULL, the ClutterBehaviour will take ownership -of the ClutterAlpha instance. In the case when alpha is NULL, +If alpha is not NULL, the ClutterBehaviour will take ownership +of the ClutterAlpha instance. In the case when alpha is NULL, it can be set later with clutter_behaviour_set_alpha().

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]
@@ -227,7 +227,7 @@ it can be set later with alpha :

-
@@ -259,10 +259,10 @@ it can be set later with

clutter_behaviour_scale_set_bounds ()

void                clutter_behaviour_scale_set_bounds  (ClutterBehaviourScale *scale,
-                                                         gdouble x_scale_start,
-                                                         gdouble y_scale_start,
-                                                         gdouble x_scale_end,
-                                                         gdouble y_scale_end);
+ gdouble x_scale_start, + gdouble y_scale_start, + gdouble x_scale_end, + gdouble y_scale_end);

Warning

clutter_behaviour_scale_set_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -302,10 +302,10 @@ Sets the bounds used by scale behaviour.

clutter_behaviour_scale_get_bounds ()

void                clutter_behaviour_scale_get_bounds  (ClutterBehaviourScale *scale,
-                                                         gdouble *x_scale_start,
-                                                         gdouble *y_scale_start,
-                                                         gdouble *x_scale_end,
-                                                         gdouble *y_scale_end);
+ gdouble *x_scale_start, + gdouble *y_scale_start, + gdouble *x_scale_end, + gdouble *y_scale_end);

Warning

clutter_behaviour_scale_get_bounds is deprecated and should not be used in newly-written code. 1.6

@@ -324,25 +324,25 @@ Retrieves the bounds used by scale behaviour.
@@ -354,7 +354,7 @@ or

Property Details

The "x-scale-end" property

-
  "x-scale-end"              gdouble               : Read / Write
+
  "x-scale-end"              gdouble               : Read / Write

Warning

ClutterBehaviourScale:x-scale-end is deprecated and should not be used in newly-written code. 1.6

@@ -369,7 +369,7 @@ The final scaling factor on the X axis for the actors.

The "x-scale-start" property

-
  "x-scale-start"            gdouble               : Read / Write
+
  "x-scale-start"            gdouble               : Read / Write

Warning

ClutterBehaviourScale:x-scale-start is deprecated and should not be used in newly-written code. 1.6

@@ -384,7 +384,7 @@ The initial scaling factor on the X axis for the actors.

The "y-scale-end" property

-
  "y-scale-end"              gdouble               : Read / Write
+
  "y-scale-end"              gdouble               : Read / Write

Warning

ClutterBehaviourScale:y-scale-end is deprecated and should not be used in newly-written code. 1.6

@@ -399,7 +399,7 @@ The final scaling factor on the Y axis for the actors.

The "y-scale-start" property

-
  "y-scale-start"            gdouble               : Read / Write
+
  "y-scale-start"            gdouble               : Read / Write

Warning

ClutterBehaviourScale:y-scale-start is deprecated and should not be used in newly-written code. 1.6

diff --git a/doc/reference/clutter/html/ClutterBinLayout.html b/doc/reference/clutter/html/ClutterBinLayout.html index 03dddb3..fe696ad 100644 --- a/doc/reference/clutter/html/ClutterBinLayout.html +++ b/doc/reference/clutter/html/ClutterBinLayout.html @@ -63,8 +63,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterLayoutManager
                +----ClutterBinLayout
 
@@ -269,7 +269,7 @@ Sets the horizontal and vertical alignment policies to be applied to a child of self

-If child is NULL then the x_align and y_align values will +If child is NULL then the x_align and y_align values will be set as the default alignment policies

a ClutterAlpha instance, or NULL. [allow-none] +a ClutterAlpha instance, or NULL. [allow-none]

x_scale_start :

return location for the initial scale factor on the X -axis, or NULL. [out] +axis, or NULL. [out]

y_scale_start :

return location for the initial scale factor on the Y -axis, or NULL. [out] +axis, or NULL. [out]

x_scale_end :

return location for the final scale factor on the X axis, -or NULL. [out] +or NULL. [out]

y_scale_end :

return location for the final scale factor on the Y axis, -or NULL. [out] +or NULL. [out]
@@ -313,7 +313,7 @@ Retrieves the horizontal and vertical alignment policies for a child of self

-If child is NULL the default alignment policies will be returned +If child is NULL the default alignment policies will be returned instead

diff --git a/doc/reference/clutter/html/ClutterBindConstraint.html b/doc/reference/clutter/html/ClutterBindConstraint.html index 17a13b4..e70d92b 100644 --- a/doc/reference/clutter/html/ClutterBindConstraint.html +++ b/doc/reference/clutter/html/ClutterBindConstraint.html @@ -45,7 +45,7 @@ enum ClutterBindCoordinate; ClutterConstraint * clutter_bind_constraint_new (ClutterActor *source, ClutterBindCoordinate coordinate, - gfloat offset); + gfloat offset); voidclutter_bind_constraint_set_source (ClutterBindConstraint *constraint, ClutterActor *source); ClutterActor * clutter_bind_constraint_get_source (ClutterBindConstraint *constraint); @@ -55,15 +55,15 @@ enum ClutterBindCoordinateclutter_bind_constraint_get_coordinate (ClutterBindConstraint *constraint); voidclutter_bind_constraint_set_offset (ClutterBindConstraint *constraint, - gfloat offset); -gfloatclutter_bind_constraint_get_offset (ClutterBindConstraint *constraint); + gfloat offset); +gfloatclutter_bind_constraint_get_offset (ClutterBindConstraint *constraint);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterConstraint
                      +----ClutterBindConstraint
@@ -73,7 +73,7 @@ enum                

Properties

   "coordinate"               ClutterBindCoordinate  : Read / Write / Construct
-  "offset"                   gfloat                : Read / Write / Construct
+  "offset"                   gfloat                : Read / Write / Construct
   "source"                   ClutterActor*         : Read / Write / Construct
 
@@ -172,11 +172,11 @@ them horizontally from underneath the first rectangle: + NULL);
clutter_actor_animate (rect[1], CLUTTER_EASE_OUT_CUBIC, 250,
                        "@constraints.green-x.offset", 100.0,
                        "opacity", 255,
-                       NULL);
+                       NULL);
 clutter_actor_animate (rect[2], CLUTTER_EASE_OUT_CUBIC, 250,
                        "@constraints.blue-x.offset", 200.0,
                        "opacity", 255,
-                       NULL);
@@ -537,7 +537,7 @@ Specifies which property should be used in a binding

clutter_bind_constraint_new ()

ClutterConstraint * clutter_bind_constraint_new         (ClutterActor *source,
                                                          ClutterBindCoordinate coordinate,
-                                                         gfloat offset);
+ gfloat offset);

Creates a new constraint, binding a ClutterActor's position to the given coordinate of the position of source @@ -548,7 +548,7 @@ the given coordinate of the position of

source :

the ClutterActor to use as the source of -the binding, or NULL. [allow-none] +the binding, or NULL. [allow-none] @@ -586,7 +586,7 @@ Sets the source

source :

-a
ClutterActor, or NULL to unset the source. [allow-none] +a ClutterActor, or NULL to unset the source. [allow-none] @@ -670,7 +670,7 @@ Retrieves the bound coordinate of the constraint

clutter_bind_constraint_set_offset ()

void                clutter_bind_constraint_set_offset  (ClutterBindConstraint *constraint,
-                                                         gfloat offset);
+ gfloat offset);

Sets the offset to be applied to the constraint

@@ -693,7 +693,7 @@ Sets the offset to be applied to the constraint

clutter_bind_constraint_get_offset ()

-
gfloat              clutter_bind_constraint_get_offset  (ClutterBindConstraint *constraint);
+
gfloat              clutter_bind_constraint_get_offset  (ClutterBindConstraint *constraint);

Retrieves the offset set using clutter_bind_constraint_set_offset()

@@ -728,7 +728,7 @@ The coordinate to be bound

The "offset" property

-
  "offset"                   gfloat                : Read / Write / Construct
+
  "offset"                   gfloat                : Read / Write / Construct

The offset, in pixels, to be applied to the binding

diff --git a/doc/reference/clutter/html/ClutterBlurEffect.html b/doc/reference/clutter/html/ClutterBlurEffect.html index 699c70c..5adf613 100644 --- a/doc/reference/clutter/html/ClutterBlurEffect.html +++ b/doc/reference/clutter/html/ClutterBlurEffect.html @@ -46,8 +46,8 @@

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -87,7 +87,7 @@ Creates a new 
 
 

Returns :

-the newly created
ClutterBlurEffect or NULL +the newly created ClutterBlurEffect or NULL
diff --git a/doc/reference/clutter/html/ClutterBox.html b/doc/reference/clutter/html/ClutterBox.html index 662c2a5..b91972e 100644 --- a/doc/reference/clutter/html/ClutterBox.html +++ b/doc/reference/clutter/html/ClutterBox.html @@ -56,35 +56,35 @@ struct void clutter_box_pack (ClutterBox *box, ClutterActor *actor, - const gchar *first_property, + const gchar *first_property, ...); void clutter_box_packv (ClutterBox *box, ClutterActor *actor, - guint n_properties, - const gchar * const properties[], - const GValue *values); + guint n_properties, + const gchar * const properties[], + const GValue *values); void clutter_box_pack_after (ClutterBox *box, ClutterActor *actor, ClutterActor *sibling, - const gchar *first_property, + const gchar *first_property, ...); void clutter_box_pack_before (ClutterBox *box, ClutterActor *actor, ClutterActor *sibling, - const gchar *first_property, + const gchar *first_property, ...); void clutter_box_pack_at (ClutterBox *box, ClutterActor *actor, - gint position, - const gchar *first_property, + gint position, + const gchar *first_property, ...);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActor
                +----ClutterBox
 
@@ -99,7 +99,7 @@ ClutterBox implements

Properties

   "color"                    ClutterColor*         : Read / Write
-  "color-set"                gboolean              : Read / Write
+  "color-set"                gboolean              : Read / Write
 
@@ -289,7 +289,7 @@ Sets (or unsets) the background color for box

color :

-the background color, or NULL to unset. [allow-none] +the background color, or NULL to unset. [allow-none] @@ -309,7 +309,7 @@ Sets (or unsets) the background color for box Retrieves the background color of box

-If the "color-set" property is set to FALSE the +If the "color-set" property is set to FALSE the returned ClutterColor is undefined

@@ -334,7 +334,7 @@ returned

clutter_box_pack ()

void                clutter_box_pack                    (ClutterBox *box,
                                                          ClutterActor *actor,
-                                                         const gchar *first_property,
+                                                         const gchar *first_property,
                                                          ...);

Warning

@@ -367,12 +367,12 @@ variant instead
- - @@ -384,9 +384,9 @@ variant instead

clutter_box_packv ()

void                clutter_box_packv                   (ClutterBox *box,
                                                          ClutterActor *actor,
-                                                         guint n_properties,
-                                                         const gchar * const properties[],
-                                                         const GValue *values);
+ guint n_properties, + const gchar * const properties[], + const GValue *values);

Warning

clutter_box_packv has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_add_child() instead.

@@ -434,7 +434,7 @@ values to set. [void clutter_box_pack_after (ClutterBox *box, ClutterActor *actor, ClutterActor *sibling, - const gchar *first_property, + const gchar *first_property, ...);

Warning

@@ -446,7 +446,7 @@ properties at the same time, if the box supports them

-If sibling is NULL then actor is placed at the end of the +If sibling is NULL then actor is placed at the end of the list of children, to be allocated and painted after every other child

@@ -468,17 +468,17 @@ This function is a wrapper around sibling :

-
- - @@ -491,7 +491,7 @@ This function is a wrapper around void clutter_box_pack_before (ClutterBox *box, ClutterActor *actor, ClutterActor *sibling, - const gchar *first_property, + const gchar *first_property, ...);

Warning

@@ -503,7 +503,7 @@ properties at the same time, if the box supports them

-If sibling is NULL then actor is placed at the beginning of the +If sibling is NULL then actor is placed at the beginning of the list of children, to be allocated and painted below every other child

@@ -525,17 +525,17 @@ This function is a wrapper around sibling :

-
- - @@ -547,8 +547,8 @@ This function is a wrapper around

clutter_box_pack_at ()

void                clutter_box_pack_at                 (ClutterBox *box,
                                                          ClutterActor *actor,
-                                                         gint position,
-                                                         const gchar *first_property,
+                                                         gint position,
+                                                         const gchar *first_property,
                                                          ...);

Warning

@@ -583,12 +583,12 @@ children
- - @@ -611,7 +611,7 @@ The color to be used to paint the background of the

The "color-set" property

-
  "color-set"                gboolean              : Read / Write
+
  "color-set"                gboolean              : Read / Write

Whether the "color" property has been set

diff --git a/doc/reference/clutter/html/ClutterBoxLayout.html b/doc/reference/clutter/html/ClutterBoxLayout.html index d1a7e84..5353cc0 100644 --- a/doc/reference/clutter/html/ClutterBoxLayout.html +++ b/doc/reference/clutter/html/ClutterBoxLayout.html @@ -46,23 +46,23 @@ struct ClutterBoxLayoutClass; ClutterLayoutManager * clutter_box_layout_new (void); void clutter_box_layout_set_pack_start (ClutterBoxLayout *layout, - gboolean pack_start); -gboolean clutter_box_layout_get_pack_start (ClutterBoxLayout *layout); + gboolean pack_start); +gboolean clutter_box_layout_get_pack_start (ClutterBoxLayout *layout); void clutter_box_layout_set_spacing (ClutterBoxLayout *layout, - guint spacing); -guint clutter_box_layout_get_spacing (ClutterBoxLayout *layout); + guint spacing); +guint clutter_box_layout_get_spacing (ClutterBoxLayout *layout); void clutter_box_layout_set_vertical (ClutterBoxLayout *layout, - gboolean vertical); -gboolean clutter_box_layout_get_vertical (ClutterBoxLayout *layout); + gboolean vertical); +gboolean clutter_box_layout_get_vertical (ClutterBoxLayout *layout); void clutter_box_layout_set_homogeneous (ClutterBoxLayout *layout, - gboolean homogeneous); -gboolean clutter_box_layout_get_homogeneous (ClutterBoxLayout *layout); + gboolean homogeneous); +gboolean clutter_box_layout_get_homogeneous (ClutterBoxLayout *layout); void clutter_box_layout_pack (ClutterBoxLayout *layout, ClutterActor *actor, - gboolean expand, - gboolean x_fill, - gboolean y_fill, + gboolean expand, + gboolean x_fill, + gboolean y_fill, ClutterBoxAlignment x_align, ClutterBoxAlignment y_align); @@ -76,38 +76,38 @@ struct ClutterBoxAlignment *y_align); void clutter_box_layout_set_expand (ClutterBoxLayout *layout, ClutterActor *actor, - gboolean expand); -gboolean clutter_box_layout_get_expand (ClutterBoxLayout *layout, + gboolean expand); +gboolean clutter_box_layout_get_expand (ClutterBoxLayout *layout, ClutterActor *actor); void clutter_box_layout_set_fill (ClutterBoxLayout *layout, ClutterActor *actor, - gboolean x_fill, - gboolean y_fill); + gboolean x_fill, + gboolean y_fill); void clutter_box_layout_get_fill (ClutterBoxLayout *layout, ClutterActor *actor, - gboolean *x_fill, - gboolean *y_fill); + gboolean *x_fill, + gboolean *y_fill); void clutter_box_layout_set_use_animations (ClutterBoxLayout *layout, - gboolean animate); -gboolean clutter_box_layout_get_use_animations + gboolean animate); +gboolean clutter_box_layout_get_use_animations (ClutterBoxLayout *layout); void clutter_box_layout_set_easing_duration (ClutterBoxLayout *layout, - guint msecs); -guint clutter_box_layout_get_easing_duration + guint msecs); +guint clutter_box_layout_get_easing_duration (ClutterBoxLayout *layout); void clutter_box_layout_set_easing_mode (ClutterBoxLayout *layout, - gulong mode); -gulong clutter_box_layout_get_easing_mode (ClutterBoxLayout *layout); + gulong mode); +gulong clutter_box_layout_get_easing_mode (ClutterBoxLayout *layout);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterLayoutManager
                +----ClutterBoxLayout
 
@@ -115,13 +115,13 @@ struct

Properties

-  "easing-duration"          guint                 : Read / Write
-  "easing-mode"              gulong                : Read / Write
-  "homogeneous"              gboolean              : Read / Write
-  "pack-start"               gboolean              : Read / Write
-  "spacing"                  guint                 : Read / Write
-  "use-animations"           gboolean              : Read / Write
-  "vertical"                 gboolean              : Read / Write
+  "easing-duration"          guint                 : Read / Write
+  "easing-mode"              gulong                : Read / Write
+  "homogeneous"              gboolean              : Read / Write
+  "pack-start"               gboolean              : Read / Write
+  "spacing"                  guint                 : Read / Write
+  "use-animations"           gboolean              : Read / Write
+  "vertical"                 gboolean              : Read / Write
 
@@ -158,7 +158,7 @@ following layout policy:

Figure 6. Box layout

The image shows a ClutterBoxLayout with the - "vertical" property set to FALSE.

+ "vertical" property set to FALSE.

Box layout
@@ -257,7 +257,7 @@ Creates a new

clutter_box_layout_set_pack_start ()

void                clutter_box_layout_set_pack_start   (ClutterBoxLayout *layout,
-                                                         gboolean pack_start);
+ gboolean pack_start);

Sets whether children of layout should be layed out by appending them or by prepending them @@ -273,7 +273,7 @@ them or by prepending them

@@ -283,7 +283,7 @@ beginning of the layout

clutter_box_layout_get_pack_start ()

-
gboolean            clutter_box_layout_get_pack_start   (ClutterBoxLayout *layout);
+
gboolean            clutter_box_layout_get_pack_start   (ClutterBoxLayout *layout);

Retrieves the value set using clutter_box_layout_set_pack_start()

@@ -298,8 +298,8 @@ Retrieves the value set using Returns :

+TRUE if the ClutterBoxLayout should pack children +at the beginning of the layout, and FALSE otherwise

first_property :

the name of the first property to set, or NULL +the name of the first property to set, or NULL

... :

a list of property name and value pairs, terminated by NULL +a list of property name and value pairs, terminated by NULL
a ClutterActor or NULL. [allow-none] +a ClutterActor or NULL. [allow-none]

first_property :

the name of the first property to set, or NULL +the name of the first property to set, or NULL

... :

a list of property name and value pairs, terminated by NULL +a list of property name and value pairs, terminated by NULL
a ClutterActor or NULL. [allow-none] +a ClutterActor or NULL. [allow-none]

first_property :

the name of the first property to set, or NULL +the name of the first property to set, or NULL

... :

a list of property name and value pairs, terminated by NULL +a list of property name and value pairs, terminated by NULL

first_property :

the name of the first property to set, or NULL +the name of the first property to set, or NULL

... :

a list of property name and value pairs, terminated by NULL +a list of property name and value pairs, terminated by NULL

pack_start :

-TRUE if the layout should pack children at the +TRUE if the layout should pack children at the beginning of the layout
-TRUE if the ClutterBoxLayout should pack children -at the beginning of the layout, and FALSE otherwise
@@ -309,7 +309,7 @@ at the beginning of the layout, and FALSE otherwise

clutter_box_layout_set_spacing ()

void                clutter_box_layout_set_spacing      (ClutterBoxLayout *layout,
-                                                         guint spacing);
+ guint spacing);

Sets the spacing between children of layout

@@ -332,7 +332,7 @@ Sets the spacing between children of layout

clutter_box_layout_get_spacing ()

-
guint               clutter_box_layout_get_spacing      (ClutterBoxLayout *layout);
+
guint               clutter_box_layout_get_spacing      (ClutterBoxLayout *layout);

Retrieves the spacing set using clutter_box_layout_set_spacing()

@@ -357,7 +357,7 @@ Retrieves the spacing set using

clutter_box_layout_set_vertical ()

void                clutter_box_layout_set_vertical     (ClutterBoxLayout *layout,
-                                                         gboolean vertical);
+ gboolean vertical);

Sets whether layout should arrange its children vertically alongside the Y axis, instead of horizontally alongside the X axis @@ -373,7 +373,7 @@ the Y axis, instead of horizontally alongside the X axis

vertical :

-TRUE if the layout should be vertical +TRUE if the layout should be vertical
@@ -382,7 +382,7 @@ the Y axis, instead of horizontally alongside the X axis

clutter_box_layout_get_vertical ()

-
gboolean            clutter_box_layout_get_vertical     (ClutterBoxLayout *layout);
+
gboolean            clutter_box_layout_get_vertical     (ClutterBoxLayout *layout);

Retrieves the orientation of the layout as set using the clutter_box_layout_set_vertical() function @@ -398,8 +398,8 @@ Retrieves the orientation of the layout

Returns :

-TRUE if the ClutterBoxLayout is arranging its children -vertically, and FALSE otherwise +TRUE if the ClutterBoxLayout is arranging its children +vertically, and FALSE otherwise
@@ -409,7 +409,7 @@ vertically, and FALSE otherwise

clutter_box_layout_set_homogeneous ()

void                clutter_box_layout_set_homogeneous  (ClutterBoxLayout *layout,
-                                                         gboolean homogeneous);
+ gboolean homogeneous);

Sets whether the size of layout children should be homogeneous @@ -425,7 +425,7 @@ homogeneous

homogeneous :

-TRUE if the layout should be homogeneous +TRUE if the layout should be homogeneous
@@ -434,7 +434,7 @@ homogeneous

clutter_box_layout_get_homogeneous ()

-
gboolean            clutter_box_layout_get_homogeneous  (ClutterBoxLayout *layout);
+
gboolean            clutter_box_layout_get_homogeneous  (ClutterBoxLayout *layout);

Retrieves if the children sizes are allocated homogeneously.

@@ -449,8 +449,8 @@ Retrieves if the children sizes are allocated homogeneously.

Returns :

-TRUE if the ClutterBoxLayout is arranging its children -homogeneously, and FALSE otherwise +TRUE if the ClutterBoxLayout is arranging its children +homogeneously, and FALSE otherwise
@@ -461,9 +461,9 @@ homogeneously, and FALSE otherwise

clutter_box_layout_pack ()

void                clutter_box_layout_pack             (ClutterBoxLayout *layout,
                                                          ClutterActor *actor,
-                                                         gboolean expand,
-                                                         gboolean x_fill,
-                                                         gboolean y_fill,
+                                                         gboolean expand,
+                                                         gboolean x_fill,
+                                                         gboolean y_fill,
                                                          ClutterBoxAlignment x_align,
                                                          ClutterBoxAlignment y_align);

@@ -590,7 +590,7 @@ as set using

clutter_box_layout_set_expand ()

void                clutter_box_layout_set_expand       (ClutterBoxLayout *layout,
                                                          ClutterActor *actor,
-                                                         gboolean expand);
+ gboolean expand);

Sets whether actor should expand inside layout

@@ -618,7 +618,7 @@ Sets whether actor should expand inside

clutter_box_layout_get_expand ()

-
gboolean            clutter_box_layout_get_expand       (ClutterBoxLayout *layout,
+
gboolean            clutter_box_layout_get_expand       (ClutterBoxLayout *layout,
                                                          ClutterActor *actor);

Retrieves whether actor should expand inside layout @@ -639,7 +639,7 @@ Retrieves whether actor should expand in

Returns :

-TRUE if the ClutterActor should expand, FALSE otherwise +TRUE if the ClutterActor should expand, FALSE otherwise
@@ -650,8 +650,8 @@ Retrieves whether actor should expand in

clutter_box_layout_set_fill ()

void                clutter_box_layout_set_fill         (ClutterBoxLayout *layout,
                                                          ClutterActor *actor,
-                                                         gboolean x_fill,
-                                                         gboolean y_fill);
+ gboolean x_fill, + gboolean y_fill);

Sets the horizontal and vertical fill policies for actor inside layout @@ -686,8 +686,8 @@ inside layout

clutter_box_layout_get_fill ()

void                clutter_box_layout_get_fill         (ClutterBoxLayout *layout,
                                                          ClutterActor *actor,
-                                                         gboolean *x_fill,
-                                                         gboolean *y_fill);
+ gboolean *x_fill, + gboolean *y_fill);

Retrieves the horizontal and vertical fill policies for actor as set using clutter_box_layout_pack() or clutter_box_layout_set_fill() @@ -724,7 +724,7 @@ as set using

clutter_box_layout_set_use_animations ()

void                clutter_box_layout_set_use_animations
                                                         (ClutterBoxLayout *layout,
-                                                         gboolean animate);
+ gboolean animate);

Sets whether layout should animate changes in the layout properties

@@ -744,7 +744,7 @@ by the animations is controlled by animate :

-TRUE if the layout should use animations +
TRUE if the layout should use animations
@@ -753,7 +753,7 @@ by the animations is controlled by

clutter_box_layout_get_use_animations ()

-
gboolean            clutter_box_layout_get_use_animations
+
gboolean            clutter_box_layout_get_use_animations
                                                         (ClutterBoxLayout *layout);

Retrieves whether layout should animate changes in the layout properties @@ -772,7 +772,7 @@ Since Returns :

-TRUE if the animations should be used, FALSE otherwise +TRUE if the animations should be used, FALSE otherwise
@@ -783,7 +783,7 @@ Since

clutter_box_layout_set_easing_duration ()

void                clutter_box_layout_set_easing_duration
                                                         (ClutterBoxLayout *layout,
-                                                         guint msecs);
+ guint msecs);

Sets the duration of the animations used by layout when animating changes in the layout properties @@ -811,7 +811,7 @@ animations


clutter_box_layout_get_easing_duration ()

-
guint               clutter_box_layout_get_easing_duration
+
guint               clutter_box_layout_get_easing_duration
                                                         (ClutterBoxLayout *layout);

Retrieves the duration set using clutter_box_layout_set_easing_duration() @@ -836,7 +836,7 @@ Retrieves the duration set using

clutter_box_layout_set_easing_mode ()

void                clutter_box_layout_set_easing_mode  (ClutterBoxLayout *layout,
-                                                         gulong mode);
+ gulong mode);

Sets the easing mode to be used by layout when animating changes in layout properties @@ -866,7 +866,7 @@ from

clutter_box_layout_get_easing_mode ()

-
gulong              clutter_box_layout_get_easing_mode  (ClutterBoxLayout *layout);
+
gulong              clutter_box_layout_get_easing_mode  (ClutterBoxLayout *layout);

Retrieves the easing mode set using clutter_box_layout_set_easing_mode()

@@ -891,10 +891,10 @@ Retrieves the easing mode set using

Property Details

The "easing-duration" property

-
  "easing-duration"          guint                 : Read / Write
+
  "easing-duration"          guint                 : Read / Write

The duration of the animations, in case "use-animations" -is set to TRUE +is set to TRUE

The duration is expressed in milliseconds @@ -905,10 +905,10 @@ The duration is expressed in milliseconds


The "easing-mode" property

-
  "easing-mode"              gulong                : Read / Write
+
  "easing-mode"              gulong                : Read / Write

The easing mode for the animations, in case -"use-animations" is set to TRUE +"use-animations" is set to TRUE

The easing mode has the same semantics of "mode": it can @@ -924,7 +924,7 @@ The default value is

The "homogeneous" property

-
  "homogeneous"              gboolean              : Read / Write
+
  "homogeneous"              gboolean              : Read / Write

Whether the ClutterBoxLayout should arrange its children homogeneously, i.e. all childs get the same size @@ -935,7 +935,7 @@ homogeneously, i.e. all childs get the same size


The "pack-start" property

-
  "pack-start"               gboolean              : Read / Write
+
  "pack-start"               gboolean              : Read / Write

Whether the ClutterBoxLayout should pack items at the start or append them at the end @@ -946,7 +946,7 @@ or append them at the end


The "spacing" property

-
  "spacing"                  guint                 : Read / Write
+
  "spacing"                  guint                 : Read / Write

The spacing between children of the ClutterBoxLayout, in pixels

@@ -956,7 +956,7 @@ The spacing between children of the

The "use-animations" property

-
  "use-animations"           gboolean              : Read / Write
+
  "use-animations"           gboolean              : Read / Write

Whether the ClutterBoxLayout should animate changes in the layout properties @@ -967,7 +967,7 @@ layout properties


The "vertical" property

-
  "vertical"                 gboolean              : Read / Write
+
  "vertical"                 gboolean              : Read / Write

Whether the ClutterBoxLayout should arrange its children alongside the Y axis, instead of alongside the X axis diff --git a/doc/reference/clutter/html/ClutterBrightnessContrastEffect.html b/doc/reference/clutter/html/ClutterBrightnessContrastEffect.html index 781ddf1..0d64518 100644 --- a/doc/reference/clutter/html/ClutterBrightnessContrastEffect.html +++ b/doc/reference/clutter/html/ClutterBrightnessContrastEffect.html @@ -75,8 +75,8 @@

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -125,7 +125,7 @@ Creates a new 
 

Returns :

the newly created -
ClutterBrightnessContrastEffect or NULL. Use g_object_unref() when +ClutterBrightnessContrastEffect or NULL. Use g_object_unref() when done. [transfer full] diff --git a/doc/reference/clutter/html/ClutterCairoTexture.html b/doc/reference/clutter/html/ClutterCairoTexture.html index 03d18d0..d65708d 100644 --- a/doc/reference/clutter/html/ClutterCairoTexture.html +++ b/doc/reference/clutter/html/ClutterCairoTexture.html @@ -48,28 +48,28 @@
#define             CLUTTER_CAIRO_FORMAT_ARGB32
 struct              ClutterCairoTexture;
 struct              ClutterCairoTextureClass;
-ClutterActor *      clutter_cairo_texture_new           (guint width,
-                                                         guint height);
+ClutterActor *      clutter_cairo_texture_new           (guint width,
+                                                         guint height);
 void                clutter_cairo_texture_set_surface_size
                                                         (ClutterCairoTexture *self,
-                                                         guint width,
-                                                         guint height);
+                                                         guint width,
+                                                         guint height);
 void                clutter_cairo_texture_get_surface_size
                                                         (ClutterCairoTexture *self,
-                                                         guint *width,
-                                                         guint *height);
+                                                         guint *width,
+                                                         guint *height);
 void                clutter_cairo_texture_set_auto_resize
                                                         (ClutterCairoTexture *self,
-                                                         gboolean value);
-gboolean            clutter_cairo_texture_get_auto_resize
+                                                         gboolean value);
+gboolean            clutter_cairo_texture_get_auto_resize
                                                         (ClutterCairoTexture *self);
 
 cairo_t *           clutter_cairo_texture_create        (ClutterCairoTexture *self);
 cairo_t *           clutter_cairo_texture_create_region (ClutterCairoTexture *self,
-                                                         gint x_offset,
-                                                         gint y_offset,
-                                                         gint width,
-                                                         gint height);
+                                                         gint x_offset,
+                                                         gint y_offset,
+                                                         gint width,
+                                                         gint height);
 
 void                clutter_cairo_texture_invalidate_rectangle
                                                         (ClutterCairoTexture *self,
@@ -84,8 +84,8 @@ struct              
 

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActor
                +----ClutterTexture
                      +----ClutterCairoTexture
@@ -100,16 +100,16 @@ ClutterCairoTexture implements
 

Properties

-  "auto-resize"              gboolean              : Read / Write
-  "surface-height"           guint                 : Read / Write
-  "surface-width"            guint                 : Read / Write
+  "auto-resize"              gboolean              : Read / Write
+  "surface-height"           guint                 : Read / Write
+  "surface-width"            guint                 : Read / Write
 

Signals

-  "create-surface"                                 : No Recursion
-  "draw"                                           : No Recursion
+  "create-surface"                                 : No Recursion
+  "draw"                                           : No Recursion
 
@@ -277,7 +277,7 @@ explicitly. #include <cairo.h> #include <clutter/clutter.h> -static gboolean +static gboolean draw_clock (ClutterCairoTexture *canvas, cairo_t *cr) { @@ -286,10 +286,10 @@ explicitly. float hours, minutes, seconds; /* get the current time and compute the angles */ - now = g_date_time_new_now_local (); - seconds = g_date_time_get_second (now) * G_PI / 30; - minutes = g_date_time_get_minute (now) * G_PI / 30; - hours = g_date_time_get_hour (now) * G_PI / 6; + now = g_date_time_new_now_local (); + seconds = g_date_time_get_second (now) * G_PI / 30; + minutes = g_date_time_get_minute (now) * G_PI / 30; + hours = g_date_time_get_hour (now) * G_PI / 6; /* clear the contents of the canvas, to avoid painting * over the previous frame @@ -306,13 +306,13 @@ explicitly. /* the black rail that holds the seconds indicator */ clutter_cairo_set_source_color (cr, CLUTTER_COLOR_Black); cairo_translate (cr, 0.5, 0.5); - cairo_arc (cr, 0, 0, 0.4, 0, G_PI * 2); + cairo_arc (cr, 0, 0, 0.4, 0, G_PI * 2); cairo_stroke (cr); /* the seconds indicator */ clutter_cairo_set_source_color (cr, CLUTTER_COLOR_White); cairo_move_to (cr, 0, 0); - cairo_arc (cr, sinf (seconds) * 0.4, - cosf (seconds) * 0.4, 0.05, 0, G_PI * 2); + cairo_arc (cr, sinf (seconds) * 0.4, - cosf (seconds) * 0.4, 0.05, 0, G_PI * 2); cairo_fill (cr); /* the minutes hand */ @@ -326,23 +326,23 @@ explicitly. cairo_line_to (cr, sinf (hours) * 0.2, -cosf (hours) * 0.2); cairo_stroke (cr); - g_date_time_unref (now); + g_date_time_unref (now); /* we're done drawing */ - return TRUE; + return TRUE; } -static gboolean +static gboolean invalidate_clock (gpointer data_) { /* invalidate the contents of the canvas */ clutter_cairo_texture_invalidate (data_); /* keep the timeout source */ - return TRUE; + return TRUE; } -G_MODULE_EXPORT int +G_MODULE_EXPORT int test_cairo_clock_main (int argc, char *argv[]) { ClutterActor *stage, *canvas; @@ -354,7 +354,7 @@ explicitly. /* create a resizable stage */ stage = clutter_stage_new (); clutter_stage_set_title (CLUTTER_STAGE (stage), "2D Clock"); - clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE); + clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE); clutter_actor_set_background_color (stage, CLUTTER_COLOR_LightSkyBlue); clutter_actor_set_size (stage, 300, 300); clutter_actor_show (stage); @@ -367,13 +367,13 @@ explicitly. clutter_actor_add_constraint (canvas, clutter_bind_constraint_new (stage, CLUTTER_BIND_SIZE, 0)); /* make sure to match allocation to canvas size */ - clutter_cairo_texture_set_auto_resize (CLUTTER_CAIRO_TEXTURE (canvas), TRUE); + clutter_cairo_texture_set_auto_resize (CLUTTER_CAIRO_TEXTURE (canvas), TRUE); /* quit on destroy */ - g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); + g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); /* connect our drawing code */ - g_signal_connect (canvas, "draw", G_CALLBACK (draw_clock), NULL); + g_signal_connect (canvas, "draw", G_CALLBACK (draw_clock), NULL); /* invalidate the canvas, so that we can draw before the main loop starts */ clutter_cairo_texture_invalidate (CLUTTER_CAIRO_TEXTURE (canvas)); @@ -386,7 +386,7 @@ explicitly. return EXIT_SUCCESS; } -G_MODULE_EXPORT const char * +G_MODULE_EXPORT const char * test_cairo_clock_describe (void) { return "Simple 2D canvas using a Cairo texture actor"; @@ -459,8 +459,8 @@ signal

clutter_cairo_texture_new ()

-
ClutterActor *      clutter_cairo_texture_new           (guint width,
-                                                         guint height);
+
ClutterActor *      clutter_cairo_texture_new           (guint width,
+                                                         guint height);

Creates a new ClutterCairoTexture actor, with a surface of width by height pixels. @@ -489,8 +489,8 @@ Creates a new

clutter_cairo_texture_set_surface_size ()

void                clutter_cairo_texture_set_surface_size
                                                         (ClutterCairoTexture *self,
-                                                         guint width,
-                                                         guint height);
+ guint width, + guint height);

Resizes the Cairo surface used by self to width and height.

@@ -525,8 +525,8 @@ texture: you will have to explicitly call either

clutter_cairo_texture_get_surface_size ()

void                clutter_cairo_texture_get_surface_size
                                                         (ClutterCairoTexture *self,
-                                                         guint *width,
-                                                         guint *height);
+ guint *width, + guint *height);

Retrieves the surface width and height for self.

@@ -540,12 +540,12 @@ Retrieves the surface width and height for self

width :

-return location for the surface width, or NULL. [out] +return location for the surface width, or NULL. [out]

height :

-return location for the surface height, or NULL. [out] +return location for the surface height, or NULL. [out] @@ -557,7 +557,7 @@ Retrieves the surface width and height for self

clutter_cairo_texture_set_auto_resize ()

void                clutter_cairo_texture_set_auto_resize
                                                         (ClutterCairoTexture *self,
-                                                         gboolean value);
+ gboolean value);

Sets whether the ClutterCairoTexture should ensure that the backing Cairo surface used matches the allocation assigned to @@ -575,7 +575,7 @@ the actor. If the allocation changes, the contents of the

value :

-TRUE if the ClutterCairoTexture should bind the surface +TRUE if the ClutterCairoTexture should bind the surface size to the allocation @@ -585,7 +585,7 @@ size to the allocation

clutter_cairo_texture_get_auto_resize ()

-
gboolean            clutter_cairo_texture_get_auto_resize
+
gboolean            clutter_cairo_texture_get_auto_resize
                                                         (ClutterCairoTexture *self);

Retrieves the value set using clutter_cairo_texture_set_auto_resize(). @@ -601,8 +601,8 @@ Retrieves the value set using Returns :

-TRUE if the ClutterCairoTexture should track the -allocation, and FALSE otherwise +TRUE if the ClutterCairoTexture should track the +allocation, and FALSE otherwise
@@ -655,10 +655,10 @@ to upload the contents of the context when done drawing

clutter_cairo_texture_create_region ()

cairo_t *           clutter_cairo_texture_create_region (ClutterCairoTexture *self,
-                                                         gint x_offset,
-                                                         gint y_offset,
-                                                         gint width,
-                                                         gint height);
+ gint x_offset, + gint y_offset, + gint width, + gint height);

Warning

clutter_cairo_texture_create_region has been deprecated since version 1.8 and should not be used in newly-written code. Use the "draw" signal and @@ -739,7 +739,7 @@ See also: rect :

a rectangle with the area to invalida, -or NULL to perform an unbounded invalidation. [allow-none] +or NULL to perform an unbounded invalidation. [allow-none] @@ -846,11 +846,11 @@ a <

Property Details

The "auto-resize" property

-
  "auto-resize"              gboolean              : Read / Write
+
  "auto-resize"              gboolean              : Read / Write

Controls whether the ClutterCairoTexture should automatically resize the Cairo surface whenever the actor's allocation changes. -If :auto-resize is set to TRUE the surface contents will also +If :auto-resize is set to TRUE the surface contents will also be invalidated automatically.

Default value: FALSE

@@ -859,7 +859,7 @@ be invalidated automatically.

The "surface-height" property

-
  "surface-height"           guint                 : Read / Write
+
  "surface-height"           guint                 : Read / Write

The height of the Cairo surface used by the ClutterCairoTexture actor, in pixels. @@ -870,7 +870,7 @@ actor, in pixels.


The "surface-width" property

-
  "surface-width"            guint                 : Read / Write
+
  "surface-width"            guint                 : Read / Write

The width of the Cairo surface used by the ClutterCairoTexture actor, in pixels. @@ -884,9 +884,9 @@ actor, in pixels.

The "create-surface" signal

CairoSurface*       user_function                      (ClutterCairoTexture *texture,
-                                                        guint                width,
-                                                        guint                height,
-                                                        gpointer             user_data)      : No Recursion
+ guint width, + guint height, + gpointer user_data) : No Recursion

The ::create-surface signal is emitted when a ClutterCairoTexture news its surface (re)created, which happens either when the Cairo @@ -895,7 +895,7 @@ context is created with clutter_cairo_texture_set_surface_size().

-The first signal handler that returns a non-NULL, valid surface will +The first signal handler that returns a non-NULL, valid surface will stop any further signal emission, and the returned surface will be the one used.

@@ -929,9 +929,9 @@ the one used.

The "draw" signal

-
gboolean            user_function                      (ClutterCairoTexture *texture,
+
gboolean            user_function                      (ClutterCairoTexture *texture,
                                                         CairoContext        *cr,
-                                                        gpointer             user_data)      : No Recursion
+ gpointer user_data) : No Recursion

The ::draw signal is emitted each time a ClutterCairoTexture has been invalidated. @@ -964,7 +964,7 @@ and restored, so it's not necessary to call Returns :

-TRUE if the signal emission should stop, and FALSE +TRUE if the signal emission should stop, and FALSE to continue diff --git a/doc/reference/clutter/html/ClutterCanvas.html b/doc/reference/clutter/html/ClutterCanvas.html index 59d674a..6724341 100644 --- a/doc/reference/clutter/html/ClutterCanvas.html +++ b/doc/reference/clutter/html/ClutterCanvas.html @@ -56,7 +56,7 @@ struct

Object Hierarchy

-  GObject
+  GObject
    +----ClutterCanvas
 
@@ -69,14 +69,14 @@ ClutterCanvas implements

Properties

-  "height"                   gint                  : Read / Write
-  "width"                    gint                  : Read / Write
+  "height"                   gint                  : Read / Write
+  "width"                    gint                  : Read / Write
 

Signals

-  "draw"                                           : No Recursion
+  "draw"                                           : No Recursion
 
@@ -297,7 +297,7 @@ draw the contents of the canvas.

Returns :

The newly allocated instance of -ClutterCanvas. Use g_object_unref() when done. [transfer full] +ClutterCanvas. Use g_object_unref() when done. [transfer full]
@@ -340,7 +340,7 @@ This function will cause the canvas to b

Property Details

The "height" property

-
  "height"                   gint                  : Read / Write
+
  "height"                   gint                  : Read / Write

The height of the canvas.

@@ -351,7 +351,7 @@ The height of the canvas.

The "width" property

-
  "width"                    gint                  : Read / Write
+
  "width"                    gint                  : Read / Write

The width of the canvas.

@@ -364,11 +364,11 @@ The width of the canvas.

Signal Details

The "draw" signal

-
gboolean            user_function                      (ClutterCanvas *canvas,
+
gboolean            user_function                      (ClutterCanvas *canvas,
                                                         CairoContext  *cr,
-                                                        gint           width,
-                                                        gint           height,
-                                                        gpointer       user_data)      : No Recursion
+ gint width, + gint height, + gpointer user_data) : No Recursion

The "draw" signal is emitted each time a canvas is invalidated. @@ -406,8 +406,8 @@ and Returns :

-TRUE if the signal emission should stop, and -FALSE otherwise +TRUE if the signal emission should stop, and +FALSE otherwise
diff --git a/doc/reference/clutter/html/ClutterChildMeta.html b/doc/reference/clutter/html/ClutterChildMeta.html index 69511ed..e3810d6 100644 --- a/doc/reference/clutter/html/ClutterChildMeta.html +++ b/doc/reference/clutter/html/ClutterChildMeta.html @@ -50,7 +50,7 @@ struct

Object Hierarchy

-  GObject
+  GObject
    +----ClutterChildMeta
          +----ClutterLayoutMeta
 
@@ -132,7 +132,7 @@ The child data for an actor can be retrieved using the

The properties of the data and your subclass can be manipulated with clutter_container_child_set() and clutter_container_child_get() which -act like g_object_set() and g_object_get(). +act like g_object_set() and g_object_get().

You can provide hooks for your own storage as well as control the diff --git a/doc/reference/clutter/html/ClutterClickAction.html b/doc/reference/clutter/html/ClutterClickAction.html index 69055dd..384d2aa 100644 --- a/doc/reference/clutter/html/ClutterClickAction.html +++ b/doc/reference/clutter/html/ClutterClickAction.html @@ -48,11 +48,11 @@ struct ClutterLongPressState; ClutterAction * clutter_click_action_new (void); -guint clutter_click_action_get_button (ClutterClickAction *action); +guint clutter_click_action_get_button (ClutterClickAction *action); ClutterModifierType clutter_click_action_get_state (ClutterClickAction *action); void clutter_click_action_get_coords (ClutterClickAction *action, - gfloat *press_x, - gfloat *press_y); + gfloat *press_x, + gfloat *press_y); void clutter_click_action_release (ClutterClickAction *action); @@ -60,8 +60,8 @@ enum

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterAction
                      +----ClutterClickAction
@@ -70,17 +70,17 @@ enum                
 

Properties

-  "held"                     gboolean              : Read
-  "long-press-duration"      gint                  : Read / Write
-  "long-press-threshold"     gint                  : Read / Write
-  "pressed"                  gboolean              : Read
+  "held"                     gboolean              : Read
+  "long-press-duration"      gint                  : Read / Write
+  "long-press-threshold"     gint                  : Read / Write
+  "pressed"                  gboolean              : Read
 

Signals

-  "clicked"                                        : Run Last
-  "long-press"                                     : Run Last
+  "clicked"                                        : Run Last
+  "long-press"                                     : Run Last
 
@@ -112,7 +112,7 @@ using clutter_actor_add_action (actor, action); -g_signal_connect (action, "clicked", G_CALLBACK (on_clicked), NULL); +g_signal_connect (action, "clicked", G_CALLBACK (on_clicked), NULL); @@ -168,7 +168,7 @@ handle the different states: 29 30 31 -
static gboolean
+        
static gboolean
 on_long_press (ClutterClickAction    *action,
                ClutterActor          *actor,
                ClutterLongPressState  state)
@@ -180,14 +180,14 @@ handle the different states:
        * gestures, and FALSE otherwise; this state will be
        * emitted on button presses
        */
-      return TRUE;
+      return TRUE;
 
     case CLUTTER_LONG_PRESS_ACTIVATE:
       /* this state is emitted if the minimum duration has
        * been reached without the gesture being cancelled.
        * the return value is not used
        */
-      return TRUE;
+      return TRUE;
 
     case CLUTTER_LONG_PRESS_CANCEL:
       /* this state is emitted if the long press was cancelled;
@@ -196,7 +196,7 @@ handle the different states:
        * the minimum duration was reached. the return value is
        * not used
        */
-      return FALSE;
+      return FALSE;
     }
 }
@@ -308,7 +308,7 @@ Creates a new

clutter_click_action_get_button ()

-
guint               clutter_click_action_get_button     (ClutterClickAction *action);
+
guint               clutter_click_action_get_button     (ClutterClickAction *action);

Retrieves the button that was pressed.

@@ -355,8 +355,8 @@ Retrieves the modifier state of the click action.

clutter_click_action_get_coords ()

void                clutter_click_action_get_coords     (ClutterClickAction *action,
-                                                         gfloat *press_x,
-                                                         gfloat *press_y);
+ gfloat *press_x, + gfloat *press_y);

Retrieves the screen coordinates of the button press.

@@ -370,12 +370,12 @@ Retrieves the screen coordinates of the button press.

press_x :

-return location for the X coordinate, or NULL. [out] +return location for the X coordinate, or NULL. [out]

press_y :

-return location for the Y coordinate, or NULL. [out] +return location for the Y coordinate, or NULL. [out] @@ -413,7 +413,7 @@ amount of time has passed.

Property Details

The "held" property

-
  "held"                     gboolean              : Read
+
  "held"                     gboolean              : Read

Whether the clickable actor has the pointer grabbed

@@ -423,7 +423,7 @@ Whether the clickable actor has the pointer grabbed

The "long-press-duration" property

-
  "long-press-duration"      gint                  : Read / Write
+
  "long-press-duration"      gint                  : Read / Write

The minimum duration of a press for it to be recognized as a long press gesture, in milliseconds. @@ -439,7 +439,7 @@ the

The "long-press-threshold" property

-
  "long-press-threshold"     gint                  : Read / Write
+
  "long-press-threshold"     gint                  : Read / Write

The maximum allowed distance that can be covered (on both axes) before a long press gesture is cancelled, in pixels. @@ -455,7 +455,7 @@ the

The "pressed" property

-
  "pressed"                  gboolean              : Read
+
  "pressed"                  gboolean              : Read

Whether the clickable actor should be in "pressed" state

@@ -469,7 +469,7 @@ Whether the clickable actor should be in "pressed" state

The "clicked" signal

void                user_function                      (ClutterClickAction *action,
                                                         ClutterActor       *actor,
-                                                        gpointer            user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::clicked signal is emitted when the ClutterActor to which a ClutterClickAction has been applied should respond to a @@ -498,10 +498,10 @@ pointer button press and release events


The "long-press" signal

-
gboolean            user_function                      (ClutterClickAction   *action,
+
gboolean            user_function                      (ClutterClickAction   *action,
                                                         ClutterActor         *actor,
                                                         ClutterLongPressState state,
-                                                        gpointer              user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::long-press signal is emitted during the long press gesture handling. @@ -512,7 +512,7 @@ This signal can be emitted multiple times with different states.

The CLUTTER_LONG_PRESS_QUERY state will be emitted on button presses, and its return value will determine whether the long press handling -should be initiated. If the signal handlers will return TRUE, the +should be initiated. If the signal handlers will return TRUE, the CLUTTER_LONG_PRESS_QUERY state will be followed either by a signal emission with the CLUTTER_LONG_PRESS_ACTIVATE state if the long press constraints were respected, or by a signal emission with the diff --git a/doc/reference/clutter/html/ClutterClone.html b/doc/reference/clutter/html/ClutterClone.html index 411443f..d86583d 100644 --- a/doc/reference/clutter/html/ClutterClone.html +++ b/doc/reference/clutter/html/ClutterClone.html @@ -54,8 +54,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActor
                +----ClutterClone
 
@@ -129,7 +129,7 @@ Creates a new

source :

-a
ClutterActor, or NULL +a ClutterActor, or NULL @@ -159,7 +159,7 @@ Sets source as the source actor to be cl

source :

-a ClutterActor, or NULL. [allow-none] +a ClutterActor, or NULL. [allow-none] diff --git a/doc/reference/clutter/html/ClutterColorizeEffect.html b/doc/reference/clutter/html/ClutterColorizeEffect.html index c32432a..ea707d5 100644 --- a/doc/reference/clutter/html/ClutterColorizeEffect.html +++ b/doc/reference/clutter/html/ClutterColorizeEffect.html @@ -52,8 +52,8 @@

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -104,7 +104,7 @@ Creates a new Returns :

-the newly created
ClutterColorizeEffect or NULL +the newly created ClutterColorizeEffect or NULL diff --git a/doc/reference/clutter/html/ClutterConstraint.html b/doc/reference/clutter/html/ClutterConstraint.html index a787010..65a416c 100644 --- a/doc/reference/clutter/html/ClutterConstraint.html +++ b/doc/reference/clutter/html/ClutterConstraint.html @@ -46,8 +46,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterConstraint
                      +----ClutterAlignConstraint
diff --git a/doc/reference/clutter/html/ClutterContainer.html b/doc/reference/clutter/html/ClutterContainer.html
index 5644437..1ce5ebb 100644
--- a/doc/reference/clutter/html/ClutterContainer.html
+++ b/doc/reference/clutter/html/ClutterContainer.html
@@ -63,18 +63,18 @@ struct              void                clutter_container_remove_valist     (ClutterContainer *container,
                                                          ClutterActor *first_actor,
                                                          va_list var_args);
-GList *             clutter_container_get_children      (ClutterContainer *container);
+GList *             clutter_container_get_children      (ClutterContainer *container);
 void                clutter_container_foreach           (ClutterContainer *container,
                                                          ClutterCallback callback,
-                                                         gpointer user_data);
+                                                         gpointer user_data);
 void                clutter_container_foreach_with_internals
                                                         (ClutterContainer *container,
                                                          ClutterCallback callback,
-                                                         gpointer user_data);
+                                                         gpointer user_data);
 
 ClutterActor *      clutter_container_find_child_by_name
                                                         (ClutterContainer *container,
-                                                         const gchar *child_name);
+                                                         const gchar *child_name);
 void                clutter_container_raise_child       (ClutterContainer *container,
                                                          ClutterActor *actor,
                                                          ClutterActor *sibling);
@@ -83,33 +83,33 @@ struct              ClutterActor *sibling);
 void                clutter_container_sort_depth_order  (ClutterContainer *container);
 
-GParamSpec *        clutter_container_class_find_child_property
-                                                        (GObjectClass *klass,
-                                                         const gchar *property_name);
-GParamSpec **       clutter_container_class_list_child_properties
-                                                        (GObjectClass *klass,
-                                                         guint *n_properties);
+GParamSpec *        clutter_container_class_find_child_property
+                                                        (GObjectClass *klass,
+                                                         const gchar *property_name);
+GParamSpec **       clutter_container_class_list_child_properties
+                                                        (GObjectClass *klass,
+                                                         guint *n_properties);
 void                clutter_container_child_set_property
                                                         (ClutterContainer *container,
                                                          ClutterActor *child,
-                                                         const gchar *property,
-                                                         const GValue *value);
+                                                         const gchar *property,
+                                                         const GValue *value);
 void                clutter_container_child_get_property
                                                         (ClutterContainer *container,
                                                          ClutterActor *child,
-                                                         const gchar *property,
-                                                         GValue *value);
+                                                         const gchar *property,
+                                                         GValue *value);
 void                clutter_container_child_set         (ClutterContainer *container,
                                                          ClutterActor *actor,
-                                                         const gchar *first_prop,
+                                                         const gchar *first_prop,
                                                          ...);
 void                clutter_container_child_get         (ClutterContainer *container,
                                                          ClutterActor *actor,
-                                                         const gchar *first_prop,
+                                                         const gchar *first_prop,
                                                          ...);
 void                clutter_container_child_notify      (ClutterContainer *container,
                                                          ClutterActor *child,
-                                                         GParamSpec *pspec);
+                                                         GParamSpec *pspec);
 
 void                clutter_container_create_child_meta (ClutterContainer *container,
                                                          ClutterActor *actor);
@@ -131,7 +131,7 @@ struct              

Prerequisites

ClutterContainer requires - GObject.

+ GObject.

Known Implementations

@@ -142,9 +142,9 @@ ClutterContainer is implemented by

Signals

-  "actor-added"                                    : Run First
-  "actor-removed"                                  : Run First
-  "child-notify"                                   : Has Details
+  "actor-added"                                    : Run First
+  "actor-removed"                                  : Run First
+  "child-notify"                                   : Has Details
 
@@ -269,7 +269,7 @@ container depending on their depth. This virtual function is deprecated and it should not be overridden. -

GType child_meta_type;

+

GType child_meta_type;

The GType used for storing auxiliary information about each of the containers children. @@ -385,7 +385,7 @@ call ... :

-
NULL terminated list of actors to add +NULL terminated list of actors to add
@@ -423,7 +423,7 @@ call var_args :

-list of actors to add, followed by
NULL +list of actors to add, followed by NULL @@ -442,7 +442,7 @@ call actor
from container. The actor should be unparented, so if you want to keep it around you must hold a reference to it -yourself, using g_object_ref(). When the actor has been removed, +yourself, using g_object_ref(). When the actor has been removed, the "actor-removed" signal is emitted by container.

@@ -481,9 +481,9 @@ Virtual: remove

clutter_container_remove has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_remove_child() instead.

-Removes a NULL terminated list of ClutterActors from +Removes a NULL terminated list of ClutterActors from container. Each actor should be unparented, so if you want to keep it -around you must hold a reference to it yourself, using g_object_ref(). +around you must hold a reference to it yourself, using g_object_ref(). Each time an actor is removed, the "actor-removed" signal is emitted by container.

@@ -506,7 +506,7 @@ deprecated virtual function. The default implementation will call

... :

-a NULL-terminated list of actors to remove +a NULL-terminated list of actors to remove
@@ -544,7 +544,7 @@ deprecated virtual function. The default implementation will call

var_args :

-list of actors to remove, followed by NULL +list of actors to remove, followed by NULL @@ -554,7 +554,7 @@ deprecated virtual function. The default implementation will call

clutter_container_get_children ()

-
GList *             clutter_container_get_children      (ClutterContainer *container);
+
GList *             clutter_container_get_children      (ClutterContainer *container);

Warning

clutter_container_get_children has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_get_children() instead.

@@ -573,7 +573,7 @@ Retrieves all the children of container.

Returns :

a list -of ClutterActors. Use g_list_free() on the returned +of ClutterActors. Use g_list_free() on the returned list when done. [element-type Clutter.Actor][transfer container] @@ -586,7 +586,7 @@ list when done. [

clutter_container_foreach ()

void                clutter_container_foreach           (ClutterContainer *container,
                                                          ClutterCallback callback,
-                                                         gpointer user_data);
+ gpointer user_data);

Warning

clutter_container_foreach has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_get_first_child() or @@ -620,7 +620,7 @@ virtual function, which has been deprecated.

user_data :

-data to be passed to the function, or NULL +data to be passed to the function, or NULL @@ -633,7 +633,7 @@ virtual function, which has been deprecated.
void                clutter_container_foreach_with_internals
                                                         (ClutterContainer *container,
                                                          ClutterCallback callback,
-                                                         gpointer user_data);
+ gpointer user_data);

Warning

clutter_container_foreach_with_internals has been deprecated since version 1.10 and should not be used in newly-written code. See clutter_container_foreach().

@@ -662,7 +662,7 @@ virtual function, which has been deprecated.

user_data :

-data to be passed to the function, or NULL +data to be passed to the function, or NULL @@ -674,7 +674,7 @@ virtual function, which has been deprecated.

clutter_container_find_child_by_name ()

ClutterActor *      clutter_container_find_child_by_name
                                                         (ClutterContainer *container,
-                                                         const gchar *child_name);
+ const gchar *child_name);

Finds a child actor of a container by its name. Search recurses into any child container. @@ -694,7 +694,7 @@ into any child container.

Returns :

The child actor with the requested name, -or NULL if no actor with that name was found. [transfer none] +or NULL if no actor with that name was found. [transfer none] @@ -736,7 +736,7 @@ Virtual: raise

sibling :

-the sibling to raise to, or NULL to raise +the sibling to raise to, or NULL to raise to the top. [allow-none] @@ -779,7 +779,7 @@ Virtual: lower

sibling :

-the sibling to lower to, or NULL to lower +the sibling to lower to, or NULL to lower to the bottom. [allow-none] @@ -814,18 +814,18 @@ be normally used by applications.

clutter_container_class_find_child_property ()

-
GParamSpec *        clutter_container_class_find_child_property
-                                                        (GObjectClass *klass,
-                                                         const gchar *property_name);
+
GParamSpec *        clutter_container_class_find_child_property
+                                                        (GObjectClass *klass,
+                                                         const gchar *property_name);

-Looks up the GParamSpec for a child property of klass. +Looks up the GParamSpec for a child property of klass.

- + @@ -833,7 +833,7 @@ Looks up the GParamSpec for a child property of - @@ -844,18 +844,18 @@ if no such property exist. [

clutter_container_class_list_child_properties ()

-
GParamSpec **       clutter_container_class_list_child_properties
-                                                        (GObjectClass *klass,
-                                                         guint *n_properties);
+
GParamSpec **       clutter_container_class_list_child_properties
+                                                        (GObjectClass *klass,
+                                                         guint *n_properties);

-Returns an array of GParamSpec for all child properties. +Returns an array of GParamSpec for all child properties.

klass :

a GObjectClass implementing the ClutterContainer interface.a GObjectClass implementing the ClutterContainer interface.

property_name :

Returns :

The GParamSpec for the property or NULL +The GParamSpec for the property or NULL if no such property exist. [transfer none]
- + @@ -864,7 +864,7 @@ Returns an array of GParamSpec for all child propertie @@ -877,8 +877,8 @@ of GParamSpecs which should be freed after use. void clutter_container_child_set_property (ClutterContainer *container, ClutterActor *child, - const gchar *property, - const GValue *value); + const gchar *property, + const GValue *value);

Sets a container-specific property on a child of container.

@@ -912,12 +912,12 @@ Sets a container-specific property on a child of con
void                clutter_container_child_get_property
                                                         (ClutterContainer *container,
                                                          ClutterActor *child,
-                                                         const gchar *property,
-                                                         GValue *value);
+ const gchar *property, + GValue *value);

Gets a container specific property of a child of container, In general, a copy is made of the property contents and the caller is responsible for -freeing the memory by calling g_value_unset(). +freeing the memory by calling g_value_unset().

Note that clutter_container_child_set_property() is really intended for @@ -953,7 +953,7 @@ for C programming.

clutter_container_child_set ()

void                clutter_container_child_set         (ClutterContainer *container,
                                                          ClutterActor *actor,
-                                                         const gchar *first_prop,
+                                                         const gchar *first_prop,
                                                          ...);

Sets container specific properties on the child of a container. @@ -988,7 +988,7 @@ pairs terminated with NULL.

clutter_container_child_get ()

void                clutter_container_child_get         (ClutterContainer *container,
                                                          ClutterActor *actor,
-                                                         const gchar *first_prop,
+                                                         const gchar *first_prop,
                                                          ...);

Gets container specific properties of an actor. @@ -996,7 +996,7 @@ Gets container specific properties of an

In general, a copy is made of the property contents and the caller is responsible for freeing the memory in the appropriate manner for the type, for -instance by calling g_free() or g_object_unref(). +instance by calling g_free() or g_object_unref().

klass :

a GObjectClass implementing the ClutterContainer interface.a GObjectClass implementing the ClutterContainer interface.

n_properties :

Returns :

an array -of GParamSpecs which should be freed after use. [array length=n_properties][transfer full] +of GParamSpecs which should be freed after use. [array length=n_properties][transfer full]
@@ -1028,7 +1028,7 @@ pairs terminated with NULL.

clutter_container_child_notify ()

void                clutter_container_child_notify      (ClutterContainer *container,
                                                          ClutterActor *child,
-                                                         GParamSpec *pspec);
+ GParamSpec *pspec);

Calls the ClutterContainerIface.child_notify() virtual function of ClutterContainer. The default implementation will emit the @@ -1049,7 +1049,7 @@ of

- @@ -1064,7 +1064,7 @@ of Creates the ClutterChildMeta wrapping actor inside the container, if the "child_meta_type" -class member is not set to G_TYPE_INVALID. +class member is not set to G_TYPE_INVALID.

This function is only useful when adding a ClutterActor to @@ -1150,7 +1150,7 @@ Retrieves the Returns :

@@ -1165,7 +1165,7 @@ container is not configured to provide

The "actor-added" signal

void                user_function                      (ClutterContainer *container,
                                                         ClutterActor     *actor,
-                                                        gpointer          user_data)      : Run First
+ gpointer user_data) : Run First

The ::actor-added signal is emitted each time an actor has been added to container. @@ -1195,7 +1195,7 @@ has been added to container.

The "actor-removed" signal

void                user_function                      (ClutterContainer *container,
                                                         ClutterActor     *actor,
-                                                        gpointer          user_data)      : Run First
+ gpointer user_data) : Run First

The ::actor-removed signal is emitted each time an actor is removed from container. @@ -1225,8 +1225,8 @@ is removed from container.

The "child-notify" signal

void                user_function                      (ClutterContainer *container,
                                                         ClutterActor     *actor,
-                                                        GParamSpec       *pspec,
-                                                        gpointer          user_data)      : Has Details
+ GParamSpec *pspec, + gpointer user_data) : Has Details

The ::child-notify signal is emitted each time a property is being set through the clutter_container_child_set() and @@ -1245,7 +1245,7 @@ being set through the pspec :

-
diff --git a/doc/reference/clutter/html/ClutterContent.html b/doc/reference/clutter/html/ClutterContent.html index da72cd9..94359b5 100644 --- a/doc/reference/clutter/html/ClutterContent.html +++ b/doc/reference/clutter/html/ClutterContent.html @@ -47,9 +47,9 @@

Synopsis

                    ClutterContent;
 struct              ClutterContentIface;
-gboolean            clutter_content_get_preferred_size  (ClutterContent *content,
-                                                         gfloat *width,
-                                                         gfloat *height);
+gboolean            clutter_content_get_preferred_size  (ClutterContent *content,
+                                                         gfloat *width,
+                                                         gfloat *height);
 void                clutter_content_invalidate          (ClutterContent *content);
 
@@ -64,7 +64,7 @@ struct

Prerequisites

ClutterContent requires - GObject.

+ GObject.

Known Implementations

@@ -75,8 +75,8 @@ ClutterContent is implemented by

Signals

-  "attached"                                       : Run First
-  "detached"                                       : Run First
+  "attached"                                       : Run First
+  "detached"                                       : Run First
 
@@ -162,9 +162,9 @@ is changed.

clutter_content_get_preferred_size ()

-
gboolean            clutter_content_get_preferred_size  (ClutterContent *content,
-                                                         gfloat *width,
-                                                         gfloat *height);
+
gboolean            clutter_content_get_preferred_size  (ClutterContent *content,
+                                                         gfloat *width,
+                                                         gfloat *height);

Retrieves the natural size of the content, if any.

@@ -194,7 +194,7 @@ for instance the size of an image data.
@@ -230,7 +230,7 @@ actor state.

The "attached" signal

void                user_function                      (ClutterContent *content,
                                                         ClutterActor   *actor,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted each time a ClutterContent implementation is assigned to a ClutterActor. @@ -260,7 +260,7 @@ assigned to a

The "detached" signal

void                user_function                      (ClutterContent *content,
                                                         ClutterActor   *actor,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted each time a ClutterContent implementation is removed from a ClutterActor. diff --git a/doc/reference/clutter/html/ClutterDeformEffect.html b/doc/reference/clutter/html/ClutterDeformEffect.html index e3cd30e..b732aa3 100644 --- a/doc/reference/clutter/html/ClutterDeformEffect.html +++ b/doc/reference/clutter/html/ClutterDeformEffect.html @@ -50,11 +50,11 @@ struct CoglHandle clutter_deform_effect_get_back_material (ClutterDeformEffect *effect); void clutter_deform_effect_set_n_tiles (ClutterDeformEffect *effect, - guint x_tiles, - guint y_tiles); + guint x_tiles, + guint y_tiles); void clutter_deform_effect_get_n_tiles (ClutterDeformEffect *effect, - guint *x_tiles, - guint *y_tiles); + guint *x_tiles, + guint *y_tiles); void clutter_deform_effect_invalidate (ClutterDeformEffect *effect); @@ -62,8 +62,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -75,8 +75,8 @@ struct              

Properties

   "back-material"            CoglHandle*           : Read / Write
-  "x-tiles"                  guint                 : Read / Write
-  "y-tiles"                  guint                 : Read / Write
+  "x-tiles"                  guint                 : Read / Write
+  "y-tiles"                  guint                 : Read / Write
 
@@ -94,7 +94,7 @@ geometry to the GPU.

-

Implementing ClutterDeformEffect

+

Implementing ClutterDeformEffect

Sub-classes of ClutterDeformEffect should override the deform_vertex() virtual function; this function is called on every vertex that needs to be deformed by the effect. @@ -192,7 +192,7 @@ Retrieves the handle to the back face material used by

- @@ -205,8 +205,8 @@ should not be freed directly. [

clutter_deform_effect_set_n_tiles ()

void                clutter_deform_effect_set_n_tiles   (ClutterDeformEffect *effect,
-                                                         guint x_tiles,
-                                                         guint y_tiles);
+ guint x_tiles, + guint y_tiles);

Sets the number of horizontal and vertical tiles to be used when applying the effect @@ -239,8 +239,8 @@ of computation

clutter_deform_effect_get_n_tiles ()

void                clutter_deform_effect_get_n_tiles   (ClutterDeformEffect *effect,
-                                                         guint *x_tiles,
-                                                         guint *y_tiles);
+ guint *x_tiles, + guint *y_tiles);

Retrieves the number of horizontal and vertical tiles used to sub-divide the actor's geometry during the effect @@ -256,13 +256,13 @@ the actor's geometry during the effect

@@ -305,7 +305,7 @@ By default, no material will be used

The "x-tiles" property

-
  "x-tiles"                  guint                 : Read / Write
+
  "x-tiles"                  guint                 : Read / Write

The number of horizontal tiles. The bigger the number, the smaller the tiles @@ -317,7 +317,7 @@ smaller the tiles


The "y-tiles" property

-
  "y-tiles"                  guint                 : Read / Write
+
  "y-tiles"                  guint                 : Read / Write

The number of vertical tiles. The bigger the number, the smaller the tiles diff --git a/doc/reference/clutter/html/ClutterDesaturateEffect.html b/doc/reference/clutter/html/ClutterDesaturateEffect.html index 4fbd206..35e7b77 100644 --- a/doc/reference/clutter/html/ClutterDesaturateEffect.html +++ b/doc/reference/clutter/html/ClutterDesaturateEffect.html @@ -42,19 +42,19 @@

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -64,7 +64,7 @@
 

Properties

-  "factor"                   gdouble               : Read / Write
+  "factor"                   gdouble               : Read / Write
 
@@ -93,7 +93,7 @@ whose members cannot be directly accessed

clutter_desaturate_effect_new ()

-
ClutterEffect *     clutter_desaturate_effect_new       (gdouble factor);
+
ClutterEffect *     clutter_desaturate_effect_new       (gdouble factor);

Creates a new ClutterDesaturateEffect to be used with clutter_actor_add_effect() @@ -107,7 +107,7 @@ Creates a new Returns :

-
@@ -119,7 +119,7 @@ Creates a new

clutter_desaturate_effect_set_factor ()

void                clutter_desaturate_effect_set_factor
                                                         (ClutterDesaturateEffect *effect,
-                                                         gdouble factor);
+ gdouble factor);

Sets the desaturation factor for effect, with 0.0 being "do not desaturate" and 1.0 being "fully desaturate" @@ -143,7 +143,7 @@ and 1.0 being "fully desaturate"


clutter_desaturate_effect_get_factor ()

-
gdouble             clutter_desaturate_effect_get_factor
+
gdouble             clutter_desaturate_effect_get_factor
                                                         (ClutterDesaturateEffect *effect);

Retrieves the desaturation factor of effect @@ -169,7 +169,7 @@ Retrieves the desaturation factor of effect

Property Details

The "factor" property

-
  "factor"                   gdouble               : Read / Write
+
  "factor"                   gdouble               : Read / Write

The desaturation factor, between 0.0 (no desaturation) and 1.0 (full desaturation). diff --git a/doc/reference/clutter/html/ClutterDeviceManager.html b/doc/reference/clutter/html/ClutterDeviceManager.html index 395ee08..ad7970a 100644 --- a/doc/reference/clutter/html/ClutterDeviceManager.html +++ b/doc/reference/clutter/html/ClutterDeviceManager.html @@ -47,21 +47,21 @@ struct ClutterDeviceManagerClass; ClutterDeviceManager * clutter_device_manager_get_default (void); -GSList * clutter_device_manager_list_devices (ClutterDeviceManager *device_manager); -const GSList * clutter_device_manager_peek_devices (ClutterDeviceManager *device_manager); +GSList * clutter_device_manager_list_devices (ClutterDeviceManager *device_manager); +const GSList * clutter_device_manager_peek_devices (ClutterDeviceManager *device_manager); ClutterInputDevice * clutter_device_manager_get_device (ClutterDeviceManager *device_manager, - gint device_id); + gint device_id); ClutterInputDevice * clutter_device_manager_get_core_device (ClutterDeviceManager *device_manager, ClutterInputDeviceType device_type); -ClutterInputDevice * clutter_get_input_device_for_id (gint id_); +ClutterInputDevice * clutter_get_input_device_for_id (gint id_);

Object Hierarchy

-  GObject
+  GObject
    +----ClutterDeviceManager
 
@@ -74,8 +74,8 @@ const GSList *

Signals

-  "device-added"                                   : Run Last
-  "device-removed"                                 : Run Last
+  "device-added"                                   : Run Last
+  "device-removed"                                 : Run Last
 
@@ -138,7 +138,7 @@ modified or freed. [

clutter_device_manager_list_devices ()

-
GSList *            clutter_device_manager_list_devices (ClutterDeviceManager *device_manager);
+
GSList *            clutter_device_manager_list_devices (ClutterDeviceManager *device_manager);

Lists all currently registered input devices

@@ -153,7 +153,7 @@ Lists all currently registered input devices
@@ -163,7 +163,7 @@ Lists all currently registered input devices

clutter_device_manager_peek_devices ()

-
const GSList *      clutter_device_manager_peek_devices (ClutterDeviceManager *device_manager);
+
const GSList *      clutter_device_manager_peek_devices (ClutterDeviceManager *device_manager);

Lists all currently registered input devices

@@ -190,7 +190,7 @@ be modified or freed. [

clutter_device_manager_get_device ()

ClutterInputDevice * clutter_device_manager_get_device  (ClutterDeviceManager *device_manager,
-                                                         gint device_id);
+ gint device_id);

Retrieves the ClutterInputDevice with the given device_id

@@ -208,7 +208,7 @@ Retrieves the Returns :

-
@@ -244,7 +244,7 @@ Clutter backend - @@ -256,7 +256,7 @@ not be modified or freed. [

clutter_get_input_device_for_id ()

-
ClutterInputDevice * clutter_get_input_device_for_id    (gint id_);
+
ClutterInputDevice * clutter_get_input_device_for_id    (gint id_);

Warning

clutter_get_input_device_for_id has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_device_manager_get_device() instead.

@@ -298,7 +298,7 @@ equivalent to:
- @@ -320,7 +320,7 @@ equivalent to:

The "device-added" signal

void                user_function                      (ClutterDeviceManager *manager,
                                                         ClutterInputDevice   *device,
-                                                        gpointer              user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::device-added signal is emitted each time a device has been added to the ClutterDeviceManager @@ -350,7 +350,7 @@ added to the

The "device-removed" signal

void                user_function                      (ClutterDeviceManager *manager,
                                                         ClutterInputDevice   *device,
-                                                        gpointer              user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::device-removed signal is emitted each time a device has been removed from the ClutterDeviceManager diff --git a/doc/reference/clutter/html/ClutterDragAction.html b/doc/reference/clutter/html/ClutterDragAction.html index e09c383..28b1322 100644 --- a/doc/reference/clutter/html/ClutterDragAction.html +++ b/doc/reference/clutter/html/ClutterDragAction.html @@ -48,12 +48,12 @@ struct ClutterAction * clutter_drag_action_new (void); void clutter_drag_action_set_drag_threshold (ClutterDragAction *action, - gint x_threshold, - gint y_threshold); + gint x_threshold, + gint y_threshold); void clutter_drag_action_get_drag_threshold (ClutterDragAction *action, - guint *x_threshold, - guint *y_threshold); + guint *x_threshold, + guint *y_threshold); void clutter_drag_action_set_drag_handle (ClutterDragAction *action, ClutterActor *handle); ClutterActor * clutter_drag_action_get_drag_handle (ClutterDragAction *action); @@ -64,19 +64,19 @@ enum void clutter_drag_action_get_press_coords (ClutterDragAction *action, - gfloat *press_x, - gfloat *press_y); + gfloat *press_x, + gfloat *press_y); void clutter_drag_action_get_motion_coords (ClutterDragAction *action, - gfloat *motion_x, - gfloat *motion_y); + gfloat *motion_x, + gfloat *motion_y);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterAction
                      +----ClutterDragAction
@@ -87,16 +87,16 @@ enum                
   "drag-axis"                ClutterDragAxis       : Read / Write
   "drag-handle"              ClutterActor*         : Read / Write
-  "x-drag-threshold"         gint                  : Read / Write
-  "y-drag-threshold"         gint                  : Read / Write
+  "x-drag-threshold"         gint                  : Read / Write
+  "y-drag-threshold"         gint                  : Read / Write
 

Signals

-  "drag-begin"                                     : Run Last
-  "drag-end"                                       : Run Last
-  "drag-motion"                                    : Run Last
+  "drag-begin"                                     : Run Last
+  "drag-end"                                       : Run Last
+  "drag-motion"                                    : Run Last
 
@@ -119,7 +119,7 @@ code:
+clutter_actor_set_reactive (actor, TRUE);

pspec :

a GParamSpec +a GParamSpec
the ClutterChildMeta for the actor child -of container or NULL if the specifiec actor does not exist or the +of container or NULL if the specifiec actor does not exist or the container is not configured to provide ClutterChildMetas. [transfer none]
the GParamSpec of the property set. [type GParamSpec] +the GParamSpec of the property set. [type GParamSpec]

Returns :

-TRUE if the content has a preferred size, and FALSE +TRUE if the content has a preferred size, and FALSE otherwise

Returns :

a handle for the material, or NULL. +a handle for the material, or NULL. The returned material is owned by the ClutterDeformEffect and it should not be freed directly. [transfer none]

x_tiles :

return location for the number of horizontal tiles, -or NULL. [out] +or NULL. [out]

y_tiles :

return location for the number of vertical tiles, -or NULL. [out] +or NULL. [out]
the newly created ClutterDesaturateEffect or NULL +the newly created ClutterDesaturateEffect or NULL

Returns :

a newly allocated list of ClutterInputDevice objects. Use -g_slist_free() to deallocate it when done. [transfer container][element-type Clutter.InputDevice] +g_slist_free() to deallocate it when done. [transfer container][element-type Clutter.InputDevice]
a ClutterInputDevice or NULL. The +a ClutterInputDevice or NULL. The returned device is owned by the ClutterDeviceManager and should never be modified or freed. [transfer none]

Returns :

a ClutterInputDevice or NULL. The +a ClutterInputDevice or NULL. The returned device is owned by the ClutterDeviceManager and should not be modified or freed. [transfer none]

Returns :

a ClutterInputDevice, or NULL. [transfer none] +a ClutterInputDevice, or NULL. [transfer none]
1
 2
clutter_actor_add_action (actor, clutter_drag_action_new ());
-clutter_actor_set_reactive (actor, TRUE);
@@ -448,8 +448,8 @@ Creates a new

clutter_drag_action_set_drag_threshold ()

void                clutter_drag_action_set_drag_threshold
                                                         (ClutterDragAction *action,
-                                                         gint x_threshold,
-                                                         gint y_threshold);
+ gint x_threshold, + gint y_threshold);

Sets the horizontal and vertical drag thresholds that must be cleared by the pointer before action can begin the dragging. @@ -488,8 +488,8 @@ property of

clutter_drag_action_get_drag_threshold ()

void                clutter_drag_action_get_drag_threshold
                                                         (ClutterDragAction *action,
-                                                         guint *x_threshold,
-                                                         guint *y_threshold);
+ guint *x_threshold, + guint *y_threshold);

Retrieves the values set by clutter_drag_action_set_drag_threshold().

@@ -541,7 +541,7 @@ Sets the actor to be used as the drag handle.

handle :

-a ClutterActor, or NULL to unset. [allow-none] +a ClutterActor, or NULL to unset. [allow-none] @@ -566,7 +566,7 @@ Retrieves the drag handle set by Returns :

a
ClutterActor, used as the drag -handle, or NULL if none was set. [transfer none] +handle, or NULL if none was set. [transfer none] @@ -662,8 +662,8 @@ Retrieves the axis constraint set by

clutter_drag_action_get_press_coords ()

void                clutter_drag_action_get_press_coords
                                                         (ClutterDragAction *action,
-                                                         gfloat *press_x,
-                                                         gfloat *press_y);
+ gfloat *press_x, + gfloat *press_y);

Retrieves the coordinates, in stage space, of the press event that started the dragging @@ -695,8 +695,8 @@ that started the dragging

clutter_drag_action_get_motion_coords ()

void                clutter_drag_action_get_motion_coords
                                                         (ClutterDragAction *action,
-                                                         gfloat *motion_x,
-                                                         gfloat *motion_y);
+ gfloat *motion_x, + gfloat *motion_y);

Retrieves the coordinates, in stage space, of the latest motion event during the dragging @@ -758,7 +758,7 @@ passed to the

The "x-drag-threshold" property

-
  "x-drag-threshold"         gint                  : Read / Write
+
  "x-drag-threshold"         gint                  : Read / Write

The horizontal threshold, in pixels, that the cursor must travel in order to begin a drag action. @@ -785,7 +785,7 @@ threshold, either as set or the default one.


The "y-drag-threshold" property

-
  "y-drag-threshold"         gint                  : Read / Write
+
  "y-drag-threshold"         gint                  : Read / Write

The vertical threshold, in pixels, that the cursor must travel in order to begin a drag action. @@ -816,10 +816,10 @@ threshold, either as set or the default one.

The "drag-begin" signal

void                user_function                      (ClutterDragAction  *action,
                                                         ClutterActor       *actor,
-                                                        gfloat              event_x,
-                                                        gfloat              event_y,
+                                                        gfloat              event_x,
+                                                        gfloat              event_y,
                                                         ClutterModifierType modifiers,
-                                                        gpointer            user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::drag-begin signal is emitted when the ClutterDragAction starts the dragging @@ -865,10 +865,10 @@ The emission of this signal can be delayed by using the

The "drag-end" signal

void                user_function                      (ClutterDragAction  *action,
                                                         ClutterActor       *actor,
-                                                        gfloat              event_x,
-                                                        gfloat              event_y,
+                                                        gfloat              event_x,
+                                                        gfloat              event_y,
                                                         ClutterModifierType modifiers,
-                                                        gpointer            user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::drag-end signal is emitted at the end of the dragging, when the pointer button's is released @@ -913,9 +913,9 @@ signal has been emitted first

The "drag-motion" signal

void                user_function                      (ClutterDragAction *action,
                                                         ClutterActor      *actor,
-                                                        gfloat             delta_x,
-                                                        gfloat             delta_y,
-                                                        gpointer           user_data)      : Run Last
+ gfloat delta_x, + gfloat delta_y, + gpointer user_data) : Run Last

The ::drag-motion signal is emitted for each motion event after the "drag-begin" signal has been emitted. @@ -932,7 +932,7 @@ The default handler of the signal will call actor or, if set, of "drag-handle" using the delta_x and delta_y components of the dragging motion. If you want to override the default behaviour, you can connect to this -signal and call g_signal_stop_emission_by_name() from within your +signal and call g_signal_stop_emission_by_name() from within your callback.

diff --git a/doc/reference/clutter/html/ClutterDropAction.html b/doc/reference/clutter/html/ClutterDropAction.html index b2d7521..5ca35e6 100644 --- a/doc/reference/clutter/html/ClutterDropAction.html +++ b/doc/reference/clutter/html/ClutterDropAction.html @@ -49,8 +49,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterAction
                      +----ClutterDropAction
@@ -59,10 +59,10 @@ struct              
 

Signals

-  "can-drop"                                       : Run Last
-  "drop"                                           : Run Last
-  "over-in"                                        : Run Last
-  "over-out"                                       : Run Last
+  "can-drop"                                       : Run Last
+  "drop"                                           : Run Last
+  "over-in"                                        : Run Last
+  "over-out"                                       : Run Last
 
@@ -90,7 +90,7 @@ for instance: 4
@@ -101,7 +101,7 @@ for instance:

The "can-drop" can be used to control whether the -"drop" signal is going to be emitted; returning FALSE +"drop" signal is going to be emitted; returning FALSE from a handler connected to the "can-drop" signal will cause the "drop" signal to be skipped when the input device button is released. @@ -371,12 +371,12 @@ device button is released. #define TARGET_SIZE 200 #define HANDLE_SIZE 128 -static ClutterActor *stage = NULL; -static ClutterActor *target1 = NULL; -static ClutterActor *target2 = NULL; -static ClutterActor *drag = NULL; +static ClutterActor *stage = NULL; +static ClutterActor *target1 = NULL; +static ClutterActor *target2 = NULL; +static ClutterActor *drag = NULL; -static gboolean drop_successful = FALSE; +static gboolean drop_successful = FALSE; static void add_drag_object (ClutterActor *target); @@ -389,10 +389,10 @@ device button is released. { ClutterActor *handle = clutter_drag_action_get_drag_handle (action); - g_print ("Drag ended at: %.0f, %.0f\n", + g_print ("Drag ended at: %.0f, %.0f\n", event_x, event_y); - clutter_actor_animate (actor, CLUTTER_LINEAR, 150, "opacity", 255, NULL); + clutter_actor_animate (actor, CLUTTER_LINEAR, 150, "opacity", 255, NULL); if (!drop_successful) { @@ -401,7 +401,7 @@ device button is released. clutter_actor_animate (clutter_actor_get_parent (actor), CLUTTER_LINEAR, 150, "opacity", 255, - NULL); + NULL); clutter_actor_get_transformed_position (actor, &x_pos, &y_pos); clutter_actor_animate (handle, CLUTTER_EASE_OUT_BOUNCE, 250, @@ -409,18 +409,18 @@ device button is released. "y", y_pos, "opacity", 0, "signal-swapped::completed", - G_CALLBACK (clutter_actor_destroy), + G_CALLBACK (clutter_actor_destroy), handle, - NULL); + NULL); } else { clutter_actor_animate (handle, CLUTTER_LINEAR, 250, "opacity", 0, "signal-swapped::completed", - G_CALLBACK (clutter_actor_destroy), + G_CALLBACK (clutter_actor_destroy), handle, - NULL); + NULL); } } @@ -443,9 +443,9 @@ device button is released. clutter_drag_action_set_drag_handle (action, handle); - clutter_actor_animate (actor, CLUTTER_LINEAR, 150, "opacity", 128, NULL);\ + clutter_actor_animate (actor, CLUTTER_LINEAR, 150, "opacity", 128, NULL);\ - drop_successful = FALSE; + drop_successful = FALSE; } static void @@ -453,7 +453,7 @@ device button is released. { ClutterActor *parent; - if (drag == NULL) + if (drag == NULL) { ClutterAction *action; @@ -462,11 +462,11 @@ device button is released. clutter_actor_set_position (drag, (TARGET_SIZE - HANDLE_SIZE) / 2.0, (TARGET_SIZE - HANDLE_SIZE) / 2.0); - clutter_actor_set_reactive (drag, TRUE); + clutter_actor_set_reactive (drag, TRUE); action = clutter_drag_action_new (); - g_signal_connect (action, "drag-begin", G_CALLBACK (on_drag_begin), NULL); - g_signal_connect (action, "drag-end", G_CALLBACK (on_drag_end), NULL); + g_signal_connect (action, "drag-begin", G_CALLBACK (on_drag_begin), NULL); + g_signal_connect (action, "drag-end", G_CALLBACK (on_drag_end), NULL); clutter_actor_add_action (drag, action); } @@ -477,33 +477,33 @@ device button is released. { clutter_actor_animate (target, CLUTTER_LINEAR, 150, "opacity", 255, - NULL); + NULL); return; } - g_object_ref (drag); - if (parent != NULL && parent != stage) + g_object_ref (drag); + if (parent != NULL && parent != stage) { clutter_container_remove_actor (CLUTTER_CONTAINER (parent), drag); clutter_actor_animate (parent, CLUTTER_LINEAR, 150, "opacity", 64, - NULL); + NULL); } clutter_container_add_actor (CLUTTER_CONTAINER (target), drag); clutter_actor_animate (target, CLUTTER_LINEAR, 150, "opacity", 255, - NULL); + NULL); - g_object_unref (drag); + g_object_unref (drag); } static void on_target_over (ClutterDropAction *action, ClutterActor *actor, - gpointer _data) + gpointer _data) { - gboolean is_over = GPOINTER_TO_UINT (_data); + gboolean is_over = GPOINTER_TO_UINT (_data); guint8 final_opacity = is_over ? 128 : 64; ClutterActor *target; @@ -511,7 +511,7 @@ device button is released. clutter_actor_animate (target, CLUTTER_LINEAR, 250, "opacity", final_opacity, - NULL); + NULL); } static void @@ -528,15 +528,15 @@ device button is released. &actor_x, &actor_y); - g_print ("Dropped at %.0f, %.0f (screen: %.0f, %.0f)\n", + g_print ("Dropped at %.0f, %.0f (screen: %.0f, %.0f)\n", actor_x, actor_y, event_x, event_y); - drop_successful = TRUE; + drop_successful = TRUE; add_drag_object (actor); } -G_MODULE_EXPORT int +G_MODULE_EXPORT int test_drop_main (int argc, char *argv[]) { ClutterActor *dummy; @@ -546,7 +546,7 @@ device button is released. stage = clutter_stage_new (); clutter_stage_set_title (CLUTTER_STAGE (stage), "Drop Action"); - g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); + g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); target1 = clutter_box_new (clutter_fixed_layout_new ()); clutter_box_set_color (CLUTTER_BOX (target1), CLUTTER_COLOR_LightScarletRed); @@ -554,21 +554,21 @@ device button is released. clutter_actor_set_opacity (target1, 64); clutter_actor_add_constraint (target1, clutter_align_constraint_new (stage, CLUTTER_ALIGN_Y_AXIS, 0.5)); clutter_actor_set_x (target1, 10); - clutter_actor_set_reactive (target1, TRUE); + clutter_actor_set_reactive (target1, TRUE); clutter_actor_add_action_with_name (target1, "drop", clutter_drop_action_new ()); - g_signal_connect (clutter_actor_get_action (target1, "drop"), + g_signal_connect (clutter_actor_get_action (target1, "drop"), "over-in", - G_CALLBACK (on_target_over), - GUINT_TO_POINTER (TRUE)); - g_signal_connect (clutter_actor_get_action (target1, "drop"), + G_CALLBACK (on_target_over), + GUINT_TO_POINTER (TRUE)); + g_signal_connect (clutter_actor_get_action (target1, "drop"), "over-out", - G_CALLBACK (on_target_over), - GUINT_TO_POINTER (FALSE)); - g_signal_connect (clutter_actor_get_action (target1, "drop"), + G_CALLBACK (on_target_over), + GUINT_TO_POINTER (FALSE)); + g_signal_connect (clutter_actor_get_action (target1, "drop"), "drop", - G_CALLBACK (on_target_drop), - NULL); + G_CALLBACK (on_target_drop), + NULL); dummy = clutter_rectangle_new_with_color (CLUTTER_COLOR_DarkOrange); clutter_actor_set_size (dummy, @@ -576,7 +576,7 @@ device button is released. TARGET_SIZE); clutter_actor_add_constraint (dummy, clutter_align_constraint_new (stage, CLUTTER_ALIGN_X_AXIS, 0.5)); clutter_actor_add_constraint (dummy, clutter_align_constraint_new (stage, CLUTTER_ALIGN_Y_AXIS, 0.5)); - clutter_actor_set_reactive (dummy, TRUE); + clutter_actor_set_reactive (dummy, TRUE); target2 = clutter_box_new (clutter_fixed_layout_new ()); clutter_box_set_color (CLUTTER_BOX (target2), CLUTTER_COLOR_LightChameleon); @@ -584,23 +584,23 @@ device button is released. clutter_actor_set_opacity (target2, 64); clutter_actor_add_constraint (target2, clutter_align_constraint_new (stage, CLUTTER_ALIGN_Y_AXIS, 0.5)); clutter_actor_set_x (target2, 640 - TARGET_SIZE - 10); - clutter_actor_set_reactive (target2, TRUE); + clutter_actor_set_reactive (target2, TRUE); clutter_actor_add_action_with_name (target2, "drop", clutter_drop_action_new ()); - g_signal_connect (clutter_actor_get_action (target2, "drop"), + g_signal_connect (clutter_actor_get_action (target2, "drop"), "over-in", - G_CALLBACK (on_target_over), - GUINT_TO_POINTER (TRUE)); - g_signal_connect (clutter_actor_get_action (target2, "drop"), + G_CALLBACK (on_target_over), + GUINT_TO_POINTER (TRUE)); + g_signal_connect (clutter_actor_get_action (target2, "drop"), "over-out", - G_CALLBACK (on_target_over), - GUINT_TO_POINTER (FALSE)); - g_signal_connect (clutter_actor_get_action (target2, "drop"), + G_CALLBACK (on_target_over), + GUINT_TO_POINTER (FALSE)); + g_signal_connect (clutter_actor_get_action (target2, "drop"), "drop", - G_CALLBACK (on_target_drop), - NULL); + G_CALLBACK (on_target_drop), + NULL); - clutter_container_add (CLUTTER_CONTAINER (stage), target1, dummy, target2, NULL); + clutter_container_add (CLUTTER_CONTAINER (stage), target1, dummy, target2, NULL); add_drag_object (target1); @@ -611,7 +611,7 @@ device button is released. return EXIT_SUCCESS; } -G_MODULE_EXPORT const char * +G_MODULE_EXPORT const char * test_drop_describe (void) { return "Drop action support"; @@ -715,11 +715,11 @@ Use

Signal Details

The "can-drop" signal

-
gboolean            user_function                      (ClutterDropAction *action,
+
gboolean            user_function                      (ClutterDropAction *action,
                                                         ClutterActor      *actor,
-                                                        gfloat             event_x,
-                                                        gfloat             event_y,
-                                                        gpointer           user_data)      : Run Last
+ gfloat event_x, + gfloat event_y, + gpointer user_data) : Run Last

The ::can-drop signal is emitted when the dragged actor is dropped on actor. The return value of the ::can-drop signal will determine @@ -727,7 +727,7 @@ whether or not the action.

-The default implementation of ClutterDropAction returns TRUE for +The default implementation of ClutterDropAction returns TRUE for this signal.

ClutterAction *action = clutter_drop_action ();
 
-g_signal_connect (action, "drop", G_CALLBACK (on_drop), NULL);
+g_signal_connect (action, "drop", G_CALLBACK (on_drop), NULL);
 clutter_actor_add_action (an_actor, action);
@@ -757,7 +757,7 @@ this signal. +TRUE if the drop is accepted, and FALSE otherwise

Returns :

-TRUE if the drop is accepted, and FALSE otherwise
@@ -768,13 +768,13 @@ this signal.

The "drop" signal

void                user_function                      (ClutterDropAction *action,
                                                         ClutterActor      *actor,
-                                                        gfloat             event_x,
-                                                        gfloat             event_y,
-                                                        gpointer           user_data)      : Run Last
+ gfloat event_x, + gfloat event_y, + gpointer user_data) : Run Last

The ::drop signal is emitted when the dragged actor is dropped on actor. This signal is only emitted if at least an handler of -"can-drop" returns TRUE. +"can-drop" returns TRUE.

@@ -809,7 +809,7 @@ on actor. This signal is only emitted if

The "over-in" signal

void                user_function                      (ClutterDropAction *action,
                                                         ClutterActor      *actor,
-                                                        gpointer           user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::over-in signal is emitted when the dragged actor crosses into actor. @@ -839,7 +839,7 @@ into actor.

The "over-out" signal

void                user_function                      (ClutterDropAction *action,
                                                         ClutterActor      *actor,
-                                                        gpointer           user_data)      : Run Last
+ gpointer user_data) : Run Last

The ::over-out signal is emitted when the dragged actor crosses outside actor. diff --git a/doc/reference/clutter/html/ClutterEffect.html b/doc/reference/clutter/html/ClutterEffect.html index 7d7623b..0fd43a6 100644 --- a/doc/reference/clutter/html/ClutterEffect.html +++ b/doc/reference/clutter/html/ClutterEffect.html @@ -48,8 +48,8 @@ enum

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterActorMeta
                +----ClutterEffect
                      +----ClutterOffscreenEffect
@@ -122,7 +122,7 @@ void effect_paint (ClutterEffect *effect, ClutterEffectPaintFlags flags)
 
 

The pre_paint() function was used to set up the ClutterEffect right before the ClutterActor's paint - sequence. This function can fail, and return FALSE; in that case, no + sequence. This function can fail, and return FALSE; in that case, no post_paint() invocation will follow.

The post_paint() function was called after the ClutterActor's paint sequence.

diff --git a/doc/reference/clutter/html/ClutterFixedLayout.html b/doc/reference/clutter/html/ClutterFixedLayout.html index f792728..c9351ad 100644 --- a/doc/reference/clutter/html/ClutterFixedLayout.html +++ b/doc/reference/clutter/html/ClutterFixedLayout.html @@ -47,8 +47,8 @@ struct

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterLayoutManager
                +----ClutterFixedLayout
 
diff --git a/doc/reference/clutter/html/ClutterFlowLayout.html b/doc/reference/clutter/html/ClutterFlowLayout.html index 303b6f9..6c09b79 100644 --- a/doc/reference/clutter/html/ClutterFlowLayout.html +++ b/doc/reference/clutter/html/ClutterFlowLayout.html @@ -46,8 +46,8 @@ struct ClutterFlowLayoutClass; ClutterLayoutManager * clutter_flow_layout_new (ClutterFlowOrientation orientation); void clutter_flow_layout_set_homogeneous (ClutterFlowLayout *layout, - gboolean homogeneous); -gboolean clutter_flow_layout_get_homogeneous (ClutterFlowLayout *layout); + gboolean homogeneous); +gboolean clutter_flow_layout_get_homogeneous (ClutterFlowLayout *layout); void clutter_flow_layout_set_orientation (ClutterFlowLayout *layout, ClutterFlowOrientation orientation); ClutterFlowOrientation clutter_flow_layout_get_orientation @@ -55,33 +55,33 @@ struct void clutter_flow_layout_set_column_spacing (ClutterFlowLayout *layout, - gfloat spacing); -gfloat clutter_flow_layout_get_column_spacing + gfloat spacing); +gfloat clutter_flow_layout_get_column_spacing (ClutterFlowLayout *layout); void clutter_flow_layout_set_row_spacing (ClutterFlowLayout *layout, - gfloat spacing); -gfloat clutter_flow_layout_get_row_spacing (ClutterFlowLayout *layout); + gfloat spacing); +gfloat clutter_flow_layout_get_row_spacing (ClutterFlowLayout *layout); void clutter_flow_layout_set_column_width (ClutterFlowLayout *layout, - gfloat min_width, - gfloat max_width); + gfloat min_width, + gfloat max_width); void clutter_flow_layout_get_column_width (ClutterFlowLayout *layout, - gfloat *min_width, - gfloat *max_width); + gfloat *min_width, + gfloat *max_width); void clutter_flow_layout_set_row_height (ClutterFlowLayout *layout, - gfloat min_height, - gfloat max_height); + gfloat min_height, + gfloat max_height); void clutter_flow_layout_get_row_height (ClutterFlowLayout *layout, - gfloat *min_height, - gfloat *max_height); + gfloat *min_height, + gfloat *max_height);

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
+  GObject
+   +----GInitiallyUnowned
          +----ClutterLayoutManager
                +----ClutterFlowLayout
 
@@ -89,14 +89,14 @@ struct

Properties

-  "column-spacing"           gfloat                : Read / Write
-  "homogeneous"              gboolean              : Read / Write
-  "max-column-width"         gfloat                : Read / Write
-  "max-row-height"           gfloat                : Read / Write
-  "min-column-width"         gfloat                : Read / Write
-  "min-row-height"           gfloat                : Read / Write
+  "column-spacing"           gfloat                : Read / Write
+  "homogeneous"              gboolean              : Read / Write
+  "max-column-width"         gfloat                : Read / Write
+  "max-row-height"           gfloat                : Read / Write
+  "min-column-width"         gfloat                : Read / Write
+  "min-row-height"           gfloat                : Read / Write
   "orientation"              ClutterFlowOrientation  : Read / Write / Construct
-  "row-spacing"              gfloat                : Read / Write
+  "row-spacing"              gfloat                : Read / Write
 
@@ -118,8 +118,8 @@ policy: the amount of columns and rows;

  • each line (either column or row) in reflowing will have the size of the biggest cell on that line; if the - "homogeneous" property is set to FALSE the actor - will be allocated within that area, and if set to TRUE instead the + "homogeneous" property is set to FALSE the actor + will be allocated within that area, and if set to TRUE instead the actor will be given exactly that area;

  • the size of the columns or rows can be controlled for both minimum and maximum; the spacing can also be controlled @@ -226,7 +226,7 @@ Creates a new

    clutter_flow_layout_set_homogeneous ()

    void                clutter_flow_layout_set_homogeneous (ClutterFlowLayout *layout,
    -                                                         gboolean homogeneous);
    + gboolean homogeneous);

    Sets whether the layout should allocate the same space for each child @@ -250,7 +250,7 @@ each child


    clutter_flow_layout_get_homogeneous ()

    -
    gboolean            clutter_flow_layout_get_homogeneous (ClutterFlowLayout *layout);
    +
    gboolean            clutter_flow_layout_get_homogeneous (ClutterFlowLayout *layout);

    Retrieves whether the layout is homogeneous

    @@ -265,7 +265,7 @@ Retrieves whether the layout is homogene
  • +TRUE if the ClutterFlowLayout is homogeneous

    Returns :

    -TRUE if the ClutterFlowLayout is homogeneous
    @@ -330,7 +330,7 @@ Retrieves the orientation of the layout

    clutter_flow_layout_set_column_spacing ()

    void                clutter_flow_layout_set_column_spacing
                                                             (ClutterFlowLayout *layout,
    -                                                         gfloat spacing);
    + gfloat spacing);

    Sets the space between columns, in pixels

    @@ -353,7 +353,7 @@ Sets the space between columns, in pixels

    clutter_flow_layout_get_column_spacing ()

    -
    gfloat              clutter_flow_layout_get_column_spacing
    +
    gfloat              clutter_flow_layout_get_column_spacing
                                                             (ClutterFlowLayout *layout);

    Retrieves the spacing between columns @@ -379,7 +379,7 @@ in pixels

    clutter_flow_layout_set_row_spacing ()

    void                clutter_flow_layout_set_row_spacing (ClutterFlowLayout *layout,
    -                                                         gfloat spacing);
    + gfloat spacing);

    Sets the spacing between rows, in pixels

    @@ -402,7 +402,7 @@ Sets the spacing between rows, in pixels

    clutter_flow_layout_get_row_spacing ()

    -
    gfloat              clutter_flow_layout_get_row_spacing (ClutterFlowLayout *layout);
    +
    gfloat              clutter_flow_layout_get_row_spacing (ClutterFlowLayout *layout);

    Retrieves the spacing between rows

    @@ -428,8 +428,8 @@ in pixels

    clutter_flow_layout_set_column_width ()

    void                clutter_flow_layout_set_column_width
                                                             (ClutterFlowLayout *layout,
    -                                                         gfloat min_width,
    -                                                         gfloat max_width);
    + gfloat min_width, + gfloat max_width);

    Sets the minimum and maximum widths that a column can have

    @@ -458,8 +458,8 @@ Sets the minimum and maximum widths that a column can have

    clutter_flow_layout_get_column_width ()

    void                clutter_flow_layout_get_column_width
                                                             (ClutterFlowLayout *layout,
    -                                                         gfloat *min_width,
    -                                                         gfloat *max_width);
    + gfloat *min_width, + gfloat *max_width);

    Retrieves the minimum and maximum column widths

    @@ -473,12 +473,12 @@ Retrieves the minimum and maximum column widths

    min_width :

    -return location for the minimum column width, or NULL. [out] +return location for the minimum column width, or NULL. [out]

    max_width :

    -return location for the maximum column width, or NULL. [out] +return location for the maximum column width, or NULL. [out] @@ -489,8 +489,8 @@ Retrieves the minimum and maximum column widths

    clutter_flow_layout_set_row_height ()

    void                clutter_flow_layout_set_row_height  (ClutterFlowLayout *layout,
    -                                                         gfloat min_height,
    -                                                         gfloat max_height);
    + gfloat min_height, + gfloat max_height);

    Sets the minimum and maximum heights that a row can have

    @@ -518,8 +518,8 @@ Sets the minimum and maximum heights that a row can have

    clutter_flow_layout_get_row_height ()

    void                clutter_flow_layout_get_row_height  (ClutterFlowLayout *layout,
    -                                                         gfloat *min_height,
    -                                                         gfloat *max_height);
    + gfloat *min_height, + gfloat *max_height);

    Retrieves the minimum and maximum row heights

    @@ -533,12 +533,12 @@ Retrieves the minimum and maximum row heights

    min_height :

    -return location for the minimum row height, or NULL. [out] +return location for the minimum row height, or NULL. [out]

    max_height :

    -return location for the maximum row height, or NULL. [out] +return location for the maximum row height, or NULL. [out] @@ -550,7 +550,7 @@ Retrieves the minimum and maximum row heights

    Property Details

    The "column-spacing" property

    -
      "column-spacing"           gfloat                : Read / Write
    +
      "column-spacing"           gfloat                : Read / Write

    The spacing between columns, in pixels; the value of this property is honoured by horizontal non-overflowing layouts @@ -563,7 +563,7 @@ and by vertical overflowing layouts


    The "homogeneous" property

    -
      "homogeneous"              gboolean              : Read / Write
    +
      "homogeneous"              gboolean              : Read / Write

    Whether each child inside the ClutterFlowLayout should receive the same allocation @@ -574,7 +574,7 @@ the same allocation


    The "max-column-width" property

    -
      "max-column-width"         gfloat                : Read / Write
    +
      "max-column-width"         gfloat                : Read / Write

    Maximum width for each column in the layout, in pixels. If set to -1 the width will be the maximum child width @@ -586,7 +586,7 @@ set to -1 the width will be the maximum child width


    The "max-row-height" property

    -
      "max-row-height"           gfloat                : Read / Write
    +
      "max-row-height"           gfloat                : Read / Write

    Maximum height for each row in the layout, in pixels. If set to -1 the width will be the maximum child height @@ -598,7 +598,7 @@ set to -1 the width will be the maximum child height


    The "min-column-width" property

    -
      "min-column-width"         gfloat                : Read / Write
    +
      "min-column-width"         gfloat                : Read / Write

    Minimum width for each column in the layout, in pixels

    @@ -609,7 +609,7 @@ Minimum width for each column in the layout, in pixels

    The "min-row-height" property

    -
      "min-row-height"           gfloat                : Read / Write
    +
      "min-row-height"           gfloat                : Read / Write

    Minimum height for each row in the layout, in pixels

    @@ -634,7 +634,7 @@ This property also controls the overflowing directions

    The "row-spacing" property

    -
      "row-spacing"              gfloat                : Read / Write
    +
      "row-spacing"              gfloat                : Read / Write

    The spacing between rows, in pixels; the value of this property is honoured by vertical non-overflowing layouts and diff --git a/doc/reference/clutter/html/ClutterGestureAction.html b/doc/reference/clutter/html/ClutterGestureAction.html index defa3a2..bc7f9fe 100644 --- a/doc/reference/clutter/html/ClutterGestureAction.html +++ b/doc/reference/clutter/html/ClutterGestureAction.html @@ -46,26 +46,26 @@ struct ClutterAction * clutter_gesture_action_new (void); void clutter_gesture_action_get_press_coords (ClutterGestureAction *action, - guint device, - gfloat *press_x, - gfloat *press_y); + guint device, + gfloat *press_x, + gfloat *press_y); void clutter_gesture_action_get_motion_coords (ClutterGestureAction *action, - guint device, - gfloat *motion_x, - gfloat *motion_y); + guint device, + gfloat *motion_x, + gfloat *motion_y); void clutter_gesture_action_get_release_coords (ClutterGestureAction *action, - guint device, - gfloat *release_x, - gfloat *release_y); + guint device, + gfloat *release_x, + gfloat *release_y);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterAction
                          +----ClutterGestureAction
    @@ -75,10 +75,10 @@ struct              
     

    Signals

    -  "gesture-begin"                                  : Run Last
    -  "gesture-cancel"                                 : Run Last
    -  "gesture-end"                                    : Run Last
    -  "gesture-progress"                               : Run Last
    +  "gesture-begin"                                  : Run Last
    +  "gesture-cancel"                                 : Run Last
    +  "gesture-end"                                    : Run Last
    +  "gesture-progress"                               : Run Last
     
    @@ -111,9 +111,9 @@ using clutter_actor_add_action (actor, action); -g_signal_connect (action, "gesture-begin", G_CALLBACK (on_gesture_begin), NULL); -g_signal_connect (action, "gesture-progress", G_CALLBACK (on_gesture_progress), NULL); -g_signal_connect (action, "gesture-end", G_CALLBACK (on_gesture_end), NULL); +g_signal_connect (action, "gesture-begin", G_CALLBACK (on_gesture_begin), NULL); +g_signal_connect (action, "gesture-progress", G_CALLBACK (on_gesture_progress), NULL); +g_signal_connect (action, "gesture-end", G_CALLBACK (on_gesture_end), NULL); @@ -196,9 +196,9 @@ Creates a new

    clutter_gesture_action_get_press_coords ()

    void                clutter_gesture_action_get_press_coords
                                                             (ClutterGestureAction *action,
    -                                                         guint device,
    -                                                         gfloat *press_x,
    -                                                         gfloat *press_y);
    + guint device, + gfloat *press_x, + gfloat *press_y);

    Retrieves the coordinates, in stage space, of the press event that started the dragging for an specific pointer device @@ -234,9 +234,9 @@ that started the dragging for an specific pointer device

    clutter_gesture_action_get_motion_coords ()

    void                clutter_gesture_action_get_motion_coords
                                                             (ClutterGestureAction *action,
    -                                                         guint device,
    -                                                         gfloat *motion_x,
    -                                                         gfloat *motion_y);
    + guint device, + gfloat *motion_x, + gfloat *motion_y);

    Retrieves the coordinates, in stage space, of the latest motion event during the dragging @@ -274,9 +274,9 @@ event's Y coordinate. [

    clutter_gesture_action_get_release_coords ()

    void                clutter_gesture_action_get_release_coords
                                                             (ClutterGestureAction *action,
    -                                                         guint device,
    -                                                         gfloat *release_x,
    -                                                         gfloat *release_y);
    + guint device, + gfloat *release_x, + gfloat *release_y);

    Retrieves the coordinates, in stage space, of the point where the pointer device was last released. @@ -312,9 +312,9 @@ device was last released.

    Signal Details

    The "gesture-begin" signal

    -
    gboolean            user_function                      (ClutterGestureAction *action,
    +
    gboolean            user_function                      (ClutterGestureAction *action,
                                                             ClutterActor         *actor,
    -                                                        gpointer              user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::gesture_begin signal is emitted when the ClutterActor to which a ClutterGestureAction has been applied starts receiving a gesture. @@ -338,7 +338,7 @@ a

    Returns :

    -TRUE if the gesture should start, and FALSE if +TRUE if the gesture should start, and FALSE if the gesture should be ignored. @@ -350,7 +350,7 @@ the gesture should be ignored.

    The "gesture-cancel" signal

    void                user_function                      (ClutterGestureAction *action,
                                                             ClutterActor         *actor,
    -                                                        gpointer              user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::gesture-cancel signal is emitted when the ongoing gesture gets cancelled from the "gesture-progress" signal handler. @@ -384,7 +384,7 @@ signal has been emitted first.

    The "gesture-end" signal

    void                user_function                      (ClutterGestureAction *action,
                                                             ClutterActor         *actor,
    -                                                        gpointer              user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::gesture-end signal is emitted at the end of the gesture gesture, when the pointer's button is released @@ -416,9 +416,9 @@ signal has been emitted first.


    The "gesture-progress" signal

    -
    gboolean            user_function                      (ClutterGestureAction *action,
    +
    gboolean            user_function                      (ClutterGestureAction *action,
                                                             ClutterActor         *actor,
    -                                                        gpointer              user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::gesture-progress signal is emitted for each motion event after the "gesture-begin" signal has been emitted. @@ -442,7 +442,7 @@ the Returns :

    -TRUE if the gesture should continue, and FALSE if +TRUE if the gesture should continue, and FALSE if the gesture should be cancelled. diff --git a/doc/reference/clutter/html/ClutterGroup.html b/doc/reference/clutter/html/ClutterGroup.html index bef19f7..9cf1ed3 100644 --- a/doc/reference/clutter/html/ClutterGroup.html +++ b/doc/reference/clutter/html/ClutterGroup.html @@ -45,16 +45,16 @@ struct ClutterGroupClass; ClutterActor * clutter_group_new (void); void clutter_group_remove_all (ClutterGroup *self); -gint clutter_group_get_n_children (ClutterGroup *self); +gint clutter_group_get_n_children (ClutterGroup *self); ClutterActor * clutter_group_get_nth_child (ClutterGroup *self, - gint index_); + gint index_);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActor
                    +----ClutterGroup
                          +----ClutterStage
    @@ -152,7 +152,7 @@ Removes all children actors from the 
     

    clutter_group_get_n_children ()

    -
    gint                clutter_group_get_n_children        (ClutterGroup *self);
    +
    gint                clutter_group_get_n_children        (ClutterGroup *self);

    Warning

    clutter_group_get_n_children has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_get_n_children() instead.

    @@ -180,7 +180,7 @@ Gets the number of actors held in the group.

    clutter_group_get_nth_child ()

    ClutterActor *      clutter_group_get_nth_child         (ClutterGroup *self,
    -                                                         gint index_);
    + gint index_);

    Warning

    clutter_group_get_nth_child has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_get_child_at_index() instead.

    @@ -202,7 +202,7 @@ Gets a groups child held at index_ in st

    Returns :

    -A Clutter actor, or NULL if +A Clutter actor, or NULL if index_ is invalid. [transfer none] diff --git a/doc/reference/clutter/html/ClutterInputDevice.html b/doc/reference/clutter/html/ClutterInputDevice.html index 57e78e9..bd5150e 100644 --- a/doc/reference/clutter/html/ClutterInputDevice.html +++ b/doc/reference/clutter/html/ClutterInputDevice.html @@ -45,48 +45,48 @@ enum ClutterInputAxis; enum ClutterInputMode; ClutterInputDevice; -gint clutter_input_device_get_device_id (ClutterInputDevice *device); +gint clutter_input_device_get_device_id (ClutterInputDevice *device); ClutterInputDeviceType clutter_input_device_get_device_type (ClutterInputDevice *device); -const gchar * clutter_input_device_get_device_name +const gchar * clutter_input_device_get_device_name (ClutterInputDevice *device); ClutterInputMode clutter_input_device_get_device_mode (ClutterInputDevice *device); -gboolean clutter_input_device_get_has_cursor (ClutterInputDevice *device); +gboolean clutter_input_device_get_has_cursor (ClutterInputDevice *device); void clutter_input_device_set_enabled (ClutterInputDevice *device, - gboolean enabled); -gboolean clutter_input_device_get_enabled (ClutterInputDevice *device); + gboolean enabled); +gboolean clutter_input_device_get_enabled (ClutterInputDevice *device); ClutterInputDevice * clutter_input_device_get_associated_device (ClutterInputDevice *device); -GList * clutter_input_device_get_slave_devices +GList * clutter_input_device_get_slave_devices (ClutterInputDevice *device); -gboolean clutter_input_device_keycode_to_evdev +gboolean clutter_input_device_keycode_to_evdev (ClutterInputDevice *device, - guint hardware_keycode, - guint *evdev_keycode); + guint hardware_keycode, + guint *evdev_keycode); -guint clutter_input_device_get_n_keys (ClutterInputDevice *device); +guint clutter_input_device_get_n_keys (ClutterInputDevice *device); void clutter_input_device_set_key (ClutterInputDevice *device, - guint index_, - guint keyval, + guint index_, + guint keyval, ClutterModifierType modifiers); -gboolean clutter_input_device_get_key (ClutterInputDevice *device, - guint index_, - guint *keyval, +gboolean clutter_input_device_get_key (ClutterInputDevice *device, + guint index_, + guint *keyval, ClutterModifierType *modifiers); -guint clutter_input_device_get_n_axes (ClutterInputDevice *device); +guint clutter_input_device_get_n_axes (ClutterInputDevice *device); ClutterInputAxis clutter_input_device_get_axis (ClutterInputDevice *device, - guint index_); -gboolean clutter_input_device_get_axis_value (ClutterInputDevice *device, - gdouble *axes, + guint index_); +gboolean clutter_input_device_get_axis_value (ClutterInputDevice *device, + gdouble *axes, ClutterInputAxis axis, - gdouble *value); + gdouble *value); void clutter_input_device_get_device_coords (ClutterInputDevice *device, - gint *x, - gint *y); + gint *x, + gint *y); ClutterActor * clutter_input_device_get_pointer_actor (ClutterInputDevice *device); ClutterStage * clutter_input_device_get_pointer_stage @@ -101,13 +101,13 @@ const gchar * void clutter_input_device_update_from_event (ClutterInputDevice *device, ClutterEvent *event, - gboolean update_stage); + gboolean update_stage);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterInputDevice
     
    @@ -118,11 +118,11 @@ const gchar * device-manager" ClutterDeviceManager* : Read / Write / Construct Only "device-mode" ClutterInputMode : Read / Write / Construct Only "device-type" ClutterInputDeviceType : Read / Write / Construct Only - "enabled" gboolean : Read / Write - "has-cursor" gboolean : Read / Write / Construct Only - "id" gint : Read / Write / Construct Only - "n-axes" guint : Read - "name" gchar* : Read / Write / Construct Only + "enabled" gboolean : Read / Write + "has-cursor" gboolean : Read / Write / Construct Only + "id" gint : Read / Write / Construct Only + "n-axes" guint : Read + "name" gchar* : Read / Write / Construct Only
    @@ -329,7 +329,7 @@ structure depend on the backend used.

    clutter_input_device_get_device_id ()

    -
    gint                clutter_input_device_get_device_id  (ClutterInputDevice *device);
    +
    gint                clutter_input_device_get_device_id  (ClutterInputDevice *device);

    Retrieves the unique identifier of device

    @@ -376,7 +376,7 @@ Retrieves the type of device

    clutter_input_device_get_device_name ()

    -
    const gchar *       clutter_input_device_get_device_name
    +
    const gchar *       clutter_input_device_get_device_name
                                                             (ClutterInputDevice *device);

    Retrieves the name of the device @@ -391,7 +391,7 @@ Retrieves the name of the device

    Returns :

    -the name of the device, or NULL. The returned string +the name of the device, or NULL. The returned string is owned by the ClutterInputDevice and should never be modified or freed @@ -426,7 +426,7 @@ Retrieves the

    clutter_input_device_get_has_cursor ()

    -
    gboolean            clutter_input_device_get_has_cursor (ClutterInputDevice *device);
    +
    gboolean            clutter_input_device_get_has_cursor (ClutterInputDevice *device);

    Retrieves whether device has a pointer that follows the device motion. @@ -442,7 +442,7 @@ device motion.

    Returns :

    -TRUE if the device has a cursor +TRUE if the device has a cursor
    @@ -452,7 +452,7 @@ device motion.

    clutter_input_device_set_enabled ()

    void                clutter_input_device_set_enabled    (ClutterInputDevice *device,
    -                                                         gboolean enabled);
    + gboolean enabled);

    Enables or disables a ClutterInputDevice.

    @@ -472,7 +472,7 @@ be disabled.

    enabled :

    -TRUE to enable the device +TRUE to enable the device @@ -482,7 +482,7 @@ be disabled.

    clutter_input_device_get_enabled ()

    -
    gboolean            clutter_input_device_get_enabled    (ClutterInputDevice *device);
    +
    gboolean            clutter_input_device_get_enabled    (ClutterInputDevice *device);

    Retrieves whether device is enabled.

    @@ -497,7 +497,7 @@ Retrieves whether device is enabled.

    Returns :

    -TRUE if the device is enabled +TRUE if the device is enabled
    @@ -515,7 +515,7 @@ associated to device.

    If the "device-mode" property of device is set to CLUTTER_INPUT_MODE_MASTER, this function will return -NULL. +NULL.

    @@ -527,7 +527,7 @@ set to Returns :

    -
    @@ -537,7 +537,7 @@ set to

    clutter_input_device_get_slave_devices ()

    -
    GList *             clutter_input_device_get_slave_devices
    +
    GList *             clutter_input_device_get_slave_devices
                                                             (ClutterInputDevice *device);

    Retrieves the slave devices attached to device. @@ -553,8 +553,8 @@ Retrieves the slave devices attached to device

    @@ -564,10 +564,10 @@ owned by the device. Use g_list_free() when done.

    clutter_input_device_keycode_to_evdev ()

    -
    gboolean            clutter_input_device_keycode_to_evdev
    +
    gboolean            clutter_input_device_keycode_to_evdev
                                                             (ClutterInputDevice *device,
    -                                                         guint hardware_keycode,
    -                                                         guint *evdev_keycode);
    + guint hardware_keycode, + guint *evdev_keycode);

    Translates a hardware keycode from a ClutterKeyEvent to the equivalent evdev keycode. Note that depending on the input backend @@ -595,7 +595,7 @@ from the Returns :

    +TRUE if the conversion succeeded, FALSE otherwise.
    a ClutterInputDevice, or NULL. [transfer none] +a ClutterInputDevice, or NULL. [transfer none]

    Returns :

    a -list of ClutterInputDevice, or NULL. The contents of the list are -owned by the device. Use g_list_free() when done. [transfer container][element-type Clutter.InputDevice] +list of ClutterInputDevice, or NULL. The contents of the list are +owned by the device. Use g_list_free() when done. [transfer container][element-type Clutter.InputDevice]
    -TRUE if the conversion succeeded, FALSE otherwise.
    @@ -604,7 +604,7 @@ from the

    clutter_input_device_get_n_keys ()

    -
    guint               clutter_input_device_get_n_keys     (ClutterInputDevice *device);
    +
    guint               clutter_input_device_get_n_keys     (ClutterInputDevice *device);

    Retrieves the number of keys registered for device.

    @@ -628,8 +628,8 @@ Retrieves the number of keys registered for device

    clutter_input_device_set_key ()

    void                clutter_input_device_set_key        (ClutterInputDevice *device,
    -                                                         guint index_,
    -                                                         guint keyval,
    +                                                         guint index_,
    +                                                         guint keyval,
                                                              ClutterModifierType modifiers);

    Sets the keyval and modifiers at the given index_ for device. @@ -665,9 +665,9 @@ an event coming from the same input device.


    clutter_input_device_get_key ()

    -
    gboolean            clutter_input_device_get_key        (ClutterInputDevice *device,
    -                                                         guint index_,
    -                                                         guint *keyval,
    +
    gboolean            clutter_input_device_get_key        (ClutterInputDevice *device,
    +                                                         guint index_,
    +                                                         guint *keyval,
                                                              ClutterModifierType *modifiers);

    Retrieves the key set using clutter_input_device_set_key() @@ -697,7 +697,7 @@ Retrieves the key set using Returns :

    -TRUE if a key was set at the given index +TRUE if a key was set at the given index
    @@ -706,7 +706,7 @@ Retrieves the key set using

    clutter_input_device_get_n_axes ()

    -
    guint               clutter_input_device_get_n_axes     (ClutterInputDevice *device);
    +
    guint               clutter_input_device_get_n_axes     (ClutterInputDevice *device);

    Retrieves the number of axes available on device.

    @@ -730,7 +730,7 @@ Retrieves the number of axes available on device

    clutter_input_device_get_axis ()

    ClutterInputAxis    clutter_input_device_get_axis       (ClutterInputDevice *device,
    -                                                         guint index_);
    + guint index_);

    Retrieves the type of axis on device at the given index.

    @@ -757,10 +757,10 @@ Retrieves the type of axis on device at

    clutter_input_device_get_axis_value ()

    -
    gboolean            clutter_input_device_get_axis_value (ClutterInputDevice *device,
    -                                                         gdouble *axes,
    +
    gboolean            clutter_input_device_get_axis_value (ClutterInputDevice *device,
    +                                                         gdouble *axes,
                                                              ClutterInputAxis axis,
    -                                                         gdouble *value);
    + gdouble *value);

    Extracts the value of the given axis of a ClutterInputDevice from an array of axis values. @@ -782,7 +782,7 @@ An example of typical usage for this function is: 6 7

    ClutterInputDevice *device = clutter_event_get_device (event);
    -gdouble *axes = clutter_event_get_axes (event, NULL);
    +gdouble *axes = clutter_event_get_axes (event, NULL);
     gdouble pressure_value = 0;
     
     clutter_input_device_get_axis_value (device, axes,
    @@ -821,7 +821,7 @@ coming from 
     

    Returns :

    -TRUE if the value was set, and FALSE otherwise +
    TRUE if the value was set, and FALSE otherwise
    @@ -832,8 +832,8 @@ coming from

    clutter_input_device_get_device_coords ()

    void                clutter_input_device_get_device_coords
                                                             (ClutterInputDevice *device,
    -                                                         gint *x,
    -                                                         gint *y);
    + gint *x, + gint *y);

    Retrieves the latest coordinates of the pointer of device

    @@ -877,7 +877,7 @@ Retrieves the

    Returns :

    -a pointer to the
    ClutterActor or NULL. [transfer none] +a pointer to the ClutterActor or NULL. [transfer none] @@ -902,7 +902,7 @@ Retrieves the

    Returns :

    -a pointer to the
    ClutterStage or NULL. [transfer none] +a pointer to the ClutterStage or NULL. [transfer none] @@ -983,7 +983,7 @@ the events coming from device.

    Returns :

    -a ClutterActor, or NULL. [transfer none] +a ClutterActor, or NULL. [transfer none] @@ -996,7 +996,7 @@ the events coming from device.
    void                clutter_input_device_update_from_event
                                                             (ClutterInputDevice *device,
                                                              ClutterEvent *event,
    -                                                         gboolean update_stage);
    + gboolean update_stage);

    Forcibly updates the state of the device using a ClutterEvent

    @@ -1085,7 +1085,7 @@ Before letting device = clutter_device_manager_get_core_device (manager, %CLUTTER_POINTER_DEVICE); /* update the state of the input device */ -clutter_input_device_update_from_event (device, &c_event, FALSE); +clutter_input_device_update_from_event (device, &c_event, FALSE); clutter_do_event (&c_event); @@ -1162,7 +1162,7 @@ The type of the device

    The "enabled" property

    -
      "enabled"                  gboolean              : Read / Write
    +
      "enabled"                  gboolean              : Read / Write

    Whether the device is enabled.

    @@ -1179,7 +1179,7 @@ A device must be enabled in order to receive events from it.

    The "has-cursor" property

    -
      "has-cursor"               gboolean              : Read / Write / Construct Only
    +
      "has-cursor"               gboolean              : Read / Write / Construct Only

    Whether the device has an on screen cursor following its movement.

    @@ -1189,7 +1189,7 @@ Whether the device has an on screen cursor following its movement.

    The "id" property

    -
      "id"                       gint                  : Read / Write / Construct Only
    +
      "id"                       gint                  : Read / Write / Construct Only

    The unique identifier of the device

    @@ -1200,7 +1200,7 @@ The unique identifier of the device

    The "n-axes" property

    -
      "n-axes"                   guint                 : Read
    +
      "n-axes"                   guint                 : Read

    The number of axes of the device.

    @@ -1210,7 +1210,7 @@ The number of axes of the device.

    The "name" property

    -
      "name"                     gchar*                : Read / Write / Construct Only
    +
      "name"                     gchar*                : Read / Write / Construct Only

    The name of the device

    diff --git a/doc/reference/clutter/html/ClutterLayoutManager.html b/doc/reference/clutter/html/ClutterLayoutManager.html index 1952275..a67b69d 100644 --- a/doc/reference/clutter/html/ClutterLayoutManager.html +++ b/doc/reference/clutter/html/ClutterLayoutManager.html @@ -46,15 +46,15 @@ struct void clutter_layout_manager_get_preferred_width (ClutterLayoutManager *manager, ClutterContainer *container, - gfloat for_height, - gfloat *min_width_p, - gfloat *nat_width_p); + gfloat for_height, + gfloat *min_width_p, + gfloat *nat_width_p); void clutter_layout_manager_get_preferred_height (ClutterLayoutManager *manager, ClutterContainer *container, - gfloat for_width, - gfloat *min_height_p, - gfloat *nat_height_p); + gfloat for_width, + gfloat *min_height_p, + gfloat *nat_height_p); void clutter_layout_manager_allocate (ClutterLayoutManager *manager, ClutterContainer *container, const ClutterActorBox *allocation, @@ -72,48 +72,48 @@ struct void clutter_layout_manager_child_set (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *first_property, + const gchar *first_property, ...); void clutter_layout_manager_child_set_property (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *property_name, - const GValue *value); + const gchar *property_name, + const GValue *value); void clutter_layout_manager_child_get (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *first_property, + const gchar *first_property, ...); void clutter_layout_manager_child_get_property (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *property_name, - GValue *value); + const gchar *property_name, + GValue *value); -GParamSpec * clutter_layout_manager_find_child_property +GParamSpec * clutter_layout_manager_find_child_property (ClutterLayoutManager *manager, - const gchar *name); -GParamSpec ** clutter_layout_manager_list_child_properties + const gchar *name); +GParamSpec ** clutter_layout_manager_list_child_properties (ClutterLayoutManager *manager, - guint *n_pspecs); + guint *n_pspecs); ClutterAlpha * clutter_layout_manager_begin_animation (ClutterLayoutManager *manager, - guint duration, - gulong mode); + guint duration, + gulong mode); void clutter_layout_manager_end_animation (ClutterLayoutManager *manager); -gdouble clutter_layout_manager_get_animation_progress +gdouble clutter_layout_manager_get_animation_progress (ClutterLayoutManager *manager);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterLayoutManager
                    +----ClutterBinLayout
                    +----ClutterBoxLayout
    @@ -125,7 +125,7 @@ struct              
     

    Signals

    -  "layout-changed"                                 : Run Last
    +  "layout-changed"                                 : Run Last
     
    @@ -172,9 +172,9 @@ Clutter provides some simple -
    g_signal_connect_swapped (layout_manager,
    +        
    g_signal_connect_swapped (layout_manager,
                               "layout-changed",
    -                          G_CALLBACK (clutter_actor_queue_relayout),
    +                          G_CALLBACK (clutter_actor_queue_relayout),
                               actor);
    @@ -196,7 +196,7 @@ Clutter provides some simple The layout manager implementation can hold a back pointer to the ClutterContainer by implementing the set_container() virtual function. The layout manager - should not hold a real reference (i.e. call g_object_ref()) on the + should not hold a real reference (i.e. call g_object_ref()) on the container actor, to avoid reference cycles.

    If a layout manager has properties affecting the layout policies then it should emit the "layout-changed" @@ -385,7 +385,7 @@ my_layout_manager_allocate (ClutterLayoutManager *manager, clutter_layout_manager_layout_changed (manager); clutter_layout_manager_begin_animation (manager, 500, CLUTTER_LINEAR); - g_object_notify (G_OBJECT (self), "orientation"); + g_object_notify (G_OBJECT (self), "orientation"); }

    @@ -406,7 +406,7 @@ my_layout_manager_allocate (ClutterLayoutManager *manager, manager, container actor, child actor) combination, and it wishes to store those properties inside a ClutterLayoutMeta, then it should override the ClutterLayoutManager::get_child_meta_type() - virtual function to return the GType of the ClutterLayoutMeta sub-class + virtual function to return the GType of the ClutterLayoutMeta sub-class used to store the layout properties; optionally, the ClutterLayoutManager sub-class might also override the ClutterLayoutManager::create_child_meta() virtual @@ -433,11 +433,11 @@ my_layout_manager_allocate (ClutterLayoutManager *manager, klass = CLUTTER_LAYOUT_MANAGER_GET_CLASS (manager); meta_type = klass->get_child_meta_type (manager); -return g_object_new (meta_type, +return g_object_new (meta_type, "manager", manager, "container", container, "actor", actor, - NULL); + NULL); @@ -616,7 +616,7 @@ reference, to avoid potential leaks due to reference cycles

    get_child_meta_type ()

    -virtual function; override to return the GType +virtual function; override to return the GType of the ClutterLayoutMeta sub-class used by the ClutterLayoutManager @@ -658,9 +658,9 @@ signal
    void                clutter_layout_manager_get_preferred_width
                                                             (ClutterLayoutManager *manager,
                                                              ClutterContainer *container,
    -                                                         gfloat for_height,
    -                                                         gfloat *min_width_p,
    -                                                         gfloat *nat_width_p);
    + gfloat for_height, + gfloat *min_width_p, + gfloat *nat_width_p);

    Computes the minimum and natural widths of the container according to manager. @@ -688,13 +688,13 @@ See also min_width_p :

    return location for the minimum width -of the layout, or NULL. [out][allow-none] +of the layout, or NULL. [out][allow-none]

    nat_width_p :

    return location for the natural width -of the layout, or NULL. [out][allow-none] +of the layout, or NULL. [out][allow-none] @@ -707,9 +707,9 @@ of the layout, or void clutter_layout_manager_get_preferred_height (ClutterLayoutManager *manager, ClutterContainer *container, - gfloat for_width, - gfloat *min_height_p, - gfloat *nat_height_p); + gfloat for_width, + gfloat *min_height_p, + gfloat *nat_height_p);

    Computes the minimum and natural heights of the container according to manager. @@ -737,13 +737,13 @@ See also min_height_p :

    return location for the minimum height -of the layout, or NULL. [out][allow-none] +of the layout, or NULL. [out][allow-none]

    nat_height_p :

    return location for the natural height -of the layout, or NULL. [out][allow-none] +of the layout, or NULL. [out][allow-none] @@ -876,7 +876,7 @@ to the actor child of Returns :

    -a ClutterLayoutMeta, or NULL if the +a ClutterLayoutMeta, or NULL if the ClutterLayoutManager does not have layout properties. The returned layout meta instance is owned by the ClutterLayoutManager and it should not be unreferenced. [transfer none] @@ -892,7 +892,7 @@ should not be unreferenced. [void clutter_layout_manager_child_set (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *first_property, + const gchar *first_property, ...);

    Sets a list of properties and their values on the ClutterLayoutMeta @@ -939,8 +939,8 @@ instead (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *property_name, - const GValue *value); + const gchar *property_name, + const GValue *value);

    Sets a property on the ClutterLayoutMeta created by manager and attached to a child of container @@ -969,7 +969,7 @@ attached to a child of container

    value :

    -a GValue with the value of the property to set +a GValue with the value of the property to set
    @@ -981,7 +981,7 @@ attached to a child of container
    void                clutter_layout_manager_child_get    (ClutterLayoutManager *manager,
                                                              ClutterContainer *container,
                                                              ClutterActor *actor,
    -                                                         const gchar *first_property,
    +                                                         const gchar *first_property,
                                                              ...);

    Retrieves the values for a list of properties out of the @@ -1025,15 +1025,15 @@ child of a container (ClutterLayoutManager *manager, ClutterContainer *container, ClutterActor *actor, - const gchar *property_name, - GValue *value); + const gchar *property_name, + GValue *value);

    Gets a property on the ClutterLayoutMeta created by manager and attached to a child of container

    -The GValue must already be initialized to the type of the property -and has to be unset with g_value_unset() after extracting the real +The GValue must already be initialized to the type of the property +and has to be unset with g_value_unset() after extracting the real value out of it

    @@ -1060,7 +1060,7 @@ value out of it - +

    value :

    a GValue with the value of the property to geta GValue with the value of the property to get
    @@ -1069,11 +1069,11 @@ value out of it

    clutter_layout_manager_find_child_property ()

    -
    GParamSpec *        clutter_layout_manager_find_child_property
    +
    GParamSpec *        clutter_layout_manager_find_child_property
                                                             (ClutterLayoutManager *manager,
    -                                                         const gchar *name);
    + const gchar *name);

    -Retrieves the GParamSpec for the layout property name inside +Retrieves the GParamSpec for the layout property name inside the ClutterLayoutMeta sub-class used by manager

    @@ -1090,9 +1090,9 @@ the - @@ -1103,11 +1103,11 @@ modified or freed. [

    clutter_layout_manager_list_child_properties ()

    -
    GParamSpec **       clutter_layout_manager_list_child_properties
    +
    GParamSpec **       clutter_layout_manager_list_child_properties
                                                             (ClutterLayoutManager *manager,
    -                                                         guint *n_pspecs);
    + guint *n_pspecs);

    -Retrieves all the GParamSpecs for the layout properties +Retrieves all the GParamSpecs for the layout properties stored inside the ClutterLayoutMeta sub-class used by manager

    Returns :

    a GParamSpec describing the property, -or NULL if no property with that name exists. The returned -GParamSpec is owned by the layout manager and should not be +a GParamSpec describing the property, +or NULL if no property with that name exists. The returned +GParamSpec is owned by the layout manager and should not be modified or freed. [transfer none]
    @@ -1121,13 +1121,13 @@ stored inside the n_pspecs :

    @@ -1140,8 +1140,8 @@ resources allocated for the array. [

    clutter_layout_manager_begin_animation ()

    ClutterAlpha *      clutter_layout_manager_begin_animation
                                                             (ClutterLayoutManager *manager,
    -                                                         guint duration,
    -                                                         gulong mode);
    + guint duration, + gulong mode);

    Begins an animation of duration milliseconds, using the provided easing mode @@ -1204,7 +1204,7 @@ The result of this call depends on the manager

    clutter_layout_manager_get_animation_progress ()

    -
    gdouble             clutter_layout_manager_get_animation_progress
    +
    gdouble             clutter_layout_manager_get_animation_progress
                                                             (ClutterLayoutManager *manager);

    Retrieves the progress of the animation, if one has been started by @@ -1236,7 +1236,7 @@ value

    The "layout-changed" signal

    void                user_function                      (ClutterLayoutManager *manager,
    -                                                        gpointer              user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::layout-changed signal is emitted each time a layout manager has been changed. Every ClutterActor using the manager instance @@ -1265,9 +1265,9 @@ signal and queue a relayout on themselves: clutter_actor_queue_relayout (self); } ... - self->manager = g_object_ref_sink (manager); - g_signal_connect (self->manager, "layout-changed", - G_CALLBACK (layout_changed), + self->manager = g_object_ref_sink (manager); + g_signal_connect (self->manager, "layout-changed", + G_CALLBACK (layout_changed), self);

    diff --git a/doc/reference/clutter/html/ClutterLayoutMeta.html b/doc/reference/clutter/html/ClutterLayoutMeta.html index 005538a..25a188c 100644 --- a/doc/reference/clutter/html/ClutterLayoutMeta.html +++ b/doc/reference/clutter/html/ClutterLayoutMeta.html @@ -49,7 +49,7 @@ struct

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterChildMeta
              +----ClutterLayoutMeta
     
    diff --git a/doc/reference/clutter/html/ClutterListModel.html b/doc/reference/clutter/html/ClutterListModel.html index 077dafe..5a10475 100644 --- a/doc/reference/clutter/html/ClutterListModel.html +++ b/doc/reference/clutter/html/ClutterListModel.html @@ -43,17 +43,17 @@

    Synopsis

    struct              ClutterListModel;
     struct              ClutterListModelClass;
    -ClutterModel *      clutter_list_model_new              (guint n_columns,
    +ClutterModel *      clutter_list_model_new              (guint n_columns,
                                                              ...);
    -ClutterModel *      clutter_list_model_newv             (guint n_columns,
    -                                                         GType *types,
    -                                                         const gchar * const names[]);
    +ClutterModel *      clutter_list_model_newv             (guint n_columns,
    +                                                         GType *types,
    +                                                         const gchar * const names[]);
     

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterModel
              +----ClutterListModel
     
    @@ -68,7 +68,7 @@ ClutterListModel implements

    Description

    ClutterListModel is a ClutterModel implementation provided by -Clutter. ClutterListModel uses a GSequence for storing the +Clutter. ClutterListModel uses a GSequence for storing the values for each row, so it's optimized for insertion and look up in sorted lists.

    @@ -100,7 +100,7 @@ The

    clutter_list_model_new ()

    -
    ClutterModel *      clutter_list_model_new              (guint n_columns,
    +
    ClutterModel *      clutter_list_model_new              (guint n_columns,
                                                              ...);

    Creates a new default model with n_columns columns with the types @@ -120,8 +120,8 @@ For example: 3 4

    @@ -132,10 +132,10 @@ For example:

    will create a new ClutterModel with three columns of type int, -string and GdkPixbuf respectively. +string and GdkPixbuf respectively.

    -Note that the name of the column can be set to NULL, in which case +Note that the name of the column can be set to NULL, in which case the canonical name of the type held by the column will be used as the title.

    @@ -149,7 +149,7 @@ the title.
    +n_columns number of GType and string pairs @@ -163,9 +163,9 @@ the title.

    clutter_list_model_newv ()

    -
    ClutterModel *      clutter_list_model_newv             (guint n_columns,
    -                                                         GType *types,
    -                                                         const gchar * const names[]);
    +
    ClutterModel *      clutter_list_model_newv             (guint n_columns,
    +                                                         GType *types,
    +                                                         const gchar * const names[]);

    Non-vararg version of clutter_list_model_new(). This function is useful for language bindings. @@ -179,7 +179,7 @@ useful for language bindings.

    - diff --git a/doc/reference/clutter/html/ClutterMedia.html b/doc/reference/clutter/html/ClutterMedia.html index c3e3eea..d87180b 100644 --- a/doc/reference/clutter/html/ClutterMedia.html +++ b/doc/reference/clutter/html/ClutterMedia.html @@ -48,30 +48,30 @@
                        ClutterMedia;
     struct              ClutterMediaIface;
     void                clutter_media_set_uri               (ClutterMedia *media,
    -                                                         const gchar *uri);
    -gchar *             clutter_media_get_uri               (ClutterMedia *media);
    +                                                         const gchar *uri);
    +gchar *             clutter_media_get_uri               (ClutterMedia *media);
     void                clutter_media_set_playing           (ClutterMedia *media,
    -                                                         gboolean playing);
    -gboolean            clutter_media_get_playing           (ClutterMedia *media);
    +                                                         gboolean playing);
    +gboolean            clutter_media_get_playing           (ClutterMedia *media);
     void                clutter_media_set_progress          (ClutterMedia *media,
    -                                                         gdouble progress);
    -gdouble             clutter_media_get_progress          (ClutterMedia *media);
    +                                                         gdouble progress);
    +gdouble             clutter_media_get_progress          (ClutterMedia *media);
     void                clutter_media_set_subtitle_uri      (ClutterMedia *media,
    -                                                         const gchar *uri);
    -gchar *             clutter_media_get_subtitle_uri      (ClutterMedia *media);
    +                                                         const gchar *uri);
    +gchar *             clutter_media_get_subtitle_uri      (ClutterMedia *media);
     void                clutter_media_set_subtitle_font_name
                                                             (ClutterMedia *media,
                                                              const char *font_name);
    -gchar *             clutter_media_get_subtitle_font_name
    +gchar *             clutter_media_get_subtitle_font_name
                                                             (ClutterMedia *media);
     void                clutter_media_set_audio_volume      (ClutterMedia *media,
    -                                                         gdouble volume);
    -gdouble             clutter_media_get_audio_volume      (ClutterMedia *media);
    -gboolean            clutter_media_get_can_seek          (ClutterMedia *media);
    -gdouble             clutter_media_get_buffer_fill       (ClutterMedia *media);
    -gdouble             clutter_media_get_duration          (ClutterMedia *media);
    +                                                         gdouble volume);
    +gdouble             clutter_media_get_audio_volume      (ClutterMedia *media);
    +gboolean            clutter_media_get_can_seek          (ClutterMedia *media);
    +gdouble             clutter_media_get_buffer_fill       (ClutterMedia *media);
    +gdouble             clutter_media_get_duration          (ClutterMedia *media);
     void                clutter_media_set_filename          (ClutterMedia *media,
    -                                                         const gchar *filename);
    +                                                         const gchar *filename);
     
    @@ -85,27 +85,27 @@ struct

    Prerequisites

    ClutterMedia requires - GObject.

    + GObject.

    Properties

    -  "audio-volume"             gdouble               : Read / Write
    -  "buffer-fill"              gdouble               : Read
    -  "can-seek"                 gboolean              : Read
    -  "duration"                 gdouble               : Read
    -  "playing"                  gboolean              : Read / Write
    -  "progress"                 gdouble               : Read / Write
    -  "subtitle-font-name"       gchar*                : Read / Write
    -  "subtitle-uri"             gchar*                : Read / Write
    -  "uri"                      gchar*                : Read / Write
    +  "audio-volume"             gdouble               : Read / Write
    +  "buffer-fill"              gdouble               : Read
    +  "can-seek"                 gboolean              : Read
    +  "duration"                 gdouble               : Read
    +  "playing"                  gboolean              : Read / Write
    +  "progress"                 gdouble               : Read / Write
    +  "subtitle-font-name"       gchar*                : Read / Write
    +  "subtitle-uri"             gchar*                : Read / Write
    +  "uri"                      gchar*                : Read / Write
     

    Signals

    -  "eos"                                            : Run Last
    -  "error"                                          : Run Last
    +  "eos"                                            : Run Last
    +  "error"                                          : Run Last
     
    @@ -165,7 +165,7 @@ Interface vtable for

    clutter_media_set_uri ()

    void                clutter_media_set_uri               (ClutterMedia *media,
    -                                                         const gchar *uri);
    + const gchar *uri);

    Sets the URI of media to uri.

    @@ -188,7 +188,7 @@ Sets the URI of media to

    clutter_media_get_uri ()

    -
    gchar *             clutter_media_get_uri               (ClutterMedia *media);
    +
    gchar *             clutter_media_get_uri               (ClutterMedia *media);

    Retrieves the URI from media.

    @@ -202,7 +202,7 @@ Retrieves the URI from media.
    - @@ -213,12 +213,12 @@ to free the returned string

    clutter_media_set_playing ()

    void                clutter_media_set_playing           (ClutterMedia *media,
    -                                                         gboolean playing);
    + gboolean playing);

    Starts or stops playing of media. The implementation might be asynchronous, so the way to know whether -the actual playing state of the media is to use the "notify" +the actual playing state of the media is to use the "notify" signal on the "playing" property and then retrieve the current state with clutter_media_get_playing(). ClutterGstVideoTexture in clutter-gst is an example of such an asynchronous implementation. @@ -234,7 +234,7 @@ in clutter-gst is an example of such an asynchronous implementation.

    +TRUE to start playing
    return location for the number of returned -GParamSpecs. [out] +GParamSpecs. [out]

    Returns :

    the newly-allocated, -NULL-terminated array of GParamSpecs. Use g_free() to free the +NULL-terminated array of GParamSpecs. Use g_free() to free the resources allocated for the array. [transfer full][array length=n_pspecs]
    model = clutter_list_model_new (3,
    -                                G_TYPE_INT,      "Score",
    -                                G_TYPE_STRING,   "Team",
    +                                G_TYPE_INT,      "Score",
    +                                G_TYPE_STRING,   "Team",
                                     GDK_TYPE_PIXBUF, "Logo");

    ... :

    -n_columns number of GType and string pairs

    Returns :

    types :

    an array of GType types for the columns, from first to last. [array length=n_columns] +an array of GType types for the columns, from first to last. [array length=n_columns]

    Returns :

    the URI of the media stream. Use g_free() +the URI of the media stream. Use g_free() to free the returned string

    playing :

    -TRUE to start playing
    @@ -243,7 +243,7 @@ in clutter-gst is an example of such an asynchronous implementation.

    clutter_media_get_playing ()

    -
    gboolean            clutter_media_get_playing           (ClutterMedia *media);
    +
    gboolean            clutter_media_get_playing           (ClutterMedia *media);

    Retrieves the playing status of media.

    @@ -257,7 +257,7 @@ Retrieves the playing status of media.

    Returns :

    -TRUE if playing, FALSE if stopped. +TRUE if playing, FALSE if stopped.
    @@ -267,7 +267,7 @@ Retrieves the playing status of media.

    clutter_media_set_progress ()

    void                clutter_media_set_progress          (ClutterMedia *media,
    -                                                         gdouble progress);
    + gdouble progress);

    Sets the playback progress of media. The progress is a normalized value between 0.0 (begin) and 1.0 (end). @@ -291,7 +291,7 @@ a normalized value between 0.0 (begin) and 1.0 (end).


    clutter_media_get_progress ()

    -
    gdouble             clutter_media_get_progress          (ClutterMedia *media);
    +
    gdouble             clutter_media_get_progress          (ClutterMedia *media);

    Retrieves the playback progress of media.

    @@ -315,7 +315,7 @@ Retrieves the playback progress of media

    clutter_media_set_subtitle_uri ()

    void                clutter_media_set_subtitle_uri      (ClutterMedia *media,
    -                                                         const gchar *uri);
    + const gchar *uri);

    Sets the location of a subtitle file to display while playing media.

    @@ -338,7 +338,7 @@ Sets the location of a subtitle file to display while playing

    clutter_media_get_subtitle_uri ()

    -
    gchar *             clutter_media_get_subtitle_uri      (ClutterMedia *media);
    +
    gchar *             clutter_media_get_subtitle_uri      (ClutterMedia *media);

    Retrieves the URI of the subtitle file in use.

    @@ -352,7 +352,7 @@ Retrieves the URI of the subtitle file in use.

    Returns :

    -the URI of the subtitle file. Use g_free() +the URI of the subtitle file. Use g_free() to free the returned string @@ -367,9 +367,9 @@ to free the returned string const char *font_name);

    Sets the font used by the subtitle renderer. The font_name string must be -either NULL, which means that the default font name of the underlying +either NULL, which means that the default font name of the underlying implementation will be used; or must follow the grammar recognized by -pango_font_description_from_string() like: +pango_font_description_from_string() like:

    @@ -396,7 +396,7 @@ implementation will be used; or must follow the grammar recognized by

    font_name :

    -a font name, or NULL to set the default font name +a font name, or NULL to set the default font name
    @@ -405,7 +405,7 @@ implementation will be used; or must follow the grammar recognized by

    clutter_media_get_subtitle_font_name ()

    -
    gchar *             clutter_media_get_subtitle_font_name
    +
    gchar *             clutter_media_get_subtitle_font_name
                                                             (ClutterMedia *media);

    Retrieves the font name currently used. @@ -420,7 +420,7 @@ Retrieves the font name currently used.

    Returns :

    -a string containing the font name. Use g_free() +a string containing the font name. Use g_free() to free the returned string @@ -431,7 +431,7 @@ to free the returned string

    clutter_media_set_audio_volume ()

    void                clutter_media_set_audio_volume      (ClutterMedia *media,
    -                                                         gdouble volume);
    + gdouble volume);

    Sets the playback volume of media to volume.

    @@ -454,7 +454,7 @@ Sets the playback volume of media to

    clutter_media_get_audio_volume ()

    -
    gdouble             clutter_media_get_audio_volume      (ClutterMedia *media);
    +
    gdouble             clutter_media_get_audio_volume      (ClutterMedia *media);

    Retrieves the playback volume of media.

    @@ -477,7 +477,7 @@ Retrieves the playback volume of media.

    clutter_media_get_can_seek ()

    -
    gboolean            clutter_media_get_can_seek          (ClutterMedia *media);
    +
    gboolean            clutter_media_get_can_seek          (ClutterMedia *media);

    Retrieves whether media is seekable or not.

    @@ -492,7 +492,7 @@ Retrieves whether media is seekable or n

    Returns :

    -TRUE if media can seek, FALSE otherwise. +TRUE if media can seek, FALSE otherwise.
    @@ -501,7 +501,7 @@ Retrieves whether media is seekable or n

    clutter_media_get_buffer_fill ()

    -
    gdouble             clutter_media_get_buffer_fill       (ClutterMedia *media);
    +
    gdouble             clutter_media_get_buffer_fill       (ClutterMedia *media);

    Retrieves the amount of the stream that is buffered.

    @@ -524,7 +524,7 @@ Retrieves the amount of the stream that is buffered.

    clutter_media_get_duration ()

    -
    gdouble             clutter_media_get_duration          (ClutterMedia *media);
    +
    gdouble             clutter_media_get_duration          (ClutterMedia *media);

    Retrieves the duration of the media stream that media represents.

    @@ -548,7 +548,7 @@ Retrieves the duration of the media stream that medi

    clutter_media_set_filename ()

    void                clutter_media_set_filename          (ClutterMedia *media,
    -                                                         const gchar *filename);
    + const gchar *filename);

    Sets the source of media using a file path.

    @@ -573,7 +573,7 @@ Sets the source of media using a file pa

    Property Details

    The "audio-volume" property

    -
      "audio-volume"             gdouble               : Read / Write
    +
      "audio-volume"             gdouble               : Read / Write

    The volume of the audio, as a normalized value between 0.0 and 1.0. @@ -585,7 +585,7 @@ The volume of the audio, as a normalized value between


    The "buffer-fill" property

    -
      "buffer-fill"              gdouble               : Read
    +
      "buffer-fill"              gdouble               : Read

    The fill level of the buffer for the current stream, as a value between 0.0 and 1.0. @@ -597,7 +597,7 @@ as a value between 0.0 and 1.0.


    The "can-seek" property

    -
      "can-seek"                 gboolean              : Read
    +
      "can-seek"                 gboolean              : Read

    Whether the current stream is seekable.

    @@ -607,7 +607,7 @@ Whether the current stream is seekable.

    The "duration" property

    -
      "duration"                 gdouble               : Read
    +
      "duration"                 gdouble               : Read

    The duration of the current stream, in seconds

    @@ -618,7 +618,7 @@ The duration of the current stream, in seconds

    The "playing" property

    -
      "playing"                  gboolean              : Read / Write
    +
      "playing"                  gboolean              : Read / Write

    Whether the ClutterMedia actor is playing.

    @@ -628,7 +628,7 @@ Whether the

    The "progress" property

    -
      "progress"                 gdouble               : Read / Write
    +
      "progress"                 gdouble               : Read / Write

    The current progress of the playback, as a normalized value between 0.0 and 1.0. @@ -640,11 +640,11 @@ value between 0.0 and 1.0.


    The "subtitle-font-name" property

    -
      "subtitle-font-name"       gchar*                : Read / Write
    +
      "subtitle-font-name"       gchar*                : Read / Write

    The font used to display subtitles. The font description has to follow the same grammar as the one recognized by -pango_font_description_from_string(). +pango_font_description_from_string().

    Default value: NULL

    Since 1.2

    @@ -652,7 +652,7 @@ follow the same grammar as the one recognized by

    The "subtitle-uri" property

    -
      "subtitle-uri"             gchar*                : Read / Write
    +
      "subtitle-uri"             gchar*                : Read / Write

    The location of a subtitle file, expressed as a valid URI.

    @@ -662,7 +662,7 @@ The location of a subtitle file, expressed as a valid URI.

    The "uri" property

    -
      "uri"                      gchar*                : Read / Write
    +
      "uri"                      gchar*                : Read / Write

    The location of a media file, expressed as a valid URI.

    @@ -675,7 +675,7 @@ The location of a media file, expressed as a valid URI.

    The "eos" signal

    void                user_function                      (ClutterMedia *media,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::eos signal is emitted each time the media stream ends.

    @@ -698,8 +698,8 @@ The ::eos signal is emitted each time the media stream ends.

    The "error" signal

    void                user_function                      (ClutterMedia *media,
    -                                                        GError       *error,
    -                                                        gpointer      user_data)      : Run Last
    + GError *error, + gpointer user_data) : Run Last

    The ::error signal is emitted each time an error occurred.

    @@ -712,7 +712,7 @@ The ::error signal is emitted each time an error occurred.

    error :

    -the GError +the GError diff --git a/doc/reference/clutter/html/ClutterModel.html b/doc/reference/clutter/html/ClutterModel.html index 8cd59f0..4ff9272 100644 --- a/doc/reference/clutter/html/ClutterModel.html +++ b/doc/reference/clutter/html/ClutterModel.html @@ -48,87 +48,87 @@
    struct              ClutterModel;
     struct              ClutterModelClass;
     void                clutter_model_set_names             (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         const gchar * const names[]);
    +                                                         guint n_columns,
    +                                                         const gchar * const names[]);
     void                clutter_model_set_types             (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         GType *types);
    -const gchar *       clutter_model_get_column_name       (ClutterModel *model,
    -                                                         guint column);
    -GType               clutter_model_get_column_type       (ClutterModel *model,
    -                                                         guint column);
    -guint               clutter_model_get_n_columns         (ClutterModel *model);
    -guint               clutter_model_get_n_rows            (ClutterModel *model);
    +                                                         guint n_columns,
    +                                                         GType *types);
    +const gchar *       clutter_model_get_column_name       (ClutterModel *model,
    +                                                         guint column);
    +GType               clutter_model_get_column_type       (ClutterModel *model,
    +                                                         guint column);
    +guint               clutter_model_get_n_columns         (ClutterModel *model);
    +guint               clutter_model_get_n_rows            (ClutterModel *model);
     
     void                clutter_model_append                (ClutterModel *model,
                                                              ...);
     void                clutter_model_appendv               (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    +                                                         guint n_columns,
    +                                                         guint *columns,
    +                                                         GValue *values);
     void                clutter_model_prepend               (ClutterModel *model,
                                                              ...);
     void                clutter_model_prependv              (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    +                                                         guint n_columns,
    +                                                         guint *columns,
    +                                                         GValue *values);
     void                clutter_model_insert                (ClutterModel *model,
    -                                                         guint row,
    +                                                         guint row,
                                                              ...);
     void                clutter_model_insertv               (ClutterModel *model,
    -                                                         guint row,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    +                                                         guint row,
    +                                                         guint n_columns,
    +                                                         guint *columns,
    +                                                         GValue *values);
     void                clutter_model_insert_value          (ClutterModel *model,
    -                                                         guint row,
    -                                                         guint column,
    -                                                         const GValue *value);
    +                                                         guint row,
    +                                                         guint column,
    +                                                         const GValue *value);
     void                clutter_model_remove                (ClutterModel *model,
    -                                                         guint row);
    +                                                         guint row);
     
    -gboolean            (*ClutterModelForeachFunc)          (ClutterModel *model,
    +gboolean            (*ClutterModelForeachFunc)          (ClutterModel *model,
                                                              ClutterModelIter *iter,
    -                                                         gpointer user_data);
    +                                                         gpointer user_data);
     void                clutter_model_foreach               (ClutterModel *model,
                                                              ClutterModelForeachFunc func,
    -                                                         gpointer user_data);
    +                                                         gpointer user_data);
     void                clutter_model_set_sorting_column    (ClutterModel *model,
    -                                                         gint column);
    -gint                clutter_model_get_sorting_column    (ClutterModel *model);
    -gint                (*ClutterModelSortFunc)             (ClutterModel *model,
    -                                                         const GValue *a,
    -                                                         const GValue *b,
    -                                                         gpointer user_data);
    +                                                         gint column);
    +gint                clutter_model_get_sorting_column    (ClutterModel *model);
    +gint                (*ClutterModelSortFunc)             (ClutterModel *model,
    +                                                         const GValue *a,
    +                                                         const GValue *b,
    +                                                         gpointer user_data);
     void                clutter_model_set_sort              (ClutterModel *model,
    -                                                         gint column,
    +                                                         gint column,
                                                              ClutterModelSortFunc func,
    -                                                         gpointer user_data,
    -                                                         GDestroyNotify notify);
    +                                                         gpointer user_data,
    +                                                         GDestroyNotify notify);
     void                clutter_model_resort                (ClutterModel *model);
    -gboolean            (*ClutterModelFilterFunc)           (ClutterModel *model,
    +gboolean            (*ClutterModelFilterFunc)           (ClutterModel *model,
                                                              ClutterModelIter *iter,
    -                                                         gpointer user_data);
    +                                                         gpointer user_data);
     void                clutter_model_set_filter            (ClutterModel *model,
                                                              ClutterModelFilterFunc func,
    -                                                         gpointer user_data,
    -                                                         GDestroyNotify notify);
    -gboolean            clutter_model_get_filter_set        (ClutterModel *model);
    -gboolean            clutter_model_filter_iter           (ClutterModel *model,
    +                                                         gpointer user_data,
    +                                                         GDestroyNotify notify);
    +gboolean            clutter_model_get_filter_set        (ClutterModel *model);
    +gboolean            clutter_model_filter_iter           (ClutterModel *model,
                                                              ClutterModelIter *iter);
    -gboolean            clutter_model_filter_row            (ClutterModel *model,
    -                                                         guint row);
    +gboolean            clutter_model_filter_row            (ClutterModel *model,
    +                                                         guint row);
     
     ClutterModelIter *  clutter_model_get_first_iter        (ClutterModel *model);
     ClutterModelIter *  clutter_model_get_last_iter         (ClutterModel *model);
     ClutterModelIter *  clutter_model_get_iter_at_row       (ClutterModel *model,
    -                                                         guint row);
    +                                                         guint row);
     

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterModel
              +----ClutterListModel
     
    @@ -142,17 +142,17 @@ ClutterModel implements

    Properties

    -  "filter-set"               gboolean              : Read
    +  "filter-set"               gboolean              : Read
     

    Signals

    -  "filter-changed"                                 : Run Last
    -  "row-added"                                      : Run Last
    -  "row-changed"                                    : Run Last
    -  "row-removed"                                    : Run Last
    -  "sort-changed"                                   : Run Last
    +  "filter-changed"                                 : Run Last
    +  "row-added"                                      : Run Last
    +  "row-changed"                                    : Run Last
    +  "row-removed"                                    : Run Last
    +  "sort-changed"                                   : Run Last
     
    @@ -214,16 +214,16 @@ Creating a simple clutter model: model = clutter_model_default_new (N_COLUMNS, /* column type, column title */ - G_TYPE_INT, "my integers", - G_TYPE_STRING, "my strings"); + G_TYPE_INT, "my integers", + G_TYPE_STRING, "my strings"); for (i = 0; i < 10; i++) { - gchar *string = g_strdup_printf ("String %d", i); + gchar *string = g_strdup_printf ("String %d", i); clutter_model_append (model, COLUMN_INT, i, COLUMN_STRING, string, -1); - g_free (string); + g_free (string); } @@ -291,7 +291,7 @@ Iterating a { ClutterModel *model; - ClutterModelIter *iter = NULL; + ClutterModelIter *iter = NULL; /* Fill the model */ model = populate_model (); @@ -306,7 +306,7 @@ Iterating a } /* Make sure to unref the iter */ - g_object_unref (iter); + g_object_unref (iter); } @@ -482,13 +482,13 @@ sorting function

    clutter_model_set_names ()

    void                clutter_model_set_names             (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         const gchar * const names[]);
    + guint n_columns, + const gchar * const names[]);

    Assigns a name to the columns of a ClutterModel.

    -This function is meant primarily for GObjects that inherit from +This function is meant primarily for GObjects that inherit from ClutterModel, and should only be used when contructing a ClutterModel. It will not work after the initial creation of the ClutterModel.

    @@ -517,13 +517,13 @@ It will not work after the initial creation of the

    clutter_model_set_types ()

    void                clutter_model_set_types             (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         GType *types);
    + guint n_columns, + GType *types);

    Sets the types of the columns inside a ClutterModel.

    -This function is meant primarily for GObjects that inherit from +This function is meant primarily for GObjects that inherit from ClutterModel, and should only be used when contructing a ClutterModel. It will not work after the initial creation of the ClutterModel.

    @@ -541,7 +541,7 @@ It will not work after the initial creation of the types :

    -an array of GType types. [array length=n_columns] +an array of
    GType types. [array length=n_columns] @@ -551,8 +551,8 @@ It will not work after the initial creation of the

    clutter_model_get_column_name ()

    -
    const gchar *       clutter_model_get_column_name       (ClutterModel *model,
    -                                                         guint column);
    +
    const gchar *       clutter_model_get_column_name       (ClutterModel *model,
    +                                                         guint column);

    Retrieves the name of the column

    @@ -579,8 +579,8 @@ string, and it should not be modified or freed

    clutter_model_get_column_type ()

    -
    GType               clutter_model_get_column_type       (ClutterModel *model,
    -                                                         guint column);
    +
    GType               clutter_model_get_column_type       (ClutterModel *model,
    +                                                         guint column);

    Retrieves the type of the column.

    @@ -606,7 +606,7 @@ Retrieves the type of the column.

    clutter_model_get_n_columns ()

    -
    guint               clutter_model_get_n_columns         (ClutterModel *model);
    +
    guint               clutter_model_get_n_columns         (ClutterModel *model);

    Retrieves the number of columns inside model.

    @@ -629,7 +629,7 @@ Retrieves the number of columns inside model<

    clutter_model_get_n_rows ()

    -
    guint               clutter_model_get_n_rows            (ClutterModel *model);
    +
    guint               clutter_model_get_n_rows            (ClutterModel *model);

    Retrieves the number of rows inside model, eventually taking into account any filtering function set using clutter_model_set_filter(). @@ -659,7 +659,7 @@ the length of the filtered model is retu

    Creates and appends a new row to the ClutterModel, setting the row values upon creation. For example, to append a new row where -column 0 is type G_TYPE_INT and column 1 is of type G_TYPE_STRING: +column 0 is type G_TYPE_INT and column 1 is of type G_TYPE_STRING:

    @@ -674,8 +674,8 @@ column 0 is type G_TYPE_INT and column 1 is of type 5
    ClutterModel *model;
     model = clutter_model_default_new (2,
    -                                   G_TYPE_INT,    "Score",
    -                                   G_TYPE_STRING, "Team");
    +                                   G_TYPE_INT,    "Score",
    +                                   G_TYPE_STRING, "Team");
     clutter_model_append (model, 0, 42, 1, "Team <GTKDOCLINK HREF="1:CAPS">1</GTKDOCLINK>", -1);
    @@ -704,9 +704,9 @@ column 0 is type G_TYPE_INT and column 1 is of type

    clutter_model_appendv ()

    void                clutter_model_appendv               (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    + guint n_columns, + guint *columns, + GValue *values);

    Creates and appends a new row to the ClutterModel, setting the row values for the given columns upon creation. @@ -745,7 +745,7 @@ values for the given columns upon creati

    Creates and prepends a new row to the ClutterModel, setting the row values upon creation. For example, to prepend a new row where column 0 -is type G_TYPE_INT and column 1 is of type G_TYPE_STRING: +is type G_TYPE_INT and column 1 is of type G_TYPE_STRING:

    @@ -760,8 +760,8 @@ is type G_TYPE_INT and column 1 is of type
    ClutterModel *model;
     model = clutter_model_default_new (2,
    -                                   G_TYPE_INT,    "Score",
    -                                   G_TYPE_STRING, "Team");
    +                                   G_TYPE_INT,    "Score",
    +                                   G_TYPE_STRING, "Team");
     clutter_model_prepend (model, 0, 42, 1, "Team <GTKDOCLINK HREF="1:CAPS">1</GTKDOCLINK>", -1);
    @@ -790,9 +790,9 @@ is type G_TYPE_INT and column 1 is of type

    clutter_model_prependv ()

    void                clutter_model_prependv              (ClutterModel *model,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    + guint n_columns, + guint *columns, + GValue *values);

    Creates and prepends a new row to the ClutterModel, setting the row values for the given columns upon creation. @@ -827,13 +827,13 @@ values for the given columns upon creati

    clutter_model_insert ()

    void                clutter_model_insert                (ClutterModel *model,
    -                                                         guint row,
    +                                                         guint row,
                                                              ...);

    Inserts a new row to the ClutterModel at row, setting the row values upon creation. For example, to insert a new row at index 100, -where column 0 is type G_TYPE_INT and column 1 is of type -G_TYPE_STRING: +where column 0 is type G_TYPE_INT and column 1 is of type +G_TYPE_STRING:

    @@ -848,8 +848,8 @@ where column 0 is type G_TYPE_INT and column 1 is o 5
    ClutterModel *model;
     model = clutter_model_default_new (2,
    -                                   G_TYPE_INT,    "Score",
    -                                   G_TYPE_STRING, "Team");
    +                                   G_TYPE_INT,    "Score",
    +                                   G_TYPE_STRING, "Team");
     clutter_model_insert (model, 3, 0, 42, 1, "Team <GTKDOCLINK HREF="1:CAPS">1</GTKDOCLINK>", -1);
    @@ -882,10 +882,10 @@ where column 0 is type G_TYPE_INT and column 1 is o

    clutter_model_insertv ()

    void                clutter_model_insertv               (ClutterModel *model,
    -                                                         guint row,
    -                                                         guint n_columns,
    -                                                         guint *columns,
    -                                                         GValue *values);
    + guint row, + guint n_columns, + guint *columns, + GValue *values);

    Inserts data at row into the ClutterModel, setting the row values for the given columns upon creation. @@ -924,9 +924,9 @@ values for the given columns upon creati

    clutter_model_insert_value ()

    void                clutter_model_insert_value          (ClutterModel *model,
    -                                                         guint row,
    -                                                         guint column,
    -                                                         const GValue *value);
    + guint row, + guint column, + const GValue *value);

    Sets the data in the cell specified by iter and column. The type of value must be convertable to the type of the column. If the row does @@ -960,7 +960,7 @@ not exist then it is created.

    clutter_model_remove ()

    void                clutter_model_remove                (ClutterModel *model,
    -                                                         guint row);
    + guint row);

    Removes the row at the given position from the model.

    @@ -983,9 +983,9 @@ Removes the row at the given position from the model.

    ClutterModelForeachFunc ()

    -
    gboolean            (*ClutterModelForeachFunc)          (ClutterModel *model,
    +
    gboolean            (*ClutterModelForeachFunc)          (ClutterModel *model,
                                                              ClutterModelIter *iter,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Iterates on the content of a row in the model

    @@ -1009,7 +1009,7 @@ Iterates on the content of a row in the model

    Returns :

    -TRUE if the iteration should continue, FALSE otherwise +TRUE if the iteration should continue, FALSE otherwise
    @@ -1020,7 +1020,7 @@ Iterates on the content of a row in the model

    clutter_model_foreach ()

    void                clutter_model_foreach               (ClutterModel *model,
                                                              ClutterModelForeachFunc func,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Calls func for each row in the model.

    @@ -1050,7 +1050,7 @@ Calls func for each row in the model.

    clutter_model_set_sorting_column ()

    void                clutter_model_set_sorting_column    (ClutterModel *model,
    -                                                         gint column);
    + gint column);

    Sets the model to sort by column. If column is a negative value the sorting column will be unset. @@ -1074,7 +1074,7 @@ the sorting column will be unset.


    clutter_model_get_sorting_column ()

    -
    gint                clutter_model_get_sorting_column    (ClutterModel *model);
    +
    gint                clutter_model_get_sorting_column    (ClutterModel *model);

    Retrieves the number of column used for sorting the model.

    @@ -1097,10 +1097,10 @@ Retrieves the number of column used for sorting the

    ClutterModelSortFunc ()

    -
    gint                (*ClutterModelSortFunc)             (ClutterModel *model,
    -                                                         const GValue *a,
    -                                                         const GValue *b,
    -                                                         gpointer user_data);
    +
    gint                (*ClutterModelSortFunc)             (ClutterModel *model,
    +                                                         const GValue *a,
    +                                                         const GValue *b,
    +                                                         gpointer user_data);

    Compares the content of two rows in the model.

    @@ -1114,11 +1114,11 @@ Compares the content of two rows in the model.

    a :

    -a GValue representing the contents of the row +a GValue representing the contents of the row

    b :

    -a GValue representing the contents of the second row +a GValue representing the contents of the second row

    user_data :

    @@ -1138,10 +1138,10 @@ Compares the content of two rows in the model.

    clutter_model_set_sort ()

    void                clutter_model_set_sort              (ClutterModel *model,
    -                                                         gint column,
    +                                                         gint column,
                                                              ClutterModelSortFunc func,
    -                                                         gpointer user_data,
    -                                                         GDestroyNotify notify);
    + gpointer user_data, + GDestroyNotify notify);

    Sorts model using the given sorting function.

    @@ -1159,17 +1159,17 @@ Sorts model using the given sorting func

    func :

    -a ClutterModelSortFunc, or NULL. [allow-none] +a ClutterModelSortFunc, or NULL. [allow-none]

    user_data :

    -user data to pass to func, or NULL +user data to pass to func, or NULL

    notify :

    -destroy notifier of user_data, or NULL +destroy notifier of user_data, or NULL @@ -1197,9 +1197,9 @@ used by subclasses of

    ClutterModelFilterFunc ()

    -
    gboolean            (*ClutterModelFilterFunc)           (ClutterModel *model,
    +
    gboolean            (*ClutterModelFilterFunc)           (ClutterModel *model,
                                                              ClutterModelIter *iter,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Filters the content of a row in the model.

    @@ -1222,7 +1222,7 @@ Filters the content of a row in the model.

    Returns :

    -If the row should be displayed, return TRUE +If the row should be displayed, return TRUE @@ -1234,8 +1234,8 @@ Filters the content of a row in the model.

    clutter_model_set_filter ()

    void                clutter_model_set_filter            (ClutterModel *model,
                                                              ClutterModelFilterFunc func,
    -                                                         gpointer user_data,
    -                                                         GDestroyNotify notify);
    + gpointer user_data, + GDestroyNotify notify);

    Filters the model using the given filtering function.

    @@ -1249,17 +1249,17 @@ Filters the model using the given filter

    func :

    -a ClutterModelFilterFunc, or NULL. [allow-none] +a ClutterModelFilterFunc, or NULL. [allow-none]

    user_data :

    -user data to pass to func, or NULL +user data to pass to func, or NULL

    notify :

    -destroy notifier of user_data, or NULL +destroy notifier of user_data, or NULL @@ -1269,7 +1269,7 @@ Filters the model using the given filter

    clutter_model_get_filter_set ()

    -
    gboolean            clutter_model_get_filter_set        (ClutterModel *model);
    +
    gboolean            clutter_model_get_filter_set        (ClutterModel *model);

    Returns whether the model has a filter in place, set using clutter_model_set_filter() @@ -1285,7 +1285,7 @@ using Returns :

    -TRUE if a filter is set +TRUE if a filter is set
    @@ -1294,7 +1294,7 @@ using

    clutter_model_filter_iter ()

    -
    gboolean            clutter_model_filter_iter           (ClutterModel *model,
    +
    gboolean            clutter_model_filter_iter           (ClutterModel *model,
                                                              ClutterModelIter *iter);

    Checks whether the row pointer by iter should be filtered or not using @@ -1318,8 +1318,8 @@ This function should be used only by subclasses of Returns :

    -TRUE if the row should be displayed, -FALSE otherwise +TRUE if the row should be displayed, +FALSE otherwise
    @@ -1328,8 +1328,8 @@ This function should be used only by subclasses of

    clutter_model_filter_row ()

    -
    gboolean            clutter_model_filter_row            (ClutterModel *model,
    -                                                         guint row);
    +
    gboolean            clutter_model_filter_row            (ClutterModel *model,
    +                                                         guint row);

    Checks whether row should be filtered or not using the filtering function set on model. @@ -1352,8 +1352,8 @@ This function should be used only by subclasses of Returns :

    -TRUE if the row should be displayed, -FALSE otherwise +TRUE if the row should be displayed, +FALSE otherwise
    @@ -1378,7 +1378,7 @@ row in model.

    Returns :

    A new ClutterModelIter. -Call g_object_unref() when done using it. [transfer full] +Call g_object_unref() when done using it. [transfer full] @@ -1404,7 +1404,7 @@ row in model.

    Returns :

    A new ClutterModelIter. -Call g_object_unref() when done using it. [transfer full] +Call g_object_unref() when done using it. [transfer full] @@ -1415,7 +1415,7 @@ Call g_object_unref() when done using it.

    clutter_model_get_iter_at_row ()

    ClutterModelIter *  clutter_model_get_iter_at_row       (ClutterModel *model,
    -                                                         guint row);
    + guint row);

    Retrieves a ClutterModelIter representing the row at the given index.

    @@ -1438,8 +1438,8 @@ row.

    Returns :

    -A new ClutterModelIter, or NULL if row was -out of bounds. When done using the iterator object, call g_object_unref() +A new ClutterModelIter, or NULL if row was +out of bounds. When done using the iterator object, call g_object_unref() to deallocate its resources. [transfer full] @@ -1452,12 +1452,12 @@ to deallocate its resources. [

    Property Details

    The "filter-set" property

    -
      "filter-set"               gboolean              : Read
    +
      "filter-set"               gboolean              : Read

    Whether the ClutterModel has a filter set

    -This property is set to TRUE if a filter function has been +This property is set to TRUE if a filter function has been set using clutter_model_set_filter()

    Default value: FALSE

    @@ -1469,7 +1469,7 @@ set using

    The "filter-changed" signal

    void                user_function                      (ClutterModel *model,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::filter-changed signal is emitted when a new filter has been applied

    @@ -1493,7 +1493,7 @@ The ::filter-changed signal is emitted when a new filter has been applied

    The "row-added" signal

    void                user_function                      (ClutterModel     *model,
                                                             ClutterModelIter *iter,
    -                                                        gpointer          user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::row-added signal is emitted when a new row has been added. The data on the row has already been set when the ::row-added signal @@ -1523,7 +1523,7 @@ has been emitted.

    The "row-changed" signal

    void                user_function                      (ClutterModel     *model,
                                                             ClutterModelIter *iter,
    -                                                        gpointer          user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::row-removed signal is emitted when a row has been changed. The data on the row has already been updated when the ::row-changed @@ -1553,7 +1553,7 @@ signal has been emitted.

    The "row-removed" signal

    void                user_function                      (ClutterModel     *model,
                                                             ClutterModelIter *iter,
    -                                                        gpointer          user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::row-removed signal is emitted when a row has been removed. The data on the row pointed by the passed iterator is still valid @@ -1582,7 +1582,7 @@ when the ::row-removed signal has been emitted.

    The "sort-changed" signal

    void                user_function                      (ClutterModel *model,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::sort-changed signal is emitted after the model has been sorted

    diff --git a/doc/reference/clutter/html/ClutterModelIter.html b/doc/reference/clutter/html/ClutterModelIter.html index 461f9e7..e5a2efe 100644 --- a/doc/reference/clutter/html/ClutterModelIter.html +++ b/doc/reference/clutter/html/ClutterModelIter.html @@ -50,29 +50,29 @@ struct void clutter_model_iter_get_valist (ClutterModelIter *iter, va_list args); void clutter_model_iter_get_value (ClutterModelIter *iter, - guint column, - GValue *value); + guint column, + GValue *value); void clutter_model_iter_set (ClutterModelIter *iter, ...); void clutter_model_iter_set_valist (ClutterModelIter *iter, va_list args); void clutter_model_iter_set_value (ClutterModelIter *iter, - guint column, - const GValue *value); + guint column, + const GValue *value); -gboolean clutter_model_iter_is_first (ClutterModelIter *iter); -gboolean clutter_model_iter_is_last (ClutterModelIter *iter); +gboolean clutter_model_iter_is_first (ClutterModelIter *iter); +gboolean clutter_model_iter_is_last (ClutterModelIter *iter); ClutterModelIter * clutter_model_iter_next (ClutterModelIter *iter); ClutterModelIter * clutter_model_iter_prev (ClutterModelIter *iter); ClutterModel * clutter_model_iter_get_model (ClutterModelIter *iter); -guint clutter_model_iter_get_row (ClutterModelIter *iter); +guint clutter_model_iter_get_row (ClutterModelIter *iter);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterModelIter
     
    @@ -80,7 +80,7 @@ struct

    Properties

       "model"                    ClutterModel*         : Read / Write
    -  "row"                      guint                 : Read / Write
    +  "row"                      guint                 : Read / Write
     
    @@ -213,7 +213,7 @@ Copies the passed iterator.

    Returns :

    -a copy of the iterator, or NULL. [transfer full] +a copy of the iterator, or NULL. [transfer full] @@ -232,7 +232,7 @@ column number followed by a place to store the value being retrieved. The list is terminated by a -1.

    -For example, to get a value from column 0 with type G_TYPE_STRING use: +For example, to get a value from column 0 with type G_TYPE_STRING use:

    @@ -296,11 +296,11 @@ bindings.

    clutter_model_iter_get_value ()

    void                clutter_model_iter_get_value        (ClutterModelIter *iter,
    -                                                         guint column,
    -                                                         GValue *value);
    + guint column, + GValue *value);

    Sets an initializes value to that at column. When done with value, -g_value_unset() needs to be called to free any allocated memory. +g_value_unset() needs to be called to free any allocated memory.

    @@ -316,7 +316,7 @@ Sets an initializes value to that at - @@ -335,7 +335,7 @@ column number followed by the value to be set. The list is terminated by a -1.

    -For example, to set column 0 with type G_TYPE_STRING, use: +For example, to set column 0 with type G_TYPE_STRING, use:

    value :

    an empty GValue to set. [out] +an empty GValue to set. [out]
    @@ -395,8 +395,8 @@ bindings.

    clutter_model_iter_set_value ()

    void                clutter_model_iter_set_value        (ClutterModelIter *iter,
    -                                                         guint column,
    -                                                         const GValue *value);
    + guint column, + const GValue *value);

    Sets the data in the cell specified by iter and column. The type of value must be convertable to the type of the column. @@ -424,7 +424,7 @@ Sets the data in the cell specified by iter

    clutter_model_iter_is_first ()

    -
    gboolean            clutter_model_iter_is_first         (ClutterModelIter *iter);
    +
    gboolean            clutter_model_iter_is_first         (ClutterModelIter *iter);

    Gets whether the current iterator is at the beginning of the model to which it belongs. @@ -440,7 +440,7 @@ to which it belongs.

    +TRUE if iter is the first iter in the filtered model

    Returns :

    -TRUE if iter is the first iter in the filtered model
    @@ -449,7 +449,7 @@ to which it belongs.

    clutter_model_iter_is_last ()

    -
    gboolean            clutter_model_iter_is_last          (ClutterModelIter *iter);
    +
    gboolean            clutter_model_iter_is_last          (ClutterModelIter *iter);

    Gets whether the iterator is at the end of the model to which it belongs. @@ -465,7 +465,7 @@ belongs.

    Returns :

    -TRUE if iter is the last iter in the filtered model. +TRUE if iter is the last iter in the filtered model.
    @@ -552,7 +552,7 @@ Retrieves a pointer to the

    clutter_model_iter_get_row ()

    -
    guint               clutter_model_iter_get_row          (ClutterModelIter *iter);
    +
    guint               clutter_model_iter_get_row          (ClutterModelIter *iter);

    Retrieves the position of the row that the iter points to.

    @@ -586,7 +586,7 @@ A reference to the

    The "row" property

    -
      "row"                      guint                 : Read / Write
    +
      "row"                      guint                 : Read / Write

    The row number to which this iter points to.

    diff --git a/doc/reference/clutter/html/ClutterOffscreenEffect.html b/doc/reference/clutter/html/ClutterOffscreenEffect.html index b3d0b23..92d09e2 100644 --- a/doc/reference/clutter/html/ClutterOffscreenEffect.html +++ b/doc/reference/clutter/html/ClutterOffscreenEffect.html @@ -46,21 +46,21 @@ struct ClutterOffscreenEffect *effect
    ); CoglHandle clutter_offscreen_effect_create_texture (ClutterOffscreenEffect *effect, - gfloat width, - gfloat height); + gfloat width, + gfloat height); void clutter_offscreen_effect_paint_target (ClutterOffscreenEffect *effect); -gboolean clutter_offscreen_effect_get_target_size +gboolean clutter_offscreen_effect_get_target_size (ClutterOffscreenEffect *effect, - gfloat *width, - gfloat *height); + gfloat *width, + gfloat *height);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterEffect
                          +----ClutterOffscreenEffect
    @@ -175,7 +175,7 @@ returned material might change between different frames.
     
     
     

    Returns :

    -a CoglMaterial or NULL. The +a CoglMaterial or NULL. The returned material is owned by Clutter and it should not be modified or freed. [transfer none] @@ -225,8 +225,8 @@ modified or freed. [

    clutter_offscreen_effect_create_texture ()

    CoglHandle          clutter_offscreen_effect_create_texture
                                                             (ClutterOffscreenEffect *effect,
    -                                                         gfloat width,
    -                                                         gfloat height);
    + gfloat width, + gfloat height);

    Calls the create_texture() virtual function of the effect

    @@ -278,10 +278,10 @@ Calls the paint_target() virtual function of the <

    clutter_offscreen_effect_get_target_size ()

    -
    gboolean            clutter_offscreen_effect_get_target_size
    +
    gboolean            clutter_offscreen_effect_get_target_size
                                                             (ClutterOffscreenEffect *effect,
    -                                                         gfloat *width,
    -                                                         gfloat *height);
    + gfloat *width, + gfloat *height);

    Retrieves the size of the offscreen buffer used by effect to paint the actor to which it has been applied. @@ -301,19 +301,19 @@ virtual function.

    width :

    -return location for the target width, or NULL. [out] +return location for the target width, or NULL. [out]

    height :

    -return location for the target height, or NULL. [out] +return location for the target height, or NULL. [out]

    Returns :

    -TRUE if the offscreen buffer has a valid size, -and FALSE otherwise +TRUE if the offscreen buffer has a valid size, +and FALSE otherwise
    diff --git a/doc/reference/clutter/html/ClutterPageTurnEffect.html b/doc/reference/clutter/html/ClutterPageTurnEffect.html index 104600c..6fefd89 100644 --- a/doc/reference/clutter/html/ClutterPageTurnEffect.html +++ b/doc/reference/clutter/html/ClutterPageTurnEffect.html @@ -42,25 +42,25 @@

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterEffect
                          +----ClutterOffscreenEffect
    @@ -71,9 +71,9 @@
     

    Properties

    -  "angle"                    gdouble               : Read / Write
    -  "period"                   gdouble               : Read / Write
    -  "radius"                   gfloat                : Read / Write
    +  "angle"                    gdouble               : Read / Write
    +  "period"                   gdouble               : Read / Write
    +  "radius"                   gfloat                : Read / Write
     
    @@ -99,9 +99,9 @@ whose members can only be accessed using the provided API

    clutter_page_turn_effect_new ()

    -
    ClutterEffect *     clutter_page_turn_effect_new        (gdouble period,
    -                                                         gdouble angle,
    -                                                         gfloat radius);
    +
    ClutterEffect *     clutter_page_turn_effect_new        (gdouble period,
    +                                                         gdouble angle,
    +                                                         gfloat radius);

    Creates a new ClutterPageTurnEffect instance with the given parameters

    @@ -133,7 +133,7 @@ Creates a new

    clutter_page_turn_effect_set_period ()

    void                clutter_page_turn_effect_set_period (ClutterPageTurnEffect *effect,
    -                                                         gdouble period);
    + gdouble period);

    Sets the period of the page curling, between 0.0 (no curling) and 1.0 (fully curled) @@ -157,7 +157,7 @@ and 1.0 (fully curled)


    clutter_page_turn_effect_get_period ()

    -
    gdouble             clutter_page_turn_effect_get_period (ClutterPageTurnEffect *effect);
    +
    gdouble             clutter_page_turn_effect_get_period (ClutterPageTurnEffect *effect);

    Retrieves the value set using clutter_page_turn_effect_get_period()

    @@ -181,7 +181,7 @@ Retrieves the value set using

    clutter_page_turn_effect_set_angle ()

    void                clutter_page_turn_effect_set_angle  (ClutterPageTurnEffect *effect,
    -                                                         gdouble angle);
    + gdouble angle);

    Sets the angle of the page curling, in degrees

    @@ -203,7 +203,7 @@ Sets the angle of the page curling, in degrees

    clutter_page_turn_effect_get_angle ()

    -
    gdouble             clutter_page_turn_effect_get_angle  (ClutterPageTurnEffect *effect);
    +
    gdouble             clutter_page_turn_effect_get_angle  (ClutterPageTurnEffect *effect);

    Retrieves the value set using clutter_page_turn_effect_get_angle()

    @@ -226,7 +226,7 @@ Retrieves the value set using

    clutter_page_turn_effect_set_radius ()

    void                clutter_page_turn_effect_set_radius (ClutterPageTurnEffect *effect,
    -                                                         gfloat radius);
    + gfloat radius);

    Sets the radius of the page curling

    @@ -248,7 +248,7 @@ Sets the radius of the page curling

    clutter_page_turn_effect_get_radius ()

    -
    gfloat              clutter_page_turn_effect_get_radius (ClutterPageTurnEffect *effect);
    +
    gfloat              clutter_page_turn_effect_get_radius (ClutterPageTurnEffect *effect);

    Retrieves the value set using clutter_page_turn_effect_set_radius()

    @@ -273,7 +273,7 @@ Retrieves the value set using

    Property Details

    The "angle" property

    -
      "angle"                    gdouble               : Read / Write
    +
      "angle"                    gdouble               : Read / Write

    The angle of the page rotation, in degrees, between 0.0 and 360.0

    @@ -284,7 +284,7 @@ The angle of the page rotation, in degrees, between 0.0 and 360.0

    The "period" property

    -
      "period"                   gdouble               : Read / Write
    +
      "period"                   gdouble               : Read / Write

    The period of the page turn, between 0.0 (no curling) and 1.0 (fully curled) @@ -296,7 +296,7 @@ The period of the page turn, between 0.0 (no curling) and


    The "radius" property

    -
      "radius"                   gfloat                : Read / Write
    +
      "radius"                   gfloat                : Read / Write

    The radius of the page curl, in pixels

    diff --git a/doc/reference/clutter/html/ClutterPath.html b/doc/reference/clutter/html/ClutterPath.html index f616ce7..1903d6c 100644 --- a/doc/reference/clutter/html/ClutterPath.html +++ b/doc/reference/clutter/html/ClutterPath.html @@ -45,92 +45,92 @@ and bezier curves.

                        ClutterPath;
     struct              ClutterPathClass;
     void                (*ClutterPathCallback)              (const ClutterPathNode *node,
    -                                                         gpointer data);
    +                                                         gpointer data);
     enum                ClutterPathNodeType;
     ClutterPath *       clutter_path_new                    (void);
    -ClutterPath *       clutter_path_new_with_description   (const gchar *desc);
    +ClutterPath *       clutter_path_new_with_description   (const gchar *desc);
     
     void                clutter_path_add_move_to            (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    +                                                         gint x,
    +                                                         gint y);
     void                clutter_path_add_rel_move_to        (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    +                                                         gint x,
    +                                                         gint y);
     void                clutter_path_add_line_to            (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    +                                                         gint x,
    +                                                         gint y);
     void                clutter_path_add_rel_line_to        (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    +                                                         gint x,
    +                                                         gint y);
     void                clutter_path_add_curve_to           (ClutterPath *path,
    -                                                         gint x_1,
    -                                                         gint y_1,
    -                                                         gint x_2,
    -                                                         gint y_2,
    -                                                         gint x_3,
    -                                                         gint y_3);
    +                                                         gint x_1,
    +                                                         gint y_1,
    +                                                         gint x_2,
    +                                                         gint y_2,
    +                                                         gint x_3,
    +                                                         gint y_3);
     void                clutter_path_add_rel_curve_to       (ClutterPath *path,
    -                                                         gint x_1,
    -                                                         gint y_1,
    -                                                         gint x_2,
    -                                                         gint y_2,
    -                                                         gint x_3,
    -                                                         gint y_3);
    +                                                         gint x_1,
    +                                                         gint y_1,
    +                                                         gint x_2,
    +                                                         gint y_2,
    +                                                         gint x_3,
    +                                                         gint y_3);
     void                clutter_path_add_close              (ClutterPath *path);
    -gboolean            clutter_path_add_string             (ClutterPath *path,
    -                                                         const gchar *str);
    +gboolean            clutter_path_add_string             (ClutterPath *path,
    +                                                         const gchar *str);
     void                clutter_path_add_node               (ClutterPath *path,
                                                              const ClutterPathNode *node);
     void                clutter_path_add_cairo_path         (ClutterPath *path,
                                                              const cairo_path_t *cpath);
     
    -guint               clutter_path_get_n_nodes            (ClutterPath *path);
    +guint               clutter_path_get_n_nodes            (ClutterPath *path);
     void                clutter_path_get_node               (ClutterPath *path,
    -                                                         guint index_,
    +                                                         guint index_,
                                                              ClutterPathNode *node);
    -GSList *            clutter_path_get_nodes              (ClutterPath *path);
    +GSList *            clutter_path_get_nodes              (ClutterPath *path);
     void                clutter_path_foreach                (ClutterPath *path,
                                                              ClutterPathCallback callback,
    -                                                         gpointer user_data);
    +                                                         gpointer user_data);
     void                clutter_path_insert_node            (ClutterPath *path,
    -                                                         gint index_,
    +                                                         gint index_,
                                                              const ClutterPathNode *node);
     void                clutter_path_remove_node            (ClutterPath *path,
    -                                                         guint index_);
    +                                                         guint index_);
     void                clutter_path_replace_node           (ClutterPath *path,
    -                                                         guint index_,
    +                                                         guint index_,
                                                              const ClutterPathNode *node);
    -gchar *             clutter_path_get_description        (ClutterPath *path);
    -gboolean            clutter_path_set_description        (ClutterPath *path,
    -                                                         const gchar *str);
    +gchar *             clutter_path_get_description        (ClutterPath *path);
    +gboolean            clutter_path_set_description        (ClutterPath *path,
    +                                                         const gchar *str);
     void                clutter_path_to_cairo_path          (ClutterPath *path,
                                                              cairo_t *cr);
     void                clutter_path_clear                  (ClutterPath *path);
    -guint               clutter_path_get_position           (ClutterPath *path,
    -                                                         gdouble progress,
    +guint               clutter_path_get_position           (ClutterPath *path,
    +                                                         gdouble progress,
                                                              ClutterKnot *position);
    -guint               clutter_path_get_length             (ClutterPath *path);
    +guint               clutter_path_get_length             (ClutterPath *path);
     
     struct              ClutterPathNode;
     ClutterPathNode *   clutter_path_node_copy              (const ClutterPathNode *node);
     void                clutter_path_node_free              (ClutterPathNode *node);
    -gboolean            clutter_path_node_equal             (const ClutterPathNode *node_a,
    +gboolean            clutter_path_node_equal             (const ClutterPathNode *node_a,
                                                              const ClutterPathNode *node_b);
     

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterPath
     

    Properties

    -  "description"              gchar*                : Read / Write
    -  "length"                   guint                 : Read
    +  "description"              gchar*                : Read / Write
    +  "length"                   guint                 : Read
     
    @@ -228,7 +228,7 @@ The

    ClutterPathCallback ()

    void                (*ClutterPathCallback)              (const ClutterPathNode *node,
    -                                                         gpointer data);
    + gpointer data);

    This function is passed to clutter_path_foreach() and will be called for each node contained in the path. @@ -338,7 +338,7 @@ The object has a floating reference so if you add it to a


    clutter_path_new_with_description ()

    -
    ClutterPath *       clutter_path_new_with_description   (const gchar *desc);
    +
    ClutterPath *       clutter_path_new_with_description   (const gchar *desc);

    Creates a new ClutterPath instance with the nodes described in desc. See clutter_path_add_string() for details of the format of @@ -368,8 +368,8 @@ The object has a floating reference so if you add it to a

    clutter_path_add_move_to ()

    void                clutter_path_add_move_to            (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    + gint x, + gint y);

    Adds a CLUTTER_PATH_MOVE_TO type node to the path. This is usually used as the first node in a path. It can also be used in the middle @@ -399,8 +399,8 @@ of the path to cause the actor to jump to the new coordinate.

    clutter_path_add_rel_move_to ()

    void                clutter_path_add_rel_move_to        (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    + gint x, + gint y);

    Same as clutter_path_add_move_to() except the coordinates are relative to the previous node. @@ -429,8 +429,8 @@ relative to the previous node.

    clutter_path_add_line_to ()

    void                clutter_path_add_line_to            (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    + gint x, + gint y);

    Adds a CLUTTER_PATH_LINE_TO type node to the path. This causes the actor to move to the new coordinates in a straight line. @@ -459,8 +459,8 @@ actor to move to the new coordinates in a straight line.

    clutter_path_add_rel_line_to ()

    void                clutter_path_add_rel_line_to        (ClutterPath *path,
    -                                                         gint x,
    -                                                         gint y);
    + gint x, + gint y);

    Same as clutter_path_add_line_to() except the coordinates are relative to the previous node. @@ -489,12 +489,12 @@ relative to the previous node.

    clutter_path_add_curve_to ()

    void                clutter_path_add_curve_to           (ClutterPath *path,
    -                                                         gint x_1,
    -                                                         gint y_1,
    -                                                         gint x_2,
    -                                                         gint y_2,
    -                                                         gint x_3,
    -                                                         gint y_3);
    + gint x_1, + gint y_1, + gint x_2, + gint y_2, + gint x_3, + gint y_3);

    Adds a CLUTTER_PATH_CURVE_TO type node to the path. This causes the actor to follow a bezier from the last node to (x_3, y_3) using @@ -540,12 +540,12 @@ the actor to follow a bezier from the last node to (

    clutter_path_add_rel_curve_to ()

    void                clutter_path_add_rel_curve_to       (ClutterPath *path,
    -                                                         gint x_1,
    -                                                         gint y_1,
    -                                                         gint x_2,
    -                                                         gint y_2,
    -                                                         gint x_3,
    -                                                         gint y_3);
    + gint x_1, + gint y_1, + gint x_2, + gint y_2, + gint x_3, + gint y_3);

    Same as clutter_path_add_curve_to() except the coordinates are relative to the previous node. @@ -608,8 +608,8 @@ type node.


    clutter_path_add_string ()

    -
    gboolean            clutter_path_add_string             (ClutterPath *path,
    -                                                         const gchar *str);
    +
    gboolean            clutter_path_add_string             (ClutterPath *path,
    +                                                         const gchar *str);

    Adds new nodes to the end of the path as described in str. The format is a subset of the SVG path format. Each node is represented @@ -674,7 +674,7 @@ on the point 300,300 you could use the following path:

    -If the path description isn't valid FALSE will be returned and no +If the path description isn't valid FALSE will be returned and no nodes will be added.

    @@ -692,7 +692,7 @@ nodes will be added. @@ -751,7 +751,7 @@ Add the nodes of the Cairo path to the end of path

    clutter_path_get_n_nodes ()

    -
    guint               clutter_path_get_n_nodes            (ClutterPath *path);
    +
    guint               clutter_path_get_n_nodes            (ClutterPath *path);

    Retrieves the number of nodes in the path.

    @@ -775,7 +775,7 @@ Retrieves the number of nodes in the path.

    clutter_path_get_node ()

    void                clutter_path_get_node               (ClutterPath *path,
    -                                                         guint index_,
    +                                                         guint index_,
                                                              ClutterPathNode *node);

    Retrieves the node of the path indexed by index. @@ -804,10 +804,10 @@ Retrieves the node of the path indexed by index

    clutter_path_get_nodes ()

    -
    GSList *            clutter_path_get_nodes              (ClutterPath *path);
    +
    GSList *            clutter_path_get_nodes              (ClutterPath *path);

    -Returns a GSList of ClutterPathNodes. The list should be -freed with g_slist_free(). The nodes are owned by the path and +Returns a GSList of ClutterPathNodes. The list should be +freed with g_slist_free(). The nodes are owned by the path and should not be freed. Altering the path may cause the nodes in the list to become invalid so you should copy them if you want to keep the list. @@ -835,7 +835,7 @@ list of nodes in the path. [

    clutter_path_foreach ()

    void                clutter_path_foreach                (ClutterPath *path,
                                                              ClutterPathCallback callback,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Calls a function for each node of the path.

    @@ -864,7 +864,7 @@ Calls a function for each node of the path.

    clutter_path_insert_node ()

    void                clutter_path_insert_node            (ClutterPath *path,
    -                                                         gint index_,
    +                                                         gint index_,
                                                              const ClutterPathNode *node);

    Inserts node into the path before the node at the given offset. If @@ -894,7 +894,7 @@ Inserts node into the path before the no

    clutter_path_remove_node ()

    void                clutter_path_remove_node            (ClutterPath *path,
    -                                                         guint index_);
    + guint index_);

    Removes the node at the given offset from the path.

    @@ -918,7 +918,7 @@ Removes the node at the given offset from the path.

    clutter_path_replace_node ()

    void                clutter_path_replace_node           (ClutterPath *path,
    -                                                         guint index_,
    +                                                         guint index_,
                                                              const ClutterPathNode *node);

    Replaces the node at offset index_ with node. @@ -946,7 +946,7 @@ Replaces the node at offset index_ with


    clutter_path_get_description ()

    -
    gchar *             clutter_path_get_description        (ClutterPath *path);
    +
    gchar *             clutter_path_get_description        (ClutterPath *path);

    Returns a newly allocated string describing the path in the same format as used by clutter_path_add_string(). @@ -961,7 +961,7 @@ format as used by Returns :

    -
    +

    Returns :

    -TRUE is the path description was valid or FALSE +TRUE is the path description was valid or FALSE otherwise.
    a string description of the path. Free with g_free().a string description of the path. Free with g_free().
    @@ -970,14 +970,14 @@ format as used by

    clutter_path_set_description ()

    -
    gboolean            clutter_path_set_description        (ClutterPath *path,
    -                                                         const gchar *str);
    +
    gboolean            clutter_path_set_description        (ClutterPath *path,
    +                                                         const gchar *str);

    Replaces all of the nodes in the path with nodes described by str. See clutter_path_add_string() for details of the format.

    -If the string is invalid then FALSE is returned and the path is +If the string is invalid then FALSE is returned and the path is unaltered.

    @@ -995,7 +995,7 @@ unaltered. +TRUE is the path was valid, FALSE otherwise.

    Returns :

    -TRUE is the path was valid, FALSE otherwise.
    @@ -1045,8 +1045,8 @@ Removes all nodes from the path.

    clutter_path_get_position ()

    -
    guint               clutter_path_get_position           (ClutterPath *path,
    -                                                         gdouble progress,
    +
    guint               clutter_path_get_position           (ClutterPath *path,
    +                                                         gdouble progress,
                                                              ClutterKnot *position);

    The value in progress represents a position along the path where @@ -1081,7 +1081,7 @@ interpolated position is then stored in position

    clutter_path_get_length ()

    -
    guint               clutter_path_get_length             (ClutterPath *path);
    +
    guint               clutter_path_get_length             (ClutterPath *path);

    Retrieves an approximation of the total length of the path.

    @@ -1177,7 +1177,7 @@ Frees the memory of an allocated node.

    clutter_path_node_equal ()

    -
    gboolean            clutter_path_node_equal             (const ClutterPathNode *node_a,
    +
    gboolean            clutter_path_node_equal             (const ClutterPathNode *node_a,
                                                              const ClutterPathNode *node_b);

    Compares two nodes and checks if they are the same type with the @@ -1197,7 +1197,7 @@ same coordinates.

    Returns :

    -TRUE if the nodes are the same. +TRUE if the nodes are the same.
    @@ -1208,14 +1208,14 @@ same coordinates.

    Property Details

    The "description" property

    -
      "description"              gchar*                : Read / Write
    +
      "description"              gchar*                : Read / Write

    SVG-style description of the path.

    Default value: ""


    The "length" property

    -
      "length"                   guint                 : Read
    +
      "length"                   guint                 : Read

    An approximation of the total length of the path.

    Default value: 0

    diff --git a/doc/reference/clutter/html/ClutterPathConstraint.html b/doc/reference/clutter/html/ClutterPathConstraint.html index 40b4344..b7e342f 100644 --- a/doc/reference/clutter/html/ClutterPathConstraint.html +++ b/doc/reference/clutter/html/ClutterPathConstraint.html @@ -45,20 +45,20 @@

    Synopsis

                        ClutterPathConstraint;
     ClutterConstraint * clutter_path_constraint_new         (ClutterPath *path,
    -                                                         gfloat offset);
    +                                                         gfloat offset);
     void                clutter_path_constraint_set_path    (ClutterPathConstraint *constraint,
                                                              ClutterPath *path);
     ClutterPath *       clutter_path_constraint_get_path    (ClutterPathConstraint *constraint);
     void                clutter_path_constraint_set_offset  (ClutterPathConstraint *constraint,
    -                                                         gfloat offset);
    -gfloat              clutter_path_constraint_get_offset  (ClutterPathConstraint *constraint);
    +                                                         gfloat offset);
    +gfloat              clutter_path_constraint_get_offset  (ClutterPathConstraint *constraint);
     

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterConstraint
                          +----ClutterPathConstraint
    @@ -67,14 +67,14 @@
     

    Properties

    -  "offset"                   gfloat                : Read / Write
    +  "offset"                   gfloat                : Read / Write
       "path"                     ClutterPath*          : Read / Write
     

    Signals

    -  "node-reached"                                   : Run Last
    +  "node-reached"                                   : Run Last
     
    @@ -106,7 +106,7 @@ whose members cannot be directly accessed

    clutter_path_constraint_new ()

    ClutterConstraint * clutter_path_constraint_new         (ClutterPath *path,
    -                                                         gfloat offset);
    + gfloat offset);

    Creates a new ClutterPathConstraint with the given path and offset

    @@ -115,7 +115,7 @@ Creates a new path :

    -a
    ClutterPath, or NULL. [allow-none] +a ClutterPath, or NULL. [allow-none] @@ -179,7 +179,7 @@ Retrieves a pointer to the Returns :

    the
    ClutterPath used by the -ClutterPathConstraint, or NULL. The returned ClutterPath is owned +ClutterPathConstraint, or NULL. The returned ClutterPath is owned by the constraint and it should not be unreferenced. [transfer none] @@ -191,7 +191,7 @@ by the constraint and it should not be unreferenced. [<

    clutter_path_constraint_set_offset ()

    void                clutter_path_constraint_set_offset  (ClutterPathConstraint *constraint,
    -                                                         gfloat offset);
    + gfloat offset);

    Sets the offset along the ClutterPath used by constraint.

    @@ -214,7 +214,7 @@ Sets the offset along the

    clutter_path_constraint_get_offset ()

    -
    gfloat              clutter_path_constraint_get_offset  (ClutterPathConstraint *constraint);
    +
    gfloat              clutter_path_constraint_get_offset  (ClutterPathConstraint *constraint);

    Retrieves the offset along the ClutterPath used by constraint.

    @@ -239,7 +239,7 @@ Retrieves the offset along the

    Property Details

    The "offset" property

    -
      "offset"                   gfloat                : Read / Write
    +
      "offset"                   gfloat                : Read / Write

    The offset along the "path", between -1.0 and 2.0.

    @@ -263,8 +263,8 @@ The

    The "node-reached" signal

    void                user_function                      (ClutterPathConstraint *constraint,
                                                             ClutterActor          *actor,
    -                                                        guint                  index,
    -                                                        gpointer               user_data)       : Run Last
    + guint index, + gpointer user_data) : Run Last

    The ::node-reached signal is emitted each time a "offset" value results in the actor diff --git a/doc/reference/clutter/html/ClutterPropertyTransition.html b/doc/reference/clutter/html/ClutterPropertyTransition.html index ae664e1..f69bcd8 100644 --- a/doc/reference/clutter/html/ClutterPropertyTransition.html +++ b/doc/reference/clutter/html/ClutterPropertyTransition.html @@ -56,7 +56,7 @@ const char *

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterTimeline
              +----ClutterTransition
                    +----ClutterPropertyTransition
    @@ -71,7 +71,7 @@ ClutterPropertyTransition implements
     

    Properties

    -  "property-name"            gchar*                : Read / Write
    +  "property-name"            gchar*                : Read / Write
     
    @@ -119,13 +119,13 @@ Creates a new property_name :

    -a property of animatable, or
    NULL. [allow-none] +a property of animatable, or NULL. [allow-none]

    Returns :

    the newly created ClutterPropertyTransition. -Use g_object_unref() when done. [transfer full] +Use g_object_unref() when done. [transfer full] @@ -177,7 +177,7 @@ property.

    Returns :

    -the name of the property being animated, or NULL if +the name of the property being animated, or NULL if none is set. The returned string is owned by the transition and it should not be freed. @@ -190,7 +190,7 @@ it should not be freed.

    Property Details

    The "property-name" property

    -
      "property-name"            gchar*                : Read / Write
    +
      "property-name"            gchar*                : Read / Write

    The name of the property of a ClutterAnimatable to animate.

    diff --git a/doc/reference/clutter/html/ClutterRectangle.html b/doc/reference/clutter/html/ClutterRectangle.html index e64abba..2f47faf 100644 --- a/doc/reference/clutter/html/ClutterRectangle.html +++ b/doc/reference/clutter/html/ClutterRectangle.html @@ -55,16 +55,16 @@ struct ClutterColor *color
    ); void clutter_rectangle_set_border_color (ClutterRectangle *rectangle, const ClutterColor *color); -guint clutter_rectangle_get_border_width (ClutterRectangle *rectangle); +guint clutter_rectangle_get_border_width (ClutterRectangle *rectangle); void clutter_rectangle_set_border_width (ClutterRectangle *rectangle, - guint width); + guint width);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActor
                    +----ClutterRectangle
     
    @@ -79,9 +79,9 @@ ClutterRectangle implements

    Properties

       "border-color"             ClutterColor*         : Read / Write
    -  "border-width"             guint                 : Read / Write
    +  "border-width"             guint                 : Read / Write
       "color"                    ClutterColor*         : Read / Write
    -  "has-border"               gboolean              : Read / Write
    +  "has-border"               gboolean              : Read / Write
     
    @@ -252,7 +252,7 @@ Sets the color of the border used by rectangle

    clutter_rectangle_get_border_width ()

    -
    guint               clutter_rectangle_get_border_width  (ClutterRectangle *rectangle);
    +
    guint               clutter_rectangle_get_border_width  (ClutterRectangle *rectangle);

    Gets the width (in pixels) of the border used by rectangle

    @@ -276,7 +276,7 @@ Gets the width (in pixels) of the border used by rec

    clutter_rectangle_set_border_width ()

    void                clutter_rectangle_set_border_width  (ClutterRectangle *rectangle,
    -                                                         guint width);
    + guint width);

    Sets the width (in pixel) of the border used by rectangle. A width of 0 will unset the border. @@ -311,7 +311,7 @@ The color of the border of the rectangle.


    The "border-width" property

    -
      "border-width"             guint                 : Read / Write
    +
      "border-width"             guint                 : Read / Write

    The width of the border of the rectangle, in pixels.

    @@ -329,7 +329,7 @@ The color of the rectangle.

    The "has-border" property

    -
      "has-border"               gboolean              : Read / Write
    +
      "has-border"               gboolean              : Read / Write

    Whether the ClutterRectangle should be displayed with a border.

    diff --git a/doc/reference/clutter/html/ClutterScore.html b/doc/reference/clutter/html/ClutterScore.html index 84e98ed..862f2f7 100644 --- a/doc/reference/clutter/html/ClutterScore.html +++ b/doc/reference/clutter/html/ClutterScore.html @@ -47,51 +47,51 @@ struct ClutterScoreClass; ClutterScore * clutter_score_new (void); void clutter_score_set_loop (ClutterScore *score, - gboolean loop); -gboolean clutter_score_get_loop (ClutterScore *score); + gboolean loop); +gboolean clutter_score_get_loop (ClutterScore *score); -gulong clutter_score_append (ClutterScore *score, +gulong clutter_score_append (ClutterScore *score, ClutterTimeline *parent, ClutterTimeline *timeline); -gulong clutter_score_append_at_marker (ClutterScore *score, +gulong clutter_score_append_at_marker (ClutterScore *score, ClutterTimeline *parent, - const gchar *marker_name, + const gchar *marker_name, ClutterTimeline *timeline); void clutter_score_remove (ClutterScore *score, - gulong id_); + gulong id_); void clutter_score_remove_all (ClutterScore *score); ClutterTimeline * clutter_score_get_timeline (ClutterScore *score, - gulong id_); -GSList * clutter_score_list_timelines (ClutterScore *score); + gulong id_); +GSList * clutter_score_list_timelines (ClutterScore *score); void clutter_score_start (ClutterScore *score); void clutter_score_pause (ClutterScore *score); void clutter_score_stop (ClutterScore *score); -gboolean clutter_score_is_playing (ClutterScore *score); +gboolean clutter_score_is_playing (ClutterScore *score); void clutter_score_rewind (ClutterScore *score);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterScore
     

    Properties

    -  "loop"                     gboolean              : Read / Write
    +  "loop"                     gboolean              : Read / Write
     

    Signals

    -  "completed"                                      : Run Last
    -  "paused"                                         : Run Last
    -  "started"                                        : Run Last
    -  "timeline-completed"                             : Run Last
    -  "timeline-started"                               : Run Last
    +  "completed"                                      : Run Last
    +  "paused"                                         : Run Last
    +  "started"                                        : Run Last
    +  "timeline-completed"                             : Run Last
    +  "timeline-started"                               : Run Last
     
    @@ -139,7 +139,7 @@ a third timeline terminates: score = clutter_score_new (); -clutter_score_append (score, NULL, timeline_1); +clutter_score_append (score, NULL, timeline_1); clutter_score_append (score, timeline_1, timeline_2); clutter_score_append (score, timeline_1, timeline_3); @@ -247,7 +247,7 @@ hold multiple

    Returns :

    -the newly created
    ClutterScore. Use g_object_unref() +the newly created ClutterScore. Use g_object_unref() when done.
    @@ -257,7 +257,7 @@ when done.

    clutter_score_set_loop ()

    void                clutter_score_set_loop              (ClutterScore *score,
    -                                                         gboolean loop);
    + gboolean loop);

    Sets whether score should loop. A looping ClutterScore will start from its initial state after the ::complete signal has been fired. @@ -273,7 +273,7 @@ from its initial state after the ::complete signal has been fired.

    loop :

    -TRUE for enable looping +TRUE for enable looping
    @@ -282,7 +282,7 @@ from its initial state after the ::complete signal has been fired.

    clutter_score_get_loop ()

    -
    gboolean            clutter_score_get_loop              (ClutterScore *score);
    +
    gboolean            clutter_score_get_loop              (ClutterScore *score);

    Gets whether score is looping

    @@ -297,7 +297,7 @@ Gets whether score is looping

    Returns :

    -TRUE if the score is looping +TRUE if the score is looping
    @@ -306,7 +306,7 @@ Gets whether score is looping

    clutter_score_append ()

    -
    gulong              clutter_score_append                (ClutterScore *score,
    +
    gulong              clutter_score_append                (ClutterScore *score,
                                                              ClutterTimeline *parent,
                                                              ClutterTimeline *timeline);

    @@ -314,7 +314,7 @@ Appends a timeline to another one existing in the score; the newly appended timeline will be started when parent is complete.

    -If parent is NULL, the new ClutterTimeline will be started when +If parent is NULL, the new ClutterTimeline will be started when clutter_score_start() is called.

    @@ -330,7 +330,7 @@ If parent is parent :

    -a ClutterTimeline in the score, or NULL. [allow-none] +a ClutterTimeline in the score, or NULL. [allow-none] @@ -351,9 +351,9 @@ or

    clutter_score_append_at_marker ()

    -
    gulong              clutter_score_append_at_marker      (ClutterScore *score,
    +
    gulong              clutter_score_append_at_marker      (ClutterScore *score,
                                                              ClutterTimeline *parent,
    -                                                         const gchar *marker_name,
    +                                                         const gchar *marker_name,
                                                              ClutterTimeline *timeline);

    Appends timeline at the given marker_name on the parent @@ -401,7 +401,7 @@ or

    clutter_score_remove ()

    void                clutter_score_remove                (ClutterScore *score,
    -                                                         gulong id_);
    + gulong id_);

    Removes the ClutterTimeline with the given id inside score. If the timeline has other timelines attached to it, those are removed @@ -444,7 +444,7 @@ Removes all the timelines inside score.

    clutter_score_get_timeline ()

    ClutterTimeline *   clutter_score_get_timeline          (ClutterScore *score,
    -                                                         gulong id_);
    + gulong id_);

    Retrieves the ClutterTimeline for id_ inside score.

    @@ -462,7 +462,7 @@ Retrieves the Returns :

    -the requested timeline, or
    NULL. This +the requested timeline, or NULL. This function does not increase the reference count on the returned ClutterTimeline. [transfer none] @@ -474,7 +474,7 @@ function does not increase the reference count on the returned

    clutter_score_list_timelines ()

    -
    GSList *            clutter_score_list_timelines        (ClutterScore *score);
    +
    GSList *            clutter_score_list_timelines        (ClutterScore *score);

    Retrieves a list of all the ClutterTimelines managed by score.

    @@ -489,9 +489,9 @@ Retrieves a list of all the Cl

    Returns :

    a -GSList containing all the timelines in the score. This function does +
    GSList containing all the timelines in the score. This function does not increase the reference count of the returned timelines. Use -g_slist_free() on the returned list to deallocate its resources. [transfer container][element-type Clutter.Timeline] +g_slist_free() on the returned list to deallocate its resources. [transfer container][element-type Clutter.Timeline] @@ -552,7 +552,7 @@ Stops and rewinds a playing

    clutter_score_is_playing ()

    -
    gboolean            clutter_score_is_playing            (ClutterScore *score);
    +
    gboolean            clutter_score_is_playing            (ClutterScore *score);

    Query state of a ClutterScore instance.

    @@ -567,7 +567,7 @@ Query state of a <

    Returns :

    -TRUE if score is currently playing +
    TRUE if score is currently playing
    @@ -595,7 +595,7 @@ Rewinds a

    Property Details

    The "loop" property

    -
      "loop"                     gboolean              : Read / Write
    +
      "loop"                     gboolean              : Read / Write

    Whether the ClutterScore should restart once finished.

    @@ -608,7 +608,7 @@ Whether the

    The "completed" signal

    void                user_function                      (ClutterScore *score,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::completed signal is emitted each time a ClutterScore terminates.

    @@ -631,7 +631,7 @@ The ::completed signal is emitted each time a

    The "paused" signal

    void                user_function                      (ClutterScore *score,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::paused signal is emitted each time a ClutterScore is paused. @@ -655,7 +655,7 @@ is paused.

    The "started" signal

    void                user_function                      (ClutterScore *score,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::started signal is emitted each time a ClutterScore starts playing.

    @@ -679,7 +679,7 @@ The ::started signal is emitted each time a

    The "timeline-completed" signal

    void                user_function                      (ClutterScore    *score,
                                                             ClutterTimeline *timeline,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::timeline-completed signal is emitted each time a timeline inside a ClutterScore terminates. @@ -708,7 +708,7 @@ inside a

    The "timeline-started" signal

    void                user_function                      (ClutterScore    *score,
                                                             ClutterTimeline *timeline,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::timeline-started signal is emitted each time a new timeline inside a ClutterScore starts playing. diff --git a/doc/reference/clutter/html/ClutterScript.html b/doc/reference/clutter/html/ClutterScript.html index 305d26f..1a67ed3 100644 --- a/doc/reference/clutter/html/ClutterScript.html +++ b/doc/reference/clutter/html/ClutterScript.html @@ -45,73 +45,73 @@ struct ClutterScriptClass; ClutterScript * clutter_script_new (void); enum ClutterScriptError; -guint clutter_script_load_from_data (ClutterScript *script, - const gchar *data, - gssize length, - GError **error); -guint clutter_script_load_from_file (ClutterScript *script, - const gchar *filename, - GError **error); -guint clutter_script_load_from_resource (ClutterScript *script, - const gchar *resource_path, - GError **error); +guint clutter_script_load_from_data (ClutterScript *script, + const gchar *data, + gssize length, + GError **error); +guint clutter_script_load_from_file (ClutterScript *script, + const gchar *filename, + GError **error); +guint clutter_script_load_from_resource (ClutterScript *script, + const gchar *resource_path, + GError **error); void clutter_script_add_search_paths (ClutterScript *script, - const gchar * const paths[], - gsize n_paths); -gchar * clutter_script_lookup_filename (ClutterScript *script, - const gchar *filename); + const gchar * const paths[], + gsize n_paths); +gchar * clutter_script_lookup_filename (ClutterScript *script, + const gchar *filename); -GObject * clutter_script_get_object (ClutterScript *script, - const gchar *name); -gint clutter_script_get_objects (ClutterScript *script, - const gchar *first_name, +GObject * clutter_script_get_object (ClutterScript *script, + const gchar *name); +gint clutter_script_get_objects (ClutterScript *script, + const gchar *first_name, ...); void clutter_script_unmerge_objects (ClutterScript *script, - guint merge_id); + guint merge_id); void clutter_script_ensure_objects (ClutterScript *script); -GList * clutter_script_list_objects (ClutterScript *script); +GList * clutter_script_list_objects (ClutterScript *script); void (*ClutterScriptConnectFunc) (ClutterScript *script, - GObject *object, - const gchar *signal_name, - const gchar *handler_name, - GObject *connect_object, - GConnectFlags flags, - gpointer user_data); + GObject *object, + const gchar *signal_name, + const gchar *handler_name, + GObject *connect_object, + GConnectFlags flags, + gpointer user_data); void clutter_script_connect_signals (ClutterScript *script, - gpointer user_data); + gpointer user_data); void clutter_script_connect_signals_full (ClutterScript *script, ClutterScriptConnectFunc func, - gpointer user_data); + gpointer user_data); void clutter_script_add_states (ClutterScript *script, - const gchar *name, + const gchar *name, ClutterState *state); ClutterState * clutter_script_get_states (ClutterScript *script, - const gchar *name); + const gchar *name); -GType clutter_script_get_type_from_name (ClutterScript *script, - const gchar *type_name); -const gchar * clutter_get_script_id (GObject *gobject); -const gchar * clutter_script_get_translation_domain +GType clutter_script_get_type_from_name (ClutterScript *script, + const gchar *type_name); +const gchar * clutter_get_script_id (GObject *gobject); +const gchar * clutter_script_get_translation_domain (ClutterScript *script); void clutter_script_set_translation_domain (ClutterScript *script, - const gchar *domain); + const gchar *domain);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterScript
     

    Properties

    -  "filename"                 gchar*                : Read
    -  "filename-set"             gboolean              : Read
    -  "translation-domain"       gchar*                : Read / Write
    +  "filename"                 gchar*                : Read
    +  "filename-set"             gboolean              : Read
    +  "translation-domain"       gchar*                : Read / Write
     
    @@ -134,7 +134,7 @@ be mapped to the class properties. A ClutterScript holds a reference on every object it creates from the definition data, except for the stage. Every non-actor object will be finalized when the ClutterScript instance holding it will -be finalized, so they need to be referenced using g_object_ref() in +be finalized, so they need to be referenced using g_object_ref() in order for them to survive.

    @@ -371,9 +371,9 @@ then autoconnected to their respective signals using the

    Signal handler definitions must have a "name" and a "handler" members; they can also have the "after" and "swapped" boolean members (for the -signal connection flags G_CONNECT_AFTER and G_CONNECT_SWAPPED +signal connection flags G_CONNECT_AFTER and G_CONNECT_SWAPPED respectively) and the "object" string member for calling -g_signal_connect_object() instead of g_signal_connect(). +g_signal_connect_object() instead of g_signal_connect().

    Signals can also be directly attached to a specific state defined @@ -450,7 +450,7 @@ resolve the "target-state" key; it can be either a script id for a instance through the clutter_script_add_states() function. If no "states" key is present, then the default ClutterState associated to the ClutterScript instance will be used; the default ClutterState -can be set using clutter_script_add_states() using a NULL name. The +can be set using clutter_script_add_states() using a NULL name. The "warp" key can be used to warp to a specific state instead of animating to it. State changes on signal emission will not affect the signal emission chain. @@ -507,9 +507,9 @@ The get_type_from_name ()

    virtual function used to map a type name -to a GType. This function should only be overridden by -language bindings in order to map native types to GType. -The default implementation is equivalent to g_type_from_name() +to a GType. This function should only be overridden by +language bindings in order to map native types to GType. +The default implementation is equivalent to g_type_from_name()
    @@ -531,7 +531,7 @@ language.

    Returns :

    the newly created ClutterScript instance. Use -g_object_unref() when done. +g_object_unref() when done.

    Since 0.6

    @@ -574,10 +574,10 @@ language.

    clutter_script_load_from_data ()

    -
    guint               clutter_script_load_from_data       (ClutterScript *script,
    -                                                         const gchar *data,
    -                                                         gssize length,
    -                                                         GError **error);
    +
    guint               clutter_script_load_from_data       (ClutterScript *script,
    +                                                         const gchar *data,
    +                                                         gssize length,
    +                                                         GError **error);

    Loads the definitions from data into script and merges with the currently loaded ones, if any. @@ -601,7 +601,7 @@ buffer

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL @@ -617,9 +617,9 @@ returned. You can use the merge id with

    clutter_script_load_from_file ()

    -
    guint               clutter_script_load_from_file       (ClutterScript *script,
    -                                                         const gchar *filename,
    -                                                         GError **error);
    +
    guint               clutter_script_load_from_file       (ClutterScript *script,
    +                                                         const gchar *filename,
    +                                                         GError **error);

    Loads the definitions from filename into script and merges with the currently loaded ones, if any. @@ -638,7 +638,7 @@ the currently loaded ones, if any.

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL @@ -654,9 +654,9 @@ returned. You can use the merge id with

    clutter_script_load_from_resource ()

    -
    guint               clutter_script_load_from_resource   (ClutterScript *script,
    -                                                         const gchar *resource_path,
    -                                                         GError **error);
    +
    guint               clutter_script_load_from_resource   (ClutterScript *script,
    +                                                         const gchar *resource_path,
    +                                                         GError **error);

    Loads the definitions from a resource file into script and merges with the currently loaded ones, if any. @@ -675,7 +675,7 @@ the currently loaded ones, if any.

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL @@ -692,8 +692,8 @@ returned. You can use the merge id with

    clutter_script_add_search_paths ()

    void                clutter_script_add_search_paths     (ClutterScript *script,
    -                                                         const gchar * const paths[],
    -                                                         gsize n_paths);
    + const gchar * const paths[], + gsize n_paths);

    Adds paths to the list of search paths held by script.

    @@ -727,8 +727,8 @@ different search paths. [

    clutter_script_lookup_filename ()

    -
    gchar *             clutter_script_lookup_filename      (ClutterScript *script,
    -                                                         const gchar *filename);
    +
    gchar *             clutter_script_lookup_filename      (ClutterScript *script,
    +                                                         const gchar *filename);

    Looks up filename inside the search paths of script. If filename is found, its full path will be returned . @@ -747,7 +747,7 @@ is found, its full path will be returned .

    Returns :

    -the full path of filename or NULL if no path was +the full path of filename or NULL if no path was found. @@ -757,8 +757,8 @@ found.

    clutter_script_get_object ()

    -
    GObject *           clutter_script_get_object           (ClutterScript *script,
    -                                                         const gchar *name);
    +
    GObject *           clutter_script_get_object           (ClutterScript *script,
    +                                                         const gchar *name);

    Retrieves the object bound to name. This function does not increment the reference count of the returned object. @@ -777,7 +777,7 @@ the reference count of the returned object.

    Returns :

    -the named object, or NULL if no object +the named object, or NULL if no object with the given name was available. [transfer none] @@ -788,12 +788,12 @@ with the given name was available. [

    clutter_script_get_objects ()

    -
    gint                clutter_script_get_objects          (ClutterScript *script,
    -                                                         const gchar *first_name,
    +
    gint                clutter_script_get_objects          (ClutterScript *script,
    +                                                         const gchar *first_name,
                                                              ...);

    Retrieves a list of objects for the given names. After script, object -names/return location pairs should be listed, with a NULL pointer +names/return location pairs should be listed, with a NULL pointer ending the list, like:

    @@ -815,7 +815,7 @@ ending the list, like: "my-label", &my_label, "a-button", &a_button, "main-timeline", &main_timeline, - NULL);

    + NULL); @@ -841,8 +841,8 @@ returned objects.

    ... :

    -return location for a GObject, then additional names, ending -with NULL +return location for a GObject, then additional names, ending +with NULL @@ -857,7 +857,7 @@ with

    clutter_script_unmerge_objects ()

    void                clutter_script_unmerge_objects      (ClutterScript *script,
    -                                                         guint merge_id);
    + guint merge_id);

    Unmerges the objects identified by merge_id.

    @@ -898,7 +898,7 @@ constructed. You should rarely need to use this function.

    clutter_script_list_objects ()

    -
    GList *             clutter_script_list_objects         (ClutterScript *script);
    +
    GList *             clutter_script_list_objects         (ClutterScript *script);

    Retrieves all the objects created by script.

    @@ -917,8 +917,8 @@ objects it returns.

    Returns :

    a list -of GObjects, or NULL. The objects are owned by the -ClutterScript instance. Use g_list_free() on the returned list when +of GObjects, or NULL. The objects are owned by the +ClutterScript instance. Use g_list_free() on the returned list when done. [transfer container][element-type GObject.Object] @@ -930,12 +930,12 @@ done. [

    ClutterScriptConnectFunc ()

    void                (*ClutterScriptConnectFunc)         (ClutterScript *script,
    -                                                         GObject *object,
    -                                                         const gchar *signal_name,
    -                                                         const gchar *handler_name,
    -                                                         GObject *connect_object,
    -                                                         GConnectFlags flags,
    -                                                         gpointer user_data);
    + GObject *object, + const gchar *signal_name, + const gchar *handler_name, + GObject *connect_object, + GConnectFlags flags, + gpointer user_data);

    This is the signature of a function used to connect signals. It is used by the clutter_script_connect_signals_full() function. It is mainly @@ -964,7 +964,7 @@ programmer wants more control over the signal connection process.

    connect_object :

    -the object to connect the signal to, or NULL +the object to connect the signal to, or NULL @@ -983,18 +983,18 @@ programmer wants more control over the signal connection process.

    clutter_script_connect_signals ()

    void                clutter_script_connect_signals      (ClutterScript *script,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Connects all the signals defined into a UI definition file to their handlers.

    This method invokes clutter_script_connect_signals_full() internally -and uses GModule's introspective features (by opening the current +and uses GModule's introspective features (by opening the current module's scope) to look at the application's symbol table.

    -Note that this function will not work if GModule is not supported by +Note that this function will not work if GModule is not supported by the platform Clutter is running on.

    @@ -1007,7 +1007,7 @@ the platform Clutter is running on. - @@ -1019,7 +1019,7 @@ the platform Clutter is running on.

    clutter_script_connect_signals_full ()

    void                clutter_script_connect_signals_full (ClutterScript *script,
                                                              ClutterScriptConnectFunc func,
    -                                                         gpointer user_data);
    + gpointer user_data);

    Connects all the signals defined into a UI definition file to their handlers. @@ -1049,7 +1049,7 @@ Applications should use user_data :

    - @@ -1060,7 +1060,7 @@ Applications should use

    clutter_script_add_states ()

    void                clutter_script_add_states           (ClutterScript *script,
    -                                                         const gchar *name,
    +                                                         const gchar *name,
                                                              ClutterState *state);

    Associates a ClutterState to the ClutterScript instance using the given @@ -1084,7 +1084,7 @@ passed to this function.

    - @@ -1101,12 +1101,12 @@ set the default

    clutter_script_get_states ()

    ClutterState *      clutter_script_get_states           (ClutterScript *script,
    -                                                         const gchar *name);
    + const gchar *name);

    Retrieves the ClutterState for the given state_name.

    -If name is NULL, this function will return the default +If name is NULL, this function will return the default ClutterState instance.

    user_data :

    data to be passed to the signal handlers, or NULL +data to be passed to the signal handlers, or NULL
    data to be passed to the signal handlers, or NULL +data to be passed to the signal handlers, or NULL

    name :

    a name for the state, or NULL to +a name for the state, or NULL to set the default ClutterState. [allow-none]
    @@ -1119,7 +1119,7 @@ If name is name :

    -
    @@ -1136,8 +1136,8 @@ and it should not be unreferenced. [

    clutter_script_get_type_from_name ()

    -
    GType               clutter_script_get_type_from_name   (ClutterScript *script,
    -                                                         const gchar *type_name);
    +
    GType               clutter_script_get_type_from_name   (ClutterScript *script,
    +                                                         const gchar *type_name);

    Looks up a type by name, using the virtual function that ClutterScript has for that purpose. This function should @@ -1158,7 +1158,7 @@ rarely be used.

    +G_TYPE_INVALID if not corresponding type was found.
    the name of the ClutterState, or NULL. [allow-none] +the name of the ClutterState, or NULL. [allow-none]

    Returns :

    the type for the requested type name, or -G_TYPE_INVALID if not corresponding type was found.
    @@ -1167,7 +1167,7 @@ rarely be used.

    clutter_get_script_id ()

    -
    const gchar *       clutter_get_script_id               (GObject *gobject);
    +
    const gchar *       clutter_get_script_id               (GObject *gobject);

    Retrieves the Clutter script id, if any.

    @@ -1176,12 +1176,12 @@ Retrieves the Clutter script id, if any.

    gobject :

    -a GObject +a GObject

    Returns :

    -the script id, or NULL if object was not defined inside +the script id, or NULL if object was not defined inside a UI definition file. The returned string is owned by the object and should never be modified or freed. @@ -1192,7 +1192,7 @@ should never be modified or freed.

    clutter_script_get_translation_domain ()

    -
    const gchar *       clutter_script_get_translation_domain
    +
    const gchar *       clutter_script_get_translation_domain
                                                             (ClutterScript *script);

    Retrieves the translation domain set using @@ -1209,7 +1209,7 @@ Retrieves the translation domain set using

    Returns :

    the translation domain, if any is set, -or NULL. [transfer none] +or NULL. [transfer none] @@ -1221,7 +1221,7 @@ or

    clutter_script_set_translation_domain ()

    void                clutter_script_set_translation_domain
                                                             (ClutterScript *script,
    -                                                         const gchar *domain);
    + const gchar *domain);

    Sets the translation domain for script.

    @@ -1235,7 +1235,7 @@ Sets the translation domain for script.

    domain :

    -the translation domain, or NULL. [allow-none] +the translation domain, or NULL. [allow-none] @@ -1247,10 +1247,10 @@ Sets the translation domain for script.

    Property Details

    The "filename" property

    -
      "filename"                 gchar*                : Read
    +
      "filename"                 gchar*                : Read

    The path of the currently parsed file. If "filename-set" -is FALSE then the value of this property is undefined. +is FALSE then the value of this property is undefined.

    Default value: NULL

    Since 0.6

    @@ -1258,10 +1258,10 @@ is FALSE then the value of this property is undefin

    The "filename-set" property

    -
      "filename-set"             gboolean              : Read
    +
      "filename-set"             gboolean              : Read

    Whether the "filename" property is set. If this property -is TRUE then the currently parsed data comes from a file, and the +is TRUE then the currently parsed data comes from a file, and the file name is stored inside the "filename" property.

    Default value: FALSE

    @@ -1270,14 +1270,14 @@ file name is stored inside the

    The "translation-domain" property

    -
      "translation-domain"       gchar*                : Read / Write
    +
      "translation-domain"       gchar*                : Read / Write

    The translation domain, used to localize strings marked as translatable inside a UI definition.

    -If "translation-domain" is set to NULL, ClutterScript -will use gettext(), otherwise g_dgettext() will be used. +If "translation-domain" is set to NULL, ClutterScript +will use gettext(), otherwise g_dgettext() will be used.

    Default value: NULL

    Since 1.10

    diff --git a/doc/reference/clutter/html/ClutterScriptable.html b/doc/reference/clutter/html/ClutterScriptable.html index daeaa21..b5014c6 100644 --- a/doc/reference/clutter/html/ClutterScriptable.html +++ b/doc/reference/clutter/html/ClutterScriptable.html @@ -46,19 +46,19 @@
                        ClutterScriptable;
     struct              ClutterScriptableIface;
     void                clutter_scriptable_set_id           (ClutterScriptable *scriptable,
    -                                                         const gchar *id_);
    -const gchar *       clutter_scriptable_get_id           (ClutterScriptable *scriptable);
    -gboolean            clutter_scriptable_parse_custom_node
    +                                                         const gchar *id_);
    +const gchar *       clutter_scriptable_get_id           (ClutterScriptable *scriptable);
    +gboolean            clutter_scriptable_parse_custom_node
                                                             (ClutterScriptable *scriptable,
                                                              ClutterScript *script,
    -                                                         GValue *value,
    -                                                         const gchar *name,
    -                                                         JsonNode *node);
    +                                                         GValue *value,
    +                                                         const gchar *name,
    +                                                         JsonNode *node);
     void                clutter_scriptable_set_custom_property
                                                             (ClutterScriptable *scriptable,
                                                              ClutterScript *script,
    -                                                         const gchar *name,
    -                                                         const GValue *value);
    +                                                         const gchar *name,
    +                                                         const GValue *value);
     
    @@ -72,7 +72,7 @@ const gchar *

    Prerequisites

    ClutterScriptable requires - GObject.

    + GObject.

    Known Implementations

    @@ -155,7 +155,7 @@ into GObject properties

    clutter_scriptable_set_id ()

    void                clutter_scriptable_set_id           (ClutterScriptable *scriptable,
    -                                                         const gchar *id_);
    + const gchar *id_);

    Sets id_ as the unique Clutter script it for this instance of ClutterScriptableIface. @@ -184,7 +184,7 @@ definition language parsed by

    clutter_scriptable_get_id ()

    -
    const gchar *       clutter_scriptable_get_id           (ClutterScriptable *scriptable);
    +
    const gchar *       clutter_scriptable_get_id           (ClutterScriptable *scriptable);

    Retrieves the id of scriptable set using clutter_scriptable_set_id().

    @@ -208,15 +208,15 @@ the scriptable object and should never be modified of freed

    clutter_scriptable_parse_custom_node ()

    -
    gboolean            clutter_scriptable_parse_custom_node
    +
    gboolean            clutter_scriptable_parse_custom_node
                                                             (ClutterScriptable *scriptable,
                                                              ClutterScript *script,
    -                                                         GValue *value,
    -                                                         const gchar *name,
    -                                                         JsonNode *node);
    + GValue *value, + const gchar *name, + JsonNode *node);

    Parses the passed JSON node. The implementation must set the type -of the passed GValue pointer using g_value_init(). +of the passed GValue pointer using g_value_init().

    @@ -245,7 +245,7 @@ of the passed GValue pointer using Returns :

    +TRUE if the node was successfully parsed, FALSE otherwise.
    -TRUE if the node was successfully parsed, FALSE otherwise.
    @@ -257,8 +257,8 @@ of the passed GValue pointer using void clutter_scriptable_set_custom_property (ClutterScriptable *scriptable, ClutterScript *script, - const gchar *name, - const GValue *value); + const gchar *name, + const GValue *value);

    Overrides the common properties setting. The underlying virtual function should be used when implementing custom properties. diff --git a/doc/reference/clutter/html/ClutterSettings.html b/doc/reference/clutter/html/ClutterSettings.html index ccc3fd9..2f4f241 100644 --- a/doc/reference/clutter/html/ClutterSettings.html +++ b/doc/reference/clutter/html/ClutterSettings.html @@ -48,7 +48,7 @@

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterSettings
     
    @@ -56,18 +56,18 @@

    Properties

       "backend"                  ClutterBackend*       : Write / Construct Only
    -  "dnd-drag-threshold"       gint                  : Read / Write
    -  "double-click-distance"    gint                  : Read / Write
    -  "double-click-time"        gint                  : Read / Write
    -  "font-antialias"           gint                  : Read / Write
    -  "font-dpi"                 gint                  : Read / Write
    -  "font-hint-style"          gchar*                : Read / Write
    -  "font-hinting"             gint                  : Read / Write
    -  "font-name"                gchar*                : Read / Write
    -  "font-subpixel-order"      gchar*                : Read / Write
    -  "fontconfig-timestamp"     guint                 : Write
    -  "long-press-duration"      gint                  : Read / Write
    -  "password-hint-time"       guint                 : Read / Write
    +  "dnd-drag-threshold"       gint                  : Read / Write
    +  "double-click-distance"    gint                  : Read / Write
    +  "double-click-time"        gint                  : Read / Write
    +  "font-antialias"           gint                  : Read / Write
    +  "font-dpi"                 gint                  : Read / Write
    +  "font-hint-style"          gchar*                : Read / Write
    +  "font-hinting"             gint                  : Read / Write
    +  "font-name"                gchar*                : Read / Write
    +  "font-subpixel-order"      gchar*                : Read / Write
    +  "fontconfig-timestamp"     guint                 : Write
    +  "long-press-duration"      gint                  : Read / Write
    +  "password-hint-time"       guint                 : Read / Write
     
    @@ -137,7 +137,7 @@ A back pointer to the

    The "dnd-drag-threshold" property

    -
      "dnd-drag-threshold"       gint                  : Read / Write
    +
      "dnd-drag-threshold"       gint                  : Read / Write

    The default distance that the cursor of a pointer device should travel before a drag operation should start. @@ -149,7 +149,7 @@ should travel before a drag operation should start.


    The "double-click-distance" property

    -
      "double-click-distance"    gint                  : Read / Write
    +
      "double-click-distance"    gint                  : Read / Write

    The maximum distance, in pixels, between button-press events that determines whether or not to increase the click count by 1. @@ -161,7 +161,7 @@ determines whether or not to increase the click count by 1.


    The "double-click-time" property

    -
      "double-click-time"        gint                  : Read / Write
    +
      "double-click-time"        gint                  : Read / Write

    The time, in milliseconds, that should elapse between button-press events in order to increase the click count by 1. @@ -173,7 +173,7 @@ events in order to increase the click count by 1.


    The "font-antialias" property

    -
      "font-antialias"           gint                  : Read / Write
    +
      "font-antialias"           gint                  : Read / Write

    Whether or not to use antialiasing when rendering text; a value of 1 enables it unconditionally; a value of 0 disables it @@ -186,7 +186,7 @@ unconditionally; and -1 will use the system's default.


    The "font-dpi" property

    -
      "font-dpi"                 gint                  : Read / Write
    +
      "font-dpi"                 gint                  : Read / Write

    The DPI used when rendering text, as a value of 1024 * dots/inch.

    @@ -200,7 +200,7 @@ If set to -1, the system's default will be used instead

    The "font-hint-style" property

    -
      "font-hint-style"          gchar*                : Read / Write
    +
      "font-hint-style"          gchar*                : Read / Write

    The style of the hinting used when rendering text. Valid values are: @@ -219,7 +219,7 @@ are:


    The "font-hinting" property

    -
      "font-hinting"             gint                  : Read / Write
    +
      "font-hinting"             gint                  : Read / Write

    Whether or not to use hinting when rendering text; a value of 1 unconditionally enables it; a value of 0 unconditionally disables @@ -232,10 +232,10 @@ it; and a value of -1 will use the system's default.


    The "font-name" property

    -
      "font-name"                gchar*                : Read / Write
    +
      "font-name"                gchar*                : Read / Write

    The default font name that should be used by text actors, as -a string that can be passed to pango_font_description_from_string(). +a string that can be passed to pango_font_description_from_string().

    Default value: NULL

    Since 1.4

    @@ -243,7 +243,7 @@ a string that can be passed to pango_font_description_fro

    The "font-subpixel-order" property

    -
      "font-subpixel-order"      gchar*                : Read / Write
    +
      "font-subpixel-order"      gchar*                : Read / Write

    The type of sub-pixel antialiasing used when rendering text. Valid values are: @@ -263,14 +263,14 @@ values are:


    The "fontconfig-timestamp" property

    -
      "fontconfig-timestamp"     guint                 : Write
    +
      "fontconfig-timestamp"     guint                 : Write

    Timestamp of the current fontconfig configuration.

    Default value: 0


    The "long-press-duration" property

    -
      "long-press-duration"      gint                  : Read / Write
    +
      "long-press-duration"      gint                  : Read / Write

    Sets the minimum duration for a press to be recognized as a long press gesture. The duration is expressed in milliseconds. @@ -285,7 +285,7 @@ See also

    The "password-hint-time" property

    -
      "password-hint-time"       guint                 : Read / Write
    +
      "password-hint-time"       guint                 : Read / Write

    How long to show the last input character in hidden entries.

    Default value: 0

    diff --git a/doc/reference/clutter/html/ClutterShaderEffect.html b/doc/reference/clutter/html/ClutterShaderEffect.html index fb9d7cc..41c8ef1 100644 --- a/doc/reference/clutter/html/ClutterShaderEffect.html +++ b/doc/reference/clutter/html/ClutterShaderEffect.html @@ -46,18 +46,18 @@ struct ClutterShaderEffectClass; ClutterEffect * clutter_shader_effect_new (ClutterShaderType shader_type); void clutter_shader_effect_set_uniform (ClutterShaderEffect *effect, - const gchar *name, - GType gtype, - gsize n_values, + const gchar *name, + GType gtype, + gsize n_values, ...); void clutter_shader_effect_set_uniform_value (ClutterShaderEffect *effect, - const gchar *name, - const GValue *value); + const gchar *name, + const GValue *value); -gboolean clutter_shader_effect_set_shader_source +gboolean clutter_shader_effect_set_shader_source (ClutterShaderEffect *effect, - const gchar *source); + const gchar *source); CoglHandle clutter_shader_effect_get_program (ClutterShaderEffect *effect); CoglHandle clutter_shader_effect_get_shader (ClutterShaderEffect *effect); @@ -65,8 +65,8 @@ struct

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterEffect
                          +----ClutterOffscreenEffect
    @@ -105,7 +105,7 @@ successfull) to the buffer before painting it on screen.
       regardless of how many instances of the effect are created. The
       source for the shader is typically stored in a static const
       string which is returned from this function via
    -  g_strdup().

    + g_strdup().

    The paint_target() should set the shader's uniforms if any. This is done by calling clutter_shader_effect_set_uniform_value() or @@ -259,7 +259,7 @@ or

    Returns :

    the newly created ClutterShaderEffect. -Use g_object_unref() when done. [transfer full] +Use g_object_unref() when done. [transfer full] @@ -270,17 +270,17 @@ Use g_object_unref() when done.

    clutter_shader_effect_set_uniform ()

    void                clutter_shader_effect_set_uniform   (ClutterShaderEffect *effect,
    -                                                         const gchar *name,
    -                                                         GType gtype,
    -                                                         gsize n_values,
    +                                                         const gchar *name,
    +                                                         GType gtype,
    +                                                         gsize n_values,
                                                              ...);

    Sets a list of values as the payload for the uniform name inside the shader effect

    -The gtype must be one of: G_TYPE_INT, for 1 or more integer values; -G_TYPE_FLOAT, for 1 or more floating point values; +The gtype must be one of: G_TYPE_INT, for 1 or more integer values; +G_TYPE_FLOAT, for 1 or more floating point values; CLUTTER_TYPE_SHADER_INT, for a pointer to an array of integer values; CLUTTER_TYPE_SHADER_FLOAT, for a pointer to an array of floating point values; and CLUTTER_TYPE_SHADER_MATRIX, for a pointer to an array of @@ -301,7 +301,7 @@ argument, and by the gtype argument. For 2 3

    clutter_shader_effect_set_uniform (effect, "sampler0",
    -                                   G_TYPE_INT, 1,
    +                                   G_TYPE_INT, 1,
                                        0);
    @@ -330,7 +330,7 @@ of floating point values (a "vec3") can be set using:
    gfloat component_r, component_g, component_b;
     
     clutter_shader_effect_set_uniform (effect, "components",
    -                                   G_TYPE_FLOAT, 3,
    +                                   G_TYPE_FLOAT, 3,
                                        component_r,
                                        component_g,
                                        component_b);
    @@ -422,19 +422,19 @@ Finally, a uniform named "map" and containing a matrix can be set using:

    clutter_shader_effect_set_uniform_value ()

    void                clutter_shader_effect_set_uniform_value
                                                             (ClutterShaderEffect *effect,
    -                                                         const gchar *name,
    -                                                         const GValue *value);
    + const gchar *name, + const GValue *value);

    Sets value as the payload for the uniform name inside the shader effect

    -The GType of the value must be one of: G_TYPE_INT, for a single -integer value; G_TYPE_FLOAT, for a single floating point value; +The GType of the value must be one of: G_TYPE_INT, for a single +integer value; G_TYPE_FLOAT, for a single floating point value; CLUTTER_TYPE_SHADER_INT, for an array of integer values; CLUTTER_TYPE_SHADER_FLOAT, for an array of floating point values; and CLUTTER_TYPE_SHADER_MATRIX, for a matrix of floating point -values. It also accepts G_TYPE_DOUBLE for compatibility with other +values. It also accepts G_TYPE_DOUBLE for compatibility with other languages than C.

    @@ -451,7 +451,7 @@ languages than C. - +

    value :

    a GValue with the value of the uniform to seta GValue with the value of the uniform to set
    @@ -460,9 +460,9 @@ languages than C.

    clutter_shader_effect_set_shader_source ()

    -
    gboolean            clutter_shader_effect_set_shader_source
    +
    gboolean            clutter_shader_effect_set_shader_source
                                                             (ClutterShaderEffect *effect,
    -                                                         const gchar *source);
    + const gchar *source);

    Sets the source of the GLSL shader used by effect

    @@ -489,7 +489,7 @@ yield no result.

    Returns :

    -TRUE if the source was set +TRUE if the source was set
    diff --git a/doc/reference/clutter/html/ClutterSnapConstraint.html b/doc/reference/clutter/html/ClutterSnapConstraint.html index 4e388b0..e62549d 100644 --- a/doc/reference/clutter/html/ClutterSnapConstraint.html +++ b/doc/reference/clutter/html/ClutterSnapConstraint.html @@ -46,7 +46,7 @@ ClutterConstraint * clutter_snap_constraint_new (ClutterActor *source, ClutterSnapEdge from_edge, ClutterSnapEdge to_edge, - gfloat offset); + gfloat offset); void clutter_snap_constraint_set_source (ClutterSnapConstraint *constraint, ClutterActor *source); ClutterActor * clutter_snap_constraint_get_source (ClutterSnapConstraint *constraint); @@ -57,15 +57,15 @@ ClutterSnapEdge *from_edge, ClutterSnapEdge *to_edge); void clutter_snap_constraint_set_offset (ClutterSnapConstraint *constraint, - gfloat offset); -gfloat clutter_snap_constraint_get_offset (ClutterSnapConstraint *constraint); + gfloat offset); +gfloat clutter_snap_constraint_get_offset (ClutterSnapConstraint *constraint);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterConstraint
                          +----ClutterSnapConstraint
    @@ -75,7 +75,7 @@
     

    Properties

       "from-edge"                ClutterSnapEdge       : Read / Write / Construct
    -  "offset"                   gfloat                : Read / Write / Construct
    +  "offset"                   gfloat                : Read / Write / Construct
       "source"                   ClutterActor*         : Read / Write / Construct
       "to-edge"                  ClutterSnapEdge       : Read / Write / Construct
     
    @@ -150,7 +150,7 @@ whose members cannot be directly accesses
    ClutterConstraint * clutter_snap_constraint_new         (ClutterActor *source,
                                                              ClutterSnapEdge from_edge,
                                                              ClutterSnapEdge to_edge,
    -                                                         gfloat offset);
    + gfloat offset);

    Creates a new ClutterSnapConstraint that will snap a ClutterActor to the edge of source, with the given offset. @@ -161,7 +161,7 @@ to the edge of

    source :

    the ClutterActor to use as the source of -the constraint, or NULL. [allow-none] +the constraint, or NULL. [allow-none] @@ -203,7 +203,7 @@ Sets the source

    source :

    -a
    ClutterActor, or NULL to unset the source. [allow-none] +a ClutterActor, or NULL to unset the source. [allow-none] @@ -287,12 +287,12 @@ Retrieves the edges used by the constraint

    from_edge :

    -return location for the actor's edge, or NULL. [out] +return location for the actor's edge, or NULL. [out]

    to_edge :

    -return location for the source's edge, or NULL. [out] +return location for the source's edge, or NULL. [out] @@ -303,7 +303,7 @@ Retrieves the edges used by the constraint

    clutter_snap_constraint_set_offset ()

    void                clutter_snap_constraint_set_offset  (ClutterSnapConstraint *constraint,
    -                                                         gfloat offset);
    + gfloat offset);

    Sets the offset to be applied to the constraint

    @@ -326,7 +326,7 @@ Sets the offset to be applied to the constraint

    clutter_snap_constraint_get_offset ()

    -
    gfloat              clutter_snap_constraint_get_offset  (ClutterSnapConstraint *constraint);
    +
    gfloat              clutter_snap_constraint_get_offset  (ClutterSnapConstraint *constraint);

    Retrieves the offset set using clutter_snap_constraint_set_offset()

    @@ -361,7 +361,7 @@ The edge of the

    The "offset" property

    -
      "offset"                   gfloat                : Read / Write / Construct
    +
      "offset"                   gfloat                : Read / Write / Construct

    The offset, in pixels, between "from-edge" and "to-edge" diff --git a/doc/reference/clutter/html/ClutterStage.html b/doc/reference/clutter/html/ClutterStage.html index 590d08a..1cd681f 100644 --- a/doc/reference/clutter/html/ClutterStage.html +++ b/doc/reference/clutter/html/ClutterStage.html @@ -51,22 +51,22 @@ struct CLUTTER_STAGE_HEIGHT ClutterActor * clutter_stage_get_default (void); ClutterActor * clutter_stage_new (void); -gboolean clutter_stage_is_default (ClutterStage *stage); +gboolean clutter_stage_is_default (ClutterStage *stage); void clutter_stage_set_color (ClutterStage *stage, const ClutterColor *color); void clutter_stage_get_color (ClutterStage *stage, ClutterColor *color); void clutter_stage_set_fullscreen (ClutterStage *stage, - gboolean fullscreen); -gboolean clutter_stage_get_fullscreen (ClutterStage *stage); + gboolean fullscreen); +gboolean clutter_stage_get_fullscreen (ClutterStage *stage); void clutter_stage_show_cursor (ClutterStage *stage); void clutter_stage_hide_cursor (ClutterStage *stage); enum ClutterPickMode; ClutterActor * clutter_stage_get_actor_at_pos (ClutterStage *stage, ClutterPickMode pick_mode, - gint x, - gint y); + gint x, + gint y); void clutter_stage_ensure_current (ClutterStage *stage); void clutter_stage_ensure_viewport (ClutterStage *stage); void clutter_stage_ensure_redraw (ClutterStage *stage); @@ -74,44 +74,44 @@ enum void clutter_actor_queue_redraw_with_clip (ClutterActor *self, const cairo_rectangle_int_t *clip); -gboolean clutter_stage_event (ClutterStage *stage, +gboolean clutter_stage_event (ClutterStage *stage, ClutterEvent *event); void clutter_stage_set_key_focus (ClutterStage *stage, ClutterActor *actor); ClutterActor * clutter_stage_get_key_focus (ClutterStage *stage); -guchar * clutter_stage_read_pixels (ClutterStage *stage, - gint x, - gint y, - gint width, - gint height); +guchar * clutter_stage_read_pixels (ClutterStage *stage, + gint x, + gint y, + gint width, + gint height); void clutter_stage_set_throttle_motion_events (ClutterStage *stage, - gboolean throttle); -gboolean clutter_stage_get_throttle_motion_events + gboolean throttle); +gboolean clutter_stage_get_throttle_motion_events (ClutterStage *stage); void clutter_stage_set_use_alpha (ClutterStage *stage, - gboolean use_alpha); -gboolean clutter_stage_get_use_alpha (ClutterStage *stage); + gboolean use_alpha); +gboolean clutter_stage_get_use_alpha (ClutterStage *stage); void clutter_stage_set_minimum_size (ClutterStage *stage, - guint width, - guint height); + guint width, + guint height); void clutter_stage_get_minimum_size (ClutterStage *stage, - guint *width, - guint *height); + guint *width, + guint *height); void clutter_stage_set_no_clear_hint (ClutterStage *stage, - gboolean no_clear); -gboolean clutter_stage_get_no_clear_hint (ClutterStage *stage); + gboolean no_clear); +gboolean clutter_stage_get_no_clear_hint (ClutterStage *stage); void clutter_stage_get_redraw_clip_bounds (ClutterStage *stage, cairo_rectangle_int_t *clip); void clutter_stage_set_accept_focus (ClutterStage *stage, - gboolean accept_focus); -gboolean clutter_stage_get_accept_focus (ClutterStage *stage); -gboolean clutter_stage_get_motion_events_enabled + gboolean accept_focus); +gboolean clutter_stage_get_accept_focus (ClutterStage *stage); +gboolean clutter_stage_get_motion_events_enabled (ClutterStage *stage); void clutter_stage_set_motion_events_enabled (ClutterStage *stage, - gboolean enabled); + gboolean enabled); ClutterPerspective; void clutter_stage_set_perspective (ClutterStage *stage, @@ -120,16 +120,16 @@ enum ClutterPerspective *perspective); void clutter_stage_set_title (ClutterStage *stage, - const gchar *title); -const gchar * clutter_stage_get_title (ClutterStage *stage); + const gchar *title); +const gchar * clutter_stage_get_title (ClutterStage *stage); void clutter_stage_set_user_resizable (ClutterStage *stage, - gboolean resizable); -gboolean clutter_stage_get_user_resizable (ClutterStage *stage); + gboolean resizable); +gboolean clutter_stage_get_user_resizable (ClutterStage *stage); ClutterFog; void clutter_stage_set_use_fog (ClutterStage *stage, - gboolean fog); -gboolean clutter_stage_get_use_fog (ClutterStage *stage); + gboolean fog); +gboolean clutter_stage_get_use_fog (ClutterStage *stage); void clutter_stage_set_fog (ClutterStage *stage, ClutterFog *fog); void clutter_stage_get_fog (ClutterStage *stage, @@ -139,8 +139,8 @@ const gchar *

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActor
                    +----ClutterGroup
                          +----ClutterStage
    @@ -155,29 +155,29 @@ ClutterStage implements
     

    Properties

    -  "accept-focus"             gboolean              : Read / Write
    +  "accept-focus"             gboolean              : Read / Write
       "color"                    ClutterColor*         : Read / Write
    -  "cursor-visible"           gboolean              : Read / Write
    +  "cursor-visible"           gboolean              : Read / Write
       "fog"                      ClutterFog*           : Read / Write
    -  "fullscreen-set"           gboolean              : Read
    +  "fullscreen-set"           gboolean              : Read
       "key-focus"                ClutterActor*         : Read / Write
    -  "no-clear-hint"            gboolean              : Read / Write
    -  "offscreen"                gboolean              : Read / Write
    +  "no-clear-hint"            gboolean              : Read / Write
    +  "offscreen"                gboolean              : Read / Write
       "perspective"              ClutterPerspective*   : Read / Write
    -  "title"                    gchar*                : Read / Write
    -  "use-alpha"                gboolean              : Read / Write
    -  "use-fog"                  gboolean              : Read / Write
    -  "user-resizable"           gboolean              : Read / Write
    +  "title"                    gchar*                : Read / Write
    +  "use-alpha"                gboolean              : Read / Write
    +  "use-fog"                  gboolean              : Read / Write
    +  "user-resizable"           gboolean              : Read / Write
     

    Signals

    -  "activate"                                       : Run Last
    -  "deactivate"                                     : Run Last
    -  "delete-event"                                   : Run Last
    -  "fullscreen"                                     : Run First
    -  "unfullscreen"                                   : Run Last
    +  "activate"                                       : Run Last
    +  "deactivate"                                     : Run Last
    +  "delete-event"                                   : Run Last
    +  "fullscreen"                                     : Run First
    +  "unfullscreen"                                   : Run Last
     
    @@ -347,7 +347,7 @@ backend supports multiple stages.

    Returns :

    -a new stage, or NULL if the default backend does +a new stage, or NULL if the default backend does not support multiple stages. Use clutter_actor_destroy() to programmatically close the returned stage. @@ -357,7 +357,7 @@ programmatically close the returned stage.

    clutter_stage_is_default ()

    -
    gboolean            clutter_stage_is_default            (ClutterStage *stage);
    +
    gboolean            clutter_stage_is_default            (ClutterStage *stage);

    Warning

    clutter_stage_is_default has been deprecated since version 1.10 and should not be used in newly-written code. Track the stage pointer inside your application @@ -379,7 +379,7 @@ Checks if stage is the default stage, or

    Returns :

    -TRUE if the passed stage is the default one +TRUE if the passed stage is the default one
    @@ -445,7 +445,7 @@ Retrieves the stage color.

    clutter_stage_set_fullscreen ()

    void                clutter_stage_set_fullscreen        (ClutterStage *stage,
    -                                                         gboolean fullscreen);
    + gboolean fullscreen);

    Asks to place the stage window in the fullscreen or unfullscreen states. @@ -473,7 +473,7 @@ for the

    fullscreen :

    -TRUE to to set the stage fullscreen +TRUE to to set the stage fullscreen
    @@ -482,7 +482,7 @@ for the

    clutter_stage_get_fullscreen ()

    -
    gboolean            clutter_stage_get_fullscreen        (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_fullscreen        (ClutterStage *stage);

    Retrieves whether the stage is full screen or not

    @@ -497,7 +497,7 @@ Retrieves whether the stage is full screen or not

    Returns :

    -TRUE if the stage is full screen +TRUE if the stage is full screen
    @@ -575,8 +575,8 @@ Controls the paint cycle of the scene graph when in pick mode

    clutter_stage_get_actor_at_pos ()

    ClutterActor *      clutter_stage_get_actor_at_pos      (ClutterStage *stage,
                                                              ClutterPickMode pick_mode,
    -                                                         gint x,
    -                                                         gint y);
    + gint x, + gint y);

    Checks the scene at the coordinates x and y and returns a pointer to the ClutterActor at those coordinates. @@ -720,7 +720,7 @@ Queues a redraw on self limited to a spe rectangular area.

    -If clip is NULL this function is equivalent to +If clip is NULL this function is equivalent to clutter_actor_queue_redraw().

    @@ -733,7 +733,7 @@ If clip is clip :

    -
    @@ -743,7 +743,7 @@ If clip is

    clutter_stage_event ()

    -
    gboolean            clutter_stage_event                 (ClutterStage *stage,
    +
    gboolean            clutter_stage_event                 (ClutterStage *stage,
                                                              ClutterEvent *event);

    This function is used to emit an event on the main stage. @@ -780,7 +780,7 @@ synthetised events. ClutterActor *actor);

    Sets the key focus on actor. An actor with key focus will receive -all the key events. If actor is NULL, the stage will receive +all the key events. If actor is NULL, the stage will receive focus.

    a rectangular clip region, or NULL. [allow-none] +a rectangular clip region, or NULL. [allow-none]
    @@ -793,7 +793,7 @@ focus. - @@ -827,11 +827,11 @@ Retrieves the actor that is currently under key focus.

    clutter_stage_read_pixels ()

    -
    guchar *            clutter_stage_read_pixels           (ClutterStage *stage,
    -                                                         gint x,
    -                                                         gint y,
    -                                                         gint width,
    -                                                         gint height);
    +
    guchar *            clutter_stage_read_pixels           (ClutterStage *stage,
    +                                                         gint x,
    +                                                         gint y,
    +                                                         gint width,
    +                                                         gint height);

    Makes a screenshot of the stage in RGBA 8bit data, returns a linear buffer with width * 4 as rowstride. @@ -869,7 +869,7 @@ entire stage height

    @@ -881,7 +881,7 @@ to release the resources it has allocated. [

    clutter_stage_set_throttle_motion_events ()

    void                clutter_stage_set_throttle_motion_events
                                                             (ClutterStage *stage,
    -                                                         gboolean throttle);
    + gboolean throttle);

    Sets whether motion events received between redraws should be throttled or not. If motion events are throttled, those @@ -904,7 +904,7 @@ the motion events delivered to your application code.

    +TRUE to throttle motion events

    actor :

    the actor to set key focus to, or NULL. [allow-none] +the actor to set key focus to, or NULL. [allow-none]

    Returns :

    a pointer to newly allocated memory with the buffer -or NULL if the read failed. Use g_free() on the returned data +or NULL if the read failed. Use g_free() on the returned data to release the resources it has allocated. [array]

    throttle :

    -TRUE to throttle motion events
    @@ -913,7 +913,7 @@ the motion events delivered to your application code.

    clutter_stage_get_throttle_motion_events ()

    -
    gboolean            clutter_stage_get_throttle_motion_events
    +
    gboolean            clutter_stage_get_throttle_motion_events
                                                             (ClutterStage *stage);

    Retrieves the value set with clutter_stage_set_throttle_motion_events() @@ -929,8 +929,8 @@ Retrieves the value set with Returns :

    -TRUE if the motion events are being throttled, -and FALSE otherwise +TRUE if the motion events are being throttled, +and FALSE otherwise
    @@ -940,7 +940,7 @@ and FALSE otherwise

    clutter_stage_set_use_alpha ()

    void                clutter_stage_set_use_alpha         (ClutterStage *stage,
    -                                                         gboolean use_alpha);
    + gboolean use_alpha);

    Sets whether the stage should honour the "opacity" and the alpha channel of the "color" @@ -965,7 +965,7 @@ alpha channel of the stage color


    clutter_stage_get_use_alpha ()

    -
    gboolean            clutter_stage_get_use_alpha         (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_use_alpha         (ClutterStage *stage);

    Retrieves the value set using clutter_stage_set_use_alpha()

    @@ -980,7 +980,7 @@ Retrieves the value set using Returns :

    -TRUE if the stage should honour the opacity and the +
    TRUE if the stage should honour the opacity and the alpha channel of the stage color @@ -991,8 +991,8 @@ alpha channel of the stage color

    clutter_stage_set_minimum_size ()

    void                clutter_stage_set_minimum_size      (ClutterStage *stage,
    -                                                         guint width,
    -                                                         guint height);
    + guint width, + guint height);

    Sets the minimum size for a stage window, if the default backend uses ClutterStage inside a window @@ -1032,8 +1032,8 @@ This function has no effect if stage is

    clutter_stage_get_minimum_size ()

    void                clutter_stage_get_minimum_size      (ClutterStage *stage,
    -                                                         guint *width,
    -                                                         guint *height);
    + guint *width, + guint *height);

    Retrieves the minimum size for a stage window as set using clutter_stage_set_minimum_size(). @@ -1054,13 +1054,13 @@ Clutter backend

    width :

    return location for the minimum width, in pixels, -or NULL. [out] +or NULL. [out]

    height :

    return location for the minimum height, in pixels, -or NULL. [out] +or NULL. [out] @@ -1071,7 +1071,7 @@ or

    clutter_stage_set_no_clear_hint ()

    void                clutter_stage_set_no_clear_hint     (ClutterStage *stage,
    -                                                         gboolean no_clear);
    + gboolean no_clear);

    Sets whether the stage should clear itself at the beginning of each paint cycle or not. @@ -1111,7 +1111,7 @@ contents of the stage.

    no_clear :

    -TRUE if the stage should not clear itself on every +TRUE if the stage should not clear itself on every repaint cycle @@ -1121,7 +1121,7 @@ repaint cycle

    clutter_stage_get_no_clear_hint ()

    -
    gboolean            clutter_stage_get_no_clear_hint     (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_no_clear_hint     (ClutterStage *stage);

    Retrieves the hint set with clutter_stage_set_no_clear_hint()

    @@ -1136,8 +1136,8 @@ Retrieves the hint set with Returns :

    -TRUE if the stage should not clear itself on every paint -cycle, and FALSE otherwise +
    TRUE if the stage should not clear itself on every paint +cycle, and FALSE otherwise
    @@ -1181,7 +1181,7 @@ this function will set clip to the full

    clutter_stage_set_accept_focus ()

    void                clutter_stage_set_accept_focus      (ClutterStage *stage,
    -                                                         gboolean accept_focus);
    + gboolean accept_focus);

    Sets whether the stage should accept the key focus when shown.

    @@ -1200,7 +1200,7 @@ This function should be called before showing stage<

    accept_focus :

    -TRUE to accept focus on show +TRUE to accept focus on show
    @@ -1209,7 +1209,7 @@ This function should be called before showing stage<

    clutter_stage_get_accept_focus ()

    -
    gboolean            clutter_stage_get_accept_focus      (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_accept_focus      (ClutterStage *stage);

    Retrieves the value set with clutter_stage_set_accept_focus().

    @@ -1224,7 +1224,7 @@ Retrieves the value set with Returns :

    -TRUE if the
    ClutterStage should accept focus, and FALSE +TRUE if the ClutterStage should accept focus, and FALSE otherwise @@ -1234,7 +1234,7 @@ otherwise

    clutter_stage_get_motion_events_enabled ()

    -
    gboolean            clutter_stage_get_motion_events_enabled
    +
    gboolean            clutter_stage_get_motion_events_enabled
                                                             (ClutterStage *stage);

    Retrieves the value set using clutter_stage_set_motion_events_enabled(). @@ -1250,8 +1250,8 @@ Retrieves the value set using Returns :

    -TRUE if the per-actor motion event delivery is enabled -and FALSE otherwise +TRUE if the per-actor motion event delivery is enabled +and FALSE otherwise
    @@ -1262,16 +1262,16 @@ and FALSE otherwise

    clutter_stage_set_motion_events_enabled ()

    void                clutter_stage_set_motion_events_enabled
                                                             (ClutterStage *stage,
    -                                                         gboolean enabled);
    + gboolean enabled);

    Sets whether per-actor motion events (and relative crossing events) should be disabled or not.

    -The default is TRUE. +The default is TRUE.

    -If enable is FALSE the following events will not be delivered +If enable is FALSE the following events will not be delivered to the actors children of stage.

    @@ -1305,7 +1305,7 @@ a pick.

    enabled :

    -TRUE to enable the motion events delivery, and FALSE +TRUE to enable the motion events delivery, and FALSE otherwise @@ -1330,21 +1330,21 @@ the fixed point version of -

    gfloat fovy;

    +

    gfloat fovy;

    the field of view angle, in degrees, in the y direction -

    gfloat aspect;

    +

    gfloat aspect;

    the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height) -

    gfloat z_near;

    +

    gfloat z_near;

    the distance from the viewer to the near clipping plane (always positive) -

    gfloat z_far;

    +

    gfloat z_far;

    the distance from the viewer to the far clipping plane (always positive) @@ -1407,7 +1407,7 @@ Retrieves the stage perspective.

    clutter_stage_set_title ()

    void                clutter_stage_set_title             (ClutterStage *stage,
    -                                                         const gchar *title);
    + const gchar *title);

    Sets the stage title.

    @@ -1430,7 +1430,7 @@ Sets the stage title.

    clutter_stage_get_title ()

    -
    const gchar *       clutter_stage_get_title             (ClutterStage *stage);
    +
    const gchar *       clutter_stage_get_title             (ClutterStage *stage);

    Gets the stage title.

    @@ -1456,7 +1456,7 @@ be modified or freed.

    clutter_stage_set_user_resizable ()

    void                clutter_stage_set_user_resizable    (ClutterStage *stage,
    -                                                         gboolean resizable);
    + gboolean resizable);

    Sets if the stage is resizable by user interaction (e.g. via window manager controls) @@ -1480,7 +1480,7 @@ window manager controls)


    clutter_stage_get_user_resizable ()

    -
    gboolean            clutter_stage_get_user_resizable    (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_user_resizable    (ClutterStage *stage);

    Retrieves the value set with clutter_stage_set_user_resizable().

    @@ -1495,7 +1495,7 @@ Retrieves the value set with Returns :

    -TRUE if the stage is resizable by the user. +
    TRUE if the stage is resizable by the user.
    @@ -1521,12 +1521,12 @@ Fog settings used to create the depth cueing effect. -

    gfloat z_near;

    +

    gfloat z_near;

    starting distance from the viewer to the near clipping plane (always positive) -

    gfloat z_far;

    +

    gfloat z_far;

    final distance from the viewer to the far clipping plane (always positive) @@ -1538,7 +1538,7 @@ plane (always positive)

    clutter_stage_set_use_fog ()

    void                clutter_stage_set_use_fog           (ClutterStage *stage,
    -                                                         gboolean fog);
    + gboolean fog);

    Warning

    clutter_stage_set_use_fog has been deprecated since version 1.10 and should not be used in newly-written code. Calling this function produces no visible effect

    @@ -1566,7 +1566,7 @@ The parameters of the GL fog used can be changed using the

    fog :

    -TRUE for enabling the depth cueing effect +TRUE for enabling the depth cueing effect
    @@ -1575,10 +1575,10 @@ The parameters of the GL fog used can be changed using the

    clutter_stage_get_use_fog ()

    -
    gboolean            clutter_stage_get_use_fog           (ClutterStage *stage);
    +
    gboolean            clutter_stage_get_use_fog           (ClutterStage *stage);

    Warning

    -

    clutter_stage_get_use_fog has been deprecated since version 1.10 and should not be used in newly-written code. This function will always return FALSE

    +

    clutter_stage_get_use_fog has been deprecated since version 1.10 and should not be used in newly-written code. This function will always return FALSE

    Gets whether the depth cueing effect is enabled on stage. @@ -1594,7 +1594,7 @@ Gets whether the depth cueing effect is enabled on s

    Returns :

    -TRUE if the depth cueing effect is enabled +TRUE if the depth cueing effect is enabled
    @@ -1629,8 +1629,8 @@ like:
    1
     2
    -
    clutter_stage_set_use_fog (stage, FALSE);
    -g_signal_connect (stage, "paint", G_CALLBACK (on_stage_paint), NULL);
    +
    clutter_stage_set_use_fog (stage, FALSE);
    +g_signal_connect (stage, "paint", G_CALLBACK (on_stage_paint), NULL);
    @@ -1758,7 +1758,7 @@ Retrieves the current depth cueing settings from the stage.

    Property Details

    The "accept-focus" property

    -
      "accept-focus"             gboolean              : Read / Write
    +
      "accept-focus"             gboolean              : Read / Write

    Whether the ClutterStage should accept key focus when shown.

    @@ -1781,7 +1781,7 @@ The background color of the main stage.

    The "cursor-visible" property

    -
      "cursor-visible"           gboolean              : Read / Write
    +
      "cursor-visible"           gboolean              : Read / Write

    Whether the mouse pointer should be visible

    @@ -1797,14 +1797,14 @@ Whether the mouse pointer should be visible

    The settings for the GL "fog", used only if "use-fog" -is set to TRUE +is set to TRUE

    Since 1.0


    The "fullscreen-set" property

    -
      "fullscreen-set"           gboolean              : Read
    +
      "fullscreen-set"           gboolean              : Read

    Whether the main stage is fullscreen.

    Default value: FALSE

    @@ -1817,14 +1817,14 @@ The NULL, the ClutterStage will receive the events. +If NULL, the ClutterStage will receive the events.

    Since 1.2


    The "no-clear-hint" property

    -
      "no-clear-hint"            gboolean              : Read / Write
    +
      "no-clear-hint"            gboolean              : Read / Write

    Whether or not the ClutterStage should clear its contents before each paint cycle. @@ -1838,7 +1838,7 @@ See

    The "offscreen" property

    -
      "offscreen"                gboolean              : Read / Write
    +
      "offscreen"                gboolean              : Read / Write

    Warning

    ClutterStage:offscreen has been deprecated since version 1.10 and should not be used in newly-written code. This property does not do anything.

    @@ -1861,7 +1861,7 @@ coordinates to 2D

    The "title" property

    -
      "title"                    gchar*                : Read / Write
    +
      "title"                    gchar*                : Read / Write

    The stage's title - usually displayed in stage windows title decorations.

    @@ -1871,7 +1871,7 @@ The stage's title - usually displayed in stage windows title decorations.

    The "use-alpha" property

    -
      "use-alpha"                gboolean              : Read / Write
    +
      "use-alpha"                gboolean              : Read / Write

    Whether the ClutterStage should honour the alpha component of the "color" property when painting. If Clutter is run under @@ -1884,7 +1884,7 @@ with the underlying window(s)


    The "use-fog" property

    -
      "use-fog"                  gboolean              : Read / Write
    +
      "use-fog"                  gboolean              : Read / Write

    Warning

    ClutterStage:use-fog has been deprecated since version 1.10 and should not be used in newly-written code. This property does not do anything.

    @@ -1900,7 +1900,7 @@ actors farther from the viewpoint.

    The "user-resizable" property

    -
      "user-resizable"           gboolean              : Read / Write
    +
      "user-resizable"           gboolean              : Read / Write

    Whether the stage is resizable via user interaction.

    @@ -1913,7 +1913,7 @@ Whether the stage is resizable via user interaction.

    The "activate" signal

    void                user_function                      (ClutterStage *stage,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::activate signal is emitted when the stage receives key focus from the underlying window system. @@ -1937,7 +1937,7 @@ from the underlying window system.

    The "deactivate" signal

    void                user_function                      (ClutterStage *stage,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::activate signal is emitted when the stage loses key focus from the underlying window system. @@ -1960,9 +1960,9 @@ from the underlying window system.


    The "delete-event" signal

    -
    gboolean            user_function                      (ClutterStage *stage,
    +
    gboolean            user_function                      (ClutterStage *stage,
                                                             ClutterEvent *event,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::delete-event signal is emitted when the user closes a ClutterStage window using the window controls. @@ -1974,7 +1974,7 @@ stage.

    It is possible to override the default behaviour by connecting -a new handler and returning TRUE there. +a new handler and returning TRUE there.

    @@ -2008,7 +2008,7 @@ backends that use a static frame buffer.

    The "fullscreen" signal

    void                user_function                      (ClutterStage *stage,
    -                                                        gpointer      user_data)      : Run First
    + gpointer user_data) : Run First

    The ::fullscreen signal is emitted when the stage is made fullscreen.

    @@ -2031,7 +2031,7 @@ The ::fullscreen signal is emitted when the stage is made fullscreen.

    The "unfullscreen" signal

    void                user_function                      (ClutterStage *stage,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::unfullscreen signal is emitted when the stage leaves a fullscreen state. diff --git a/doc/reference/clutter/html/ClutterState.html b/doc/reference/clutter/html/ClutterState.html index 6a948cd..2bb6e33 100644 --- a/doc/reference/clutter/html/ClutterState.html +++ b/doc/reference/clutter/html/ClutterState.html @@ -49,72 +49,72 @@ struct ClutterStateClass; ClutterState * clutter_state_new (void); ClutterTimeline * clutter_state_set_state (ClutterState *state, - const gchar *target_state_name); -const gchar * clutter_state_get_state (ClutterState *state); + const gchar *target_state_name); +const gchar * clutter_state_get_state (ClutterState *state); ClutterTimeline * clutter_state_warp_to_state (ClutterState *state, - const gchar *target_state_name); + const gchar *target_state_name); void clutter_state_set (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, - gpointer first_object, - const gchar *first_property_name, - gulong first_mode, + const gchar *source_state_name, + const gchar *target_state_name, + gpointer first_object, + const gchar *first_property_name, + gulong first_mode, ...); ClutterState * clutter_state_set_key (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, - GObject *object, - const gchar *property_name, - guint mode, - const GValue *value, - gdouble pre_delay, - gdouble post_delay); + const gchar *source_state_name, + const gchar *target_state_name, + GObject *object, + const gchar *property_name, + guint mode, + const GValue *value, + gdouble pre_delay, + gdouble post_delay); void clutter_state_set_duration (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, - guint duration); -guint clutter_state_get_duration (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name); -GList * clutter_state_get_states (ClutterState *state); -GList * clutter_state_get_keys (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, - GObject *object, - const gchar *property_name); + const gchar *source_state_name, + const gchar *target_state_name, + guint duration); +guint clutter_state_get_duration (ClutterState *state, + const gchar *source_state_name, + const gchar *target_state_name); +GList * clutter_state_get_states (ClutterState *state); +GList * clutter_state_get_keys (ClutterState *state, + const gchar *source_state_name, + const gchar *target_state_name, + GObject *object, + const gchar *property_name); void clutter_state_remove_key (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, - GObject *object, - const gchar *property_name); + const gchar *source_state_name, + const gchar *target_state_name, + GObject *object, + const gchar *property_name); ClutterTimeline * clutter_state_get_timeline (ClutterState *state); void clutter_state_set_animator (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name, + const gchar *source_state_name, + const gchar *target_state_name, ClutterAnimator *animator); ClutterAnimator * clutter_state_get_animator (ClutterState *state, - const gchar *source_state_name, - const gchar *target_state_name); + const gchar *source_state_name, + const gchar *target_state_name); ClutterStateKey; -const gchar * clutter_state_key_get_source_state_name +const gchar * clutter_state_key_get_source_state_name (const ClutterStateKey *state_key); -const gchar * clutter_state_key_get_target_state_name +const gchar * clutter_state_key_get_target_state_name (const ClutterStateKey *state_key); -GObject * clutter_state_key_get_object (const ClutterStateKey *state_key); -const gchar * clutter_state_key_get_property_name (const ClutterStateKey *state_key); -gulong clutter_state_key_get_mode (const ClutterStateKey *state_key); -gboolean clutter_state_key_get_value (const ClutterStateKey *state_key, - GValue *value); -GType clutter_state_key_get_property_type (const ClutterStateKey *key); -gdouble clutter_state_key_get_pre_delay (const ClutterStateKey *state_key); -gdouble clutter_state_key_get_post_delay (const ClutterStateKey *state_key); +GObject * clutter_state_key_get_object (const ClutterStateKey *state_key); +const gchar * clutter_state_key_get_property_name (const ClutterStateKey *state_key); +gulong clutter_state_key_get_mode (const ClutterStateKey *state_key); +gboolean clutter_state_key_get_value (const ClutterStateKey *state_key, + GValue *value); +GType clutter_state_key_get_property_type (const ClutterStateKey *key); +gdouble clutter_state_key_get_pre_delay (const ClutterStateKey *state_key); +gdouble clutter_state_key_get_post_delay (const ClutterStateKey *state_key);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterState
     
    @@ -127,14 +127,14 @@ ClutterState implements

    Properties

    -  "duration"                 guint                 : Read / Write
    -  "state"                    gchar*                : Read / Write
    +  "duration"                 guint                 : Read / Write
    +  "state"                    gchar*                : Read / Write
     

    Signals

    -  "completed"                                      : Run Last
    +  "completed"                                      : Run Last
     
    @@ -391,7 +391,7 @@ Creates a new

    clutter_state_set_state ()

    ClutterTimeline *   clutter_state_set_state             (ClutterState *state,
    -                                                         const gchar *target_state_name);
    + const gchar *target_state_name);

    Change the current state of ClutterState to target_state_name.

    @@ -400,7 +400,7 @@ The state will animate during its transition, see clutter_state_warp_to_state for animation-free state switching.

    -Setting a NULL state will stop the current animation and unset +Setting a NULL state will stop the current animation and unset the current state, but keys will be left intact.

    @@ -429,7 +429,7 @@ and it should not be unreferenced. [

    clutter_state_get_state ()

    -
    const gchar *       clutter_state_get_state             (ClutterState *state);
    +
    const gchar *       clutter_state_get_state             (ClutterState *state);

    Queries the currently set target state.

    @@ -461,7 +461,7 @@ is owned by the

    clutter_state_warp_to_state ()

    ClutterTimeline *   clutter_state_warp_to_state         (ClutterState *state,
    -                                                         const gchar *target_state_name);
    + const gchar *target_state_name);

    Change to the specified target state immediately with no animation.

    @@ -495,11 +495,11 @@ and it should not be unreferenced. [

    clutter_state_set ()

    void                clutter_state_set                   (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    -                                                         gpointer first_object,
    -                                                         const gchar *first_property_name,
    -                                                         gulong first_mode,
    +                                                         const gchar *source_state_name,
    +                                                         const gchar *target_state_name,
    +                                                         gpointer first_object,
    +                                                         const gchar *first_property_name,
    +                                                         gulong first_mode,
                                                              ...);

    Adds multiple keys to a named state of a ClutterState instance, specifying @@ -524,11 +524,11 @@ For instance, the code below: 3 4 5 -

    + NULL);
    clutter_state_set (state, NULL, "hover",
    +        
    clutter_state_set (state, NULL, "hover",
                        button, "opacity", CLUTTER_LINEAR, 255,
                        button, "scale-x", CLUTTER_EASE_OUT_CUBIC, 1.2,
                        button, "scale-y", CLUTTER_EASE_OUT_CUBIC, 1.2,
    -                   NULL);
    @@ -585,7 +585,7 @@ transitioning, e.g.:
    clutter_state_set (state, "hover", "toggled",
                        button, "delayed::scale-x", CLUTTER_LINEAR, 1.0, 0.2, 0.2,
                        button, "delayed::scale-y", CLUTTER_LINEAR, 1.0, 0.2, 0.2,
    -                   NULL);
    + NULL); @@ -615,7 +615,7 @@ and 20% of the duration after animating.

    first_object :

    -a GObject +a GObject @@ -630,7 +630,7 @@ and 20% of the duration after animating.

    ... :

    the value first_property_name should have in target_state_name, followed by object, property name, mode, value tuples, terminated -by NULL +by NULL @@ -641,14 +641,14 @@ by

    clutter_state_set_key ()

    ClutterState *      clutter_state_set_key               (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    -                                                         GObject *object,
    -                                                         const gchar *property_name,
    -                                                         guint mode,
    -                                                         const GValue *value,
    -                                                         gdouble pre_delay,
    -                                                         gdouble post_delay);
    + const gchar *source_state_name, + const gchar *target_state_name, + GObject *object, + const gchar *property_name, + guint mode, + const GValue *value, + gdouble pre_delay, + gdouble post_delay);

    Sets one specific end key for a state name, object, property_name combination. @@ -663,7 +663,7 @@ combination.

    source_state_name :

    the source transition to specify -transition for, or NULL to specify the default fallback when a +transition for, or NULL to specify the default fallback when a more specific source state doesn't exist. [allow-none] @@ -673,7 +673,7 @@ more specific source state doesn't exist. [

    object :

    -the GObject to set a key for +the GObject to set a key for

    property_name :

    @@ -711,14 +711,14 @@ chaining of multiple calls. [

    clutter_state_set_duration ()

    void                clutter_state_set_duration          (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    -                                                         guint duration);
    + const gchar *source_state_name, + const gchar *target_state_name, + guint duration);

    Sets the duration of a transition.

    -If both state names are NULL the default duration for state is set. +If both state names are NULL the default duration for state is set.

    If only target_state_name is specified, the passed duration becomes @@ -738,12 +738,12 @@ to the specified transition.

    source_state_name :

    -the name of the source state, or NULL. [allow-none] +the name of the source state, or NULL. [allow-none]

    target_state_name :

    -the name of the target state, or NULL. [allow-none] +the name of the target state, or NULL. [allow-none] @@ -757,9 +757,9 @@ to the specified transition.

    clutter_state_get_duration ()

    -
    guint               clutter_state_get_duration          (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name);
    +
    guint               clutter_state_get_duration          (ClutterState *state,
    +                                                         const gchar *source_state_name,
    +                                                         const gchar *target_state_name);

    Queries the duration used for transitions between a source and target state pair @@ -779,13 +779,13 @@ setting the duration with source_state_name :

    the name of the source state to -get the duration of, or NULL. [allow-none] +get the duration of, or NULL. [allow-none]

    target_state_name :

    the name of the source state to -get the duration of, or NULL. [allow-none] +get the duration of, or NULL. [allow-none] @@ -799,7 +799,7 @@ get the duration of, or

    clutter_state_get_states ()

    -
    GList *             clutter_state_get_states            (ClutterState *state);
    +
    GList *             clutter_state_get_states            (ClutterState *state);

    Gets a list of all the state names managed by this ClutterState.

    @@ -813,9 +813,9 @@ Gets a list of all the state names managed by this Returns :

    a newly allocated -GList of state names. The contents of the returned GList are owned +
    GList of state names. The contents of the returned GList are owned by the ClutterState and should not be modified or freed. Use -g_list_free() to free the resources allocated by the returned list when +g_list_free() to free the resources allocated by the returned list when done using it. [transfer container][element-type utf8] @@ -826,11 +826,11 @@ done using it. [

    clutter_state_get_keys ()

    -
    GList *             clutter_state_get_keys              (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    -                                                         GObject *object,
    -                                                         const gchar *property_name);
    +
    GList *             clutter_state_get_keys              (ClutterState *state,
    +                                                         const gchar *source_state_name,
    +                                                         const gchar *target_state_name,
    +                                                         GObject *object,
    +                                                         const gchar *property_name);

    Returns a list of pointers to opaque structures with accessor functions that describe the keys added to an animator. @@ -845,33 +845,33 @@ that describe the keys added to an animator.

    source_state_name :

    the source transition name to query, -or NULL for all source states. [allow-none] +or NULL for all source states. [allow-none]

    target_state_name :

    the target transition name to query, -or NULL for all target states. [allow-none] +or NULL for all target states. [allow-none]

    object :

    the specific object instance to list keys for, -or NULL for all managed objects. [allow-none] +or NULL for all managed objects. [allow-none]

    property_name :

    -the property name to search for, or NULL +the property name to search for, or NULL for all properties. [allow-none]

    Returns :

    a -newly allocated GList of ClutterStateKeys. The contents of +newly allocated GList of ClutterStateKeys. The contents of the returned list are owned by the ClutterState and should not be -modified or freed. Use g_list_free() to free the resources allocated +modified or freed. Use g_list_free() to free the resources allocated by the returned list when done using it. [transfer container][element-type Clutter.StateKey] @@ -883,10 +883,10 @@ by the returned list when done using it. [

    clutter_state_remove_key ()

    void                clutter_state_remove_key            (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    -                                                         GObject *object,
    -                                                         const gchar *property_name);
    + const gchar *source_state_name, + const gchar *target_state_name, + GObject *object, + const gchar *property_name);

    Removes all keys matching the search criteria passed in arguments.

    @@ -900,25 +900,25 @@ Removes all keys matching the search criteria passed in arguments.

    source_state_name :

    the source state name to query, -or NULL for all source states. [allow-none] +or NULL for all source states. [allow-none]

    target_state_name :

    the target state name to query, -or NULL for all target states. [allow-none] +or NULL for all target states. [allow-none]

    object :

    the specific object instance to list keys for, -or NULL for all managed objects. [allow-none] +or NULL for all managed objects. [allow-none]

    property_name :

    the property name to search for, -or NULL for all properties. [allow-none] +or NULL for all properties. [allow-none] @@ -955,8 +955,8 @@ by the

    clutter_state_set_animator ()

    void                clutter_state_set_animator          (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name,
    +                                                         const gchar *source_state_name,
    +                                                         const gchar *target_state_name,
                                                              ClutterAnimator *animator);

    Specifies a ClutterAnimator to be used when transitioning between @@ -968,7 +968,7 @@ more elaborate than the basic transitions allowed by the tweening of properties defined in the ClutterState keys.

    -If animator is NULL it will unset an existing animator. +If animator is NULL it will unset an existing animator.

    ClutterState will take a reference on the passed animator, if any @@ -990,7 +990,7 @@ If animator is animator :

    -a ClutterAnimator instance, or NULL to +a ClutterAnimator instance, or NULL to unset an existing ClutterAnimator. [allow-none] @@ -1002,8 +1002,8 @@ unset an existing

    clutter_state_get_animator ()

    ClutterAnimator *   clutter_state_get_animator          (ClutterState *state,
    -                                                         const gchar *source_state_name,
    -                                                         const gchar *target_state_name);
    + const gchar *source_state_name, + const gchar *target_state_name);

    Retrieves the ClutterAnimator that is being used for transitioning between the two states, if any has been set @@ -1025,7 +1025,7 @@ between the two states, if any has been set

    Returns :

    -a ClutterAnimator instance, or NULL. [transfer none] +a ClutterAnimator instance, or NULL. [transfer none] @@ -1045,7 +1045,7 @@ members cannot be accessed directly

    clutter_state_key_get_source_state_name ()

    -
    const gchar *       clutter_state_key_get_source_state_name
    +
    const gchar *       clutter_state_key_get_source_state_name
                                                             (const ClutterStateKey *state_key);

    Retrieves the name of the source state of the state_key @@ -1060,7 +1060,7 @@ Retrieves the name of the source state of the state_

    Returns :

    -the name of the source state for this key, or NULL +the name of the source state for this key, or NULL if this is the generic state key for the given property when transitioning to the target state. The returned string is owned by the ClutterStateKey and should never be modified or freed @@ -1072,7 +1072,7 @@ by the

    clutter_state_key_get_target_state_name ()

    -
    const gchar *       clutter_state_key_get_target_state_name
    +
    const gchar *       clutter_state_key_get_target_state_name
                                                             (const ClutterStateKey *state_key);

    Get the name of the source state this ClutterStateKey contains, @@ -1099,7 +1099,7 @@ the key is generic


    clutter_state_key_get_object ()

    -
    GObject *           clutter_state_key_get_object        (const ClutterStateKey *state_key);
    +
    GObject *           clutter_state_key_get_object        (const ClutterStateKey *state_key);

    Retrieves the object instance this ClutterStateKey applies to.

    @@ -1123,7 +1123,7 @@ Retrieves the object instance this

    clutter_state_key_get_property_name ()

    -
    const gchar *       clutter_state_key_get_property_name (const ClutterStateKey *state_key);
    +
    const gchar *       clutter_state_key_get_property_name (const ClutterStateKey *state_key);

    Retrieves the name of the property this ClutterStateKey applies to

    @@ -1147,7 +1147,7 @@ by the

    clutter_state_key_get_mode ()

    -
    gulong              clutter_state_key_get_mode          (const ClutterStateKey *state_key);
    +
    gulong              clutter_state_key_get_mode          (const ClutterStateKey *state_key);

    Retrieves the easing mode used for state_key.

    @@ -1171,18 +1171,18 @@ Retrieves the easing mode used for state_key<

    clutter_state_key_get_value ()

    -
    gboolean            clutter_state_key_get_value         (const ClutterStateKey *state_key,
    -                                                         GValue *value);
    +
    gboolean            clutter_state_key_get_value         (const ClutterStateKey *state_key,
    +                                                         GValue *value);

    Retrieves a copy of the value for a ClutterStateKey.

    -The GValue needs to be already initialized for the value type +The GValue needs to be already initialized for the value type of the property or to a type that allow transformation from the value type of the key.

    -Use g_value_unset() when done. +Use g_value_unset() when done.

    @@ -1194,14 +1194,14 @@ Use g_value_unset() when done. - +TRUE if the value was successfully retrieved, +and FALSE otherwise

    value :

    a GValue initialized with the correct type for the state_key +a GValue initialized with the correct type for the state_key

    Returns :

    -TRUE if the value was successfully retrieved, -and FALSE otherwise
    @@ -1210,12 +1210,12 @@ and FALSE otherwise

    clutter_state_key_get_property_type ()

    -
    GType               clutter_state_key_get_property_type (const ClutterStateKey *key);
    +
    GType               clutter_state_key_get_property_type (const ClutterStateKey *key);

    -Retrieves the GType of the property a key applies to +Retrieves the GType of the property a key applies to

    -You can use this type to initialize the GValue to pass to +You can use this type to initialize the GValue to pass to clutter_state_key_get_value()

    @@ -1228,7 +1228,7 @@ You can use this type to initialize the GValue to pass - +

    Returns :

    the GType of the propertythe GType of the property
    @@ -1237,7 +1237,7 @@ You can use this type to initialize the GValue to pass

    clutter_state_key_get_pre_delay ()

    -
    gdouble             clutter_state_key_get_pre_delay     (const ClutterStateKey *state_key);
    +
    gdouble             clutter_state_key_get_pre_delay     (const ClutterStateKey *state_key);

    Retrieves the pause before transitioning starts as a fraction of the total transition time. @@ -1261,7 +1261,7 @@ the total transition time.


    clutter_state_key_get_post_delay ()

    -
    gdouble             clutter_state_key_get_post_delay    (const ClutterStateKey *state_key);
    +
    gdouble             clutter_state_key_get_post_delay    (const ClutterStateKey *state_key);

    Retrieves the duration of the pause after transitioning is complete as a fraction of the total transition time. @@ -1287,7 +1287,7 @@ as a fraction of the total transition time.

    Property Details

    The "duration" property

    -
      "duration"                 guint                 : Read / Write
    +
      "duration"                 guint                 : Read / Write

    Default duration used if an duration has not been specified for a specific source/target state pair. The values is in milliseconds. @@ -1298,7 +1298,7 @@ source/target state pair. The values is in milliseconds.


    The "state" property

    -
      "state"                    gchar*                : Read / Write
    +
      "state"                    gchar*                : Read / Write

    The currently set target state, setting it causes the state machine to transition to the new state, use @@ -1313,7 +1313,7 @@ a transition.

    The "completed" signal

    void                user_function                      (ClutterState *state,
    -                                                        gpointer      user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::completed signal is emitted when a ClutterState reaches the target state specified by clutter_state_set_state() or diff --git a/doc/reference/clutter/html/ClutterSwipeAction.html b/doc/reference/clutter/html/ClutterSwipeAction.html index 7d66f09..bfe2c71 100644 --- a/doc/reference/clutter/html/ClutterSwipeAction.html +++ b/doc/reference/clutter/html/ClutterSwipeAction.html @@ -50,8 +50,8 @@ enum

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActorMeta
                    +----ClutterAction
                          +----ClutterGestureAction
    @@ -61,7 +61,7 @@ enum                
     

    Signals

    -  "swept"                                          : Run Last
    +  "swept"                                          : Run Last
     
    @@ -170,7 +170,7 @@ Creates a new void user_function (ClutterSwipeAction *action, ClutterActor *actor, ClutterSwipeDirection direction, - gpointer user_data) : Run Last + gpointer user_data) : Run Last

    The ::swept signal is emitted when a swipe gesture is recognized on the attached actor. diff --git a/doc/reference/clutter/html/ClutterTableLayout.html b/doc/reference/clutter/html/ClutterTableLayout.html index 2bf4e85..2508307 100644 --- a/doc/reference/clutter/html/ClutterTableLayout.html +++ b/doc/reference/clutter/html/ClutterTableLayout.html @@ -48,22 +48,22 @@ struct ClutterLayoutManager * clutter_table_layout_new (void); void clutter_table_layout_set_row_spacing (ClutterTableLayout *layout, - guint spacing); -guint clutter_table_layout_get_row_spacing + guint spacing); +guint clutter_table_layout_get_row_spacing (ClutterTableLayout *layout); void clutter_table_layout_set_column_spacing (ClutterTableLayout *layout, - guint spacing); -guint clutter_table_layout_get_column_spacing + guint spacing); +guint clutter_table_layout_get_column_spacing (ClutterTableLayout *layout); -gint clutter_table_layout_get_row_count (ClutterTableLayout *layout); -gint clutter_table_layout_get_column_count +gint clutter_table_layout_get_row_count (ClutterTableLayout *layout); +gint clutter_table_layout_get_column_count (ClutterTableLayout *layout); void clutter_table_layout_pack (ClutterTableLayout *layout, ClutterActor *actor, - gint column, - gint row); + gint column, + gint row); void clutter_table_layout_set_alignment (ClutterTableLayout *layout, ClutterActor *actor, @@ -75,51 +75,51 @@ struct ClutterTableAlignment *y_align); void clutter_table_layout_set_expand (ClutterTableLayout *layout, ClutterActor *actor, - gboolean x_expand, - gboolean y_expand); + gboolean x_expand, + gboolean y_expand); void clutter_table_layout_get_expand (ClutterTableLayout *layout, ClutterActor *actor, - gboolean *x_expand, - gboolean *y_expand); + gboolean *x_expand, + gboolean *y_expand); void clutter_table_layout_set_fill (ClutterTableLayout *layout, ClutterActor *actor, - gboolean x_fill, - gboolean y_fill); + gboolean x_fill, + gboolean y_fill); void clutter_table_layout_get_fill (ClutterTableLayout *layout, ClutterActor *actor, - gboolean *x_fill, - gboolean *y_fill); + gboolean *x_fill, + gboolean *y_fill); void clutter_table_layout_get_span (ClutterTableLayout *layout, ClutterActor *actor, - gint *column_span, - gint *row_span); + gint *column_span, + gint *row_span); void clutter_table_layout_set_span (ClutterTableLayout *layout, ClutterActor *actor, - gint column_span, - gint row_span); + gint column_span, + gint row_span); void clutter_table_layout_set_use_animations (ClutterTableLayout *layout, - gboolean animate); -gboolean clutter_table_layout_get_use_animations + gboolean animate); +gboolean clutter_table_layout_get_use_animations (ClutterTableLayout *layout); void clutter_table_layout_set_easing_duration (ClutterTableLayout *layout, - guint msecs); -guint clutter_table_layout_get_easing_duration + guint msecs); +guint clutter_table_layout_get_easing_duration (ClutterTableLayout *layout); void clutter_table_layout_set_easing_mode (ClutterTableLayout *layout, - gulong mode); -gulong clutter_table_layout_get_easing_mode + gulong mode); +gulong clutter_table_layout_get_easing_mode (ClutterTableLayout *layout);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterLayoutManager
                    +----ClutterTableLayout
     
    @@ -127,11 +127,11 @@ struct

    Properties

    -  "column-spacing"           guint                 : Read / Write
    -  "easing-duration"          guint                 : Read / Write
    -  "easing-mode"              gulong                : Read / Write
    -  "row-spacing"              guint                 : Read / Write
    -  "use-animations"           gboolean              : Read / Write
    +  "column-spacing"           guint                 : Read / Write
    +  "easing-duration"          guint                 : Read / Write
    +  "easing-mode"              gulong                : Read / Write
    +  "row-spacing"              guint                 : Read / Write
    +  "use-animations"           gboolean              : Read / Write
     
    @@ -274,7 +274,7 @@ Creates a new

    clutter_table_layout_set_row_spacing ()

    void                clutter_table_layout_set_row_spacing
                                                             (ClutterTableLayout *layout,
    -                                                         guint spacing);
    + guint spacing);

    Sets the spacing between rows of layout

    @@ -297,7 +297,7 @@ Sets the spacing between rows of layout

    clutter_table_layout_get_row_spacing ()

    -
    guint               clutter_table_layout_get_row_spacing
    +
    guint               clutter_table_layout_get_row_spacing
                                                             (ClutterTableLayout *layout);

    Retrieves the spacing set using clutter_table_layout_set_row_spacing() @@ -324,7 +324,7 @@ Retrieves the spacing set using

    clutter_table_layout_set_column_spacing ()

    void                clutter_table_layout_set_column_spacing
                                                             (ClutterTableLayout *layout,
    -                                                         guint spacing);
    + guint spacing);

    Sets the spacing between columns of layout

    @@ -347,7 +347,7 @@ Sets the spacing between columns of layout

    clutter_table_layout_get_column_spacing ()

    -
    guint               clutter_table_layout_get_column_spacing
    +
    guint               clutter_table_layout_get_column_spacing
                                                             (ClutterTableLayout *layout);

    Retrieves the spacing set using clutter_table_layout_set_column_spacing() @@ -372,7 +372,7 @@ Retrieves the spacing set using

    clutter_table_layout_get_row_count ()

    -
    gint                clutter_table_layout_get_row_count  (ClutterTableLayout *layout);
    +
    gint                clutter_table_layout_get_row_count  (ClutterTableLayout *layout);

    Retrieve the current number rows in the layout

    @@ -395,7 +395,7 @@ Retrieve the current number rows in the layout

    clutter_table_layout_get_column_count ()

    -
    gint                clutter_table_layout_get_column_count
    +
    gint                clutter_table_layout_get_column_count
                                                             (ClutterTableLayout *layout);

    Retrieve the current number of columns in layout @@ -421,8 +421,8 @@ Retrieve the current number of columns in layout

    clutter_table_layout_pack ()

    void                clutter_table_layout_pack           (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gint column,
    -                                                         gint row);
    + gint column, + gint row);

    Packs actor inside the ClutterContainer associated to layout at the given row and column. @@ -534,8 +534,8 @@ as set using

    clutter_table_layout_set_expand ()

    void                clutter_table_layout_set_expand     (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gboolean x_expand,
    -                                                         gboolean y_expand);
    + gboolean x_expand, + gboolean y_expand);

    Sets the horizontal and vertical expand policies for actor inside layout @@ -570,8 +570,8 @@ inside layout

    clutter_table_layout_get_expand ()

    void                clutter_table_layout_get_expand     (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gboolean *x_expand,
    -                                                         gboolean *y_expand);
    + gboolean *x_expand, + gboolean *y_expand);

    Retrieves the horizontal and vertical expand policies for actor as set using clutter_table_layout_pack() or clutter_table_layout_set_expand() @@ -608,8 +608,8 @@ as set using

    clutter_table_layout_set_fill ()

    void                clutter_table_layout_set_fill       (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gboolean x_fill,
    -                                                         gboolean y_fill);
    + gboolean x_fill, + gboolean y_fill);

    Sets the horizontal and vertical fill policies for actor inside layout @@ -644,8 +644,8 @@ inside layout

    clutter_table_layout_get_fill ()

    void                clutter_table_layout_get_fill       (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gboolean *x_fill,
    -                                                         gboolean *y_fill);
    + gboolean *x_fill, + gboolean *y_fill);

    Retrieves the horizontal and vertical fill policies for actor as set using clutter_table_layout_pack() or clutter_table_layout_set_fill() @@ -682,8 +682,8 @@ as set using

    clutter_table_layout_get_span ()

    void                clutter_table_layout_get_span       (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gint *column_span,
    -                                                         gint *row_span);
    + gint *column_span, + gint *row_span);

    Retrieves the row and column span for actor as set using clutter_table_layout_pack() or clutter_table_layout_set_span() @@ -720,8 +720,8 @@ Retrieves the row and column span for actor

    clutter_table_layout_set_span ()

    void                clutter_table_layout_set_span       (ClutterTableLayout *layout,
                                                              ClutterActor *actor,
    -                                                         gint column_span,
    -                                                         gint row_span);
    + gint column_span, + gint row_span);

    Sets the row and column span for actor inside layout @@ -758,7 +758,7 @@ inside layout

    clutter_table_layout_set_use_animations ()

    void                clutter_table_layout_set_use_animations
                                                             (ClutterTableLayout *layout,
    -                                                         gboolean animate);
    + gboolean animate);

    Sets whether layout should animate changes in the layout properties

    @@ -778,7 +778,7 @@ by the animations is controlled by animate :

    -TRUE if the layout should use animations +
    TRUE if the layout should use animations
    @@ -787,7 +787,7 @@ by the animations is controlled by

    clutter_table_layout_get_use_animations ()

    -
    gboolean            clutter_table_layout_get_use_animations
    +
    gboolean            clutter_table_layout_get_use_animations
                                                             (ClutterTableLayout *layout);

    Retrieves whether layout should animate changes in the layout properties @@ -806,7 +806,7 @@ Since Returns :

    -TRUE if the animations should be used, FALSE otherwise +TRUE if the animations should be used, FALSE otherwise
    @@ -817,7 +817,7 @@ Since

    clutter_table_layout_set_easing_duration ()

    void                clutter_table_layout_set_easing_duration
                                                             (ClutterTableLayout *layout,
    -                                                         guint msecs);
    + guint msecs);

    Sets the duration of the animations used by layout when animating changes in the layout properties @@ -845,7 +845,7 @@ animations


    clutter_table_layout_get_easing_duration ()

    -
    guint               clutter_table_layout_get_easing_duration
    +
    guint               clutter_table_layout_get_easing_duration
                                                             (ClutterTableLayout *layout);

    Retrieves the duration set using clutter_table_layout_set_easing_duration() @@ -871,7 +871,7 @@ Retrieves the duration set using

    clutter_table_layout_set_easing_mode ()

    void                clutter_table_layout_set_easing_mode
                                                             (ClutterTableLayout *layout,
    -                                                         gulong mode);
    + gulong mode);

    Sets the easing mode to be used by layout when animating changes in layout properties @@ -901,7 +901,7 @@ from

    clutter_table_layout_get_easing_mode ()

    -
    gulong              clutter_table_layout_get_easing_mode
    +
    gulong              clutter_table_layout_get_easing_mode
                                                             (ClutterTableLayout *layout);

    Retrieves the easing mode set using clutter_table_layout_set_easing_mode() @@ -927,7 +927,7 @@ Retrieves the easing mode set using

    Property Details

    The "column-spacing" property

    -
      "column-spacing"           guint                 : Read / Write
    +
      "column-spacing"           guint                 : Read / Write

    The spacing between columns of the ClutterTableLayout, in pixels

    @@ -937,10 +937,10 @@ The spacing between columns of the

    The "easing-duration" property

    -
      "easing-duration"          guint                 : Read / Write
    +
      "easing-duration"          guint                 : Read / Write

    The duration of the animations, in case "use-animations" -is set to TRUE +is set to TRUE

    The duration is expressed in milliseconds @@ -951,10 +951,10 @@ The duration is expressed in milliseconds


    The "easing-mode" property

    -
      "easing-mode"              gulong                : Read / Write
    +
      "easing-mode"              gulong                : Read / Write

    The easing mode for the animations, in case -"use-animations" is set to TRUE +"use-animations" is set to TRUE

    The easing mode has the same semantics of "mode": it can @@ -970,7 +970,7 @@ The default value is

    The "row-spacing" property

    -
      "row-spacing"              guint                 : Read / Write
    +
      "row-spacing"              guint                 : Read / Write

    The spacing between rows of the ClutterTableLayout, in pixels

    @@ -980,7 +980,7 @@ The spacing between rows of the

    The "use-animations" property

    -
      "use-animations"           gboolean              : Read / Write
    +
      "use-animations"           gboolean              : Read / Write

    Whether the ClutterTableLayout should animate changes in the layout properties diff --git a/doc/reference/clutter/html/ClutterText.html b/doc/reference/clutter/html/ClutterText.html index 7864ff8..0303424 100644 --- a/doc/reference/clutter/html/ClutterText.html +++ b/doc/reference/clutter/html/ClutterText.html @@ -48,94 +48,94 @@

    struct              ClutterText;
     struct              ClutterTextClass;
     ClutterActor *      clutter_text_new                    (void);
    -ClutterActor *      clutter_text_new_full               (const gchar *font_name,
    -                                                         const gchar *text,
    +ClutterActor *      clutter_text_new_full               (const gchar *font_name,
    +                                                         const gchar *text,
                                                              const ClutterColor *color);
    -ClutterActor *      clutter_text_new_with_text          (const gchar *font_name,
    -                                                         const gchar *text);
    +ClutterActor *      clutter_text_new_with_text          (const gchar *font_name,
    +                                                         const gchar *text);
     ClutterActor *      clutter_text_new_with_buffer        (ClutterTextBuffer *buffer);
     
     void                clutter_text_set_buffer             (ClutterText *self,
                                                              ClutterTextBuffer *buffer);
     ClutterTextBuffer * clutter_text_get_buffer             (ClutterText *self);
     void                clutter_text_set_text               (ClutterText *self,
    -                                                         const gchar *text);
    +                                                         const gchar *text);
     void                clutter_text_set_markup             (ClutterText *self,
    -                                                         const gchar *markup);
    -const gchar *       clutter_text_get_text               (ClutterText *self);
    +                                                         const gchar *markup);
    +const gchar *       clutter_text_get_text               (ClutterText *self);
     void                clutter_text_set_activatable        (ClutterText *self,
    -                                                         gboolean activatable);
    -gboolean            clutter_text_get_activatable        (ClutterText *self);
    +                                                         gboolean activatable);
    +gboolean            clutter_text_get_activatable        (ClutterText *self);
     void                clutter_text_set_attributes         (ClutterText *self,
    -                                                         PangoAttrList *attrs);
    -PangoAttrList *     clutter_text_get_attributes         (ClutterText *self);
    +                                                         PangoAttrList *attrs);
    +PangoAttrList *     clutter_text_get_attributes         (ClutterText *self);
     void                clutter_text_set_color              (ClutterText *self,
                                                              const ClutterColor *color);
     void                clutter_text_get_color              (ClutterText *self,
                                                              ClutterColor *color);
     void                clutter_text_set_ellipsize          (ClutterText *self,
    -                                                         PangoEllipsizeMode mode);
    -PangoEllipsizeMode  clutter_text_get_ellipsize          (ClutterText *self);
    +                                                         PangoEllipsizeMode mode);
    +PangoEllipsizeMode  clutter_text_get_ellipsize          (ClutterText *self);
     void                clutter_text_set_font_name          (ClutterText *self,
    -                                                         const gchar *font_name);
    -const gchar *       clutter_text_get_font_name          (ClutterText *self);
    +                                                         const gchar *font_name);
    +const gchar *       clutter_text_get_font_name          (ClutterText *self);
     void                clutter_text_set_font_description   (ClutterText *self,
    -                                                         PangoFontDescription *font_desc);
    -PangoFontDescription * clutter_text_get_font_description
    +                                                         PangoFontDescription *font_desc);
    +PangoFontDescription * clutter_text_get_font_description
                                                             (ClutterText *self);
     void                clutter_text_set_password_char      (ClutterText *self,
    -                                                         gunichar wc);
    -gunichar            clutter_text_get_password_char      (ClutterText *self);
    +                                                         gunichar wc);
    +gunichar            clutter_text_get_password_char      (ClutterText *self);
     void                clutter_text_set_justify            (ClutterText *self,
    -                                                         gboolean justify);
    -gboolean            clutter_text_get_justify            (ClutterText *self);
    -PangoLayout *       clutter_text_get_layout             (ClutterText *self);
    +                                                         gboolean justify);
    +gboolean            clutter_text_get_justify            (ClutterText *self);
    +PangoLayout *       clutter_text_get_layout             (ClutterText *self);
     void                clutter_text_set_line_alignment     (ClutterText *self,
    -                                                         PangoAlignment alignment);
    -PangoAlignment      clutter_text_get_line_alignment     (ClutterText *self);
    +                                                         PangoAlignment alignment);
    +PangoAlignment      clutter_text_get_line_alignment     (ClutterText *self);
     void                clutter_text_set_line_wrap          (ClutterText *self,
    -                                                         gboolean line_wrap);
    -gboolean            clutter_text_get_line_wrap          (ClutterText *self);
    +                                                         gboolean line_wrap);
    +gboolean            clutter_text_get_line_wrap          (ClutterText *self);
     void                clutter_text_set_line_wrap_mode     (ClutterText *self,
    -                                                         PangoWrapMode wrap_mode);
    -PangoWrapMode       clutter_text_get_line_wrap_mode     (ClutterText *self);
    +                                                         PangoWrapMode wrap_mode);
    +PangoWrapMode       clutter_text_get_line_wrap_mode     (ClutterText *self);
     void                clutter_text_set_max_length         (ClutterText *self,
    -                                                         gint max);
    -gint                clutter_text_get_max_length         (ClutterText *self);
    +                                                         gint max);
    +gint                clutter_text_get_max_length         (ClutterText *self);
     void                clutter_text_set_selectable         (ClutterText *self,
    -                                                         gboolean selectable);
    -gboolean            clutter_text_get_selectable         (ClutterText *self);
    +                                                         gboolean selectable);
    +gboolean            clutter_text_get_selectable         (ClutterText *self);
     void                clutter_text_set_selection          (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    -gchar *             clutter_text_get_selection          (ClutterText *self);
    +                                                         gssize start_pos,
    +                                                         gssize end_pos);
    +gchar *             clutter_text_get_selection          (ClutterText *self);
     void                clutter_text_set_selection_bound    (ClutterText *self,
    -                                                         gint selection_bound);
    -gint                clutter_text_get_selection_bound    (ClutterText *self);
    +                                                         gint selection_bound);
    +gint                clutter_text_get_selection_bound    (ClutterText *self);
     void                clutter_text_set_single_line_mode   (ClutterText *self,
    -                                                         gboolean single_line);
    -gboolean            clutter_text_get_single_line_mode   (ClutterText *self);
    +                                                         gboolean single_line);
    +gboolean            clutter_text_get_single_line_mode   (ClutterText *self);
     void                clutter_text_set_use_markup         (ClutterText *self,
    -                                                         gboolean setting);
    -gboolean            clutter_text_get_use_markup         (ClutterText *self);
    +                                                         gboolean setting);
    +gboolean            clutter_text_get_use_markup         (ClutterText *self);
     
     void                clutter_text_set_editable           (ClutterText *self,
    -                                                         gboolean editable);
    -gboolean            clutter_text_get_editable           (ClutterText *self);
    +                                                         gboolean editable);
    +gboolean            clutter_text_get_editable           (ClutterText *self);
     void                clutter_text_insert_text            (ClutterText *self,
    -                                                         const gchar *text,
    -                                                         gssize position);
    +                                                         const gchar *text,
    +                                                         gssize position);
     void                clutter_text_insert_unichar         (ClutterText *self,
    -                                                         gunichar wc);
    +                                                         gunichar wc);
     void                clutter_text_delete_chars           (ClutterText *self,
    -                                                         guint n_chars);
    +                                                         guint n_chars);
     void                clutter_text_delete_text            (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    -gboolean            clutter_text_delete_selection       (ClutterText *self);
    -gchar *             clutter_text_get_chars              (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    +                                                         gssize start_pos,
    +                                                         gssize end_pos);
    +gboolean            clutter_text_delete_selection       (ClutterText *self);
    +gchar *             clutter_text_get_chars              (ClutterText *self,
    +                                                         gssize start_pos,
    +                                                         gssize end_pos);
     void                clutter_text_set_cursor_color       (ClutterText *self,
                                                              const ClutterColor *color);
     void                clutter_text_get_cursor_color       (ClutterText *self,
    @@ -151,38 +151,38 @@ const gchar *       ClutterText *self,
                                                              ClutterColor *color);
     void                clutter_text_set_cursor_position    (ClutterText *self,
    -                                                         gint position);
    -gint                clutter_text_get_cursor_position    (ClutterText *self);
    +                                                         gint position);
    +gint                clutter_text_get_cursor_position    (ClutterText *self);
     void                clutter_text_set_cursor_visible     (ClutterText *self,
    -                                                         gboolean cursor_visible);
    -gboolean            clutter_text_get_cursor_visible     (ClutterText *self);
    +                                                         gboolean cursor_visible);
    +gboolean            clutter_text_get_cursor_visible     (ClutterText *self);
     void                clutter_text_set_cursor_size        (ClutterText *self,
    -                                                         gint size);
    -guint               clutter_text_get_cursor_size        (ClutterText *self);
    +                                                         gint size);
    +guint               clutter_text_get_cursor_size        (ClutterText *self);
     
    -gboolean            clutter_text_activate               (ClutterText *self);
    -gint                clutter_text_coords_to_position     (ClutterText *self,
    -                                                         gfloat x,
    -                                                         gfloat y);
    -gboolean            clutter_text_position_to_coords     (ClutterText *self,
    -                                                         gint position,
    -                                                         gfloat *x,
    -                                                         gfloat *y,
    -                                                         gfloat *line_height);
    +gboolean            clutter_text_activate               (ClutterText *self);
    +gint                clutter_text_coords_to_position     (ClutterText *self,
    +                                                         gfloat x,
    +                                                         gfloat y);
    +gboolean            clutter_text_position_to_coords     (ClutterText *self,
    +                                                         gint position,
    +                                                         gfloat *x,
    +                                                         gfloat *y,
    +                                                         gfloat *line_height);
     void                clutter_text_set_preedit_string     (ClutterText *self,
    -                                                         const gchar *preedit_str,
    -                                                         PangoAttrList *preedit_attrs,
    -                                                         guint cursor_pos);
    +                                                         const gchar *preedit_str,
    +                                                         PangoAttrList *preedit_attrs,
    +                                                         guint cursor_pos);
     void                clutter_text_get_layout_offsets     (ClutterText *self,
    -                                                         gint *x,
    -                                                         gint *y);
    +                                                         gint *x,
    +                                                         gint *y);
     

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActor
                    +----ClutterText
     
    @@ -196,44 +196,44 @@ ClutterText implements

    Properties

    -  "activatable"              gboolean              : Read / Write
    -  "attributes"               PangoAttrList*        : Read / Write
    +  "activatable"              gboolean              : Read / Write
    +  "attributes"               PangoAttrList*        : Read / Write
       "buffer"                   ClutterTextBuffer*    : Read / Write
       "color"                    ClutterColor*         : Read / Write
       "cursor-color"             ClutterColor*         : Read / Write
    -  "cursor-color-set"         gboolean              : Read
    -  "cursor-size"              gint                  : Read / Write
    -  "cursor-visible"           gboolean              : Read / Write
    -  "editable"                 gboolean              : Read / Write
    -  "ellipsize"                PangoEllipsizeMode    : Read / Write
    -  "font-description"         PangoFontDescription*  : Read / Write
    -  "font-name"                gchar*                : Read / Write
    -  "justify"                  gboolean              : Read / Write
    -  "line-alignment"           PangoAlignment        : Read / Write
    -  "line-wrap"                gboolean              : Read / Write
    -  "line-wrap-mode"           PangoWrapMode         : Read / Write
    -  "max-length"               gint                  : Read / Write
    -  "password-char"            guint                 : Read / Write
    -  "position"                 gint                  : Read / Write
    -  "selectable"               gboolean              : Read / Write
    +  "cursor-color-set"         gboolean              : Read
    +  "cursor-size"              gint                  : Read / Write
    +  "cursor-visible"           gboolean              : Read / Write
    +  "editable"                 gboolean              : Read / Write
    +  "ellipsize"                PangoEllipsizeMode    : Read / Write
    +  "font-description"         PangoFontDescription*  : Read / Write
    +  "font-name"                gchar*                : Read / Write
    +  "justify"                  gboolean              : Read / Write
    +  "line-alignment"           PangoAlignment        : Read / Write
    +  "line-wrap"                gboolean              : Read / Write
    +  "line-wrap-mode"           PangoWrapMode         : Read / Write
    +  "max-length"               gint                  : Read / Write
    +  "password-char"            guint                 : Read / Write
    +  "position"                 gint                  : Read / Write
    +  "selectable"               gboolean              : Read / Write
       "selected-text-color"      ClutterColor*         : Read / Write
    -  "selected-text-color-set"  gboolean              : Read
    -  "selection-bound"          gint                  : Read / Write
    +  "selected-text-color-set"  gboolean              : Read
    +  "selection-bound"          gint                  : Read / Write
       "selection-color"          ClutterColor*         : Read / Write
    -  "selection-color-set"      gboolean              : Read
    -  "single-line-mode"         gboolean              : Read / Write
    -  "text"                     gchar*                : Read / Write
    -  "use-markup"               gboolean              : Read / Write
    +  "selection-color-set"      gboolean              : Read
    +  "single-line-mode"         gboolean              : Read / Write
    +  "text"                     gchar*                : Read / Write
    +  "use-markup"               gboolean              : Read / Write
     

    Signals

    -  "activate"                                       : Run Last
    -  "cursor-event"                                   : Run Last
    -  "delete-text"                                    : Action
    -  "insert-text"                                    : Action
    -  "text-changed"                                   : Run Last
    +  "activate"                                       : Run Last
    +  "cursor-event"                                   : Run Last
    +  "delete-text"                                    : Action
    +  "insert-text"                                    : Action
    +  "text-changed"                                   : Run Last
     
    @@ -317,8 +317,8 @@ display and edit text.

    clutter_text_new_full ()

    -
    ClutterActor *      clutter_text_new_full               (const gchar *font_name,
    -                                                         const gchar *text,
    +
    ClutterActor *      clutter_text_new_full               (const gchar *font_name,
    +                                                         const gchar *text,
                                                              const ClutterColor *color);

    Creates a new ClutterText actor, using font_name as the font @@ -357,8 +357,8 @@ This function is equivalent to calling

    clutter_text_new_with_text ()

    -
    ClutterActor *      clutter_text_new_with_text          (const gchar *font_name,
    -                                                         const gchar *text);
    +
    ClutterActor *      clutter_text_new_with_text          (const gchar *font_name,
    +                                                         const gchar *text);

    Creates a new ClutterText actor, using font_name as the font description; text will be used to set the contents of the actor. @@ -454,7 +454,7 @@ this widget.

    Returns :

    -A GtkEntryBuffer object. [transfer none] +A GtkEntryBuffer object. [transfer none] @@ -465,13 +465,13 @@ this widget.

    clutter_text_set_text ()

    void                clutter_text_set_text               (ClutterText *self,
    -                                                         const gchar *text);
    + const gchar *text);

    Sets the contents of a ClutterText actor.

    -If the "use-markup" property was set to TRUE it -will be reset to FALSE as a side effect. If you want to +If the "use-markup" property was set to TRUE it +will be reset to FALSE as a side effect. If you want to maintain the "use-markup" you should use the clutter_text_set_markup() function instead

    @@ -485,7 +485,7 @@ maintain the

    text :

    -the text to set. Passing
    NULL is the same +the text to set. Passing NULL is the same as passing "" (the empty string). [allow-none] @@ -497,7 +497,7 @@ as passing "" (the empty string). [

    clutter_text_set_markup ()

    void                clutter_text_set_markup             (ClutterText *self,
    -                                                         const gchar *markup);
    + const gchar *markup);

    Sets markup as the contents of a ClutterText.

    @@ -516,7 +516,7 @@ Pango markup, and it is logically equivalent to: 3
    /* the order is important */
     clutter_text_set_text (CLUTTER_TEXT (actor), markup);
    -clutter_text_set_use_markup (CLUTTER_TEXT (actor), TRUE);
    +clutter_text_set_use_markup (CLUTTER_TEXT (actor), TRUE); @@ -535,7 +535,7 @@ Pango markup, and it is logically equivalent to:

    markup :

    a string containing Pango markup. -Passing NULL is the same as passing "" (the empty string). [allow-none] +Passing NULL is the same as passing "" (the empty string). [allow-none] @@ -545,14 +545,14 @@ Passing

    clutter_text_get_text ()

    -
    const gchar *       clutter_text_get_text               (ClutterText *self);
    +
    const gchar *       clutter_text_get_text               (ClutterText *self);

    Retrieves a pointer to the current contents of a ClutterText actor.

    If you need a copy of the contents for manipulating, either -use g_strdup() on the returned string, or use: +use g_strdup() on the returned string, or use:

    @@ -574,7 +574,7 @@ Which will return a newly allocated string.

    If the ClutterText actor is empty, this function will return -an empty string, and not NULL. +an empty string, and not NULL.

    @@ -599,7 +599,7 @@ or freed. [

    clutter_text_set_activatable ()

    void                clutter_text_set_activatable        (ClutterText *self,
    -                                                         gboolean activatable);
    + gboolean activatable);

    Sets whether a ClutterText actor should be activatable.

    @@ -631,7 +631,7 @@ An activatable

    clutter_text_get_activatable ()

    -
    gboolean            clutter_text_get_activatable        (ClutterText *self);
    +
    gboolean            clutter_text_get_activatable        (ClutterText *self);

    Retrieves whether a ClutterText is activatable or not.

    @@ -646,7 +646,7 @@ Retrieves whether a
    +TRUE if the actor is activatable

    Returns :

    -TRUE if the actor is activatable
    @@ -656,13 +656,13 @@ Retrieves whether a

    clutter_text_set_attributes ()

    void                clutter_text_set_attributes         (ClutterText *self,
    -                                                         PangoAttrList *attrs);
    + PangoAttrList *attrs);

    Sets the attributes list that are going to be applied to the ClutterText contents.

    -The ClutterText actor will take a reference on the PangoAttrList +The ClutterText actor will take a reference on the PangoAttrList passed to this function.

    @@ -675,7 +675,7 @@ passed to this function. - +

    attrs :

    a PangoAttrList or NULL to unset the attributesa PangoAttrList or NULL to unset the attributes
    @@ -684,7 +684,7 @@ passed to this function.

    clutter_text_get_attributes ()

    -
    PangoAttrList *     clutter_text_get_attributes         (ClutterText *self);
    +
    PangoAttrList *     clutter_text_get_attributes         (ClutterText *self);

    Gets the attribute list that was set on the ClutterText actor clutter_text_set_attributes(), if any. @@ -699,7 +699,7 @@ Gets the attribute list that was set on the Returns :

    -the attribute list, or NULL if none was set. The +the attribute list, or NULL if none was set. The returned value is owned by the ClutterText and should not be unreferenced. [transfer none] @@ -767,7 +767,7 @@ Retrieves the text color as set by

    clutter_text_set_ellipsize ()

    void                clutter_text_set_ellipsize          (ClutterText *self,
    -                                                         PangoEllipsizeMode mode);
    + PangoEllipsizeMode mode);

    Sets the mode used to ellipsize (add an ellipsis: "...") to the text if there is not enough space to render the entire contents @@ -783,7 +783,7 @@ of a mode :

    -a PangoEllipsizeMode +a PangoEllipsizeMode @@ -793,7 +793,7 @@ of a

    clutter_text_get_ellipsize ()

    -
    PangoEllipsizeMode  clutter_text_get_ellipsize          (ClutterText *self);
    +
    PangoEllipsizeMode  clutter_text_get_ellipsize          (ClutterText *self);

    Returns the ellipsizing position of a ClutterText actor, as set by clutter_text_set_ellipsize(). @@ -808,7 +808,7 @@ set by

    Returns :

    -PangoEllipsizeMode +PangoEllipsizeMode
    @@ -818,12 +818,12 @@ set by

    clutter_text_set_font_name ()

    void                clutter_text_set_font_name          (ClutterText *self,
    -                                                         const gchar *font_name);
    + const gchar *font_name);

    Sets the font used by a ClutterText. The font_name string -must either be NULL, which means that the font name from the +must either be NULL, which means that the font name from the default ClutterBackend will be used; or be something that can -be parsed by the pango_font_description_from_string() function, +be parsed by the pango_font_description_from_string() function, like:

    @@ -855,7 +855,7 @@ like:

    font_name :

    -a font name, or NULL to set the default font name. [allow-none] +a font name, or NULL to set the default font name. [allow-none] @@ -865,7 +865,7 @@ like:

    clutter_text_get_font_name ()

    -
    const gchar *       clutter_text_get_font_name          (ClutterText *self);
    +
    const gchar *       clutter_text_get_font_name          (ClutterText *self);

    Retrieves the font name as set by clutter_text_set_font_name().

    @@ -891,13 +891,13 @@ modified or freed

    clutter_text_set_font_description ()

    void                clutter_text_set_font_description   (ClutterText *self,
    -                                                         PangoFontDescription *font_desc);
    + PangoFontDescription *font_desc);

    Sets font_desc as the font description for a ClutterText

    -The PangoFontDescription is copied by the ClutterText actor -so you can safely call pango_font_description_free() on it after +The PangoFontDescription is copied by the ClutterText actor +so you can safely call pango_font_description_free() on it after calling this function.

    @@ -910,7 +910,7 @@ calling this function. - @@ -920,10 +920,10 @@ calling this function.

    clutter_text_get_font_description ()

    -
    PangoFontDescription * clutter_text_get_font_description
    +
    PangoFontDescription * clutter_text_get_font_description
                                                             (ClutterText *self);

    -Retrieves the PangoFontDescription used by self +Retrieves the PangoFontDescription used by self

    font_desc :

    a PangoFontDescription +a PangoFontDescription
    @@ -935,7 +935,7 @@ Retrieves the PangoFontDescription used by Returns :

    -
    @@ -946,7 +946,7 @@ by the

    clutter_text_set_password_char ()

    void                clutter_text_set_password_char      (ClutterText *self,
    -                                                         gunichar wc);
    + gunichar wc);

    Sets the character to use in place of the actual text in a password text actor. @@ -974,7 +974,7 @@ If wc is 0 the text will be displayed as


    clutter_text_get_password_char ()

    -
    gunichar            clutter_text_get_password_char      (ClutterText *self);
    +
    gunichar            clutter_text_get_password_char      (ClutterText *self);

    Retrieves the character to use in place of the actual text as set by clutter_text_set_password_char(). @@ -1000,7 +1000,7 @@ character is not set

    clutter_text_set_justify ()

    void                clutter_text_set_justify            (ClutterText *self,
    -                                                         gboolean justify);
    + gboolean justify);

    Sets whether the text of the ClutterText actor should be justified on both margins. This setting is ignored if Clutter is compiled @@ -1025,7 +1025,7 @@ against Pango < 1.18.


    clutter_text_get_justify ()

    -
    gboolean            clutter_text_get_justify            (ClutterText *self);
    +
    gboolean            clutter_text_get_justify            (ClutterText *self);

    Retrieves whether the ClutterText actor should justify its contents on both margins. @@ -1041,7 +1041,7 @@ on both margins.

    +TRUE if the text should be justified
    a PangoFontDescription. The returned value is owned +a PangoFontDescription. The returned value is owned by the ClutterText actor and it should not be modified or freed

    Returns :

    -TRUE if the text should be justified
    @@ -1050,9 +1050,9 @@ on both margins.

    clutter_text_get_layout ()

    -
    PangoLayout *       clutter_text_get_layout             (ClutterText *self);
    +
    PangoLayout *       clutter_text_get_layout             (ClutterText *self);

    -Retrieves the current PangoLayout used by a ClutterText actor. +Retrieves the current PangoLayout used by a ClutterText actor.

    @@ -1064,7 +1064,7 @@ Retrieves the current PangoLayout used by a Returns :

    -
    @@ -1076,7 +1076,7 @@ the

    clutter_text_set_line_alignment ()

    void                clutter_text_set_line_alignment     (ClutterText *self,
    -                                                         PangoAlignment alignment);
    + PangoAlignment alignment);

    Sets the way that the lines of a wrapped label are aligned with respect to each other. This does not affect the overall alignment @@ -1096,7 +1096,7 @@ that supports alignment, or use the anchor point.

    - @@ -1106,7 +1106,7 @@ that supports alignment, or use the anchor point.

    clutter_text_get_line_alignment ()

    -
    PangoAlignment      clutter_text_get_line_alignment     (ClutterText *self);
    +
    PangoAlignment      clutter_text_get_line_alignment     (ClutterText *self);

    Retrieves the alignment of a ClutterText, as set by clutter_text_set_line_alignment(). @@ -1121,7 +1121,7 @@ Retrieves the alignment of a Returns :

    -
    @@ -1132,7 +1132,7 @@ Retrieves the alignment of a

    clutter_text_set_line_wrap ()

    void                clutter_text_set_line_wrap          (ClutterText *self,
    -                                                         gboolean line_wrap);
    + gboolean line_wrap);

    Sets whether the contents of a ClutterText actor should wrap, if they don't fit the size assigned to the actor. @@ -1156,7 +1156,7 @@ if they don't fit the size assigned to the actor.


    clutter_text_get_line_wrap ()

    -
    gboolean            clutter_text_get_line_wrap          (ClutterText *self);
    +
    gboolean            clutter_text_get_line_wrap          (ClutterText *self);

    Retrieves the value set using clutter_text_set_line_wrap().

    @@ -1171,7 +1171,7 @@ Retrieves the value set using Returns :

    @@ -1182,11 +1182,11 @@ its contents

    clutter_text_set_line_wrap_mode ()

    void                clutter_text_set_line_wrap_mode     (ClutterText *self,
    -                                                         PangoWrapMode wrap_mode);
    + PangoWrapMode wrap_mode);

    If line wrapping is enabled (see clutter_text_set_line_wrap()) this function controls how the line wrapping is performed. The default is -PANGO_WRAP_WORD which means wrap on word boundaries. +PANGO_WRAP_WORD which means wrap on word boundaries.

    a PangoLayout. The returned object is owned by +a PangoLayout. The returned object is owned by the ClutterText actor and should not be modified or freed. [transfer none]

    alignment :

    A PangoAlignment +A PangoAlignment
    a PangoAlignment +a PangoAlignment
    -TRUE if the ClutterText actor should wrap +TRUE if the ClutterText actor should wrap its contents
    @@ -1207,7 +1207,7 @@ function controls how the line wrapping is performed. The default is

    clutter_text_get_line_wrap_mode ()

    -
    PangoWrapMode       clutter_text_get_line_wrap_mode     (ClutterText *self);
    +
    PangoWrapMode       clutter_text_get_line_wrap_mode     (ClutterText *self);

    Retrieves the line wrap mode used by the ClutterText actor.

    @@ -1235,7 +1235,7 @@ See

    clutter_text_set_max_length ()

    void                clutter_text_set_max_length         (ClutterText *self,
    -                                                         gint max);
    + gint max);

    Sets the maximum allowed length of the contents of the actor. If the current contents are longer than the given length, then they will be @@ -1261,7 +1261,7 @@ to disable or -1 to set the length of the current string


    clutter_text_get_max_length ()

    -
    gint                clutter_text_get_max_length         (ClutterText *self);
    +
    gint                clutter_text_get_max_length         (ClutterText *self);

    Gets the maximum length of text that can be set into a text actor.

    @@ -1288,7 +1288,7 @@ See

    clutter_text_set_selectable ()

    void                clutter_text_set_selectable         (ClutterText *self,
    -                                                         gboolean selectable);
    + gboolean selectable);

    Sets whether a ClutterText actor should be selectable.

    @@ -1315,7 +1315,7 @@ the pointer or the keyboard.

    clutter_text_get_selectable ()

    -
    gboolean            clutter_text_get_selectable         (ClutterText *self);
    +
    gboolean            clutter_text_get_selectable         (ClutterText *self);

    Retrieves whether a ClutterText is selectable or not.

    @@ -1330,7 +1330,7 @@ Retrieves whether a
    +TRUE if the actor is selectable

    Returns :

    -TRUE if the actor is selectable
    @@ -1340,8 +1340,8 @@ Retrieves whether a

    clutter_text_set_selection ()

    void                clutter_text_set_selection          (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    + gssize start_pos, + gssize end_pos);

    Selects the region of text between start_pos and end_pos.

    @@ -1372,7 +1372,7 @@ This function changes the position of the cursor to match

    clutter_text_get_selection ()

    -
    gchar *             clutter_text_get_selection          (ClutterText *self);
    +
    gchar *             clutter_text_get_selection          (ClutterText *self);

    Retrieves the currently selected text.

    @@ -1387,7 +1387,7 @@ Retrieves the currently selected text.

    Returns :

    a newly allocated string containing the currently -selected text, or NULL. Use g_free() to free the returned +selected text, or NULL. Use g_free() to free the returned string. @@ -1398,7 +1398,7 @@ string.

    clutter_text_set_selection_bound ()

    void                clutter_text_set_selection_bound    (ClutterText *self,
    -                                                         gint selection_bound);
    + gint selection_bound);

    Sets the other end of the selection, starting from the current cursor position. @@ -1425,7 +1425,7 @@ If selection_bound is -1, the selection


    clutter_text_get_selection_bound ()

    -
    gint                clutter_text_get_selection_bound    (ClutterText *self);
    +
    gint                clutter_text_get_selection_bound    (ClutterText *self);

    Retrieves the other end of the selection of a ClutterText actor, in characters from the current cursor position. @@ -1450,7 +1450,7 @@ in characters from the current cursor position.

    clutter_text_set_single_line_mode ()

    void                clutter_text_set_single_line_mode   (ClutterText *self,
    -                                                         gboolean single_line);
    + gboolean single_line);

    Sets whether a ClutterText actor should be in single line mode or not. Only editable ClutterTexts can be in single line @@ -1487,7 +1487,7 @@ signal.


    clutter_text_get_single_line_mode ()

    -
    gboolean            clutter_text_get_single_line_mode   (ClutterText *self);
    +
    gboolean            clutter_text_get_single_line_mode   (ClutterText *self);

    Retrieves whether the ClutterText actor is in single line mode.

    @@ -1502,7 +1502,7 @@ Retrieves whether the Returns :

    -TRUE if the
    ClutterText actor is in single line mode +TRUE if the ClutterText actor is in single line mode
    @@ -1512,10 +1512,10 @@ Retrieves whether the

    clutter_text_set_use_markup ()

    void                clutter_text_set_use_markup         (ClutterText *self,
    -                                                         gboolean setting);
    + gboolean setting);

    Sets whether the contents of the ClutterText actor contains markup -in Pango's text markup language. +in Pango's text markup language.

    Setting "use-markup" on an editable ClutterText will @@ -1535,7 +1535,7 @@ See also

    clutter_text_get_use_markup ()

    -
    gboolean            clutter_text_get_use_markup         (ClutterText *self);
    +
    gboolean            clutter_text_get_use_markup         (ClutterText *self);

    Retrieves whether the contents of the ClutterText actor should be parsed for the Pango text markup. @@ -1560,7 +1560,7 @@ parsed for the Pango text markup.

    Returns :

    -TRUE if the contents will be parsed for markup +TRUE if the contents will be parsed for markup
    @@ -1570,7 +1570,7 @@ parsed for the Pango text markup.

    clutter_text_set_editable ()

    void                clutter_text_set_editable           (ClutterText *self,
    -                                                         gboolean editable);
    + gboolean editable);

    Sets whether the ClutterText actor should be editable.

    @@ -1598,7 +1598,7 @@ will receive key events and will update its contents accordingly.

    clutter_text_get_editable ()

    -
    gboolean            clutter_text_get_editable           (ClutterText *self);
    +
    gboolean            clutter_text_get_editable           (ClutterText *self);

    Retrieves whether a ClutterText is editable or not.

    @@ -1613,7 +1613,7 @@ Retrieves whether a

    Returns :

    -TRUE if the actor is editable +
    TRUE if the actor is editable
    @@ -1623,8 +1623,8 @@ Retrieves whether a

    clutter_text_insert_text ()

    void                clutter_text_insert_text            (ClutterText *self,
    -                                                         const gchar *text,
    -                                                         gssize position);
    + const gchar *text, + gssize position);

    Inserts text into a ClutterActor at the given position.

    @@ -1659,7 +1659,7 @@ The position is expressed in characters, not in bytes.

    clutter_text_insert_unichar ()

    void                clutter_text_insert_unichar         (ClutterText *self,
    -                                                         gunichar wc);
    + gunichar wc);

    Inserts wc at the current cursor position of a ClutterText actor. @@ -1684,7 +1684,7 @@ Inserts wc at the current cursor positio

    clutter_text_delete_chars ()

    void                clutter_text_delete_chars           (ClutterText *self,
    -                                                         guint n_chars);
    + guint n_chars);

    Deletes n_chars inside a ClutterText actor, starting from the current cursor position. @@ -1713,8 +1713,8 @@ number of characters you've deleted.

    clutter_text_delete_text ()

    void                clutter_text_delete_text            (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    + gssize start_pos, + gssize end_pos);

    Deletes the text inside a ClutterText actor between start_pos and end_pos. @@ -1746,7 +1746,7 @@ not in bytes.


    clutter_text_delete_selection ()

    -
    gboolean            clutter_text_delete_selection       (ClutterText *self);
    +
    gboolean            clutter_text_delete_selection       (ClutterText *self);

    Deletes the currently selected text

    @@ -1764,8 +1764,8 @@ This function is only useful in subclasses of Returns :

    -TRUE if text was deleted or if the text actor -is empty, and FALSE otherwise +
    TRUE if text was deleted or if the text actor +is empty, and FALSE otherwise
    @@ -1774,9 +1774,9 @@ is empty, and FALSE otherwise

    clutter_text_get_chars ()

    -
    gchar *             clutter_text_get_chars              (ClutterText *self,
    -                                                         gssize start_pos,
    -                                                         gssize end_pos);
    +
    gchar *             clutter_text_get_chars              (ClutterText *self,
    +                                                         gssize start_pos,
    +                                                         gssize end_pos);

    Retrieves the contents of the ClutterText actor between start_pos and end_pos, but not including end_pos. @@ -1803,7 +1803,7 @@ The positions are specified in characters, not in bytes.

    Returns :

    a newly allocated string with the contents of -the text actor between the specified positions. Use g_free() +the text actor between the specified positions. Use g_free() to free the resources when done @@ -1819,7 +1819,7 @@ to free the resources when done Sets the color of the cursor of a ClutterText actor.

    -If color is NULL, the cursor color will be the same as the +If color is NULL, the cursor color will be the same as the text color.

    @@ -1832,7 +1832,7 @@ text color. - +

    color :

    the color of the cursor, or NULL to unset itthe color of the cursor, or NULL to unset it
    @@ -1872,7 +1872,7 @@ Retrieves the color of the cursor of a ClutterText actor.

    -If color is NULL, the selection color will be the same as the +If color is NULL, the selection color will be the same as the cursor color, or if no cursor color is set either then it will be the same as the text color.

    @@ -1886,7 +1886,7 @@ the same as the text color.

    color :

    -the color of the selection, or NULL to unset it +the color of the selection, or NULL to unset it
    @@ -1927,7 +1927,7 @@ Retrieves the color of the selection of a ClutterText actor.

    -If color is NULL, the selected text color will be the same as the +If color is NULL, the selected text color will be the same as the selection color, which then falls back to cursor, and then text color.

    @@ -1940,7 +1940,7 @@ selection color, which then falls back to cursor, and then text color. - +

    color :

    the selected text color, or NULL to unset itthe selected text color, or NULL to unset it
    @@ -1976,7 +1976,7 @@ Retrieves the color of selected text of a

    clutter_text_set_cursor_position ()

    void                clutter_text_set_cursor_position    (ClutterText *self,
    -                                                         gint position);
    + gint position);

    Sets the cursor of a ClutterText actor at position.

    @@ -2002,7 +2002,7 @@ The position is expressed in characters, not in bytes.

    clutter_text_get_cursor_position ()

    -
    gint                clutter_text_get_cursor_position    (ClutterText *self);
    +
    gint                clutter_text_get_cursor_position    (ClutterText *self);

    Retrieves the cursor position.

    @@ -2026,7 +2026,7 @@ Retrieves the cursor position.

    clutter_text_set_cursor_visible ()

    void                clutter_text_set_cursor_visible     (ClutterText *self,
    -                                                         gboolean cursor_visible);
    + gboolean cursor_visible);

    Sets whether the cursor of a ClutterText actor should be visible or not. @@ -2061,7 +2061,7 @@ The position of the cursor can be changed programmatically using


    clutter_text_get_cursor_visible ()

    -
    gboolean            clutter_text_get_cursor_visible     (ClutterText *self);
    +
    gboolean            clutter_text_get_cursor_visible     (ClutterText *self);

    Retrieves whether the cursor of a ClutterText actor is visible.

    @@ -2076,7 +2076,7 @@ Retrieves whether the cursor of a

    Returns :

    -TRUE if the cursor is visible +
    TRUE if the cursor is visible
    @@ -2086,11 +2086,11 @@ Retrieves whether the cursor of a

    clutter_text_set_cursor_size ()

    void                clutter_text_set_cursor_size        (ClutterText *self,
    -                                                         gint size);
    + gint size);

    Sets the size of the cursor of a ClutterText. The cursor will only be visible if the "cursor-visible" property -is set to TRUE. +is set to TRUE.

    @@ -2112,7 +2112,7 @@ default value

    clutter_text_get_cursor_size ()

    -
    guint               clutter_text_get_cursor_size        (ClutterText *self);
    +
    guint               clutter_text_get_cursor_size        (ClutterText *self);

    Retrieves the size of the cursor of a ClutterText actor.

    @@ -2135,7 +2135,7 @@ Retrieves the size of the cursor of a

    clutter_text_activate ()

    -
    gboolean            clutter_text_activate               (ClutterText *self);
    +
    gboolean            clutter_text_activate               (ClutterText *self);

    Emits the "activate" signal, if self has been set as activatable using clutter_text_set_activatable(). @@ -2157,8 +2157,8 @@ signal handlers before the default signal handler for the

    +TRUE if the ::activate signal has been emitted, +and FALSE otherwise

    Returns :

    -TRUE if the ::activate signal has been emitted, -and FALSE otherwise
    @@ -2167,9 +2167,9 @@ and FALSE otherwise

    clutter_text_coords_to_position ()

    -
    gint                clutter_text_coords_to_position     (ClutterText *self,
    -                                                         gfloat x,
    -                                                         gfloat y);
    +
    gint                clutter_text_coords_to_position     (ClutterText *self,
    +                                                         gfloat x,
    +                                                         gfloat y);

    Retrieves the position of the character at the given coordinates.

    @@ -2199,11 +2199,11 @@ Return: the position of the character

    clutter_text_position_to_coords ()

    -
    gboolean            clutter_text_position_to_coords     (ClutterText *self,
    -                                                         gint position,
    -                                                         gfloat *x,
    -                                                         gfloat *y,
    -                                                         gfloat *line_height);
    +
    gboolean            clutter_text_position_to_coords     (ClutterText *self,
    +                                                         gint position,
    +                                                         gfloat *x,
    +                                                         gfloat *y,
    +                                                         gfloat *line_height);

    Retrieves the coordinates of the given position.

    @@ -2221,23 +2221,23 @@ Retrieves the coordinates of the given position

    x :

    -return location for the X coordinate, or NULL. [out] +return location for the X coordinate, or NULL. [out]

    y :

    -return location for the Y coordinate, or NULL. [out] +return location for the Y coordinate, or NULL. [out]

    line_height :

    -return location for the line height, or NULL. [out] +return location for the line height, or NULL. [out]

    Returns :

    -TRUE if the conversion was successful +TRUE if the conversion was successful
    @@ -2247,9 +2247,9 @@ Retrieves the coordinates of the given position

    clutter_text_set_preedit_string ()

    void                clutter_text_set_preedit_string     (ClutterText *self,
    -                                                         const gchar *preedit_str,
    -                                                         PangoAttrList *preedit_attrs,
    -                                                         guint cursor_pos);
    + const gchar *preedit_str, + PangoAttrList *preedit_attrs, + guint cursor_pos);

    Sets, or unsets, the pre-edit string. This function is useful for input methods to display a string (with eventual specific @@ -2273,7 +2273,7 @@ This function should not be used by applications

    preedit_str :

    -the pre-edit string, or NULL to unset it. [allow-none] +the pre-edit string, or NULL to unset it. [allow-none] @@ -2293,10 +2293,10 @@ This function should not be used by applications

    clutter_text_get_layout_offsets ()

    void                clutter_text_get_layout_offsets     (ClutterText *self,
    -                                                         gint *x,
    -                                                         gint *y);
    + gint *x, + gint *y);

    -Obtains the coordinates where the ClutterText will draw the PangoLayout +Obtains the coordinates where the ClutterText will draw the PangoLayout representing the text.

    @@ -2309,12 +2309,12 @@ representing the text. - - @@ -2326,7 +2326,7 @@ representing the text.

    Property Details

    The "activatable" property

    -
      "activatable"              gboolean              : Read / Write
    +
      "activatable"              gboolean              : Read / Write

    Toggles whether return invokes the activate signal or not.

    @@ -2336,7 +2336,7 @@ Toggles whether return invokes the activate signal or not.

    The "attributes" property

    -
      "attributes"               PangoAttrList*        : Read / Write
    +
      "attributes"               PangoAttrList*        : Read / Write

    A list of PangoStyleAttributes to be applied to the contents of the ClutterText actor. @@ -2351,7 +2351,7 @@ contents of the ClutterText.

    -If set to NULL, a default buffer will be created. +If set to NULL, a default buffer will be created.

    Since 1.8

    @@ -2376,9 +2376,9 @@ The color of the cursor.

    The "cursor-color-set" property

    -
      "cursor-color-set"         gboolean              : Read
    +
      "cursor-color-set"         gboolean              : Read

    -Will be set to TRUE if "cursor-color" has been set. +Will be set to TRUE if "cursor-color" has been set.

    Default value: FALSE

    Since 1.0

    @@ -2386,7 +2386,7 @@ Will be set to TRUE if

    The "cursor-size" property

    -
      "cursor-size"              gint                  : Read / Write
    +
      "cursor-size"              gint                  : Read / Write

    The size of the cursor, in pixels. If set to -1 the size used will be the default cursor size of 2 pixels. @@ -2398,11 +2398,11 @@ be the default cursor size of 2 pixels.


    The "cursor-visible" property

    -
      "cursor-visible"           gboolean              : Read / Write
    +
      "cursor-visible"           gboolean              : Read / Write

    Whether the input cursor is visible or not, it will only be visible if both "cursor-visible" and "editable" are -set to TRUE. +set to TRUE.

    Default value: TRUE

    Since 1.0

    @@ -2410,7 +2410,7 @@ set to TRUE.

    The "editable" property

    -
      "editable"                 gboolean              : Read / Write
    +
      "editable"                 gboolean              : Read / Write

    Whether key events delivered to the actor causes editing.

    @@ -2420,7 +2420,7 @@ Whether key events delivered to the actor causes editing.

    The "ellipsize" property

    -
      "ellipsize"                PangoEllipsizeMode    : Read / Write
    +
      "ellipsize"                PangoEllipsizeMode    : Read / Write

    The preferred place to ellipsize the contents of the ClutterText actor

    @@ -2430,9 +2430,9 @@ The preferred place to ellipsize the contents of the

    The "font-description" property

    -
      "font-description"         PangoFontDescription*  : Read / Write
    +
      "font-description"         PangoFontDescription*  : Read / Write

    -The PangoFontDescription that should be used by the ClutterText +The PangoFontDescription that should be used by the ClutterText

    If you have a string describing the font then you should look at @@ -2443,13 +2443,13 @@ If you have a string describing the font then you should look at


    The "font-name" property

    -
      "font-name"                gchar*                : Read / Write
    +
      "font-name"                gchar*                : Read / Write

    The font to be used by the ClutterText, as a string -that can be parsed by pango_font_description_from_string(). +that can be parsed by pango_font_description_from_string().

    -If set to NULL, the default system font will be used instead. +If set to NULL, the default system font will be used instead.

    Default value: NULL

    Since 1.0

    @@ -2457,7 +2457,7 @@ If set to

    The "justify" property

    -
      "justify"                  gboolean              : Read / Write
    +
      "justify"                  gboolean              : Read / Write

    Whether the contents of the ClutterText should be justified on both margins. @@ -2468,7 +2468,7 @@ on both margins.


    The "line-alignment" property

    -
      "line-alignment"           PangoAlignment        : Read / Write
    +
      "line-alignment"           PangoAlignment        : Read / Write

    The preferred alignment for the text. This property controls the alignment of multi-line paragraphs. @@ -2479,7 +2479,7 @@ the alignment of multi-line paragraphs.


    The "line-wrap" property

    -
      "line-wrap"                gboolean              : Read / Write
    +
      "line-wrap"                gboolean              : Read / Write

    Whether to wrap the lines of "text" if the contents exceed the available allocation. The wrapping strategy is @@ -2491,9 +2491,9 @@ controlled by the

    The "line-wrap-mode" property

    -
      "line-wrap-mode"           PangoWrapMode         : Read / Write
    +
      "line-wrap-mode"           PangoWrapMode         : Read / Write

    -If "line-wrap" is set to TRUE, this property will +If "line-wrap" is set to TRUE, this property will control how the text is wrapped.

    Default value: PANGO_WRAP_WORD

    @@ -2502,7 +2502,7 @@ control how the text is wrapped.

    The "max-length" property

    -
      "max-length"               gint                  : Read / Write
    +
      "max-length"               gint                  : Read / Write

    The maximum length of the contents of the ClutterText actor.

    @@ -2513,7 +2513,7 @@ The maximum length of the contents of the

    The "password-char" property

    -
      "password-char"            guint                 : Read / Write
    +
      "password-char"            guint                 : Read / Write

    If non-zero, the character that should be used in place of the actual text in a password text actor. @@ -2524,7 +2524,7 @@ the actual text in a password text actor.


    The "position" property

    -
      "position"                 gint                  : Read / Write
    +
      "position"                 gint                  : Read / Write

    The current input cursor position. -1 is taken to be the end of the text

    @@ -2535,7 +2535,7 @@ The current input cursor position. -1 is taken to be the end of the text

    The "selectable" property

    -
      "selectable"               gboolean              : Read / Write
    +
      "selectable"               gboolean              : Read / Write

    Whether it is possible to select text, either using the pointer or the keyboard. @@ -2555,9 +2555,9 @@ The color of selected text.


    The "selected-text-color-set" property

    -
      "selected-text-color-set"  gboolean              : Read
    +
      "selected-text-color-set"  gboolean              : Read

    -Will be set to TRUE if "selected-text-color" has been set. +Will be set to TRUE if "selected-text-color" has been set.

    Default value: FALSE

    Since 1.8

    @@ -2565,7 +2565,7 @@ Will be set to TRUE if

    The "selection-bound" property

    -
      "selection-bound"          gint                  : Read / Write
    +
      "selection-bound"          gint                  : Read / Write

    The current input cursor position. -1 is taken to be the end of the text

    @@ -2585,9 +2585,9 @@ The color of the selection.

    The "selection-color-set" property

    -
      "selection-color-set"      gboolean              : Read
    +
      "selection-color-set"      gboolean              : Read

    -Will be set to TRUE if "selection-color" has been set. +Will be set to TRUE if "selection-color" has been set.

    Default value: FALSE

    Since 1.0

    @@ -2595,7 +2595,7 @@ Will be set to TRUE if

    The "single-line-mode" property

    -
      "single-line-mode"         gboolean              : Read / Write
    +
      "single-line-mode"         gboolean              : Read / Write

    Whether the ClutterText actor should be in single line mode or not. A single line ClutterText actor will only contain a @@ -2608,7 +2608,7 @@ property as a side-effect.

    The "single-line-mode" property is used only if the -"editable" property is set to TRUE. +"editable" property is set to TRUE.

    Default value: FALSE

    Since 1.0

    @@ -2616,7 +2616,7 @@ The

    The "text" property

    -
      "text"                     gchar*                : Read / Write
    +
      "text"                     gchar*                : Read / Write

    The text to render inside the actor.

    @@ -2626,20 +2626,20 @@ The text to render inside the actor.

    The "use-markup" property

    -
      "use-markup"               gboolean              : Read / Write
    +
      "use-markup"               gboolean              : Read / Write

    Whether the text includes Pango markup.

    For more informations about the Pango markup format, see -pango_layout_set_markup() in the Pango documentation. +pango_layout_set_markup() in the Pango documentation.

    Note

    It is not possible to round-trip this property between -TRUE and FALSE. Once a string with markup has been set on -a ClutterText actor with :use-markup set to TRUE, the markup +TRUE and FALSE. Once a string with markup has been set on +a ClutterText actor with :use-markup set to TRUE, the markup is stripped from the string.

    @@ -2652,11 +2652,11 @@ is stripped from the string.

    The "activate" signal

    void                user_function                      (ClutterText *self,
    -                                                        gpointer     user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::activate signal is emitted each time the actor is 'activated' by the user, normally by pressing the 'Enter' key. The signal is -emitted only if "activatable" is set to TRUE. +emitted only if "activatable" is set to TRUE.

    x :

    location to store X offset of layout, or NULL. [out] +location to store X offset of layout, or NULL. [out]

    y :

    location to store Y offset of layout, or NULL. [out] +location to store Y offset of layout, or NULL. [out]
    @@ -2678,7 +2678,7 @@ emitted only if

    The "cursor-event" signal

    void                user_function                      (ClutterText     *self,
                                                             ClutterGeometry *geometry,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::cursor-event signal is emitted whenever the cursor position changes inside a ClutterText actor. Inside geometry it is stored @@ -2708,9 +2708,9 @@ itself.

    The "delete-text" signal

    void                user_function                      (ClutterText *self,
    -                                                        gint         start_pos,
    -                                                        gint         end_pos,
    -                                                        gpointer     user_data)      : Action
    + gint start_pos, + gint end_pos, + gpointer user_data) : Action

    This signal is emitted when text is deleted from the actor by the user. It is emitted before self text changes. @@ -2742,10 +2742,10 @@ the user. It is emitted before self text

    The "insert-text" signal

    void                user_function                      (ClutterText *self,
    -                                                        gchar       *new_text,
    -                                                        gint         new_text_length,
    -                                                        gpointer     position,
    -                                                        gpointer     user_data)            : Action
    + gchar *new_text, + gint new_text_length, + gpointer position, + gpointer user_data) : Action

    This signal is emitted when text is inserted into the actor by the user. It is emitted before self text changes. @@ -2785,7 +2785,7 @@ inserted text.

    The "text-changed" signal

    void                user_function                      (ClutterText *self,
    -                                                        gpointer     user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::text-changed signal is emitted after actor's text changes

    diff --git a/doc/reference/clutter/html/ClutterTextBuffer.html b/doc/reference/clutter/html/ClutterTextBuffer.html index d80c793..bf76af1 100644 --- a/doc/reference/clutter/html/ClutterTextBuffer.html +++ b/doc/reference/clutter/html/ClutterTextBuffer.html @@ -47,55 +47,55 @@ struct ClutterTextBuffer; struct ClutterTextBufferClass; ClutterTextBuffer * clutter_text_buffer_new (void); -ClutterTextBuffer * clutter_text_buffer_new_with_text (const gchar *text, - gssize text_len); +ClutterTextBuffer * clutter_text_buffer_new_with_text (const gchar *text, + gssize text_len); void clutter_text_buffer_set_text (ClutterTextBuffer *buffer, - const gchar *chars, - gint n_chars); -const gchar * clutter_text_buffer_get_text (ClutterTextBuffer *buffer); -gsize clutter_text_buffer_get_bytes (ClutterTextBuffer *buffer); -guint clutter_text_buffer_get_length (ClutterTextBuffer *buffer); + const gchar *chars, + gint n_chars); +const gchar * clutter_text_buffer_get_text (ClutterTextBuffer *buffer); +gsize clutter_text_buffer_get_bytes (ClutterTextBuffer *buffer); +guint clutter_text_buffer_get_length (ClutterTextBuffer *buffer); void clutter_text_buffer_set_max_length (ClutterTextBuffer *buffer, - gint max_length); -gint clutter_text_buffer_get_max_length (ClutterTextBuffer *buffer); -guint clutter_text_buffer_insert_text (ClutterTextBuffer *buffer, - guint position, - const gchar *chars, - gint n_chars); -guint clutter_text_buffer_delete_text (ClutterTextBuffer *buffer, - guint position, - gint n_chars); + gint max_length); +gint clutter_text_buffer_get_max_length (ClutterTextBuffer *buffer); +guint clutter_text_buffer_insert_text (ClutterTextBuffer *buffer, + guint position, + const gchar *chars, + gint n_chars); +guint clutter_text_buffer_delete_text (ClutterTextBuffer *buffer, + guint position, + gint n_chars); void clutter_text_buffer_emit_inserted_text (ClutterTextBuffer *buffer, - guint position, - const gchar *chars, - guint n_chars); + guint position, + const gchar *chars, + guint n_chars); void clutter_text_buffer_emit_deleted_text (ClutterTextBuffer *buffer, - guint position, - guint n_chars); + guint position, + guint n_chars);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterTextBuffer
     

    Properties

    -  "length"                   guint                 : Read
    -  "max-length"               gint                  : Read / Write
    -  "text"                     gchar*                : Read
    +  "length"                   guint                 : Read
    +  "max-length"               gint                  : Read / Write
    +  "text"                     gchar*                : Read
     

    Signals

    -  "deleted-text"                                   : Run First
    -  "inserted-text"                                  : Run First
    +  "deleted-text"                                   : Run First
    +  "inserted-text"                                  : Run First
     
    @@ -221,8 +221,8 @@ Create a new ClutterTextBuffer object.

    clutter_text_buffer_new_with_text ()

    -
    ClutterTextBuffer * clutter_text_buffer_new_with_text   (const gchar *text,
    -                                                         gssize text_len);
    +
    ClutterTextBuffer * clutter_text_buffer_new_with_text   (const gchar *text,
    +                                                         gssize text_len);

    Create a new ClutterTextBuffer object with some text.

    @@ -250,8 +250,8 @@ Create a new ClutterTextBuffer object with some text.

    clutter_text_buffer_set_text ()

    void                clutter_text_buffer_set_text        (ClutterTextBuffer *buffer,
    -                                                         const gchar *chars,
    -                                                         gint n_chars);
    + const gchar *chars, + gint n_chars);

    Sets the text in the buffer.

    @@ -285,7 +285,7 @@ Note that n_chars is in characters, not

    clutter_text_buffer_get_text ()

    -
    const gchar *       clutter_text_buffer_get_text        (ClutterTextBuffer *buffer);
    +
    const gchar *       clutter_text_buffer_get_text        (ClutterTextBuffer *buffer);

    Retrieves the contents of the buffer.

    @@ -315,7 +315,7 @@ stored.

    clutter_text_buffer_get_bytes ()

    -
    gsize               clutter_text_buffer_get_bytes       (ClutterTextBuffer *buffer);
    +
    gsize               clutter_text_buffer_get_bytes       (ClutterTextBuffer *buffer);

    Retrieves the length in bytes of the buffer. See clutter_text_buffer_get_length(). @@ -339,7 +339,7 @@ See

    clutter_text_buffer_get_length ()

    -
    guint               clutter_text_buffer_get_length      (ClutterTextBuffer *buffer);
    +
    guint               clutter_text_buffer_get_length      (ClutterTextBuffer *buffer);

    Retrieves the length in characters of the buffer.

    @@ -363,7 +363,7 @@ Retrieves the length in characters of the buffer.

    clutter_text_buffer_set_max_length ()

    void                clutter_text_buffer_set_max_length  (ClutterTextBuffer *buffer,
    -                                                         gint max_length);
    + gint max_length);

    Sets the maximum allowed length of the contents of the buffer. If the current contents are longer than the given length, then they @@ -390,7 +390,7 @@ be clamped to the range [ 0,

    clutter_text_buffer_get_max_length ()

    -
    gint                clutter_text_buffer_get_max_length  (ClutterTextBuffer *buffer);
    +
    gint                clutter_text_buffer_get_max_length  (ClutterTextBuffer *buffer);

    Retrieves the maximum allowed length of the text in buffer. See clutter_text_buffer_set_max_length(). @@ -415,10 +415,10 @@ in

    clutter_text_buffer_insert_text ()

    -
    guint               clutter_text_buffer_insert_text     (ClutterTextBuffer *buffer,
    -                                                         guint position,
    -                                                         const gchar *chars,
    -                                                         gint n_chars);
    +
    guint               clutter_text_buffer_insert_text     (ClutterTextBuffer *buffer,
    +                                                         guint position,
    +                                                         const gchar *chars,
    +                                                         gint n_chars);

    Inserts n_chars characters of chars into the contents of the buffer, at position position. @@ -463,9 +463,9 @@ Note that the position and length are in characters, not in bytes.


    clutter_text_buffer_delete_text ()

    -
    guint               clutter_text_buffer_delete_text     (ClutterTextBuffer *buffer,
    -                                                         guint position,
    -                                                         gint n_chars);
    +
    guint               clutter_text_buffer_delete_text     (ClutterTextBuffer *buffer,
    +                                                         guint position,
    +                                                         gint n_chars);

    Deletes a sequence of characters from the buffer. n_chars characters are deleted starting at position. If n_chars is negative, then all characters @@ -507,9 +507,9 @@ Note that the positions are specified in characters, not bytes.

    clutter_text_buffer_emit_inserted_text ()

    void                clutter_text_buffer_emit_inserted_text
                                                             (ClutterTextBuffer *buffer,
    -                                                         guint position,
    -                                                         const gchar *chars,
    -                                                         guint n_chars);
    + guint position, + const gchar *chars, + guint n_chars);

    Emits the "inserted-text" signal on buffer.

    @@ -545,8 +545,8 @@ Used when subclassing

    clutter_text_buffer_emit_deleted_text ()

    void                clutter_text_buffer_emit_deleted_text
                                                             (ClutterTextBuffer *buffer,
    -                                                         guint position,
    -                                                         guint n_chars);
    + guint position, + guint n_chars);

    Emits the "deleted-text" signal on buffer.

    @@ -578,7 +578,7 @@ Used when subclassing

    Property Details

    The "length" property

    -
      "length"                   guint                 : Read
    +
      "length"                   guint                 : Read

    The length (in characters) of the text in buffer.

    @@ -589,7 +589,7 @@ The length (in characters) of the text in buffer.

    The "max-length" property

    -
      "max-length"               gint                  : Read / Write
    +
      "max-length"               gint                  : Read / Write

    The maximum length (in characters) of the text in the buffer.

    @@ -600,7 +600,7 @@ The maximum length (in characters) of the text in the buffer.

    The "text" property

    -
      "text"                     gchar*                : Read
    +
      "text"                     gchar*                : Read

    The contents of the buffer.

    @@ -613,9 +613,9 @@ The contents of the buffer.

    The "deleted-text" signal

    void                user_function                      (ClutterTextBuffer *buffer,
    -                                                        guint              position,
    -                                                        guint              n_chars,
    -                                                        gpointer           user_data)      : Run First
    + guint position, + guint n_chars, + gpointer user_data) : Run First

    This signal is emitted after text is deleted from the buffer.

    @@ -647,10 +647,10 @@ This signal is emitted after text is deleted from the buffer.

    The "inserted-text" signal

    void                user_function                      (ClutterTextBuffer *buffer,
    -                                                        guint              position,
    -                                                        gchar             *chars,
    -                                                        guint              n_chars,
    -                                                        gpointer           user_data)      : Run First
    + guint position, + gchar *chars, + guint n_chars, + gpointer user_data) : Run First

    This signal is emitted after text is inserted into the buffer.

    diff --git a/doc/reference/clutter/html/ClutterTexture.html b/doc/reference/clutter/html/ClutterTexture.html index 985acd8..371cab1 100644 --- a/doc/reference/clutter/html/ClutterTexture.html +++ b/doc/reference/clutter/html/ClutterTexture.html @@ -50,48 +50,48 @@ struct ClutterTextureFlags; enum ClutterTextureQuality; ClutterActor * clutter_texture_new (void); -ClutterActor * clutter_texture_new_from_file (const gchar *filename, - GError **error); +ClutterActor * clutter_texture_new_from_file (const gchar *filename, + GError **error); ClutterActor * clutter_texture_new_from_actor (ClutterActor *actor); #define CLUTTER_TEXTURE_ERROR enum ClutterTextureError; -gboolean clutter_texture_set_from_file (ClutterTexture *texture, - const gchar *filename, - GError **error); -gboolean clutter_texture_set_from_rgb_data (ClutterTexture *texture, - const guchar *data, - gboolean has_alpha, - gint width, - gint height, - gint rowstride, - gint bpp, +gboolean clutter_texture_set_from_file (ClutterTexture *texture, + const gchar *filename, + GError **error); +gboolean clutter_texture_set_from_rgb_data (ClutterTexture *texture, + const guchar *data, + gboolean has_alpha, + gint width, + gint height, + gint rowstride, + gint bpp, ClutterTextureFlags flags, - GError **error); -gboolean clutter_texture_set_from_yuv_data (ClutterTexture *texture, - const guchar *data, - gint width, - gint height, + GError **error); +gboolean clutter_texture_set_from_yuv_data (ClutterTexture *texture, + const guchar *data, + gint width, + gint height, ClutterTextureFlags flags, - GError **error); -gboolean clutter_texture_set_area_from_rgb_data + GError **error); +gboolean clutter_texture_set_area_from_rgb_data (ClutterTexture *texture, - const guchar *data, - gboolean has_alpha, - gint x, - gint y, - gint width, - gint height, - gint rowstride, - gint bpp, + const guchar *data, + gboolean has_alpha, + gint x, + gint y, + gint width, + gint height, + gint rowstride, + gint bpp, ClutterTextureFlags flags, - GError **error); + GError **error); void clutter_texture_get_base_size (ClutterTexture *texture, - gint *width, - gint *height); + gint *width, + gint *height); CoglPixelFormat clutter_texture_get_pixel_format (ClutterTexture *texture); -gint clutter_texture_get_max_tile_waste (ClutterTexture *texture); +gint clutter_texture_get_max_tile_waste (ClutterTexture *texture); ClutterTextureQuality clutter_texture_get_filter_quality (ClutterTexture *texture); @@ -103,36 +103,36 @@ enum CoglHandle clutter_texture_get_cogl_material (ClutterTexture *texture); void clutter_texture_set_cogl_material (ClutterTexture *texture, CoglHandle cogl_material); -gboolean clutter_texture_get_sync_size (ClutterTexture *texture); +gboolean clutter_texture_get_sync_size (ClutterTexture *texture); void clutter_texture_set_sync_size (ClutterTexture *texture, - gboolean sync_size); + gboolean sync_size); void clutter_texture_get_repeat (ClutterTexture *texture, - gboolean *repeat_x, - gboolean *repeat_y); + gboolean *repeat_x, + gboolean *repeat_y); void clutter_texture_set_repeat (ClutterTexture *texture, - gboolean repeat_x, - gboolean repeat_y); -gboolean clutter_texture_get_keep_aspect_ratio + gboolean repeat_x, + gboolean repeat_y); +gboolean clutter_texture_get_keep_aspect_ratio (ClutterTexture *texture); void clutter_texture_set_keep_aspect_ratio (ClutterTexture *texture, - gboolean keep_aspect); -gboolean clutter_texture_get_load_async (ClutterTexture *texture); + gboolean keep_aspect); +gboolean clutter_texture_get_load_async (ClutterTexture *texture); void clutter_texture_set_load_async (ClutterTexture *texture, - gboolean load_async); -gboolean clutter_texture_get_load_data_async (ClutterTexture *texture); + gboolean load_async); +gboolean clutter_texture_get_load_data_async (ClutterTexture *texture); void clutter_texture_set_load_data_async (ClutterTexture *texture, - gboolean load_async); -gboolean clutter_texture_get_pick_with_alpha (ClutterTexture *texture); + gboolean load_async); +gboolean clutter_texture_get_pick_with_alpha (ClutterTexture *texture); void clutter_texture_set_pick_with_alpha (ClutterTexture *texture, - gboolean pick_with_alpha); + gboolean pick_with_alpha);

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterActor
                    +----ClutterTexture
                          +----ClutterCairoTexture
    @@ -149,26 +149,26 @@ ClutterTexture implements
     
       "cogl-material"            CoglHandle*           : Read / Write
       "cogl-texture"             CoglHandle*           : Read / Write
    -  "disable-slicing"          gboolean              : Read / Write / Construct Only
    -  "filename"                 gchar*                : Read / Write
    +  "disable-slicing"          gboolean              : Read / Write / Construct Only
    +  "filename"                 gchar*                : Read / Write
       "filter-quality"           ClutterTextureQuality  : Read / Write / Construct
    -  "keep-aspect-ratio"        gboolean              : Read / Write
    -  "load-async"               gboolean              : Write
    -  "load-data-async"          gboolean              : Write
    -  "pick-with-alpha"          gboolean              : Read / Write
    +  "keep-aspect-ratio"        gboolean              : Read / Write
    +  "load-async"               gboolean              : Write
    +  "load-data-async"          gboolean              : Write
    +  "pick-with-alpha"          gboolean              : Read / Write
       "pixel-format"             CoglPixelFormat       : Read
    -  "repeat-x"                 gboolean              : Read / Write
    -  "repeat-y"                 gboolean              : Read / Write
    -  "sync-size"                gboolean              : Read / Write
    -  "tile-waste"               gint                  : Read
    +  "repeat-x"                 gboolean              : Read / Write
    +  "repeat-y"                 gboolean              : Read / Write
    +  "sync-size"                gboolean              : Read / Write
    +  "tile-waste"               gint                  : Read
     

    Signals

    -  "load-finished"                                  : Run Last
    -  "pixbuf-change"                                  : Run Last
    -  "size-change"                                    : Run Last
    +  "load-finished"                                  : Run Last
    +  "pixbuf-change"                                  : Run Last
    +  "size-change"                                    : Run Last
     
    @@ -334,8 +334,8 @@ Creates a new empty

    clutter_texture_new_from_file ()

    -
    ClutterActor *      clutter_texture_new_from_file       (const gchar *filename,
    -                                                         GError **error);
    +
    ClutterActor *      clutter_texture_new_from_file       (const gchar *filename,
    +                                                         GError **error);

    Creates a new ClutterTexture actor to display the image contained a file. If the image failed to load then NULL is returned and error @@ -440,7 +440,7 @@ Some tips on usage:

    - +

    Returns :

    A newly created ClutterTexture object, or NULL on failure.A newly created ClutterTexture object, or NULL on failure.
    @@ -496,15 +496,15 @@ clutter_texture_set_from_yuv_data is unsupported.

    clutter_texture_set_from_file ()

    -
    gboolean            clutter_texture_set_from_file       (ClutterTexture *texture,
    -                                                         const gchar *filename,
    -                                                         GError **error);
    +
    gboolean            clutter_texture_set_from_file       (ClutterTexture *texture,
    +                                                         const gchar *filename,
    +                                                         GError **error);

    Sets the ClutterTexture image data from an image file. In case of -failure, FALSE is returned and error is set. +failure, FALSE is returned and error is set.

    -If "load-async" is set to TRUE, this function +If "load-async" is set to TRUE, this function will return as soon as possible, and the actual image loading from disk will be performed asynchronously. "size-change" will be emitten when the size of the texture is available and @@ -525,13 +525,13 @@ loaded or if an error occurred.

    error :

    -Return location for a GError, or NULL +Return location for a GError, or NULL

    Returns :

    -TRUE if the image was successfully loaded and set +TRUE if the image was successfully loaded and set
    @@ -540,15 +540,15 @@ loaded or if an error occurred.

    clutter_texture_set_from_rgb_data ()

    -
    gboolean            clutter_texture_set_from_rgb_data   (ClutterTexture *texture,
    -                                                         const guchar *data,
    -                                                         gboolean has_alpha,
    -                                                         gint width,
    -                                                         gint height,
    -                                                         gint rowstride,
    -                                                         gint bpp,
    +
    gboolean            clutter_texture_set_from_rgb_data   (ClutterTexture *texture,
    +                                                         const guchar *data,
    +                                                         gboolean has_alpha,
    +                                                         gint width,
    +                                                         gint height,
    +                                                         gint rowstride,
    +                                                         gint bpp,
                                                              ClutterTextureFlags flags,
    -                                                         GError **error);
    + GError **error);

    Sets ClutterTexture image data.

    @@ -567,7 +567,7 @@ Sets

    has_alpha :

    -set to TRUE if image data has an alpha channel. +set to
    TRUE if image data has an alpha channel.

    width :

    @@ -592,12 +592,12 @@ on the value of has_alpha)

    error :

    -return location for a GError, or NULL. +return location for a GError, or NULL.

    Returns :

    -TRUE on success, FALSE on failure. +TRUE on success, FALSE on failure.
    @@ -606,12 +606,12 @@ on the value of has_alpha)

    clutter_texture_set_from_yuv_data ()

    -
    gboolean            clutter_texture_set_from_yuv_data   (ClutterTexture *texture,
    -                                                         const guchar *data,
    -                                                         gint width,
    -                                                         gint height,
    +
    gboolean            clutter_texture_set_from_yuv_data   (ClutterTexture *texture,
    +                                                         const guchar *data,
    +                                                         gint width,
    +                                                         gint height,
                                                              ClutterTextureFlags flags,
    -                                                         GError **error);
    + GError **error);

    Warning

    clutter_texture_set_from_yuv_data has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_texture_get_cogl_material() and @@ -620,7 +620,7 @@ on the value of has_alpha)

    Sets a ClutterTexture from YUV image data. If an error occurred, -FALSE is returned and error is set. +FALSE is returned and error is set.

    The YUV support depends on the driver; the format supported by the @@ -658,12 +658,12 @@ RGB colorspace is to use a fragment shader associated with the

    error :

    -Return location for a GError, or NULL. +Return location for a GError, or NULL.

    Returns :

    -TRUE if the texture was successfully updated +TRUE if the texture was successfully updated
    @@ -672,18 +672,18 @@ RGB colorspace is to use a fragment shader associated with the

    clutter_texture_set_area_from_rgb_data ()

    -
    gboolean            clutter_texture_set_area_from_rgb_data
    +
    gboolean            clutter_texture_set_area_from_rgb_data
                                                             (ClutterTexture *texture,
    -                                                         const guchar *data,
    -                                                         gboolean has_alpha,
    -                                                         gint x,
    -                                                         gint y,
    -                                                         gint width,
    -                                                         gint height,
    -                                                         gint rowstride,
    -                                                         gint bpp,
    +                                                         const guchar *data,
    +                                                         gboolean has_alpha,
    +                                                         gint x,
    +                                                         gint y,
    +                                                         gint width,
    +                                                         gint height,
    +                                                         gint rowstride,
    +                                                         gint bpp,
                                                              ClutterTextureFlags flags,
    -                                                         GError **error);
    + GError **error);

    Updates a sub-region of the pixel data in a ClutterTexture.

    @@ -735,13 +735,13 @@ depending on has_alpha)

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL

    Returns :

    -TRUE on success, FALSE on failure. +TRUE on success, FALSE on failure.
    @@ -751,8 +751,8 @@ depending on has_alpha)

    clutter_texture_get_base_size ()

    void                clutter_texture_get_base_size       (ClutterTexture *texture,
    -                                                         gint *width,
    -                                                         gint *height);
    + gint *width, + gint *height);

    Gets the size in pixels of the untransformed underlying image

    @@ -766,12 +766,12 @@ Gets the size in pixels of the untransformed underlying image

    width :

    -return location for the width, or NULL. [out] +return location for the width, or NULL. [out]

    height :

    -return location for the height, or NULL. [out] +return location for the height, or NULL. [out] @@ -825,7 +825,7 @@ equivalent to:

    clutter_texture_get_max_tile_waste ()

    -
    gint                clutter_texture_get_max_tile_waste  (ClutterTexture *texture);
    +
    gint                clutter_texture_get_max_tile_waste  (ClutterTexture *texture);

    Gets the maximum waste that will be used when creating a texture or -1 if slicing is disabled. @@ -1022,7 +1022,7 @@ function.


    clutter_texture_get_sync_size ()

    -
    gboolean            clutter_texture_get_sync_size       (ClutterTexture *texture);
    +
    gboolean            clutter_texture_get_sync_size       (ClutterTexture *texture);

    Retrieves the value set with clutter_texture_set_sync_size()

    @@ -1037,7 +1037,7 @@ Retrieves the value set with Returns :

    -TRUE if the
    ClutterTexture should have the same +TRUE if the ClutterTexture should have the same preferred size of the underlying image data @@ -1048,7 +1048,7 @@ preferred size of the underlying image data

    clutter_texture_set_sync_size ()

    void                clutter_texture_set_sync_size       (ClutterTexture *texture,
    -                                                         gboolean sync_size);
    + gboolean sync_size);

    Sets whether texture should have the same preferred size as the underlying image data. @@ -1064,7 +1064,7 @@ underlying image data.

    sync_size :

    -TRUE if the texture should have the same size of the +TRUE if the texture should have the same size of the underlying image data @@ -1075,8 +1075,8 @@ underlying image data

    clutter_texture_get_repeat ()

    void                clutter_texture_get_repeat          (ClutterTexture *texture,
    -                                                         gboolean *repeat_x,
    -                                                         gboolean *repeat_y);
    + gboolean *repeat_x, + gboolean *repeat_y);

    Retrieves the horizontal and vertical repeat values set using clutter_texture_set_repeat() @@ -1107,8 +1107,8 @@ using

    clutter_texture_set_repeat ()

    void                clutter_texture_set_repeat          (ClutterTexture *texture,
    -                                                         gboolean repeat_x,
    -                                                         gboolean repeat_y);
    + gboolean repeat_x, + gboolean repeat_y);

    Sets whether the texture should repeat horizontally or vertically when the actor size is bigger than the image size @@ -1124,12 +1124,12 @@ vertically when the actor size is bigger than the image size

    repeat_x :

    -TRUE if the texture should repeat horizontally +TRUE if the texture should repeat horizontally

    repeat_y :

    -TRUE if the texture should repeat vertically +TRUE if the texture should repeat vertically
    @@ -1138,7 +1138,7 @@ vertically when the actor size is bigger than the image size

    clutter_texture_get_keep_aspect_ratio ()

    -
    gboolean            clutter_texture_get_keep_aspect_ratio
    +
    gboolean            clutter_texture_get_keep_aspect_ratio
                                                             (ClutterTexture *texture);

    Retrieves the value set using clutter_texture_set_keep_aspect_ratio() @@ -1154,7 +1154,7 @@ Retrieves the value set using Returns :

    -TRUE if the ClutterTexture should maintain the +TRUE if the ClutterTexture should maintain the aspect ratio of the underlying image @@ -1166,7 +1166,7 @@ aspect ratio of the underlying image

    clutter_texture_set_keep_aspect_ratio ()

    void                clutter_texture_set_keep_aspect_ratio
                                                             (ClutterTexture *texture,
    -                                                         gboolean keep_aspect);
    + gboolean keep_aspect);

    Sets whether texture should have a preferred size maintaining the aspect ratio of the underlying image @@ -1182,7 +1182,7 @@ the aspect ratio of the underlying image

    keep_aspect :

    -TRUE to maintain aspect ratio +TRUE to maintain aspect ratio
    @@ -1191,7 +1191,7 @@ the aspect ratio of the underlying image

    clutter_texture_get_load_async ()

    -
    gboolean            clutter_texture_get_load_async      (ClutterTexture *texture);
    +
    gboolean            clutter_texture_get_load_async      (ClutterTexture *texture);

    Retrieves the value set using clutter_texture_set_load_async()

    @@ -1206,7 +1206,7 @@ Retrieves the value set using Returns :

    -TRUE if the
    ClutterTexture should load the data from +TRUE if the ClutterTexture should load the data from disk asynchronously @@ -1217,10 +1217,10 @@ disk asynchronously

    clutter_texture_set_load_async ()

    void                clutter_texture_set_load_async      (ClutterTexture *texture,
    -                                                         gboolean load_async);
    + gboolean load_async);

    Sets whether texture should use a worker thread to load the data -from disk asynchronously. Setting load_async to TRUE will make +from disk asynchronously. Setting load_async to TRUE will make clutter_texture_set_from_file() return immediately.

    @@ -1238,7 +1238,7 @@ See the

    load_async :

    -TRUE if the texture should asynchronously load data +TRUE if the texture should asynchronously load data from a filename @@ -1248,7 +1248,7 @@ from a filename

    clutter_texture_get_load_data_async ()

    -
    gboolean            clutter_texture_get_load_data_async (ClutterTexture *texture);
    +
    gboolean            clutter_texture_get_load_data_async (ClutterTexture *texture);

    Retrieves the value set by clutter_texture_set_load_data_async()

    @@ -1263,7 +1263,7 @@ Retrieves the value set by Returns :

    -TRUE if the
    ClutterTexture should load the image +TRUE if the ClutterTexture should load the image data from a file asynchronously @@ -1274,10 +1274,10 @@ data from a file asynchronously

    clutter_texture_set_load_data_async ()

    void                clutter_texture_set_load_data_async (ClutterTexture *texture,
    -                                                         gboolean load_async);
    + gboolean load_async);

    Sets whether texture should use a worker thread to load the data -from disk asynchronously. Setting load_async to TRUE will make +from disk asynchronously. Setting load_async to TRUE will make clutter_texture_set_from_file() block until the ClutterTexture has determined the width and height of the image data.

    @@ -1296,7 +1296,7 @@ See the

    load_async :

    -TRUE if the texture should asynchronously load data +
    TRUE if the texture should asynchronously load data from a filename @@ -1306,7 +1306,7 @@ from a filename

    clutter_texture_get_pick_with_alpha ()

    -
    gboolean            clutter_texture_get_pick_with_alpha (ClutterTexture *texture);
    +
    gboolean            clutter_texture_get_pick_with_alpha (ClutterTexture *texture);

    Retrieves the value set by clutter_texture_set_load_data_async()

    @@ -1321,7 +1321,7 @@ Retrieves the value set by Returns :

    -TRUE if the
    ClutterTexture should define its shape +TRUE if the ClutterTexture should define its shape using the alpha channel when picking. @@ -1332,7 +1332,7 @@ using the alpha channel when picking.

    clutter_texture_set_pick_with_alpha ()

    void                clutter_texture_set_pick_with_alpha (ClutterTexture *texture,
    -                                                         gboolean pick_with_alpha);
    + gboolean pick_with_alpha);

    Sets whether texture should have it's shape defined by the alpha channel when picking. @@ -1359,7 +1359,7 @@ fully opaque parts of the texture will react to picking.

    pick_with_alpha :

    -TRUE if the alpha channel should affect the +TRUE if the alpha channel should affect the picking shape @@ -1383,14 +1383,14 @@ picking shape

    The "disable-slicing" property

    -
      "disable-slicing"          gboolean              : Read / Write / Construct Only
    +
      "disable-slicing"          gboolean              : Read / Write / Construct Only

    Forces the underlying texture to be singular and not made of smaller space saving individual textures.

    Default value: FALSE


    The "filename" property

    -
      "filename"                 gchar*                : Read / Write
    +
      "filename"                 gchar*                : Read / Write

    The path of the file containing the image data to be displayed by the texture. @@ -1411,14 +1411,14 @@ family of functions.


    The "keep-aspect-ratio" property

    -
      "keep-aspect-ratio"        gboolean              : Read / Write
    +
      "keep-aspect-ratio"        gboolean              : Read / Write

    Keep the aspect ratio of the texture when requesting the preferred width or height.

    Default value: FALSE


    The "load-async" property

    -
      "load-async"               gboolean              : Write
    +
      "load-async"               gboolean              : Write

    Tries to load a texture from a filename by using a local thread to perform the read operations. The initially created texture has dimensions 0x0 when @@ -1427,7 +1427,7 @@ emitted and when the image has completed loading the "load-finished" signal is emitted.

    -Threading is only enabled if g_thread_init() has been called prior to +Threading is only enabled if g_thread_init() has been called prior to clutter_init(), otherwise ClutterTexture will use the main loop to load the image.

    @@ -1442,7 +1442,7 @@ it must be performed from within the same thread that called

    The "load-data-async" property

    -
      "load-data-async"          gboolean              : Write
    +
      "load-data-async"          gboolean              : Write

    Like "load-async" but loads the width and height synchronously causing some blocking. @@ -1453,7 +1453,7 @@ synchronously causing some blocking.


    The "pick-with-alpha" property

    -
      "pick-with-alpha"          gboolean              : Read / Write
    +
      "pick-with-alpha"          gboolean              : Read / Write

    Shape actor with alpha channel when picking.

    Default value: FALSE

    @@ -1467,28 +1467,28 @@ synchronously causing some blocking.

    The "repeat-x" property

    -
      "repeat-x"                 gboolean              : Read / Write
    +
      "repeat-x"                 gboolean              : Read / Write

    Repeat the contents rather than scaling them horizontally.

    Default value: FALSE


    The "repeat-y" property

    -
      "repeat-y"                 gboolean              : Read / Write
    +
      "repeat-y"                 gboolean              : Read / Write

    Repeat the contents rather than scaling them vertically.

    Default value: FALSE


    The "sync-size" property

    -
      "sync-size"                gboolean              : Read / Write
    +
      "sync-size"                gboolean              : Read / Write

    Auto sync size of actor to underlying pixbuf dimensions.

    Default value: TRUE


    The "tile-waste" property

    -
      "tile-waste"               gint                  : Read
    +
      "tile-waste"               gint                  : Read

    Maximum waste area of a sliced texture.

    Allowed values: >= G_MAXULONG

    Default value: 127

    @@ -1499,12 +1499,12 @@ synchronously causing some blocking.

    The "load-finished" signal

    void                user_function                      (ClutterTexture *texture,
    -                                                        GError         *error,
    -                                                        gpointer        user_data)      : Run Last
    + GError *error, + gpointer user_data) : Run Last

    The ::load-finished signal is emitted when a texture load has completed. If there was an error during loading, error will -be set, otherwise it will be NULL +be set, otherwise it will be NULL

    @@ -1515,7 +1515,7 @@ be set, otherwise it will be error :

    -
    @@ -1530,7 +1530,7 @@ be set, otherwise it will be

    The "pixbuf-change" signal

    void                user_function                      (ClutterTexture *texture,
    -                                                        gpointer        user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::pixbuf-change signal is emitted each time the pixbuf used by texture changes. @@ -1553,9 +1553,9 @@ used by texture changes.

    The "size-change" signal

    void                user_function                      (ClutterTexture *texture,
    -                                                        gint            width,
    -                                                        gint            height,
    -                                                        gpointer        user_data)      : Run Last
    + gint width, + gint height, + gpointer user_data) : Run Last

    The ::size-change signal is emitted each time the size of the pixbuf used by texture changes. The new size is given as diff --git a/doc/reference/clutter/html/ClutterTimeline.html b/doc/reference/clutter/html/ClutterTimeline.html index 4bddccf..c71c32c 100644 --- a/doc/reference/clutter/html/ClutterTimeline.html +++ b/doc/reference/clutter/html/ClutterTimeline.html @@ -47,73 +47,73 @@

    Synopsis

                        ClutterTimeline;
     struct              ClutterTimelineClass;
    -ClutterTimeline *   clutter_timeline_new                (guint msecs);
    +ClutterTimeline *   clutter_timeline_new                (guint msecs);
     ClutterTimeline *   clutter_timeline_clone              (ClutterTimeline *timeline);
     
     void                clutter_timeline_set_duration       (ClutterTimeline *timeline,
    -                                                         guint msecs);
    -guint               clutter_timeline_get_duration       (ClutterTimeline *timeline);
    +                                                         guint msecs);
    +guint               clutter_timeline_get_duration       (ClutterTimeline *timeline);
     void                clutter_timeline_set_repeat_count   (ClutterTimeline *timeline,
    -                                                         gint count);
    -gint                clutter_timeline_get_repeat_count   (ClutterTimeline *timeline);
    +                                                         gint count);
    +gint                clutter_timeline_get_repeat_count   (ClutterTimeline *timeline);
     void                clutter_timeline_set_delay          (ClutterTimeline *timeline,
    -                                                         guint msecs);
    -guint               clutter_timeline_get_delay          (ClutterTimeline *timeline);
    +                                                         guint msecs);
    +guint               clutter_timeline_get_delay          (ClutterTimeline *timeline);
     enum                ClutterTimelineDirection;
     void                clutter_timeline_set_direction      (ClutterTimeline *timeline,
                                                              ClutterTimelineDirection direction);
     ClutterTimelineDirection clutter_timeline_get_direction (ClutterTimeline *timeline);
     void                clutter_timeline_set_auto_reverse   (ClutterTimeline *timeline,
    -                                                         gboolean reverse);
    -gboolean            clutter_timeline_get_auto_reverse   (ClutterTimeline *timeline);
    +                                                         gboolean reverse);
    +gboolean            clutter_timeline_get_auto_reverse   (ClutterTimeline *timeline);
     void                clutter_timeline_set_progress_mode  (ClutterTimeline *timeline,
                                                              ClutterAnimationMode mode);
     ClutterAnimationMode clutter_timeline_get_progress_mode (ClutterTimeline *timeline);
    -gdouble             (*ClutterTimelineProgressFunc)      (ClutterTimeline *timeline,
    -                                                         gdouble elapsed,
    -                                                         gdouble total,
    -                                                         gpointer user_data);
    +gdouble             (*ClutterTimelineProgressFunc)      (ClutterTimeline *timeline,
    +                                                         gdouble elapsed,
    +                                                         gdouble total,
    +                                                         gpointer user_data);
     void                clutter_timeline_set_progress_func  (ClutterTimeline *timeline,
                                                              ClutterTimelineProgressFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    -gint64              clutter_timeline_get_duration_hint  (ClutterTimeline *timeline);
    -gint                clutter_timeline_get_current_repeat (ClutterTimeline *timeline);
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);
    +gint64              clutter_timeline_get_duration_hint  (ClutterTimeline *timeline);
    +gint                clutter_timeline_get_current_repeat (ClutterTimeline *timeline);
     void                clutter_timeline_set_loop           (ClutterTimeline *timeline,
    -                                                         gboolean loop);
    -gboolean            clutter_timeline_get_loop           (ClutterTimeline *timeline);
    +                                                         gboolean loop);
    +gboolean            clutter_timeline_get_loop           (ClutterTimeline *timeline);
     
     void                clutter_timeline_start              (ClutterTimeline *timeline);
     void                clutter_timeline_pause              (ClutterTimeline *timeline);
     void                clutter_timeline_stop               (ClutterTimeline *timeline);
     void                clutter_timeline_rewind             (ClutterTimeline *timeline);
     void                clutter_timeline_skip               (ClutterTimeline *timeline,
    -                                                         guint msecs);
    +                                                         guint msecs);
     void                clutter_timeline_advance            (ClutterTimeline *timeline,
    -                                                         guint msecs);
    -guint               clutter_timeline_get_elapsed_time   (ClutterTimeline *timeline);
    -guint               clutter_timeline_get_delta          (ClutterTimeline *timeline);
    -gdouble             clutter_timeline_get_progress       (ClutterTimeline *timeline);
    -gboolean            clutter_timeline_is_playing         (ClutterTimeline *timeline);
    +                                                         guint msecs);
    +guint               clutter_timeline_get_elapsed_time   (ClutterTimeline *timeline);
    +guint               clutter_timeline_get_delta          (ClutterTimeline *timeline);
    +gdouble             clutter_timeline_get_progress       (ClutterTimeline *timeline);
    +gboolean            clutter_timeline_is_playing         (ClutterTimeline *timeline);
     
     void                clutter_timeline_add_marker_at_time (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name,
    -                                                         guint msecs);
    -gboolean            clutter_timeline_has_marker         (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    -gchar **            clutter_timeline_list_markers       (ClutterTimeline *timeline,
    -                                                         gint msecs,
    -                                                         gsize *n_markers);
    +                                                         const gchar *marker_name,
    +                                                         guint msecs);
    +gboolean            clutter_timeline_has_marker         (ClutterTimeline *timeline,
    +                                                         const gchar *marker_name);
    +gchar **            clutter_timeline_list_markers       (ClutterTimeline *timeline,
    +                                                         gint msecs,
    +                                                         gsize *n_markers);
     void                clutter_timeline_remove_marker      (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    +                                                         const gchar *marker_name);
     void                clutter_timeline_advance_to_marker  (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    +                                                         const gchar *marker_name);
     

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterTimeline
              +----ClutterTransition
     
    @@ -127,23 +127,23 @@ ClutterTimeline implements

    Properties

    -  "auto-reverse"             gboolean              : Read / Write
    -  "delay"                    guint                 : Read / Write
    +  "auto-reverse"             gboolean              : Read / Write
    +  "delay"                    guint                 : Read / Write
       "direction"                ClutterTimelineDirection  : Read / Write
    -  "duration"                 guint                 : Read / Write
    -  "loop"                     gboolean              : Read / Write
    +  "duration"                 guint                 : Read / Write
    +  "loop"                     gboolean              : Read / Write
       "progress-mode"            ClutterAnimationMode  : Read / Write
    -  "repeat-count"             gint                  : Read / Write
    +  "repeat-count"             gint                  : Read / Write
     

    Signals

    -  "completed"                                      : Run Last
    -  "marker-reached"                                 : No Hooks
    -  "new-frame"                                      : Run Last
    -  "paused"                                         : Run Last
    -  "started"                                        : Run Last
    +  "completed"                                      : Run Last
    +  "marker-reached"                                 : No Hooks
    +  "new-frame"                                      : Run Last
    +  "paused"                                         : Run Last
    +  "started"                                        : Run Last
     
    @@ -301,7 +301,7 @@ The

    clutter_timeline_new ()

    -
    ClutterTimeline *   clutter_timeline_new                (guint msecs);
    +
    ClutterTimeline *   clutter_timeline_new                (guint msecs);

    Creates a new ClutterTimeline with a duration of msecs.

    @@ -315,7 +315,7 @@ Creates a new Returns :

    +g_object_unref() when done using it
    A set error, or NULL +A set error, or NULL
    the newly created ClutterTimeline instance. Use -g_object_unref() when done using it
    @@ -327,14 +327,14 @@ Creates a new ClutterTimeline * clutter_timeline_clone (ClutterTimeline *timeline);

    Warning

    -

    clutter_timeline_clone has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_timeline_new() or g_object_new() +

    clutter_timeline_clone has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_timeline_new() or g_object_new() instead

    Create a new ClutterTimeline instance which has property values matching that of supplied timeline. The cloned timeline will not be started and will not be positioned to the current position of -timeline: you will have to start it with clutter_timeline_start(). +the original timeline: you will have to start it with clutter_timeline_start().

    @@ -372,7 +372,7 @@ from timeline.

    clutter_timeline_set_duration ()

    void                clutter_timeline_set_duration       (ClutterTimeline *timeline,
    -                                                         guint msecs);
    + guint msecs);

    Sets the duration of the timeline, in milliseconds. The speed of the timeline depends on the ClutterTimeline:fps setting. @@ -396,7 +396,7 @@ of the timeline depends on the ClutterTimeline:fps setting.


    clutter_timeline_get_duration ()

    -
    guint               clutter_timeline_get_duration       (ClutterTimeline *timeline);
    +
    guint               clutter_timeline_get_duration       (ClutterTimeline *timeline);

    Retrieves the duration of a ClutterTimeline in milliseconds. See clutter_timeline_set_duration(). @@ -421,7 +421,7 @@ See

    clutter_timeline_set_repeat_count ()

    void                clutter_timeline_set_repeat_count   (ClutterTimeline *timeline,
    -                                                         gint count);
    + gint count);

    Sets the number of times the timeline should repeat.

    @@ -451,7 +451,7 @@ it's stopped.

    clutter_timeline_get_repeat_count ()

    -
    gint                clutter_timeline_get_repeat_count   (ClutterTimeline *timeline);
    +
    gint                clutter_timeline_get_repeat_count   (ClutterTimeline *timeline);

    Retrieves the number set using clutter_timeline_set_repeat_count().

    @@ -475,7 +475,7 @@ Retrieves the number set using

    clutter_timeline_set_delay ()

    void                clutter_timeline_set_delay          (ClutterTimeline *timeline,
    -                                                         guint msecs);
    + guint msecs);

    Sets the delay, in milliseconds, before timeline should start.

    @@ -498,7 +498,7 @@ Sets the delay, in milliseconds, before timeline

    clutter_timeline_get_delay ()

    -
    guint               clutter_timeline_get_delay          (ClutterTimeline *timeline);
    +
    guint               clutter_timeline_get_delay          (ClutterTimeline *timeline);

    Retrieves the delay set using clutter_timeline_set_delay().

    @@ -599,13 +599,13 @@ Retrieves the direction of the timeline set with

    clutter_timeline_set_auto_reverse ()

    void                clutter_timeline_set_auto_reverse   (ClutterTimeline *timeline,
    -                                                         gboolean reverse);
    + gboolean reverse);

    Sets whether timeline should reverse the direction after the emission of the "completed" signal.

    -Setting the "auto-reverse" property to TRUE is the +Setting the "auto-reverse" property to TRUE is the equivalent of connecting a callback to the "completed" signal and changing the direction of the timeline from that callback; for instance, this code: @@ -649,9 +649,9 @@ for instance, this code: ... timeline = clutter_timeline_new (1000); clutter_timeline_set_repeat_count (timeline, -1); - g_signal_connect (timeline, "completed", - G_CALLBACK (reverse_timeline), - NULL); + g_signal_connect (timeline, "completed", + G_CALLBACK (reverse_timeline), + NULL); @@ -692,7 +692,7 @@ can be effectively replaced by:

    reverse :

    -TRUE if the timeline should reverse the direction +TRUE if the timeline should reverse the direction
    @@ -701,7 +701,7 @@ can be effectively replaced by:

    clutter_timeline_get_auto_reverse ()

    -
    gboolean            clutter_timeline_get_auto_reverse   (ClutterTimeline *timeline);
    +
    gboolean            clutter_timeline_get_auto_reverse   (ClutterTimeline *timeline);

    Retrieves the value set by clutter_timeline_set_auto_reverse().

    @@ -716,8 +716,8 @@ Retrieves the value set by Returns :

    -TRUE if the timeline should automatically reverse, and -FALSE otherwise +
    TRUE if the timeline should automatically reverse, and +FALSE otherwise
    @@ -778,10 +778,10 @@ or

    ClutterTimelineProgressFunc ()

    -
    gdouble             (*ClutterTimelineProgressFunc)      (ClutterTimeline *timeline,
    -                                                         gdouble elapsed,
    -                                                         gdouble total,
    -                                                         gpointer user_data);
    +
    gdouble             (*ClutterTimelineProgressFunc)      (ClutterTimeline *timeline,
    +                                                         gdouble elapsed,
    +                                                         gdouble total,
    +                                                         gpointer user_data);

    A function for defining a custom progress.

    @@ -818,8 +818,8 @@ A function for defining a custom progress.

    clutter_timeline_set_progress_func ()

    void                clutter_timeline_set_progress_func  (ClutterTimeline *timeline,
                                                              ClutterTimelineProgressFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    + gpointer data, + GDestroyNotify notify);

    Sets a custom progress function for timeline. The progress function will be called by clutter_timeline_get_progress() and will be used to compute @@ -827,11 +827,11 @@ the progress value based on the elapsed time and the total duration of the timeline.

    -If func is not NULL, the "progress-mode" property will +If func is not NULL, the "progress-mode" property will be set to CLUTTER_CUSTOM_MODE.

    -If func is NULL, any previously set progress function will be unset, and +If func is NULL, any previously set progress function will be unset, and the "progress-mode" property will be set to CLUTTER_LINEAR.

    @@ -844,7 +844,7 @@ the - @@ -864,14 +864,14 @@ or the timeline is disposed

    clutter_timeline_get_duration_hint ()

    -
    gint64              clutter_timeline_get_duration_hint  (ClutterTimeline *timeline);
    +
    gint64              clutter_timeline_get_duration_hint  (ClutterTimeline *timeline);

    Retrieves the full duration of the timeline, taking into account the current value of the "repeat-count" property.

    If the "repeat-count" property is set to -1, this function -will return G_MAXINT64. +will return G_MAXINT64.

    The returned value is to be considered a hint, and it's only valid @@ -897,7 +897,7 @@ as long as the timeline hasn't been chan


    clutter_timeline_get_current_repeat ()

    -
    gint                clutter_timeline_get_current_repeat (ClutterTimeline *timeline);
    +
    gint                clutter_timeline_get_current_repeat (ClutterTimeline *timeline);

    Retrieves the current repeat for a timeline.

    @@ -924,7 +924,7 @@ Repeats start at 0.

    clutter_timeline_set_loop ()

    void                clutter_timeline_set_loop           (ClutterTimeline *timeline,
    -                                                         gboolean loop);
    + gboolean loop);

    Warning

    clutter_timeline_set_loop has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_timeline_set_repeat_count() instead.

    @@ -934,7 +934,7 @@ Sets whether timeline should loop.

    This function is equivalent to calling clutter_timeline_set_repeat_count() -with -1 if loop is TRUE, and with 0 if loop is FALSE. +with -1 if loop is TRUE, and with 0 if loop is FALSE.

    func :

    a progress function, or NULL. [scope notified][allow-none] +a progress function, or NULL. [scope notified][allow-none]
    @@ -947,7 +947,7 @@ with -1 if loop is +TRUE for enable looping

    loop :

    -TRUE for enable looping
    @@ -955,7 +955,7 @@ with -1 if loop is

    clutter_timeline_get_loop ()

    -
    gboolean            clutter_timeline_get_loop           (ClutterTimeline *timeline);
    +
    gboolean            clutter_timeline_get_loop           (ClutterTimeline *timeline);

    Warning

    clutter_timeline_get_loop has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_timeline_get_repeat_count() instead.

    @@ -974,7 +974,7 @@ Gets whether timeline is looping

    Returns :

    -TRUE if the timeline is looping +TRUE if the timeline is looping
    @@ -1049,7 +1049,7 @@ Rewinds

    clutter_timeline_skip ()

    void                clutter_timeline_skip               (ClutterTimeline *timeline,
    -                                                         guint msecs);
    + guint msecs);

    Advance timeline by the requested time in milliseconds

    @@ -1072,7 +1072,7 @@ Advance timeline by the requested time in milliseconds

    clutter_timeline_advance ()

    void                clutter_timeline_advance            (ClutterTimeline *timeline,
    -                                                         guint msecs);
    + guint msecs);

    Advance timeline to the requested point. The point is given as a time in milliseconds since the timeline started. @@ -1106,7 +1106,7 @@ signal for the given time. The first ::new-frame signal after the call to


    clutter_timeline_get_elapsed_time ()

    -
    guint               clutter_timeline_get_elapsed_time   (ClutterTimeline *timeline);
    +
    guint               clutter_timeline_get_elapsed_time   (ClutterTimeline *timeline);

    Request the current time position of the timeline.

    @@ -1128,7 +1128,7 @@ Request the current time position of the timeline.

    clutter_timeline_get_delta ()

    -
    guint               clutter_timeline_get_delta          (ClutterTimeline *timeline);
    +
    guint               clutter_timeline_get_delta          (ClutterTimeline *timeline);

    Retrieves the amount of time elapsed since the last ClutterTimeline::new-frame signal. @@ -1158,7 +1158,7 @@ last frame


    clutter_timeline_get_progress ()

    -
    gdouble             clutter_timeline_get_progress       (ClutterTimeline *timeline);
    +
    gdouble             clutter_timeline_get_progress       (ClutterTimeline *timeline);

    The position of the timeline in a normalized [-1, 2] interval.

    @@ -1186,7 +1186,7 @@ progress function set using

    clutter_timeline_is_playing ()

    -
    gboolean            clutter_timeline_is_playing         (ClutterTimeline *timeline);
    +
    gboolean            clutter_timeline_is_playing         (ClutterTimeline *timeline);

    Queries state of a ClutterTimeline.

    @@ -1201,7 +1201,7 @@ Queries state of a Returns :

    -TRUE if timeline is currently playing +
    TRUE if timeline is currently playing
    @@ -1210,8 +1210,8 @@ Queries state of a

    clutter_timeline_add_marker_at_time ()

    void                clutter_timeline_add_marker_at_time (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name,
    -                                                         guint msecs);
    + const gchar *marker_name, + guint msecs);

    Adds a named marker that will be hit when the timeline has been running for msecs milliseconds. Markers are unique string @@ -1247,8 +1247,8 @@ timeline can be advanced to a marker using


    clutter_timeline_has_marker ()

    -
    gboolean            clutter_timeline_has_marker         (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    +
    gboolean            clutter_timeline_has_marker         (ClutterTimeline *timeline,
    +                                                         const gchar *marker_name);

    Checks whether timeline has a marker set with the given name.

    @@ -1267,7 +1267,7 @@ Checks whether timeline has a marker set

    Returns :

    -TRUE if the marker was found +TRUE if the marker was found
    @@ -1276,9 +1276,9 @@ Checks whether timeline has a marker set

    clutter_timeline_list_markers ()

    -
    gchar **            clutter_timeline_list_markers       (ClutterTimeline *timeline,
    -                                                         gint msecs,
    -                                                         gsize *n_markers);
    +
    gchar **            clutter_timeline_list_markers       (ClutterTimeline *timeline,
    +                                                         gint msecs,
    +                                                         gsize *n_markers);

    Retrieves the list of markers at time msecs. If msecs is a negative integer, all the markers attached to timeline will be @@ -1302,8 +1302,8 @@ returned.

    Returns :

    -a newly allocated, NULL terminated string array containing the names -of the markers. Use g_strfreev() when done. [transfer full][array zero-terminated=1 length=n_markers] +a newly allocated, NULL terminated string array containing the names +of the markers. Use g_strfreev() when done. [transfer full][array zero-terminated=1 length=n_markers] @@ -1314,7 +1314,7 @@ of the markers. Use g_strfreev() when done.

    clutter_timeline_remove_marker ()

    void                clutter_timeline_remove_marker      (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    + const gchar *marker_name);

    Removes marker_name, if found, from timeline.

    @@ -1338,7 +1338,7 @@ Removes marker_name, if found, from

    clutter_timeline_advance_to_marker ()

    void                clutter_timeline_advance_to_marker  (ClutterTimeline *timeline,
    -                                                         const gchar *marker_name);
    + const gchar *marker_name);

    Advances timeline to the time of the given marker_name.

    @@ -1374,7 +1374,7 @@ is set, nor it will emit

    Property Details

    The "auto-reverse" property

    -
      "auto-reverse"             gboolean              : Read / Write
    +
      "auto-reverse"             gboolean              : Read / Write

    If the direction of the timeline should be automatically reversed when reaching the end. @@ -1385,7 +1385,7 @@ when reaching the end.


    The "delay" property

    -
      "delay"                    guint                 : Read / Write
    +
      "delay"                    guint                 : Read / Write

    A delay, in milliseconds, that should be observed by the timeline before actually starting. @@ -1407,7 +1407,7 @@ The direction of the timeline, either

    The "duration" property

    -
      "duration"                 guint                 : Read / Write
    +
      "duration"                 guint                 : Read / Write

    Duration of the timeline in milliseconds, depending on the ClutterTimeline:fps value. @@ -1418,7 +1418,7 @@ ClutterTimeline:fps value.


    The "loop" property

    -
      "loop"                     gboolean              : Read / Write
    +
      "loop"                     gboolean              : Read / Write

    Warning

    ClutterTimeline:loop has been deprecated since version 1.10 and should not be used in newly-written code. Use the "repeat-count" property instead.

    @@ -1427,9 +1427,9 @@ ClutterTimeline:fps value. Whether the timeline should automatically rewind and restart.

    -As a side effect, setting this property to TRUE will set the +As a side effect, setting this property to TRUE will set the "repeat-count" property to -1, while setting this -property to FALSE will set the "repeat-count" +property to FALSE will set the "repeat-count" property to 0.

    Default value: FALSE

    @@ -1447,7 +1447,7 @@ Controls the way a

    The "repeat-count" property

    -
      "repeat-count"             gint                  : Read / Write
    +
      "repeat-count"             gint                  : Read / Write

    Defines how many times the timeline should repeat.

    @@ -1468,7 +1468,7 @@ stopped.

    The "completed" signal

    void                user_function                      (ClutterTimeline *timeline,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The "completed" signal is emitted when the timeline's elapsed time reaches the value of the "duration" @@ -1496,9 +1496,9 @@ repeating.

    The "marker-reached" signal

    void                user_function                      (ClutterTimeline *timeline,
    -                                                        gchar           *marker_name,
    -                                                        gint             msecs,
    -                                                        gpointer         user_data)        : No Hooks
    + gchar *marker_name, + gint msecs, + gpointer user_data) : No Hooks

    The ::marker-reached signal is emitted each time a timeline reaches a marker set with @@ -1523,12 +1523,12 @@ with: 8

    clutter_timeline_add_marker_at_time (timeline, "foo", 500);
     clutter_timeline_add_marker_at_time (timeline, "bar", 750);
    -g_signal_connect (timeline, "marker-reached",
    -                  G_CALLBACK (each_marker_reached), NULL);
    -g_signal_connect (timeline, "marker-reached::foo",
    -                  G_CALLBACK (foo_marker_reached), NULL);
    -g_signal_connect (timeline, "marker-reached::bar",
    -                  G_CALLBACK (bar_marker_reached), NULL);
    +g_signal_connect (timeline, "marker-reached", + G_CALLBACK (each_marker_reached), NULL); +g_signal_connect (timeline, "marker-reached::foo", + G_CALLBACK (foo_marker_reached), NULL); +g_signal_connect (timeline, "marker-reached::bar", + G_CALLBACK (bar_marker_reached), NULL); @@ -1568,8 +1568,8 @@ will be invoked for the "foo" or "bar" markers, respectively.

    The "new-frame" signal

    void                user_function                      (ClutterTimeline *timeline,
    -                                                        gint             msecs,
    -                                                        gpointer         user_data)      : Run Last
    + gint msecs, + gpointer user_data) : Run Last

    The ::new-frame signal is emitted for each timeline running timeline before a new frame is drawn to give animations a chance @@ -1597,7 +1597,7 @@ to update the scene.

    The "paused" signal

    void                user_function                      (ClutterTimeline *timeline,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::paused signal is emitted when clutter_timeline_pause() is invoked.

    @@ -1619,7 +1619,7 @@ The ::paused signal is emitted when

    The "started" signal

    void                user_function                      (ClutterTimeline *timeline,
    -                                                        gpointer         user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::started signal is emitted when the timeline starts its run. This might be as soon as clutter_timeline_start() is invoked or diff --git a/doc/reference/clutter/html/ClutterTransition.html b/doc/reference/clutter/html/ClutterTransition.html index 6638dc6..77a82f9 100644 --- a/doc/reference/clutter/html/ClutterTransition.html +++ b/doc/reference/clutter/html/ClutterTransition.html @@ -53,15 +53,15 @@ struct ClutterAnimatable * clutter_transition_get_animatable (ClutterTransition *transition); void clutter_transition_set_remove_on_complete (ClutterTransition *transition, - gboolean remove_complete); -gboolean clutter_transition_get_remove_on_complete + gboolean remove_complete); +gboolean clutter_transition_get_remove_on_complete (ClutterTransition *transition);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterTimeline
              +----ClutterTransition
                    +----ClutterPropertyTransition
    @@ -78,7 +78,7 @@ ClutterTransition implements
     
       "animatable"               ClutterAnimatable*    : Read / Write
       "interval"                 ClutterInterval*      : Read / Write
    -  "remove-on-complete"       gboolean              : Read / Write
    +  "remove-on-complete"       gboolean              : Read / Write
     
    @@ -162,7 +162,7 @@ the floating flag on it if necessary.

    interval :

    -a ClutterInterval, or NULL. [allow-none] +a ClutterInterval, or NULL. [allow-none] @@ -186,7 +186,7 @@ Retrieves the interval set using Returns :

    -a
    ClutterInterval, or NULL; the returned +a ClutterInterval, or NULL; the returned interval is owned by the ClutterTransition and it should not be freed directly. [transfer none] @@ -222,7 +222,7 @@ virtual function will be called.

    animatable :

    -a ClutterAnimatable, or NULL. [allow-none] +a ClutterAnimatable, or NULL. [allow-none] @@ -246,7 +246,7 @@ Retrieves the Returns :

    -a
    ClutterAnimatable, or NULL; the returned +a ClutterAnimatable, or NULL; the returned animatable is owned by the ClutterTransition, and it should not be freed directly. [transfer none] @@ -260,7 +260,7 @@ directly. [

    clutter_transition_set_remove_on_complete ()

    void                clutter_transition_set_remove_on_complete
                                                             (ClutterTransition *transition,
    -                                                         gboolean remove_complete);
    + gboolean remove_complete);

    Sets whether transition should be detached from the ClutterAnimatable set using clutter_transition_set_animatable() when the @@ -285,7 +285,7 @@ set using

    clutter_transition_get_remove_on_complete ()

    -
    gboolean            clutter_transition_get_remove_on_complete
    +
    gboolean            clutter_transition_get_remove_on_complete
                                                             (ClutterTransition *transition);

    Retrieves the value of the "remove-on-complete" property. @@ -301,8 +301,8 @@ Retrieves the value of the Returns :

    -TRUE if the transition should be detached when complete, -and FALSE otherwise +TRUE if the transition should be detached when complete, +and FALSE otherwise
    @@ -332,7 +332,7 @@ of the transition.

    The "remove-on-complete" property

    -
      "remove-on-complete"       gboolean              : Read / Write
    +
      "remove-on-complete"       gboolean              : Read / Write

    Whether the ClutterTransition should be automatically detached from the "animatable" instance whenever the diff --git a/doc/reference/clutter/html/ch01.html b/doc/reference/clutter/html/ch01.html index cf47efb..bde6b7a 100644 --- a/doc/reference/clutter/html/ch01.html +++ b/doc/reference/clutter/html/ch01.html @@ -21,7 +21,7 @@

    -Abstract classes and interfaces

    +Abstract classes and interfaces
    ClutterActor — The basic element of the scene graph diff --git a/doc/reference/clutter/html/ch02.html b/doc/reference/clutter/html/ch02.html index 35687f8..0c3fd85 100644 --- a/doc/reference/clutter/html/ch02.html +++ b/doc/reference/clutter/html/ch02.html @@ -21,7 +21,7 @@

    -Base actors

    +Base actors
    ClutterStage — Top level visual element to which actors are placed. diff --git a/doc/reference/clutter/html/ch03.html b/doc/reference/clutter/html/ch03.html index bd71da0..4c062d9 100644 --- a/doc/reference/clutter/html/ch03.html +++ b/doc/reference/clutter/html/ch03.html @@ -21,7 +21,7 @@

    -Layout managers

    +Layout managers
    ClutterFixedLayout — A fixed layout manager diff --git a/doc/reference/clutter/html/ch04.html b/doc/reference/clutter/html/ch04.html index d139475..6229f10 100644 --- a/doc/reference/clutter/html/ch04.html +++ b/doc/reference/clutter/html/ch04.html @@ -21,7 +21,7 @@

    -Actions

    +Actions
    ClutterClickAction — Action for clickable actors diff --git a/doc/reference/clutter/html/ch05.html b/doc/reference/clutter/html/ch05.html index cd5e3fb..b977ed9 100644 --- a/doc/reference/clutter/html/ch05.html +++ b/doc/reference/clutter/html/ch05.html @@ -21,7 +21,7 @@

    -Constraints

    +Constraints
    ClutterAlignConstraint — A constraint aligning the position of an actor diff --git a/doc/reference/clutter/html/ch06.html b/doc/reference/clutter/html/ch06.html index 8f7a5fd..475a521 100644 --- a/doc/reference/clutter/html/ch06.html +++ b/doc/reference/clutter/html/ch06.html @@ -21,7 +21,7 @@

    -Effects

    +Effects
    ClutterOffscreenEffect — Base class for effects using offscreen buffers diff --git a/doc/reference/clutter/html/ch07.html b/doc/reference/clutter/html/ch07.html index 50f0fca..dab56c8 100644 --- a/doc/reference/clutter/html/ch07.html +++ b/doc/reference/clutter/html/ch07.html @@ -21,7 +21,7 @@

    -Content

    +Content
    ClutterCanvas — Content for 2D painting diff --git a/doc/reference/clutter/html/ch08.html b/doc/reference/clutter/html/ch08.html index 4187385..e9697f3 100644 --- a/doc/reference/clutter/html/ch08.html +++ b/doc/reference/clutter/html/ch08.html @@ -21,7 +21,7 @@

    -Paint Objects

    +Paint Objects
    ClutterPaintNode — Paint objects diff --git a/doc/reference/clutter/html/ch09.html b/doc/reference/clutter/html/ch09.html index 1e62fdc..1296b1c 100644 --- a/doc/reference/clutter/html/ch09.html +++ b/doc/reference/clutter/html/ch09.html @@ -21,7 +21,7 @@

    -Base classes

    +Base classes
    ClutterTimeline — A class for time-based events diff --git a/doc/reference/clutter/html/ch10.html b/doc/reference/clutter/html/ch10.html index 61f8956..ae4fe33 100644 --- a/doc/reference/clutter/html/ch10.html +++ b/doc/reference/clutter/html/ch10.html @@ -21,7 +21,7 @@

    -High Level API

    +High Level API
    Implicit Animations — Simple implicit animations diff --git a/doc/reference/clutter/html/ch11.html b/doc/reference/clutter/html/ch11.html index 7d9a333..9de00d4 100644 --- a/doc/reference/clutter/html/ch11.html +++ b/doc/reference/clutter/html/ch11.html @@ -21,7 +21,7 @@

    -General purpose API

    +General purpose API
    Colors — Color management and manipulation. diff --git a/doc/reference/clutter/html/ch12.html b/doc/reference/clutter/html/ch12.html index 1360e45..8cf502d 100644 --- a/doc/reference/clutter/html/ch12.html +++ b/doc/reference/clutter/html/ch12.html @@ -21,7 +21,7 @@

    -User interface definition

    +User interface definition
    ClutterScript — Loads a scene from UI definition data diff --git a/doc/reference/clutter/html/ch13.html b/doc/reference/clutter/html/ch13.html index 5bd2208..12696e6 100644 --- a/doc/reference/clutter/html/ch13.html +++ b/doc/reference/clutter/html/ch13.html @@ -21,7 +21,7 @@

    -Generic list model

    +Generic list model
    ClutterModel — A generic model implementation diff --git a/doc/reference/clutter/html/clutter-ClutterGLXTexturePixmap.html b/doc/reference/clutter/html/clutter-ClutterGLXTexturePixmap.html index 02156fe..26ebe5f 100644 --- a/doc/reference/clutter/html/clutter-ClutterGLXTexturePixmap.html +++ b/doc/reference/clutter/html/clutter-ClutterGLXTexturePixmap.html @@ -45,7 +45,7 @@ struct ClutterActor * clutter_glx_texture_pixmap_new_with_window (Window window); -gboolean clutter_glx_texture_pixmap_using_extension +gboolean clutter_glx_texture_pixmap_using_extension (ClutterGLXTexturePixmap *texture);
    @@ -172,7 +172,7 @@ Creates a new

    clutter_glx_texture_pixmap_using_extension ()

    -
    gboolean            clutter_glx_texture_pixmap_using_extension
    +
    gboolean            clutter_glx_texture_pixmap_using_extension
                                                             (ClutterGLXTexturePixmap *texture);

    Warning

    @@ -196,7 +196,7 @@ a GL texture.

    Returns :

    -TRUE if the texture is using the +TRUE if the texture is using the GLX_EXT_texture_from_pixmap OpenGL extension or falling back to the slower software mechanism. diff --git a/doc/reference/clutter/html/clutter-ClutterImage.html b/doc/reference/clutter/html/clutter-ClutterImage.html index 4904e8d..24d2ae7 100644 --- a/doc/reference/clutter/html/clutter-ClutterImage.html +++ b/doc/reference/clutter/html/clutter-ClutterImage.html @@ -42,19 +42,19 @@ struct CLUTTER_IMAGE_ERROR enum ClutterImageError; ClutterContent * clutter_image_new (void); -gboolean clutter_image_set_data (ClutterImage *image, - const guint8 *data, +gboolean clutter_image_set_data (ClutterImage *image, + const guint8 *data, CoglPixelFormat pixel_format, - guint width, - guint height, - guint row_stride, - GError **error); -gboolean clutter_image_set_area (ClutterImage *image, - const guint8 *data, + guint width, + guint height, + guint row_stride, + GError **error); +gboolean clutter_image_set_area (ClutterImage *image, + const guint8 *data, CoglPixelFormat pixel_format, const cairo_rectangle_int_t *rect, - guint row_stride, - GError **error); + guint row_stride, + GError **error); CoglTexture * clutter_image_get_texture (ClutterImage *image);
    @@ -190,7 +190,9 @@ image data. 118 119 120 -121 +121 +122 +123
    #include <stdlib.h>
     #include <gmodule.h>
     #include <gdk-pixbuf/gdk-pixbuf.h>
    @@ -216,7 +218,7 @@ image data.
       { CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT, "Resize Aspect" },
     };
     
    -static int n_gravities = G_N_ELEMENTS (gravities);
    +static int n_gravities = G_N_ELEMENTS (gravities);
     static int cur_gravity = 0;
     
     static void
    @@ -226,11 +228,13 @@ image data.
     {
       gchar *str;
     
    +  clutter_actor_save_easing_state (actor);
       clutter_actor_set_content_gravity (actor, gravities[cur_gravity].gravity);
    +  clutter_actor_restore_easing_state (actor);
     
    -  str = g_strconcat ("Content gravity: ", gravities[cur_gravity].name, NULL);
    +  str = g_strconcat ("Content gravity: ", gravities[cur_gravity].name, NULL);
       clutter_text_set_text (label, str);
    -  g_free (str);
    +  g_free (str);
     
       cur_gravity += 1;
     
    @@ -238,13 +242,13 @@ image data.
         cur_gravity = 0;
     }
     
    -G_MODULE_EXPORT const char *
    +G_MODULE_EXPORT const char *
     test_image_box_describe (void)
     {
       return "A test with image content.";
     }
     
    -G_MODULE_EXPORT int
    +G_MODULE_EXPORT int
     test_image_box_main (int argc, char *argv[])
     {
       ClutterActor *stage, *box, *text;
    @@ -259,8 +263,8 @@ image data.
       stage = clutter_stage_new ();
       clutter_actor_set_name (stage, "Stage");
       clutter_stage_set_title (CLUTTER_STAGE (stage), "Content Box");
    -  clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
    -  g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);
    +  clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
    +  g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);
       clutter_actor_show (stage);
     
       box = clutter_actor_new ();
    @@ -272,40 +276,40 @@ image data.
       clutter_actor_add_constraint (box, clutter_bind_constraint_new (stage, CLUTTER_BIND_SIZE, 0.0));
       clutter_actor_add_child (stage, box);
     
    -  pixbuf = gdk_pixbuf_new_from_file (TESTS_DATADIR G_DIR_SEPARATOR_S "redhand.png", NULL);
    +  pixbuf = gdk_pixbuf_new_from_file (TESTS_DATADIR G_DIR_SEPARATOR_S "redhand.png", NULL);
       image = clutter_image_new ();
       clutter_image_set_data (CLUTTER_IMAGE (image),
    -                          gdk_pixbuf_get_pixels (pixbuf),
    -                          gdk_pixbuf_get_has_alpha (pixbuf)
    +                          gdk_pixbuf_get_pixels (pixbuf),
    +                          gdk_pixbuf_get_has_alpha (pixbuf)
                                 ? COGL_PIXEL_FORMAT_RGBA_8888
                                 : COGL_PIXEL_FORMAT_RGB_888,
    -                          gdk_pixbuf_get_width (pixbuf),
    -                          gdk_pixbuf_get_height (pixbuf),
    -                          gdk_pixbuf_get_rowstride (pixbuf),
    -                          NULL);
    -  g_object_unref (pixbuf);
    +                          gdk_pixbuf_get_width (pixbuf),
    +                          gdk_pixbuf_get_height (pixbuf),
    +                          gdk_pixbuf_get_rowstride (pixbuf),
    +                          NULL);
    +  g_object_unref (pixbuf);
     
       clutter_actor_set_content_scaling_filters (box,
                                                  CLUTTER_SCALING_FILTER_TRILINEAR,
                                                  CLUTTER_SCALING_FILTER_LINEAR);
       clutter_actor_set_content_gravity (box, gravities[n_gravities - 1].gravity);
       clutter_actor_set_content (box, image);
    -  g_object_unref (image);
    +  g_object_unref (image);
     
    -  str = g_strconcat ("Content gravity: ",
    +  str = g_strconcat ("Content gravity: ",
                          gravities[n_gravities - 1].name,
    -                     NULL);
    +                     NULL);
     
       text = clutter_text_new ();
       clutter_text_set_text (CLUTTER_TEXT (text), str);
       clutter_actor_add_constraint (text, clutter_align_constraint_new (stage, CLUTTER_ALIGN_BOTH, 0.5));
       clutter_actor_add_child (stage, text);
     
    -  g_free (str);
    +  g_free (str);
     
       action = clutter_click_action_new ();
    -  g_signal_connect (action, "clicked", G_CALLBACK (on_clicked), text);
    -  clutter_actor_set_reactive (box, TRUE);
    +  g_signal_connect (action, "clicked", G_CALLBACK (on_clicked), text);
    +  clutter_actor_set_reactive (box, TRUE);
       clutter_actor_add_action (box, action);
     
       clutter_main ();
    @@ -392,7 +396,7 @@ Creates a new 
     

    Returns :

    the newly created
    ClutterImage instance. -Use g_object_unref() when done. [transfer full] +Use g_object_unref() when done. [transfer full]
    @@ -401,13 +405,13 @@ Use g_object_unref() when done.

    clutter_image_set_data ()

    -
    gboolean            clutter_image_set_data              (ClutterImage *image,
    -                                                         const guint8 *data,
    +
    gboolean            clutter_image_set_data              (ClutterImage *image,
    +                                                         const guint8 *data,
                                                              CoglPixelFormat pixel_format,
    -                                                         guint width,
    -                                                         guint height,
    -                                                         guint row_stride,
    -                                                         GError **error);
    + guint width, + guint height, + guint row_stride, + GError **error);

    Sets the image data to be display by image.

    @@ -416,7 +420,7 @@ If the image data was successfully loaded, the image

    In case of error, the error value will be set, and this function will -return FALSE. +return FALSE.

    The image data is copied in texture memory. @@ -453,14 +457,14 @@ The image data is copied in texture memory.

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL

    Returns :

    -TRUE if the image data was successfully loaded, -and FALSE otherwise. +TRUE if the image data was successfully loaded, +and FALSE otherwise.
    @@ -469,12 +473,12 @@ and FALSE otherwise.

    clutter_image_set_area ()

    -
    gboolean            clutter_image_set_area              (ClutterImage *image,
    -                                                         const guint8 *data,
    +
    gboolean            clutter_image_set_area              (ClutterImage *image,
    +                                                         const guint8 *data,
                                                              CoglPixelFormat pixel_format,
                                                              const cairo_rectangle_int_t *rect,
    -                                                         guint row_stride,
    -                                                         GError **error);
    + guint row_stride, + GError **error);

    Sets the image data to be display by image, using rect to indicate the position and size of the image data to be set. @@ -490,7 +494,7 @@ If the image data was successfully loaded, the image

    In case of error, the error value will be set, and this function will -return FALSE. +return FALSE.

    The image data is copied in texture memory. @@ -523,14 +527,14 @@ The image data is copied in texture memory.

    error :

    -return location for a GError, or NULL +return location for a GError, or NULL

    Returns :

    -TRUE if the image data was successfully loaded, -and FALSE otherwise. +TRUE if the image data was successfully loaded, +and FALSE otherwise.
    @@ -558,7 +562,7 @@ in order to update the actors using image

    Returns :

    -a pointer to the Cogl texture, or NULL. [transfer none] +a pointer to the Cogl texture, or NULL. [transfer none] diff --git a/doc/reference/clutter/html/clutter-ClutterPaintNode.html b/doc/reference/clutter/html/clutter-ClutterPaintNode.html index e6c3df2..13214ce 100644 --- a/doc/reference/clutter/html/clutter-ClutterPaintNode.html +++ b/doc/reference/clutter/html/clutter-ClutterPaintNode.html @@ -62,12 +62,12 @@ CoglPrimitive *primitive); #define CLUTTER_VALUE_HOLDS_PAINT_NODE (value) -void clutter_value_set_paint_node (GValue *value, - gpointer node); -void clutter_value_take_paint_node (GValue *value, - gpointer node); -gpointer clutter_value_get_paint_node (const GValue *value); -gpointer clutter_value_dup_paint_node (const GValue *value); +void clutter_value_set_paint_node (GValue *value, + gpointer node); +void clutter_value_take_paint_node (GValue *value, + gpointer node); +gpointer clutter_value_get_paint_node (const GValue *value); +gpointer clutter_value_dup_paint_node (const GValue *value);
    @@ -354,27 +354,27 @@ to call cogl_object_unref() when it returns.

    clutter_value_set_paint_node ()

    -
    void                clutter_value_set_paint_node        (GValue *value,
    -                                                         gpointer node);
    +
    void                clutter_value_set_paint_node        (GValue *value,
    +                                                         gpointer node);

    -Sets the contents of a GValue initialized with CLUTTER_TYPE_PAINT_NODE. +Sets the contents of a GValue initialized with CLUTTER_TYPE_PAINT_NODE.

    This function increased the reference count of node; if you do not wish to increase the reference count, use clutter_value_take_paint_node() -instead. The reference count will be released by g_value_unset(). +instead. The reference count will be released by g_value_unset().

    - - @@ -384,10 +384,10 @@ instead. The reference count will be released by g_value_

    clutter_value_take_paint_node ()

    -
    void                clutter_value_take_paint_node       (GValue *value,
    -                                                         gpointer node);
    +
    void                clutter_value_take_paint_node       (GValue *value,
    +                                                         gpointer node);

    -Sets the contents of a GValue initialized with CLUTTER_TYPE_PAINT_NODE. +Sets the contents of a GValue initialized with CLUTTER_TYPE_PAINT_NODE.

    Unlike clutter_value_set_paint_node(), this function will not take a @@ -399,12 +399,12 @@ current reference count.

    - - @@ -414,23 +414,23 @@ current reference count.

    clutter_value_get_paint_node ()

    -
    gpointer            clutter_value_get_paint_node        (const GValue *value);
    +
    gpointer            clutter_value_get_paint_node        (const GValue *value);

    Retrieves a pointer to the ClutterPaintNode contained inside -the passed GValue. +the passed GValue.

    value :

    a GValue initialized with CLUTTER_TYPE_PAINT_NODE +a GValue initialized with CLUTTER_TYPE_PAINT_NODE

    node :

    a ClutterPaintNode, or NULL. [type Clutter.PaintNode][allow-none] +a ClutterPaintNode, or NULL. [type Clutter.PaintNode][allow-none]

    value :

    a GValue, initialized with CLUTTER_TYPE_PAINT_NODE +a GValue, initialized with CLUTTER_TYPE_PAINT_NODE

    node :

    a ClutterPaintNode, or NULL. [type Clutter.PaintNode][allow-none] +a ClutterPaintNode, or NULL. [type Clutter.PaintNode][allow-none]
    - @@ -440,10 +440,10 @@ a

    clutter_value_dup_paint_node ()

    -
    gpointer            clutter_value_dup_paint_node        (const GValue *value);
    +
    gpointer            clutter_value_dup_paint_node        (const GValue *value);

    Retrieves a pointer to the ClutterPaintNode contained inside -the passed GValue, and if not NULL it will increase the +the passed GValue, and if not NULL it will increase the reference count.

    value :

    a GValue initialized with CLUTTER_TYPE_PAINT_NODE +a GValue initialized with CLUTTER_TYPE_PAINT_NODE

    Returns :

    a pointer to -a ClutterPaintNode, or NULL. [transfer none][type Clutter.PaintNode] +a ClutterPaintNode, or NULL. [transfer none][type Clutter.PaintNode]
    @@ -451,14 +451,14 @@ reference count. - diff --git a/doc/reference/clutter/html/clutter-ClutterWaylandSurface.html b/doc/reference/clutter/html/clutter-ClutterWaylandSurface.html index 93e9919..02c45e5 100644 --- a/doc/reference/clutter/html/clutter-ClutterWaylandSurface.html +++ b/doc/reference/clutter/html/clutter-ClutterWaylandSurface.html @@ -40,17 +40,17 @@
    struct              ClutterWaylandSurface;
     struct              ClutterWaylandSurfaceClass;
     ClutterActor *      clutter_wayland_surface_new         (struct wl_surface *surface);
    -gboolean            clutter_wayland_surface_attach_buffer
    +gboolean            clutter_wayland_surface_attach_buffer
                                                             (ClutterWaylandSurface *self,
                                                              struct wl_buffer *buffer,
    -                                                         GError **error);
    +                                                         GError **error);
     void                clutter_wayland_surface_damage_buffer
                                                             (ClutterWaylandSurface *self,
                                                              struct wl_buffer *buffer,
    -                                                         gint32 x,
    -                                                         gint32 y,
    -                                                         gint32 width,
    -                                                         gint32 height);
    +                                                         gint32 x,
    +                                                         gint32 y,
    +                                                         gint32 width,
    +                                                         gint32 height);
     CoglTexture *       clutter_wayland_surface_get_cogl_texture
                                                             (ClutterWaylandSurface *self);
     struct wl_surface * clutter_wayland_surface_get_surface (ClutterWaylandSurface *self);
    @@ -130,10 +130,10 @@ Creates a new 
     

    clutter_wayland_surface_attach_buffer ()

    -
    gboolean            clutter_wayland_surface_attach_buffer
    +
    gboolean            clutter_wayland_surface_attach_buffer
                                                             (ClutterWaylandSurface *self,
                                                              struct wl_buffer *buffer,
    -                                                         GError **error);
    + GError **error);

    This associates a client's buffer with the ClutterWaylandSurface actor self. This will automatically result in self being re-drawn @@ -152,7 +152,7 @@ with the new buffer contents.

    - @@ -166,10 +166,10 @@ with the new buffer contents.
    void                clutter_wayland_surface_damage_buffer
                                                             (ClutterWaylandSurface *self,
                                                              struct wl_buffer *buffer,
    -                                                         gint32 x,
    -                                                         gint32 y,
    -                                                         gint32 width,
    -                                                         gint32 height);
    + gint32 x, + gint32 y, + gint32 width, + gint32 height);

    This marks a region of the given buffer has having been changed by the client. This will automatically result in the corresponding damaged diff --git a/doc/reference/clutter/html/clutter-ClutterX11TexturePixmap.html b/doc/reference/clutter/html/clutter-ClutterX11TexturePixmap.html index 31fdef7..50c4cea 100644 --- a/doc/reference/clutter/html/clutter-ClutterX11TexturePixmap.html +++ b/doc/reference/clutter/html/clutter-ClutterX11TexturePixmap.html @@ -50,18 +50,18 @@ struct void clutter_x11_texture_pixmap_set_window (ClutterX11TexturePixmap *texture, Window window, - gboolean automatic); + gboolean automatic); void clutter_x11_texture_pixmap_sync_window (ClutterX11TexturePixmap *texture); void clutter_x11_texture_pixmap_update_area (ClutterX11TexturePixmap *texture, - gint x, - gint y, - gint width, - gint height); + gint x, + gint y, + gint width, + gint height); void clutter_x11_texture_pixmap_set_automatic (ClutterX11TexturePixmap *texture, - gboolean setting); + gboolean setting);

    @@ -206,7 +206,7 @@ Sets the X Pixmap to which the texture should be bound.
    void                clutter_x11_texture_pixmap_set_window
                                                             (ClutterX11TexturePixmap *texture,
                                                              Window window,
    -                                                         gboolean automatic);
    + gboolean automatic);

    Sets up a suitable pixmap for the window, using the composite and damage extensions if possible, and then calls @@ -233,7 +233,7 @@ This function has no effect unless the XComposite extension is available.

    +TRUE for automatic window updates, FALSE for manual.

    value :

    a GValue initialized with CLUTTER_TYPE_PAINT_NODE +a GValue initialized with CLUTTER_TYPE_PAINT_NODE

    Returns :

    a pointer to the ClutterPaintNode, with its reference count increased, -or NULL. [transfer full][type Clutter.PaintNode] +or NULL. [transfer full][type Clutter.PaintNode]

    error :

    A GError +A GError

    automatic :

    -TRUE for automatic window updates, FALSE for manual.
    @@ -262,10 +262,10 @@ pixmap's invalidation as the window changed size.

    clutter_x11_texture_pixmap_update_area ()

    void                clutter_x11_texture_pixmap_update_area
                                                             (ClutterX11TexturePixmap *texture,
    -                                                         gint x,
    -                                                         gint y,
    -                                                         gint width,
    -                                                         gint height);
    + gint x, + gint y, + gint width, + gint height);

    Performs the actual binding of texture to the current content of the pixmap. Can be called to update the texture if the pixmap @@ -303,7 +303,7 @@ content has changed.

    clutter_x11_texture_pixmap_set_automatic ()

    void                clutter_x11_texture_pixmap_set_automatic
                                                             (ClutterX11TexturePixmap *texture,
    -                                                         gboolean setting);
    + gboolean setting);

    Enables or disables the automatic updates ot texture in case the backing pixmap or window is damaged @@ -319,7 +319,7 @@ pixmap or window is damaged

    setting :

    -TRUE to enable automatic updates +TRUE to enable automatic updates
    diff --git a/doc/reference/clutter/html/clutter-Colors.html b/doc/reference/clutter/html/clutter-Colors.html index a983672..4801b6c 100644 --- a/doc/reference/clutter/html/clutter-Colors.html +++ b/doc/reference/clutter/html/clutter-Colors.html @@ -38,32 +38,32 @@

    Synopsis

                        ClutterColor;
    -ClutterColor *      clutter_color_new                   (guint8 red,
    -                                                         guint8 green,
    -                                                         guint8 blue,
    -                                                         guint8 alpha);
    +ClutterColor *      clutter_color_new                   (guint8 red,
    +                                                         guint8 green,
    +                                                         guint8 blue,
    +                                                         guint8 alpha);
     ClutterColor *      clutter_color_copy                  (const ClutterColor *color);
     void                clutter_color_free                  (ClutterColor *color);
    -gboolean            clutter_color_equal                 (gconstpointer v1,
    -                                                         gconstpointer v2);
    -guint               clutter_color_hash                  (gconstpointer v);
    +gboolean            clutter_color_equal                 (gconstpointer v1,
    +                                                         gconstpointer v2);
    +guint               clutter_color_hash                  (gconstpointer v);
     enum                ClutterStaticColor;
     const ClutterColor * clutter_color_get_static           (ClutterStaticColor color);
     
    -gboolean            clutter_color_from_string           (ClutterColor *color,
    -                                                         const gchar *str);
    -gchar *             clutter_color_to_string             (const ClutterColor *color);
    +gboolean            clutter_color_from_string           (ClutterColor *color,
    +                                                         const gchar *str);
    +gchar *             clutter_color_to_string             (const ClutterColor *color);
     void                clutter_color_from_hls              (ClutterColor *color,
    -                                                         gfloat hue,
    -                                                         gfloat luminance,
    -                                                         gfloat saturation);
    +                                                         gfloat hue,
    +                                                         gfloat luminance,
    +                                                         gfloat saturation);
     void                clutter_color_to_hls                (const ClutterColor *color,
    -                                                         gfloat *hue,
    -                                                         gfloat *luminance,
    -                                                         gfloat *saturation);
    +                                                         gfloat *hue,
    +                                                         gfloat *luminance,
    +                                                         gfloat *saturation);
     void                clutter_color_from_pixel            (ClutterColor *color,
    -                                                         guint32 pixel);
    -guint32             clutter_color_to_pixel              (const ClutterColor *color);
    +                                                         guint32 pixel);
    +guint32             clutter_color_to_pixel              (const ClutterColor *color);
     
     void                clutter_color_add                   (const ClutterColor *a,
                                                              const ClutterColor *b,
    @@ -76,23 +76,23 @@ const void                clutter_color_darken                (const ClutterColor *color,
                                                              ClutterColor *result);
     void                clutter_color_shade                 (const ClutterColor *color,
    -                                                         gdouble factor,
    +                                                         gdouble factor,
                                                              ClutterColor *result);
     void                clutter_color_interpolate           (const ClutterColor *initial,
                                                              const ClutterColor *final,
    -                                                         gdouble progress,
    +                                                         gdouble progress,
                                                              ClutterColor *result);
     
     struct              ClutterParamSpecColor;
    -GParamSpec *        clutter_param_spec_color            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +GParamSpec *        clutter_param_spec_color            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              const ClutterColor *default_value,
    -                                                         GParamFlags flags);
    +                                                         GParamFlags flags);
     #define             CLUTTER_VALUE_HOLDS_COLOR           (x)
    -void                clutter_value_set_color             (GValue *value,
    +void                clutter_value_set_color             (GValue *value,
                                                              const ClutterColor *color);
    -const ClutterColor * clutter_value_get_color            (const GValue *value);
    +const ClutterColor * clutter_value_get_color            (const GValue *value);
     
    @@ -127,19 +127,19 @@ Color representation. -

    guint8 red;

    +

    guint8 red;

    red component, between 0 and 255 -

    guint8 green;

    +

    guint8 green;

    green component, between 0 and 255 -

    guint8 blue;

    +

    guint8 blue;

    blue component, between 0 and 255 -

    guint8 alpha;

    +

    guint8 alpha;

    alpha component, between 0 and 255 @@ -148,10 +148,10 @@ Color representation.

    clutter_color_new ()

    -
    ClutterColor *      clutter_color_new                   (guint8 red,
    -                                                         guint8 green,
    -                                                         guint8 blue,
    -                                                         guint8 alpha);
    +
    ClutterColor *      clutter_color_new                   (guint8 red,
    +                                                         guint8 green,
    +                                                         guint8 blue,
    +                                                         guint8 alpha);

    Creates a new ClutterColor with the given values.

    @@ -229,14 +229,14 @@ Frees a color structure created with

    clutter_color_equal ()

    -
    gboolean            clutter_color_equal                 (gconstpointer v1,
    -                                                         gconstpointer v2);
    +
    gboolean            clutter_color_equal                 (gconstpointer v1,
    +                                                         gconstpointer v2);

    Compares two ClutterColors and checks if they are the same.

    -This function can be passed to g_hash_table_new() as the key_equal_func -parameter, when using ClutterColors as keys in a GHashTable. +This function can be passed to g_hash_table_new() as the key_equal_func +parameter, when using ClutterColors as keys in a GHashTable.

    @@ -254,7 +254,7 @@ parameter, when using +TRUE if the two colors are the same.

    Returns :

    -TRUE if the two colors are the same.
    @@ -263,13 +263,13 @@ parameter, when using

    clutter_color_hash ()

    -
    guint               clutter_color_hash                  (gconstpointer v);
    +
    guint               clutter_color_hash                  (gconstpointer v);

    Converts a ClutterColor to a hash value.

    -This function can be passed to g_hash_table_new() as the hash_func -parameter, when using ClutterColors as keys in a GHashTable. +This function can be passed to g_hash_table_new() as the hash_func +parameter, when using ClutterColors as keys in a GHashTable.

    @@ -609,8 +609,8 @@ is owned by Clutter and it should never be modified or freed

    clutter_color_from_string ()

    -
    gboolean            clutter_color_from_string           (ClutterColor *color,
    -                                                         const gchar *str);
    +
    gboolean            clutter_color_from_string           (ClutterColor *color,
    +                                                         const gchar *str);

    Parses a string definition of a color, filling the red, green, @@ -677,7 +677,7 @@ be fully opaque.

    +TRUE if parsing succeeded, and FALSE otherwise

    Returns :

    -TRUE if parsing succeeded, and FALSE otherwise
    @@ -686,7 +686,7 @@ be fully opaque.

    clutter_color_to_string ()

    -
    gchar *             clutter_color_to_string             (const ClutterColor *color);
    +
    gchar *             clutter_color_to_string             (const ClutterColor *color);

    Returns a textual specification of color in the hexadecimal form #rrggbbaa, where r, @@ -715,9 +715,9 @@ respectively.

    clutter_color_from_hls ()

    void                clutter_color_from_hls              (ClutterColor *color,
    -                                                         gfloat hue,
    -                                                         gfloat luminance,
    -                                                         gfloat saturation);
    + gfloat hue, + gfloat luminance, + gfloat saturation);

    Converts a color expressed in HLS (hue, luminance and saturation) values into a ClutterColor. @@ -749,9 +749,9 @@ values into a

    clutter_color_to_hls ()

    void                clutter_color_to_hls                (const ClutterColor *color,
    -                                                         gfloat *hue,
    -                                                         gfloat *luminance,
    -                                                         gfloat *saturation);
    + gfloat *hue, + gfloat *luminance, + gfloat *saturation);

    Converts color to the HLS format.

    @@ -769,17 +769,17 @@ The hue value is in the 0 .. 360 range.

    hue :

    -return location for the hue value or NULL. [out] +return location for the hue value or NULL. [out]

    luminance :

    -return location for the luminance value or NULL. [out] +return location for the luminance value or NULL. [out]

    saturation :

    -return location for the saturation value or NULL. [out] +return location for the saturation value or NULL. [out] @@ -789,7 +789,7 @@ The hue value is in the 0 .. 360 range.

    clutter_color_from_pixel ()

    void                clutter_color_from_pixel            (ClutterColor *color,
    -                                                         guint32 pixel);
    + guint32 pixel);

    Converts pixel from the packed representation of a four 8 bit channel color to a ClutterColor. @@ -812,7 +812,7 @@ color to a

    clutter_color_to_pixel ()

    -
    guint32             clutter_color_to_pixel              (const ClutterColor *color);
    +
    guint32             clutter_color_to_pixel              (const ClutterColor *color);

    Converts color into a packed 32 bit integer, containing all the four 8 bit channels used by ClutterColor. @@ -958,7 +958,7 @@ in result.

    clutter_color_shade ()

    void                clutter_color_shade                 (const ClutterColor *color,
    -                                                         gdouble factor,
    +                                                         gdouble factor,
                                                              ClutterColor *result);

    Shades color by factor and saves the modified color into result. @@ -988,7 +988,7 @@ Shades color by

    clutter_color_interpolate ()

    void                clutter_color_interpolate           (const ClutterColor *initial,
                                                              const ClutterColor *final,
    -                                                         gdouble progress,
    +                                                         gdouble progress,
                                                              ClutterColor *result);

    Interpolates between initial and final ClutterColors @@ -1028,7 +1028,7 @@ using progress };

    -A GParamSpec subclass for defining properties holding +A GParamSpec subclass for defining properties holding a ClutterColor.

    @@ -1043,13 +1043,13 @@ a <

    clutter_param_spec_color ()

    -
    GParamSpec *        clutter_param_spec_color            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +
    GParamSpec *        clutter_param_spec_color            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              const ClutterColor *default_value,
    -                                                         GParamFlags flags);
    + GParamFlags flags);

    -Creates a GParamSpec for properties using ClutterColor. +Creates a GParamSpec for properties using ClutterColor.

    @@ -1076,7 +1076,7 @@ Creates a GParamSpec for properties using Returns :

    -
    @@ -1089,13 +1089,13 @@ Creates a GParamSpec for properties using #define CLUTTER_VALUE_HOLDS_COLOR(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_COLOR))

    -Evaluates to TRUE if x holds a ClutterColor. +Evaluates to TRUE if x holds a ClutterColor.

    the newly created GParamSpec +the newly created GParamSpec
    -

    x :

    a GValue +a GValue
    @@ -1104,7 +1104,7 @@ Evaluates to TRUE if x<

    clutter_value_set_color ()

    -
    void                clutter_value_set_color             (GValue *value,
    +
    void                clutter_value_set_color             (GValue *value,
                                                              const ClutterColor *color);

    Sets value to color. @@ -1114,7 +1114,7 @@ Sets value to

    value :

    -a GValue initialized to CLUTTER_TYPE_COLOR +a GValue initialized to CLUTTER_TYPE_COLOR @@ -1128,7 +1128,7 @@ Sets value to

    clutter_value_get_color ()

    -
    const ClutterColor * clutter_value_get_color            (const GValue *value);
    +
    const ClutterColor * clutter_value_get_color            (const GValue *value);

    Gets the ClutterColor contained in value.

    @@ -1137,12 +1137,12 @@ Gets the value :

    -a GValue initialized to CLUTTER_TYPE_COLOR +a
    GValue initialized to CLUTTER_TYPE_COLOR

    Returns :

    -the color inside the passed GValue. [transfer none] +the color inside the passed GValue. [transfer none] diff --git a/doc/reference/clutter/html/clutter-Events.html b/doc/reference/clutter/html/clutter-Events.html index ce3c564..fc5cc15 100644 --- a/doc/reference/clutter/html/clutter-Events.html +++ b/doc/reference/clutter/html/clutter-Events.html @@ -61,17 +61,17 @@ struct ClutterEventType clutter_event_type (const ClutterEvent *event); void clutter_event_set_coords (ClutterEvent *event, - gfloat x, - gfloat y); + gfloat x, + gfloat y); void clutter_event_get_coords (const ClutterEvent *event, - gfloat *x, - gfloat *y); + gfloat *x, + gfloat *y); void clutter_event_set_state (ClutterEvent *event, ClutterModifierType state); ClutterModifierType clutter_event_get_state (const ClutterEvent *event); void clutter_event_set_time (ClutterEvent *event, - guint32 time_); -guint32 clutter_event_get_time (const ClutterEvent *event); + guint32 time_); +guint32 clutter_event_get_time (const ClutterEvent *event); void clutter_event_set_source (ClutterEvent *event, ClutterActor *actor); ClutterActor * clutter_event_get_source (const ClutterEvent *event); @@ -81,34 +81,34 @@ struct void clutter_event_set_flags (ClutterEvent *event, ClutterEventFlags flags); ClutterEventFlags clutter_event_get_flags (const ClutterEvent *event); -gdouble * clutter_event_get_axes (const ClutterEvent *event, - guint *n_axes); +gdouble * clutter_event_get_axes (const ClutterEvent *event, + guint *n_axes); ClutterEventSequence * clutter_event_get_event_sequence (const ClutterEvent *event); ClutterEvent * clutter_event_get (void); ClutterEvent * clutter_event_peek (void); void clutter_event_put (const ClutterEvent *event); -gboolean clutter_events_pending (void); +gboolean clutter_events_pending (void); #define CLUTTER_BUTTON_PRIMARY #define CLUTTER_BUTTON_MIDDLE #define CLUTTER_BUTTON_SECONDARY void clutter_event_set_button (ClutterEvent *event, - guint32 button); -guint32 clutter_event_get_button (const ClutterEvent *event); -guint clutter_event_get_click_count (const ClutterEvent *event); + guint32 button); +guint32 clutter_event_get_button (const ClutterEvent *event); +guint clutter_event_get_click_count (const ClutterEvent *event); void clutter_event_set_key_symbol (ClutterEvent *event, - guint key_sym); -guint clutter_event_get_key_symbol (const ClutterEvent *event); + guint key_sym); +guint clutter_event_get_key_symbol (const ClutterEvent *event); void clutter_event_set_key_code (ClutterEvent *event, - guint16 key_code); -guint16 clutter_event_get_key_code (const ClutterEvent *event); + guint16 key_code); +guint16 clutter_event_get_key_code (const ClutterEvent *event); void clutter_event_set_key_unicode (ClutterEvent *event, - guint32 key_unicode); -guint32 clutter_event_get_key_unicode (const ClutterEvent *event); -guint32 clutter_keysym_to_unicode (guint keyval); -guint clutter_unicode_to_keysym (guint32 wc); + guint32 key_unicode); +guint32 clutter_event_get_key_unicode (const ClutterEvent *event); +guint32 clutter_keysym_to_unicode (guint keyval); +guint clutter_unicode_to_keysym (guint32 wc); void clutter_event_set_related (ClutterEvent *event, ClutterActor *actor); @@ -119,11 +119,11 @@ struct ClutterScrollDirection clutter_event_get_scroll_direction (const ClutterEvent *event); void clutter_event_get_scroll_delta (const ClutterEvent *event, - gdouble *dx, - gdouble *dy); + gdouble *dx, + gdouble *dy); void clutter_event_set_scroll_delta (ClutterEvent *event, - gdouble dx, - gdouble dy); + gdouble dx, + gdouble dy); void clutter_event_set_device (ClutterEvent *event, ClutterInputDevice *device); @@ -131,10 +131,10 @@ struct void clutter_event_set_source_device (ClutterEvent *event, ClutterInputDevice *device); ClutterInputDevice * clutter_event_get_source_device (const ClutterEvent *event); -gint clutter_event_get_device_id (const ClutterEvent *event); +gint clutter_event_get_device_id (const ClutterEvent *event); ClutterInputDeviceType clutter_event_get_device_type (const ClutterEvent *event); -guint32 clutter_get_current_event_time (void); +guint32 clutter_get_current_event_time (void); const ClutterEvent * clutter_get_current_event (void);
    @@ -619,7 +619,7 @@ using guint32 time;

    +

    guint32 time;

    event time @@ -635,11 +635,11 @@ using gfloat x;

    +

    gfloat x;

    event X coordinate, relative to the stage -

    gfloat y;

    +

    gfloat y;

    event Y coordinate, relative to the stage @@ -647,16 +647,16 @@ using guint32 button;

    +

    guint32 button;

    event button -

    guint click_count;

    +

    guint click_count;

    number of button presses within the default time and radius -

    gdouble *axes;

    +

    gdouble *axes;

    reserved for future use @@ -695,7 +695,7 @@ Key event event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -715,15 +715,15 @@ Key event key modifiers -

    guint keyval;

    +

    guint keyval;

    raw key value -

    guint16 hardware_keycode;

    +

    guint16 hardware_keycode;

    raw hardware key value -

    gunichar unicode_value;

    +

    gunichar unicode_value;

    Unicode representation @@ -762,7 +762,7 @@ Event for the pointer motion event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -778,11 +778,11 @@ Event for the pointer motion event source actor -

    gfloat x;

    +

    gfloat x;

    event X coordinate -

    gfloat y;

    +

    gfloat y;

    event Y coordinate @@ -790,7 +790,7 @@ Event for the pointer motion button modifiers -

    gdouble *axes;

    +

    gdouble *axes;

    reserved for future use @@ -830,7 +830,7 @@ Scroll wheel (or similar device) event event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -846,11 +846,11 @@ Scroll wheel (or similar device) event event source actor -

    gfloat x;

    +

    gfloat x;

    event X coordinate -

    gfloat y;

    +

    gfloat y;

    event Y coordinate @@ -862,7 +862,7 @@ Scroll wheel (or similar device) event button modifiers -

    gdouble *axes;

    +

    gdouble *axes;

    reserved for future use @@ -898,7 +898,7 @@ Event signalling a change in the event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -952,7 +952,7 @@ Event for the movement of the pointer across different actors event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -968,11 +968,11 @@ Event for the movement of the pointer across different actors event source actor -

    gfloat x;

    +

    gfloat x;

    event X coordinate -

    gfloat y;

    +

    gfloat y;

    event Y coordinate @@ -1030,7 +1030,7 @@ running at the same time. event type -

    guint32 time;

    +

    guint32 time;

    event time @@ -1046,11 +1046,11 @@ running at the same time. event source actor (unused) -

    gfloat x;

    +

    gfloat x;

    the X coordinate of the pointer, relative to the stage -

    gfloat y;

    +

    gfloat y;

    the Y coordinate of the pointer, relative to the stage @@ -1065,7 +1065,7 @@ buttons. See -

    gdouble *axes;

    +

    gdouble *axes;

    reserved @@ -1167,8 +1167,8 @@ Retrieves the type of the event.

    clutter_event_set_coords ()

    void                clutter_event_set_coords            (ClutterEvent *event,
    -                                                         gfloat x,
    -                                                         gfloat y);
    + gfloat x, + gfloat y);

    Sets the coordinates of the event.

    @@ -1196,8 +1196,8 @@ Sets the coordinates of the event.

    clutter_event_get_coords ()

    void                clutter_event_get_coords            (const ClutterEvent *event,
    -                                                         gfloat *x,
    -                                                         gfloat *y);
    + gfloat *x, + gfloat *y);

    Retrieves the coordinates of event and puts them into x and y.

    @@ -1211,12 +1211,12 @@ Retrieves the coordinates of event and p

    x :

    -return location for the X coordinate, or NULL. [out] +return location for the X coordinate, or NULL. [out]

    y :

    -return location for the Y coordinate, or NULL. [out] +return location for the Y coordinate, or NULL. [out] @@ -1274,7 +1274,7 @@ Retrieves the modifier state of the event.

    clutter_event_set_time ()

    void                clutter_event_set_time              (ClutterEvent *event,
    -                                                         guint32 time_);
    + guint32 time_);

    Sets the time of the event.

    @@ -1297,7 +1297,7 @@ Sets the time of the event.

    clutter_event_get_time ()

    -
    guint32             clutter_event_get_time              (const ClutterEvent *event);
    +
    guint32             clutter_event_get_time              (const ClutterEvent *event);

    Retrieves the time of the event.

    @@ -1336,7 +1336,7 @@ Sets the source

    actor :

    -a
    ClutterActor, or NULL. [allow-none] +a ClutterActor, or NULL. [allow-none] @@ -1386,7 +1386,7 @@ Sets the source

    stage :

    -a
    ClutterStage, or NULL. [allow-none] +a ClutterStage, or NULL. [allow-none] @@ -1399,7 +1399,7 @@ Sets the source ClutterStage * clutter_event_get_stage (const ClutterEvent *event);

    Retrieves the source ClutterStage the event originated for, or -NULL if the event has no stage. +NULL if the event has no stage.

    @@ -1468,8 +1468,8 @@ Retrieves the

    clutter_event_get_axes ()

    -
    gdouble *           clutter_event_get_axes              (const ClutterEvent *event,
    -                                                         guint *n_axes);
    +
    gdouble *           clutter_event_get_axes              (const ClutterEvent *event,
    +                                                         guint *n_axes);

    Retrieves the array of axes values attached to the event.

    @@ -1514,7 +1514,7 @@ Retrieves the
    - @@ -1580,7 +1580,7 @@ or use the actor that currently has keyboard focus

    clutter_events_pending ()

    -
    gboolean            clutter_events_pending              (void);
    +
    gboolean            clutter_events_pending              (void);

    Checks if events are pending in the event queue.

    @@ -1635,7 +1635,7 @@ mouse configuration.

    clutter_event_set_button ()

    void                clutter_event_set_button            (ClutterEvent *event,
    -                                                         guint32 button);
    + guint32 button);

    Sets the button number of event

    @@ -1659,7 +1659,7 @@ of type <

    clutter_event_get_button ()

    -
    guint32             clutter_event_get_button            (const ClutterEvent *event);
    +
    guint32             clutter_event_get_button            (const ClutterEvent *event);

    Retrieves the button number of event

    @@ -1683,7 +1683,7 @@ of type <

    clutter_event_get_click_count ()

    -
    guint               clutter_event_get_click_count       (const ClutterEvent *event);
    +
    guint               clutter_event_get_click_count       (const ClutterEvent *event);

    Retrieves the number of clicks of event

    @@ -1708,7 +1708,7 @@ of type <

    clutter_event_set_key_symbol ()

    void                clutter_event_set_key_symbol        (ClutterEvent *event,
    -                                                         guint key_sym);
    + guint key_sym);

    Sets the key symbol of event.

    @@ -1732,7 +1732,7 @@ or

    clutter_event_get_key_symbol ()

    -
    guint               clutter_event_get_key_symbol        (const ClutterEvent *event);
    +
    guint               clutter_event_get_key_symbol        (const ClutterEvent *event);

    Retrieves the key symbol of event

    @@ -1757,7 +1757,7 @@ of type

    clutter_event_set_key_code ()

    void                clutter_event_set_key_code          (ClutterEvent *event,
    -                                                         guint16 key_code);
    + guint16 key_code);

    Sets the keycode of the event.

    @@ -1781,7 +1781,7 @@ or

    clutter_event_get_key_code ()

    -
    guint16             clutter_event_get_key_code          (const ClutterEvent *event);
    +
    guint16             clutter_event_get_key_code          (const ClutterEvent *event);

    Retrieves the keycode of the key that caused event

    @@ -1806,7 +1806,7 @@ of type

    clutter_event_set_key_unicode ()

    void                clutter_event_set_key_unicode       (ClutterEvent *event,
    -                                                         guint32 key_unicode);
    + guint32 key_unicode);

    Sets the Unicode value of event.

    @@ -1830,7 +1830,7 @@ or

    clutter_event_get_key_unicode ()

    -
    guint32             clutter_event_get_key_unicode       (const ClutterEvent *event);
    +
    guint32             clutter_event_get_key_unicode       (const ClutterEvent *event);

    Retrieves the unicode value for the key that caused keyev.

    @@ -1853,7 +1853,7 @@ or

    clutter_keysym_to_unicode ()

    -
    guint32             clutter_keysym_to_unicode           (guint keyval);
    +
    guint32             clutter_keysym_to_unicode           (guint keyval);

    Converts keyval from a Clutter key symbol to the corresponding ISO10646 (Unicode) character. @@ -1876,7 +1876,7 @@ character.


    clutter_unicode_to_keysym ()

    -
    guint               clutter_unicode_to_keysym           (guint32 wc);
    +
    guint               clutter_unicode_to_keysym           (guint32 wc);

    Convert from a ISO10646 character to a key symbol.

    @@ -1914,7 +1914,7 @@ Sets the related actor of a crossing event
    - @@ -1939,7 +1939,7 @@ type Returns :

    -
    @@ -1998,8 +1998,8 @@ Retrieves the direction of the scrolling of event

    clutter_event_get_scroll_delta ()

    void                clutter_event_get_scroll_delta      (const ClutterEvent *event,
    -                                                         gdouble *dx,
    -                                                         gdouble *dy);
    + gdouble *dx, + gdouble *dy);

    Retrieves the precise scrolling information of event.

    @@ -2033,8 +2033,8 @@ of

    clutter_event_set_scroll_delta ()

    void                clutter_event_set_scroll_delta      (ClutterEvent *event,
    -                                                         gdouble dx,
    -                                                         gdouble dy);
    + gdouble dx, + gdouble dy);

    Sets the precise scrolling information of event.

    @@ -2076,7 +2076,7 @@ Sets the device for event.
    - @@ -2104,7 +2104,7 @@ be cast to the platform-specific implementation. - @@ -2166,7 +2166,7 @@ return the same device as Returns :

    @@ -2176,7 +2176,7 @@ or

    clutter_event_get_device_id ()

    -
    gint                clutter_event_get_device_id         (const ClutterEvent *event);
    +
    gint                clutter_event_get_device_id         (const ClutterEvent *event);

    Retrieves the events device id if set.

    @@ -2222,7 +2222,7 @@ any is set

    clutter_get_current_event_time ()

    -
    guint32             clutter_get_current_event_time      (void);
    +
    guint32             clutter_get_current_event_time      (void);

    Retrieves the timestamp of the last event, if there is an event or if the event has a timestamp. @@ -2252,7 +2252,7 @@ event.

    -

    Returns :

    the event sequence, or NULL. [transfer none] +the event sequence, or NULL. [transfer none]

    actor :

    a ClutterActor or NULL. [allow-none] +a ClutterActor or NULL. [allow-none]
    the related ClutterActor, or NULL. [transfer none] +the related ClutterActor, or NULL. [transfer none]

    device :

    a ClutterInputDevice, or NULL. [allow-none] +a ClutterInputDevice, or NULL. [allow-none]

    Returns :

    the ClutterInputDevice or NULL. The +the ClutterInputDevice or NULL. The returned device is owned by the ClutterEvent and it should not be unreferenced. [transfer none] a pointer to a ClutterInputDevice -or NULL. [transfer none] +or NULL. [transfer none]

    Returns :

    The current ClutterEvent, or NULL if none. [transfer none] +The current ClutterEvent, or NULL if none. [transfer none]
    diff --git a/doc/reference/clutter/html/clutter-Features.html b/doc/reference/clutter/html/clutter-Features.html index b7fc832..45a24bb 100644 --- a/doc/reference/clutter/html/clutter-Features.html +++ b/doc/reference/clutter/html/clutter-Features.html @@ -38,7 +38,7 @@ @@ -144,7 +144,7 @@ sysytem and graphics backend.

    clutter_feature_available ()

    -
    gboolean            clutter_feature_available           (ClutterFeatureFlags feature);
    +
    gboolean            clutter_feature_available           (ClutterFeatureFlags feature);

    Checks whether feature is available. feature can be a logical OR of ClutterFeatureFlags. @@ -160,7 +160,7 @@ OR of Returns :

    -TRUE if a feature is available +TRUE if a feature is available
    diff --git a/doc/reference/clutter/html/clutter-GDK-Specific-Support.html b/doc/reference/clutter/html/clutter-GDK-Specific-Support.html index 4d7bfc2..7736cf6 100644 --- a/doc/reference/clutter/html/clutter-GDK-Specific-Support.html +++ b/doc/reference/clutter/html/clutter-GDK-Specific-Support.html @@ -38,13 +38,13 @@
    @@ -76,7 +76,7 @@ a GDK based toolkit.

    clutter_gdk_get_stage_from_window ()

    -
    ClutterStage *      clutter_gdk_get_stage_from_window   (GdkWindow *window);
    +
    ClutterStage *      clutter_gdk_get_stage_from_window   (GdkWindow *window);

    Gets the stage for a particular X window.

    @@ -85,7 +85,7 @@ Gets the stage for a particular X window.

    window :

    -a GtkWindow +a GtkWindow @@ -101,7 +101,7 @@ does not exist for the window. [

    clutter_gdk_get_stage_window ()

    -
    GdkWindow *         clutter_gdk_get_stage_window        (ClutterStage *stage);
    +
    GdkWindow *         clutter_gdk_get_stage_window        (ClutterStage *stage);

    Gets the stages GdkWindow.

    @@ -125,7 +125,7 @@ Gets the stages GdkWindow.

    clutter_gdk_handle_event ()

    -
    GdkFilterReturn     clutter_gdk_handle_event            (GdkEvent *event);
    +
    GdkFilterReturn     clutter_gdk_handle_event            (GdkEvent *event);

    This function processes a single GDK event; it can be used to hook into external event processing @@ -135,18 +135,18 @@ into external event processing

    event :

    -a GdkEvent +a GdkEvent

    Returns :

    -GdkFilterReturn. GDK_FILTER_REMOVE indicates that +GdkFilterReturn. GDK_FILTER_REMOVE indicates that Clutter has internally handled the event and the caller should do -no further processing. GDK_FILTER_CONTINUE indicates that Clutter +no further processing. GDK_FILTER_CONTINUE indicates that Clutter is either not interested in the event, or has used the event to update internal state without taking any exclusive action. -GDK_FILTER_TRANSLATE will not occur. +GDK_FILTER_TRANSLATE will not occur.
    @@ -154,7 +154,7 @@ update internal state without taking any exclusive action.

    clutter_gdk_set_display ()

    -
    void                clutter_gdk_set_display             (GdkDisplay *display);
    +
    void                clutter_gdk_set_display             (GdkDisplay *display);

    Sets the display connection Clutter should use; must be called before clutter_init(), clutter_init_with_args() or other functions @@ -162,9 +162,9 @@ pertaining Clutter's initialization process.

    If you are parsing the command line arguments by retrieving Clutter's -GOptionGroup with clutter_get_option_group() and calling -g_option_context_parse() yourself, you should also call -clutter_gdk_set_display() before g_option_context_parse(). +GOptionGroup with clutter_get_option_group() and calling +g_option_context_parse() yourself, you should also call +clutter_gdk_set_display() before g_option_context_parse().

    @@ -178,7 +178,7 @@ If you are parsing the command line arguments by retrieving Clutter's

    clutter_gdk_get_default_display ()

    -
    GdkDisplay *        clutter_gdk_get_default_display     (void);
    +
    GdkDisplay *        clutter_gdk_get_default_display     (void);

    Retrieves the pointer to the default display.

    @@ -195,10 +195,10 @@ Retrieves the pointer to the default display.

    clutter_gdk_set_stage_foreign ()

    -
    gboolean            clutter_gdk_set_stage_foreign       (ClutterStage *stage,
    -                                                         GdkWindow *window);
    +
    gboolean            clutter_gdk_set_stage_foreign       (ClutterStage *stage,
    +                                                         GdkWindow *window);

    -Target the ClutterStage to use an existing external GdkWindow +Target the ClutterStage to use an existing external GdkWindow

    @@ -210,13 +210,13 @@ Target the - +TRUE if foreign window is valid

    window :

    an existing GdkWindow +an existing GdkWindow

    Returns :

    -TRUE if foreign window is valid
    diff --git a/doc/reference/clutter/html/clutter-General.html b/doc/reference/clutter/html/clutter-General.html index 3f52f84..ed6441b 100644 --- a/doc/reference/clutter/html/clutter-General.html +++ b/doc/reference/clutter/html/clutter-General.html @@ -45,72 +45,72 @@ enum ClutterInitError clutter_init_with_args (int *argc, char ***argv, const char *parameter_string, - GOptionEntry *entries, + GOptionEntry *entries, const char *translation_domain, - GError **error); -GOptionGroup * clutter_get_option_group (void); -GOptionGroup * clutter_get_option_group_without_init + GError **error); +GOptionGroup * clutter_get_option_group (void); +GOptionGroup * clutter_get_option_group_without_init (void); void clutter_main (void); void clutter_main_quit (void); -gint clutter_main_level (void); +gint clutter_main_level (void); -gboolean clutter_get_debug_enabled (void); -gboolean clutter_get_show_fps (void); -gulong clutter_get_timestamp (void); -ClutterActor * clutter_get_actor_by_gid (guint32 id_); -void clutter_set_default_frame_rate (guint frames_per_sec); -guint clutter_get_default_frame_rate (void); -void clutter_set_motion_events_enabled (gboolean enable); -gboolean clutter_get_motion_events_enabled (void); +gboolean clutter_get_debug_enabled (void); +gboolean clutter_get_show_fps (void); +gulong clutter_get_timestamp (void); +ClutterActor * clutter_get_actor_by_gid (guint32 id_); +void clutter_set_default_frame_rate (guint frames_per_sec); +guint clutter_get_default_frame_rate (void); +void clutter_set_motion_events_enabled (gboolean enable); +gboolean clutter_get_motion_events_enabled (void); void clutter_clear_glyph_cache (void); enum ClutterFontFlags; void clutter_set_font_flags (ClutterFontFlags flags); ClutterFontFlags clutter_get_font_flags (void); -PangoFontMap * clutter_get_font_map (void); +PangoFontMap * clutter_get_font_map (void); enum ClutterTextDirection; ClutterTextDirection clutter_get_default_text_direction (void); -gboolean clutter_get_accessibility_enabled (void); +gboolean clutter_get_accessibility_enabled (void); -void clutter_threads_set_lock_functions (GCallback enter_fn, - GCallback leave_fn); +void clutter_threads_set_lock_functions (GCallback enter_fn, + GCallback leave_fn); void clutter_threads_init (void); void clutter_threads_enter (void); void clutter_threads_leave (void); -guint clutter_threads_add_idle (GSourceFunc func, - gpointer data); -guint clutter_threads_add_idle_full (gint priority, - GSourceFunc func, - gpointer data, - GDestroyNotify notify); -guint clutter_threads_add_timeout (guint interval, - GSourceFunc func, - gpointer data); -guint clutter_threads_add_timeout_full (gint priority, - guint interval, - GSourceFunc func, - gpointer data, - GDestroyNotify notify); -guint clutter_threads_add_frame_source (guint fps, - GSourceFunc func, - gpointer data); -guint clutter_threads_add_frame_source_full - (gint priority, - guint fps, - GSourceFunc func, - gpointer data, - GDestroyNotify notify); -guint clutter_threads_add_repaint_func (GSourceFunc func, - gpointer data, - GDestroyNotify notify); +guint clutter_threads_add_idle (GSourceFunc func, + gpointer data); +guint clutter_threads_add_idle_full (gint priority, + GSourceFunc func, + gpointer data, + GDestroyNotify notify); +guint clutter_threads_add_timeout (guint interval, + GSourceFunc func, + gpointer data); +guint clutter_threads_add_timeout_full (gint priority, + guint interval, + GSourceFunc func, + gpointer data, + GDestroyNotify notify); +guint clutter_threads_add_frame_source (guint fps, + GSourceFunc func, + gpointer data); +guint clutter_threads_add_frame_source_full + (gint priority, + guint fps, + GSourceFunc func, + gpointer data, + GDestroyNotify notify); +guint clutter_threads_add_repaint_func (GSourceFunc func, + gpointer data, + GDestroyNotify notify); enum ClutterRepaintFlags; -guint clutter_threads_add_repaint_func_full +guint clutter_threads_add_repaint_func_full (ClutterRepaintFlags flags, - GSourceFunc func, - gpointer data, - GDestroyNotify notify); -void clutter_threads_remove_repaint_func (guint handle_id); + GSourceFunc func, + gpointer data, + GDestroyNotify notify); +void clutter_threads_remove_repaint_func (guint handle_id); ClutterActor * clutter_get_keyboard_grab (void); ClutterActor * clutter_get_pointer_grab (void); @@ -119,8 +119,8 @@ enum void clutter_ungrab_keyboard (void); void clutter_ungrab_pointer (void); void clutter_grab_pointer_for_device (ClutterActor *actor, - gint id_); -void clutter_ungrab_pointer_for_device (gint id_); + gint id_); +void clutter_ungrab_pointer_for_device (gint id_); void clutter_do_event (ClutterEvent *event); @@ -179,8 +179,8 @@ main (int argc, char *argv[])

    The common pattern for using threads with Clutter is to use worker threads to perform blocking operations and then install idle or timeout sources with the result when the thread finished.

    -

    Clutter provides thread-aware variants of g_idle_add() and - g_timeout_add() that acquire the Clutter lock before invoking the provided +

    Clutter provides thread-aware variants of g_idle_add() and + g_timeout_add() that acquire the Clutter lock before invoking the provided callback: clutter_threads_add_idle() and clutter_threads_add_timeout().

    The example below shows how to use a worker thread to perform a @@ -285,7 +285,7 @@ It is safe to call this function multiple times. initialization; clutter_init() will print out the error message on stderr, and will return an error code. It is up to the application code to handle this case. If you need to display the error message -yourself, you can use clutter_init_with_args(), which takes a GError +yourself, you can use clutter_init_with_args(), which takes a GError pointer.

    @@ -322,9 +322,9 @@ of arguments. [ClutterInitError clutter_init_with_args (int *argc, char ***argv, const char *parameter_string, - GOptionEntry *entries, + GOptionEntry *entries, const char *translation_domain, - GError **error); + GError **error);

    This function does the same work as clutter_init(). Additionally, it allows you to add your own command line options, and it @@ -362,7 +362,7 @@ first line of --help output, after

    entries :

    -a NULL terminated array of GOptionEntrys +a NULL terminated array of GOptionEntrys describing the options of your program. [allow-none] @@ -370,12 +370,12 @@ describing the options of your program. [

    translation_domain :

    a translation domain to use for translating the --help output for the options in -entries with gettext(), or NULL. [allow-none] +entries with gettext(), or NULL. [allow-none]

    error :

    -a return location for a GError. [allow-none] +a return location for a GError. [allow-none] @@ -392,15 +392,15 @@ error.

    clutter_get_option_group ()

    -
    GOptionGroup *      clutter_get_option_group            (void);
    +
    GOptionGroup *      clutter_get_option_group            (void);

    -Returns a GOptionGroup for the command line arguments recognized -by Clutter. You should add this group to your GOptionContext with -g_option_context_add_group(), if you are using g_option_context_parse() +Returns a GOptionGroup for the command line arguments recognized +by Clutter. You should add this group to your GOptionContext with +g_option_context_add_group(), if you are using g_option_context_parse() to parse your commandline arguments.

    -Calling g_option_context_parse() with Clutter's GOptionGroup will result +Calling g_option_context_parse() with Clutter's GOptionGroup will result in Clutter's initialization. That is, the following code:

    @@ -411,8 +411,8 @@ in Clutter's initialization. That is, the following code:

    1
     2
    -
    g_option_context_set_main_group (context, clutter_get_option_group ());
    -res = g_option_context_parse (context, &argc, &argc, NULL);
    +
    g_option_context_set_main_group (context, clutter_get_option_group ());
    +res = g_option_context_parse (context, &argc, &argc, NULL);
    @@ -439,15 +439,15 @@ is functionally equivalent to:

    -After g_option_context_parse() on a GOptionContext containing the -Clutter GOptionGroup has returned TRUE, Clutter is guaranteed to be +After g_option_context_parse() on a GOptionContext containing the +Clutter GOptionGroup has returned TRUE, Clutter is guaranteed to be initialized.

    - @@ -457,26 +457,26 @@ recognized by Clutter. [

    clutter_get_option_group_without_init ()

    -
    GOptionGroup *      clutter_get_option_group_without_init
    +
    GOptionGroup *      clutter_get_option_group_without_init
                                                             (void);

    -Returns a GOptionGroup for the command line arguments recognized -by Clutter. You should add this group to your GOptionContext with -g_option_context_add_group(), if you are using g_option_context_parse() +Returns a GOptionGroup for the command line arguments recognized +by Clutter. You should add this group to your GOptionContext with +g_option_context_add_group(), if you are using g_option_context_parse() to parse your commandline arguments.

    -Unlike clutter_get_option_group(), calling g_option_context_parse() with -the GOptionGroup returned by this function requires a subsequent explicit +Unlike clutter_get_option_group(), calling g_option_context_parse() with +the GOptionGroup returned by this function requires a subsequent explicit call to clutter_init(); use this function when needing to set foreign display connection with clutter_x11_set_display(), or with -gtk_clutter_init(). +gtk_clutter_init().

    Returns :

    a GOptionGroup for the commandline arguments +a GOptionGroup for the commandline arguments recognized by Clutter. [transfer full]
    - @@ -502,7 +502,7 @@ Terminates the Clutter mainloop.

    clutter_main_level ()

    -
    gint                clutter_main_level                  (void);
    +
    gint                clutter_main_level                  (void);

    Retrieves the depth of the Clutter mainloop.

    @@ -517,7 +517,7 @@ Retrieves the depth of the Clutter mainloop.

    clutter_get_debug_enabled ()

    -
    gboolean            clutter_get_debug_enabled           (void);
    +
    gboolean            clutter_get_debug_enabled           (void);

    Warning

    clutter_get_debug_enabled has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything.

    @@ -529,14 +529,14 @@ Check if Clutter has debugging enabled.
    - +

    Returns :

    a GOptionGroup for the commandline arguments +a GOptionGroup for the commandline arguments recognized by Clutter. [transfer full]

    Returns :

    FALSEFALSE

    clutter_get_show_fps ()

    -
    gboolean            clutter_get_show_fps                (void);
    +
    gboolean            clutter_get_show_fps                (void);

    Warning

    clutter_get_show_fps has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything. Use the environment @@ -554,7 +554,7 @@ the --clutter-show-fps command line argument. *

    Returns :

    -TRUE if Clutter should show the FPS. +TRUE if Clutter should show the FPS.

    Since 0.4

    @@ -562,10 +562,10 @@ the --clutter-show-fps command line argument. *

    clutter_get_timestamp ()

    -
    gulong              clutter_get_timestamp               (void);
    +
    gulong              clutter_get_timestamp               (void);

    Warning

    -

    clutter_get_timestamp has been deprecated since version 1.10 and should not be used in newly-written code. Use GTimer or g_get_monotonic_time() for a proper +

    clutter_get_timestamp has been deprecated since version 1.10 and should not be used in newly-written code. Use GTimer or g_get_monotonic_time() for a proper timing source

    @@ -580,7 +580,7 @@ The output of this function depends on whether Clutter was configured to enable its debugging code paths, so it's less useful than intended.

    -Since Clutter 1.10, this function is an alias to g_get_monotonic_time() +Since Clutter 1.10, this function is an alias to g_get_monotonic_time() if Clutter was configured to enable the debugging code paths.

    @@ -595,7 +595,7 @@ zero if Clutter was not configured with debugging code paths.

    clutter_get_actor_by_gid ()

    -
    ClutterActor *      clutter_get_actor_by_gid            (guint32 id_);
    +
    ClutterActor *      clutter_get_actor_by_gid            (guint32 id_);

    Warning

    clutter_get_actor_by_gid has been deprecated since version 1.8 and should not be used in newly-written code. The id is not used any longer.

    @@ -612,7 +612,7 @@ Retrieves the
    - @@ -623,7 +623,7 @@ The returned actor does not have its reference count increased.

    clutter_set_default_frame_rate ()

    -
    void                clutter_set_default_frame_rate      (guint frames_per_sec);
    +
    void                clutter_set_default_frame_rate      (guint frames_per_sec);

    Warning

    clutter_set_default_frame_rate has been deprecated since version 1.10 and should not be used in newly-written code. This function does not do anything any more.

    @@ -646,7 +646,7 @@ is possible, this value is ignored.

    clutter_get_default_frame_rate ()

    -
    guint               clutter_get_default_frame_rate      (void);
    +
    guint               clutter_get_default_frame_rate      (void);

    Retrieves the default frame rate. See clutter_set_default_frame_rate().

    @@ -662,7 +662,7 @@ Retrieves the default frame rate. See

    clutter_set_motion_events_enabled ()

    -
    void                clutter_set_motion_events_enabled   (gboolean enable);
    +
    void                clutter_set_motion_events_enabled   (gboolean enable);

    Warning

    clutter_set_motion_events_enabled has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_stage_set_motion_events_enabled() instead.

    @@ -672,7 +672,7 @@ Sets whether per-actor motion events should be enabled or not on all ClutterStages managed by Clutter.

    -If enable is FALSE the following events will not work: +If enable is FALSE the following events will not work:

    • ClutterActor::motion-event, unless on the @@ -687,7 +687,7 @@ If enable is FALSE

    +TRUE to enable per-actor motion events

    Returns :

    the actor with the passed id or NULL. +the actor with the passed id or NULL. The returned actor does not have its reference count increased. [transfer none]

    enable :

    -TRUE to enable per-actor motion events

    Since 0.6

    @@ -695,7 +695,7 @@ If enable is FALSE

    clutter_get_motion_events_enabled ()

    -
    gboolean            clutter_get_motion_events_enabled   (void);
    +
    gboolean            clutter_get_motion_events_enabled   (void);

    Warning

    clutter_get_motion_events_enabled has been deprecated since version 1.8 and should not be used in newly-written code. Use clutter_stage_get_motion_events_enabled() instead.

    @@ -708,7 +708,7 @@ Gets whether the per-actor motion events are enabled.

    Returns :

    -TRUE if the motion events are enabled +TRUE if the motion events are enabled

    Since 0.6

    @@ -815,9 +815,9 @@ Gets the current font flags for rendering text. See

    clutter_get_font_map ()

    -
    PangoFontMap *      clutter_get_font_map                (void);
    +
    PangoFontMap *      clutter_get_font_map                (void);

    -Retrieves the PangoFontMap instance used by Clutter. +Retrieves the PangoFontMap instance used by Clutter. You can use the global font map object with the COGL Pango API.

    @@ -825,7 +825,7 @@ Pango API.

    Returns :

    -the PangoFontMap instance. The returned +the PangoFontMap instance. The returned value is owned by Clutter and it should never be unreferenced. [transfer none] @@ -892,7 +892,7 @@ The default text direction can be overridden on a per-actor basis by using

    clutter_get_accessibility_enabled ()

    -
    gboolean            clutter_get_accessibility_enabled   (void);
    +
    gboolean            clutter_get_accessibility_enabled   (void);

    Returns whether Clutter has accessibility support enabled. As least, a value of TRUE means that there are a proper AtkUtil @@ -903,7 +903,7 @@ implementation available

    Returns :

    -TRUE if Clutter has accessibility support enabled +TRUE if Clutter has accessibility support enabled

    Since 1.4

    @@ -911,12 +911,12 @@ implementation available

    clutter_threads_set_lock_functions ()

    -
    void                clutter_threads_set_lock_functions  (GCallback enter_fn,
    -                                                         GCallback leave_fn);
    +
    void                clutter_threads_set_lock_functions  (GCallback enter_fn,
    +                                                         GCallback leave_fn);

    Allows the application to replace the standard method that Clutter uses to protect its data structures. Normally, Clutter -creates a single GMutex that is locked by clutter_threads_enter(), +creates a single GMutex that is locked by clutter_threads_enter(), and released by clutter_threads_leave(); using this function an application provides, instead, a function enter_fn that is called by clutter_threads_enter() and a function leave_fn that is @@ -970,7 +970,7 @@ called by multiple threads, using clutter_threads_leave() to mark the critical sections.

    -You must call g_thread_init() before this function. +You must call g_thread_init() before this function.

    This function must be called before clutter_init(). @@ -1001,8 +1001,8 @@ Unlocks the Clutter thread lock.


    clutter_threads_add_idle ()

    -
    guint               clutter_threads_add_idle            (GSourceFunc func,
    -                                                         gpointer data);
    +
    guint               clutter_threads_add_idle            (GSourceFunc func,
    +                                                         gpointer data);

    Simple wrapper around clutter_threads_add_idle_full() using the default priority. @@ -1029,17 +1029,17 @@ default priority.


    clutter_threads_add_idle_full ()

    -
    guint               clutter_threads_add_idle_full       (gint priority,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_threads_add_idle_full       (gint priority,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Adds a function to be called whenever there are no higher priority -events pending. If the function returns FALSE it is automatically +events pending. If the function returns FALSE it is automatically removed from the list of event sources and will not be called again.

    -This function can be considered a thread-safe variant of g_idle_add_full(): +This function can be considered a thread-safe variant of g_idle_add_full(): it will call function while holding the Clutter lock. It is logically equivalent to the following implementation:

    @@ -1082,11 +1082,11 @@ equivalent to the following implementation: 31 32 33 -
    static gboolean
    +        
    static gboolean
     idle_safe_callback (gpointer data)
     {
        SafeClosure *closure = data;
    -   gboolean res = FALSE;
    +   gboolean res = FALSE;
     
        /* mark the critical section */
     
    @@ -1101,19 +1101,19 @@ equivalent to the following implementation:
     
        return res;
     }
    -static gulong
    +static gulong
     add_safe_idle (GSourceFunc callback,
                    gpointer    data)
     {
    -  SafeClosure *closure = g_new0 (SafeClosure, 1);
    +  SafeClosure *closure = g_new0 (SafeClosure, 1);
     
       closure->callback = callback;
       closure->data = data;
     
    -  return g_idle_add_full (G_PRIORITY_DEFAULT_IDLE,
    +  return g_idle_add_full (G_PRIORITY_DEFAULT_IDLE,
                               idle_safe_callback,
                               closure,
    -                          g_free)
    +                          g_free)
     }
    @@ -1163,7 +1163,7 @@ thread: 26 27 28
    -
    static gboolean
    +        
    static gboolean
     update_ui (gpointer data)
     {
       SomeClosure *closure = data;
    @@ -1175,22 +1175,22 @@ thread:
       clutter_label_set_text (CLUTTER_LABEL (closure->label),
                               closure->text);
     
    -  g_object_unref (closure->label);
    -  g_free (closure);
    +  g_object_unref (closure->label);
    +  g_free (closure);
     
    -  return FALSE;
    +  return FALSE;
     }
     
       /* within another thread */
    -  closure = g_new0 (SomeClosure, 1);
    +  closure = g_new0 (SomeClosure, 1);
       /* always take a reference on GObject instances */
    -  closure->label = g_object_ref (my_application->label);
    -  closure->text = g_strdup (processed_text_to_update_the_label);
    +  closure->label = g_object_ref (my_application->label);
    +  closure->text = g_strdup (processed_text_to_update_the_label);
     
    -  clutter_threads_add_idle_full (G_PRIORITY_HIGH_IDLE,
    +  clutter_threads_add_idle_full (G_PRIORITY_HIGH_IDLE,
                                      update_ui,
                                      closure,
    -                                 NULL);
    + NULL);
    @@ -1207,7 +1207,7 @@ Rename to: clutter_threads_add_idle

    priority :

    the priority of the timeout source. Typically this will be in the -range between G_PRIORITY_DEFAULT_IDLE and G_PRIORITY_HIGH_IDLE +range between G_PRIORITY_DEFAULT_IDLE and G_PRIORITY_HIGH_IDLE @@ -1233,9 +1233,9 @@ range between G_PRIORITY_DEFAULT_IDLE and

    clutter_threads_add_timeout ()

    -
    guint               clutter_threads_add_timeout         (guint interval,
    -                                                         GSourceFunc func,
    -                                                         gpointer data);
    +
    guint               clutter_threads_add_timeout         (guint interval,
    +                                                         GSourceFunc func,
    +                                                         gpointer data);

    Simple wrapper around clutter_threads_add_timeout_full().

    @@ -1265,15 +1265,15 @@ Simple wrapper around

    clutter_threads_add_timeout_full ()

    -
    guint               clutter_threads_add_timeout_full    (gint priority,
    -                                                         guint interval,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_threads_add_timeout_full    (gint priority,
    +                                                         guint interval,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Sets a function to be called at regular intervals holding the Clutter threads lock, with the given priority. The function is called repeatedly -until it returns FALSE, at which point the timeout is automatically +until it returns FALSE, at which point the timeout is automatically removed and the function will not be called again. The notify function is called when the timeout is removed.

    @@ -1297,7 +1297,7 @@ Rename to: clutter_threads_add_timeout

    priority :

    the priority of the timeout source. Typically this will be in the -range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH. +range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH.

    interval :

    @@ -1326,9 +1326,9 @@ range between G_PRIORITY_DEFAULT and

    clutter_threads_add_frame_source ()

    -
    guint               clutter_threads_add_frame_source    (guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data);
    +
    guint               clutter_threads_add_frame_source    (guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data);

    Warning

    clutter_threads_add_frame_source is deprecated and should not be used in newly-written code. 1.6

    @@ -1362,12 +1362,12 @@ Simple wrapper around

    clutter_threads_add_frame_source_full ()

    -
    guint               clutter_threads_add_frame_source_full
    -                                                        (gint priority,
    -                                                         guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_threads_add_frame_source_full
    +                                                        (gint priority,
    +                                                         guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Warning

    clutter_threads_add_frame_source_full is deprecated and should not be used in newly-written code. 1.6

    @@ -1375,7 +1375,7 @@ Simple wrapper around FALSE, at which point the timeout is automatically +until it returns FALSE, at which point the timeout is automatically removed and the function will not be called again. The notify function is called when the timeout is removed.

    @@ -1402,7 +1402,7 @@ Rename to: clutter_threads_add_frame_source

    priority :

    the priority of the frame source. Typically this will be in the -range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH. +range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH.

    fps :

    @@ -1431,15 +1431,15 @@ range between G_PRIORITY_DEFAULT and

    clutter_threads_add_repaint_func ()

    -
    guint               clutter_threads_add_repaint_func    (GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_threads_add_repaint_func    (GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Adds a function to be called whenever Clutter is processing a new frame.

    -If the function returns FALSE it is automatically removed from the +If the function returns FALSE it is automatically removed from the list of repaint functions and will not be called again.

    @@ -1460,7 +1460,7 @@ Adding a repaint function does not automatically ensure that a new frame will be queued.

    -When the repaint function is removed (either because it returned FALSE +When the repaint function is removed (either because it returned FALSE or because clutter_threads_remove_repaint_func() has been called) the notify function will be called, if any is set.

    @@ -1476,13 +1476,13 @@ See also: data :

    -data to be passed to the function, or
    NULL +data to be passed to the function, or NULL

    notify :

    function to be called when removing the repaint -function, or NULL +function, or NULL @@ -1535,17 +1535,17 @@ Flags to pass to

    clutter_threads_add_repaint_func_full ()

    -
    guint               clutter_threads_add_repaint_func_full
    +
    guint               clutter_threads_add_repaint_func_full
                                                             (ClutterRepaintFlags flags,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    + GSourceFunc func, + gpointer data, + GDestroyNotify notify);

    Adds a function to be called whenever Clutter is processing a new frame.

    -If the function returns FALSE it is automatically removed from the +If the function returns FALSE it is automatically removed from the list of repaint functions and will not be called again.

    @@ -1566,7 +1566,7 @@ Adding a repaint function does not automatically ensure that a new frame will be queued.

    -When the repaint function is removed (either because it returned FALSE +When the repaint function is removed (either because it returned FALSE or because clutter_threads_remove_repaint_func() has been called) the notify function will be called, if any is set.

    @@ -1583,13 +1583,13 @@ or because data :

    -data to be passed to the function, or
    NULL +data to be passed to the function, or NULL

    notify :

    function to be called when removing the repaint -function, or NULL +function, or NULL @@ -1605,7 +1605,7 @@ calling

    clutter_threads_remove_repaint_func ()

    -
    void                clutter_threads_remove_repaint_func (guint handle_id);
    +
    void                clutter_threads_remove_repaint_func (guint handle_id);

    Removes the repaint function with handle_id as its id

    @@ -1742,7 +1742,7 @@ Removes an existing grab of the pointer.

    clutter_grab_pointer_for_device ()

    void                clutter_grab_pointer_for_device     (ClutterActor *actor,
    -                                                         gint id_);
    + gint id_);

    Warning

    clutter_grab_pointer_for_device has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_input_device_grab() instead.

    @@ -1772,7 +1772,7 @@ If id is -1 then this function is equiva

    clutter_ungrab_pointer_for_device ()

    -
    void                clutter_ungrab_pointer_for_device   (gint id_);
    +
    void                clutter_ungrab_pointer_for_device   (gint id_);

    Warning

    clutter_ungrab_pointer_for_device has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_input_device_ungrab() instead.

    diff --git a/doc/reference/clutter/html/clutter-Implicit-Animations.html b/doc/reference/clutter/html/clutter-Implicit-Animations.html index ce9ee04..fd33561 100644 --- a/doc/reference/clutter/html/clutter-Implicit-Animations.html +++ b/doc/reference/clutter/html/clutter-Implicit-Animations.html @@ -50,17 +50,17 @@ struct ClutterAnimationMode; ClutterAnimation * clutter_animation_new (void); void clutter_animation_set_object (ClutterAnimation *animation, - GObject *object); -GObject * clutter_animation_get_object (ClutterAnimation *animation); + GObject *object); +GObject * clutter_animation_get_object (ClutterAnimation *animation); void clutter_animation_set_mode (ClutterAnimation *animation, - gulong mode); -gulong clutter_animation_get_mode (ClutterAnimation *animation); + gulong mode); +gulong clutter_animation_get_mode (ClutterAnimation *animation); void clutter_animation_set_duration (ClutterAnimation *animation, - guint msecs); -guint clutter_animation_get_duration (ClutterAnimation *animation); + guint msecs); +guint clutter_animation_get_duration (ClutterAnimation *animation); void clutter_animation_set_loop (ClutterAnimation *animation, - gboolean loop); -gboolean clutter_animation_get_loop (ClutterAnimation *animation); + gboolean loop); +gboolean clutter_animation_get_loop (ClutterAnimation *animation); void clutter_animation_set_timeline (ClutterAnimation *animation, ClutterTimeline *timeline); ClutterTimeline * clutter_animation_get_timeline (ClutterAnimation *animation); @@ -70,56 +70,56 @@ enum void clutter_animation_completed (ClutterAnimation *animation); ClutterAnimation * clutter_animation_bind (ClutterAnimation *animation, - const gchar *property_name, - const GValue *final); + const gchar *property_name, + const GValue *final); ClutterAnimation * clutter_animation_bind_interval (ClutterAnimation *animation, - const gchar *property_name, + const gchar *property_name, ClutterInterval *interval); ClutterAnimation * clutter_animation_update (ClutterAnimation *animation, - const gchar *property_name, - const GValue *final); + const gchar *property_name, + const GValue *final); void clutter_animation_update_interval (ClutterAnimation *animation, - const gchar *property_name, + const gchar *property_name, ClutterInterval *interval); -gboolean clutter_animation_has_property (ClutterAnimation *animation, - const gchar *property_name); +gboolean clutter_animation_has_property (ClutterAnimation *animation, + const gchar *property_name); void clutter_animation_unbind_property (ClutterAnimation *animation, - const gchar *property_name); + const gchar *property_name); ClutterInterval * clutter_animation_get_interval (ClutterAnimation *animation, - const gchar *property_name); + const gchar *property_name); ClutterAnimation * clutter_actor_animate (ClutterActor *actor, - gulong mode, - guint duration, - const gchar *first_property_name, + gulong mode, + guint duration, + const gchar *first_property_name, ...); ClutterAnimation * clutter_actor_animate_with_timeline (ClutterActor *actor, - gulong mode, + gulong mode, ClutterTimeline *timeline, - const gchar *first_property_name, + const gchar *first_property_name, ...); ClutterAnimation * clutter_actor_animate_with_alpha (ClutterActor *actor, ClutterAlpha *alpha, - const gchar *first_property_name, + const gchar *first_property_name, ...); ClutterAnimation * clutter_actor_animatev (ClutterActor *actor, - gulong mode, - guint duration, - gint n_properties, - const gchar * const properties[], - const GValue *values); + gulong mode, + guint duration, + gint n_properties, + const gchar * const properties[], + const GValue *values); ClutterAnimation * clutter_actor_animate_with_timelinev (ClutterActor *actor, - gulong mode, + gulong mode, ClutterTimeline *timeline, - gint n_properties, - const gchar * const properties[], - const GValue *values); + gint n_properties, + const gchar * const properties[], + const GValue *values); ClutterAnimation * clutter_actor_animate_with_alphav (ClutterActor *actor, ClutterAlpha *alpha, - gint n_properties, - const gchar * const properties[], - const GValue *values); + gint n_properties, + const gchar * const properties[], + const GValue *values); ClutterAnimation * clutter_actor_get_animation (ClutterActor *actor); void clutter_actor_detach_animation (ClutterActor *actor); @@ -127,7 +127,7 @@ enum

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterAnimation
     
    @@ -141,29 +141,29 @@ ClutterAnimation implements

    Properties

       "alpha"                    ClutterAlpha*         : Read / Write
    -  "duration"                 guint                 : Read / Write
    -  "loop"                     gboolean              : Read / Write
    -  "mode"                     gulong                : Read / Write
    -  "object"                   GObject*              : Read / Write
    +  "duration"                 guint                 : Read / Write
    +  "loop"                     gboolean              : Read / Write
    +  "mode"                     gulong                : Read / Write
    +  "object"                   GObject*              : Read / Write
       "timeline"                 ClutterTimeline*      : Read / Write
     

    Signals

    -  "completed"                                      : Run Last
    -  "started"                                        : Run Last
    +  "completed"                                      : Run Last
    +  "started"                                        : Run Last
     

    Description

    ClutterAnimation is an object providing simple, implicit animations -for GObjects. +for GObjects.

    -ClutterAnimation instances will bind one or more GObject properties -belonging to a GObject to a ClutterInterval, and will then use a +ClutterAnimation instances will bind one or more GObject properties +belonging to a GObject to a ClutterInterval, and will then use a ClutterAlpha to interpolate the property between the initial and final values of the interval.

    @@ -181,7 +181,7 @@ use ClutterAnimation will emit the "completed" signal when the ClutterTimeline used by the animation is completed; unlike ClutterTimeline, though, the "completed" will not be -emitted if "loop" is set to TRUE - that is, a looping +emitted if "loop" is set to TRUE - that is, a looping animation never completes.

    @@ -189,14 +189,14 @@ If your animation depends on user control you can force its completion using clutter_animation_completed().

    -If the GObject instance bound to a ClutterAnimation implements the +If the GObject instance bound to a ClutterAnimation implements the ClutterAnimatable interface it is possible for that instance to control the way the initial and final states are interpolated.

    ClutterAnimations are distinguished from ClutterBehaviours -because the former can only control GObject properties of a single -GObject instance, while the latter can control multiple properties +because the former can only control GObject properties of a single +GObject instance, while the latter can control multiple properties using accessor functions inside the ClutterBehaviour alpha_notify virtual function, and can control multiple ClutterActors as well. @@ -214,7 +214,7 @@ state and the specified final state.

    When defining a ClutterAnimation inside a ClutterScript file or string the "mode" can be defined either using the ClutterAnimationMode enumeration values through their - "nick" (the short string used inside GEnumValue), their numeric + "nick" (the short string used inside GEnumValue), their numeric id, or using the following strings:

    @@ -598,16 +598,16 @@ state and the specified final state. "Left click to tween\n" \ "Right click to change the easing mode" -static const gint n_easing_modes = G_N_ELEMENTS (easing_modes); +static const gint n_easing_modes = G_N_ELEMENTS (easing_modes);static gint current_mode = 0;static gint duration = 1; -static gboolean recenter = FALSE; +static gboolean recenter = FALSE; -static ClutterActor *main_stage = NULL; -static ClutterActor *easing_mode_label = NULL; +static ClutterActor *main_stage = NULL; +static ClutterActor *easing_mode_label = NULL; -static ClutterAnimation *last_animation = NULL; +static ClutterAnimation *last_animation = NULL;/* recenter_bouncer: * @@ -628,10 +628,10 @@ state and the specified final state. clutter_actor_animate (rectangle, cur_mode, 250, "x", base_x, "y", base_y, - NULL); + NULL);} -static gboolean +static gbooleanon_button_press (ClutterActor *actor, ClutterButtonEvent *event, ClutterActor *rectangle) @@ -646,13 +646,13 @@ state and the specified final state. : 0; /* update the text of the label */ - text = g_strdup_printf (HELP_TEXT, + text = g_strdup_printf (HELP_TEXT, easing_modes[current_mode].name, current_mode + 1, n_easing_modes); clutter_text_set_text (CLUTTER_TEXT (easing_mode_label), text); - g_free (text); + g_free (text); } else if (event->button == CLUTTER_BUTTON_PRIMARY) { @@ -666,24 +666,24 @@ state and the specified final state. clutter_actor_animate (rectangle, cur_mode, duration * 1000, "x", event->x, "y", event->y, - NULL); + NULL); /* if we were asked to, recenter the bouncer at the end of the * animation. we keep track of the animation to avoid connecting * the signal handler to the same Animation twice. */ if (recenter && last_animation != animation) - g_signal_connect_after (animation, "completed", - G_CALLBACK (recenter_bouncer), + g_signal_connect_after (animation, "completed", + G_CALLBACK (recenter_bouncer), rectangle); last_animation = animation; } - return TRUE; + return TRUE;} -static gboolean +static gbooleandraw_bouncer (ClutterCairoTexture *texture, cairo_t *cr){ @@ -694,11 +694,11 @@ state and the specified final state. clutter_cairo_texture_get_surface_size (texture, &width, &height); - radius = MAX (width, height); + radius = MAX (width, height); clutter_cairo_texture_clear (texture); - cairo_arc (cr, radius / 2, radius / 2, radius / 2, 0.0, 2.0 * G_PI); + cairo_arc (cr, radius / 2, radius / 2, radius / 2, 0.0, 2.0 * G_PI); bouncer_color = CLUTTER_COLOR_DarkScarletRed; @@ -722,7 +722,7 @@ state and the specified final state. cairo_pattern_destroy (pattern); - return TRUE; + return TRUE;}static ClutterActor * @@ -732,12 +732,12 @@ state and the specified final state. ClutterActor *retval; retval = clutter_cairo_texture_new (width, height); - g_signal_connect (retval, "draw", G_CALLBACK (draw_bouncer), NULL); + g_signal_connect (retval, "draw", G_CALLBACK (draw_bouncer), NULL); clutter_actor_set_name (retval, "bouncer"); clutter_actor_set_size (retval, width, height); clutter_actor_set_anchor_point (retval, width / 2, height / 2); - clutter_actor_set_reactive (retval, TRUE); + clutter_actor_set_reactive (retval, TRUE); /* make sure we draw the bouncer immediately */ clutter_cairo_texture_invalidate (CLUTTER_CAIRO_TEXTURE (retval)); @@ -749,40 +749,40 @@ state and the specified final state. { "re-center", 'r', 0, - G_OPTION_ARG_NONE, &recenter, + G_OPTION_ARG_NONE, &recenter, "Re-center the actor when the animation ends", - NULL + NULL }, { "duration", 'd', 0, - G_OPTION_ARG_INT, &duration, + G_OPTION_ARG_INT, &duration, "Duration of the animation", "SECONDS" }, - { NULL } + { NULL }}; -G_MODULE_EXPORT int +G_MODULE_EXPORT inttest_easing_main (int argc, char *argv[]){ ClutterActor *stage, *rect, *label; gchar *text; gfloat stage_width, stage_height; - GError *error = NULL; + GError *error = NULL; if (clutter_init_with_args (&argc, &argv, - NULL, + NULL, test_easing_entries, - NULL, + NULL, &error) != CLUTTER_INIT_SUCCESS) return 1; stage = clutter_stage_new (); clutter_stage_set_title (CLUTTER_STAGE (stage), "Easing Modes"); clutter_actor_set_background_color (stage, CLUTTER_COLOR_LightSkyBlue); - g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); + g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL); main_stage = stage; clutter_actor_get_size (stage, &stage_width, &stage_height); @@ -792,7 +792,7 @@ state and the specified final state. clutter_container_add_actor (CLUTTER_CONTAINER (stage), rect); clutter_actor_set_position (rect, stage_width / 2, stage_height / 2); - text = g_strdup_printf (HELP_TEXT, + text = g_strdup_printf (HELP_TEXT, easing_modes[current_mode].name, current_mode + 1, n_easing_modes); @@ -804,10 +804,10 @@ state and the specified final state. clutter_actor_add_constraint (label, clutter_align_constraint_new (stage, CLUTTER_ALIGN_Y_AXIS, 0.95)); easing_mode_label = label; - g_free (text); + g_free (text); - g_signal_connect (stage, - "button-press-event", G_CALLBACK (on_button_press), + g_signal_connect (stage, + "button-press-event", G_CALLBACK (on_button_press), rect); clutter_actor_show (stage); @@ -817,7 +817,7 @@ state and the specified final state. return EXIT_SUCCESS;} -G_MODULE_EXPORT const char * +G_MODULE_EXPORT const char *test_easing_describe (void){ return "Visualize all easing modes provided by Clutter"; @@ -1144,7 +1144,7 @@ or ClutterAnimation * clutter_animation_new (void);

    Creates a new ClutterAnimation instance. You should set the -GObject to be animated using clutter_animation_set_object(), +GObject to be animated using clutter_animation_set_object(), set the duration with clutter_animation_set_duration() and the easing mode using clutter_animation_set_mode().

    @@ -1163,7 +1163,7 @@ those functions instead of manually creating an animation. -

    Returns :

    the newly created ClutterAnimation. Use g_object_unref() +the newly created ClutterAnimation. Use g_object_unref() to release the associated resources
    @@ -1173,7 +1173,7 @@ to release the associated resources

    clutter_animation_set_object ()

    void                clutter_animation_set_object        (ClutterAnimation *animation,
    -                                                         GObject *object);
    + GObject *object);

    Attaches animation to object. The ClutterAnimation will take a reference on object. @@ -1188,7 +1188,7 @@ reference on object.

    object :

    -a GObject +a GObject @@ -1198,9 +1198,9 @@ reference on object.

    clutter_animation_get_object ()

    -
    GObject *           clutter_animation_get_object        (ClutterAnimation *animation);
    +
    GObject *           clutter_animation_get_object        (ClutterAnimation *animation);

    -Retrieves the GObject attached to animation. +Retrieves the GObject attached to animation.

    @@ -1212,7 +1212,7 @@ Retrieves the GObject attached to Returns :

    -
    @@ -1223,7 +1223,7 @@ Retrieves the GObject attached to

    clutter_animation_set_mode ()

    void                clutter_animation_set_mode          (ClutterAnimation *animation,
    -                                                         gulong mode);
    + gulong mode);

    Sets the animation mode of animation. The animation mode is a logical id, either coming from the ClutterAnimationMode enumeration @@ -1251,7 +1251,7 @@ This function will also set

    clutter_animation_get_mode ()

    -
    gulong              clutter_animation_get_mode          (ClutterAnimation *animation);
    +
    gulong              clutter_animation_get_mode          (ClutterAnimation *animation);

    Retrieves the animation mode of animation, as set by clutter_animation_set_mode(). @@ -1276,7 +1276,7 @@ Retrieves the animation mode of animation

    clutter_animation_set_duration ()

    void                clutter_animation_set_duration      (ClutterAnimation *animation,
    -                                                         guint msecs);
    + guint msecs);

    Sets the duration of animation in milliseconds.

    @@ -1303,7 +1303,7 @@ This function will set

    clutter_animation_get_duration ()

    -
    guint               clutter_animation_get_duration      (ClutterAnimation *animation);
    +
    guint               clutter_animation_get_duration      (ClutterAnimation *animation);

    Retrieves the duration of animation, in milliseconds.

    @@ -1327,7 +1327,7 @@ Retrieves the duration of animation, in

    clutter_animation_set_loop ()

    void                clutter_animation_set_loop          (ClutterAnimation *animation,
    -                                                         gboolean loop);
    + gboolean loop);

    Sets whether animation should loop over itself once finished.

    @@ -1350,7 +1350,7 @@ This function will set loop :

    +TRUE if the animation should loop
    a GObject. [transfer none] +a GObject. [transfer none]
    -TRUE if the animation should loop
    @@ -1359,7 +1359,7 @@ This function will set

    clutter_animation_get_loop ()

    -
    gboolean            clutter_animation_get_loop          (ClutterAnimation *animation);
    +
    gboolean            clutter_animation_get_loop          (ClutterAnimation *animation);

    Retrieves whether animation is looping.

    @@ -1374,7 +1374,7 @@ Retrieves whether animation is looping.

    Returns :

    -TRUE if the animation is looping +TRUE if the animation is looping
    @@ -1401,7 +1401,7 @@ This function will take a reference on the passed ti

    timeline :

    -a ClutterTimeline, or NULL to unset the +a ClutterTimeline, or NULL to unset the current ClutterTimeline. [allow-none] @@ -1447,7 +1447,7 @@ Retrieves the alpha
    as the ClutterAlpha used by animation.

    -If alpha is not NULL, the ClutterAnimation will take ownership +If alpha is not NULL, the ClutterAnimation will take ownership of the ClutterAlpha instance.

    @@ -1460,7 +1460,7 @@ of the - @@ -1507,7 +1507,7 @@ Emits the ::completed signal on animationClutterAnimation created by the clutter_actor_animate() family of functions, animation will be unreferenced and it will not be valid anymore, -unless g_object_ref() was called before calling this function +unless g_object_ref() was called before calling this function or unless a reference was taken inside a handler for the "completed" signal

    @@ -1525,8 +1525,8 @@ or unless a reference was taken inside a handler for the

    clutter_animation_bind ()

    ClutterAnimation *  clutter_animation_bind              (ClutterAnimation *animation,
    -                                                         const gchar *property_name,
    -                                                         const GValue *final);
    + const gchar *property_name, + const GValue *final);

    Adds a single property with name property_name to the animation animation. For more information about animations, @@ -1565,10 +1565,10 @@ calls convenient in language bindings.

    clutter_animation_bind_interval ()

    ClutterAnimation *  clutter_animation_bind_interval     (ClutterAnimation *animation,
    -                                                         const gchar *property_name,
    +                                                         const gchar *property_name,
                                                              ClutterInterval *interval);

    -Binds interval to the property_name of the GObject +Binds interval to the property_name of the GObject attached to animation. The ClutterAnimation will take ownership of the passed ClutterInterval. For more information about animations, see clutter_actor_animate(). @@ -1607,8 +1607,8 @@ If you need to update the interval instance use

    clutter_animation_update ()

    ClutterAnimation *  clutter_animation_update            (ClutterAnimation *animation,
    -                                                         const gchar *property_name,
    -                                                         const GValue *final);
    + const gchar *property_name, + const GValue *final);

    Updates the final value of the interval for property_name

    @@ -1641,7 +1641,7 @@ Updates the final value of the interval

    clutter_animation_update_interval ()

    void                clutter_animation_update_interval   (ClutterAnimation *animation,
    -                                                         const gchar *property_name,
    +                                                         const gchar *property_name,
                                                              ClutterInterval *interval);

    Changes the interval for property_name. The ClutterAnimation @@ -1671,8 +1671,8 @@ will take ownership of the passed

    clutter_animation_has_property ()

    -
    gboolean            clutter_animation_has_property      (ClutterAnimation *animation,
    -                                                         const gchar *property_name);
    +
    gboolean            clutter_animation_has_property      (ClutterAnimation *animation,
    +                                                         const gchar *property_name);

    Checks whether animation is controlling property_name.

    @@ -1691,8 +1691,8 @@ Checks whether animation is controlling
    +TRUE if the property is animated by the +ClutterAnimation, FALSE otherwise

    alpha :

    a ClutterAlpha, or NULL to unset the current ClutterAlpha +a ClutterAlpha, or NULL to unset the current ClutterAlpha

    Returns :

    -TRUE if the property is animated by the -ClutterAnimation, FALSE otherwise
    @@ -1702,7 +1702,7 @@ Checks whether animation is controlling

    clutter_animation_unbind_property ()

    void                clutter_animation_unbind_property   (ClutterAnimation *animation,
    -                                                         const gchar *property_name);
    + const gchar *property_name);

    Removes property_name from the list of animated properties.

    @@ -1726,7 +1726,7 @@ Removes property_name from the list of a

    clutter_animation_get_interval ()

    ClutterInterval *   clutter_animation_get_interval      (ClutterAnimation *animation,
    -                                                         const gchar *property_name);
    + const gchar *property_name);

    Retrieves the ClutterInterval associated to property_name inside animation. @@ -1745,7 +1745,7 @@ inside animation.

    Returns :

    -a ClutterInterval or NULL if no +a ClutterInterval or NULL if no property with the same name was found. The returned interval is owned by the ClutterAnimation and should not be unreferenced. [transfer none] @@ -1758,9 +1758,9 @@ owned by the

    clutter_actor_animate ()

    ClutterAnimation *  clutter_actor_animate               (ClutterActor *actor,
    -                                                         gulong mode,
    -                                                         guint duration,
    -                                                         const gchar *first_property_name,
    +                                                         gulong mode,
    +                                                         guint duration,
    +                                                         const gchar *first_property_name,
                                                              ...);

    Animates the given list of properties of actor between the current @@ -1783,7 +1783,7 @@ For example, this:

    clutter_actor_animate (rectangle, CLUTTER_LINEAR, 250,
                            "width", 100.0,
                            "height", 100.0,
    -                       NULL);
    + NULL); @@ -1818,7 +1818,7 @@ by the "fixed::" string, for instance:
    clutter_actor_animate (actor, CLUTTER_EASE_IN_SINE, 100,
                            "rotation-angle-z", 360.0,
                            "fixed::rotation-center-z", &center,
    -                       NULL);
    + NULL); @@ -1870,7 +1870,7 @@ the clutter_actor_animate (actor, CLUTTER_EASE_IN_CUBIC, 100, "opacity", 0, "signal::completed", on_animation_completed, actor, - NULL); + NULL); @@ -1898,7 +1898,7 @@ or, to automatically destroy an actor at the end of the animation: "signal-swapped-after::completed", clutter_actor_destroy, actor, - NULL); + NULL); @@ -1907,14 +1907,14 @@ or, to automatically destroy an actor at the end of the animation:

    -The "signal::" modifier is the equivalent of using g_signal_connect(); +The "signal::" modifier is the equivalent of using g_signal_connect(); the "signal-after::" modifier is the equivalent of using -g_signal_connect_after() or g_signal_connect_data() with the -G_CONNECT_AFTER; the "signal-swapped::" modifier is the equivalent -of using g_signal_connect_swapped() or g_signal_connect_data() with the -G_CONNECT_SWAPPED flah; finally, the "signal-swapped-after::" modifier -is the equivalent of using g_signal_connect_data() with both the -G_CONNECT_AFTER and G_CONNECT_SWAPPED flags. The clutter_actor_animate() +g_signal_connect_after() or g_signal_connect_data() with the +G_CONNECT_AFTER; the "signal-swapped::" modifier is the equivalent +of using g_signal_connect_swapped() or g_signal_connect_data() with the +G_CONNECT_SWAPPED flah; finally, the "signal-swapped-after::" modifier +is the equivalent of using g_signal_connect_data() with both the +G_CONNECT_AFTER and G_CONNECT_SWAPPED flags. The clutter_actor_animate() function will not keep track of multiple connections to the same signal, so it is your responsability to avoid them when calling clutter_actor_animate() multiple times on the same actor. @@ -1942,12 +1942,12 @@ the new easing mode and the new duration - that is, this code:

    clutter_actor_animate (actor, CLUTTER_LINEAR, 250,
                            "width", 100.0,
                            "height", 100.0,
    -                       NULL);
    +                       NULL);
     clutter_actor_animate (actor, CLUTTER_EASE_IN_CUBIC, 500,
                            "x", 100.0,
                            "y", 100.0,
                            "width", 200.0,
    -                       NULL);
    + NULL); @@ -1975,7 +1975,7 @@ is the equivalent of: "y", 100.0, "width", 200.0, "height", 100.0, - NULL); + NULL); @@ -1997,7 +1997,7 @@ is guaranteed to be valid throughout the clutter_actor_animate() on the same actor from within the "completed" signal handler unless you use -g_signal_connect_after() to connect the callback function, for instance: +g_signal_connect_after() to connect the callback function, for instance:

    @@ -2031,16 +2031,16 @@ using clutter_actor_animate (actor, CLUTTER_EASE_OUT_CUBIC, 250, "x", 500.0, "y", 500.0, - NULL); + NULL); } ... animation = clutter_actor_animate (actor, CLUTTER_EASE_IN_CUBIC, 250, "x", 100.0, "y", 100.0, - NULL); - g_signal_connect (animation, "completed", - G_CALLBACK (on_animation_completed), + NULL); + g_signal_connect (animation, "completed", + G_CALLBACK (on_animation_completed), actor); ... @@ -2072,14 +2072,14 @@ using ... :

    -a
    NULL terminated list of property names and +a NULL terminated list of property names and property values

    Returns :

    a ClutterAnimation object. The object is owned by the ClutterActor and should not be unreferenced with -g_object_unref(). [transfer none] +g_object_unref(). [transfer none] @@ -2090,9 +2090,9 @@ owned by the

    clutter_actor_animate_with_timeline ()

    ClutterAnimation *  clutter_actor_animate_with_timeline (ClutterActor *actor,
    -                                                         gulong mode,
    +                                                         gulong mode,
                                                              ClutterTimeline *timeline,
    -                                                         const gchar *first_property_name,
    +                                                         const gchar *first_property_name,
                                                              ...);

    Animates the given list of properties of actor between the current @@ -2129,14 +2129,14 @@ to animate actor.

    ... :

    -a NULL terminated list of property names and +a NULL terminated list of property names and property values

    Returns :

    a ClutterAnimation object. The object is owned by the ClutterActor and should not be unreferenced with -g_object_unref(). [transfer none] +g_object_unref(). [transfer none] @@ -2148,7 +2148,7 @@ owned by the

    clutter_actor_animate_with_alpha ()

    ClutterAnimation *  clutter_actor_animate_with_alpha    (ClutterActor *actor,
                                                              ClutterAlpha *alpha,
    -                                                         const gchar *first_property_name,
    +                                                         const gchar *first_property_name,
                                                              ...);

    Warning

    @@ -2185,13 +2185,13 @@ to animate actor.

    ... :

    -a NULL terminated list of property names and +a NULL terminated list of property names and property values

    Returns :

    a ClutterAnimation object. The object is owned by the -ClutterActor and should not be unreferenced with g_object_unref(). [transfer none] +ClutterActor and should not be unreferenced with g_object_unref(). [transfer none] @@ -2202,11 +2202,11 @@ property values

    clutter_actor_animatev ()

    ClutterAnimation *  clutter_actor_animatev              (ClutterActor *actor,
    -                                                         gulong mode,
    -                                                         guint duration,
    -                                                         gint n_properties,
    -                                                         const gchar * const properties[],
    -                                                         const GValue *values);
    + gulong mode, + guint duration, + gint n_properties, + const gchar * const properties[], + const GValue *values);

    Animates the given list of properties of actor between the current value for each property and a new final value. The animation has a @@ -2259,7 +2259,7 @@ property values to set. [Returns :

    a ClutterAnimation object. The object is owned by the ClutterActor and should not be unreferenced with -g_object_unref(). [transfer none] +g_object_unref(). [transfer none] @@ -2271,11 +2271,11 @@ owned by the

    clutter_actor_animate_with_timelinev ()

    ClutterAnimation *  clutter_actor_animate_with_timelinev
                                                             (ClutterActor *actor,
    -                                                         gulong mode,
    +                                                         gulong mode,
                                                              ClutterTimeline *timeline,
    -                                                         gint n_properties,
    -                                                         const gchar * const properties[],
    -                                                         const GValue *values);
    + gint n_properties, + const gchar * const properties[], + const GValue *values);

    Animates the given list of properties of actor between the current value for each property and a new final value. The animation has a @@ -2336,7 +2336,7 @@ property values to set. [Returns :

    a ClutterAnimation object. The object is owned by the ClutterActor and should not be unreferenced with -g_object_unref(). [transfer none] +g_object_unref(). [transfer none] @@ -2348,9 +2348,9 @@ owned by the

    clutter_actor_animate_with_alphav ()

    ClutterAnimation *  clutter_actor_animate_with_alphav   (ClutterActor *actor,
                                                              ClutterAlpha *alpha,
    -                                                         gint n_properties,
    -                                                         const gchar * const properties[],
    -                                                         const GValue *values);
    + gint n_properties, + const gchar * const properties[], + const GValue *values);

    Warning

    clutter_actor_animate_with_alphav has been deprecated since version 1.10 and should not be used in newly-written code. Use clutter_actor_animate_with_timelinev() instead

    @@ -2410,7 +2410,7 @@ property values to set. [Returns :

    a ClutterAnimation object. The object is owned by the -ClutterActor and should not be unreferenced with g_object_unref(). [transfer none] +ClutterActor and should not be unreferenced with g_object_unref(). [transfer none] @@ -2435,7 +2435,7 @@ has been called on actor.

    Returns :

    -a ClutterAnimation, or NULL. [transfer none] +a ClutterAnimation, or NULL. [transfer none] @@ -2486,7 +2486,7 @@ The

    The "duration" property

    -
      "duration"                 guint                 : Read / Write
    +
      "duration"                 guint                 : Read / Write

    The duration of the animation, expressed in milliseconds.

    @@ -2496,7 +2496,7 @@ The duration of the animation, expressed in milliseconds.

    The "loop" property

    -
      "loop"                     gboolean              : Read / Write
    +
      "loop"                     gboolean              : Read / Write

    Whether the animation should loop.

    @@ -2506,7 +2506,7 @@ Whether the animation should loop.

    The "mode" property

    -
      "mode"                     gulong                : Read / Write
    +
      "mode"                     gulong                : Read / Write

    The animation mode, either a value from ClutterAnimationMode or a value returned by clutter_alpha_register_func(). The @@ -2517,9 +2517,9 @@ default value is

    The "object" property

    -
      "object"                   GObject*              : Read / Write
    +
      "object"                   GObject*              : Read / Write

    -The GObject to which the animation applies. +The GObject to which the animation applies.

    Since 1.0

    @@ -2538,7 +2538,7 @@ The

    The "completed" signal

    void                user_function                      (ClutterAnimation *animation,
    -                                                        gpointer          user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::completed signal is emitted once the animation has been completed. @@ -2566,7 +2566,7 @@ duration of the signal emission chain.

    The "started" signal

    void                user_function                      (ClutterAnimation *animation,
    -                                                        gpointer          user_data)      : Run Last
    + gpointer user_data) : Run Last

    The ::started signal is emitted once the animation has been started diff --git a/doc/reference/clutter/html/clutter-Key-Bindings.html b/doc/reference/clutter/html/clutter-Key-Bindings.html index 58aefc7..9ccfb7e 100644 --- a/doc/reference/clutter/html/clutter-Key-Bindings.html +++ b/doc/reference/clutter/html/clutter-Key-Bindings.html @@ -42,68 +42,68 @@

    Synopsis

                        ClutterBindingPool;
    -gboolean            (*ClutterBindingActionFunc)         (GObject *gobject,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +gboolean            (*ClutterBindingActionFunc)         (GObject *gobject,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);
     
    -ClutterBindingPool * clutter_binding_pool_new           (const gchar *name);
    -ClutterBindingPool * clutter_binding_pool_get_for_class (gpointer klass);
    -ClutterBindingPool * clutter_binding_pool_find          (const gchar *name);
    +ClutterBindingPool * clutter_binding_pool_new           (const gchar *name);
    +ClutterBindingPool * clutter_binding_pool_get_for_class (gpointer klass);
    +ClutterBindingPool * clutter_binding_pool_find          (const gchar *name);
     
     void                clutter_binding_pool_install_action (ClutterBindingPool *pool,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GCallback callback,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +                                                         GCallback callback,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);
     void                clutter_binding_pool_install_closure
                                                             (ClutterBindingPool *pool,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GClosure *closure);
    +                                                         GClosure *closure);
     void                clutter_binding_pool_override_action
                                                             (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GCallback callback,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +                                                         GCallback callback,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);
     void                clutter_binding_pool_override_closure
                                                             (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GClosure *closure);
    -const gchar *       clutter_binding_pool_find_action    (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         GClosure *closure);
    +const gchar *       clutter_binding_pool_find_action    (ClutterBindingPool *pool,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);
     void                clutter_binding_pool_remove_action  (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);
     void                clutter_binding_pool_block_action   (ClutterBindingPool *pool,
    -                                                         const gchar *action_name);
    +                                                         const gchar *action_name);
     void                clutter_binding_pool_unblock_action (ClutterBindingPool *pool,
    -                                                         const gchar *action_name);
    +                                                         const gchar *action_name);
     
    -gboolean            clutter_binding_pool_activate       (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +gboolean            clutter_binding_pool_activate       (ClutterBindingPool *pool,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GObject *gobject);
    +                                                         GObject *gobject);
     

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterBindingPool
     

    Properties

    -  "name"                     gchar*                : Read / Write / Construct Only
    +  "name"                     gchar*                : Read / Write / Construct Only
     
    @@ -155,12 +155,12 @@ like this: clutter_binding_pool_install_action (binding_pool, "move-up", CLUTTER_Up, 0, - G_CALLBACK (foo_action_move_up), - NULL, NULL); + G_CALLBACK (foo_action_move_up), + NULL, NULL); clutter_binding_pool_install_action (binding_pool, "move-up", CLUTTER_KP_Up, 0, - G_CALLBACK (foo_action_move_up), - NULL, NULL); + G_CALLBACK (foo_action_move_up), + NULL, NULL); } @@ -183,7 +183,7 @@ The callback has a signature of: 3 4 5 -
    gboolean (* callback) (GObject             *instance,
    +        
    gboolean (* callback) (GObject             *instance,
                            const gchar         *action_name,
                            guint                key_val,
                            ClutterModifierType  modifiers,
    @@ -222,7 +222,7 @@ to one of the actions:
             
    ClutterBindingPool *pool;
     
     /* retrieve the binding pool for the type of the actor */
    -pool = clutter_binding_pool_find (G_OBJECT_TYPE_NAME (actor));
    +pool = clutter_binding_pool_find (G_OBJECT_TYPE_NAME (actor));
     
     /* activate any callback matching the key symbol and modifiers
      * mask of the key event. the returned value can be directly
    @@ -231,7 +231,7 @@ to one of the actions:
     return clutter_binding_pool_activate (pool,
                                           key_event->keyval,
                                           key_event->modifier_state,
    -                                      G_OBJECT (actor));
    + G_OBJECT (actor));
    @@ -240,10 +240,10 @@ to one of the actions:

    -The clutter_binding_pool_activate() function will return FALSE if +The clutter_binding_pool_activate() function will return FALSE if no action for the given key binding was found, if the action was blocked (using clutter_binding_pool_block_action()) or if the -key binding handler returned FALSE. +key binding handler returned FALSE.

    ClutterBindingPool is available since Clutter 1.0 @@ -263,9 +263,9 @@ private.


    ClutterBindingActionFunc ()

    -
    gboolean            (*ClutterBindingActionFunc)         (GObject *gobject,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +
    gboolean            (*ClutterBindingActionFunc)         (GObject *gobject,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);

    The prototype for the callback function registered with @@ -277,7 +277,7 @@ The prototype for the callback function registered with

    gobject :

    -a GObject +a GObject @@ -294,8 +294,8 @@ The prototype for the callback function registered with

    Returns :

    -the function should return TRUE if the key -binding has been handled, and return FALSE otherwise +the function should return TRUE if the key +binding has been handled, and return FALSE otherwise
    @@ -304,7 +304,7 @@ binding has been handled, and return FALSE otherwis

    clutter_binding_pool_new ()

    -
    ClutterBindingPool * clutter_binding_pool_new           (const gchar *name);
    +
    ClutterBindingPool * clutter_binding_pool_new           (const gchar *name);

    Creates a new ClutterBindingPool that can be used to store key bindings for an actor. The name must be a unique identifier @@ -321,7 +321,7 @@ be able to return the correct binding pool.

    Returns :

    the newly created binding pool with the given -name. Use g_object_unref() when done. +name. Use g_object_unref() when done.
    @@ -330,9 +330,9 @@ name. Use g_object_unref() when done.

    clutter_binding_pool_get_for_class ()

    -
    ClutterBindingPool * clutter_binding_pool_get_for_class (gpointer klass);
    +
    ClutterBindingPool * clutter_binding_pool_get_for_class (gpointer klass);

    -Retrieves the ClutterBindingPool for the given GObject class +Retrieves the ClutterBindingPool for the given GObject class and, eventually, creates it. This function is a wrapper around clutter_binding_pool_new() and uses the class type name as the unique name for the binding pool. @@ -352,7 +352,7 @@ A binding pool for a class can also be retrieved using

    1
    -
    pool = clutter_binding_pool_find (G_OBJECT_TYPE_NAME (instance));
    +
    pool = clutter_binding_pool_find (G_OBJECT_TYPE_NAME (instance));
    @@ -365,7 +365,7 @@ A binding pool for a class can also be retrieved using

    klass :

    -a GObjectClass pointer +a GObjectClass pointer

    Returns :

    @@ -381,7 +381,7 @@ be freed directly. [

    clutter_binding_pool_find ()

    -
    ClutterBindingPool * clutter_binding_pool_find          (const gchar *name);
    +
    ClutterBindingPool * clutter_binding_pool_find          (const gchar *name);

    Finds the ClutterBindingPool with name.

    @@ -394,7 +394,7 @@ Finds the

    Returns :

    -a pointer to the
    ClutterBindingPool, or NULL. [transfer none] +a pointer to the ClutterBindingPool, or NULL. [transfer none] @@ -405,12 +405,12 @@ Finds the

    clutter_binding_pool_install_action ()

    void                clutter_binding_pool_install_action (ClutterBindingPool *pool,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GCallback callback,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    + GCallback callback, + gpointer data, + GDestroyNotify notify);

    Installs a new action inside a ClutterBindingPool. The action is bound to key_val and modifiers. @@ -470,12 +470,12 @@ from the pool

    clutter_binding_pool_install_closure ()

    void                clutter_binding_pool_install_closure
                                                             (ClutterBindingPool *pool,
    -                                                         const gchar *action_name,
    -                                                         guint key_val,
    +                                                         const gchar *action_name,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GClosure *closure);
    + GClosure *closure);

    -A GClosure variant of clutter_binding_pool_install_action(). +A GClosure variant of clutter_binding_pool_install_action().

    Installs a new action inside a ClutterBindingPool. The action @@ -515,7 +515,7 @@ and then unblocked using closure :

    -a GClosure +a GClosure @@ -527,11 +527,11 @@ and then unblocked using

    clutter_binding_pool_override_action ()

    void                clutter_binding_pool_override_action
                                                             (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GCallback callback,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    + GCallback callback, + gpointer data, + GDestroyNotify notify);

    Allows overriding the action for key_val and modifiers inside a ClutterBindingPool. See clutter_binding_pool_install_action(). @@ -583,11 +583,11 @@ from the pool

    clutter_binding_pool_override_closure ()

    void                clutter_binding_pool_override_closure
                                                             (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GClosure *closure);
    + GClosure *closure);

    -A GClosure variant of clutter_binding_pool_override_action(). +A GClosure variant of clutter_binding_pool_override_action().

    Allows overriding the action for key_val and modifiers inside a @@ -619,7 +619,7 @@ and then unblocked using closure :

    -a GClosure +a GClosure @@ -629,8 +629,8 @@ and then unblocked using

    clutter_binding_pool_find_action ()

    -
    const gchar *       clutter_binding_pool_find_action    (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +
    const gchar *       clutter_binding_pool_find_action    (ClutterBindingPool *pool,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);

    Retrieves the name of the action matching the given key symbol @@ -654,7 +654,7 @@ and modifiers bitmask.

    Returns :

    -the name of the action, if found, or NULL. The +the name of the action, if found, or NULL. The returned string is owned by the binding pool and should never be modified or freed @@ -666,7 +666,7 @@ be modified or freed

    clutter_binding_pool_remove_action ()

    void                clutter_binding_pool_remove_action  (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers);

    Removes the action matching the given key_val, modifiers pair, @@ -696,7 +696,7 @@ if any exists.

    clutter_binding_pool_block_action ()

    void                clutter_binding_pool_block_action   (ClutterBindingPool *pool,
    -                                                         const gchar *action_name);
    + const gchar *action_name);

    Blocks all the actions with name action_name inside pool.

    @@ -720,7 +720,7 @@ Blocks all the actions with name action_name<

    clutter_binding_pool_unblock_action ()

    void                clutter_binding_pool_unblock_action (ClutterBindingPool *pool,
    -                                                         const gchar *action_name);
    + const gchar *action_name);

    Unblockes all the actions with name action_name inside pool.

    @@ -748,10 +748,10 @@ an action previously blocked with

    clutter_binding_pool_activate ()

    -
    gboolean            clutter_binding_pool_activate       (ClutterBindingPool *pool,
    -                                                         guint key_val,
    +
    gboolean            clutter_binding_pool_activate       (ClutterBindingPool *pool,
    +                                                         guint key_val,
                                                              ClutterModifierType modifiers,
    -                                                         GObject *gobject);
    + GObject *gobject);

    Activates the callback associated to the action that is bound to the key_val and modifiers pair. @@ -783,14 +783,14 @@ The callback has the following signature:

    -Where the GObject instance is gobject and the user data +Where the GObject instance is gobject and the user data is the one passed when installing the action with clutter_binding_pool_install_action().

    If the action bound to the key_val, modifiers pair has been blocked using clutter_binding_pool_block_action(), the callback -will not be invoked, and this function will return FALSE. +will not be invoked, and this function will return FALSE.

    @@ -810,13 +810,13 @@ will not be invoked, and this function will return FALSE - +TRUE if an action was found and was activated

    gobject :

    a GObject +a GObject

    Returns :

    -TRUE if an action was found and was activated
    @@ -827,7 +827,7 @@ will not be invoked, and this function will return FALSE

    Property Details

    The "name" property

    -
      "name"                     gchar*                : Read / Write / Construct Only
    +
      "name"                     gchar*                : Read / Write / Construct Only

    The unique name of the ClutterBindingPool.

    diff --git a/doc/reference/clutter/html/clutter-Paint-Nodes.html b/doc/reference/clutter/html/clutter-Paint-Nodes.html index 80e9b7d..f23ff75 100644 --- a/doc/reference/clutter/html/clutter-Paint-Nodes.html +++ b/doc/reference/clutter/html/clutter-Paint-Nodes.html @@ -54,7 +54,7 @@ ClutterTextNode; ClutterTextNodeClass; -ClutterPaintNode * clutter_text_node_new (PangoLayout *layout, +ClutterPaintNode * clutter_text_node_new (PangoLayout *layout, const ClutterColor *color); ClutterClipNode; @@ -84,6 +84,11 @@ type whose members cannot be directly accessed.

    ClutterColorNodeClass

    typedef struct _ClutterColorNodeClass ClutterColorNodeClass;
    +

    +The ClutterColorNodeClass structure is an +opaque type whose members cannot be directly accessed. +

    +

    Since 1.10


    @@ -98,7 +103,7 @@ fill using color.

    color :

    -the color to paint, or NULL. [allow-none] +the color to paint, or NULL. [allow-none] @@ -125,6 +130,11 @@ type whose members cannot be directly accessed.

    ClutterTextureNodeClass

    typedef struct _ClutterTextureNodeClass ClutterTextureNodeClass;
    +

    +The ClutterTextureNodeClass structure is an +opaque type whose members cannot be directly accessed. +

    +

    Since 1.10


    @@ -185,6 +195,11 @@ type whose members cannot be directly accessed.

    ClutterPipelineNodeClass

    typedef struct _ClutterPipelineNodeClass ClutterPipelineNodeClass;
    +

    +The ClutterPipelineNodeClass structure is an opaque +type whose members cannot be directly accessed. +

    +

    Since 1.10


    @@ -203,7 +218,7 @@ so it is safe to call cogl_object_unref() when it

    pipeline :

    -a Cogl pipeline state object, or NULL. [allow-none] +a Cogl pipeline state object, or NULL. [allow-none] @@ -230,32 +245,37 @@ type whose members cannot be directly accessed.

    ClutterTextNodeClass

    typedef struct _ClutterTextNodeClass ClutterTextNodeClass;
    +

    +The ClutterTextNodeClass structure is an opaque +type whose contents cannot be directly accessed. +

    +

    Since 1.10


    clutter_text_node_new ()

    -
    ClutterPaintNode *  clutter_text_node_new               (PangoLayout *layout,
    +
    ClutterPaintNode *  clutter_text_node_new               (PangoLayout *layout,
                                                              const ClutterColor *color);

    -Creates a new ClutterPaintNode that will paint a PangoLayout +Creates a new ClutterPaintNode that will paint a PangoLayout with the given color.

    This function takes a reference on the passed layout, so it -is safe to call g_object_unref() after it returns. +is safe to call g_object_unref() after it returns.

    - @@ -282,6 +302,11 @@ type whose members cannot be directly accessed.

    ClutterClipNodeClass

    typedef struct _ClutterClipNodeClass ClutterClipNodeClass;
    +

    +The ClutterClipNodeClass structure is an opaque +type whose members cannot be directly accessed. +

    +

    Since 1.10


    diff --git a/doc/reference/clutter/html/clutter-Shaders.html b/doc/reference/clutter/html/clutter-Shaders.html index ce5a008..42c038e 100644 --- a/doc/reference/clutter/html/clutter-Shaders.html +++ b/doc/reference/clutter/html/clutter-Shaders.html @@ -46,24 +46,24 @@ struct ClutterShaderClass; ClutterShader * clutter_shader_new (void); void clutter_shader_set_vertex_source (ClutterShader *shader, - const gchar *data, - gssize length); -const gchar * clutter_shader_get_vertex_source (ClutterShader *shader); + const gchar *data, + gssize length); +const gchar * clutter_shader_get_vertex_source (ClutterShader *shader); void clutter_shader_set_fragment_source (ClutterShader *shader, - const gchar *data, - gssize length); -const gchar * clutter_shader_get_fragment_source (ClutterShader *shader); -gboolean clutter_shader_compile (ClutterShader *shader, - GError **error); + const gchar *data, + gssize length); +const gchar * clutter_shader_get_fragment_source (ClutterShader *shader); +gboolean clutter_shader_compile (ClutterShader *shader, + GError **error); void clutter_shader_release (ClutterShader *shader); -gboolean clutter_shader_is_compiled (ClutterShader *shader); +gboolean clutter_shader_is_compiled (ClutterShader *shader); void clutter_shader_set_is_enabled (ClutterShader *shader, - gboolean enabled); -gboolean clutter_shader_get_is_enabled (ClutterShader *shader); + gboolean enabled); +gboolean clutter_shader_get_is_enabled (ClutterShader *shader); void clutter_shader_set_uniform (ClutterShader *shader, - const gchar *name, - const GValue *value); + const gchar *name, + const GValue *value); CoglHandle clutter_shader_get_cogl_program (ClutterShader *shader); CoglHandle clutter_shader_get_cogl_fragment_shader (ClutterShader *shader); @@ -71,39 +71,39 @@ const gchar * ClutterShader *shader); #define CLUTTER_VALUE_HOLDS_SHADER_FLOAT (x) -void clutter_value_set_shader_float (GValue *value, - gint size, - const gfloat *floats); -const gfloat * clutter_value_get_shader_float (const GValue *value, - gsize *length); +void clutter_value_set_shader_float (GValue *value, + gint size, + const gfloat *floats); +const gfloat * clutter_value_get_shader_float (const GValue *value, + gsize *length); #define CLUTTER_VALUE_HOLDS_SHADER_INT (x) -void clutter_value_set_shader_int (GValue *value, - gint size, - const gint *ints); -const gint * clutter_value_get_shader_int (const GValue *value, - gsize *length); +void clutter_value_set_shader_int (GValue *value, + gint size, + const gint *ints); +const gint * clutter_value_get_shader_int (const GValue *value, + gsize *length); #define CLUTTER_VALUE_HOLDS_SHADER_MATRIX (x) -void clutter_value_set_shader_matrix (GValue *value, - gint size, - const gfloat *matrix); -const gfloat * clutter_value_get_shader_matrix (const GValue *value, - gsize *length); +void clutter_value_set_shader_matrix (GValue *value, + gint size, + const gfloat *matrix); +const gfloat * clutter_value_get_shader_matrix (const GValue *value, + gsize *length);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterShader
     

    Properties

    -  "compiled"                 gboolean              : Read
    -  "enabled"                  gboolean              : Read / Write
    -  "fragment-source"          gchar*                : Read / Write
    -  "vertex-source"            gchar*                : Read / Write
    +  "compiled"                 gboolean              : Read
    +  "enabled"                  gboolean              : Read / Write
    +  "fragment-source"          gchar*                : Read / Write
    +  "vertex-source"            gchar*                : Read / Write
     
    @@ -214,8 +214,8 @@ Create a new

    clutter_shader_set_vertex_source ()

    void                clutter_shader_set_vertex_source    (ClutterShader *shader,
    -                                                         const gchar *data,
    -                                                         gssize length);
    + const gchar *data, + gssize length);

    Warning

    clutter_shader_set_vertex_source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -247,7 +247,7 @@ program.

    clutter_shader_get_vertex_source ()

    -
    const gchar *       clutter_shader_get_vertex_source    (ClutterShader *shader);
    +
    const gchar *       clutter_shader_get_vertex_source    (ClutterShader *shader);

    Warning

    clutter_shader_get_vertex_source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -266,7 +266,7 @@ Query the current GLSL vertex source set on shader
    @@ -277,8 +277,8 @@ shader object and should never be modified or freed

    clutter_shader_set_fragment_source ()

    void                clutter_shader_set_fragment_source  (ClutterShader *shader,
    -                                                         const gchar *data,
    -                                                         gssize length);
    + const gchar *data, + gssize length);

    Warning

    clutter_shader_set_fragment_source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -310,7 +310,7 @@ program.

    clutter_shader_get_fragment_source ()

    -
    const gchar *       clutter_shader_get_fragment_source  (ClutterShader *shader);
    +
    const gchar *       clutter_shader_get_fragment_source  (ClutterShader *shader);

    Warning

    clutter_shader_get_fragment_source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -329,7 +329,7 @@ Query the current GLSL fragment source set on shader
    @@ -339,15 +339,15 @@ shader object and should never be modified or freed

    clutter_shader_compile ()

    -
    gboolean            clutter_shader_compile              (ClutterShader *shader,
    -                                                         GError **error);
    +
    gboolean            clutter_shader_compile              (ClutterShader *shader,
    +                                                         GError **error);

    Warning

    clutter_shader_compile has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    Compiles and links GLSL sources set for vertex and fragment shaders for -a ClutterShader. If the compilation fails and a GError return location is +a ClutterShader. If the compilation fails and a GError return location is provided the error will contain the errors from the compiler, if any.

    layout :

    a PangoLayout, or NULL. [allow-none] +a PangoLayout, or NULL. [allow-none]

    color :

    the color used to paint the layout, -or NULL. [allow-none] +or NULL. [allow-none]

    Returns :

    the source of the vertex shader for this -ClutterShader object or NULL. The returned string is owned by the +ClutterShader object or NULL. The returned string is owned by the shader object and should never be modified or freed

    Returns :

    the source of the fragment shader for this -ClutterShader object or NULL. The returned string is owned by the +ClutterShader object or NULL. The returned string is owned by the shader object and should never be modified or freed
    @@ -360,7 +360,7 @@ provided the error will contain the errors from the compiler, if any. - @@ -395,7 +395,7 @@ Frees up any GL context resources held by the shader.

    clutter_shader_is_compiled ()

    -
    gboolean            clutter_shader_is_compiled          (ClutterShader *shader);
    +
    gboolean            clutter_shader_is_compiled          (ClutterShader *shader);

    Warning

    clutter_shader_is_compiled has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -415,7 +415,7 @@ to the GL context.
    +TRUE if the shader is compiled, linked and ready for use.

    error :

    return location for a GError, or NULL +return location for a GError, or NULL

    Returns :

    -TRUE if the shader is compiled, linked and ready for use.
    @@ -425,7 +425,7 @@ to the GL context.

    clutter_shader_set_is_enabled ()

    void                clutter_shader_set_is_enabled       (ClutterShader *shader,
    -                                                         gboolean enabled);
    + gboolean enabled);

    Warning

    clutter_shader_set_is_enabled has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -435,7 +435,7 @@ Enables a shader. This function will attempt to compile and link the shader, if it isn't already.

    -When enabled is FALSE the default state of the GL pipeline will be +When enabled is FALSE the default state of the GL pipeline will be used instead.

    @@ -457,7 +457,7 @@ used instead.

    clutter_shader_get_is_enabled ()

    -
    gboolean            clutter_shader_get_is_enabled       (ClutterShader *shader);
    +
    gboolean            clutter_shader_get_is_enabled       (ClutterShader *shader);

    Warning

    clutter_shader_get_is_enabled has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -476,7 +476,7 @@ Checks whether shader is enabled.
    +TRUE if the shader is enabled.

    Returns :

    -TRUE if the shader is enabled.
    @@ -486,8 +486,8 @@ Checks whether shader is enabled.

    clutter_shader_set_uniform ()

    void                clutter_shader_set_uniform          (ClutterShader *shader,
    -                                                         const gchar *name,
    -                                                         const GValue *value);
    + const gchar *name, + const GValue *value);

    Warning

    clutter_shader_set_uniform has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -510,7 +510,7 @@ a C

    value :

    a ClutterShaderFloat, ClutterShaderInt or ClutterShaderMatrix -GValue. +
    GValue.
    @@ -538,7 +538,7 @@ Retrieves the underlying CoglHandle for the shader pro

    Returns :

    A CoglHandle for the shader program, -or NULL. The handle is owned by the ClutterShader and it should +or NULL. The handle is owned by the ClutterShader and it should not be unreferenced. [transfer none] @@ -569,7 +569,7 @@ Retrieves the underlying CoglHandle for the fragment s

    Returns :

    A CoglHandle for the fragment -shader, or NULL. The handle is owned by the ClutterShader +shader, or NULL. The handle is owned by the ClutterShader and it should not be unreferenced. [transfer none] @@ -600,7 +600,7 @@ Retrieves the underlying CoglHandle for the vertex sha

    Returns :

    A CoglHandle for the vertex -shader, or NULL. The handle is owned by the ClutterShader +shader, or NULL. The handle is owned by the ClutterShader and it should not be unreferenced. [transfer none] @@ -614,13 +614,13 @@ and it should not be unreferenced. [#define CLUTTER_VALUE_HOLDS_SHADER_FLOAT(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_FLOAT))

    -Evaluates to TRUE if x holds a ClutterShaderFloat. +Evaluates to TRUE if x holds a ClutterShaderFloat.

    -

    x :

    a GValue +a GValue
    @@ -629,11 +629,11 @@ Evaluates to TRUE if x<

    clutter_value_set_shader_float ()

    -
    void                clutter_value_set_shader_float      (GValue *value,
    -                                                         gint size,
    -                                                         const gfloat *floats);
    +
    void                clutter_value_set_shader_float      (GValue *value,
    +                                                         gint size,
    +                                                         const gfloat *floats);

    -Sets floats as the contents of value. The passed GValue +Sets floats as the contents of value. The passed GValue must have been initialized using CLUTTER_TYPE_SHADER_FLOAT.

    @@ -641,7 +641,7 @@ must have been initialized using CLUTTER_TYPE_SHADER_FLOAT - @@ -660,11 +660,11 @@ must have been initialized using CLUTTER_TYPE_SHADER_FLOAT

    clutter_value_get_shader_float ()

    -
    const gfloat *      clutter_value_get_shader_float      (const GValue *value,
    -                                                         gsize *length);
    +
    const gfloat *      clutter_value_get_shader_float      (const GValue *value,
    +                                                         gsize *length);

    Retrieves the list of floating point values stored inside -the passed GValue. value must have been initialized with +the passed GValue. value must have been initialized with CLUTTER_TYPE_SHADER_FLOAT.

    value :

    a GValue +a GValue
    @@ -672,19 +672,19 @@ the passed GValue. value - @@ -697,13 +697,13 @@ be modified or freed.
    #define CLUTTER_VALUE_HOLDS_SHADER_INT(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_INT))
     

    -Evaluates to TRUE if x holds a ClutterShaderInt. +Evaluates to TRUE if x holds a ClutterShaderInt.

    value :

    a GValue +a GValue

    length :

    return location for the number of returned floating -point values, or NULL +point values, or NULL

    Returns :

    the pointer to a list of floating point values. -The returned value is owned by the GValue and should never +The returned value is owned by the GValue and should never be modified or freed.
    -

    x :

    a GValue +a GValue
    @@ -712,11 +712,11 @@ Evaluates to TRUE if x<

    clutter_value_set_shader_int ()

    -
    void                clutter_value_set_shader_int        (GValue *value,
    -                                                         gint size,
    -                                                         const gint *ints);
    +
    void                clutter_value_set_shader_int        (GValue *value,
    +                                                         gint size,
    +                                                         const gint *ints);

    -Sets ints as the contents of value. The passed GValue +Sets ints as the contents of value. The passed GValue must have been initialized using CLUTTER_TYPE_SHADER_INT.

    @@ -724,7 +724,7 @@ must have been initialized using CLUTTER_TYPE_SHADER_INT - @@ -743,11 +743,11 @@ must have been initialized using CLUTTER_TYPE_SHADER_INT

    clutter_value_get_shader_int ()

    -
    const gint *        clutter_value_get_shader_int        (const GValue *value,
    -                                                         gsize *length);
    +
    const gint *        clutter_value_get_shader_int        (const GValue *value,
    +                                                         gsize *length);

    Retrieves the list of integer values stored inside the passed -GValue. value must have been initialized with +GValue. value must have been initialized with CLUTTER_TYPE_SHADER_INT.

    value :

    a GValue +a GValue
    @@ -755,19 +755,19 @@ Retrieves the list of integer values stored inside the passed - @@ -780,13 +780,13 @@ be modified or freed.
    #define CLUTTER_VALUE_HOLDS_SHADER_MATRIX(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_SHADER_MATRIX))
     

    -Evaluates to TRUE if x holds a ClutterShaderMatrix. +Evaluates to TRUE if x holds a ClutterShaderMatrix.

    value :

    a GValue +a GValue

    length :

    return location for the number of returned integer -values, or NULL +values, or NULL

    Returns :

    the pointer to a list of integer values. -The returned value is owned by the GValue and should never +The returned value is owned by the GValue and should never be modified or freed.
    -

    x :

    a GValue +a GValue
    @@ -795,11 +795,11 @@ Evaluates to TRUE if x<

    clutter_value_set_shader_matrix ()

    -
    void                clutter_value_set_shader_matrix     (GValue *value,
    -                                                         gint size,
    -                                                         const gfloat *matrix);
    +
    void                clutter_value_set_shader_matrix     (GValue *value,
    +                                                         gint size,
    +                                                         const gfloat *matrix);

    -Sets matrix as the contents of value. The passed GValue +Sets matrix as the contents of value. The passed GValue must have been initialized using CLUTTER_TYPE_SHADER_MATRIX.

    @@ -807,7 +807,7 @@ must have been initialized using CLUTTER_TYPE_SHADER_MATRI - @@ -826,11 +826,11 @@ must have been initialized using CLUTTER_TYPE_SHADER_MATRI

    clutter_value_get_shader_matrix ()

    -
    const gfloat *      clutter_value_get_shader_matrix     (const GValue *value,
    -                                                         gsize *length);
    +
    const gfloat *      clutter_value_get_shader_matrix     (const GValue *value,
    +                                                         gsize *length);

    Retrieves a matrix of floating point values stored inside -the passed GValue. value must have been initialized with +the passed GValue. value must have been initialized with CLUTTER_TYPE_SHADER_MATRIX.

    value :

    a GValue +a GValue
    @@ -838,19 +838,19 @@ the passed GValue. value - @@ -863,7 +863,7 @@ should never be modified or freed. [

    Property Details

    The "compiled" property

    -
      "compiled"                 gboolean              : Read
    +
      "compiled"                 gboolean              : Read

    Warning

    ClutterShader:compiled has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -878,7 +878,7 @@ in the GL context.

    The "enabled" property

    -
      "enabled"                  gboolean              : Read / Write
    +
      "enabled"                  gboolean              : Read / Write

    Warning

    ClutterShader:enabled has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -892,7 +892,7 @@ Whether the shader is currently used in the GL rendering pipeline.

    The "fragment-source" property

    -
      "fragment-source"          gchar*                : Read / Write
    +
      "fragment-source"          gchar*                : Read / Write

    Warning

    ClutterShader:fragment-source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    @@ -906,7 +906,7 @@ GLSL source code for the fragment shader part of the shader program.

    The "vertex-source" property

    -
      "vertex-source"            gchar*                : Read / Write
    +
      "vertex-source"            gchar*                : Read / Write

    Warning

    ClutterShader:vertex-source has been deprecated since version 1.8 and should not be used in newly-written code. Use ClutterShaderEffect instead.

    diff --git a/doc/reference/clutter/html/clutter-Stage-Manager.html b/doc/reference/clutter/html/clutter-Stage-Manager.html index 6153486..76d70f3 100644 --- a/doc/reference/clutter/html/clutter-Stage-Manager.html +++ b/doc/reference/clutter/html/clutter-Stage-Manager.html @@ -51,14 +51,14 @@ struct ClutterStage *stage); ClutterStage * clutter_stage_manager_get_default_stage (ClutterStageManager *stage_manager); -GSList * clutter_stage_manager_list_stages (ClutterStageManager *stage_manager); -const GSList * clutter_stage_manager_peek_stages (ClutterStageManager *stage_manager); +GSList * clutter_stage_manager_list_stages (ClutterStageManager *stage_manager); +const GSList * clutter_stage_manager_peek_stages (ClutterStageManager *stage_manager);

    Object Hierarchy

    -  GObject
    +  GObject
        +----ClutterStageManager
     
    @@ -71,8 +71,8 @@ const GSList *

    Signals

    -  "stage-added"                                    : Run Last
    -  "stage-removed"                                  : Run Last
    +  "stage-added"                                    : Run Last
    +  "stage-removed"                                  : Run Last
     
    @@ -190,7 +190,7 @@ is owned by Clutter and you should never reference or unreference it.

    clutter_stage_manager_list_stages ()

    -
    GSList *            clutter_stage_manager_list_stages   (ClutterStageManager *stage_manager);
    +
    GSList *            clutter_stage_manager_list_stages   (ClutterStageManager *stage_manager);

    Lists all currently used stages.

    @@ -205,7 +205,7 @@ Lists all currently used stages.
    @@ -216,7 +216,7 @@ deallocate it when done. [

    clutter_stage_manager_peek_stages ()

    -
    const GSList *      clutter_stage_manager_peek_stages   (ClutterStageManager *stage_manager);
    +
    const GSList *      clutter_stage_manager_peek_stages   (ClutterStageManager *stage_manager);

    Lists all currently used stages.

    @@ -258,7 +258,7 @@ The default stage used by Clutter.

    The "stage-added" signal

    void                user_function                      (ClutterStageManager *stage_manager,
                                                             ClutterStage        *stage,
    -                                                        gpointer             user_data)          : Run Last
    + gpointer user_data) : Run Last

    The ::stage-added signal is emitted each time a new ClutterStage has been added to the stage manager. @@ -287,7 +287,7 @@ has been added to the stage manager.

    The "stage-removed" signal

    void                user_function                      (ClutterStageManager *stage_manager,
                                                             ClutterStage        *stage,
    -                                                        gpointer             user_data)          : Run Last
    + gpointer user_data) : Run Last

    The ::stage-removed signal is emitted each time a ClutterStage has been removed from the stage manager. diff --git a/doc/reference/clutter/html/clutter-Unit-conversion.html b/doc/reference/clutter/html/clutter-Unit-conversion.html index 017c12b..42e9564 100644 --- a/doc/reference/clutter/html/clutter-Unit-conversion.html +++ b/doc/reference/clutter/html/clutter-Unit-conversion.html @@ -40,40 +40,40 @@

    enum                ClutterUnitType;
     struct              ClutterUnits;
     void                clutter_units_from_cm               (ClutterUnits *units,
    -                                                         gfloat cm);
    +                                                         gfloat cm);
     void                clutter_units_from_em               (ClutterUnits *units,
    -                                                         gfloat em);
    +                                                         gfloat em);
     void                clutter_units_from_em_for_font      (ClutterUnits *units,
    -                                                         const gchar *font_name,
    -                                                         gfloat em);
    +                                                         const gchar *font_name,
    +                                                         gfloat em);
     void                clutter_units_from_mm               (ClutterUnits *units,
    -                                                         gfloat mm);
    +                                                         gfloat mm);
     void                clutter_units_from_pixels           (ClutterUnits *units,
    -                                                         gint px);
    +                                                         gint px);
     void                clutter_units_from_pt               (ClutterUnits *units,
    -                                                         gfloat pt);
    -gfloat              clutter_units_to_pixels             (ClutterUnits *units);
    +                                                         gfloat pt);
    +gfloat              clutter_units_to_pixels             (ClutterUnits *units);
     ClutterUnits *      clutter_units_copy                  (const ClutterUnits *units);
     void                clutter_units_free                  (ClutterUnits *units);
     ClutterUnitType     clutter_units_get_unit_type         (const ClutterUnits *units);
    -gfloat              clutter_units_get_unit_value        (const ClutterUnits *units);
    -gboolean            clutter_units_from_string           (ClutterUnits *units,
    -                                                         const gchar *str);
    -gchar *             clutter_units_to_string             (const ClutterUnits *units);
    +gfloat              clutter_units_get_unit_value        (const ClutterUnits *units);
    +gboolean            clutter_units_from_string           (ClutterUnits *units,
    +                                                         const gchar *str);
    +gchar *             clutter_units_to_string             (const ClutterUnits *units);
     
     struct              ClutterParamSpecUnits;
    -GParamSpec *        clutter_param_spec_units            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +GParamSpec *        clutter_param_spec_units            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              ClutterUnitType default_type,
    -                                                         gfloat minimum,
    -                                                         gfloat maximum,
    -                                                         gfloat default_value,
    -                                                         GParamFlags flags);
    +                                                         gfloat minimum,
    +                                                         gfloat maximum,
    +                                                         gfloat default_value,
    +                                                         GParamFlags flags);
     #define             CLUTTER_VALUE_HOLDS_UNITS           (x)
    -void                clutter_value_set_units             (GValue *value,
    +void                clutter_value_set_units             (GValue *value,
                                                              const ClutterUnits *units);
    -const ClutterUnits * clutter_value_get_units            (const GValue *value);
    +const ClutterUnits * clutter_value_get_units            (const GValue *value);
     
    @@ -89,7 +89,7 @@ virtual functions.

    In order to register a ClutterUnits property, the ClutterParamSpecUnits -GParamSpec sub-class should be used: +GParamSpec sub-class should be used:

    @@ -115,8 +115,8 @@ In order to register a CLUTTER_UNIT_MM, 0.0, 12.0, 12.0, - G_PARAM_READWRITE); -g_object_class_install_property (gobject_class, PROP_WIDTH, pspec); + G_PARAM_READWRITE); +g_object_class_install_property (gobject_class, PROP_WIDTH, pspec);

    value :

    a GValue +a GValue

    length :

    return location for the number of returned floating -point values, or NULL. [out] +point values, or NULL. [out]

    Returns :

    the pointer to a matrix -of floating point values. The returned value is owned by the GValue and +of floating point values. The returned value is owned by the GValue and should never be modified or freed. [array length=length][transfer none]

    Returns :

    a newly -allocated list of ClutterStage objects. Use g_slist_free() to +allocated list of ClutterStage objects. Use g_slist_free() to deallocate it when done. [transfer container][element-type Clutter.Stage]
    @@ -125,11 +125,11 @@ In order to register a GValue holding units can be manipulated using clutter_value_set_units() -and clutter_value_get_units(). GValues containing a ClutterUnits -value can also be transformed to GValues initialized with -G_TYPE_INT, G_TYPE_FLOAT and G_TYPE_STRING through implicit conversion -and using g_value_transform(). +A GValue holding units can be manipulated using clutter_value_set_units() +and clutter_value_get_units(). GValues containing a ClutterUnits +value can also be transformed to GValues initialized with +G_TYPE_INT, G_TYPE_FLOAT and G_TYPE_STRING through implicit conversion +and using g_value_transform().

    ClutterUnits is available since Clutter 1.0 @@ -202,7 +202,7 @@ values along with their unit.

    clutter_units_from_cm ()

    void                clutter_units_from_cm               (ClutterUnits *units,
    -                                                         gfloat cm);
    + gfloat cm);

    Stores a value in centimeters inside units

    @@ -226,7 +226,7 @@ Stores a value in centimeters inside units

    clutter_units_from_em ()

    void                clutter_units_from_em               (ClutterUnits *units,
    -                                                         gfloat em);
    + gfloat em);

    Stores a value in em inside units, using the default font name as returned by clutter_backend_get_font_name() @@ -251,8 +251,8 @@ name as returned by

    clutter_units_from_em_for_font ()

    void                clutter_units_from_em_for_font      (ClutterUnits *units,
    -                                                         const gchar *font_name,
    -                                                         gfloat em);
    + const gchar *font_name, + gfloat em);

    Stores a value in em inside units using font_name

    @@ -281,7 +281,7 @@ Stores a value in em inside units using

    clutter_units_from_mm ()

    void                clutter_units_from_mm               (ClutterUnits *units,
    -                                                         gfloat mm);
    + gfloat mm);

    Stores a value in millimiters inside units

    @@ -305,7 +305,7 @@ Stores a value in millimiters inside units

    clutter_units_from_pixels ()

    void                clutter_units_from_pixels           (ClutterUnits *units,
    -                                                         gint px);
    + gint px);

    Stores a value in pixels inside units

    @@ -329,7 +329,7 @@ Stores a value in pixels inside units

    clutter_units_from_pt ()

    void                clutter_units_from_pt               (ClutterUnits *units,
    -                                                         gfloat pt);
    + gfloat pt);

    Stores a value in typographic points inside units

    @@ -352,7 +352,7 @@ Stores a value in typographic points inside units

    clutter_units_to_pixels ()

    -
    gfloat              clutter_units_to_pixels             (ClutterUnits *units);
    +
    gfloat              clutter_units_to_pixels             (ClutterUnits *units);

    Converts a value in ClutterUnits to pixels

    @@ -442,7 +442,7 @@ Retrieves the unit type of the value stored inside u

    clutter_units_get_unit_value ()

    -
    gfloat              clutter_units_get_unit_value        (const ClutterUnits *units);
    +
    gfloat              clutter_units_get_unit_value        (const ClutterUnits *units);

    Retrieves the value stored inside units

    @@ -466,8 +466,8 @@ Retrieves the value stored inside units

    clutter_units_from_string ()

    -
    gboolean            clutter_units_from_string           (ClutterUnits *units,
    -                                                         const gchar *str);
    +
    gboolean            clutter_units_from_string           (ClutterUnits *units,
    +                                                         const gchar *str);

    Parses a value and updates units with it

    @@ -572,8 +572,8 @@ While these are not:

    Returns :

    -TRUE if the string was successfully parsed, -and FALSE otherwise +TRUE if the string was successfully parsed, +and FALSE otherwise
    @@ -582,7 +582,7 @@ and FALSE otherwise

    clutter_units_to_string ()

    -
    gchar *             clutter_units_to_string             (const ClutterUnits *units);
    +
    gchar *             clutter_units_to_string             (const ClutterUnits *units);

    Converts units into a string

    @@ -609,7 +609,7 @@ typographic points. Pixels are integers.

    Returns :

    a newly allocated string containing the encoded -ClutterUnits value. Use g_free() to free the string +ClutterUnits value. Use g_free() to free the string
    @@ -627,7 +627,7 @@ typographic points. Pixels are integers.
    };

    -GParamSpec subclass for unit based properties. +GParamSpec subclass for unit based properties.

    @@ -637,15 +637,15 @@ typographic points. Pixels are integers. - + - + - + @@ -655,16 +655,16 @@ typographic points. Pixels are integers.

    clutter_param_spec_units ()

    -
    GParamSpec *        clutter_param_spec_units            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +
    GParamSpec *        clutter_param_spec_units            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              ClutterUnitType default_type,
    -                                                         gfloat minimum,
    -                                                         gfloat maximum,
    -                                                         gfloat default_value,
    -                                                         GParamFlags flags);
    + gfloat minimum, + gfloat maximum, + gfloat default_value, + GParamFlags flags);

    -Creates a GParamSpec for properties using ClutterUnits. +Creates a GParamSpec for properties using ClutterUnits.

    default type

    gfloat default_value;

    gfloat default_value;

    default value

    gfloat minimum;

    gfloat minimum;

    lower boundary

    gfloat maximum;

    gfloat maximum;

    higher boundary
    @@ -704,7 +704,7 @@ Creates a GParamSpec for properties using Returns :

    -
    @@ -717,13 +717,13 @@ Creates a GParamSpec for properties using #define CLUTTER_VALUE_HOLDS_UNITS(x) (G_VALUE_HOLDS ((x), CLUTTER_TYPE_UNITS))

    -Evaluates to TRUE if x holds a ClutterUnits value +Evaluates to TRUE if x holds a ClutterUnits value

    the newly created GParamSpec +the newly created GParamSpec
    -

    x :

    a GValue +a GValue
    @@ -732,7 +732,7 @@ Evaluates to TRUE if x<

    clutter_value_set_units ()

    -
    void                clutter_value_set_units             (GValue *value,
    +
    void                clutter_value_set_units             (GValue *value,
                                                              const ClutterUnits *units);

    Sets value to units @@ -742,7 +742,7 @@ Sets value to

    value :

    -a GValue initialized to CLUTTER_TYPE_UNITS +a GValue initialized to CLUTTER_TYPE_UNITS @@ -756,7 +756,7 @@ Sets value to

    clutter_value_get_units ()

    -
    const ClutterUnits * clutter_value_get_units            (const GValue *value);
    +
    const ClutterUnits * clutter_value_get_units            (const GValue *value);

    Gets the ClutterUnits contained in value.

    @@ -765,12 +765,12 @@ Gets the

    value :

    -a GValue initialized to CLUTTER_TYPE_UNITS +a
    GValue initialized to CLUTTER_TYPE_UNITS

    Returns :

    -the units inside the passed GValue +the units inside the passed GValue diff --git a/doc/reference/clutter/html/clutter-Utilities.html b/doc/reference/clutter/html/clutter-Utilities.html index 7f2df1b..5b1c029 100644 --- a/doc/reference/clutter/html/clutter-Utilities.html +++ b/doc/reference/clutter/html/clutter-Utilities.html @@ -37,38 +37,38 @@

    Synopsis

    -
    gint                clutter_util_next_p2                (gint a);
    +
    gint                clutter_util_next_p2                (gint a);
     
    -ClutterTimeoutPool * clutter_timeout_pool_new           (gint priority);
    -guint               clutter_timeout_pool_add            (ClutterTimeoutPool *pool,
    -                                                         guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +ClutterTimeoutPool * clutter_timeout_pool_new           (gint priority);
    +guint               clutter_timeout_pool_add            (ClutterTimeoutPool *pool,
    +                                                         guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);
     void                clutter_timeout_pool_remove         (ClutterTimeoutPool *pool,
    -                                                         guint id_);
    +                                                         guint id_);
     
    -guint               clutter_frame_source_add            (guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data);
    -guint               clutter_frame_source_add_full       (gint priority,
    -                                                         guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +guint               clutter_frame_source_add            (guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data);
    +guint               clutter_frame_source_add_full       (gint priority,
    +                                                         guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);
     
     struct              ClutterParamSpecFixed;
    -GParamSpec *        clutter_param_spec_fixed            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +GParamSpec *        clutter_param_spec_fixed            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              CoglFixed minimum,
                                                              CoglFixed maximum,
                                                              CoglFixed default_value,
    -                                                         GParamFlags flags);
    +                                                         GParamFlags flags);
     #define             CLUTTER_VALUE_HOLDS_FIXED           (x)
    -void                clutter_value_set_fixed             (GValue *value,
    +void                clutter_value_set_fixed             (GValue *value,
                                                              CoglFixed fixed_);
    -CoglFixed           clutter_value_get_fixed             (const GValue *value);
    +CoglFixed           clutter_value_get_fixed             (const GValue *value);
     
    @@ -81,7 +81,7 @@ Various miscellaneous utilility functions.

    Details

    clutter_util_next_p2 ()

    -
    gint                clutter_util_next_p2                (gint a);
    +
    gint                clutter_util_next_p2                (gint a);

    Warning

    clutter_util_next_p2 is deprecated and should not be used in newly-written code. 1.2

    @@ -106,7 +106,7 @@ Calculates the nearest power of two, greater than or equal to

    clutter_timeout_pool_new ()

    -
    ClutterTimeoutPool * clutter_timeout_pool_new           (gint priority);
    +
    ClutterTimeoutPool * clutter_timeout_pool_new           (gint priority);

    Warning

    clutter_timeout_pool_new is deprecated and should not be used in newly-written code. 1.6

    @@ -114,7 +114,7 @@ Calculates the nearest power of two, greater than or equal to g_timeout_add()
    API might lead to starvation of the time slice of +the g_timeout_add() API might lead to starvation of the time slice of the main loop. A timeout pool allocates a single time slice of the main loop and runs every timeout function inside it. The timeout pool is always sorted, so that the extraction of the next timeout function is @@ -126,7 +126,7 @@ a constant time operation.

    priority :

    the priority of the timeout pool. Typically this will -be G_PRIORITY_DEFAULT +be G_PRIORITY_DEFAULT @@ -134,7 +134,7 @@ be G_PRIORITY_DEFAULT the newly created ClutterTimeoutPool. The created pool is owned by the GLib default context and will be automatically destroyed when the context is destroyed. It is possible to force -the destruction of the timeout pool using g_source_destroy() +the destruction of the timeout pool using g_source_destroy() @@ -144,20 +144,20 @@ the destruction of the timeout pool using g_source_destro

    clutter_timeout_pool_add ()

    -
    guint               clutter_timeout_pool_add            (ClutterTimeoutPool *pool,
    -                                                         guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_timeout_pool_add            (ClutterTimeoutPool *pool,
    +                                                         guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Warning

    clutter_timeout_pool_add is deprecated and should not be used in newly-written code. 1.6

    Sets a function to be called at regular intervals, and puts it inside -the pool. The function is repeatedly called until it returns FALSE, +the pool. The function is repeatedly called until it returns FALSE, at which point the timeout is automatically destroyed and the function -won't be called again. If notify is not NULL, the notify function +won't be called again. If notify is not NULL, the notify function will be called. The first call to func will be at the end of interval.

    @@ -188,12 +188,12 @@ invoke the function multiple times to catch up missing frames if

    data :

    -data to pass to the function, or NULL. [closure] +data to pass to the function, or NULL. [closure]

    notify :

    -function to call when the timeout is removed, or NULL +function to call when the timeout is removed, or NULL @@ -209,7 +209,7 @@ Use

    clutter_timeout_pool_remove ()

    void                clutter_timeout_pool_remove         (ClutterTimeoutPool *pool,
    -                                                         guint id_);
    + guint id_);

    Warning

    clutter_timeout_pool_remove is deprecated and should not be used in newly-written code. 1.6

    @@ -238,9 +238,9 @@ is the same returned when adding a function to the timeout pool with

    clutter_frame_source_add ()

    -
    guint               clutter_frame_source_add            (guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data);
    +
    guint               clutter_frame_source_add            (guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data);

    Warning

    clutter_frame_source_add is deprecated and should not be used in newly-written code. 1.6

    @@ -274,11 +274,11 @@ Simple wrapper around

    clutter_frame_source_add_full ()

    -
    guint               clutter_frame_source_add_full       (gint priority,
    -                                                         guint fps,
    -                                                         GSourceFunc func,
    -                                                         gpointer data,
    -                                                         GDestroyNotify notify);
    +
    guint               clutter_frame_source_add_full       (gint priority,
    +                                                         guint fps,
    +                                                         GSourceFunc func,
    +                                                         gpointer data,
    +                                                         GDestroyNotify notify);

    Warning

    clutter_frame_source_add_full is deprecated and should not be used in newly-written code. 1.6

    @@ -286,17 +286,17 @@ Simple wrapper around FALSE
    , at which point the timeout is automatically destroyed and +FALSE, at which point the timeout is automatically destroyed and the function will not be called again. The notify function is called when the timeout is destroyed. The first call to the function will be at the end of the first interval.

    -This function is similar to g_timeout_add_full() except that it +This function is similar to g_timeout_add_full() except that it will try to compensate for delays. For example, if func takes half the interval time to execute then the function will be called again half the interval time after it finished. In contrast -g_timeout_add_full() would not fire until a full interval after the +g_timeout_add_full() would not fire until a full interval after the function completes so the delay between calls would be 1.0 / fps * 1.5. This function does not however try to invoke the function multiple times to catch up missing frames if func takes more than @@ -311,7 +311,7 @@ Rename to: clutter_frame_source_add

    priority :

    the priority of the frame source. Typically this will be in the -range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH. +range between G_PRIORITY_DEFAULT and G_PRIORITY_HIGH.

    fps :

    @@ -348,10 +348,10 @@ range between G_PRIORITY_DEFAULT and

    Warning

    -

    ClutterParamSpecFixed is deprecated and should not be used in newly-written code. Use GParamSpecInt instead

    +

    ClutterParamSpecFixed is deprecated and should not be used in newly-written code. Use GParamSpecInt instead

    -GParamSpec subclass for fixed point based properties +GParamSpec subclass for fixed point based properties

    @@ -375,19 +375,19 @@ range between G_PRIORITY_DEFAULT and

    clutter_param_spec_fixed ()

    -
    GParamSpec *        clutter_param_spec_fixed            (const gchar *name,
    -                                                         const gchar *nick,
    -                                                         const gchar *blurb,
    +
    GParamSpec *        clutter_param_spec_fixed            (const gchar *name,
    +                                                         const gchar *nick,
    +                                                         const gchar *blurb,
                                                              CoglFixed minimum,
                                                              CoglFixed maximum,
                                                              CoglFixed default_value,
    -                                                         GParamFlags flags);
    + GParamFlags flags);

    Warning

    -

    clutter_param_spec_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use GParamSpecInt instead.

    +

    clutter_param_spec_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use GParamSpecInt instead.

    -Creates a GParamSpec for properties using CoglFixed values +Creates a GParamSpec for properties using CoglFixed values

    @@ -422,7 +422,7 @@ Creates a GParamSpec for properties using - @@ -436,16 +436,16 @@ Creates a GParamSpec for properties using

    Warning

    -

    CLUTTER_VALUE_HOLDS_FIXED has been deprecated since version 1.10 and should not be used in newly-written code. Use G_VALUE_HOLDS_INT instead

    +

    CLUTTER_VALUE_HOLDS_FIXED has been deprecated since version 1.10 and should not be used in newly-written code. Use G_VALUE_HOLDS_INT instead

    -Evaluates to TRUE if x holds a CoglFixed . +Evaluates to TRUE if x holds a CoglFixed .

    Returns :

    the newly created GParamSpec. [transfer full] +the newly created GParamSpec. [transfer full]
    -

    x :

    a GValue +a GValue
    @@ -454,11 +454,11 @@ Evaluates to TRUE if x<

    clutter_value_set_fixed ()

    -
    void                clutter_value_set_fixed             (GValue *value,
    +
    void                clutter_value_set_fixed             (GValue *value,
                                                              CoglFixed fixed_);

    Warning

    -

    clutter_value_set_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use g_value_set_int() instead.

    +

    clutter_value_set_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use g_value_set_int() instead.

    Sets value to fixed_. @@ -468,7 +468,7 @@ Sets value to

    value :

    -a GValue initialized to COGL_TYPE_FIXED +a GValue initialized to COGL_TYPE_FIXED @@ -482,10 +482,10 @@ Sets value to

    clutter_value_get_fixed ()

    -
    CoglFixed           clutter_value_get_fixed             (const GValue *value);
    +
    CoglFixed           clutter_value_get_fixed             (const GValue *value);

    Warning

    -

    clutter_value_get_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use g_value_get_int() instead.

    +

    clutter_value_get_fixed has been deprecated since version 1.10 and should not be used in newly-written code. Use g_value_get_int() instead.

    Gets the fixed point value stored inside value. @@ -495,12 +495,12 @@ Gets the fixed point value stored inside value

    value :

    -a GValue initialized to COGL_TYPE_FIXED +a GValue initialized to COGL_TYPE_FIXED

    Returns :

    -the value inside the passed GValue +the value inside the passed GValue diff --git a/doc/reference/clutter/html/clutter-Value-intervals.html b/doc/reference/clutter/html/clutter-Value-intervals.html index 62df2ec..4e82b9a 100644 --- a/doc/reference/clutter/html/clutter-Value-intervals.html +++ b/doc/reference/clutter/html/clutter-Value-intervals.html @@ -43,23 +43,23 @@

    Synopsis

                        ClutterInterval;
     struct              ClutterIntervalClass;
    -ClutterInterval *   clutter_interval_new                (GType gtype,
    +ClutterInterval *   clutter_interval_new                (GType gtype,
                                                              ...);
    -ClutterInterval *   clutter_interval_new_with_values    (GType gtype,
    -                                                         const GValue *initial,
    -                                                         const GValue *final);
    +ClutterInterval *   clutter_interval_new_with_values    (GType gtype,
    +                                                         const GValue *initial,
    +                                                         const GValue *final);
     ClutterInterval *   clutter_interval_clone              (ClutterInterval *interval);
    -GType               clutter_interval_get_value_type     (ClutterInterval *interval);
    +GType               clutter_interval_get_value_type     (ClutterInterval *interval);
     void                clutter_interval_set_initial_value  (ClutterInterval *interval,
    -                                                         const GValue *value);
    +                                                         const GValue *value);
     void                clutter_interval_get_initial_value  (ClutterInterval *interval,
    -                                                         GValue *value);
    -GValue *            clutter_interval_peek_initial_value (ClutterInterval *interval);
    +                                                         GValue *value);
    +GValue *            clutter_interval_peek_initial_value (ClutterInterval *interval);
     void                clutter_interval_set_final_value    (ClutterInterval *interval,
    -                                                         const GValue *value);
    +                                                         const GValue *value);
     void                clutter_interval_get_final_value    (ClutterInterval *interval,
    -                                                         GValue *value);
    -GValue *            clutter_interval_peek_final_value   (ClutterInterval *interval);
    +                                                         GValue *value);
    +GValue *            clutter_interval_peek_final_value   (ClutterInterval *interval);
     void                clutter_interval_set_interval       (ClutterInterval *interval,
                                                              ...);
     void                clutter_interval_get_interval       (ClutterInterval *interval,
    @@ -69,35 +69,35 @@ struct              void                clutter_interval_set_final          (ClutterInterval *interval,
                                                              ...);
     
    -gboolean            clutter_interval_validate           (ClutterInterval *interval,
    -                                                         GParamSpec *pspec);
    -gboolean            clutter_interval_compute_value      (ClutterInterval *interval,
    -                                                         gdouble factor,
    -                                                         GValue *value);
    -const GValue *      clutter_interval_compute            (ClutterInterval *interval,
    -                                                         gdouble factor);
    +gboolean            clutter_interval_validate           (ClutterInterval *interval,
    +                                                         GParamSpec *pspec);
    +gboolean            clutter_interval_compute_value      (ClutterInterval *interval,
    +                                                         gdouble factor,
    +                                                         GValue *value);
    +const GValue *      clutter_interval_compute            (ClutterInterval *interval,
    +                                                         gdouble factor);
     
    -gboolean            (*ClutterProgressFunc)              (const GValue *a,
    -                                                         const GValue *b,
    -                                                         gdouble progress,
    -                                                         GValue *retval);
    +gboolean            (*ClutterProgressFunc)              (const GValue *a,
    +                                                         const GValue *b,
    +                                                         gdouble progress,
    +                                                         GValue *retval);
     void                clutter_interval_register_progress_func
    -                                                        (GType value_type,
    +                                                        (GType value_type,
                                                              ClutterProgressFunc func);
     

    Object Hierarchy

    -  GObject
    -   +----GInitiallyUnowned
    +  GObject
    +   +----GInitiallyUnowned
              +----ClutterInterval
     

    Properties

    -  "value-type"               GType*                : Read / Write / Construct Only
    +  "value-type"               GType*                : Read / Write / Construct Only
     
    @@ -105,16 +105,16 @@ const GValue * ClutterInterval is a simple object that can hold two values defining an interval. ClutterInterval can hold any value that -can be enclosed inside a GValue. +can be enclosed inside a GValue.

    -Once a ClutterInterval for a specific GType has been instantiated +Once a ClutterInterval for a specific GType has been instantiated the "value-type" property cannot be changed anymore.

    ClutterInterval starts with a floating reference; this means that any object taking a reference on a ClutterInterval instance should -also take ownership of the interval by using g_object_ref_sink(). +also take ownership of the interval by using g_object_ref_sink().

    ClutterInterval is used by ClutterAnimation to define the @@ -159,7 +159,7 @@ The

    validate ()

    virtual function for validating an interval -using a GParamSpec +using a GParamSpec @@ -174,13 +174,13 @@ inside an interval using an adimensional factor between 0 and 1

    clutter_interval_new ()

    -
    ClutterInterval *   clutter_interval_new                (GType gtype,
    +
    ClutterInterval *   clutter_interval_new                (GType gtype,
                                                              ...);

    Creates a new ClutterInterval holding values of type gtype.

    -This function avoids using a GValue for the initial and final values +This function avoids using a GValue for the initial and final values of the interval:

    @@ -192,9 +192,9 @@ of the interval:

    1
     2
     3
    -
    interval = clutter_interval_new (G_TYPE_FLOAT, 0.0, 1.0);
    -interval = clutter_interval_new (G_TYPE_BOOLEAN, FALSE, TRUE);
    -interval = clutter_interval_new (G_TYPE_INT, 0, 360);
    +
    interval = clutter_interval_new (G_TYPE_FLOAT, 0.0, 1.0);
    +interval = clutter_interval_new (G_TYPE_BOOLEAN, FALSE, TRUE);
    +interval = clutter_interval_new (G_TYPE_INT, 0, 360);
    @@ -225,9 +225,9 @@ of the interval:

    clutter_interval_new_with_values ()

    -
    ClutterInterval *   clutter_interval_new_with_values    (GType gtype,
    -                                                         const GValue *initial,
    -                                                         const GValue *final);
    +
    ClutterInterval *   clutter_interval_new_with_values    (GType gtype,
    +                                                         const GValue *initial,
    +                                                         const GValue *final);

    Creates a new ClutterInterval of type gtype, between initial and final. @@ -244,11 +244,11 @@ This function is useful for language bindings.

    initial :

    -a GValue holding the initial value of the interval +a GValue holding the initial value of the interval

    final :

    -a GValue holding the final value of the interval +a GValue holding the final value of the interval

    Returns :

    @@ -286,9 +286,9 @@ Creates a copy of interval.

    clutter_interval_get_value_type ()

    -
    GType               clutter_interval_get_value_type     (ClutterInterval *interval);
    +
    GType               clutter_interval_get_value_type     (ClutterInterval *interval);

    -Retrieves the GType of the values inside interval. +Retrieves the GType of the values inside interval.

    @@ -310,7 +310,7 @@ Retrieves the GType of the values inside

    clutter_interval_set_initial_value ()

    void                clutter_interval_set_initial_value  (ClutterInterval *interval,
    -                                                         const GValue *value);
    + const GValue *value);

    Sets the initial value of interval to value. The value is copied inside the ClutterInterval. @@ -328,7 +328,7 @@ Rename to: clutter_interval_set_initial

    - @@ -339,13 +339,13 @@ Rename to: clutter_interval_set_initial

    clutter_interval_get_initial_value ()

    void                clutter_interval_get_initial_value  (ClutterInterval *interval,
    -                                                         GValue *value);
    + GValue *value);

    Retrieves the initial value of interval and copies it into value.

    -The passed GValue must be initialized to the value held by +The passed GValue must be initialized to the value held by the ClutterInterval.

    value :

    a GValue +a GValue
    @@ -358,7 +358,7 @@ the - @@ -368,7 +368,7 @@ the

    clutter_interval_peek_initial_value ()

    -
    GValue *            clutter_interval_peek_initial_value (ClutterInterval *interval);
    +
    GValue *            clutter_interval_peek_initial_value (ClutterInterval *interval);

    Gets the pointer to the initial value of interval

    @@ -395,7 +395,7 @@ modified or freed. [

    clutter_interval_set_final_value ()

    void                clutter_interval_set_final_value    (ClutterInterval *interval,
    -                                                         const GValue *value);
    + const GValue *value);

    Sets the final value of interval to value. The value is copied inside the ClutterInterval. @@ -413,7 +413,7 @@ Rename to: clutter_interval_set_final

    - @@ -424,13 +424,13 @@ Rename to: clutter_interval_set_final

    clutter_interval_get_final_value ()

    void                clutter_interval_get_final_value    (ClutterInterval *interval,
    -                                                         GValue *value);
    + GValue *value);

    Retrieves the final value of interval and copies it into value.

    -The passed GValue must be initialized to the value held by +The passed GValue must be initialized to the value held by the ClutterInterval.

    value :

    a GValue. [out caller-allocates] +a GValue. [out caller-allocates]

    value :

    a GValue +a GValue
    @@ -443,7 +443,7 @@ the - @@ -453,7 +453,7 @@ the

    clutter_interval_peek_final_value ()

    -
    GValue *            clutter_interval_peek_final_value   (ClutterInterval *interval);
    +
    GValue *            clutter_interval_peek_final_value   (ClutterInterval *interval);

    Gets the pointer to the final value of interval

    @@ -484,7 +484,7 @@ modified or freed. [clutter_interval_set_initial_value() and clutter_interval_set_final_value() that avoids using the -GValue arguments: +GValue arguments:

    @@ -497,7 +497,7 @@ and
    clutter_interval_set_interval (interval, 0, 50);
     clutter_interval_set_interval (interval, 1.0, 0.0);
    -clutter_interval_set_interval (interval, FALSE, TRUE);
    +clutter_interval_set_interval (interval, FALSE, TRUE);

    value :

    a GValue. [out caller-allocates] +a GValue. [out caller-allocates]
    @@ -533,7 +533,7 @@ should reimplement this function using the GValue-based Variable arguments wrapper for clutter_interval_get_initial_value() and clutter_interval_get_final_value() that avoids using the -GValue arguments: +GValue arguments:

    @@ -637,11 +637,11 @@ Language bindings should use

    clutter_interval_validate ()

    -
    gboolean            clutter_interval_validate           (ClutterInterval *interval,
    -                                                         GParamSpec *pspec);
    +
    gboolean            clutter_interval_validate           (ClutterInterval *interval,
    +                                                         GParamSpec *pspec);

    Validates the initial and final values of interval against -a GParamSpec. +a GParamSpec.

    @@ -653,13 +653,13 @@ a GParamSpec. - +TRUE if the ClutterInterval is valid, FALSE otherwise

    pspec :

    a GParamSpec +a GParamSpec

    Returns :

    -TRUE if the ClutterInterval is valid, FALSE otherwise
    @@ -668,9 +668,9 @@ a GParamSpec.

    clutter_interval_compute_value ()

    -
    gboolean            clutter_interval_compute_value      (ClutterInterval *interval,
    -                                                         gdouble factor,
    -                                                         GValue *value);
    +
    gboolean            clutter_interval_compute_value      (ClutterInterval *interval,
    +                                                         gdouble factor,
    +                                                         GValue *value);

    Computes the value between the interval boundaries given the progress factor and copies it into value. @@ -689,13 +689,13 @@ progress factor and copies it into

    value :

    -return location for an initialized GValue. [out caller-allocates] +return location for an initialized GValue. [out caller-allocates]

    Returns :

    -TRUE if the operation was successful +TRUE if the operation was successful
    @@ -704,8 +704,8 @@ progress factor and copies it into

    clutter_interval_compute ()

    -
    const GValue *      clutter_interval_compute            (ClutterInterval *interval,
    -                                                         gdouble factor);
    +
    const GValue *      clutter_interval_compute            (ClutterInterval *interval,
    +                                                         gdouble factor);

    Computes the value between the interval boundaries given the progress factor @@ -717,7 +717,7 @@ return a const pointer to the computed value

    You should use this function if you immediately pass the computed value to another function that makes a copy of it, like -g_object_set_property() +g_object_set_property()

    @@ -734,7 +734,7 @@ value to another function that makes a copy of it, like @@ -744,17 +744,17 @@ or

    ClutterProgressFunc ()

    -
    gboolean            (*ClutterProgressFunc)              (const GValue *a,
    -                                                         const GValue *b,
    -                                                         gdouble progress,
    -                                                         GValue *retval);
    +
    gboolean            (*ClutterProgressFunc)              (const GValue *a,
    +                                                         const GValue *b,
    +                                                         gdouble progress,
    +                                                         GValue *retval);

    Prototype of the progress function used to compute the value between the two ends a and b of an interval depending on the value of progress.

    -The GValue in retval is already initialized with the same +The GValue in retval is already initialized with the same type as a and b.

    @@ -784,7 +784,7 @@ type of the values of the interval was registered using

    @@ -796,7 +796,7 @@ the value and stored it inside retval

    clutter_interval_register_progress_func ()

    void                clutter_interval_register_progress_func
    -                                                        (GType value_type,
    +                                                        (GType value_type,
                                                              ClutterProgressFunc func);

    Sets the progress function for a given value_type, like: @@ -821,7 +821,7 @@ Sets the progress function for a given value_type Whenever a ClutterInterval instance using the default "compute_value" implementation is set as an -interval between two GValue of type value_type, it will call +interval between two GValue of type value_type, it will call func to establish the value depending on the given progress, for instance:

    @@ -847,22 +847,22 @@ for instance: 14 15 16 -
    +clutter_interval_register_progress_func (G_TYPE_INT, my_int_progress);

    Returns :

    a pointer to the computed value, -or NULL if the computation was not successfull. [transfer none] +or NULL if the computation was not successfull. [transfer none]

    Returns :

    -TRUE if the function successfully computed +TRUE if the function successfully computed the value and stored it inside retval
    static gboolean
    +        
    static gboolean
     my_int_progress (const GValue *a,
                      const GValue *b,
                      gdouble       progress,
                      GValue       *retval)
     {
    -  gint ia = g_value_get_int (a);
    -  gint ib = g_value_get_int (b);
    +  gint ia = g_value_get_int (a);
    +  gint ib = g_value_get_int (b);
       gint res = factor * (ib - ia) + ia;
     
    -  g_value_set_int (retval, res);
    +  g_value_set_int (retval, res);
     
    -  return TRUE;
    +  return TRUE;
     }
     
    -clutter_interval_register_progress_func (G_TYPE_INT, my_int_progress);
    @@ -871,7 +871,7 @@ for instance:

    -To unset a previously set progress function of a GType, pass NULL +To unset a previously set progress function of a GType, pass NULL for func.

    @@ -879,12 +879,12 @@ for func. - - @@ -896,7 +896,7 @@ set progress function

    Property Details

    The "value-type" property

    -
      "value-type"               GType*                : Read / Write / Construct Only
    +
      "value-type"               GType*                : Read / Write / Construct Only

    The type of the values in the interval.

    diff --git a/doc/reference/clutter/html/clutter-Versioning-Macros.html b/doc/reference/clutter/html/clutter-Versioning-Macros.html index 8295a83..952c8e2 100644 --- a/doc/reference/clutter/html/clutter-Versioning-Macros.html +++ b/doc/reference/clutter/html/clutter-Versioning-Macros.html @@ -64,9 +64,9 @@ extern const guint clutter_major_version; extern const guint clutter_minor_version; extern const guint clutter_micro_version; -gboolean clutter_check_version (guint major, - guint minor, - guint micro); +gboolean clutter_check_version (guint major, + guint minor, + guint micro);
    @@ -177,7 +177,7 @@ The minor version of the Clutter library (2, if

    CLUTTER_MICRO_VERSION

    -
    #define CLUTTER_MICRO_VERSION   (0)
    +
    #define CLUTTER_MICRO_VERSION   (4)
     

    The micro version of the Clutter library (3, if CLUTTER_VERSION is 1.2.3) @@ -186,7 +186,7 @@ The micro version of the Clutter library (3, if

    CLUTTER_VERSION

    -
    #define CLUTTER_VERSION         1.10.0
    +
    #define CLUTTER_VERSION         1.10.4
     

    The full version of the Clutter library, like 1.2.3 @@ -195,7 +195,7 @@ The full version of the Clutter library, like 1.2.3


    CLUTTER_VERSION_S

    -
    #define CLUTTER_VERSION_S       "1.10.0"
    +
    #define CLUTTER_VERSION_S       "1.10.4"
     

    The full version of the Clutter library, in string form (suited for @@ -215,7 +215,7 @@ Numerically encoded version of the Clutter library, like 0x010203

    CLUTTER_CHECK_VERSION()

    #define             CLUTTER_CHECK_VERSION(major,minor,micro)

    -Evaluates to TRUE if the version of the Clutter library is greater +Evaluates to TRUE if the version of the Clutter library is greater than major, minor and micro

    value_type :

    a GType +a GType

    func :

    a ClutterProgressFunc, or NULL to unset a previously +a ClutterProgressFunc, or NULL to unset a previously set progress function
    @@ -275,13 +275,14 @@ Cogl (internal GL abstraction utility library) backend. Can be "gl" or

    CLUTTER_NO_FPU

    #define CLUTTER_NO_FPU          (0)
     
    +
    +

    Warning

    +

    CLUTTER_NO_FPU has been deprecated since version 0.6 and should not be used in newly-written code. This macro is no longer defined (identical code is used + regardless the presence of FPU).

    +

    Set to 1 if Clutter was built without FPU (i.e fixed math), 0 otherwise

    -

    -Deprecated: 0.6: This macro is no longer defined (identical code is used - regardless the presence of FPU). -


    @@ -449,9 +450,9 @@ For a compile-time check, use

    clutter_check_version ()

    -
    gboolean            clutter_check_version               (guint major,
    -                                                         guint minor,
    -                                                         guint micro);
    +
    gboolean            clutter_check_version               (guint major,
    +                                                         guint minor,
    +                                                         guint micro);

    Run-time version check, to check the version the Clutter library that an application is currently linked against @@ -478,8 +479,8 @@ pre-processor macro

    +TRUE if the version of the Clutter library is +greater than (major, minor, micro), and FALSE otherwise

    Returns :

    -TRUE if the version of the Clutter library is -greater than (major, minor, micro), and FALSE otherwise
    diff --git a/doc/reference/clutter/html/clutter-Win32-Specific-Support.html b/doc/reference/clutter/html/clutter-Win32-Specific-Support.html index 8e9ff2a..43ae314 100644 --- a/doc/reference/clutter/html/clutter-Win32-Specific-Support.html +++ b/doc/reference/clutter/html/clutter-Win32-Specific-Support.html @@ -39,11 +39,11 @@

    Synopsis

    void                clutter_win32_disable_event_retrieval
                                                             (void);
    -gboolean            clutter_win32_set_stage_foreign     (ClutterStage *stage,
    +gboolean            clutter_win32_set_stage_foreign     (ClutterStage *stage,
                                                              HWND hwnd);
     ClutterStage *      clutter_win32_get_stage_from_window (HWND hwnd);
     HWND                clutter_win32_get_stage_window      (ClutterStage *stage);
    -gboolean            clutter_win32_handle_event          (const MSG *msg);
    +gboolean            clutter_win32_handle_event          (const MSG *msg);
     
    @@ -75,7 +75,7 @@ This function can only be called before calling

    clutter_win32_set_stage_foreign ()

    -
    gboolean            clutter_win32_set_stage_foreign     (ClutterStage *stage,
    +
    gboolean            clutter_win32_set_stage_foreign     (ClutterStage *stage,
                                                              HWND hwnd);

    Target the ClutterStage to use an existing external window handle. @@ -95,7 +95,7 @@ Target the

    Returns :

    -TRUE if foreign window is valid +TRUE if foreign window is valid
    @@ -150,7 +150,7 @@ Gets the stage's window handle

    clutter_win32_handle_event ()

    -
    gboolean            clutter_win32_handle_event          (const MSG *msg);
    +
    gboolean            clutter_win32_handle_event          (const MSG *msg);

    This function processes a single Win32 message. It can be used to hook into external windows message processing (for example, a GDK @@ -170,9 +170,9 @@ let this function process events to update Clutter's internal state.

    Returns :

    -TRUE if the message was handled entirely by Clutter +TRUE if the message was handled entirely by Clutter and no further processing (such as calling the default window -procedure) should take place. FALSE is returned if is the message +procedure) should take place. FALSE is returned if is the message was not handled at all or if Clutter expects processing to take place. diff --git a/doc/reference/clutter/html/clutter-X11-Specific-Support.html b/doc/reference/clutter/html/clutter-X11-Specific-Support.html index 91f1a92..1e155e7 100644 --- a/doc/reference/clutter/html/clutter-X11-Specific-Support.html +++ b/doc/reference/clutter/html/clutter-X11-Specific-Support.html @@ -39,7 +39,7 @@

    Synopsis

    void                clutter_x11_set_display             (Display *xdpy);
     void                clutter_x11_disable_event_retrieval (void);
    -gboolean            clutter_x11_has_event_retrieval     (void);
    +gboolean            clutter_x11_has_event_retrieval     (void);
     ClutterStage *      clutter_x11_get_stage_from_window   (Window win);
     ClutterX11FilterReturn clutter_x11_handle_event         (XEvent *xevent);
     Display *           clutter_x11_get_default_display     (void);
    @@ -47,29 +47,29 @@
     Window              clutter_x11_get_root_window         (void);
     XVisualInfo *       clutter_x11_get_stage_visual        (ClutterStage *stage);
     Window              clutter_x11_get_stage_window        (ClutterStage *stage);
    -gboolean            clutter_x11_set_stage_foreign       (ClutterStage *stage,
    +gboolean            clutter_x11_set_stage_foreign       (ClutterStage *stage,
                                                              Window xwindow);
     void                clutter_x11_trap_x_errors           (void);
    -gint                clutter_x11_untrap_x_errors         (void);
    -gboolean            clutter_x11_has_composite_extension (void);
    +gint                clutter_x11_untrap_x_errors         (void);
    +gboolean            clutter_x11_has_composite_extension (void);
     Time                clutter_x11_get_current_event_time  (void);
    -void                clutter_x11_set_use_argb_visual     (gboolean use_argb);
    -gboolean            clutter_x11_get_use_argb_visual     (void);
    +void                clutter_x11_set_use_argb_visual     (gboolean use_argb);
    +gboolean            clutter_x11_get_use_argb_visual     (void);
     XVisualInfo *       clutter_x11_get_visual_info         (void);
     
     ClutterX11FilterReturn (*ClutterX11FilterFunc)          (XEvent *xev,
                                                              ClutterEvent *cev,
    -                                                         gpointer data);
    +                                                         gpointer data);
     enum                ClutterX11FilterReturn;
     void                clutter_x11_add_filter              (ClutterX11FilterFunc func,
    -                                                         gpointer data);
    +                                                         gpointer data);
     void                clutter_x11_remove_filter           (ClutterX11FilterFunc func,
    -                                                         gpointer data);
    +                                                         gpointer data);
     
    -const GSList *      clutter_x11_get_input_devices       (void);
    -gboolean            clutter_x11_has_xinput              (void);
    +const GSList *      clutter_x11_get_input_devices       (void);
    +gboolean            clutter_x11_has_xinput              (void);
     void                clutter_x11_enable_xinput           (void);
    -gint                clutter_x11_event_get_key_group     (const ClutterEvent *event);
    +gint                clutter_x11_event_get_key_group     (const ClutterEvent *event);
     
    @@ -95,9 +95,9 @@ pertaining Clutter's initialization process.

    If you are parsing the command line arguments by retrieving Clutter's -GOptionGroup with clutter_get_option_group() and calling -g_option_context_parse() yourself, you should also call -clutter_x11_set_display() before g_option_context_parse(). +GOptionGroup with clutter_get_option_group() and calling +g_option_context_parse() yourself, you should also call +clutter_x11_set_display() before g_option_context_parse().

    @@ -149,7 +149,7 @@ This function should not be normally used by applications.

    clutter_x11_has_event_retrieval ()

    -
    gboolean            clutter_x11_has_event_retrieval     (void);
    +
    gboolean            clutter_x11_has_event_retrieval     (void);

    Queries the X11 backend to check if event collection has been disabled.

    @@ -332,7 +332,7 @@ Gets the stages X Window.

    clutter_x11_set_stage_foreign ()

    -
    gboolean            clutter_x11_set_stage_foreign       (ClutterStage *stage,
    +
    gboolean            clutter_x11_set_stage_foreign       (ClutterStage *stage,
                                                              Window xwindow);

    Target the ClutterStage to use an existing external X Window @@ -352,7 +352,7 @@ Target the

    +TRUE if foreign window is valid

    Returns :

    -TRUE if foreign window is valid
    @@ -370,7 +370,7 @@ Traps every X error until

    clutter_x11_untrap_x_errors ()

    -
    gint                clutter_x11_untrap_x_errors         (void);
    +
    gint                clutter_x11_untrap_x_errors         (void);

    Removes the X error trap and returns the current status.

    @@ -386,7 +386,7 @@ Removes the X error trap and returns the current status.

    clutter_x11_has_composite_extension ()

    -
    gboolean            clutter_x11_has_composite_extension (void);
    +
    gboolean            clutter_x11_has_composite_extension (void);

    Retrieves whether Clutter is running on an X11 server with the XComposite extension @@ -396,7 +396,7 @@ XComposite extension

    Returns :

    -TRUE if the XComposite extension is available +TRUE if the XComposite extension is available
    @@ -422,7 +422,7 @@ or throttle events.

    clutter_x11_set_use_argb_visual ()

    -
    void                clutter_x11_set_use_argb_visual     (gboolean use_argb);
    +
    void                clutter_x11_set_use_argb_visual     (gboolean use_argb);

    Sets whether the Clutter X11 backend should request ARGB visuals by default or not. @@ -452,7 +452,7 @@ called.

    use_argb :

    -TRUE if ARGB visuals should be requested by default +TRUE if ARGB visuals should be requested by default

    Since 1.2

    @@ -460,7 +460,7 @@ called.

    clutter_x11_get_use_argb_visual ()

    -
    gboolean            clutter_x11_get_use_argb_visual     (void);
    +
    gboolean            clutter_x11_get_use_argb_visual     (void);

    Retrieves whether the Clutter X11 backend is using ARGB visuals by default

    @@ -469,7 +469,7 @@ Retrieves whether the Clutter X11 backend is using ARGB visuals by default

    Returns :

    -TRUE if ARGB visuals are queried by default +TRUE if ARGB visuals are queried by default

    Since 1.2

    @@ -499,7 +499,7 @@ when done. [

    ClutterX11FilterFunc ()

    ClutterX11FilterReturn (*ClutterX11FilterFunc)          (XEvent *xev,
                                                              ClutterEvent *cev,
    -                                                         gpointer data);
    + gpointer data);

    Filter function for X11 native events.

    @@ -566,7 +566,7 @@ Return values for the

    clutter_x11_add_filter ()

    void                clutter_x11_add_filter              (ClutterX11FilterFunc func,
    -                                                         gpointer data);
    + gpointer data);

    Adds an event filter function.

    @@ -579,7 +579,7 @@ Adds an event filter function.

    data :

    -user data to be passed to the filter function, or NULL +user data to be passed to the filter function, or NULL @@ -590,7 +590,7 @@ Adds an event filter function.

    clutter_x11_remove_filter ()

    void                clutter_x11_remove_filter           (ClutterX11FilterFunc func,
    -                                                         gpointer data);
    + gpointer data);

    Removes the given filter function.

    @@ -603,7 +603,7 @@ Removes the given filter function.

    data :

    -user data to be passed to the filter function, or NULL +user data to be passed to the filter function, or NULL @@ -613,7 +613,7 @@ Removes the given filter function.

    clutter_x11_get_input_devices ()

    -
    const GSList *      clutter_x11_get_input_devices       (void);
    +
    const GSList *      clutter_x11_get_input_devices       (void);

    Warning

    clutter_x11_get_input_devices has been deprecated since version 1.2 and should not be used in newly-written code. Use clutter_device_manager_peek_devices() instead

    @@ -636,7 +636,7 @@ owned by Clutter and should not be modified or freed. [

    clutter_x11_has_xinput ()

    -
    gboolean            clutter_x11_has_xinput              (void);
    +
    gboolean            clutter_x11_has_xinput              (void);

    Gets whether Clutter has XInput support.

    @@ -645,7 +645,7 @@ Gets whether Clutter has XInput support.

    Returns :

    -TRUE if Clutter was compiled with XInput support +TRUE if Clutter was compiled with XInput support and XInput support is available at run time.
    @@ -672,7 +672,7 @@ want to use

    clutter_x11_event_get_key_group ()

    -
    gint                clutter_x11_event_get_key_group     (const ClutterEvent *event);
    +
    gint                clutter_x11_event_get_key_group     (const ClutterEvent *event);

    Retrieves the group for the modifiers set in event

    diff --git a/doc/reference/clutter/html/clutter-animation-implicit.html b/doc/reference/clutter/html/clutter-animation-implicit.html index c53a23c..92d74fb 100644 --- a/doc/reference/clutter/html/clutter-animation-implicit.html +++ b/doc/reference/clutter/html/clutter-animation-implicit.html @@ -87,7 +87,7 @@ with the new values.

    If you need to chain up multiple animations created using clutter_actor_animate() you should connect to the - "completed" signal using g_signal_connect_after() + "completed" signal using g_signal_connect_after() to have the guarantee that the current ClutterAnimation has been detached from the actor. The documentation for clutter_actor_animate() has further examples.

    diff --git a/doc/reference/clutter/html/clutter-animations.html b/doc/reference/clutter/html/clutter-animations.html index 7b97612..6dca746 100644 --- a/doc/reference/clutter/html/clutter-animations.html +++ b/doc/reference/clutter/html/clutter-animations.html @@ -113,7 +113,7 @@ rotate_actor_cleanup (gpointer data)

    Priorities

    -

    G_PRIORITY_DEFAULT should always be used as the timeouts priority +

    G_PRIORITY_DEFAULT should always be used as the timeouts priority (in case of clutter_threads_add_timeout_full()) as not to intefere with Clutter's scheduling of repaints and input event handling.

    diff --git a/doc/reference/clutter/html/clutter.devhelp2 b/doc/reference/clutter/html/clutter.devhelp2 index 5d29062..d365437 100644 --- a/doc/reference/clutter/html/clutter.devhelp2 +++ b/doc/reference/clutter/html/clutter.devhelp2 @@ -1133,7 +1133,7 @@ - + @@ -1208,19 +1208,19 @@ - + - + - + - + - + @@ -1765,7 +1765,7 @@ - + diff --git a/doc/reference/clutter/html/clutterobjecthierarchy.html b/doc/reference/clutter/html/clutterobjecthierarchy.html index 41c5506..55cf805 100644 --- a/doc/reference/clutter/html/clutterobjecthierarchy.html +++ b/doc/reference/clutter/html/clutterobjecthierarchy.html @@ -23,8 +23,8 @@

    Object Hierarchy

    -    GObject
    -        GInitiallyUnowned
    +    GObject
    +        GInitiallyUnowned
                 ClutterActorMeta
                     ClutterAction
                         ClutterClickAction
    diff --git a/doc/reference/clutter/html/clutterobjectindex.html b/doc/reference/clutter/html/clutterobjectindex.html
    index 1be7f84..b4a2992 100644
    --- a/doc/reference/clutter/html/clutterobjectindex.html
    +++ b/doc/reference/clutter/html/clutterobjectindex.html
    @@ -151,11 +151,11 @@
     
     
     ClutterTransition
    -GInitiallyUnowned
    +GInitiallyUnowned
     GInterface
     
     
    -GObject
    +GObject
      
      
     
    diff --git a/doc/reference/clutter/html/go01.html b/doc/reference/clutter/html/go01.html
    index a13afce..18326a1 100644
    --- a/doc/reference/clutter/html/go01.html
    +++ b/doc/reference/clutter/html/go01.html
    @@ -21,7 +21,7 @@
     
     

    -Glossary

    +Glossary
    actor
    diff --git a/doc/reference/clutter/html/index.html b/doc/reference/clutter/html/index.html index f605545..362207d 100644 --- a/doc/reference/clutter/html/index.html +++ b/doc/reference/clutter/html/index.html @@ -14,11 +14,11 @@
    -

    for Clutter 1.10.0

    +

    for Clutter 1.10.4

    -

    +

    Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later diff --git a/doc/reference/clutter/html/iterating-paths.html b/doc/reference/clutter/html/iterating-paths.html index 31bd582..15d66df 100644 --- a/doc/reference/clutter/html/iterating-paths.html +++ b/doc/reference/clutter/html/iterating-paths.html @@ -25,7 +25,7 @@

    It is possible to iterate over all the ClutterPathNodes inside a ClutterPath by using clutter_path_get_nodes(), which will return - a GSList of ClutterPathNodes; or by using clutter_path_foreach() + a GSList of ClutterPathNodes; or by using clutter_path_foreach() with a function.

    The function pointer passed to clutter_path_foreach() should have the following definition:

    diff --git a/doc/reference/clutter/html/ix01.html b/doc/reference/clutter/html/ix01.html index e2d8032..63f2185 100644 --- a/doc/reference/clutter/html/ix01.html +++ b/doc/reference/clutter/html/ix01.html @@ -66,7 +66,7 @@

    -Index of all symbols

    +Index of all symbols

    A

    ClutterAction, struct in ClutterAction diff --git a/doc/reference/clutter/html/ix02.html b/doc/reference/clutter/html/ix02.html index f7954b3..ac11210 100644 --- a/doc/reference/clutter/html/ix02.html +++ b/doc/reference/clutter/html/ix02.html @@ -33,6 +33,8 @@  |  G  |  + N +  |  P  |  S @@ -48,7 +50,7 @@

    -Index of deprecated symbols

    +Index of deprecated symbols

    A

    clutter_actor_animate_with_alpha, function in Implicit Animations @@ -587,6 +589,11 @@ clutter_group_remove_all, function in ClutterGroup
    +

    N

    +
    +CLUTTER_NO_FPU, macro in Versioning Macros +
    +

    P

    ClutterParamSpecFixed, struct in Utilities diff --git a/doc/reference/clutter/html/ix03.html b/doc/reference/clutter/html/ix03.html index 128760c..de214d5 100644 --- a/doc/reference/clutter/html/ix03.html +++ b/doc/reference/clutter/html/ix03.html @@ -46,7 +46,7 @@

    -Index of new symbols in 0.2

    +Index of new symbols in 0.2

    A

    ClutterActor::destroy, object signal in ClutterActor diff --git a/doc/reference/clutter/html/ix04.html b/doc/reference/clutter/html/ix04.html index e49d807..0f31d90 100644 --- a/doc/reference/clutter/html/ix04.html +++ b/doc/reference/clutter/html/ix04.html @@ -52,7 +52,7 @@

    -Index of new symbols in 0.4

    +Index of new symbols in 0.4

    A

    clutter_actor_apply_transform_to_point, function in ClutterActor diff --git a/doc/reference/clutter/html/ix05.html b/doc/reference/clutter/html/ix05.html index 10c7421..9981dc0 100644 --- a/doc/reference/clutter/html/ix05.html +++ b/doc/reference/clutter/html/ix05.html @@ -48,7 +48,7 @@

    -Index of new symbols in 0.6

    +Index of new symbols in 0.6

    A

    ClutterActor::button-press-event, object signal in ClutterActor diff --git a/doc/reference/clutter/html/ix06.html b/doc/reference/clutter/html/ix06.html index b4c08b9..81c91ad 100644 --- a/doc/reference/clutter/html/ix06.html +++ b/doc/reference/clutter/html/ix06.html @@ -54,7 +54,7 @@

    -Index of new symbols in 0.8

    +Index of new symbols in 0.8

    A

    ClutterActor::paint, object signal in ClutterActor diff --git a/doc/reference/clutter/html/ix07.html b/doc/reference/clutter/html/ix07.html index 8f0595b..a9c5f9a 100644 --- a/doc/reference/clutter/html/ix07.html +++ b/doc/reference/clutter/html/ix07.html @@ -54,7 +54,7 @@

    -Index of new symbols in 1.0

    +Index of new symbols in 1.0

    A

    ClutterActor::allocation-changed, object signal in ClutterActor diff --git a/doc/reference/clutter/html/ix08.html b/doc/reference/clutter/html/ix08.html index 9590632..e03d0ee 100644 --- a/doc/reference/clutter/html/ix08.html +++ b/doc/reference/clutter/html/ix08.html @@ -50,7 +50,7 @@

    -Index of new symbols in 1.2

    +Index of new symbols in 1.2

    A

    ClutterActor::queue-relayout, object signal in ClutterActor diff --git a/doc/reference/clutter/html/ix09.html b/doc/reference/clutter/html/ix09.html index c9ffb38..e73182f 100644 --- a/doc/reference/clutter/html/ix09.html +++ b/doc/reference/clutter/html/ix09.html @@ -48,7 +48,7 @@

    -Index of new symbols in 1.4

    +Index of new symbols in 1.4

    A

    ClutterAction, struct in ClutterAction diff --git a/doc/reference/clutter/html/ix10.html b/doc/reference/clutter/html/ix10.html index b110f2a..bf47564 100644 --- a/doc/reference/clutter/html/ix10.html +++ b/doc/reference/clutter/html/ix10.html @@ -40,7 +40,7 @@

    -Index of new symbols in 1.6

    +Index of new symbols in 1.6

    A

    clutter_actor_box_set_origin, function in ClutterActor diff --git a/doc/reference/clutter/html/ix11.html b/doc/reference/clutter/html/ix11.html index c9413e0..c2d094c 100644 --- a/doc/reference/clutter/html/ix11.html +++ b/doc/reference/clutter/html/ix11.html @@ -46,7 +46,7 @@

    -Index of new symbols in 1.8

    +Index of new symbols in 1.8

    A

    ClutterActor:offscreen-redirect, object property in ClutterActor diff --git a/doc/reference/clutter/html/ix12.html b/doc/reference/clutter/html/ix12.html index 9b719e6..7eb1515 100644 --- a/doc/reference/clutter/html/ix12.html +++ b/doc/reference/clutter/html/ix12.html @@ -54,7 +54,7 @@

    -Index of new symbols in 1.10

    +Index of new symbols in 1.10

    A

    ClutterActor::transitions-completed, object signal in ClutterActor @@ -499,6 +499,10 @@
    +ClutterClipNodeClass, struct in Paint Nodes +
    +
    +
    clutter_clip_node_new, function in Paint Nodes
    @@ -507,6 +511,10 @@
    +ClutterColorNodeClass, struct in Paint Nodes +
    +
    +
    clutter_color_node_new, function in Paint Nodes
    @@ -705,6 +713,10 @@
    +ClutterPipelineNodeClass, struct in Paint Nodes +
    +
    +
    clutter_pipeline_node_new, function in Paint Nodes
    @@ -792,10 +804,18 @@
    +ClutterTextNodeClass, struct in Paint Nodes +
    +
    +
    ClutterTextureNode, struct in Paint Nodes
    +ClutterTextureNodeClass, struct in Paint Nodes +
    +
    +
    clutter_texture_node_new, function in Paint Nodes
    diff --git a/doc/reference/clutter/html/migrating-ClutterBehaviour.html b/doc/reference/clutter/html/migrating-ClutterBehaviour.html index d48b2c8..d77c6c9 100644 --- a/doc/reference/clutter/html/migrating-ClutterBehaviour.html +++ b/doc/reference/clutter/html/migrating-ClutterBehaviour.html @@ -76,7 +76,7 @@
    clutter_actor_set_opacity (some_actor, 255);
     clutter_actor_animate (some_actor, CLUTTER_LINEAR, 250,
                            "opacity", 0,
    -                       NULL);
    + NULL); @@ -136,15 +136,15 @@ ClutterAlpha *alpha = clutter_alpha_new_full (timeline, CLUTTER_LINEAR); ClutterBehaviour *behaviour; - g_object_set (some_actor, "scale-gravity", CLUTTER_GRAVITY_CENTER, NULL); + g_object_set (some_actor, "scale-gravity", CLUTTER_GRAVITY_CENTER, NULL); behaviour = clutter_behaviour_scale_new (alpha, 1.0, 2.0, 1.0, 2.0); clutter_behaviour_apply (behaviour, some_actor); - g_signal_connect (timeline, - "completed", G_CALLBACK (reverse_timeline), - NULL); + g_signal_connect (timeline, + "completed", G_CALLBACK (reverse_timeline), + NULL); clutter_timeline_set_loop (timeline); clutter_timeline_start (timeline); @@ -173,11 +173,11 @@ "scale-x", 2.0, "scale-y", 2.0, "fixed::scale-gravity", CLUTTER_GRAVITY_CENTER, - NULL); + NULL); ClutterTimeline *timeline = clutter_animation_get_timeline (animation); clutter_timeline_set_repeat_count (timeline, -1); -clutter_timeline_set_auto_reverse (timeline, TRUE); +clutter_timeline_set_auto_reverse (timeline, TRUE); diff --git a/doc/reference/clutter/html/pt10.html b/doc/reference/clutter/html/pt10.html index 74a231d..4ea3219 100644 --- a/doc/reference/clutter/html/pt10.html +++ b/doc/reference/clutter/html/pt10.html @@ -5,7 +5,7 @@ Part I.  - + @@ -14,14 +14,14 @@ - +

    -Part I. 

    This section describes the changes that need to be +Part I. 
    This section describes the changes that need to be done in applications using Clutter to use new features or to migrate from old, deprecated API to the new ones.