mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Update the NEWS file
This commit is contained in:
parent
6bffd407fd
commit
79b936aa4a
21
NEWS
21
NEWS
@ -26,6 +26,27 @@ Clutter 1.5.14 2011-01-21
|
|||||||
applications to include the correct header and select the
|
applications to include the correct header and select the
|
||||||
correct API depending on the target.
|
correct API depending on the target.
|
||||||
|
|
||||||
|
» Introduce a fast path for cogl_read_pixels() that uses the journal
|
||||||
|
to determine the position of a single pixel on the stage; this
|
||||||
|
fast path gracefully degrades to the usual render-based approach,
|
||||||
|
and should speed up picking considerably in the case of opaque
|
||||||
|
quads batched together.
|
||||||
|
|
||||||
|
» Support XInput axis data on valuator devices, and introduce XInput2
|
||||||
|
support for event translation and device hotplugging. The support
|
||||||
|
for XI and XI2 must still be explicitly enabled by the developer.
|
||||||
|
|
||||||
|
» Clean up the unintentionally leaked internal symbols in the X11
|
||||||
|
and GLX backends.
|
||||||
|
|
||||||
|
» Allow defining the contents of the rows of a ListModel using
|
||||||
|
ClutterScript.
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Robert Bragg, Neil Roberts, Bastian Winkler, Lucas Rocha,
|
||||||
|
Adel Gadllah, Chris Lord, Damien Lespiau
|
||||||
|
|
||||||
Clutter 1.5.12 2011-01-11
|
Clutter 1.5.12 2011-01-11
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user