[release] Update the NEWS
[clutter-gtk] / NEWS
1 Clutter-GTK 0.9.1 22/06/2009
2 ============================
3
4 Aaron Bockover (1):
5       [embed] Fix on_stage_queue_redraw signature
6
7 Colin Walters (1):
8       Build GObject introspection data for clutter-gtk
9
10 Emmanuele Bassi (13):
11       Post-release bump to 0.9.1
12       Update for Clutter 1.0 API changes
13       Updates for 1.0 API changes in Clutter
14       [examples] Use different sized stages
15       Merge branch '1.0-integration'
16       Use clutter_event_get_key_symbol()
17       [build] Use the right inclusion path in the pc file
18       Use variables for the include path and linker flags
19       [doap] Update description and maintainer
20       [build] Remove the reference to introspection.m4
21       [build] Depend on the latest stable release of Clutter
22       [build] Fixes for distcheck
23       [build] Use AS_COMPILER_FLAGS
24
25 Neil Roberts (1):
26       [gtk-clutter-test] Update for the clutter timeline changes
27
28 Robert Bragg (1):
29       guard against hiding priv->stage when already destroyed during dispose
30
31 Clutter-GTK 0.9.0 11/05/2009
32 ============================
33
34 Christian Persch (2):
35       [embed] Do NOT realize from GtkWidgetClass::show
36       Add gtk_clutter_init_with_args()
37
38 Emmanuele Bassi (25):
39       Use ClutterText in the events example
40       Ensure that the viewport is updated when resizing
41       Rename cogl_translatex() to cogl_translate()
42       Move to ClutterClone
43       Load the image asynchronously
44       Make the Stage redraw cycle part of GTK+
45       [docs] Rename SGML to XML
46       [docs] Remove newline in the version
47       [viewport] Remove units-based API
48       [docs] Remove the get_originu() method
49       [embed] Use GTK+ settings
50       Change the GtkClutter macro namespace
51       Move init functions out of Embed source
52       [tests] Remove compiler warnings
53       [build] Improve build environment
54       [docs] Improve the documentation
55       [gitignore] Create the ignore list
56       Rename the svn ChangeLog and add dummy one
57       [authors] Update my email address
58       [readme] Update the dependencies
59       [build] Recurse under build/
60       [build] Add a ChangeLog generation rule
61       [gitignore] Add more gtk-doc files
62       [examples] Tweak multistage example
63       [build] Generate ChangeLog starting from the git import
64
65 Neil Roberts (1):
66       [gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent
67
68 Rob Bradford (1):
69       [embed] Update "queue-redraw" signal handler prototype
70
71 Clutter-GTK 0.8.1 18/07/2008
72 ============================
73
74  - Fix the pkg-config file
75  - Really fix bug #907 and enable motion events
76
77 Clutter-GTK 0.8.0 15/07/2008
78 ============================
79
80  - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
81  - Support the Clutter win32 backend
82  - Support multiple GtkClutterEmbed widgets
83  - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
84    icon themes and GdkPixbuf
85  - Do not open a second Display connection on X11
86
87 Clutter-GTK 0.6.0 18/02/2008
88 ============================
89
90  - Require clutter-x11 0.6.0
91
92 Clutter-GTK 0.5.2 21/01/2008
93 ============================
94
95  - Require clutter-x11 0.5.4
96  - Using the X11 pkg-config file it should now be possible to build against
97    Clutter EGLX backend
98  - Complete reimplementation of the embeddable widget, letting Clutter draw
99    directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
100    Pennington]
101  - Renamed the widget to GtkClutterEmbed
102
103 Clutter-GTK 0.5.0 17/01/2008
104 ============================
105
106  - Update for new Clutter 0.5 X11 API
107
108 Clutter-GTK 0.3.1 06/07/2007
109 ============================
110
111  - Fix PC file requirements
112
113 Clutter-GTK 0.3.0 29/06/2007
114 ============================
115
116  - Update for new Clutter 0.3 API
117  - Add a new example
118
119 Clutter-GTK 0.1.0 22/03/2007
120 ============================
121
122  - Initial release. 
123    o Basic clutter GTK widget using XEMBED.