2008-06-23 Matthew Allum <mallum@openedhand.com>

* NEWS:
        Add a quick note on fruity multiple deivce support.
        * README:
        Add multiple device support details and some tweaks on
        Clutter requirements (i.e GdkPixbuf).
This commit is contained in:
Matthew Allum 2008-06-23 20:26:47 +00:00
parent 20c384cab8
commit f6b7783440
3 changed files with 20 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2008-06-23 Matthew Allum <mallum@openedhand.com>
* NEWS:
Add a quick note on fruity multiple deivce support.
* README:
Add multiple device support details and some tweaks on
Clutter requirements (i.e GdkPixbuf).
2008-06-23 Matthew Allum <mallum@openedhand.com>
Bug 987 - clutter-event.c c99 variable declaration

6
NEWS
View File

@ -15,7 +15,9 @@ Clutter 0.7.2 (23/06/2008), "Kedoke"
support for multiple input devices. The API is X11-specific, and
provides support for querying at run-time support for XINPUT, for
getting a list of input devices and for getting the type of each
input device.
input device.
o The 'fruity' backend also features multiple device support.
* List of bugs fixed
@ -36,7 +38,7 @@ Clutter 0.7.2 (23/06/2008), "Kedoke"
Clutter 0.7.0 (13/06/2008), "Booska"
===============================================================================
* List of changes between 0.6 and 0.7.2
* List of changes between 0.6 and 0.7.0
o COGL, the underlying GL abstraction layer in Clutter, has been
completely rewritten from the ground up. Its no longer a conceptual

11
README
View File

@ -7,7 +7,6 @@ rich and animated graphical user interfaces.
Clutter currently requires:
* GLib >= 2.14.0
* GdkPixbuf
* PangoCairo >= 1.18
* OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
* GLX, SDL, WGL or an EGL Implementation
@ -81,7 +80,7 @@ See the INSTALL file. Info on specific Clutter options;
Select the image loading backend used by COGL
gdk-pixbuf: Depend on gdk-pixbuf-2.0 (default for the glx, eglx,
eglnative, sdl, win32 flavours)
eglnative, sdl, win32 flavours and recommended)
quartz: Depend on CoreGraphics (default for the osx flavour)
@ -134,7 +133,7 @@ You will need an account.
In the report you should include:
* what system you're running Clutter on;
* which version of Clutter you are using;
* which version of GLib, GdkPixbuf and OpenGL you are using;
* which version of GLib and OpenGL you are using;
* which video card and which drivers you are using, including output of
glxinfo and xdpyinfo;
* how to reproduce the bug.
@ -171,6 +170,12 @@ wanting to port to newer releases (See NEWS for general new feature info).
Release Notes for Clutter 0.8
-------------------------------
* Clutter now has basic suppport for multiple input devices assuming
the backend supports it (currently X11 based via XInput and Fruity
backends). New API supporting this includes
clutter_event_get_device_id, clutter_get_input_device_for_id,
clutter_grab_pointer_for_device & clutter_ungrab_pointer_for_device.
* The functions that return the transformed position of an actor have
been renamed to be more explicit about it: