[zoomable] Fix Introspection data generation
[clutter-gtk] / NEWS
1 Clutter-GTK 0.9.0 11/05/2009
2 ============================
3
4 Christian Persch (2):
5       [embed] Do NOT realize from GtkWidgetClass::show
6       Add gtk_clutter_init_with_args()
7
8 Emmanuele Bassi (25):
9       Use ClutterText in the events example
10       Ensure that the viewport is updated when resizing
11       Rename cogl_translatex() to cogl_translate()
12       Move to ClutterClone
13       Load the image asynchronously
14       Make the Stage redraw cycle part of GTK+
15       [docs] Rename SGML to XML
16       [docs] Remove newline in the version
17       [viewport] Remove units-based API
18       [docs] Remove the get_originu() method
19       [embed] Use GTK+ settings
20       Change the GtkClutter macro namespace
21       Move init functions out of Embed source
22       [tests] Remove compiler warnings
23       [build] Improve build environment
24       [docs] Improve the documentation
25       [gitignore] Create the ignore list
26       Rename the svn ChangeLog and add dummy one
27       [authors] Update my email address
28       [readme] Update the dependencies
29       [build] Recurse under build/
30       [build] Add a ChangeLog generation rule
31       [gitignore] Add more gtk-doc files
32       [examples] Tweak multistage example
33       [build] Generate ChangeLog starting from the git import
34
35 Neil Roberts (1):
36       [gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent
37
38 Rob Bradford (1):
39       [embed] Update "queue-redraw" signal handler prototype
40
41 Clutter-GTK 0.8.1 18/07/2008
42 ============================
43
44  - Fix the pkg-config file
45  - Really fix bug #907 and enable motion events
46
47 Clutter-GTK 0.8.0 15/07/2008
48 ============================
49
50  - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
51  - Support the Clutter win32 backend
52  - Support multiple GtkClutterEmbed widgets
53  - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
54    icon themes and GdkPixbuf
55  - Do not open a second Display connection on X11
56
57 Clutter-GTK 0.6.0 18/02/2008
58 ============================
59
60  - Require clutter-x11 0.6.0
61
62 Clutter-GTK 0.5.2 21/01/2008
63 ============================
64
65  - Require clutter-x11 0.5.4
66  - Using the X11 pkg-config file it should now be possible to build against
67    Clutter EGLX backend
68  - Complete reimplementation of the embeddable widget, letting Clutter draw
69    directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
70    Pennington]
71  - Renamed the widget to GtkClutterEmbed
72
73 Clutter-GTK 0.5.0 17/01/2008
74 ============================
75
76  - Update for new Clutter 0.5 X11 API
77
78 Clutter-GTK 0.3.1 06/07/2007
79 ============================
80
81  - Fix PC file requirements
82
83 Clutter-GTK 0.3.0 29/06/2007
84 ============================
85
86  - Update for new Clutter 0.3 API
87  - Add a new example
88
89 Clutter-GTK 0.1.0 22/03/2007
90 ============================
91
92  - Initial release. 
93    o Basic clutter GTK widget using XEMBED.