summaryrefslogtreecommitdiff
path: root/graphics/clutter/PLIST
diff options
context:
space:
mode:
authorobache <obache>2010-03-04 08:13:15 +0000
committerobache <obache>2010-03-04 08:13:15 +0000
commitcd129df69abbf2ab2af9bab196ac0e888d5fa473 (patch)
treeb51f2dd45aec495b04aa60f811c091a6d7be7b9f /graphics/clutter/PLIST
parenta38b247bd5dd73c13bf0529c994a3585fe2115da (diff)
downloadpkgsrc-cd129df69abbf2ab2af9bab196ac0e888d5fa473.tar.gz
Update clutter to 1.2.0.
Clutter 1.2.0 (02/03/2010) =============================================================================== • List of changes since Clutter 1.1.14 » Improve the Animator API for consistency, and the implementation to match the intended behaviour, as documented » Add initial (and internal) support for queueing clipped region updates and let the GLX texture-from-pixmap actor take advantage of it » Support any pixel format in cogl_read_pixels() » Conditionally use G_VALUE_COLLECT_INIT() in functions using variadic arguments lists » Consistently use :min-width and :min-height inside the Stage to define the minimum size of the Stage window » Implement the Scriptable interface for ClutterModel sub-classes; this allows setting ClutterModel columns (both types and names) in ClutterScript definitions » Add support for unsigned integer indices in the VertexBuffer API » Documentation fixes for Clutter: the coverage is now 100% » Fixes for the EGL native backend » Require libtool >= 2.2.6 » Improve tests coverage Many thanks to: Neil Roberts Øyvind Kolås Robert Bragg Bastian Winkler Chris Lord Owen W. Taylor Clutter 1.1.14 (24/02/2010) =============================================================================== • List of changes since Clutter 1.1.12 » Fix interaction between user resizable Stages and fullscreen on X11 » Define the semantics of ENTER and LEAVE events when actors are on the border of the Stage window » Take the InputDevice of an event into consideration when throttling MOTION events » Round the coordinates when clipping to a rectangle in window coordinates » Always trust the user-provided coordinates when creating a CoglTexture from a foreign GL texture » Split Clutter's debug annotations from the pick and paint mode behavioural modifiers » Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every actor using a ClutterFixedLayout manager will automatically benefit from it » Fix the packing order of ClutterBox so that the convention of first-in-first-painted is maintained » Documentation fixes Many thanks to: Robert Bragg Chris Lord Neil Roberts Clutter 1.1.12 (16/02/2010) =============================================================================== • List of changes since Clutter 1.1.10 » Fix compilation on 64bit platforms » Fix some races of the Stage resizing on X11 » Documentation fixes for Cogl: the coverage is now 100% » Fix rounding errors in the preferred height of the ClutterText actor » Remove redundant type checks in clutter_actor_get_paint_opacity() » Add support for the GLX_INTEL_swap_event extension; when using this extension on GLX the glXSwapBuffers() call becomes non-blocking and Clutter will use an event to control the master clock. » Improve consistency between ClutterBox and ClutterGroup. » On X11, do not set the _NET_WM_PID and WM_TITLE properties on a Stage X window if the window was not created by Clutter itself » Improve caching of GL constant values » Optimize creating sub-textures of sub-textures » Various fixes for the atlas and the journal » Disable the atlas if FBOs are not supported Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Bastian Winkler Chris Lord Clutter 1.1.10 (09/02/2010) =============================================================================== • List of changes since Clutter 1.1.8 » Fixed a regression in textures that caused all the textures to be drawn as white rectangles. » Fixed compilation with the Sun C compiler. » Use SSE2 instructions to premultiply RGBA images, if available. » Improve readability of ClutterActor::raise/::lower warnings. Many thanks to: Neil Roberts Halton Huo Clutter 1.1.8 (08/02/2010) =============================================================================== • List of changes since Clutter 1.1.6 » Added ClutterAnimator, a class that allows defining complex implicit animations involving multiple actors and states; this class is mostly meant to be used through the ClutterScript definition format, but it provides a convenience C API for easily building animations. » New experimental COGL API to expose "hardware" buffers such as PBOs or drm surfaces. This API can be used, for instance, to make texture uploading faster. » Fixed the issues with resizable stages getting a 1x1 window with the X11 backends » Expose input devices for every event; by default, X11 and Windows backends expose the core devices only. » Add the ClutterStage:key-focus property, for key focus tracking. » Allow setting transformable value types in ClutterAnimation when calling clutter_animation_bind() and clutter_animation_update(). » Delay the creation of the default Stage until clutter_stage_get_default() is actually called; this reduces the work of clutter_init(). » Implement Ctrl+Delete and Ctrl+Backspace in ClutterText » Improve the extendability of CoglTexture with internal backends. » Add implicit texture atlasing; Cogl will try to put every texture inside the same texture atlas by default, to avoid state changes in the driver and (hopefully) improve performance. » Fix notification of the cursor and selection changes in ClutterText; this improves the usage of Clutter from A11Y toolkits. » Do not wait for a frame if the system clock goes backwards. » Fix the dirtying of the clip state; this unbreaks cogl_path_fill(). » Documentation and build fixes. Many thanks to: Neil Roberts Chris Lord Damien Lespiau Alejandro Piñeiro Jussi Kukkonen Kristian Høgsberg Robert Bragg Øyvind Kolås Clutter 1.1.6 (18/01/2010) =============================================================================== • List of changes since Clutter 1.1.4 » Some fixes for the Win32 backend (bug #1905). » Profiling support via the UProf library. Configure with --enable-profile to get a report after each Clutter application is run. » Improved conformance tests with coverage reports via gcov. » ClutterTexture no longer tries to read back texture data into g_malloc'd memory on unrealize (bug #1842). » The CGL_• defines from cogl-defines.h have been removed. These should not have been used by any applications, but if they were being used then please replace them either with the Cogl enums or with the appropriate GL_• enum if you are using GL directly. » Added a delete-event signal to the stage. » Fix for using cogl_rectangle with different texture coordinates for multiple layers (bug #1937). » Fix for using stencil and depth buffers in FBOs on Intel drivers in Mesa (bug #1873). » Support for subtitles in ClutterMedia. » ClutterGLX will now use an RGB visual by default. For applications (and toolkit integration libraries) that want to enable the ClutterStage:use-alpha property there is a new function: clutter_x11_set_use_argb_visual(). » Fix ClutterText to allow using Pango markup and attributes in the same actor (bug #1940). Many thanks to: Alejandro Piñeiro Damien Lespiau Emmanuele Bassi Gord Allot Halton Huo Robert Bragg Samuel Degrande Clutter 1.1.4 (03/01/2010) =============================================================================== • List of changes since Clutter 1.1.2 » Update the ClutterScript parser to be more resilient, and support constructor and ChildMeta properties. The parser also respects the order of the properties in the UI definitions when applying them, and will apply the properties of an Actor after building the scene graph. » Simplified the implementation of LayoutManager sub-classes, and added support for animating a layout manager. » Allow short-circuiting some layout operations by setting a specific flag on ClutterActor. » Improve caching of the preferred size of a ClutterActor. » Allow declaring "internal children" for a ClutterContainer implementation: the memory management of these actors will be deferred entirely to the Container. » Let the ClutterStage honour the :opacity property and the alpha component of the stage color. This requires support in the Clutter backend used. » Improve Windows and OSX backends. » Simplify the feature detection code for OpenGL; this also reduced the required OpenGL version to 1.2. » Improve the matrix stack handling code. The matrices can be debugged by using the COGL_DEBUG environment variable, assuming that Clutter was compiled with the right configure-time switch. » Improve COGL API for draw buffers, and for offscreen buffer support. » Add support for text direction to ClutterActor. » Documentation, introspection and build fixes. Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Joshua Lock Bastian Winkler Rob Bradford Samuel Degrande Christian Persch Colin Walters Johan Bilien Raymond Liu Tim Horton Clutter 1.1.2 (23/10/2009) =============================================================================== • List of changes since Clutter 1.0 » Add ClutterLayoutManager, an abstract proxy class for easily writing layout management policies; also add ClutterLayoutMeta, a class for storing layout properties. » Add ClutterBox, a generic container actor that relies on a ClutterLayoutManager instance to manage the layout of its children. » Add the following layout managers: - ClutterFixedLayout - a layout manager implementing the policy used by ClutterGroup - ClutterBinLayout - a layout manager for packing actors as layers inside the same area, with per-actor alignment - ClutterFlowLayout - a layout manager arranging actors as a reflowing grid - ClutterBoxLayout - a layout manager arranging actors as a single line » Remove the requirement for the backend-specific implementation of ClutterStage to be a ClutterActor: a Stage implementation must only implement the ClutterStageWindow interface. This cleans up the backend code. » COGL source tree clean up and rationalization; COGL now knows the platform, and not only the driver (GL or GLES) so we can migrate part of the low-level backend code from Clutter to COGL where it makes sense. » Remove code duplication across whole COGL. » The GLES 2.0 driver for COGL, and the EGLX backend for Clutter have been fixed and confirmed working. » Add "dump-pick-buffer" to CLUTTER_DEBUG: this debug options dumps the contents of each pick() buffer into a PNG file, for debugging purposes. » Allow interpolating intervals of ClutterUnits for animating unit-based properties. » Increase strictness and correctness of the ClutterUnits grammar parser. » Add GValue transformation functions for ClutterPath to and from a string. » Fix word movement in ClutterText; implement GObject getter for :use-markup; emit notification for :position; decouple the :text property from the :use-markup property. » Do not queue redraws or relayouts on actors currently being destroyed. » Support #rrggbb and #rgb notations for ClutterColor. » Multiple bug fixes. » Provide _NET_WM_PID on the X11 stage implementation. » Documentation and Introspection annotation fixes. » Add test units for the ClutterActor size requesition. » Build fixes. » Use AM_SILENT_RULES if Automake 1.11 is detected, and fall back to Shave on older Automake versions. Many thanks to: Robert Bragg Damien Lespiau Neil Roberts Thomas Wood Owen W. Taylor Øyvind Kolås Götz Waschk Zhou Jiangwei Colin Walters Jonas Bonn Joshua Lock Jussi Kukkonen Samuel Degrande Vladimir Nadvornik Xu Li
Diffstat (limited to 'graphics/clutter/PLIST')
-rw-r--r--graphics/clutter/PLIST46
1 files changed, 43 insertions, 3 deletions
diff --git a/graphics/clutter/PLIST b/graphics/clutter/PLIST
index 4948dbdd712..62c0ada6e9b 100644
--- a/graphics/clutter/PLIST
+++ b/graphics/clutter/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/26 08:45:51 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2010/03/04 08:13:15 obache Exp $
include/clutter-1.0/clutter/clutter-actor.h
include/clutter-1.0/clutter/clutter-alpha.h
include/clutter-1.0/clutter/clutter-animatable.h
include/clutter-1.0/clutter/clutter-animation.h
+include/clutter-1.0/clutter/clutter-animator.h
include/clutter-1.0/clutter/clutter-backend.h
include/clutter-1.0/clutter/clutter-behaviour-depth.h
include/clutter-1.0/clutter/clutter-behaviour-ellipse.h
@@ -11,22 +12,31 @@ include/clutter-1.0/clutter/clutter-behaviour-path.h
include/clutter-1.0/clutter/clutter-behaviour-rotate.h
include/clutter-1.0/clutter/clutter-behaviour-scale.h
include/clutter-1.0/clutter/clutter-behaviour.h
+include/clutter-1.0/clutter/clutter-bin-layout.h
include/clutter-1.0/clutter/clutter-binding-pool.h
+include/clutter-1.0/clutter/clutter-box-layout.h
+include/clutter-1.0/clutter/clutter-box.h
include/clutter-1.0/clutter/clutter-cairo-texture.h
include/clutter-1.0/clutter/clutter-child-meta.h
include/clutter-1.0/clutter/clutter-clone.h
include/clutter-1.0/clutter/clutter-color.h
include/clutter-1.0/clutter/clutter-container.h
include/clutter-1.0/clutter/clutter-deprecated.h
+include/clutter-1.0/clutter/clutter-device-manager.h
include/clutter-1.0/clutter/clutter-enum-types.h
include/clutter-1.0/clutter/clutter-event.h
include/clutter-1.0/clutter/clutter-feature.h
+include/clutter-1.0/clutter/clutter-fixed-layout.h
include/clutter-1.0/clutter/clutter-fixed.h
+include/clutter-1.0/clutter/clutter-flow-layout.h
include/clutter-1.0/clutter/clutter-frame-source.h
include/clutter-1.0/clutter/clutter-group.h
+include/clutter-1.0/clutter/clutter-input-device.h
include/clutter-1.0/clutter/clutter-interval.h
include/clutter-1.0/clutter/clutter-json.h
include/clutter-1.0/clutter/clutter-keysyms.h
+include/clutter-1.0/clutter/clutter-layout-manager.h
+include/clutter-1.0/clutter/clutter-layout-meta.h
include/clutter-1.0/clutter/clutter-list-model.h
include/clutter-1.0/clutter/clutter-main.h
include/clutter-1.0/clutter/clutter-media.h
@@ -40,6 +50,7 @@ include/clutter-1.0/clutter/clutter-scriptable.h
include/clutter-1.0/clutter/clutter-shader-types.h
include/clutter-1.0/clutter/clutter-shader.h
include/clutter-1.0/clutter/clutter-stage-manager.h
+include/clutter-1.0/clutter/clutter-stage-window.h
include/clutter-1.0/clutter/clutter-stage.h
include/clutter-1.0/clutter/clutter-text.h
include/clutter-1.0/clutter/clutter-texture.h
@@ -56,9 +67,10 @@ ${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11-enum-types.h
${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
${PLIST.x11}include/clutter-1.0/clutter/x11/clutter-x11.h
include/clutter-1.0/cogl/cogl-bitmap.h
+include/clutter-1.0/cogl/cogl-buffer.h
include/clutter-1.0/cogl/cogl-color.h
include/clutter-1.0/cogl/cogl-debug.h
-include/clutter-1.0/cogl/cogl-defines-gl.h
+include/clutter-1.0/cogl/cogl-defines.h
include/clutter-1.0/cogl/cogl-deprecated.h
include/clutter-1.0/cogl/cogl-enum-types.h
include/clutter-1.0/cogl/cogl-fixed.h
@@ -67,6 +79,8 @@ include/clutter-1.0/cogl/cogl-matrix.h
include/clutter-1.0/cogl/cogl-offscreen.h
include/clutter-1.0/cogl/cogl-pango.h
include/clutter-1.0/cogl/cogl-path.h
+include/clutter-1.0/cogl/cogl-pixel-buffer.h
+include/clutter-1.0/cogl/cogl-primitives.h
include/clutter-1.0/cogl/cogl-shader.h
include/clutter-1.0/cogl/cogl-texture.h
include/clutter-1.0/cogl/cogl-types.h
@@ -83,6 +97,7 @@ lib/pkgconfig/cogl-gl-1.0.pc
share/gtk-doc/html/clutter/ClutterActor.html
share/gtk-doc/html/clutter/ClutterAlpha.html
share/gtk-doc/html/clutter/ClutterAnimatable.html
+share/gtk-doc/html/clutter/ClutterAnimator.html
share/gtk-doc/html/clutter/ClutterBehaviour.html
share/gtk-doc/html/clutter/ClutterBehaviourDepth.html
share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html
@@ -90,11 +105,20 @@ share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html
share/gtk-doc/html/clutter/ClutterBehaviourPath.html
share/gtk-doc/html/clutter/ClutterBehaviourRotate.html
share/gtk-doc/html/clutter/ClutterBehaviourScale.html
+share/gtk-doc/html/clutter/ClutterBinLayout.html
+share/gtk-doc/html/clutter/ClutterBox.html
+share/gtk-doc/html/clutter/ClutterBoxLayout.html
share/gtk-doc/html/clutter/ClutterCairoTexture.html
share/gtk-doc/html/clutter/ClutterChildMeta.html
share/gtk-doc/html/clutter/ClutterClone.html
share/gtk-doc/html/clutter/ClutterContainer.html
+share/gtk-doc/html/clutter/ClutterDeviceManager.html
+share/gtk-doc/html/clutter/ClutterFixedLayout.html
+share/gtk-doc/html/clutter/ClutterFlowLayout.html
share/gtk-doc/html/clutter/ClutterGroup.html
+share/gtk-doc/html/clutter/ClutterInputDevice.html
+share/gtk-doc/html/clutter/ClutterLayoutManager.html
+share/gtk-doc/html/clutter/ClutterLayoutMeta.html
share/gtk-doc/html/clutter/ClutterListModel.html
share/gtk-doc/html/clutter/ClutterMedia.html
share/gtk-doc/html/clutter/ClutterModel.html
@@ -104,14 +128,16 @@ share/gtk-doc/html/clutter/ClutterRectangle.html
share/gtk-doc/html/clutter/ClutterScore.html
share/gtk-doc/html/clutter/ClutterScript.html
share/gtk-doc/html/clutter/ClutterScriptable.html
-share/gtk-doc/html/clutter/ClutterShader.html
share/gtk-doc/html/clutter/ClutterStage.html
share/gtk-doc/html/clutter/ClutterText.html
share/gtk-doc/html/clutter/ClutterTexture.html
share/gtk-doc/html/clutter/ClutterTimeline.html
share/gtk-doc/html/clutter/actor-box.png
share/gtk-doc/html/clutter/additionaldocs.html
+share/gtk-doc/html/clutter/animator-key-frames.png
share/gtk-doc/html/clutter/annotation-glossary.html
+share/gtk-doc/html/clutter/bin-layout.png
+share/gtk-doc/html/clutter/box-layout.png
share/gtk-doc/html/clutter/building-clutter.html
share/gtk-doc/html/clutter/ch01.html
share/gtk-doc/html/clutter/ch02.html
@@ -122,15 +148,19 @@ share/gtk-doc/html/clutter/ch06.html
share/gtk-doc/html/clutter/ch07.html
share/gtk-doc/html/clutter/ch08.html
share/gtk-doc/html/clutter/ch09.html
+share/gtk-doc/html/clutter/ch10.html
share/gtk-doc/html/clutter/clutter-ClutterBackend.html
share/gtk-doc/html/clutter/clutter-Colors.html
share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html
share/gtk-doc/html/clutter/clutter-EGLX-Specific-Support.html
share/gtk-doc/html/clutter/clutter-Events.html
+share/gtk-doc/html/clutter/clutter-Features.html
share/gtk-doc/html/clutter/clutter-GLX-Specific-Support.html
share/gtk-doc/html/clutter/clutter-General.html
share/gtk-doc/html/clutter/clutter-Implicit-Animations.html
share/gtk-doc/html/clutter/clutter-Key-Bindings.html
+share/gtk-doc/html/clutter/clutter-Shaders.html
+share/gtk-doc/html/clutter/clutter-Stage-Manager.html
share/gtk-doc/html/clutter/clutter-Unit-conversion.html
share/gtk-doc/html/clutter/clutter-Utilities.html
share/gtk-doc/html/clutter/clutter-Value-intervals.html
@@ -157,6 +187,8 @@ share/gtk-doc/html/clutter/cluttertools.html
share/gtk-doc/html/clutter/creating-your-own-behaviours.html
share/gtk-doc/html/clutter/easing-modes.png
share/gtk-doc/html/clutter/event-flow.png
+share/gtk-doc/html/clutter/flow-layout-horizontal.png
+share/gtk-doc/html/clutter/flow-layout-vertical.png
share/gtk-doc/html/clutter/go01.html
share/gtk-doc/html/clutter/home.png
share/gtk-doc/html/clutter/index.html
@@ -169,6 +201,7 @@ share/gtk-doc/html/clutter/ix04.html
share/gtk-doc/html/clutter/ix05.html
share/gtk-doc/html/clutter/ix06.html
share/gtk-doc/html/clutter/ix07.html
+share/gtk-doc/html/clutter/ix08.html
share/gtk-doc/html/clutter/left.png
share/gtk-doc/html/clutter/license.html
share/gtk-doc/html/clutter/migrating-ClutterEffect.html
@@ -182,7 +215,10 @@ share/gtk-doc/html/clutter/style.css
share/gtk-doc/html/clutter/up.png
share/gtk-doc/html/clutter/using-cairo.html
share/gtk-doc/html/cogl/ch01.html
+share/gtk-doc/html/cogl/ch02.html
share/gtk-doc/html/cogl/cogl-Blend-Strings.html
+share/gtk-doc/html/cogl/cogl-Buffers.html
+share/gtk-doc/html/cogl/cogl-Clipping.html
share/gtk-doc/html/cogl/cogl-Color-Type.html
share/gtk-doc/html/cogl/cogl-Fixed-Point-API.html
share/gtk-doc/html/cogl/cogl-General-API.html
@@ -199,6 +235,10 @@ share/gtk-doc/html/cogl/home.png
share/gtk-doc/html/cogl/index.html
share/gtk-doc/html/cogl/index.sgml
share/gtk-doc/html/cogl/ix01.html
+share/gtk-doc/html/cogl/ix02.html
+share/gtk-doc/html/cogl/ix03.html
+share/gtk-doc/html/cogl/ix04.html
+share/gtk-doc/html/cogl/ix05.html
share/gtk-doc/html/cogl/left.png
share/gtk-doc/html/cogl/license.html
share/gtk-doc/html/cogl/right.png