clutter 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +4 -4
- data/lib/clutter.rb +1 -1
- data/sample/easing-modes.rb +1 -3
- data/test/clutter-test-utils.rb +6 -1
- data/test/run-test.rb +2 -0
- data/test/test-clutter-color.rb +8 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-15.dll +0 -0
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +16 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +5 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +19 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +1 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +9 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +14 -4
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +38 -4
- data/vendor/local/include/cogl/cogl-path/cogl-path-enum-types.h +20 -0
- data/vendor/local/include/cogl/{cogl/cogl-path.h → cogl-path/cogl-path-types.h} +6 -27
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +58 -0
- data/vendor/local/include/cogl/{cogl/cogl-path-functions.h → cogl-path/cogl1-path-functions.h} +30 -0
- data/vendor/local/include/cogl/{cogl/cogl2-path.h → cogl-path/cogl2-path-functions.h} +87 -70
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +230 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +4 -3
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +40 -34
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +14 -12
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +4 -2
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +0 -13
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-color.h +48 -7
- data/vendor/local/include/cogl/cogl/cogl-context.h +28 -4
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -2
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-display.h +26 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +0 -4
- data/vendor/local/include/cogl/cogl/cogl-error.h +4 -0
- data/vendor/local/include/cogl/cogl/cogl-fence.h +136 -0
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +32 -84
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +34 -3
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +253 -0
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +114 -6
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +8 -4
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +8 -8
- data/vendor/local/include/cogl/cogl/cogl-object.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +41 -6
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +265 -45
- data/vendor/local/include/cogl/cogl/cogl-output.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +57 -8
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +6 -5
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-poll.h +44 -24
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +86 -29
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +7 -7
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +7 -2
- data/vendor/local/include/cogl/cogl/cogl-shader.h +72 -29
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +76 -11
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +5 -5
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +167 -1
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +36 -9
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +6 -6
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +13 -12
- data/vendor/local/include/cogl/cogl/cogl-texture.h +18 -21
- data/vendor/local/include/cogl/cogl/cogl-types.h +2 -1
- data/vendor/local/include/cogl/cogl/cogl-version.h +150 -3
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +44 -9
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +19 -0
- data/vendor/local/include/cogl/cogl/cogl.h +13 -9
- data/vendor/local/include/cogl/cogl/cogl1-context.h +174 -67
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +5 -5
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +5 -5
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +2 -2
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +74 -74
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +6548 -6241
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1906 -1405
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +69 -46
- data/vendor/local/share/gir-1.0/Json-1.0.gir +694 -694
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +12 -12
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +10 -13
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +196 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +51 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +51 -54
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +59 -62
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +49 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +24 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +13 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +107 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +33 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +26 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +44 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +60 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +731 -686
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +27 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +95 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +47 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +20 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +33 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +34 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +18 -21
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +96 -37
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +60 -63
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +23 -26
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +20 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +31 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +259 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +48 -25
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +12 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +55 -26
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +155 -70
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +89 -45
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +39 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +40 -43
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +35 -38
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +56 -47
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +49 -52
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +36 -24
- data/vendor/local/share/gtk-doc/html/clutter/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/clutter/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- metadata +39 -51
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libglut-0.dll +0 -0
- data/vendor/local/include/GL/freeglut.h +0 -22
- data/vendor/local/include/GL/freeglut_ext.h +0 -239
- data/vendor/local/include/GL/freeglut_std.h +0 -636
- data/vendor/local/include/GL/glut.h +0 -21
- data/vendor/local/include/cogl/cogl/cogl2-compatibility.h +0 -55
- data/vendor/local/lib/libglut.a +0 -0
- data/vendor/local/lib/libglut.dll.a +0 -0
- data/vendor/local/lib/libglut.la +0 -41
- data/vendor/local/share/license/freeglut/AUTHORS +0 -39
- data/vendor/local/share/license/freeglut/COPYING +0 -27
- data/vendor/local/share/locale/tg/LC_MESSAGES/clutter-1.0.mo +0 -0
@@ -89,21 +89,21 @@ G_BEGIN_DECLS
|
|
89
89
|
*
|
90
90
|
* The minor version of the Clutter library (2, if %CLUTTER_VERSION is 1.2.3)
|
91
91
|
*/
|
92
|
-
#define CLUTTER_MINOR_VERSION (
|
92
|
+
#define CLUTTER_MINOR_VERSION (16)
|
93
93
|
|
94
94
|
/**
|
95
95
|
* CLUTTER_MICRO_VERSION:
|
96
96
|
*
|
97
97
|
* The micro version of the Clutter library (3, if %CLUTTER_VERSION is 1.2.3)
|
98
98
|
*/
|
99
|
-
#define CLUTTER_MICRO_VERSION (
|
99
|
+
#define CLUTTER_MICRO_VERSION (2)
|
100
100
|
|
101
101
|
/**
|
102
102
|
* CLUTTER_VERSION:
|
103
103
|
*
|
104
104
|
* The full version of the Clutter library, like 1.2.3
|
105
105
|
*/
|
106
|
-
#define CLUTTER_VERSION 1.
|
106
|
+
#define CLUTTER_VERSION 1.16.2
|
107
107
|
|
108
108
|
/**
|
109
109
|
* CLUTTER_VERSION_S:
|
@@ -111,7 +111,7 @@ G_BEGIN_DECLS
|
|
111
111
|
* The full version of the Clutter library, in string form (suited for
|
112
112
|
* string concatenation)
|
113
113
|
*/
|
114
|
-
#define CLUTTER_VERSION_S "1.
|
114
|
+
#define CLUTTER_VERSION_S "1.16.2"
|
115
115
|
|
116
116
|
/**
|
117
117
|
* CLUTTER_VERSION_HEX:
|
@@ -204,6 +204,16 @@ G_BEGIN_DECLS
|
|
204
204
|
*/
|
205
205
|
#define CLUTTER_VERSION_1_14 (G_ENCODE_VERSION (1, 14))
|
206
206
|
|
207
|
+
/**
|
208
|
+
* CLUTTER_VERSION_1_16:
|
209
|
+
*
|
210
|
+
* A macro that evaluates to the 1.16 version of Clutter, in a format
|
211
|
+
* that can be used by the C pre-processor.
|
212
|
+
*
|
213
|
+
* Since: 1.14
|
214
|
+
*/
|
215
|
+
#define CLUTTER_VERSION_1_16 (G_ENCODE_VERSION (1, 16))
|
216
|
+
|
207
217
|
/* evaluates to the current stable version; for development cycles,
|
208
218
|
* this means the next stable target
|
209
219
|
*/
|
@@ -53,7 +53,7 @@ typedef PangoCairoFontMap CoglPangoFontMap;
|
|
53
53
|
*
|
54
54
|
* Return value: (transfer full): the newly created #PangoFontMap
|
55
55
|
*
|
56
|
-
* Since:
|
56
|
+
* Since: 1.14
|
57
57
|
*/
|
58
58
|
PangoFontMap *
|
59
59
|
cogl_pango_font_map_new (void);
|
@@ -80,7 +80,7 @@ cogl_pango_font_map_create_context (CoglPangoFontMap *font_map);
|
|
80
80
|
* The default value is %96, meaning that a 10 point font will be 13
|
81
81
|
* units high. (10 * 96. / 72. = 13.3).
|
82
82
|
*
|
83
|
-
* Since:
|
83
|
+
* Since: 1.14
|
84
84
|
*/
|
85
85
|
void
|
86
86
|
cogl_pango_font_map_set_resolution (CoglPangoFontMap *font_map,
|
@@ -165,7 +165,7 @@ cogl_pango_font_map_get_renderer (CoglPangoFontMap *font_map);
|
|
165
165
|
* @y) within the @framebuffer<!-- -->'s current model-view coordinate
|
166
166
|
* space.
|
167
167
|
*
|
168
|
-
* Since:
|
168
|
+
* Since: 1.14
|
169
169
|
*/
|
170
170
|
void
|
171
171
|
cogl_pango_show_layout (CoglFramebuffer *framebuffer,
|
@@ -186,7 +186,7 @@ cogl_pango_show_layout (CoglFramebuffer *framebuffer,
|
|
186
186
|
* @y) within the @framebuffer<!-- -->'s current model-view coordinate
|
187
187
|
* space.
|
188
188
|
*
|
189
|
-
* Since:
|
189
|
+
* Since: 1.14
|
190
190
|
*/
|
191
191
|
void
|
192
192
|
cogl_pango_show_layout_line (CoglFramebuffer *framebuffer,
|
@@ -209,6 +209,22 @@ typedef struct _CoglPangoRendererClass CoglPangoRendererClass;
|
|
209
209
|
|
210
210
|
GType cogl_pango_renderer_get_type (void) G_GNUC_CONST;
|
211
211
|
|
212
|
+
/**
|
213
|
+
* cogl_pango_render_layout_subpixel:
|
214
|
+
* @layout: a #PangoLayout
|
215
|
+
* @x: X coordinate (in Pango units) to render the layout at
|
216
|
+
* @y: Y coordinate (in Pango units) to render the layout at
|
217
|
+
* @color: color to use when rendering the layout
|
218
|
+
* @flags:
|
219
|
+
*
|
220
|
+
* Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
221
|
+
* @y) within the @framebuffer<!-- -->'s current model-view coordinate
|
222
|
+
* space.
|
223
|
+
*
|
224
|
+
* Since: 1.0
|
225
|
+
* Deprecated: 1.16: Use cogl_pango_show_layout() instead
|
226
|
+
*/
|
227
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_pango_show_layout)
|
212
228
|
void
|
213
229
|
cogl_pango_render_layout_subpixel (PangoLayout *layout,
|
214
230
|
int x,
|
@@ -216,6 +232,22 @@ cogl_pango_render_layout_subpixel (PangoLayout *layout,
|
|
216
232
|
const CoglColor *color,
|
217
233
|
int flags);
|
218
234
|
|
235
|
+
/**
|
236
|
+
* cogl_pango_render_layout:
|
237
|
+
* @layout: a #PangoLayout
|
238
|
+
* @x: X coordinate to render the layout at
|
239
|
+
* @y: Y coordinate to render the layout at
|
240
|
+
* @color: color to use when rendering the layout
|
241
|
+
* @flags:
|
242
|
+
*
|
243
|
+
* Draws a solidly coloured @layout on the given @framebuffer at (@x,
|
244
|
+
* @y) within the @framebuffer<!-- -->'s current model-view coordinate
|
245
|
+
* space.
|
246
|
+
*
|
247
|
+
* Since: 1.0
|
248
|
+
* Deprecated: 1.16: Use cogl_pango_show_layout() instead
|
249
|
+
*/
|
250
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_pango_show_layout)
|
219
251
|
void
|
220
252
|
cogl_pango_render_layout (PangoLayout *layout,
|
221
253
|
int x,
|
@@ -233,7 +265,9 @@ cogl_pango_render_layout (PangoLayout *layout,
|
|
233
265
|
* Renders @line at the given coordinates using the given color.
|
234
266
|
*
|
235
267
|
* Since: 1.0
|
268
|
+
* Deprecated: 1.16: Use cogl_pango_show_layout() instead
|
236
269
|
*/
|
270
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_pango_show_layout_line)
|
237
271
|
void
|
238
272
|
cogl_pango_render_layout_line (PangoLayoutLine *line,
|
239
273
|
int x,
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
/* Generated data (by glib-mkenums) */
|
3
|
+
|
4
|
+
#ifndef __COGL_PATH_ENUM_TYPES_H__
|
5
|
+
#define __COGL_PATH_ENUM_TYPES_H__
|
6
|
+
|
7
|
+
#include <glib-object.h>
|
8
|
+
|
9
|
+
G_BEGIN_DECLS
|
10
|
+
|
11
|
+
/* enumerations from "./cogl-path-types.h" */
|
12
|
+
GType cogl_path_fill_rule_get_type (void) G_GNUC_CONST;
|
13
|
+
#define COGL_TYPE_PATH_FILL_RULE (cogl_path_fill_rule_get_type())
|
14
|
+
|
15
|
+
G_END_DECLS
|
16
|
+
|
17
|
+
#endif /* __COGL_PATH_ENUM_TYPES_H__ */
|
18
|
+
|
19
|
+
/* Generated data ends here */
|
20
|
+
|
@@ -3,7 +3,7 @@
|
|
3
3
|
*
|
4
4
|
* An object oriented GL/GLES Abstraction/Utility Layer
|
5
5
|
*
|
6
|
-
* Copyright (C) 2008,2009 Intel Corporation.
|
6
|
+
* Copyright (C) 2008,2009,2013 Intel Corporation.
|
7
7
|
*
|
8
8
|
* This library is free software; you can redistribute it and/or
|
9
9
|
* modify it under the terms of the GNU Lesser General Public
|
@@ -16,7 +16,8 @@
|
|
16
16
|
* Lesser General Public License for more details.
|
17
17
|
*
|
18
18
|
* You should have received a copy of the GNU Lesser General Public
|
19
|
-
* License along with this library. If not, see
|
19
|
+
* License along with this library. If not, see
|
20
|
+
* <http://www.gnu.org/licenses/>.
|
20
21
|
*
|
21
22
|
*
|
22
23
|
*/
|
@@ -25,32 +26,13 @@
|
|
25
26
|
#error "Only <cogl/cogl.h> can be included directly."
|
26
27
|
#endif
|
27
28
|
|
28
|
-
#ifndef
|
29
|
-
#define
|
29
|
+
#ifndef __COGL_PATH_TYPES_H__
|
30
|
+
#define __COGL_PATH_TYPES_H__
|
30
31
|
|
31
32
|
#include <cogl/cogl-types.h>
|
32
33
|
|
33
34
|
COGL_BEGIN_DECLS
|
34
35
|
|
35
|
-
/**
|
36
|
-
* SECTION:cogl-paths
|
37
|
-
* @short_description: Functions for constructing and drawing 2D paths.
|
38
|
-
*
|
39
|
-
* There are two levels on which drawing with cogl-paths can be used.
|
40
|
-
* The highest level functions construct various simple primitive
|
41
|
-
* shapes to be either filled or stroked. Using a lower-level set of
|
42
|
-
* functions more complex and arbitrary paths can be constructed by
|
43
|
-
* concatenating straight line, bezier curve and arc segments.
|
44
|
-
*
|
45
|
-
* When constructing arbitrary paths, the current pen location is
|
46
|
-
* initialized using the move_to command. The subsequent path segments
|
47
|
-
* implicitly use the last pen location as their first vertex and move
|
48
|
-
* the pen location to the last vertex they produce at the end. Also
|
49
|
-
* there are special versions of functions that allow specifying the
|
50
|
-
* vertices of the path segments relative to the last pen location
|
51
|
-
* rather then in the absolute coordinates.
|
52
|
-
*/
|
53
|
-
|
54
36
|
typedef struct _CoglPath CoglPath;
|
55
37
|
|
56
38
|
#define COGL_PATH(obj) ((CoglPath *)(obj))
|
@@ -96,7 +78,4 @@ typedef enum {
|
|
96
78
|
|
97
79
|
COGL_END_DECLS
|
98
80
|
|
99
|
-
#
|
100
|
-
|
101
|
-
#endif /* __COGL_PATH_H__ */
|
102
|
-
|
81
|
+
#endif /* __COGL_PATH_TYPES_H__ */
|
@@ -0,0 +1,58 @@
|
|
1
|
+
/*
|
2
|
+
* Cogl
|
3
|
+
*
|
4
|
+
* An object oriented GL/GLES Abstraction/Utility Layer
|
5
|
+
*
|
6
|
+
* Copyright (C) 2008,2009,2013 Intel Corporation.
|
7
|
+
*
|
8
|
+
* This library is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation; either
|
11
|
+
* version 2 of the License, or (at your option) any later version.
|
12
|
+
*
|
13
|
+
* This library is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
* Lesser General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public
|
19
|
+
* License along with this library. If not, see
|
20
|
+
* <http://www.gnu.org/licenses/>.
|
21
|
+
*
|
22
|
+
*
|
23
|
+
*/
|
24
|
+
|
25
|
+
#ifndef __COGL_PATH_H__
|
26
|
+
#define __COGL_PATH_H__
|
27
|
+
|
28
|
+
/**
|
29
|
+
* SECTION:cogl-paths
|
30
|
+
* @short_description: Functions for constructing and drawing 2D paths.
|
31
|
+
*
|
32
|
+
* There are two levels on which drawing with cogl-paths can be used.
|
33
|
+
* The highest level functions construct various simple primitive
|
34
|
+
* shapes to be either filled or stroked. Using a lower-level set of
|
35
|
+
* functions more complex and arbitrary paths can be constructed by
|
36
|
+
* concatenating straight line, bezier curve and arc segments.
|
37
|
+
*
|
38
|
+
* When constructing arbitrary paths, the current pen location is
|
39
|
+
* initialized using the move_to command. The subsequent path segments
|
40
|
+
* implicitly use the last pen location as their first vertex and move
|
41
|
+
* the pen location to the last vertex they produce at the end. Also
|
42
|
+
* there are special versions of functions that allow specifying the
|
43
|
+
* vertices of the path segments relative to the last pen location
|
44
|
+
* rather then in the absolute coordinates.
|
45
|
+
*/
|
46
|
+
|
47
|
+
#include <cogl-path/cogl-path-enum-types.h>
|
48
|
+
|
49
|
+
#include <cogl-path/cogl-path-types.h>
|
50
|
+
|
51
|
+
#ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API
|
52
|
+
#include <cogl-path/cogl2-path-functions.h>
|
53
|
+
#else
|
54
|
+
#include <cogl-path/cogl1-path-functions.h>
|
55
|
+
#endif
|
56
|
+
|
57
|
+
#endif /* __COGL_PATH_H__ */
|
58
|
+
|
data/vendor/local/include/cogl/{cogl/cogl-path-functions.h → cogl-path/cogl1-path-functions.h}
RENAMED
@@ -424,6 +424,36 @@ cogl_set_path (CoglPath *path);
|
|
424
424
|
CoglPath *
|
425
425
|
cogl_path_copy (CoglPath *path);
|
426
426
|
|
427
|
+
/**
|
428
|
+
* cogl_clip_push_from_path_preserve:
|
429
|
+
*
|
430
|
+
* Sets a new clipping area using the current path. The current path
|
431
|
+
* is then cleared. The clipping area is intersected with the previous
|
432
|
+
* clipping area. To restore the previous clipping area, call
|
433
|
+
* cogl_clip_pop().
|
434
|
+
*
|
435
|
+
* Since: 1.0
|
436
|
+
* Deprecated: 1.16: Use cogl_framebuffer_push_path_clip() instead
|
437
|
+
*/
|
438
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_push_path_clip)
|
439
|
+
void
|
440
|
+
cogl_clip_push_from_path_preserve (void);
|
441
|
+
|
442
|
+
/**
|
443
|
+
* cogl_clip_push_from_path:
|
444
|
+
*
|
445
|
+
* Sets a new clipping area using the current path. The current path
|
446
|
+
* is then cleared. The clipping area is intersected with the previous
|
447
|
+
* clipping area. To restore the previous clipping area, call
|
448
|
+
* cogl_clip_pop().
|
449
|
+
*
|
450
|
+
* Since: 1.0
|
451
|
+
* Deprecated: 1.16: Use cogl_framebuffer_push_path_clip() instead
|
452
|
+
*/
|
453
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_push_path_clip)
|
454
|
+
void
|
455
|
+
cogl_clip_push_from_path (void);
|
456
|
+
|
427
457
|
COGL_END_DECLS
|
428
458
|
|
429
459
|
#endif /* __COGL_PATH_FUNCTIONS_H__ */
|
@@ -3,7 +3,7 @@
|
|
3
3
|
*
|
4
4
|
* An object oriented GL/GLES Abstraction/Utility Layer
|
5
5
|
*
|
6
|
-
* Copyright (C) 2008,2009 Intel Corporation.
|
6
|
+
* Copyright (C) 2008,2009,2013 Intel Corporation.
|
7
7
|
*
|
8
8
|
* This library is free software; you can redistribute it and/or
|
9
9
|
* modify it under the terms of the GNU Lesser General Public
|
@@ -16,7 +16,8 @@
|
|
16
16
|
* Lesser General Public License for more details.
|
17
17
|
*
|
18
18
|
* You should have received a copy of the GNU Lesser General Public
|
19
|
-
* License along with this library. If not, see
|
19
|
+
* License along with this library. If not, see
|
20
|
+
* <http://www.gnu.org/licenses/>.
|
20
21
|
*
|
21
22
|
*
|
22
23
|
*/
|
@@ -25,36 +26,14 @@
|
|
25
26
|
#error "Only <cogl/cogl.h> can be included directly."
|
26
27
|
#endif
|
27
28
|
|
28
|
-
#ifndef
|
29
|
-
#define
|
29
|
+
#ifndef __COGL2_PATH_FUNCTIONS_H__
|
30
|
+
#define __COGL2_PATH_FUNCTIONS_H__
|
30
31
|
|
31
32
|
#include <cogl/cogl-types.h>
|
33
|
+
#include <cogl/cogl.h>
|
32
34
|
|
33
35
|
COGL_BEGIN_DECLS
|
34
36
|
|
35
|
-
/**
|
36
|
-
* SECTION:cogl-paths
|
37
|
-
* @short_description: Functions for constructing and drawing 2D paths.
|
38
|
-
*
|
39
|
-
* There are two levels on which drawing with cogl-paths can be used.
|
40
|
-
* The highest level functions construct various simple primitive
|
41
|
-
* shapes to be either filled or stroked. Using a lower-level set of
|
42
|
-
* functions more complex and arbitrary paths can be constructed by
|
43
|
-
* concatenating straight line, bezier curve and arc segments.
|
44
|
-
*
|
45
|
-
* When constructing arbitrary paths, the current pen location is
|
46
|
-
* initialized using the move_to command. The subsequent path segments
|
47
|
-
* implicitly use the last pen location as their first vertex and move
|
48
|
-
* the pen location to the last vertex they produce at the end. Also
|
49
|
-
* there are special versions of functions that allow specifying the
|
50
|
-
* vertices of the path segments relative to the last pen location
|
51
|
-
* rather then in the absolute coordinates.
|
52
|
-
*/
|
53
|
-
|
54
|
-
typedef struct _CoglPath CoglPath;
|
55
|
-
|
56
|
-
#define COGL_PATH(obj) ((CoglPath *)(obj))
|
57
|
-
|
58
37
|
#define cogl_path_new cogl2_path_new
|
59
38
|
/**
|
60
39
|
* cogl_path_new:
|
@@ -396,48 +375,6 @@ cogl_path_round_rectangle (CoglPath *path,
|
|
396
375
|
float radius,
|
397
376
|
float arc_step);
|
398
377
|
|
399
|
-
/**
|
400
|
-
* CoglPathFillRule:
|
401
|
-
* @COGL_PATH_FILL_RULE_NON_ZERO: Each time the line crosses an edge of
|
402
|
-
* the path from left to right one is added to a counter and each time
|
403
|
-
* it crosses from right to left the counter is decremented. If the
|
404
|
-
* counter is non-zero then the point will be filled. See <xref
|
405
|
-
* linkend="fill-rule-non-zero"/>.
|
406
|
-
* @COGL_PATH_FILL_RULE_EVEN_ODD: If the line crosses an edge of the
|
407
|
-
* path an odd number of times then the point will filled, otherwise
|
408
|
-
* it won't. See <xref linkend="fill-rule-even-odd"/>.
|
409
|
-
*
|
410
|
-
* #CoglPathFillRule is used to determine how a path is filled. There
|
411
|
-
* are two options - 'non-zero' and 'even-odd'. To work out whether any
|
412
|
-
* point will be filled imagine drawing an infinetely long line in any
|
413
|
-
* direction from that point. The number of times and the direction
|
414
|
-
* that the edges of the path crosses this line determines whether the
|
415
|
-
* line is filled as described below. Any open sub paths are treated
|
416
|
-
* as if there was an extra line joining the first point and the last
|
417
|
-
* point.
|
418
|
-
*
|
419
|
-
* The default fill rule is %COGL_PATH_FILL_RULE_EVEN_ODD. The fill
|
420
|
-
* rule is attached to the current path so preserving a path with
|
421
|
-
* cogl_get_path() also preserves the fill rule. Calling
|
422
|
-
* cogl_path_new() resets the current fill rule to the default.
|
423
|
-
*
|
424
|
-
* <figure id="fill-rule-non-zero">
|
425
|
-
* <title>Example of filling various paths using the non-zero rule</title>
|
426
|
-
* <graphic fileref="fill-rule-non-zero.png" format="PNG"/>
|
427
|
-
* </figure>
|
428
|
-
*
|
429
|
-
* <figure id="fill-rule-even-odd">
|
430
|
-
* <title>Example of filling various paths using the even-odd rule</title>
|
431
|
-
* <graphic fileref="fill-rule-even-odd.png" format="PNG"/>
|
432
|
-
* </figure>
|
433
|
-
*
|
434
|
-
* Since: 1.4
|
435
|
-
*/
|
436
|
-
typedef enum {
|
437
|
-
COGL_PATH_FILL_RULE_NON_ZERO,
|
438
|
-
COGL_PATH_FILL_RULE_EVEN_ODD
|
439
|
-
} CoglPathFillRule;
|
440
|
-
|
441
378
|
#define cogl_path_set_fill_rule cogl2_path_set_fill_rule
|
442
379
|
/**
|
443
380
|
* cogl_path_set_fill_rule:
|
@@ -487,6 +424,32 @@ cogl_path_get_fill_rule (CoglPath *path);
|
|
487
424
|
void
|
488
425
|
cogl_path_fill (CoglPath *path);
|
489
426
|
|
427
|
+
/**
|
428
|
+
* cogl_framebuffer_fill_path:
|
429
|
+
* @framebuffer: A #CoglFramebuffer
|
430
|
+
* @pipeline: A #CoglPipeline to render with
|
431
|
+
* @path: The #CoglPath to fill
|
432
|
+
*
|
433
|
+
* Fills the interior of the path using the fragment operations
|
434
|
+
* defined by the pipeline.
|
435
|
+
*
|
436
|
+
* The interior of the shape is determined using the fill rule of the
|
437
|
+
* path. See %CoglPathFillRule for details.
|
438
|
+
*
|
439
|
+
* <note>The result of referencing sliced textures in your current
|
440
|
+
* pipeline when filling a path are undefined. You should pass
|
441
|
+
* the %COGL_TEXTURE_NO_SLICING flag when loading any texture you will
|
442
|
+
* use while filling a path.</note>
|
443
|
+
*
|
444
|
+
* Stability: unstable
|
445
|
+
* Deprecated: 1.16: Use cogl_path_fill() instead
|
446
|
+
*/
|
447
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_path_fill)
|
448
|
+
void
|
449
|
+
cogl_framebuffer_fill_path (CoglFramebuffer *framebuffer,
|
450
|
+
CoglPipeline *pipeline,
|
451
|
+
CoglPath *path);
|
452
|
+
|
490
453
|
#define cogl_path_stroke cogl2_path_stroke
|
491
454
|
/**
|
492
455
|
* cogl_path_stroke:
|
@@ -500,7 +463,61 @@ cogl_path_fill (CoglPath *path);
|
|
500
463
|
void
|
501
464
|
cogl_path_stroke (CoglPath *path);
|
502
465
|
|
466
|
+
/**
|
467
|
+
* cogl_framebuffer_stroke_path:
|
468
|
+
* @framebuffer: A #CoglFramebuffer
|
469
|
+
* @pipeline: A #CoglPipeline to render with
|
470
|
+
* @path: The #CoglPath to stroke
|
471
|
+
*
|
472
|
+
* Strokes the edge of the path using the fragment operations defined
|
473
|
+
* by the pipeline. The stroke line will have a width of 1 pixel
|
474
|
+
* regardless of the current transformation matrix.
|
475
|
+
*
|
476
|
+
* Stability: unstable
|
477
|
+
* Deprecated: 1.16: Use cogl_path_stroke() instead
|
478
|
+
*/
|
479
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_path_stroke)
|
480
|
+
void
|
481
|
+
cogl_framebuffer_stroke_path (CoglFramebuffer *framebuffer,
|
482
|
+
CoglPipeline *pipeline,
|
483
|
+
CoglPath *path);
|
484
|
+
|
485
|
+
/**
|
486
|
+
* cogl_framebuffer_push_path_clip:
|
487
|
+
* @framebuffer: A #CoglFramebuffer pointer
|
488
|
+
* @path: The path to clip with.
|
489
|
+
*
|
490
|
+
* Sets a new clipping area using the silhouette of the specified,
|
491
|
+
* filled @path. The clipping area is intersected with the previous
|
492
|
+
* clipping area. To restore the previous clipping area, call
|
493
|
+
* cogl_framebuffer_pop_clip().
|
494
|
+
*
|
495
|
+
* Since: 1.0
|
496
|
+
* Stability: unstable
|
497
|
+
*/
|
498
|
+
void
|
499
|
+
cogl_framebuffer_push_path_clip (CoglFramebuffer *framebuffer,
|
500
|
+
CoglPath *path);
|
501
|
+
|
502
|
+
#define cogl_clip_push_from_path cogl2_clip_push_from_path
|
503
|
+
/**
|
504
|
+
* cogl_clip_push_from_path:
|
505
|
+
* @path: The path to clip with.
|
506
|
+
*
|
507
|
+
* Sets a new clipping area using the silhouette of the specified,
|
508
|
+
* filled @path. The clipping area is intersected with the previous
|
509
|
+
* clipping area. To restore the previous clipping area, call
|
510
|
+
* call cogl_clip_pop().
|
511
|
+
*
|
512
|
+
* Since: 1.8
|
513
|
+
* Stability: Unstable
|
514
|
+
* Deprecated: 1.16: Use cogl_framebuffer_push_path_clip() instead
|
515
|
+
*/
|
516
|
+
COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_push_path_clip)
|
517
|
+
void
|
518
|
+
cogl_clip_push_from_path (CoglPath *path);
|
519
|
+
|
503
520
|
COGL_END_DECLS
|
504
521
|
|
505
|
-
#endif /*
|
522
|
+
#endif /* __COGL2_PATH_FUNCTIONS_H__ */
|
506
523
|
|