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