pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/clutter
Module name: wip
Committed by: obache
Date: Sat Jan 9 11:05:43 UTC 2010
Modified Files:
wip/clutter: Makefile PLIST distinfo
Log Message:
Update clutter to 1.1.4.
Clutter 1.1.4 (03/01/2010)
===============================================================================
* List of changes since Clutter 1.1.2
o 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.
o Simplified the implementation of LayoutManager sub-classes, and added
support for animating a layout manager.
o Allow short-circuiting some layout operations by setting a specific
flag on ClutterActor.
o Improve caching of the preferred size of a ClutterActor.
o Allow declaring "internal children" for a ClutterContainer
implementation: the memory management of these actors will be deferred
entirely to the Container.
o Let the ClutterStage honour the :opacity property and the alpha component
of the stage color. This requires support in the Clutter backend used.
o Improve Windows and OSX backends.
o Simplify the feature detection code for OpenGL; this also reduced the
required OpenGL version to 1.2.
o 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.
o Improve COGL API for draw buffers, and for offscreen buffer support.
o Add support for text direction to ClutterActor.
o Documentation, introspection and build fixes.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/clutter/Makefile wip/clutter/PLIST \
wip/clutter/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/clutter/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/clutter/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/clutter/distinfo?r1=1.2&r2=1.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index