[release-notes/gnome-3-2] Add clutter section
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-2] Add clutter section
- Date: Fri, 16 Sep 2011 12:18:03 +0000 (UTC)
commit 1bfac9add3dd6423c922832ef486b6f5d9e7c361
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Sep 16 14:17:50 2011 +0200
Add clutter section
help/C/rndevelopers.xml | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
index 3718dbc..1ac1738 100644
--- a/help/C/rndevelopers.xml
+++ b/help/C/rndevelopers.xml
@@ -5,6 +5,7 @@
<!ENTITY gnomeversion "3.2">
<!ENTITY glibversion "2.30">
<!ENTITY gtkversion "3.2">
+<!ENTITY clutterversion "1.8">
]>
<sect1 id="rndevelopers">
@@ -124,6 +125,30 @@
</itemizedlist>
</sect2>
+ <sect2 id="clutter">
+ <title>Clutter &clutterversion;</title>
+ <para>
+ GNOME's graphics library for hardware-accelerated user interfaces <application>Clutter</application> provides the following improvements:
+ </para>
+ <itemizedlist>
+ <listitem><para>
+ New actions, such as <classname>ClutterGestureAction</classname> for writing gesture recognizers,
+ <classname>ClutterSwipeAction</classname> for detecting swipe gestures,
+ <classname>ClutterDropAction</classname> for making actors drop targets when using <classname>ClutterDragAction</classname>,
+ and long-press support for <classname>ClutterClickAction</classname>.
+ </para></listitem>
+ <listitem><para>
+ <classname>ClutterState</classname> transitions can be bound to object signals when creating a scene in <classname>ClutterScript</classname>.
+ </para></listitem>
+ <listitem><para>
+ Improved <ulink url="http://developer.gnome.org/clutter/1.8/ClutterCairoTexture.html#ClutterCairoTexture-draw">Cairo drawing integration</ulink>.
+ </para></listitem>
+ <listitem><para>
+ <classname>Cogl</classname>, the GPU programming interface used by Clutter, is exposed as a separate library.
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+
<sect2 id="cleanup">
<title>Use of Deprecated Libraries</title>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]