[release-notes/gnome-3-4] Use correct Clutter news, as pointed out by ebassi



commit 30f489ad08f166efefbb205774ca912bc1592e17
Author: Andre Klapper <a9016009 gmx de>
Date:   Wed Mar 21 18:52:22 2012 +0100

    Use correct Clutter news, as pointed out by ebassi

 help/C/rndevelopers.xml |   37 +++++++++++++++++++++++--------------
 1 files changed, 23 insertions(+), 14 deletions(-)
---
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
index b4dafbe..c20f7e2 100644
--- a/help/C/rndevelopers.xml
+++ b/help/C/rndevelopers.xml
@@ -101,34 +101,43 @@ Menu and window support in <classname><ulink url="http://developer.gnome.org/gtk
      GNOME's graphics library for hardware-accelerated user interfaces <application>Clutter</application> provides the following improvements:
 	 <itemizedlist>
 	  <listitem><para>
-     Newly available actions:
-	 <itemizedlist>
+Multiple backend support: <application>Clutter</application> can be compiled with support for different platforms, and the backend can be selected at run time.
+    </para></listitem>
 	  <listitem><para>
-    <classname>ClutterGestureAction</classname>, for writing gesture recognizers
+<ulink url="http://docs.clutter-project.org/docs/clutter/&clutterversion;/clutter-GDK-Specific-Support.html";>GDK backend</ulink>: Clutter can use <classname>GDK</classname>, the windowing system library also used by <application>GTK+</application>.
     </para></listitem>
 	  <listitem><para>
-    <classname>ClutterSwipeAction</classname>, for detecting "swipe" gestures
+Support for the password hint in text entries: When the password hint is enabled, the last character inserted into a text entry will be shown for a brief amount of time, as a way to safely enter passwords and other hidden content on platforms with imprecise text input (e.g. touchscreen keyboards).
     </para></listitem>
 	  <listitem><para>
-    <classname>ClutterDropAction</classname>, for making actors drop targets when using <classname>ClutterDragAction</classname>
+Use of the same definitions for versioned deprecations as <application>GLib</application> and <application>GTK+</application> (see above).
     </para></listitem>
 	  <listitem><para>
-    Long-press support to <classname>ClutterClickAction</classname>
+Better support on Mac OS X and <application>Wayland</application>.
     </para></listitem>
-	 </itemizedlist>
+<!-- http://blogs.gnome.org/ebassi/2012/03/17/had-a-dream/ -->
+	  <listitem><para>
+New scene graph API: <ulink url="http://docs.clutter-project.org/docs/clutter/&clutterversion;/ClutterActor.html";><classname>ClutterActor</classname></ulink> is now the only class dealing with the definition of a scene inside a Clutter application. This deprecated most of the <classname>ClutterContainer</classname> interface and <classname>ClutterGroup</classname>, <classname>ClutterRectangle</classname> and <classname>ClutterBox</classname>.
+    </para></listitem>
+<!-- http://blogs.gnome.org/ebassi/2012/03/18/and-i-believe-california-succumbed-to-the-fault-line/ -->
+	  <listitem><para>
+New implicit animation API for <classname>ClutterActor</classname>.
+    </para></listitem>
+<!-- http://blogs.gnome.org/ebassi/2012/03/18/you-and-me-and-the-war-at-the-end-times/ -->
+	  <listitem><para>
+New <ulink url="http://docs.clutter-project.org/docs/clutter/&clutterversion;/ClutterContent.html";><classname>ClutterContent</classname></ulink> interface, with two implementations: <classname>Canvas</classname> for Cairo drawing; and <classname>Image</classname> for displaying image data; the <classname>Content</classname> interface supports the new render objects API for painting the actor's content.
+    </para></listitem>
+	  <listitem><para>
+Support for localizable strings and GResource in <ulink url="http://docs.clutter-project.org/docs/clutter/&clutterversion;/ClutterScript.html";><classname>ClutterScript</classname></ulink> UI definitions.
     </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>)
+Repeat count and progress mode were added to the <ulink url="http://docs.clutter-project.org/docs/clutter/&clutterversion;/ClutterTimeline.html";><classname>Timeline</classname></ulink> class.
     </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>
+Performance improvements on the GLSL-based effects shipped by Clutter.
     </para></listitem>
 	  <listitem><para>
-Expose <application>Cogl</application>, the GPU programming API used by <application>Clutter</application>, as a separate library
+New brightness-contrast effect. 
     </para></listitem>
 	 </itemizedlist>
    </para>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]