[release-notes/gnome-3-4] Add Clutter items
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-4] Add Clutter items
- Date: Fri, 9 Mar 2012 16:07:41 +0000 (UTC)
commit 9e55aac6303c9fbcf25d16978d5734f9cee10175
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Mar 9 17:07:30 2012 +0100
Add Clutter items
help/C/rndevelopers.xml | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
index 65d74d6..55bceca 100644
--- a/help/C/rndevelopers.xml
+++ b/help/C/rndevelopers.xml
@@ -89,7 +89,36 @@ Menu and Window support in <classname><ulink url="http://developer.gnome.org/gtk
<para>
GNOME's graphics library for hardware-accelerated user interfaces <application>Clutter</application> provides the following improvements:
<itemizedlist>
+<!-- TODO: Elaborate on Clutter items -->
<listitem><para>
+ Newly available actions:
+ <itemizedlist>
+ <listitem><para>
+ <classname>ClutterGestureAction</classname>, for writing gesture recognizers
+ </para></listitem>
+ <listitem><para>
+ <classname>ClutterSwipeAction</classname>, for detecting "swipe" gestures
+ </para></listitem>
+ <listitem><para>
+ <classname>ClutterDropAction</classname>, for making actors drop targets when using <classname>ClutterDragAction</classname>
+ </para></listitem>
+ <listitem><para>
+ Long-press support to <classname>ClutterClickAction</classname>
+ </para></listitem>
+ </itemizedlist>
+ </para></listitem>
+ <listitem><para>
+ Allow binding <classname>ClutterState</classname> transitions to object
+ signals when creating a scene in <classname>ClutterScript</classname>
+ (see the corresponding
+ <ulink url="http://docs.clutter-project.org/docs/clutter-cookbook/1.0/script-state.html">cookbook recipe</ulink>)
+ </para></listitem>
+ <listitem><para>
+ <ulink url="http://developer.gnome.org/clutter/unstable/ClutterCairoTexture.html#ClutterCairoTexture-draw">Improved <application>Cairo</application> drawing integration</ulink>, with the
+ same signal-based approach used by <application>GTK+</application>
+ </para></listitem>
+ <listitem><para>
+Expose <application>Cogl</application>, the GPU programming API used by <application>Clutter</application>, as a separate library
</para></listitem>
</itemizedlist>
</para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]