Release Clutter 1.3.12 (developers snapshot)
This commit is contained in:
parent
fd6d6a93f1
commit
e75e6e0c97
40
NEWS
40
NEWS
@ -1,3 +1,43 @@
|
||||
Clutter 1.3.12 (16/08/2010)
|
||||
===============================================================================
|
||||
|
||||
• List of changes since Clutter 1.3.10
|
||||
|
||||
» New recipes in the Cookbook:
|
||||
- create and animate sub-textures
|
||||
- layout managers
|
||||
- scroll events
|
||||
|
||||
» Set the ClutterTexture:filename property to also be readable.
|
||||
|
||||
» Avoid layout cycles when creating ClutterLayoutMeta objects
|
||||
during the ::allocate implementation
|
||||
|
||||
» Add a ClutterTableLayout, a layout manager for tabular layouts.
|
||||
|
||||
» Capture ENTER and LEAVE events on the stage within the DragAction.
|
||||
|
||||
» Plug memory leaks.
|
||||
|
||||
» Use g_object_notify_by_pspec(), if available, to speed up the
|
||||
emission of the ::notify signal on property changes.
|
||||
|
||||
» Re-use the Cogl texture atlas for the CoglPango glyphs cache,
|
||||
and improve the performance with large font sizes.
|
||||
|
||||
» Various fixes in the Materials comparison and inheritance.
|
||||
|
||||
» Add the ability to associate a user program to a material.
|
||||
|
||||
Many thanks to:
|
||||
|
||||
Neil Roberts
|
||||
Elliot Smith
|
||||
Robert Bragg
|
||||
Damien Lespiau
|
||||
José Dapena Paz
|
||||
Owen W. Taylor
|
||||
|
||||
Clutter 1.3.10 (04/08/2010)
|
||||
===============================================================================
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# - increase clutter_interface_version to the next odd number
|
||||
m4_define([clutter_major_version], [1])
|
||||
m4_define([clutter_minor_version], [3])
|
||||
m4_define([clutter_micro_version], [11])
|
||||
m4_define([clutter_micro_version], [12])
|
||||
|
||||
m4_define([clutter_release_status],
|
||||
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],
|
||||
|
Loading…
Reference in New Issue
Block a user