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