2007-08-15 Emmanuele Bassi <ebassi@openedhand.com>
[clutter-gtk] / ChangeLog
1 2007-08-15  Emmanuele Bassi  <ebassi@openedhand.com>
2
3         * configure.ac:
4         * clutter-gtk.pc.in:
5         * Makefile.am:
6         * clutter-gtk/Makefile.am: Bump up to 0.5.0 and require
7         clutter-gtk-0.5 as well.
8
9 2007-08-07  Emmanuele Bassi  <ebassi@openedhand.com>
10
11         * configure.ac: Bump up to 0.4.0; require clutter-glx-0.4.
12
13         * clutter-gtk.pc.in:
14         * Makefile.am:
15         * clutter-gtk/Makefile.am: Update.
16
17 2007-08-03  Chris Lord,,,  <chris@openedhand.com>
18
19         * doc/reference/Makefile.am:
20         Fix documentation building
21
22 2007-07-18  Neil J. Patel  <njp@o-hand.com>
23
24         * examples/Makefile.am:
25         Point to new clutter-gtk library name.
26
27 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
28
29         * examples/gtk-clutter-events.c: Remove wrong casting around
30         the g_signal_connect() argument; this masked a weird memory
31         corruption bug happening when compiling outside the sources
32         directory.
33
34 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
35
36         * clutter-gtk/Makefile.am:
37         * clutter-gtk.pc.in: Install (and use) a versioned library, to
38         match the behaviour of clutter-core and the other integration
39         libraries.
40
41 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
42
43         * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file
44
45         * Makefile.am: Install a versioned clutter-gtk pkgconfig file
46
47 2007-07-06  Matthew Allum  <mallum@openedhand.com>
48
49         * NEWS:
50         Update.
51         * configure.ac:
52         Bump up version to 0.3.1
53
54 2007-07-06  Matthew Allum  <mallum@openedhand.com>
55
56         * clutter-gtk.pc.in:
57         Fix to require 0.3 clutter.
58
59 2007-06-11  Neil Jagdish Patel  <njp@f7>
60
61         * examples/gtk-clutter-events.c: (create_colors):
62         Removed stray g_print
63
64 2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>
65
66         * examples/Makefile.am:
67         * examples/gtk-clutter-events.c: (on_gtk_entry_changed),
68         (on_x_changed), (on_y_changed), (on_z_changed),
69         (on_opacity_changed), (create_colors), (main):
70         Added another example whihc shows some interaction between gtk and
71         the stage.
72
73         * examples/gtk-clutter-test.c: (main):
74         Updated to work with clutter-0.3
75
76
77 2007-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
78
79         * configure.ac: Branch for development; bump to 0.3.0, to
80         match Clutter core version; require clutter-glx backend.
81
82         * clutter-gtk/clutter-gtk.c: Include the GLX backend specific
83         functions; add an "embedded" read-only property, which signals
84         whether the widget has successfully embedded the stage window;
85         use the new clutter_glx_get_stage_window() function.
86
87         * examples/gtk-clutter-test.c: Port to the new event API.
88
89 2007-03-23  Ross Burton  <ross@openedhand.com>
90
91         * configure.ac:
92         Don't require any particular GTK+ version.
93
94 2007-03-23  Ross Burton  <ross@openedhand.com>
95
96         * examples/Makefile.am:
97         Dist the PNG.
98
99 ================= 2007-03-22 0.1 Release ========================
100
101 2007-03-22  Matthew Allum  <mallum@openedhand.com>
102
103         * clutter-gtk.doap:
104         Update for 0.1 Realease
105
106 2007-03-22  Matthew Allum  <mallum@openedhand.com>
107
108         * NEWS:
109         Update for 0.1 release
110         * doc/reference/clutter-gtk.types:
111         Rename fix.
112
113 2007-03-22  Matthew Allum  <mallum@openedhand.com>
114
115         * clutter-gtk/Makefile.am:
116         * clutter-gtk/clutter-gtk.c:
117         * clutter-gtk/gtk-clutter.c:
118         * clutter-gtk/gtk-clutter.h:
119         * configure.ac:
120         * examples/gtk-clutter-test.c:
121         Various naming fixups. 
122
123 2007-03-21  Matthew Allum  <mallum@openedhand.com>
124
125         * clutter-gtk.pc.in:
126         * clutter-gtk/Makefile.am:
127         More version fixes.
128
129 2007-03-21  Matthew Allum  <mallum@openedhand.com>
130
131         * doc/reference/Makefile.am:
132         Fix lib path so docs build again.
133
134 2007-03-21  Matthew Allum  <mallum@openedhand.com>
135
136         * clutter-gtk/gtk-clutter.c:
137         * clutter-gtk/gtk-clutter.h:
138         Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
139         Needs at least clutter 0.2.2. Avoids previous issues with
140         white textures when painting onto a GtkWindow.
141         (Thanks to Iain for doing all the hardwork here)
142
143         * examples/gtk-clutter-test.c: (main):
144         Update.
145
146         * configure.ac:
147         * clutter-gtk.pc.in:
148         Fixups to require clutter-0.2.2
149
150 2006-11-30  Matthew Allum  <mallum@openedhand.com>
151
152         * clutter-gtk.doap:
153         Update doap file a little.
154
155 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
156
157         * clutter-gtk/gtk-clutter.c:
158         (gtk_clutter_expose_event): Queue a redraw of the
159         stage instead of directly swapping the GL buffers.
160
161 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
162
163         * clutter-gtk/gtk-clutter.c:
164         (gtk_clutter_expose_event): Use the newly added
165         clutter_stage_swap_buffers() and fix the missing redraw
166         on expose bug.
167
168 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
169
170         * examples/gtk-clutter-test.c: Add a "quit" button.
171
172 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
173
174         * clutter-gtk/gtk-clutter.c:
175         (gtk_clutter_destroy): Destroy the ClutterStage instead
176         of unreffing it.
177
178         (gtk_clutter_size_allocate): Queue a redraw if the stage
179         is marked as visible.
180
181         (gtk_clutter_realize): Remove the forced realize: the
182         stage is already realized by default.
183
184         * examples/gtk-clutter-test.c: Use gtk_main_quit().
185
186 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
187
188         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
189
190         * clutter-gtk/gtk-clutter.c:
191         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
192         the stage unref to the GtkObject::destroy method.
193
194         (gtk_clutter_size_allocate): Oblige to the size allocation
195         request from the container of the GtkClutter widget by
196         resizing the ClutterStage.
197
198         (gtk_clutter_size_request): Require the size of the stage.
199
200         (gtk_clutter_destroy), (gtk_clutter_size_request),
201         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
202         macro, which does a type check and a function call; use the
203         priv pointer we conveniently keep around.
204
205         * examples/gtk-clutter-test.c: Use the given constructor;
206         now window resizing works.  The stage doesn't get refreshed
207         immediately (resize the window), though, and there's still
208         the X error when we close the window.
209
210 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
211
212         * *: Initial import out of the main tree.