summaryrefslogtreecommitdiff
path: root/NEWS
blob: 1c24483718cd2423267a9b006153a1133e1e5ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Clutter-GTK 0.9.1 22/06/2009
============================

Aaron Bockover (1):
      [embed] Fix on_stage_queue_redraw signature

Colin Walters (1):
      Build GObject introspection data for clutter-gtk

Emmanuele Bassi (13):
      Post-release bump to 0.9.1
      Update for Clutter 1.0 API changes
      Updates for 1.0 API changes in Clutter
      [examples] Use different sized stages
      Merge branch '1.0-integration'
      Use clutter_event_get_key_symbol()
      [build] Use the right inclusion path in the pc file
      Use variables for the include path and linker flags
      [doap] Update description and maintainer
      [build] Remove the reference to introspection.m4
      [build] Depend on the latest stable release of Clutter
      [build] Fixes for distcheck
      [build] Use AS_COMPILER_FLAGS

Neil Roberts (1):
      [gtk-clutter-test] Update for the clutter timeline changes

Robert Bragg (1):
      guard against hiding priv->stage when already destroyed during dispose

Clutter-GTK 0.9.0 11/05/2009
============================

Christian Persch (2):
      [embed] Do NOT realize from GtkWidgetClass::show
      Add gtk_clutter_init_with_args()

Emmanuele Bassi (25):
      Use ClutterText in the events example
      Ensure that the viewport is updated when resizing
      Rename cogl_translatex() to cogl_translate()
      Move to ClutterClone
      Load the image asynchronously
      Make the Stage redraw cycle part of GTK+
      [docs] Rename SGML to XML
      [docs] Remove newline in the version
      [viewport] Remove units-based API
      [docs] Remove the get_originu() method
      [embed] Use GTK+ settings
      Change the GtkClutter macro namespace
      Move init functions out of Embed source
      [tests] Remove compiler warnings
      [build] Improve build environment
      [docs] Improve the documentation
      [gitignore] Create the ignore list
      Rename the svn ChangeLog and add dummy one
      [authors] Update my email address
      [readme] Update the dependencies
      [build] Recurse under build/
      [build] Add a ChangeLog generation rule
      [gitignore] Add more gtk-doc files
      [examples] Tweak multistage example
      [build] Generate ChangeLog starting from the git import

Neil Roberts (1):
      [gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent

Rob Bradford (1):
      [embed] Update "queue-redraw" signal handler prototype

Clutter-GTK 0.8.1 18/07/2008
============================

 - Fix the pkg-config file
 - Really fix bug #907 and enable motion events

Clutter-GTK 0.8.0 15/07/2008
============================

 - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
 - Support the Clutter win32 backend
 - Support multiple GtkClutterEmbed widgets
 - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
   icon themes and GdkPixbuf
 - Do not open a second Display connection on X11

Clutter-GTK 0.6.0 18/02/2008
============================

 - Require clutter-x11 0.6.0

Clutter-GTK 0.5.2 21/01/2008
============================

 - Require clutter-x11 0.5.4
 - Using the X11 pkg-config file it should now be possible to build against
   Clutter EGLX backend
 - Complete reimplementation of the embeddable widget, letting Clutter draw
   directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
   Pennington]
 - Renamed the widget to GtkClutterEmbed

Clutter-GTK 0.5.0 17/01/2008
============================

 - Update for new Clutter 0.5 X11 API

Clutter-GTK 0.3.1 06/07/2007
============================

 - Fix PC file requirements

Clutter-GTK 0.3.0 29/06/2007
============================

 - Update for new Clutter 0.3 API
 - Add a new example

Clutter-GTK 0.1.0 22/03/2007
============================

 - Initial release. 
   o Basic clutter GTK widget using XEMBED.