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