mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
Release Clutter 1.3.14 (developers snapshot)
This commit is contained in:
parent
037a1b82cc
commit
b776f6b4fb
24
NEWS
24
NEWS
@ -1,4 +1,4 @@
|
|||||||
Clutter 1.3.14 ()
|
Clutter 1.3.14 (15/09/2010)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
• List of changes since Clutter 1.3.12
|
• List of changes since Clutter 1.3.12
|
||||||
@ -13,6 +13,7 @@ Clutter 1.3.14 ()
|
|||||||
- ClutterScript definitions
|
- ClutterScript definitions
|
||||||
- event handling
|
- event handling
|
||||||
- ClutterAnimator
|
- ClutterAnimator
|
||||||
|
- reusing complex animations
|
||||||
|
|
||||||
» Add methods to retrieve the clicked button and to force a release
|
» Add methods to retrieve the clicked button and to force a release
|
||||||
in ClickAction.
|
in ClickAction.
|
||||||
@ -47,6 +48,27 @@ Clutter 1.3.14 ()
|
|||||||
» Make sure ClutterX11TexturePixmap removes the Cogl texture handle before
|
» Make sure ClutterX11TexturePixmap removes the Cogl texture handle before
|
||||||
freeing the X11 Pixmap to avoid an error.
|
freeing the X11 Pixmap to avoid an error.
|
||||||
|
|
||||||
|
» Avoid regenerating the CoglMaterial programs too many times.
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Elliot Smith
|
||||||
|
Robert Bragg
|
||||||
|
Damien Lespiau
|
||||||
|
Neil Roberts
|
||||||
|
Colin Walters
|
||||||
|
Owen W. Taylor
|
||||||
|
Bastian Winkler
|
||||||
|
Alejandro Piñeiro
|
||||||
|
Alexandros Frantzis
|
||||||
|
Chris Kühl
|
||||||
|
Luca Invernizzi
|
||||||
|
Henrik Hedberg
|
||||||
|
Javier Jardón
|
||||||
|
Lucas Rocha
|
||||||
|
Murray Cumming
|
||||||
|
Øyvind Kolås
|
||||||
|
|
||||||
Clutter 1.3.12 (16/08/2010)
|
Clutter 1.3.12 (16/08/2010)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# - increase clutter_interface_version to the next odd number
|
# - increase clutter_interface_version to the next odd number
|
||||||
m4_define([clutter_major_version], [1])
|
m4_define([clutter_major_version], [1])
|
||||||
m4_define([clutter_minor_version], [3])
|
m4_define([clutter_minor_version], [3])
|
||||||
m4_define([clutter_micro_version], [13])
|
m4_define([clutter_micro_version], [14])
|
||||||
|
|
||||||
m4_define([clutter_release_status],
|
m4_define([clutter_release_status],
|
||||||
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],
|
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],
|
||||||
|
File diff suppressed because it is too large
Load Diff
468
po/zh_CN.po
468
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user