mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
2007-08-02 Matthew Allum <mallum@openedhand.com>
* NEWS: * README: Initial updating ready for release.
This commit is contained in:
parent
4ccfc2daa2
commit
7b85b34b6c
@ -1,3 +1,9 @@
|
|||||||
|
2007-08-02 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
* README:
|
||||||
|
Initial updating ready for release.
|
||||||
|
|
||||||
2007-08-02 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-08-02 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/eglnative/clutter-backend-egl.c:
|
* clutter/eglnative/clutter-backend-egl.c:
|
||||||
@ -566,6 +572,8 @@
|
|||||||
in case where the start and end opacity are reversed; use the
|
in case where the start and end opacity are reversed; use the
|
||||||
correct cast macros for passing the opacity as a pointer.
|
correct cast macros for passing the opacity as a pointer.
|
||||||
|
|
||||||
|
2007-07-06 ====================== 0.3.1 Release ========================
|
||||||
|
|
||||||
2007-07-06 Matthew Allum <mallum@openedhand.com>
|
2007-07-06 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* NEWS:
|
* NEWS:
|
||||||
|
25
NEWS
25
NEWS
@ -1,3 +1,28 @@
|
|||||||
|
Clutter 0.4.0 (XX/08/2007)
|
||||||
|
========================
|
||||||
|
|
||||||
|
* List of changes between 0.3.1 and 0.4.0
|
||||||
|
|
||||||
|
o Many documentation additions and improvements.
|
||||||
|
|
||||||
|
o ClutterBehaviourEllipse API and internals improvements
|
||||||
|
|
||||||
|
o Add basic tslib support to eglnative backend (for touchscreen events)
|
||||||
|
|
||||||
|
* List of bug fixed
|
||||||
|
o #390 - clutter_stage_get_actor_at_pos broken on 16bpp displays.
|
||||||
|
o #398 - inconsistent type for return value of clutter_event_get_state
|
||||||
|
o #403 - Critical error when removing texture actor
|
||||||
|
o #404 - Solaris build error with OpenGL, missing
|
||||||
|
GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB and GL_TEXTURE_RECTANGLE_ARB
|
||||||
|
o #409 - depth mismatch between visual (32) and window (24)
|
||||||
|
o #407 - metadata-available signal #ifdef'ed out
|
||||||
|
o #413 - Clutter compile error with Sun Studio C compiler
|
||||||
|
o #426 - typo in sdl_backend
|
||||||
|
o #414 - ClutterEntry invisible if size not set
|
||||||
|
o #434 - clutter_color_from_pixel incorrectly interprets alpha value
|
||||||
|
o #435 - clutter_color_subtract does the opposite of its documentation
|
||||||
|
|
||||||
Clutter 0.3.1 (06/07/2007)
|
Clutter 0.3.1 (06/07/2007)
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
5
README
5
README
@ -129,6 +129,11 @@ RELEASE NOTES
|
|||||||
Relevant information for developers with existing Clutter applications
|
Relevant information for developers with existing Clutter applications
|
||||||
wanting to port to newer releases (See NEWS for general new feature info).
|
wanting to port to newer releases (See NEWS for general new feature info).
|
||||||
|
|
||||||
|
Release Notes for Clutter 0.4.0
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
* FIXME
|
||||||
|
|
||||||
Release Notes for Clutter 0.3.1
|
Release Notes for Clutter 0.3.1
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user