mirror of
https://github.com/brl/mutter.git
synced 2024-12-03 05:10:40 -05:00
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:
parent
20c384cab8
commit
f6b7783440
@ -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>
|
2008-06-23 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
Bug 987 - clutter-event.c c99 variable declaration
|
Bug 987 - clutter-event.c c99 variable declaration
|
||||||
|
6
NEWS
6
NEWS
@ -15,7 +15,9 @@ Clutter 0.7.2 (23/06/2008), "Kedoke"
|
|||||||
support for multiple input devices. The API is X11-specific, and
|
support for multiple input devices. The API is X11-specific, and
|
||||||
provides support for querying at run-time support for XINPUT, for
|
provides support for querying at run-time support for XINPUT, for
|
||||||
getting a list of input devices and for getting the type of each
|
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
|
* List of bugs fixed
|
||||||
|
|
||||||
@ -36,7 +38,7 @@ Clutter 0.7.2 (23/06/2008), "Kedoke"
|
|||||||
Clutter 0.7.0 (13/06/2008), "Booska"
|
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
|
o COGL, the underlying GL abstraction layer in Clutter, has been
|
||||||
completely rewritten from the ground up. Its no longer a conceptual
|
completely rewritten from the ground up. Its no longer a conceptual
|
||||||
|
11
README
11
README
@ -7,7 +7,6 @@ rich and animated graphical user interfaces.
|
|||||||
Clutter currently requires:
|
Clutter currently requires:
|
||||||
|
|
||||||
* GLib >= 2.14.0
|
* GLib >= 2.14.0
|
||||||
* GdkPixbuf
|
|
||||||
* PangoCairo >= 1.18
|
* PangoCairo >= 1.18
|
||||||
* OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
|
* OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
|
||||||
* GLX, SDL, WGL or an EGL Implementation
|
* 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
|
Select the image loading backend used by COGL
|
||||||
|
|
||||||
gdk-pixbuf: Depend on gdk-pixbuf-2.0 (default for the glx, eglx,
|
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)
|
quartz: Depend on CoreGraphics (default for the osx flavour)
|
||||||
|
|
||||||
@ -134,7 +133,7 @@ You will need an account.
|
|||||||
In the report you should include:
|
In the report you should include:
|
||||||
* what system you're running Clutter on;
|
* what system you're running Clutter on;
|
||||||
* which version of Clutter you are using;
|
* 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
|
* which video card and which drivers you are using, including output of
|
||||||
glxinfo and xdpyinfo;
|
glxinfo and xdpyinfo;
|
||||||
* how to reproduce the bug.
|
* 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
|
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
|
* The functions that return the transformed position of an actor have
|
||||||
been renamed to be more explicit about it:
|
been renamed to be more explicit about it:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user