update to 1.10.4
[profile/ivi/clutter.git] / ChangeLog
1 # Generated by configure.  Do not edit.
2
3 commit e654dd55fb3f9ae54871a3d5013bb0d22fcb5207
4 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5 Date:   Tue May 1 11:51:56 2012 +0100
6
7     Release Clutter 1.10.4
8
9  NEWS         |   25 +++++++++++++++++++++++++
10  configure.ac |    4 ++--
11  2 files changed, 27 insertions(+), 2 deletions(-)
12
13 commit 8848e822c1cedda2083cabd8885a52a3f06eff01
14 Author: Emmanuele Bassi <ebassi@linux.intel.com>
15 Date:   Mon Apr 30 17:46:48 2012 +0100
16
17     docs: Replace unknown <envvar> tag with <varname>
18
19  doc/reference/clutter/running-clutter.xml |    2 +-
20  1 file changed, 1 insertion(+), 1 deletion(-)
21
22 commit 8fbbd68c05156c25e65ca421bf9de3243d523996
23 Author: Emmanuele Bassi <ebassi@linux.intel.com>
24 Date:   Mon Apr 30 17:45:01 2012 +0100
25
26     docs: Fix typo in the <structname> tag
27
28  clutter/clutter-paint-nodes.c |    2 +-
29  1 file changed, 1 insertion(+), 1 deletion(-)
30
31 commit 1eb4d044454111e5b345d1dff4b1ac7777472bee
32 Author: Emmanuele Bassi <ebassi@linux.intel.com>
33 Date:   Mon Apr 30 17:12:12 2012 +0100
34
35     docs: Annotation fixes
36     
37     The introspection scanner has become slightly more annoying, in the hope
38     that people start fixing their annotations. As it turns out, it was the
39     right move.
40
41  clutter/Makefile.am                         |    2 ++
42  clutter/clutter-actor.c                     |    2 +-
43  clutter/clutter-actor.h                     |    2 +-
44  clutter/clutter-drag-action.c               |    2 +-
45  clutter/clutter-event.c                     |    2 +-
46  clutter/clutter-layout-meta.h               |    2 +-
47  clutter/clutter-macros.h                    |    4 +--
48  clutter/clutter-main.c                      |    2 +-
49  clutter/clutter-paint-nodes.c               |   44 ++++++++++++++++-----------
50  clutter/clutter-stage.c                     |   12 ++++----
51  clutter/clutter-text.c                      |    2 +-
52  clutter/clutter-texture.c                   |    6 ++--
53  clutter/clutter-timeline.c                  |    2 +-
54  clutter/clutter-version.h.in                |    6 ++--
55  clutter/deprecated/clutter-behaviour-path.h |    2 +-
56  clutter/deprecated/clutter-behaviour.h      |    2 +-
57  clutter/x11/clutter-x11-texture-pixmap.c    |    2 +-
58  17 files changed, 53 insertions(+), 43 deletions(-)
59
60 commit 12a3e65ca0c6f6956a96611b209d48355ab3909e
61 Author: Emmanuele Bassi <ebassi@linux.intel.com>
62 Date:   Thu Apr 26 14:06:00 2012 +0100
63
64     actor: Call show() on set parent conditionally
65     
66     This commit adds a further conditional check for calling
67     clutter_actor_show() when adding a child to an actor. We cannot
68     unconditionally change the value of the show-on-set-parent property like
69     the original solution of commit 81b19a78f5e02ae8ffd9235054d80b172496415b
70     as that breaks the document invariant that show-on-set-parent will be
71     changed iff an actor is without a parent.
72     
73     The new ADD_CHILD_SHOW_ON_SET_PARENT flag is part of the default and
74     legacy flags, thus retaining the default behaviour when adding a child;
75     the flag is not passed when reordering the list of children, which means
76     we ignore the state of the show-on-set-parent property.
77     
78     The conformance test suite fully passes, including the newly added test
79     to verify that changing the paint order does not trigger visibility.
80     
81     https://bugzilla.gnome.org/show_bug.cgi?id=674510
82
83  clutter/clutter-actor.c |   21 +++++++++++++--------
84  1 file changed, 13 insertions(+), 8 deletions(-)
85
86 commit df7fcf9c407b7019fe9372b7b7f5b8cb744fc6b6
87 Author: Jasper St. Pierre <jstpierre@mecheye.net>
88 Date:   Mon Apr 23 14:14:07 2012 -0400
89
90     conform: Make sure that raising/lowering children doesn't change state
91     
92     Namely, visibility and show-on-set-parent.
93     
94     https://bugzilla.gnome.org/show_bug.cgi?id=674510
95
96  tests/conform/actor-graph.c |   20 ++++++++++++++++++++
97  1 file changed, 20 insertions(+)
98
99 commit d0a06834d84f6c0d51ee75c3de79c8c37c1156b6
100 Author: Cosimo Cecchi <cosimoc@gnome.org>
101 Date:   Tue Apr 24 10:21:25 2012 -0400
102
103     device-manager: select/unselect device events as device change
104     
105     When a device is added or changes, select/unselect events from X
106     accordingly.
107     
108     https://bugzilla.gnome.org/show_bug.cgi?id=673644
109
110  clutter/x11/clutter-device-manager-xi2.c |   13 ++++++++++++
111  clutter/x11/clutter-stage-x11.c          |   34 ++++++++++++++++++++++++++++++
112  clutter/x11/clutter-stage-x11.h          |    3 +++
113  3 files changed, 50 insertions(+)
114
115 commit e27f58173f55c91badab866ceabd3e3662b937c7
116 Author: Cosimo Cecchi <cosimoc@gnome.org>
117 Date:   Mon Apr 23 20:04:58 2012 -0400
118
119     device-manager: don't select events for disabled devices
120     
121     I.e. only select events for core devices or devices explicitly enabled
122     by clients.
123     
124     https://bugzilla.gnome.org/show_bug.cgi?id=673644
125
126  clutter/clutter-device-manager.c |    3 ++-
127  1 file changed, 2 insertions(+), 1 deletion(-)
128
129 commit 235f3a75cf661209b8189b73fffabf96a964748f
130 Author: Emmanuele Bassi <ebassi@linux.intel.com>
131 Date:   Mon Apr 23 17:42:40 2012 +0100
132
133     path: Avoid integer overflow in get_distance()
134     
135     The get_distance() API uses machine integers to compute the distance;
136     this means that on 32bit we can overflow the integer size. This gets
137     hidden by the fact that get_distance() returns an unsigned integer as
138     well.
139     
140     In reality, ClutterPath is an unmitigated mess, and the only way to
141     actually fix it is to break API.
142     
143     https://bugzilla.gnome.org/show_bug.cgi?id=652521
144
145  clutter/clutter-path.c |   41 ++++++++++++++++++++++-------------------
146  tests/conform/path.c   |   32 +++++++++++++++++++++++++++++++-
147  2 files changed, 53 insertions(+), 20 deletions(-)
148
149 commit a0af17b92d208e8a17c83d8cc1583253d72ab05c
150 Author: Yuri Myasoedov <omerta13@yandex.ru>
151 Date:   Tue May 1 11:06:25 2012 +0400
152
153     Updated Russian translation
154
155  po/ru.po |  630 ++++++++++++++++++++++++++++++++++----------------------------
156  1 file changed, 351 insertions(+), 279 deletions(-)
157
158 commit 8944d6a05cac74dc4ac499613629ed7748b09031
159 Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
160 Date:   Mon Apr 30 23:19:37 2012 +0200
161
162     [l10n] Updated German translation
163
164  po/de.po | 1728 +++++++++++++++++++++++++++++++++++++-------------------------
165  1 file changed, 1035 insertions(+), 693 deletions(-)
166
167 commit c19e888f3e47eeb6ec36d20a771cf842d007d61f
168 Author: Jonh Wendell <jwendell@gnome.org>
169 Date:   Sat Apr 28 10:23:35 2012 -0300
170
171     Updated Brazilian Portuguese translation
172
173  po/pt_BR.po |  614 +++++++++++++++++++++++++++++++++++------------------------
174  1 file changed, 364 insertions(+), 250 deletions(-)
175
176 commit a1784f12ca6fa0318f6b447b31c4a49a335524c8
177 Author: Cosimo Cecchi <cosimoc@gnome.org>
178 Date:   Fri Apr 20 18:31:58 2012 +0100
179
180     x11/device-manager-xi2: Flip deltas around
181     
182     Up/down is Y.
183
184  clutter/x11/clutter-device-manager-xi2.c |    4 ++--
185  1 file changed, 2 insertions(+), 2 deletions(-)
186
187 commit ff7a2ca233b637be02b0e0170ebe5e5f6f109fb2
188 Author: Emmanuele Bassi <ebassi@linux.intel.com>
189 Date:   Mon Apr 16 21:51:06 2012 +0100
190
191     Post-release version bump to 1.10.3
192
193  configure.ac |    4 ++--
194  1 file changed, 2 insertions(+), 2 deletions(-)
195
196 commit 62cffec9036f6a24736dc47914844fe9336c8ce4
197 Author: Emmanuele Bassi <ebassi@linux.intel.com>
198 Date:   Mon Apr 16 16:22:01 2012 +0100
199
200     Release Clutter 1.10.2
201
202  NEWS         |   32 ++++++++++++++++++++++++++++++++
203  configure.ac |    4 ++--
204  2 files changed, 34 insertions(+), 2 deletions(-)
205
206 commit 9d52fb06bbde5ce4b247e0819137f76d59b9d1b2
207 Author: Emmanuele Bassi <ebassi@gnome.org>
208 Date:   Sun Apr 15 13:02:42 2012 +0100
209
210     cally: Fix the pkg-config file
211     
212     Drop a bunch of variables that are not meant to be used by Cally; also,
213     drop the wrong library name from the Libs key: Clutter has a single
214     shared library, now.
215     
216     https://bugzilla.gnome.org/show_bug.cgi?id=674105
217
218  clutter/cally/cally.pc.in |    6 +-----
219  1 file changed, 1 insertion(+), 5 deletions(-)
220
221 commit 89ab7bbb7e6b15dc79fb17faaf9f92079165fd50
222 Author: Emmanuele Bassi <ebassi@linux.intel.com>
223 Date:   Thu Apr 12 17:04:57 2012 +0100
224
225     actor: Clear MetaGroups when empty
226     
227     When removing the last Action, Constraint, or Effect, we should also be
228     clearing the corresponding MetaGroup: code inside ClutterActor relies on
229     NULL checks, and changing them all to check for NULL && n_items == 0
230     would not be fun.
231
232  clutter/clutter-actor.c |   10 ++++++++++
233  1 file changed, 10 insertions(+)
234
235 commit 8484a350b4548d6aa37106b1711faddaec42b57e
236 Author: Emmanuele Bassi <ebassi@linux.intel.com>
237 Date:   Thu Apr 12 17:07:06 2012 +0100
238
239     actor: Check for mapped children in the default get_paint_volume()
240     
241     Unmapped children won't be painted so they should not contribute to the
242     default paint volume computation.
243
244  clutter/clutter-actor.c |    3 +++
245  1 file changed, 3 insertions(+)
246
247 commit 48bfac333df2f872cc58a4a41b2ed039465295f6
248 Author: Jasper St. Pierre <jstpierre@mecheye.net>
249 Date:   Fri Mar 30 11:19:02 2012 -0400
250
251     text: Bubble up a click and quit early for just static text
252     
253     Static text shouldn't need a cursor position or anything like that,
254     and it always eats a button press event.
255     
256     https://bugzilla.gnome.org/show_bug.cgi?id=673190
257
258  clutter/clutter-text.c |    2 ++
259  1 file changed, 2 insertions(+)
260
261 commit 600307da78dcc5c69e5cb754e12e5d9a36e1ba5c
262 Author: Peter Hutterer <peter.hutterer@who-t.net>
263 Date:   Thu Apr 12 13:07:34 2012 +1000
264
265     Rename XINPUT_2_2 define to HAVE_XINPUT_2_2
266     
267     configure.ac defines XINPUT_2_2 if XI 2.2 support was found. The code
268     expects XINPUT_2_2 in the device manager, but HAVE_XINPUT_2_2 in the x11
269     backend.
270     
271     On newer X servers, the latter causes a BadValue when XIQueryDevice sends a
272     different major/minor than gdk's device manager (gnome-control-center).
273     
274     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
275     
276     https://bugzilla.gnome.org/show_bug.cgi?id=673961
277
278  clutter/x11/clutter-device-manager-xi2.c |   26 +++++++++++++-------------
279  clutter/x11/clutter-input-device-xi2.c   |    4 ++--
280  configure.ac                             |    2 +-
281  3 files changed, 16 insertions(+), 16 deletions(-)
282
283 commit 32e6eb08aef7421ae3ce00b53a0b9c9a548098fb
284 Author: Emmanuele Bassi <ebassi@linux.intel.com>
285 Date:   Wed Apr 11 13:57:06 2012 +0100
286
287     actor: Fix completed transitions logic
288     
289     We need to remove the transition only if the current repeat is equal to
290     the number of repeats, and if the transition was marked as remove on
291     complete. Otherwise, the transition has to remain where it is.
292
293  clutter/clutter-actor.c |   32 +++++++++++++++++++++-----------
294  1 file changed, 21 insertions(+), 11 deletions(-)
295
296 commit e2fa01ac9ae1c8f1805b000274f0b1bffa3ac484
297 Author: Emmanuele Bassi <ebassi@linux.intel.com>
298 Date:   Wed Apr 11 12:47:01 2012 +0100
299
300     Check before using pango_layout_get_character_count()
301     
302     Since it's in a debug code path, and 1.10 is the stable branch, we
303     should not bump the dependency of Pango to 1.30.
304
305  clutter/clutter-paint-nodes.c |    2 ++
306  1 file changed, 2 insertions(+)
307
308 commit 652f10e71850a0cf1a6be62cb4d05e5db7a8207f
309 Author: Emmanuele Bassi <ebassi@linux.intel.com>
310 Date:   Tue Apr 10 13:37:04 2012 +0100
311
312     actor: Remove unnecessary relayout/redraw calls
313     
314     They will be handled internally.
315
316  clutter/clutter-actor.c |    8 --------
317  1 file changed, 8 deletions(-)
318
319 commit 7941733f879b099ac64f266236a581951d8bc906
320 Author: Emmanuele Bassi <ebassi@linux.intel.com>
321 Date:   Tue Apr 10 12:58:17 2012 +0100
322
323     actor: Do not queue_redraw() in set_opacity()
324     
325     The opacity internal setter will do it for us, and it will take into
326     consideration any eventual flatten effect applied to the actor.
327     
328     This unbreaks the actor-offscreen-redirect conformance test.
329
330  clutter/clutter-actor.c |    2 --
331  1 file changed, 2 deletions(-)
332
333 commit bda3f00d423a15c345bf3981f305fd82be7233dd
334 Author: Emmanuele Bassi <ebassi@linux.intel.com>
335 Date:   Tue Apr 10 12:12:50 2012 +0100
336
337     stage: Unset the natural size when fullscreening
338     
339     This ensures that constraints and signal handlers will go through the
340     allocation and not through the cache after ::fullscreen has been
341     emitted.
342
343  clutter/clutter-stage.c |    8 ++++++++
344  1 file changed, 8 insertions(+)
345
346 commit 802cf54227bb3d2bff8d9769fbbcfd3f6d1c6197
347 Author: Emmanuele Bassi <ebassi@linux.intel.com>
348 Date:   Thu Mar 29 15:12:09 2012 +0100
349
350     interactive/bin-layout: Call save/restore easing state
351     
352     Don't do unprotected calls to set_easing_mode() and
353     set_easing_duration().
354
355  tests/interactive/test-bin-layout.c |   18 ++++++++++++++----
356  1 file changed, 14 insertions(+), 4 deletions(-)
357
358 commit 9600e7945ccf4a67713fb343e64941b4507ddf5a
359 Author: Emmanuele Bassi <ebassi@linux.intel.com>
360 Date:   Thu Mar 29 13:53:40 2012 +0100
361
362     actor: Make :content-gravity animatable
363     
364     Let's start making some non-trivial property animatable, like the
365     content gravity.
366
367  clutter/clutter-actor.c            |   85 ++++++++++++++++++++++++++++++++----
368  tests/interactive/test-image-box.c |    2 +
369  2 files changed, 79 insertions(+), 8 deletions(-)
370
371 commit 699f4f8d2ee1adf94bbea9f5965694650222bd87
372 Author: Emmanuele Bassi <ebassi@linux.intel.com>
373 Date:   Wed Mar 28 18:07:06 2012 +0100
374
375     actor: Minor optimization to avoid get_preferred_*
376     
377     When the easing state has a duration of zero milliseconds we can skip
378     the entire create_transition() call inside set_width() and set_height(),
379     to avoid what may be a costly call to get_preferred_*.
380
381  clutter/clutter-actor.c |   36 ++++++++++++++++++++++++++++++++++--
382  1 file changed, 34 insertions(+), 2 deletions(-)
383
384 commit 9283eda3a3c7360059b21b7b7dea9bb4de9231f5
385 Author: Emmanuele Bassi <ebassi@linux.intel.com>
386 Date:   Wed Mar 28 16:39:30 2012 +0100
387
388     actor: Ensure we use the current easing duration and mode
389     
390     When updating a transition in flight, if the current easing state does
391     not match the transition's.
392
393  clutter/clutter-actor.c |   19 ++++++++++++++++---
394  1 file changed, 16 insertions(+), 3 deletions(-)
395
396 commit 0c86e11b9192be0c61c4e67135f2b16c355238b1
397 Author: Emmanuele Bassi <ebassi@linux.intel.com>
398 Date:   Wed Mar 28 13:21:58 2012 +0100
399
400     docs: Mention in-flight value changes
401
402  clutter/clutter-actor.c |   21 +++++++++++++++++++++
403  1 file changed, 21 insertions(+)
404
405 commit b17d56a35d47a2f66a89b133edb31328bd28883e
406 Author: Emmanuele Bassi <ebassi@linux.intel.com>
407 Date:   Wed Mar 28 12:43:57 2012 +0100
408
409     actor: Check easing duration when updating in-flight transitions
410     
411     If we update a transition that is currently playing, we need to check
412     the current easing state, and look at the eventual duration, in case
413     the user wants to cancel the transition.
414
415  clutter/clutter-actor.c |   15 ++++++++++++++-
416  1 file changed, 14 insertions(+), 1 deletion(-)
417
418 commit 835849c7bbe6dca4831f733bb59962ab53520960
419 Author: Emmanuele Bassi <ebassi@linux.intel.com>
420 Date:   Wed Mar 28 11:52:01 2012 +0100
421
422     actor: Simplify setters of animatable properties
423     
424     Instead of checking the duration of the current easing state we should
425     check if there's a transition in progress, and update it
426     unconditionally.
427     
428     If there is no easing state, or the easing state has a duration of zero
429     milliseconds, then create_transition() should bail out early and set the
430     requested final state.
431     
432     This allows us to write:
433     
434       clutter_actor_save_easing_state (actor);
435       clutter_actor_set_x (actor, 200);
436       clutter_actor_restore_easing_state (actor);
437     
438       [...]
439     
440       clutter_actor_set_x (actor, 100);
441     
442     and have the second set_x() update the easing in progress, instead of
443     being ignored.
444     
445     https://bugzilla.gnome.org/show_bug.cgi?id=672945
446
447  clutter/clutter-actor.c |  344 ++++++++++++++++++-----------------------------
448  1 file changed, 129 insertions(+), 215 deletions(-)
449
450 commit acd630f49c7bcb639f2fcc24a26ee0085e1ca9aa
451 Author: Emmanuele Bassi <ebassi@linux.intel.com>
452 Date:   Wed Mar 28 11:49:53 2012 +0100
453
454     interactive/transitions: Add missing easing state save/restore
455     
456     The test hasn't been updated after commit 229241b8, and was trying to
457     change the easing state without creating one.
458
459  tests/interactive/test-transitions.c |    4 ++++
460  1 file changed, 4 insertions(+)
461
462 commit cb4e3235b575d38aaf01ac66d6d3e27169461681
463 Author: Emmanuele Bassi <ebassi@linux.intel.com>
464 Date:   Mon Mar 26 18:34:15 2012 +0100
465
466     actor: Add debug annotation in add_transition()
467
468  clutter/clutter-actor.c |    7 ++++++-
469  1 file changed, 6 insertions(+), 1 deletion(-)
470
471 commit 0e96d2a4281e3798c313f421f9e696a52e581e25
472 Author: Emmanuele Bassi <ebassi@linux.intel.com>
473 Date:   Thu Mar 29 15:52:51 2012 +0100
474
475     actor: Make _clutter_actor_foreach_child() safe again
476     
477     We were using g_list_foreach() prior to the first Apocalypse, and that
478     function is resilient against changes to the list while iterating it;
479     since we are not using a GList any more, we need handle this case
480     ourselves.
481
482  clutter/clutter-actor.c |   18 ++++++++++++++----
483  1 file changed, 14 insertions(+), 4 deletions(-)
484
485 commit 0c2e0e75a0c3af7a4f59d640478fb6f2b75d8064
486 Author: Emmanuele Bassi <ebassi@gnome.org>
487 Date:   Sat Apr 7 23:07:59 2012 +0100
488
489     x11/device-manager-xi2: Remove heuristics for touchscreen devices
490     
491     Devices that have touch valuator classes will be touchscreens or
492     touchpads; anything else should be ignored.
493
494  clutter/x11/clutter-device-manager-xi2.c |    3 ---
495  1 file changed, 3 deletions(-)
496
497 commit 25abc0bd739a127e7f6eb13485b99f85f1d3d4d8
498 Author: Stefano Facchini <stefano.facchini@gmail.com>
499 Date:   Thu Mar 29 14:35:50 2012 +0200
500
501     canvas: avoid emission of "draw" signal when the size is zero
502     
503     This also avoids the warning
504     
505       Cogl-WARNING **: ./cogl-buffer.c:215: GL error (1285): Out of memory
506     
507     generated by cogl_buffer_map when the CoglBuffer has zero length.
508
509  clutter/clutter-canvas.c |    4 ++--
510  1 file changed, 2 insertions(+), 2 deletions(-)
511
512 commit ba9c93fd0bc222177bd8a7578a8870ffe29dcd2b
513 Author: Emmanuele Bassi <ebassi@gnome.org>
514 Date:   Wed Apr 4 15:33:32 2012 +0100
515
516     osx: Fix build
517
518  clutter/osx/clutter-backend-osx.c |   13 ++++++-------
519  clutter/osx/clutter-backend-osx.h |    7 ++++++-
520  clutter/osx/clutter-osx.h         |    2 ++
521  clutter/osx/clutter-stage-osx.c   |   33 ++++++++++++++++-----------------
522  4 files changed, 30 insertions(+), 25 deletions(-)
523
524 commit 2acd4f2d4d7aa0d0351484e70fac85f5c8d62a50
525 Author: Owen W. Taylor <otaylor@fishsoup.net>
526 Date:   Mon Apr 9 12:09:59 2012 -0400
527
528     ClutterText: Fix length passed to clutter_text_buffer_set_text()
529     
530     clutter_text_buffer_set_text() expects a char count, not a byte
531     count, so pass -1 rather than using strlen.
532     
533     https://bugzilla.gnome.org/show_bug.cgi?id=673783
534
535  clutter/clutter-text.c |    2 +-
536  1 file changed, 1 insertion(+), 1 deletion(-)
537
538 commit bdb1109792aaca455628168e85e40f5ae046cddc
539 Author: Jasper St. Pierre <jstpierre@mecheye.net>
540 Date:   Tue Mar 27 15:54:56 2012 -0300
541
542     actor: Invalidate the current state when popping easing states
543     
544     https://bugzilla.gnome.org/show_bug.cgi?id=672945
545
546  clutter/clutter-actor.c |    1 +
547  1 file changed, 1 insertion(+)
548
549 commit cc515ab11cf91412cd99deac3e2945d7ed4e2dae
550 Author: Emmanuele Bassi <ebassi@gnome.org>
551 Date:   Wed Mar 28 08:34:36 2012 +0100
552
553     table-layout: Fix [xy]_expand
554     
555     A copy and paste thinko.
556     
557     https://bugzilla.gnome.org/show_bug.cgi?id=672853
558
559  clutter/clutter-table-layout.c |    7 ++-----
560  1 file changed, 2 insertions(+), 5 deletions(-)
561
562 commit 4e80eeb5471d965c8db3b1d13d9c735e8c056434
563 Author: Emmanuele Bassi <ebassi@linux.intel.com>
564 Date:   Tue Mar 27 12:09:28 2012 +0100
565
566     Remove unused fields from LayoutInfo
567     
568     The x_expand and y_expand members would mess up the initialization of
569     the constant LayoutInfo default structure.
570
571  clutter/clutter-actor-private.h |    5 -----
572  1 file changed, 5 deletions(-)
573
574 commit dd658ea8386529fb15aa1944e61a79ad4c74d57f
575 Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
576 Date:   Tue Mar 27 16:57:03 2012 +0900
577
578     Properly manage timeline refcounting in clutter_animation_set_timeline()
579     
580     This patch fixes clutter to not crash when multiple animations share
581     the same timeline and the actors are explicitly destroyed before
582     the timeline completes (bug 672890)
583
584  clutter/clutter-animation.c |   15 +++++++++++----
585  1 file changed, 11 insertions(+), 4 deletions(-)
586
587 commit 1c7bc5811bebd765f335b63ec6cef3a7a5b106b0
588 Author: Neil Roberts <neil@linux.intel.com>
589 Date:   Fri Mar 23 16:34:17 2012 +0000
590
591     configure: Fix the -o operator in a call to test
592     
593     The disjunction operator was misspelt as -O which tests whether the
594     following file is owned by the calling user. This doesn't take enough
595     arguments so bash was showing an error and the test was always
596     failing. This meant that NEED_XKB_UTILS was always false which should
597     have broken the build but the Makefile was mistakenly including
598     clutter-xkb-utils.c again if SUPPORT_WAYLAND is defined.
599     
600     See 1b77565e for reference.
601     
602     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
603     
604     (cherry picked from commit 04f2be34b2cba22acdb497feb5ecbcc3233ccc6a)
605
606  clutter/Makefile.am |    4 +---
607  configure.ac        |    2 +-
608  2 files changed, 2 insertions(+), 4 deletions(-)
609
610 commit 43a87276f7984dd3f1d2b4a57d812d0d35f8b881
611 Author: Emmanuele Bassi <ebassi@linux.intel.com>
612 Date:   Thu Mar 22 13:35:04 2012 +0000
613
614     Post-release version bump to 1.10.1
615
616  configure.ac |    4 ++--
617  1 file changed, 2 insertions(+), 2 deletions(-)
618
619 commit 640314e5322f93dd20c77db9e66e3e68c3c6577c
620 Author: Emmanuele Bassi <ebassi@linux.intel.com>
621 Date:   Thu Mar 22 13:14:18 2012 +0000
622
623     Release Clutter 1.10.0 (stable)
624
625  NEWS         |   45 +++++++++++++++++++++++++++++++++++++++++++++
626  configure.ac |    4 ++--
627  2 files changed, 47 insertions(+), 2 deletions(-)
628
629 commit 15e548ad4a41bdbcf107215c5335f45efe5b4392
630 Author: Emmanuele Bassi <ebassi@linux.intel.com>
631 Date:   Thu Mar 22 13:20:55 2012 +0000
632
633     build: Remove disabling Clutter's deprecation warnings while building it
634     
635     Now that we have deprecation warnings and not full on symbol removal
636     from the headers, we can just skip Clutter's own, and use only GLib's.
637
638  configure.ac |    2 +-
639  1 file changed, 1 insertion(+), 1 deletion(-)
640
641 commit ffa484e732bcee5c53df14fcad3ec238fa9f72bc
642 Author: Emmanuele Bassi <ebassi@linux.intel.com>
643 Date:   Wed Mar 21 14:01:31 2012 +0000
644
645     osx: Fix compilation warnings
646     
647     https://bugzilla.gnome.org/show_bug.cgi?id=672536
648
649  clutter/osx/clutter-stage-osx.c |   44 ++++++++++++++++++++++++++++++++++-----
650  1 file changed, 39 insertions(+), 5 deletions(-)
651
652 commit c0a02349800b2809832d593b897dbee00f33a3a0
653 Author: Jasper St. Pierre <jstpierre@mecheye.net>
654 Date:   Wed Mar 21 10:42:32 2012 -0400
655
656     table-layout: Remove dead code
657     
658     If a column/row is expanding, n_expand has to be greater than 1.
659     
660     https://bugzilla.gnome.org/show_bug.cgi?id=672557
661
662  clutter/clutter-table-layout.c |   16 ++++------------
663  1 file changed, 4 insertions(+), 12 deletions(-)
664
665 commit 0e2399e79dfd2d7900fa90f1616646a08b07022c
666 Author: Jasper St. Pierre <jstpierre@mecheye.net>
667 Date:   Wed Mar 21 10:36:42 2012 -0400
668
669     table-layout: Fix x/y-expand for spanning actors
670     
671     Ported to ClutterTableLayout from MxTable:
672     
673     https://github.com/clutter-project/mx/commit/239e53146a678ae753b1fb9a862f4030c66a1d9b
674     
675     https://bugzilla.gnome.org/show_bug.cgi?id=672557
676
677  clutter/clutter-table-layout.c |    6 ++++++
678  1 file changed, 6 insertions(+)
679
680 commit 890bf1438691273dee1f13c5cfe70bd9e43f5573
681 Author: Jasper St. Pierre <jstpierre@mecheye.net>
682 Date:   Wed Mar 21 09:36:07 2012 -0400
683
684     table-layout: Fix column visibility for spanning actors
685     
686     Ported to ClutterTableLayout from MxTable:
687     
688     https://github.com/clutter-project/mx/commit/6633f185fcfb7ce8a6ef85276d09e4ee92f584b8
689     
690     https://bugzilla.gnome.org/show_bug.cgi?id=672557
691
692  clutter/clutter-table-layout.c |    6 ++----
693  1 file changed, 2 insertions(+), 4 deletions(-)
694
695 commit 6bb486798639c65daae5000a0b725729a56db30c
696 Author: Jasper St. Pierre <jstpierre@mecheye.net>
697 Date:   Wed Mar 21 09:35:37 2012 -0400
698
699     table-layout: Remove unused 'shrink' field.
700     
701     Ported to ClutterTableLayout from MxTable:
702     
703     https://github.com/clutter-project/mx/commit/053a1b04290e6ac307f90033babf761179d1db89
704     
705     https://bugzilla.gnome.org/show_bug.cgi?id=672557
706
707  clutter/clutter-table-layout.c |    1 -
708  1 file changed, 1 deletion(-)
709
710 commit 6751056439e38fe4701a3fbd4940ed329e2b7f05
711 Author: Jasper St. Pierre <jstpierre@mecheye.net>
712 Date:   Thu Feb 16 14:06:25 2012 -0500
713
714     actor: Freeze property change notifications on destroy
715
716  clutter/clutter-actor.c |    4 ++++
717  1 file changed, 4 insertions(+)
718
719 commit a8b8bd89e56447e2609372a6b1112530a19d8ba2
720 Author: Emmanuele Bassi <ebassi@linux.intel.com>
721 Date:   Wed Mar 21 14:01:11 2012 +0000
722
723     Fix fallback profile counter macro
724
725  clutter/clutter-profile.h |    2 +-
726  1 file changed, 1 insertion(+), 1 deletion(-)
727
728 commit 7a7151519f369d3e1686d7fd3de0d231ecc93ae0
729 Author: Emmanuele Bassi <ebassi@linux.intel.com>
730 Date:   Wed Mar 21 13:30:28 2012 +0000
731
732     docs: Clean up the animations sections of the Actor reference
733
734  clutter/clutter-actor.c |  147 +++++++++++++++++++++++++++--------------------
735  1 file changed, 86 insertions(+), 61 deletions(-)
736
737 commit 7afc3b2fca6ffbfb160e1f32bbfcfe01a83c7867
738 Author: Emmanuele Bassi <ebassi@linux.intel.com>
739 Date:   Wed Mar 21 12:57:26 2012 +0000
740
741     interactive/scrolling: Use the implicit animation API
742
743  tests/interactive/test-scrolling.c |   20 +++++++++++---------
744  1 file changed, 11 insertions(+), 9 deletions(-)
745
746 commit ae3a4c3cfbad506c4a3df52a392a3c20a96a2da5
747 Author: Rico Tzschichholz <ricotz@t-online.de>
748 Date:   Wed Mar 21 13:59:54 2012 +0100
749
750     build: Remove superfluous ','
751
752  configure.ac |    2 +-
753  1 file changed, 1 insertion(+), 1 deletion(-)
754
755 commit 8678cb74e8868d0d7ad8614a401227f113982801
756 Author: Emmanuele Bassi <ebassi@linux.intel.com>
757 Date:   Tue Mar 20 16:18:20 2012 +0000
758
759     conform: Set harsher environment for running tests
760     
761     Set the MALLOC_CHECK_ and MALLOC_PERTURB_ environment variables to catch
762     allocation issues.
763
764  tests/conform/run-tests.sh |    2 +-
765  1 file changed, 1 insertion(+), 1 deletion(-)
766
767 commit 133e663878f958e5cafe8d09bb1ffef9956dcd31
768 Author: Emmanuele Bassi <ebassi@linux.intel.com>
769 Date:   Tue Mar 20 16:11:52 2012 +0000
770
771     paint-node: Initialize ClutterPaintOperation
772     
773     Don't leave it to the compiler.
774
775  clutter/clutter-paint-node-private.h |    2 ++
776  clutter/clutter-paint-node.c         |    8 ++++----
777  2 files changed, 6 insertions(+), 4 deletions(-)
778
779 commit e9b05f48607b4a7095d7aeb96dc8f6b1c2b34c54
780 Author: Robert Bragg <robert@linux.intel.com>
781 Date:   Tue Mar 20 14:06:10 2012 +0000
782
783     clutter-wayland-compositor.h: Adds missing header guards
784     
785     Reviewed-by: Neil Roberts <neil@linux.intel.com>
786     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
787
788  clutter/wayland/clutter-wayland-compositor.h |    5 +++++
789  1 file changed, 5 insertions(+)
790
791 commit e00384826dc5358b17de784922f09f1129b385d9
792 Author: Neil Roberts <neil@linux.intel.com>
793 Date:   Fri Mar 9 18:24:14 2012 +0000
794
795     wayland: Fix some missing includes
796     
797     The commit 90e5088 added some extra compiler warning options that were
798     triggering warnings when enabling the wayland build due to missing
799     header includes. This adds those header includes in.
800     
801     Reviewed-by: Robert Bragg <robert@linux.intel.com>
802     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
803
804  clutter/clutter-backend.c                      |    4 ++++
805  clutter/evdev/clutter-device-manager-evdev.c   |    1 +
806  clutter/wayland/clutter-event-wayland.c        |    1 +
807  clutter/wayland/clutter-input-device-wayland.c |    1 +
808  clutter/wayland/clutter-stage-wayland.c        |    1 +
809  5 files changed, 8 insertions(+)
810
811 commit dea90d2fe394d724e569f1558322bc7a9b35061f
812 Author: Robert Bragg <robert@linux.intel.com>
813 Date:   Tue Mar 20 13:50:42 2012 +0000
814
815     include standalone cogl-wayland-server/client headers
816     
817     Because the wayland-server-protocol.h header includes symbols that
818     collide with wayland-client-protocol.h Cogl now provides top level
819     <cogl/cogl-wayland-server.h> and <cogl/cogl-wayland-client.h> headers so
820     that applications can ensure they only include one of the wayland
821     protocol headers in a particular compilation unit. This updates clutter
822     accordingly to include those headers.
823     
824     Reviewed-by: Neil Roberts <neil@linux.intel.com>
825     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
826
827  clutter/clutter-backend.c                 |    2 ++
828  clutter/wayland/clutter-backend-wayland.c |    1 +
829  clutter/wayland/clutter-stage-wayland.c   |    2 ++
830  clutter/wayland/clutter-wayland-surface.c |    3 +--
831  4 files changed, 6 insertions(+), 2 deletions(-)
832
833 commit fabf2ddf0f390d5ac21090e37ed4c96a1ac9d468
834 Author: Rob Bradford <rob@linux.intel.com>
835 Date:   Tue Mar 20 13:31:28 2012 +0000
836
837     wayland: Only try and resize the framebuffer if there is a valid framebuffer
838
839  clutter/wayland/clutter-stage-wayland.c |    7 +++++--
840  1 file changed, 5 insertions(+), 2 deletions(-)
841
842 commit 2fc9934d2dd0bb1afc65dc951c3363f689d55cd1
843 Author: Emmanuele Bassi <ebassi@linux.intel.com>
844 Date:   Tue Mar 20 13:06:48 2012 +0000
845
846     docs: Reorganize the API reference index
847
848  doc/reference/clutter/clutter-docs.xml.in |    8 ++++----
849  1 file changed, 4 insertions(+), 4 deletions(-)
850
851 commit 31ec4faa8f61462cc0b9ab4be4df0d3f569bcca4
852 Author: Emmanuele Bassi <ebassi@linux.intel.com>
853 Date:   Tue Mar 20 12:06:21 2012 +0000
854
855     docs: Fix typo
856
857  clutter/clutter-transition.c |    2 +-
858  1 file changed, 1 insertion(+), 1 deletion(-)
859
860 commit cf5ac39552e59a84d3891531c3abd8af027bef70
861 Author: Emmanuele Bassi <ebassi@linux.intel.com>
862 Date:   Tue Mar 20 11:55:41 2012 +0000
863
864     docs: Add a section on actor animations
865     
866     Detail the implicit and explicit animation models used by ClutterActor.
867
868  clutter/clutter-actor.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++-
869  1 file changed, 71 insertions(+), 1 deletion(-)
870
871 commit 4f62137302483537a30725aba1ae9d3fb0e9d0f4
872 Author: Emmanuele Bassi <ebassi@linux.intel.com>
873 Date:   Tue Mar 20 11:47:41 2012 +0000
874
875     property-transition: Remove animatable from the ctor
876     
877     Should not have been there in the first place: the animatable will be
878     set either using ClutterTransition API, or when adding the transition
879     to a ClutterActor.
880
881  clutter/clutter-actor.c               |    5 +++--
882  clutter/clutter-property-transition.c |    8 +++-----
883  clutter/clutter-property-transition.h |    3 +--
884  3 files changed, 7 insertions(+), 9 deletions(-)
885
886 commit 5694b8031e0cb257ba618d266255637468365352
887 Author: Emmanuele Bassi <ebassi@linux.intel.com>
888 Date:   Tue Mar 20 11:22:07 2012 +0000
889
890     Use g_clear_object() instead of unref() + NULL
891
892  clutter/clutter-actor.c |    7 +++----
893  1 file changed, 3 insertions(+), 4 deletions(-)
894
895 commit 48ca103de183fadb53017657cb1afd8f3295265a
896 Author: Emmanuele Bassi <ebassi@linux.intel.com>
897 Date:   Tue Mar 20 11:17:53 2012 +0000
898
899     actor: Clarify and improve memory management of transitions
900     
901     When adding a transition to a ClutterActor, the actor should hold a
902     reference on it, and release it only when we remove it. This makes
903     transitions just like other objects held by ClutterActor.
904
905  clutter/clutter-actor.c |   44 +++++++++++++++++++++++++++++++-------------
906  1 file changed, 31 insertions(+), 13 deletions(-)
907
908 commit 9b1b554c1ab0dab0654bb3e661b632d4b740f568
909 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
910 Date:   Tue Mar 20 16:36:51 2012 +0800
911
912     Update Visual C++ property sheets
913     
914     -"Install" the newly-introduced headers
915     -Fix the situation when the Clutter sources are not unpacked in the root
916      folder of a drive (ex: Clutter is unpacked in c:\blah or d:\blah, instead
917      of c:\ or d:\)
918
919  build/win32/vs10/clutter.props  |   28 +++++++++++++++++++++++++---
920  build/win32/vs9/clutter.vsprops |   23 +++++++++++++++++++----
921  2 files changed, 44 insertions(+), 7 deletions(-)
922
923 commit a1b8cc4b3b1f816d1f9d0c0b9af2b3f4a20e877a
924 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
925 Date:   Tue Mar 20 16:16:57 2012 +0800
926
927     Update test-interactive Visual C++ projects
928     
929     Link to GDK-Pixbuf as well.
930
931  build/win32/vs10/test-interactive-clutter.vcxprojin |    8 ++++----
932  build/win32/vs9/test-interactive-clutter.vcprojin   |    8 ++++----
933  2 files changed, 8 insertions(+), 8 deletions(-)
934
935 commit 073ec80c05c27a36d2412f9d6784c12c01417bc5
936 Author: Emmanuele Bassi <ebassi@linux.intel.com>
937 Date:   Mon Mar 19 18:10:26 2012 +0000
938
939     cookbook/examples: Use real implicit animations
940     
941     Instead of clutter_actor_animate().
942
943  doc/cookbook/examples/animations-moving-implicit.c |   42 ++++++++++----------
944  1 file changed, 21 insertions(+), 21 deletions(-)
945
946 commit 65cf2039d89f00811beacea4ce98b5003df49f94
947 Author: Emmanuele Bassi <ebassi@linux.intel.com>
948 Date:   Mon Mar 19 18:05:29 2012 +0000
949
950     timeline: Increment current-repeat after ::completed
951     
952     The ::completed signal emission is part of the current cycle; repeating,
953     like the automatic reverse of the timeline's direction, happens after
954     the ::completed chain of handlers has been called.
955
956  clutter/clutter-timeline.c |    4 ++--
957  1 file changed, 2 insertions(+), 2 deletions(-)
958
959 commit 1dbb1db1837f18ad59a1c4f4830fcdfe0f434299
960 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
961 Date:   Mon Mar 19 23:45:28 2012 +0800
962
963     Updated Traditional Chinese translation(Hong Kong and Taiwan)
964
965  po/zh_HK.po |  607 +++++++++++++++++++++++++++++++++++------------------------
966  po/zh_TW.po |  607 +++++++++++++++++++++++++++++++++++------------------------
967  2 files changed, 732 insertions(+), 482 deletions(-)
968
969 commit 03c504efc9f45917f84d11dbe7eb982380738487
970 Author: Emmanuele Bassi <ebassi@linux.intel.com>
971 Date:   Mon Mar 19 15:23:08 2012 +0000
972
973     Post-release version bump to 1.9.17
974
975  configure.ac |    2 +-
976  1 file changed, 1 insertion(+), 1 deletion(-)
977
978 commit aa6ba2c706a5d53d8a994694d021edb0c07f03f2
979 Author: Emmanuele Bassi <ebassi@linux.intel.com>
980 Date:   Mon Mar 19 15:10:04 2012 +0000
981
982     Release Clutter 1.9.16 (1.10 release candidate 1)
983
984  NEWS         |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
985  configure.ac |    2 +-
986  2 files changed, 65 insertions(+), 1 deletion(-)
987
988 commit 28266a59ed9082fbf5ce453a498b61e833644786
989 Author: Emmanuele Bassi <ebassi@linux.intel.com>
990 Date:   Mon Mar 19 14:57:46 2012 +0000
991
992     docs: Fixes for the API reference
993
994  clutter/clutter-event.h                    |    9 ++++-----
995  doc/reference/clutter/clutter-sections.txt |    5 +++++
996  2 files changed, 9 insertions(+), 5 deletions(-)
997
998 commit 767b14fb2d1cc639cd65604049cfe3fc0abb108f
999 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1000 Date:   Mon Mar 19 14:47:55 2012 +0000
1001
1002     conform/anchors: Fix a dubious test
1003     
1004     Changing the scale gravity should not affect the scale factors as well;
1005     it was just a side-effect of the wrong implementation of the setter.
1006
1007  tests/conform/actor-anchors.c |    6 +++---
1008  1 file changed, 3 insertions(+), 3 deletions(-)
1009
1010 commit 5a77f814abfee368e4322d5dacbfce1869bc3149
1011 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1012 Date:   Mon Mar 19 14:40:46 2012 +0000
1013
1014     x11/keymap: Silence deprecation warnings around a fallback
1015     
1016     We still use XKeycodeToKeysym() in a fallback path in case we're not
1017     running on a decent enough system; XKeycodeToKeysym() is deprecated as
1018     of version 1.12 of the X server, but since I don't want to copy a bunch
1019     of code from GDK or, god forbid, from Xlib, for a fallback path, it's
1020     probably more reasonable to just silence the compiler warnings - at
1021     least until we can drop all the X compatibility crap, and just use
1022     modern, or semi-modern, API.
1023
1024  clutter/x11/clutter-keymap-x11.c |   25 ++++++++++++++++++++++++-
1025  1 file changed, 24 insertions(+), 1 deletion(-)
1026
1027 commit 09a317d23dc7d4785c31f8393b54392b5f473f60
1028 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1029 Date:   Mon Mar 19 14:28:34 2012 +0000
1030
1031     x11: Add support for touch events
1032     
1033     For the time being, we just relay everything we get from the X server to
1034     the Clutter application.
1035
1036  clutter/clutter-event-private.h          |    3 +
1037  clutter/clutter-event.c                  |   12 ++
1038  clutter/x11/clutter-backend-x11.c        |    5 +
1039  clutter/x11/clutter-backend-x11.h        |    1 +
1040  clutter/x11/clutter-device-manager-xi2.c |  177 +++++++++++++++++++++++++++++-
1041  clutter/x11/clutter-input-device-xi2.c   |   10 ++
1042  6 files changed, 207 insertions(+), 1 deletion(-)
1043
1044 commit d15b828cc5749772a46bee07277aa1694c67a1fd
1045 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1046 Date:   Mon Mar 19 13:47:19 2012 +0000
1047
1048     event: Add ClutterTouchEvent
1049     
1050     The ClutterTouchEvent structure contains the data relative to a touch
1051     event.
1052
1053  clutter/clutter-enums.h |   18 ++++++++-
1054  clutter/clutter-event.c |   97 +++++++++++++++++++++++++++++++++++++++++++++++
1055  clutter/clutter-event.h |   55 +++++++++++++++++++++++++++
1056  clutter/clutter-main.c  |    9 +++++
1057  clutter/clutter.symbols |    1 +
1058  5 files changed, 179 insertions(+), 1 deletion(-)
1059
1060 commit ab3582be1cca307350389ca6bcb326b4fce35d73
1061 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1062 Date:   Mon Mar 19 12:19:26 2012 +0000
1063
1064     gdk: Relay scroll delta from GDK
1065
1066  clutter/gdk/clutter-event-gdk.c |    3 +++
1067  clutter/gdk/clutter-stage-gdk.h |    3 ++-
1068  2 files changed, 5 insertions(+), 1 deletion(-)
1069
1070 commit 1c500f7de9d02c826e333e7dfd90aa8bb677d484
1071 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1072 Date:   Mon Mar 19 14:27:54 2012 +0000
1073
1074     x11: Reset scroll valuators
1075     
1076     We need to clear up the state on enter and leave, as well as when the X
1077     server tells us that the device has changed.
1078
1079  clutter/x11/clutter-device-manager-xi2.c |    3 +++
1080  1 file changed, 3 insertions(+)
1081
1082 commit 676a31743993915437da419551d7c5193f0b9f43
1083 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1084 Date:   Mon Mar 19 12:16:53 2012 +0000
1085
1086     x11: Add support for scroll valuators on XInput2.2
1087
1088  clutter/clutter-device-manager-private.h |   23 +++++++
1089  clutter/clutter-input-device.c           |   96 ++++++++++++++++++++++++++
1090  clutter/x11/clutter-backend-x11.c        |    5 ++
1091  clutter/x11/clutter-device-manager-xi2.c |  111 +++++++++++++++++++++++++++++-
1092  4 files changed, 233 insertions(+), 2 deletions(-)
1093
1094 commit 6b07f8a3df5647e752165af44bdea31619f7e8d1
1095 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1096 Date:   Mon Mar 19 12:15:41 2012 +0000
1097
1098     event: Expose precise scrolling information
1099     
1100     Some events may contain precise scrolling information coming from
1101     devices like trackpads and touchscreens. ClutterEvent should allow
1102     setting and getting this information.
1103
1104  clutter/clutter-enums.h |    7 ++++-
1105  clutter/clutter-event.c |   71 +++++++++++++++++++++++++++++++++++++++++++++++
1106  clutter/clutter-event.h |    8 ++++++
1107  clutter/clutter.symbols |    2 ++
1108  4 files changed, 87 insertions(+), 1 deletion(-)
1109
1110 commit 4fcd32025580c35b2133369159f411ea508e3d3b
1111 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1112 Date:   Mon Mar 19 12:13:01 2012 +0000
1113
1114     Check for XInput 2.2 extension
1115
1116  configure.ac |   20 +++++++++++++++++++-
1117  1 file changed, 19 insertions(+), 1 deletion(-)
1118
1119 commit 28bfebc7ec27f01000c3ec1591d3117e8d7f0052
1120 Author: Carles Ferrando <carles.ferrando@gmail.com>
1121 Date:   Mon Mar 19 01:15:12 2012 +0100
1122
1123     [l10n]Updated Catalan (Valencian) translation
1124
1125  po/ca@valencia.po | 1693 +++++++++++++++++++++++++++++++----------------------
1126  1 file changed, 984 insertions(+), 709 deletions(-)
1127
1128 commit 36f8314e320fcb2c489d76c53855a3d582b2ac79
1129 Author: Gil Forcada <gforcada@gnome.org>
1130 Date:   Mon Mar 19 01:15:07 2012 +0100
1131
1132     [l10n] Updated Catalan translation
1133
1134  po/ca.po |  334 +++++++++++++++++++++++++++++++++++++++-----------------------
1135  1 file changed, 209 insertions(+), 125 deletions(-)
1136
1137 commit ff10941ac752b5c662fb7983c532fac2599c051e
1138 Author: Bruno Brouard <annoa.b@gmail.com>
1139 Date:   Sun Mar 18 21:41:05 2012 +0100
1140
1141     Updated French translation
1142
1143  po/fr.po | 1861 ++++++++++++++++++++++++++++++++++++--------------------------
1144  1 file changed, 1069 insertions(+), 792 deletions(-)
1145
1146 commit b0a0e5e177c8e5b76d3eb9a305ac3fb58305bf27
1147 Author: Alexander Shopov <ash@kambanaria.org>
1148 Date:   Sun Mar 18 20:29:17 2012 +0200
1149
1150     Updated Bulgarian translation
1151
1152  po/bg.po |  442 +++++++++++++++++++++++++++++++++++++-------------------------
1153  1 file changed, 263 insertions(+), 179 deletions(-)
1154
1155 commit bf7f0a492eb1443e48fe6eb133ee92851e69de62
1156 Author: Daniel Nylander <po@danielnylander.se>
1157 Date:   Sun Mar 18 11:04:34 2012 +0100
1158
1159     Updated Swedish translation
1160
1161  po/sv.po | 1926 ++++++++++++++++++++++++++++++++++++--------------------------
1162  1 file changed, 1125 insertions(+), 801 deletions(-)
1163
1164 commit 103438cfe2b51f479c6f6ccce4afc1ba1b0406f0
1165 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1166 Date:   Sun Mar 18 08:07:56 2012 +0000
1167
1168     actor: Add ::transitions-completed signal
1169     
1170     While you can get a per-transition notification of completion, it can be
1171     convenient to also have a way to notify that all the transitions
1172     involving an actor are complete. A simple signal triggered by the
1173     removal of the last transition fits the bill pretty neatly.
1174
1175  clutter/clutter-actor.c |   34 +++++++++++++++++++++++++++++++++-
1176  1 file changed, 33 insertions(+), 1 deletion(-)
1177
1178 commit a37ec4bd34f549ac7c3614616940f2aef2de1ff1
1179 Author: Jasper St. Pierre <jstpierre@mecheye.net>
1180 Date:   Sun Mar 18 03:07:31 2012 -0400
1181
1182     script-parser: Fix build
1183
1184  clutter/clutter-script-parser.c |    2 +-
1185  1 file changed, 1 insertion(+), 1 deletion(-)
1186
1187 commit 4da8001cac3ba14286f99bc9e35e2ec24dee0421
1188 Author: Marek Černocký <marek@manet.cz>
1189 Date:   Sun Mar 18 07:57:52 2012 +0100
1190
1191     Updated Czech translation
1192
1193  po/cs.po | 1181 ++++++++++++++++++++++++++++++++++----------------------------
1194  1 file changed, 643 insertions(+), 538 deletions(-)
1195
1196 commit 5b6d9e0f2b10ac1abad22415493333a5e223ea31
1197 Author: Adam Matoušek <adydas95@gmail.com>
1198 Date:   Sun Mar 18 07:38:15 2012 +0100
1199
1200     Updated Czech translation
1201
1202  po/cs.po | 1866 ++++++++++++++++++++++++++++++++++----------------------------
1203  1 file changed, 1033 insertions(+), 833 deletions(-)
1204
1205 commit 4d42904fcc748df33adaa3b76f6d6fc664bf1842
1206 Author: Lionel Landwerlin <llandwerlin@gmail.com>
1207 Date:   Sat Mar 17 23:52:48 2012 +0000
1208
1209     x11/stage: fix multi-stage support
1210     
1211     When handling Configure events from the X server we update the
1212     internal copy of the window size. Unfortunately we may be updating the
1213     wrong stage implementation because we use the one related to the event
1214     translator (which is the first created stage).
1215     
1216     This patch fix flickering/redrawning issues with multi-stage by
1217     looking for the right stage implementation associated with an XEvent.
1218     
1219     Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
1220
1221  clutter/x11/clutter-stage-x11.c |   37 +++++++++++++++++++++++++------------
1222  1 file changed, 25 insertions(+), 12 deletions(-)
1223
1224 commit efac119cabe99425aeeb05e970cf4c2b76a45cab
1225 Author: Duarte Loreto <happyguy_pt@hotmail.com>
1226 Date:   Sun Mar 18 00:19:04 2012 +0000
1227
1228     Updated Portuguese translation
1229
1230  po/pt.po | 1686 ++++++++++++++++++++++++++++++++++++--------------------------
1231  1 file changed, 986 insertions(+), 700 deletions(-)
1232
1233 commit d5738b6bd4e40f36ca09cfd730968c8035d3ad62
1234 Author: Emmanuele Bassi <ebassi@gnome.org>
1235 Date:   Sat Mar 17 22:55:33 2012 +0000
1236
1237     script: Add 'context' to the translatable definitions
1238     
1239     This should cover all the possible options.
1240
1241  clutter/clutter-script-parser.c |   13 +++++++++----
1242  1 file changed, 9 insertions(+), 4 deletions(-)
1243
1244 commit 837b6cf756f8683a8c69184d32d3ea10e41191b1
1245 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
1246 Date:   Sat Mar 17 20:45:56 2012 +0100
1247
1248     Updated Serbian translation
1249
1250  po/sr.po       |  463 ++++++++++++++++++++++++++++++++++----------------------
1251  po/sr@latin.po |  463 ++++++++++++++++++++++++++++++++++----------------------
1252  2 files changed, 558 insertions(+), 368 deletions(-)
1253
1254 commit 05f78306d18a5107d194445882cae5afae3eab7f
1255 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1256 Date:   Sat Mar 17 16:49:35 2012 +0000
1257
1258     actor: Avoid popping the easing state stack once too many
1259     
1260     If restore_easing_state() is called on the last easing state on the
1261     stack, clean up the stack, so that we don't leave stale pointers
1262     around to later segfault on.
1263
1264  clutter/clutter-actor.c |    9 ++++++++-
1265  1 file changed, 8 insertions(+), 1 deletion(-)
1266
1267 commit 229241b8757a0192f2c2ade3f0ce50f311aeea99
1268 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1269 Date:   Sat Mar 17 16:46:38 2012 +0000
1270
1271     actor: Remove the implicit easing state save
1272     
1273     When setting the easing mode, duration, or delay without having ever
1274     called clutter_actor_save_easing_state(). It's confusing, and not
1275     really nice.
1276     
1277     In the future, we'll have a default easing state implicitly created by
1278     the actor itself, but for the time being explicitly opting in is
1279     preferrable.
1280
1281  clutter/clutter-actor.c |   36 ++++++++++++++++++------------------
1282  1 file changed, 18 insertions(+), 18 deletions(-)
1283
1284 commit b3b1994c132743c7f68f5aec811170ecc51b6c6c
1285 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1286 Date:   Sat Mar 17 16:38:06 2012 +0000
1287
1288     Use G_VALUE_INIT instead of { 0, }
1289     
1290     The macro avoids warnings from anal-retentive compilers.
1291
1292  clutter/clutter-actor.c          |    2 +-
1293  clutter/clutter-alpha.c          |    4 ++--
1294  clutter/clutter-animation.c      |   12 ++++++------
1295  clutter/clutter-animator.c       |    6 +++---
1296  clutter/clutter-binding-pool.c   |    9 +++++++--
1297  clutter/clutter-container.c      |    4 ++--
1298  clutter/clutter-interval.c       |    6 +++---
1299  clutter/clutter-layout-manager.c |    4 ++--
1300  clutter/clutter-list-model.c     |    4 ++--
1301  clutter/clutter-model.c          |    4 ++--
1302  clutter/clutter-script-parser.c  |    6 +++---
1303  clutter/clutter-shader-effect.c  |    2 +-
1304  clutter/clutter-state.c          |   10 +++++-----
1305  13 files changed, 39 insertions(+), 34 deletions(-)
1306
1307 commit be5921e6fb8dc25db8c8da327c07c63d8ca3b2c3
1308 Author: Aurimas Černius <aurisc4@gmail.com>
1309 Date:   Sat Mar 17 18:30:43 2012 +0200
1310
1311     Updated Lithuanian translation
1312
1313  po/lt.po | 1096 ++++++++++++++++++++++++++++++++++----------------------------
1314  1 file changed, 607 insertions(+), 489 deletions(-)
1315
1316 commit 82bc7285847ef50aae3d4e48907309ec509105ad
1317 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1318 Date:   Sat Mar 17 16:29:09 2012 +0000
1319
1320     Add initializer utilities for ClutterVertex
1321     
1322     Similar to what we did for ClutterActorBox.
1323
1324  clutter/clutter-actor.c                    |   26 ++++++++++++++++++++++++--
1325  clutter/clutter-types.h                    |   20 ++++++++++++++++++++
1326  clutter/clutter.symbols                    |    1 +
1327  doc/reference/clutter/clutter-sections.txt |    2 ++
1328  4 files changed, 47 insertions(+), 2 deletions(-)
1329
1330 commit 63f3eaab62ddd42af5b0d3511d3930232c496485
1331 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1332 Date:   Sat Mar 17 16:17:39 2012 +0000
1333
1334     actor: Fix set_scale_with_gravity()
1335     
1336     Add a scale-gravity internal setter, and make set_scale_with_gravity()
1337     call it, along with the scale factor.
1338
1339  clutter/clutter-actor.c |   67 +++++++++++++++++++++--------------------------
1340  1 file changed, 30 insertions(+), 37 deletions(-)
1341
1342 commit 5e9d6f72577c788c24049d8057f856a0f669fa59
1343 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1344 Date:   Sat Mar 17 15:27:26 2012 +0000
1345
1346     Add some utility initializers to ClutterActorBox
1347
1348  clutter/clutter-actor-box.c                |   58 +++++++++++++++++++++++++---
1349  clutter/clutter-types.h                    |   28 ++++++++++++++
1350  clutter/clutter.symbols                    |    2 +
1351  doc/reference/clutter/clutter-sections.txt |    3 ++
1352  4 files changed, 86 insertions(+), 5 deletions(-)
1353
1354 commit e1a31bb587b7e5b18d169c2db1c910cf323a9186
1355 Author: Fran Diéguez <fran.dieguez@mabishu.com>
1356 Date:   Sat Mar 17 15:04:38 2012 +0100
1357
1358     Updated Galician translations
1359
1360  po/gl.po |  296 ++++++++++++++++++++++++++++++++++++--------------------------
1361  1 file changed, 174 insertions(+), 122 deletions(-)
1362
1363 commit b6f5609b2f3cc582e499e6d24ed05fe08807592d
1364 Author: Emmanuele Bassi <ebassi@gnome.org>
1365 Date:   Fri Mar 16 23:10:28 2012 +0000
1366
1367     osx/stage: Synthesize an enter event on show
1368     
1369     If the pointer is inside the window frame when it's shown then we need
1370     to synthesize and emit a NSMouseEnterEvent ourselves, as Quartz won't
1371     do it for us.
1372     
1373     This is a bit of a blind commit - but it's taken from an equivalent
1374     patch that has been verified to work in GDK.
1375
1376  clutter/osx/clutter-stage-osx.c |   23 +++++++++++++++++++++++
1377  1 file changed, 23 insertions(+)
1378
1379 commit f7735ff1ad66444ede0fbc8e45447e7e0b4ce895
1380 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1381 Date:   Fri Mar 16 18:10:34 2012 +0000
1382
1383     docs: Change the short description of ClutterActor
1384     
1385     The Actor class is not abstract any more.
1386
1387  clutter/clutter-actor.c |    2 +-
1388  1 file changed, 1 insertion(+), 1 deletion(-)
1389
1390 commit e5e10b6a04486f6936265727b099390fd99f2f5a
1391 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1392 Date:   Fri Mar 16 17:30:26 2012 +0000
1393
1394     Annotate functionality added in 1.10
1395
1396  clutter/clutter-canvas.h              |    3 +++
1397  clutter/clutter-content.h             |    3 +++
1398  clutter/clutter-image.h               |    6 ++++++
1399  clutter/clutter-paint-node.h          |   13 +++++++++++++
1400  clutter/clutter-paint-nodes.h         |   10 ++++++++++
1401  clutter/clutter-property-transition.h |    4 ++++
1402  clutter/clutter-transition.h          |    7 +++++++
1403  7 files changed, 46 insertions(+)
1404
1405 commit 1df14c1bac2c903466d975946a4c29a892ed28c1
1406 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1407 Date:   Fri Mar 16 16:16:40 2012 +0000
1408
1409     Debugging cleanups
1410     
1411     Add some more debugging notes to the layout and paint node output.
1412
1413  clutter/clutter-actor.c              |   51 +++++++++++++++++++---------------
1414  clutter/clutter-paint-node-private.h |    2 +-
1415  clutter/clutter-paint-nodes.c        |   38 +++++++++++++++++++++++--
1416  3 files changed, 66 insertions(+), 25 deletions(-)
1417
1418 commit a7714e294ee26f52cabb96694ce871d2dffebe7e
1419 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1420 Date:   Fri Mar 16 16:13:11 2012 +0000
1421
1422     actor: Remove an has_allocation() check
1423     
1424     The get_content_box() method should always succeed; if the actor does
1425     not have an allocation, we are just going to return a 0-box.
1426
1427  clutter/clutter-actor.c |    3 ---
1428  1 file changed, 3 deletions(-)
1429
1430 commit de32ba1ddfa73901fea0146ec462754a420659b0
1431 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1432 Date:   Fri Mar 16 15:05:42 2012 +0000
1433
1434     interactive/image-box: Clarify the label contents
1435
1436  tests/interactive/test-image-box.c |   16 ++++++++++++++--
1437  1 file changed, 14 insertions(+), 2 deletions(-)
1438
1439 commit 800b5b6ef7f45c280347a521c16682b16f051657
1440 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1441 Date:   Fri Mar 16 14:26:28 2012 +0000
1442
1443     actor: Restore a lost queue_relayout()
1444     
1445     It got lost during a rebase conflict resolution.
1446
1447  clutter/clutter-actor.c |    4 +++-
1448  1 file changed, 3 insertions(+), 1 deletion(-)
1449
1450 commit 72b202c7ed268ae3f5fe9d8b1a0d3b7a9b646ad5
1451 Author: Piotr Drąg <piotrdrag@gmail.com>
1452 Date:   Fri Mar 16 15:25:30 2012 +0100
1453
1454     Updated Polish translation
1455
1456  po/pl.po |  296 ++++++++++++++++++++++++++++++++++++--------------------------
1457  1 file changed, 174 insertions(+), 122 deletions(-)
1458
1459 commit 9ac9fa903a3ff41790ed5442cf5e475b25d68dd5
1460 Author: Bruce Cowan <bruce@bcowan.me.uk>
1461 Date:   Fri Mar 16 14:18:12 2012 +0000
1462
1463     Updated British English translation
1464
1465  po/en_GB.po |  443 +++++++++++++++++++++++++++++++++++------------------------
1466  1 file changed, 264 insertions(+), 179 deletions(-)
1467
1468 commit 045beaff5a8d31e2a4e42ace9ad811ec1558720f
1469 Author: Piotr Drąg <piotrdrag@gmail.com>
1470 Date:   Fri Mar 16 15:12:38 2012 +0100
1471
1472     Updated POTFILES.in
1473
1474  po/POTFILES.in |    4 +++-
1475  1 file changed, 3 insertions(+), 1 deletion(-)
1476
1477 commit b05717575cf17fec578ce0a4c26de788324ad08a
1478 Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
1479 Date:   Fri Mar 16 19:30:46 2012 +0530
1480
1481     Assamese translation updated
1482
1483  po/as.po |  322 ++++++++++++++++++++++++++++++++++++--------------------------
1484  1 file changed, 189 insertions(+), 133 deletions(-)
1485
1486 commit cb69be6b97eaa62418d60540b4de532f544e631b
1487 Author: Matej Urbančič <mateju@svn.gnome.org>
1488 Date:   Fri Mar 16 14:58:09 2012 +0100
1489
1490     Updated Slovenian translation
1491
1492  po/sl.po |  307 ++++++++++++++++++++++++++++++++++++--------------------------
1493  1 file changed, 181 insertions(+), 126 deletions(-)
1494
1495 commit a7b076b7aaba761705ff861aaf70d26e0577efb5
1496 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1497 Date:   Fri Mar 16 14:13:57 2012 +0100
1498
1499     Updated Spanish translation
1500
1501  po/es.po |  310 +++++++++++++++++++++++++++++++++++++-------------------------
1502  1 file changed, 183 insertions(+), 127 deletions(-)
1503
1504 commit a3007b9847e0ff527c1a11f111c6dfa491378858
1505 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1506 Date:   Fri Mar 16 12:21:19 2012 +0000
1507
1508     build: Remove maintainer flags from cookbook/examples
1509     
1510     The code should be a tad more relaxed.
1511
1512  doc/cookbook/examples/Makefile.am |    2 +-
1513  1 file changed, 1 insertion(+), 1 deletion(-)
1514
1515 commit cbed0484c01471e06a2302097e6f632d1e427c5b
1516 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1517 Date:   Fri Mar 16 12:19:33 2012 +0000
1518
1519     po: Update POTFILES.in
1520
1521  po/POTFILES.in |    1 +
1522  1 file changed, 1 insertion(+)
1523
1524 commit ae554a5061b64ee7b4d157f91467c19ce74495fa
1525 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1526 Date:   Fri Mar 16 12:05:11 2012 +0000
1527
1528     Rename 'bilinear' scaling filter to 'trilinear'
1529     
1530     Yes, it's not really the proper GL name for a linear-on-every-axis of a
1531     texture plus linear-between-mipmap-levels minification filter, but it
1532     has three redeeming qualities as a name:
1533     
1534       - LINEAR_MIPMAP_LINEAR sucks, as it introduces GL concepts like
1535         mipmaps in the API naming, while we're trying to avoid that;
1536       - people using GL already know what 'trilinear' means in this context
1537         without going all Khronos on their asses;
1538       - we're using 2D textures anyway, so 'linear on two axes and linear
1539         between mipmap levels' can be effectively approximated to
1540         'trilinear'.
1541     
1542     I mean, if even the OpenGL official wiki says:
1543     
1544       Unfortunately, what most people think of as "trilinear" is not linear
1545       filtering of a 3D texture, but what in OpenGL terms is GL_LINEAR mag
1546       filter and GL_LINEAR_MIPMAP_LINEAR in the min filter in a 2D texture.
1547       That is, it is bilinear filtering of each appropriate mipmap level,
1548       and doing a third linear filter between the adjacent mipmap levels.
1549       Hence the term "trilinear".
1550                     -- http://www.opengl.org/wiki/Texture
1551     
1552     then the horse has already been flogged to death, and I don't intend to
1553     be accused of necrophilia and sadism by flogging it some more.
1554     
1555     Prior art: every single GL tutorial in the history of ever;
1556     CoreAnimation's scaling filter enumerations.
1557     
1558     If people want to start using 1D or 3D textures they they are probably
1559     going to be using Cogl API directly, and that has the GL naming scheme
1560     for minification and magnification filters anyway.
1561
1562  clutter/clutter-actor.c            |    2 +-
1563  clutter/clutter-enums.h            |    7 ++++---
1564  clutter/clutter-paint-nodes.c      |    2 +-
1565  tests/interactive/test-canvas.c    |    2 +-
1566  tests/interactive/test-image-box.c |    2 +-
1567  5 files changed, 8 insertions(+), 7 deletions(-)
1568
1569 commit b44290c4369e86f8fff19bf4ccbb0cb7a5268cdc
1570 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1571 Date:   Fri Mar 16 12:01:28 2012 +0000
1572
1573     docs: Add ClutterActorClass.paint_node() description
1574
1575  clutter/clutter-actor.h |    2 ++
1576  1 file changed, 2 insertions(+)
1577
1578 commit 8904f7cbe4525d0d458dbb9ad8c011113f13074a
1579 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1580 Date:   Fri Mar 16 11:57:34 2012 +0000
1581
1582     paint-nodes: Make part of the API internal
1583     
1584     At least for the time being, we only expose the parts of the API that we
1585     want to use internally and for new, out-of-tree Content implementations.
1586     
1587     The full PaintNode tree API will be made public in 1.12 once we branch
1588     master.
1589
1590  clutter/clutter-paint-node-private.h       |   50 +++++++++++++++++++++++++++-
1591  clutter/clutter-paint-node.c               |   11 +++++-
1592  clutter/clutter-paint-node.h               |   15 ---------
1593  clutter/clutter-paint-nodes.c              |   36 ++++++++++----------
1594  clutter/clutter-paint-nodes.h              |   23 -------------
1595  clutter/clutter.symbols                    |   11 ------
1596  doc/reference/clutter/clutter-sections.txt |   18 ----------
1597  7 files changed, 78 insertions(+), 86 deletions(-)
1598
1599 commit 74f5bbe5aa7a6a577666a672fd2b67b046c284a0
1600 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1601 Date:   Thu Mar 15 19:08:20 2012 +0000
1602
1603     docs: Fixes for ClutterImage's API reference
1604
1605  clutter/clutter-image.c                   |    2 ++
1606  doc/reference/clutter/clutter-docs.xml.in |    1 +
1607  2 files changed, 3 insertions(+)
1608
1609 commit d123e4b701a458b8674bd5f3dca20de8dc70f017
1610 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1611 Date:   Thu Mar 15 19:02:39 2012 +0000
1612
1613     Update release notes
1614
1615  README.in |    6 ++++++
1616  1 file changed, 6 insertions(+)
1617
1618 commit 0a2ee1709b644cbead9a4540950e7a0d34ae1861
1619 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1620 Date:   Thu Mar 15 18:26:42 2012 +0000
1621
1622     docs: Fixes for the API reference
1623
1624  clutter/clutter-image.h                    |   16 ++++++++++++++++
1625  doc/reference/clutter/clutter-sections.txt |   16 +++++++---------
1626  2 files changed, 23 insertions(+), 9 deletions(-)
1627
1628 commit 90784a025af679a9c40c14ee90549dea4929497d
1629 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1630 Date:   Tue Mar 13 17:19:15 2012 +0000
1631
1632     interactive/image-box: Remove unneeded stuff
1633
1634  tests/interactive/test-image-box.c |    3 +--
1635  1 file changed, 1 insertion(+), 2 deletions(-)
1636
1637 commit 10e2f551f5d7a3f67b1481fefd673fef5da9a11e
1638 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1639 Date:   Mon Mar 12 16:19:08 2012 +0000
1640
1641     actor: Unconditionally emit ::paint
1642     
1643     It's a bit late in the game for changing the emission of the paint
1644     signal with actors that use paint nodes - mostly because we have both
1645     implicit paint nodes (background color, content) and explicit paint
1646     nodes (the paint_node virtual).
1647     
1648     When we branch for 1.12 we can revert this change.
1649
1650  clutter/clutter-actor.c           |   14 +++++++++++---
1651  tests/conform/test-conform-main.c |    2 +-
1652  2 files changed, 12 insertions(+), 4 deletions(-)
1653
1654 commit d1fd53b29d7761e79b77c64c4b15dd339b1a3a84
1655 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1656 Date:   Mon Mar 12 16:07:55 2012 +0000
1657
1658     po: Update POTFILES.in
1659
1660  po/POTFILES.in |    1 +
1661  1 file changed, 1 insertion(+)
1662
1663 commit 5432775eff1b8cacc895d8511b90c51cb441cddd
1664 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1665 Date:   Mon Mar 12 15:52:55 2012 +0000
1666
1667     paint-node: Make texture template pipeline clamp to edge
1668     
1669     It's safer, and consistent with the rest of Clutter, to make sure that
1670     the template pipeline we use for ClutterTextureNode has its wrap mode
1671     set to clamp-to-edge.
1672
1673  clutter/clutter-paint-nodes.c |    2 ++
1674  1 file changed, 2 insertions(+)
1675
1676 commit 75e6560160034ac831965aa7870d710fc558641a
1677 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1678 Date:   Mon Mar 12 15:46:34 2012 +0000
1679
1680     image: Add set_area() method
1681     
1682     This method allows replacing an area inside the texture data used by a
1683     ClutterImage.
1684
1685  clutter/clutter-image.c                    |   92 ++++++++++++++++++++++++++++
1686  clutter/clutter-image.h                    |   22 ++++---
1687  clutter/clutter.symbols                    |    1 +
1688  doc/reference/clutter/clutter-sections.txt |    1 +
1689  4 files changed, 108 insertions(+), 8 deletions(-)
1690
1691 commit 2be850f441f0c2da4df3b843b432472a8565d3ec
1692 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1693 Date:   Mon Mar 12 15:25:38 2012 +0000
1694
1695     image: Add get_texture()
1696     
1697     Allow retrieving the Cogl texture used by the ClutterImage.
1698
1699  clutter/clutter-image.c                    |   25 +++++++++++++++++++++++++
1700  clutter/clutter-image.h                    |    4 ++++
1701  clutter/clutter.symbols                    |    1 +
1702  doc/reference/clutter/clutter-sections.txt |    1 +
1703  4 files changed, 31 insertions(+)
1704
1705 commit 9845ce9d89655882a19b3079d76397fbcd35e677
1706 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1707 Date:   Fri Mar 9 16:26:44 2012 +0000
1708
1709     actor: Fix RESIZE_ASPECT mode for the content box
1710
1711  clutter/clutter-actor.c            |   58 ++++++++++++++++++++++++++----------
1712  tests/interactive/test-image-box.c |   20 +++++++++----
1713  2 files changed, 58 insertions(+), 20 deletions(-)
1714
1715 commit b6403b01a14677d0ec88928f292aa1aa08b39283
1716 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1717 Date:   Fri Mar 9 17:11:19 2012 +0000
1718
1719     Documentation fixes
1720
1721  clutter/clutter-actor.c                    |   19 ++++++++-----
1722  clutter/clutter-enums.h                    |   12 +++++++++
1723  clutter/clutter-image.c                    |   40 ++++++++++++++++++++++++++--
1724  doc/reference/clutter/clutter-sections.txt |   20 ++++++++++++++
1725  4 files changed, 83 insertions(+), 8 deletions(-)
1726
1727 commit 1b4bfb04e5dc5f0a173b18d7c54b4d111f298604
1728 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1729 Date:   Fri Mar 9 16:26:34 2012 +0000
1730
1731     interactive/image-box: Add a pure Image test, suitable for docs
1732
1733  tests/interactive/Makefile.am      |    4 +-
1734  tests/interactive/test-image-box.c |  100 ++++++++++++++++++++++++++++++++++++
1735  2 files changed, 103 insertions(+), 1 deletion(-)
1736
1737 commit 6c181b96e9f0699aea33fc27aa0e31819be7d326
1738 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1739 Date:   Fri Mar 9 14:58:17 2012 +0000
1740
1741     interactive/image: Test ClutterImage
1742     
1743     Load up the image content using a GdkPixbuf; this means that the test is
1744     not compiled when --disable-gdk-pixbuf is passed.
1745
1746  tests/interactive/Makefile.am  |    8 +-
1747  tests/interactive/test-image.c |  252 ++++++++++++++++++++++++++++++++++++++++
1748  2 files changed, 258 insertions(+), 2 deletions(-)
1749
1750 commit 6cb94b2de2b6fb575770123b276dfed556296a45
1751 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1752 Date:   Fri Mar 9 14:56:58 2012 +0000
1753
1754     build: Check for gdk-pixbuf
1755     
1756     Some tests may need to load image data without going through
1757     ClutterTexture or Cogl, so let's add a configure switch and a
1758     conditional for gdk-pibxuf.
1759
1760  configure.ac |   29 ++++++++++++++++++++++++++++-
1761  1 file changed, 28 insertions(+), 1 deletion(-)
1762
1763 commit f90330867e2677394283bc6c6a3a30b9252b5f13
1764 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1765 Date:   Thu Mar 8 17:37:00 2012 +0000
1766
1767     Update clutter.symbols
1768
1769  clutter/clutter.symbols |   51 +++++++++++++++++++++++++++++++++++++++++++++++
1770  1 file changed, 51 insertions(+)
1771
1772 commit 23fad8589ca67696ef5328ff1c7c5a3cb28bc296
1773 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1774 Date:   Thu Mar 8 17:19:58 2012 +0000
1775
1776     interactive/canvas: Set the scaling filters
1777
1778  tests/interactive/test-canvas.c |    3 +++
1779  1 file changed, 3 insertions(+)
1780
1781 commit fb106ece058ee43673f425b997e34886540ac751
1782 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1783 Date:   Thu Mar 8 17:19:12 2012 +0000
1784
1785     Use the content scaling filters
1786     
1787     Both ClutterCanvas and ClutterImage should use the minification and
1788     magnification filters set on the actor, just like the use the content
1789     box and the paint opacity.
1790
1791  clutter/clutter-canvas.c      |    4 ++-
1792  clutter/clutter-image.c       |    4 ++-
1793  clutter/clutter-paint-nodes.c |   58 ++++++++++++++++++++++++++++-------------
1794  clutter/clutter-paint-nodes.h |    4 ++-
1795  4 files changed, 49 insertions(+), 21 deletions(-)
1796
1797 commit 77729c73624537021da731250a82937a8216a995
1798 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1799 Date:   Thu Mar 8 17:18:17 2012 +0000
1800
1801     actor: Add minification/magnification filters
1802     
1803     These settings are informative, and will only be used by the eventual
1804     content of an actor.
1805
1806  clutter/clutter-actor.c |  120 ++++++++++++++++++++++++++++++++++++++++++++++-
1807  clutter/clutter-actor.h |    8 ++++
1808  clutter/clutter-enums.h |    6 +++
1809  3 files changed, 133 insertions(+), 1 deletion(-)
1810
1811 commit cadae5b3257b5f3c1455554036bd85e04e5dc399
1812 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1813 Date:   Thu Mar 8 16:38:45 2012 +0000
1814
1815     Add ClutterImage, and image data content
1816
1817  clutter/Makefile.am     |    2 +
1818  clutter/clutter-image.c |  190 +++++++++++++++++++++++++++++++++++++++++++++++
1819  clutter/clutter-image.h |  101 +++++++++++++++++++++++++
1820  clutter/clutter.h       |    1 +
1821  4 files changed, 294 insertions(+)
1822
1823 commit f2b9c17a78d539dafbab2ad4922b22bb1978fd30
1824 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1825 Date:   Thu Mar 8 16:38:30 2012 +0000
1826
1827     canvas: Fix single header inclusion guard
1828
1829  clutter/clutter-canvas.h |    4 ++++
1830  1 file changed, 4 insertions(+)
1831
1832 commit 0eeb61f3a890dbed51fa8d82c016572f5d3442b7
1833 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1834 Date:   Thu Mar 8 15:47:16 2012 +0000
1835
1836     canvas: Add canvas size to the ::draw signal
1837     
1838     Instead of requiring a call to clutter_content_get_preferred_size(), we
1839     can simply pass the canvas size to the Canvas::draw signal.
1840
1841  clutter/clutter-canvas.c        |   24 +++++++++++++++---------
1842  clutter/clutter-canvas.h        |    4 +++-
1843  clutter/clutter-content.c       |    4 ++--
1844  clutter/clutter-marshal.list    |    1 +
1845  tests/interactive/test-canvas.c |   11 ++++++-----
1846  5 files changed, 27 insertions(+), 17 deletions(-)
1847
1848 commit 07bb35bbe38392e46f92ad17049893ef752f5c55
1849 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1850 Date:   Thu Mar 8 10:31:21 2012 +0000
1851
1852     Add ClutterCanvas, a drawing content
1853
1854  clutter/Makefile.am                        |    2 +
1855  clutter/clutter-cairo-texture.h            |   20 --
1856  clutter/clutter-canvas.c                   |  507 ++++++++++++++++++++++++++++
1857  clutter/clutter-canvas.h                   |   91 +++++
1858  clutter/clutter-macros.h                   |   20 ++
1859  clutter/clutter.h                          |    1 +
1860  clutter/clutter.symbols                    |    3 +
1861  doc/reference/clutter/clutter-docs.xml.in  |    6 +
1862  doc/reference/clutter/clutter-sections.txt |   17 +
1863  doc/reference/clutter/clutter.types        |    1 +
1864  tests/interactive/Makefile.am              |    3 +-
1865  tests/interactive/test-canvas.c            |  135 ++++++++
1866  12 files changed, 785 insertions(+), 21 deletions(-)
1867
1868 commit e2f1153c462d955dbbab8bc981dc2fc77cae1cde
1869 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1870 Date:   Thu Mar 8 14:06:20 2012 +0000
1871
1872     paint-node: Remove redundant declarations
1873
1874  clutter/clutter-paint-node.c  |    2 ++
1875  clutter/clutter-paint-nodes.c |    6 ------
1876  2 files changed, 2 insertions(+), 6 deletions(-)
1877
1878 commit 546a14ec3b7e17d51537ac19d83c1d7a86366fa5
1879 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1880 Date:   Thu Mar 8 14:05:48 2012 +0000
1881
1882     content: Make get_preferred_size() public
1883
1884  clutter/clutter-actor.c           |    9 ++++++---
1885  clutter/clutter-content-private.h |    4 ----
1886  clutter/clutter-content.c         |   14 +++++++++-----
1887  clutter/clutter-content.h         |    3 +++
1888  4 files changed, 18 insertions(+), 12 deletions(-)
1889
1890 commit 74765404dd93feeb3d0fde70a102f9fc843f293e
1891 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1892 Date:   Mon Mar 5 19:02:16 2012 +0000
1893
1894     conform: Skip actor-offscreen-redirect
1895     
1896     Until we figure out a way to make it succeed even without the paint
1897     signal emission.
1898
1899  tests/conform/test-conform-main.c |    2 +-
1900  1 file changed, 1 insertion(+), 1 deletion(-)
1901
1902 commit 485b720a543002c2d1344452fb6d2de6ec418303
1903 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1904 Date:   Mon Mar 5 19:01:30 2012 +0000
1905
1906     conform/text-cache: Use the stage paint signal
1907     
1908     The stage's paint signal is guaranteed to be emitted; ClutterText's
1909     paint signal is not.
1910
1911  tests/conform/text-cache.c |    4 ++--
1912  1 file changed, 2 insertions(+), 2 deletions(-)
1913
1914 commit e54ee64380fa186b59538327c49dbcf6f7efd7a8
1915 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1916 Date:   Mon Mar 5 18:32:16 2012 +0000
1917
1918     actor: Make paint_node() and ::paint mutually exclusive
1919     
1920     The ::paint signal is the old way to paint an actor; the paint_node()
1921     virtual function is the new way. It's still not possible to traverse the
1922     whole scene graph and build a render tree of PaintNode instances, but
1923     with this change we simultaneously cut out the ::paint signal emission
1924     from the critical path for actors that are using the new PaintNode-based
1925     API, and we retain backward compatibility in the interim period between
1926     1.10 and 2.0.
1927
1928  clutter/clutter-actor.c |   96 +++++++++++++++++++++++++++--------------------
1929  1 file changed, 56 insertions(+), 40 deletions(-)
1930
1931 commit a58be8aad15b0248578de11405832b23332a7d99
1932 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1933 Date:   Mon Mar 5 18:32:02 2012 +0000
1934
1935     paint-nodes: Fix compiler warning
1936
1937  clutter/clutter-paint-nodes.c |    2 +-
1938  1 file changed, 1 insertion(+), 1 deletion(-)
1939
1940 commit ff7eb6c0a9b1920678bac45de039331c71f553c1
1941 Author: Emmanuele Bassi <ebassi@gnome.org>
1942 Date:   Mon Feb 20 10:09:58 2012 +0000
1943
1944     interactive/content: Define the size of the text geometry
1945     
1946     So that Clutter can decide whether or not to clip the text properly.
1947
1948  tests/interactive/test-content.c |   10 ++++++++++
1949  1 file changed, 10 insertions(+)
1950
1951 commit 51cca132e0d91a5cc9db8407d8eee42992acd1e6
1952 Author: Emmanuele Bassi <ebassi@gnome.org>
1953 Date:   Mon Feb 20 10:09:05 2012 +0000
1954
1955     paint-nodes: Use logical extents for the TextNode::draw
1956     
1957     When we decide if we ought to clip, we should use the logical extents of
1958     the PangoLayout, just like we do for ClutterText.
1959
1960  clutter/clutter-paint-nodes.c |    8 ++++----
1961  1 file changed, 4 insertions(+), 4 deletions(-)
1962
1963 commit fa77274e808e84f83f856e0d0a5ab997eb091d25
1964 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1965 Date:   Sat Feb 4 12:58:40 2012 +0000
1966
1967     content: Turn attached and detached into signals
1968     
1969     The attached and detached virtual functions are now informative, and not
1970     normative - which means it's a good idea to provide them as signals.
1971
1972  clutter/clutter-content.c |   54 +++++++++++++++++++++++++++++++++++++++++++--
1973  1 file changed, 52 insertions(+), 2 deletions(-)
1974
1975 commit 2f0d29ad75f7d616e4d368d6da758d4b6b72c376
1976 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1977 Date:   Sat Feb 4 12:49:49 2012 +0000
1978
1979     content: Make vfuncs optional
1980     
1981     The virtual functions on the ClutterContent interface should provide
1982     hooks for application code, not be the actual implementation.
1983
1984  clutter/clutter-content.c |   83 +++++++++++++++++++++++----------------------
1985  clutter/clutter-content.h |   11 +++---
1986  2 files changed, 47 insertions(+), 47 deletions(-)
1987
1988 commit f4d8fb054a911aaa69aef9fa40ff4fec4e385b4c
1989 Author: Emmanuele Bassi <ebassi@linux.intel.com>
1990 Date:   Fri Feb 3 13:51:29 2012 +0000
1991
1992     paint-node: Use JSON-GLib for debug serialization
1993     
1994     Instead of our homegrown string building; this at least ensures that
1995     we're generating proper data, instead of random strings. Plus, using
1996     JsonNode and JsonBuilder, we can ask the PaintNode subclasses to
1997     serialize themselves in a sensible way.
1998
1999  clutter/clutter-paint-node-private.h |    3 +
2000  clutter/clutter-paint-node.c         |  201 +++++++++++++++-------------------
2001  clutter/clutter-paint-nodes.c        |   83 ++++++++++++++
2002  3 files changed, 175 insertions(+), 112 deletions(-)
2003
2004 commit 2ee58519709eff8fd24b4a378f143f8377b8143b
2005 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2006 Date:   Thu Feb 2 14:51:17 2012 +0000
2007
2008     docs: Update the API reference
2009     
2010     Add all the new symbols.
2011
2012  clutter/clutter-content.c                  |    2 +-
2013  doc/reference/clutter/Makefile.am          |    1 +
2014  doc/reference/clutter/clutter-docs.xml.in  |   10 ++
2015  doc/reference/clutter/clutter-sections.txt |  266 ++++++++++++++++++++--------
2016  doc/reference/clutter/clutter.types        |    2 +
2017  5 files changed, 205 insertions(+), 76 deletions(-)
2018
2019 commit 6cddd697475cfd0610622b21a970f7c755968b0f
2020 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2021 Date:   Wed Feb 1 19:26:15 2012 +0000
2022
2023     docs: Update documentation on the paint sequence
2024
2025  clutter/clutter-actor.c |   77 +++++++++++++++++++++++++++++++++++++++++++++++
2026  1 file changed, 77 insertions(+)
2027
2028 commit be4746b15f339c7959ff5a3df94b8f289c274ab3
2029 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2030 Date:   Wed Feb 1 18:33:55 2012 +0000
2031
2032     Add ClutterContent
2033     
2034     ClutterContent is an interface for creating delegate objects that handle
2035     what an actor is going to paint.
2036     
2037     Since they are a newly added type, they only hook into the new PaintNode
2038     based API.
2039     
2040     The position and size of the content is controlled in part by the
2041     content's own preferred size, and by the ClutterContentGravity
2042     enumeration.
2043
2044  clutter/Makefile.am               |    3 +
2045  clutter/clutter-actor.c           |  417 ++++++++++++++++++++++++++++++++++++-
2046  clutter/clutter-actor.h           |   15 ++
2047  clutter/clutter-content-private.h |   47 +++++
2048  clutter/clutter-content.c         |  248 ++++++++++++++++++++++
2049  clutter/clutter-content.h         |  100 +++++++++
2050  clutter/clutter-enums.h           |   36 ++++
2051  clutter/clutter-types.h           |    1 +
2052  clutter/clutter.h                 |    1 +
2053  tests/interactive/Makefile.am     |    3 +-
2054  tests/interactive/test-content.c  |  223 ++++++++++++++++++++
2055  11 files changed, 1091 insertions(+), 3 deletions(-)
2056
2057 commit 6f0782e0a41deb34e8eeedd492d33f1efa8b3a90
2058 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2059 Date:   Wed Feb 1 17:47:15 2012 +0000
2060
2061     actor: Add paint_node virtual function
2062     
2063     The ::paint-node virtual inside ClutterActor is what we want people to
2064     use when painting their actors.
2065     
2066     Right now, it's a new code path, that gets called while painting; the
2067     paint_node() implementation should only paint the actor itself, and not
2068     its children — they will get their own paint_node() called when needed.
2069     
2070     Internally, ClutterActor will automatically create a dummy PaintNode and
2071     paint the background color; then control will be handed out to the
2072     implementation on the class. This is required to maintain compatibility
2073     with the old ::paint signal emission.
2074     
2075     Once we are able to get rid of the paint (and pick) sequences, we'll
2076     switch to a fully retained render tree.
2077
2078  clutter/clutter-actor.c |   69 ++++++++++++++++++++++++++++++++++++-----------
2079  clutter/clutter-actor.h |    7 +++--
2080  2 files changed, 59 insertions(+), 17 deletions(-)
2081
2082 commit b83dc6abfaed4ac16af2cad412d6382f5b0aa427
2083 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2084 Date:   Wed Feb 1 15:51:27 2012 +0000
2085
2086     Add PaintNode, an element on the render object tree
2087     
2088     Now that we have a proper scene graph API, we should split out the
2089     rendering part from the logical and event handling part.
2090     
2091     ClutterPaintNode is a lightweight fundamental type that encodes only the
2092     paint operations: pipeline state and geometry. At its most simple, is a
2093     way to structure setting up the programmable pipeline using a
2094     CoglPipeline, and submitting Cogl primitives. The important take away
2095     from this API is that you are not allowed to call Cogl API like
2096     cogl_set_source() or cogl_primitive_draw() directly.
2097     
2098     The interesting approach to this is that, in the future, we should be
2099     able to move to a purely retained mode: we will decide which actors need
2100     to be painted, they will update their own branch of the render graph,
2101     and we'll take the render graph and build all the rendering commands
2102     from that.
2103     
2104     For the 1.x API, we will have to maintain invariants and the existing
2105     behaviour, but as soon as we can break API, the old paint signal will
2106     just go away, and Actors will only be allowed to manipulate the render
2107     tree.
2108
2109  clutter/Makefile.am                  |    5 +
2110  clutter/clutter-paint-node-private.h |  115 ++++
2111  clutter/clutter-paint-node.c         | 1137 ++++++++++++++++++++++++++++++++++
2112  clutter/clutter-paint-node.h         |   95 +++
2113  clutter/clutter-paint-nodes.c        | 1124 +++++++++++++++++++++++++++++++++
2114  clutter/clutter-paint-nodes.h        |  161 +++++
2115  clutter/clutter-types.h              |    1 +
2116  clutter/clutter.h                    |    2 +
2117  8 files changed, 2640 insertions(+)
2118
2119 commit 696017edf25bb2ae4c92cacb699e0c784cfc115d
2120 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
2121 Date:   Fri Mar 16 13:04:34 2012 +0100
2122
2123     Updated Spanish translation
2124
2125  po/es.po |  394 ++++++++++++++++++++++++++++++++++----------------------------
2126  1 file changed, 214 insertions(+), 180 deletions(-)
2127
2128 commit 0316dfc21303037843d9c1b9d0408dc06edb36b8
2129 Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
2130 Date:   Fri Mar 16 12:54:23 2012 +0530
2131
2132     Assamese translation updated
2133
2134  po/as.po |  396 ++++++++++++++++++++++++++++++++++----------------------------
2135  1 file changed, 215 insertions(+), 181 deletions(-)
2136
2137 commit 024ebfc0cfd3eabe7c1d2793600e79f355877f15
2138 Author: Fran Diéguez <fran.dieguez@mabishu.com>
2139 Date:   Fri Mar 16 01:56:03 2012 +0100
2140
2141     Updated Galician translations
2142
2143  po/gl.po |  388 ++++++++++++++++++++++++++++++++++----------------------------
2144  1 file changed, 210 insertions(+), 178 deletions(-)
2145
2146 commit 291ec65a535fb4b4f883347e0fe4b5f325611185
2147 Author: Matej Urbančič <mateju@svn.gnome.org>
2148 Date:   Thu Mar 15 21:57:19 2012 +0100
2149
2150     Updated Slovenian translation
2151
2152  po/sl.po |  390 +++++++++++++++++++++++++++++++++-----------------------------
2153  1 file changed, 210 insertions(+), 180 deletions(-)
2154
2155 commit d56feaa523b1d5c03842bf437c0a39c11dba6a7c
2156 Author: Piotr Drąg <piotrdrag@gmail.com>
2157 Date:   Thu Mar 15 20:53:33 2012 +0100
2158
2159     Updated Polish translation
2160
2161  po/pl.po |  280 ++++++++++++++++++++++++++++++++++----------------------------
2162  1 file changed, 156 insertions(+), 124 deletions(-)
2163
2164 commit bbb6f09bcf5e4dd4377b3f9e5f24fc4fa5ec9551
2165 Author: Piotr Drąg <piotrdrag@gmail.com>
2166 Date:   Thu Mar 15 20:47:06 2012 +0100
2167
2168     Updated POTFILES.in
2169
2170  po/POTFILES.in |    2 ++
2171  1 file changed, 2 insertions(+)
2172
2173 commit cbcc84022e3174e8cb3f0d08f93900666be8116d
2174 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2175 Date:   Thu Mar 15 17:51:22 2012 +0000
2176
2177     animator: Fix NULL check
2178
2179  clutter/clutter-animator.c |    2 +-
2180  1 file changed, 1 insertion(+), 1 deletion(-)
2181
2182 commit fa9be0ba738d16a0b2330ad329c2484c357be70b
2183 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2184 Date:   Thu Mar 15 17:42:42 2012 +0000
2185
2186     interactive/texture-async: Use implicit animations
2187
2188  tests/interactive/test-texture-async.c |   10 ++++++----
2189  1 file changed, 6 insertions(+), 4 deletions(-)
2190
2191 commit 7f1f9a50c1a631894f4292773ef135421fc7a65b
2192 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2193 Date:   Thu Mar 15 17:41:28 2012 +0000
2194
2195     actor: Remove G_SIGNAL_NO_RECURSE
2196     
2197     As it turns out, we do end up recursing inside the ::paint signal
2198     emission - especially inside the conformance test suite.
2199     
2200     This thoroughly sucks - and we'll only be able to fix it properly
2201     when we bump API for 2.0.
2202
2203  clutter/clutter-actor.c |    3 ---
2204  1 file changed, 3 deletions(-)
2205
2206 commit 6a8d67a8ad292d68f9cf59467cf92bf4e7b49abe
2207 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2208 Date:   Thu Mar 15 17:32:53 2012 +0000
2209
2210     I should compile the changes I make
2211
2212  clutter/clutter-actor.c |    1 +
2213  1 file changed, 1 insertion(+)
2214
2215 commit 5e652b91d65f2daa3c9bb88ec4d2fdfe9e71ac4f
2216 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2217 Date:   Thu Mar 15 17:31:36 2012 +0000
2218
2219     actor: Fix get_transition() method
2220     
2221     We now store a closure, not directly a ClutterTransition instance.
2222
2223  clutter/clutter-actor.c |    6 +++++-
2224  1 file changed, 5 insertions(+), 1 deletion(-)
2225
2226 commit 9e1ec8283894e4f4b354381cd989ab4c0df56af6
2227 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2228 Date:   Thu Mar 15 16:57:18 2012 +0000
2229
2230     doc: Reference fixes
2231
2232  clutter/clutter-actor.c                    |    2 +-
2233  doc/reference/clutter/clutter-sections.txt |    2 ++
2234  2 files changed, 3 insertions(+), 1 deletion(-)
2235
2236 commit 0cf9ad82c4c8b9d4c1b6b1d6f9206303a43b3534
2237 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2238 Date:   Thu Mar 15 16:53:19 2012 +0000
2239
2240     symbols: Update
2241
2242  clutter/clutter.symbols |    1 +
2243  1 file changed, 1 insertion(+)
2244
2245 commit 4bd3583dbf59d1882d2b7704d6a1416176df80d6
2246 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2247 Date:   Thu Mar 15 16:40:41 2012 +0000
2248
2249     actor: Add generic transition support
2250     
2251     ClutterActor should be able to hold all transitions, even the ones that
2252     have been explicitly created.
2253     
2254     This will allow to add new transitions types in the future, like the
2255     keyframe-based one, or the transition group.
2256
2257  clutter/clutter-actor.c                    |  187 +++++++++++++++++++++++-----
2258  clutter/clutter-actor.h                    |   18 +++
2259  clutter/clutter.symbols                    |    3 +
2260  doc/reference/clutter/clutter-sections.txt |    3 +
2261  4 files changed, 179 insertions(+), 32 deletions(-)
2262
2263 commit 3638c1efed449a07fb7e6d052ce4110db4b4feeb
2264 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2265 Date:   Thu Mar 15 13:53:56 2012 +0000
2266
2267     transition: Clear the animatable member when removing on complete
2268
2269  clutter/clutter-transition.c |    3 ++-
2270  1 file changed, 2 insertions(+), 1 deletion(-)
2271
2272 commit 514466601e93421fad985975c7a1938452a60188
2273 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2274 Date:   Thu Mar 15 13:52:09 2012 +0000
2275
2276     transition: Check the repeat count to remove on complete
2277     
2278     We can now ask the timeline for the current repeat, and if it's the last
2279     one, then we can safely detach the transition from the animatable
2280     instance.
2281
2282  clutter/clutter-transition.c |   17 ++++++++++++-----
2283  1 file changed, 12 insertions(+), 5 deletions(-)
2284
2285 commit 388f818f419b9aa745ca1d6ad6bd300c4b859df7
2286 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2287 Date:   Thu Mar 15 13:50:28 2012 +0000
2288
2289     timeline: Add more state accessors
2290     
2291     It should be possible to ask a timeline what is its duration, taking
2292     into account eventual repeats, and which repeat is the one currently
2293     in progress.
2294     
2295     These two functions allow writing animations that depend on the current
2296     state of another timeline.
2297
2298  clutter/clutter-timeline.c                 |   54 ++++++++++++++++++++++++++++
2299  clutter/clutter-timeline.h                 |    5 +++
2300  clutter/clutter.symbols                    |    2 ++
2301  doc/reference/clutter/clutter-sections.txt |    2 ++
2302  4 files changed, 63 insertions(+)
2303
2304 commit 1511e588df3366034de9115741e23b5d43923ab2
2305 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2306 Date:   Thu Mar 15 12:24:02 2012 +0000
2307
2308     actor: Add delay to the easing state
2309     
2310     It should be possible to set up the delay of a transition, but since
2311     we start the Transition instance before returning control to the caller,
2312     we cannot use clutter_actor_get_transition() to do it without something
2313     extra-awkward, like:
2314     
2315       transition = clutter_actor_get_transition (actor, "width");
2316       clutter_timeline_stop (transition);
2317       clutter_timeline_set_delay (transition, 1000);
2318       clutter_timeline_start (transition);
2319     
2320     for each property involved. It's much easier to add a delay to the
2321     easing state of an actor.
2322
2323  clutter/clutter-actor-private.h            |    1 +
2324  clutter/clutter-actor.c                    |   60 ++++++++++++++++++++++++++++
2325  clutter/clutter-actor.h                    |    3 ++
2326  clutter/clutter.symbols                    |    2 +
2327  doc/reference/clutter/clutter-sections.txt |   11 +++++
2328  5 files changed, 77 insertions(+)
2329
2330 commit 303ebaea88778d8b184b2a63572d4a0eb323318a
2331 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2332 Date:   Thu Mar 15 11:25:52 2012 +0000
2333
2334     interactive/bin-layout: Use implicit animations
2335
2336  tests/interactive/test-bin-layout.c |   26 ++++++++++----------------
2337  1 file changed, 10 insertions(+), 16 deletions(-)
2338
2339 commit 389ee457472ed9e32bb78fed3ae9b2b5c2dc4585
2340 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2341 Date:   Thu Mar 15 11:25:26 2012 +0000
2342
2343     interactive/actor: Do not use clutter_actor_animate()
2344     
2345     Use implicit animations instead.
2346
2347  tests/interactive/test-actor.c |   59 ++++++++++++++++++++++------------------
2348  1 file changed, 33 insertions(+), 26 deletions(-)
2349
2350 commit cb8dea0379d3d2fc8a7df0962eaadff8b245d5ad
2351 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2352 Date:   Thu Mar 15 11:24:46 2012 +0000
2353
2354     interactive/transitions: An easing demo without animate()
2355     
2356     Use the newly added implicit animations support in ClutterActor.
2357
2358  tests/interactive/Makefile.am        |    3 +-
2359  tests/interactive/test-transitions.c |  225 ++++++++++++++++++++++++++++++++++
2360  2 files changed, 227 insertions(+), 1 deletion(-)
2361
2362 commit 043cf6b284d970fdf1555d95056d08b7e8a2900e
2363 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2364 Date:   Thu Mar 15 11:24:27 2012 +0000
2365
2366     docs: Update the API reference
2367
2368  doc/reference/clutter/clutter-docs.xml.in  |    2 ++
2369  doc/reference/clutter/clutter-sections.txt |   41 ++++++++++++++++++++++++++++
2370  doc/reference/clutter/clutter.types        |    2 ++
2371  3 files changed, 45 insertions(+)
2372
2373 commit dda4db378c39dd50e41afd16c1a6697150b85395
2374 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2375 Date:   Thu Mar 15 11:24:07 2012 +0000
2376
2377     symbols: Update
2378
2379  clutter/clutter.symbols |   19 +++++++++++++++++++
2380  1 file changed, 19 insertions(+)
2381
2382 commit 67113ed690bed69fe182f675d0951bf21047e026
2383 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2384 Date:   Thu Mar 15 11:09:11 2012 +0000
2385
2386     actor: Implement implicit animatable properties
2387     
2388     Clutter is meant to be, and I quote from the README, a toolkit:
2389     
2390       for creating fast, compelling, portable, and dynamic graphical
2391       user interfaces
2392     
2393     and yet the default mode of operation for setting an actor's state on
2394     the scene graph (position, size, opacity, rotation, scaling, depth,
2395     etc.) is *not* dynamic. We assume a static UI, and then animate it.
2396     
2397     This is the wrong way to design an API for a toolkit meant to be used to
2398     create animated user interfaces. The default mode of operation should be
2399     to implicitly animate every state transition, and only allow skipping
2400     the animation if the user consciously decides to do so — i.e. the design
2401     tenet of the API should be to make The Right Thing™ by default, and make
2402     it really hard (or even impossible) to do The Wrong Thing™.
2403     
2404     So we should identify "animatable" properties, i.e. those properties
2405     that should be implicitly animated by ClutterActor, and use the
2406     animation framework we provide to tween the transitions between the
2407     current state and the desired state; the implicit animation should
2408     happen when setting these properties using the public accessors, and not
2409     through some added functionality. For instance, the following:
2410     
2411       clutter_actor_set_position (actor, newX, newY);
2412     
2413     should not make the actor jump to the (newX, newY) point; it should
2414     tween the actor's position between the current point and the desired
2415     point.
2416     
2417     Since we have to maintain backward compatibility with existing
2418     applications, we still need to mark the transitions explicitly, but we
2419     can be smart about it, and treat transition states as a stack that can
2420     be pushed and popped, e.g.:
2421     
2422       clutter_actor_save_easing_state (actor);
2423     
2424         clutter_actor_set_easing_duration (actor, 500);
2425         clutter_actor_set_position (actor, newX, newY);
2426         clutter_actor_set_opacity (actor, newOpacity);
2427     
2428       clutter_actor_restore_easing_state (actor);
2429     
2430     And we can even start stacking animations, e.g.:
2431     
2432       clutter_actor_save_easing_state (actor);
2433     
2434         clutter_actor_set_easing_duration (actor, 500);
2435         clutter_actor_set_position (actor, newX, newY);
2436     
2437         clutter_actor_save_easing_state (actor);
2438     
2439           clutter_actor_set_easing_duration (actor, 500);
2440           clutter_actor_set_easing_mode (actor, CLUTTER_LINEAR);
2441           clutter_actor_set_opacity (actor, newOpacity);
2442           clutter_actor_set_depth (actor, newDepth);
2443     
2444         clutter_actor_restore_easing_state (actor);
2445     
2446       clutter_actor_restore_easing_state (actor);
2447     
2448     And so on, and so forth.
2449     
2450     The implementation takes advantage of the newly added Transition API,
2451     which uses only ClutterTimeline sub-classes and ClutterInterval, to cut
2452     down the amount of signal emissions and memory management of object
2453     instances; as well of using the ClutterAnimatable interface for custom
2454     properties and interpolation of values.
2455
2456  clutter/clutter-actor-private.h |   29 +
2457  clutter/clutter-actor.c         | 1242 +++++++++++++++++++++++++++++++++++----
2458  clutter/clutter-actor.h         |   12 +
2459  clutter/clutter-private.h       |    2 +
2460  4 files changed, 1167 insertions(+), 118 deletions(-)
2461
2462 commit 40bcbf9c0d5db711b2bce47459cca40e2cf27266
2463 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2464 Date:   Thu Mar 15 11:06:00 2012 +0000
2465
2466     Add ClutterPropertyTransition
2467     
2468     ClutterPropertyTransition is a ClutterTransition that animates a
2469     property of a ClutterAnimatable implementation.
2470
2471  clutter/Makefile.am                   |    2 +
2472  clutter/clutter-property-transition.c |  291 +++++++++++++++++++++++++++++++++
2473  clutter/clutter-property-transition.h |   88 ++++++++++
2474  clutter/clutter.h                     |    1 +
2475  4 files changed, 382 insertions(+)
2476
2477 commit 0c8443f71a49b72fcea68e14cb30f6d381fdbc78
2478 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2479 Date:   Thu Mar 15 11:04:31 2012 +0000
2480
2481     Add ClutterTransition
2482     
2483     ClutterTransition is a Timeline sub-class that allows interpolation of a
2484     value between the initial and final states held by a ClutterInterval.
2485
2486  clutter/Makefile.am          |    4 +-
2487  clutter/clutter-transition.c |  451 ++++++++++++++++++++++++++++++++++++++++++
2488  clutter/clutter-transition.h |  110 +++++++++++
2489  clutter/clutter.h            |    1 +
2490  4 files changed, 565 insertions(+), 1 deletion(-)
2491
2492 commit e546d28771e4c001f9451efa04dae2226237c032
2493 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2494 Date:   Thu Mar 15 11:08:38 2012 +0000
2495
2496     types: Declare new Transition classes
2497
2498  clutter/clutter-types.h |    2 ++
2499  1 file changed, 2 insertions(+)
2500
2501 commit beb91d76763b3b3aede1be1da8bc3c1f8184ed8a
2502 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2503 Date:   Thu Mar 15 11:02:30 2012 +0000
2504
2505     interval: Add variadic arguments for initial/final setters
2506     
2507     As a convenience for the C API.
2508     
2509     Language bindings should already be using the GValue variants.
2510     
2511     This commit also moves the custom progress functions out of the
2512     clutter-interval.c, as they are meant to be generic interpolation
2513     functions and not ClutterInterval-specific.
2514
2515  clutter/clutter-interval.c |  277 +++++++++++++++++++++-----------------------
2516  clutter/clutter-interval.h |   33 +-----
2517  clutter/clutter-private.h  |    7 ++
2518  clutter/clutter-types.h    |   28 +++++
2519  clutter/clutter-util.c     |  148 +++++++++++++++++++++++
2520  5 files changed, 322 insertions(+), 171 deletions(-)
2521
2522 commit 06314e9ed8d85fc8fcebc418278b60f7a18c133c
2523 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2524 Date:   Thu Mar 15 17:00:38 2012 +0000
2525
2526     docs: Update reference symbols
2527
2528  doc/reference/clutter/clutter-sections.txt |    4 ++++
2529  1 file changed, 4 insertions(+)
2530
2531 commit 8e48afd06644b9e258ea12ef76569d545686adfe
2532 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2533 Date:   Thu Mar 15 16:55:55 2012 +0800
2534
2535     Fix "install" paths in VS 2010 property sheets
2536
2537  build/win32/vs10/clutter.props |    2 +-
2538  1 file changed, 1 insertion(+), 1 deletion(-)
2539
2540 commit 708d385866645a9c7d6b90d477aff7b693879bb2
2541 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2542 Date:   Wed Mar 14 11:33:55 2012 +0000
2543
2544     actor: Annotate signals to enable some optimization
2545     
2546     The ::paint, ::queue-redraw, and ::queue-relayout signals should be
2547     marked as no-recurse and no-hooks; these signals are emitted *a lot*
2548     during each frame, and since GLib has a bunch of optimizations for
2549     signals with no closures, we should try and squeeze every single CPU
2550     cycle we can.
2551
2552  clutter/clutter-actor.c |   12 +++++++++---
2553  1 file changed, 9 insertions(+), 3 deletions(-)
2554
2555 commit 5d26aeca34c83589cac6be0d7754316e16d045fd
2556 Author: Stefano Facchini <stefano.facchini@gmail.com>
2557 Date:   Tue Mar 13 18:22:19 2012 +0100
2558
2559     Install clutter-version.h
2560
2561  clutter/Makefile.am |    6 +++++-
2562  1 file changed, 5 insertions(+), 1 deletion(-)
2563
2564 commit c4de95f27557f729a09e2ed9a86022d0b98229f2
2565 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2566 Date:   Mon Mar 5 10:32:44 2012 +0800
2567
2568     Dist clutter-version.h
2569     
2570     Dist clutter-version.h for use under non-autotools-based build
2571     environments (e.g. MSVC) as this header is now generic under the
2572     systems Clutter supports
2573     
2574     Checked with Emmanuele Bassi on IRC.
2575
2576  clutter/Makefile.am |    3 +--
2577  1 file changed, 1 insertion(+), 2 deletions(-)
2578
2579 commit 53e16b6019e49dd0c24d5f05187648ef2abfa6b7
2580 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2581 Date:   Thu Mar 8 17:11:35 2012 +0800
2582
2583     clutter-master-clock.c: Set frame_budget conditionally
2584     
2585     The frame_budget member of ClutterMasterClock is only enabled when
2586     CLUTTER_ENABLE_DEBUG is enabled, so fix the build with this.
2587     
2588     Checked with Emmanuele Bassi on IRC.
2589
2590  clutter/clutter-master-clock.c |    2 ++
2591  1 file changed, 2 insertions(+)
2592
2593 commit eaecd1efef6abbf6d344a56f1e02fda95c8ffd5a
2594 Author: Kenneth Nielsen <k.nielsen81@gmail.com>
2595 Date:   Tue Mar 13 09:08:31 2012 +0100
2596
2597     Updated Danish translation
2598
2599  po/da.po |  886 ++++++++++++++++++++++++++++++++------------------------------
2600  1 file changed, 460 insertions(+), 426 deletions(-)
2601
2602 commit 80b4e7513273b38efbda187954a1773676c59490
2603 Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
2604 Date:   Fri Mar 9 10:29:33 2012 -0300
2605
2606     Updated Brazilian Portuguese translation
2607
2608  po/pt_BR.po |  758 +++++++++++++++++++++++++++++++----------------------------
2609  1 file changed, 393 insertions(+), 365 deletions(-)
2610
2611 commit 945caff989ab30598ebd74c0d19c9bbdcf6a71c1
2612 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2613 Date:   Mon Mar 12 14:23:35 2012 +0000
2614
2615     Bump up the GDK dependency
2616     
2617     Commit ac6ce79aa389982c3e7113f6192f492a6e21b4b1 introduced a dependency
2618     on the latest GDK symbols, so we need to bump up the required version of
2619     GDK.
2620
2621  configure.ac |    2 +-
2622  1 file changed, 1 insertion(+), 1 deletion(-)
2623
2624 commit ac6ce79aa389982c3e7113f6192f492a6e21b4b1
2625 Author: Stefano Facchini <stefano.facchini@gmail.com>
2626 Date:   Sat Mar 10 16:39:16 2012 +0100
2627
2628     gdk: add new device types (GDK_SOURCE_TOUCHSCREEN, GDK_SOURCE_TOUCHPAD)
2629     
2630     https://bugzilla.gnome.org/show_bug.cgi?id=671779
2631
2632  clutter/gdk/clutter-input-device-gdk.c |    6 ++++++
2633  1 file changed, 6 insertions(+)
2634
2635 commit 440c47e9410532df8ba70cc84ab65dffee4c02d5
2636 Author: ManojKumar Giri <mgiri@redhat.com>
2637 Date:   Mon Mar 12 17:44:54 2012 +0530
2638
2639     Updated Odia Translation
2640
2641  po/or.po | 1774 +++++++++++++++++++++++++++++++++++---------------------------
2642  1 file changed, 1011 insertions(+), 763 deletions(-)
2643
2644 commit a3be0e091986b8b027dea25970f5dfff1fa4c0df
2645 Author: Timo Jyrinki <timo@debian.org>
2646 Date:   Mon Mar 12 11:29:54 2012 +0200
2647
2648     Add partial Finnish translation
2649
2650  po/fi.po | 2323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2651  1 file changed, 2323 insertions(+)
2652
2653 commit 66d1e311d698072b6d3af8c64325951c59071262
2654 Author: Yuri Myasoedov <omerta13@yandex.ru>
2655 Date:   Sun Mar 11 23:36:53 2012 +0400
2656
2657     Updated Russian translation
2658
2659  po/ru.po | 1915 +++++++++++++++++++++++++++++++++++---------------------------
2660  1 file changed, 1074 insertions(+), 841 deletions(-)
2661
2662 commit 9707822eba76583abe35a71d3ffe3ddc4d92ba50
2663 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
2664 Date:   Sat Mar 10 23:07:27 2012 +0100
2665
2666     Updated Serbian translation
2667
2668  po/sr.po       |  783 +++++++++++++++++++++++++++++---------------------------
2669  po/sr@latin.po |  783 +++++++++++++++++++++++++++++---------------------------
2670  2 files changed, 810 insertions(+), 756 deletions(-)
2671
2672 commit 1ee842116ab44f488b9003ee5ca89631f14bd547
2673 Author: Khoem Sokhem <khoemsokhem@khmeros.info>
2674 Date:   Sat Mar 10 13:53:53 2012 +0100
2675
2676     Add initial Khmer translation
2677
2678  po/km.po | 2276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2679  1 file changed, 2276 insertions(+)
2680
2681 commit 8216d961e710c3d32bd72ec8a4914116c0c15e85
2682 Author: Gil Forcada <gforcada@gnome.org>
2683 Date:   Sat Mar 10 13:44:09 2012 +0100
2684
2685     Updated Catalan translation
2686
2687  po/ca.po | 1614 +++++++++++++++++++++++++++++++++++---------------------------
2688  1 file changed, 912 insertions(+), 702 deletions(-)
2689
2690 commit 639a82ed01796f181c7a22e197d4087a5dbd73a0
2691 Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2692 Date:   Fri Mar 9 21:55:55 2012 +0300
2693
2694     Updated Belarusian translation.
2695
2696  po/be.po |   30 +++++++++++++++++++++++-------
2697  1 file changed, 23 insertions(+), 7 deletions(-)
2698
2699 commit ffc8fd2455301e0c5423a25fdcf235896d985825
2700 Author: Piotr Drąg <piotrdrag@gmail.com>
2701 Date:   Fri Mar 9 19:09:40 2012 +0100
2702
2703     Updated Polish translation
2704
2705  po/pl.po | 1717 +++++++++++++++++++++++++++++++++++---------------------------
2706  1 file changed, 967 insertions(+), 750 deletions(-)
2707
2708 commit 52b1d7186c4004d52ff652ddb5ed7443b343be7a
2709 Author: Florian Müllner <fmuellner@gnome.org>
2710 Date:   Fri Mar 9 16:17:52 2012 +0100
2711
2712     Add skeleton translations for RTL locales
2713     
2714     RTL locales need to translate the "default:LTR" string to have
2715     clutter_actor_get_text_direction() return the expected result;
2716     as GNOME Shell now makes use of that API, users of RTL locales
2717     would be up for an unpleasant surprise, so add all locales that
2718     translate "default:LTR" to "default:RTL" in GTK+.
2719     
2720     https://bugzilla.gnome.org/show_bug.cgi?id=671736
2721
2722  po/ar.po    | 2359 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2723  po/az_IR.po | 2358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2724  po/fa.po    | 2358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2725  po/ps.po    | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2726  po/ur.po    | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2727  po/yi.po    | 2357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2728  6 files changed, 14146 insertions(+)
2729
2730 commit 52f142c14c89357c6333ee1fa55fc5184f6551dc
2731 Author: Florian Müllner <fmuellner@gnome.org>
2732 Date:   Fri Mar 9 16:34:54 2012 +0100
2733
2734     Update Hebrew translations
2735     
2736     RTL locales need to translate the "default:LTR" string to have
2737     clutter_actor_get_text_direction() return the expected result;
2738     as GNOME Shell now makes use of that API, users of RTL locales
2739     would be up for an unpleasant surprise, so add the required
2740     translation.
2741     
2742     https://bugzilla.gnome.org/show_bug.cgi?id=671736
2743
2744  po/he.po |    8 +++++---
2745  1 file changed, 5 insertions(+), 3 deletions(-)
2746
2747 commit d303fdc22ddffe6782298e5b4de6c371b0584dac
2748 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2749 Date:   Fri Mar 9 17:32:46 2012 +0000
2750
2751     po: Update bug tracker in Makevars
2752
2753  po/Makevars |    2 +-
2754  1 file changed, 1 insertion(+), 1 deletion(-)
2755
2756 commit 2b22b60e6ea1ca22d7052d9bfb1fc8acfec4ca81
2757 Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
2758 Date:   Sat Mar 10 02:06:10 2012 +0900
2759
2760     Fixed leaking GValue content in clutter_animation_setup_valist().
2761     
2762     Normally this leak goes unnoticed because basic fundamental types
2763     are typically used with clutter_actor_animate(), the leak shows up
2764     if boxed or object types are passed (such as ClutterVertex in the
2765     case I stumbled upon).
2766
2767  clutter/clutter-animation.c |    3 +++
2768  1 file changed, 3 insertions(+)
2769
2770 commit 620e57ac1334424bd47579417815e67080d802c2
2771 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2772 Date:   Thu Mar 8 14:07:15 2012 +0000
2773
2774     text: Use CoglFramebuffer API for the path-based clip
2775
2776  clutter/clutter-text.c |    3 ++-
2777  1 file changed, 2 insertions(+), 1 deletion(-)
2778
2779 commit 4b0badba4aca44b4fcd52e2f26ec5608f4e93011
2780 Author: Bruce Cowan <bruce@bcowan.me.uk>
2781 Date:   Fri Mar 9 16:24:35 2012 +0000
2782
2783     Updated British English translation
2784
2785  po/en_GB.po | 1726 +++++++++++++++++++++++++++++++++--------------------------
2786  1 file changed, 973 insertions(+), 753 deletions(-)
2787
2788 commit 610ed1e1c510240ea54328d7dc36a9bad7ed80e8
2789 Author: Fran Diéguez <fran.dieguez@mabishu.com>
2790 Date:   Thu Mar 8 23:25:57 2012 +0100
2791
2792     Updated Galician translations
2793
2794  po/gl.po |  530 ++++++++++++++++++++++++++++++++------------------------------
2795  1 file changed, 273 insertions(+), 257 deletions(-)
2796
2797 commit 4ff1cc08f8bf8c8962ac541c1a090f99331176ab
2798 Author: Alexander Shopov <ash@kambanaria.org>
2799 Date:   Thu Mar 8 22:45:17 2012 +0200
2800
2801     Updated Bulgarian translation
2802
2803  po/bg.po |  530 ++++++++++++++++++++++++++++++++------------------------------
2804  1 file changed, 273 insertions(+), 257 deletions(-)
2805
2806 commit 7b33f2fa1f6e1c4783c36f2316d4f0c852fb3d23
2807 Author: Matej Urbančič <mateju@svn.gnome.org>
2808 Date:   Thu Mar 8 15:42:14 2012 +0100
2809
2810     Updated Slovenian translation
2811
2812  po/sl.po |  682 ++++++++++++++++++++++++++++++++------------------------------
2813  1 file changed, 349 insertions(+), 333 deletions(-)
2814
2815 commit e1c99ed3c487d6e441cb8155feee4768542bb913
2816 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2817 Date:   Thu Mar 8 17:44:02 2012 +0800
2818
2819     Fixup VS 2010 property sheets
2820     
2821     There are some properties which were not correctly set.  My bad for not
2822     fixing these sooner.
2823
2824  build/win32/vs10/clutter.props |    4 ++--
2825  1 file changed, 2 insertions(+), 2 deletions(-)
2826
2827 commit e2e49253b607a37d082f20a26b062513c2d29fa3
2828 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
2829 Date:   Thu Mar 8 10:29:08 2012 +0100
2830
2831     Updated Spanish translation
2832
2833  po/es.po |  637 ++++++++++++++++++++++++++++++++------------------------------
2834  1 file changed, 328 insertions(+), 309 deletions(-)
2835
2836 commit d279a1393855fb6d8230cd92c71603b5e8cb641a
2837 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2838 Date:   Thu Mar 8 17:07:34 2012 +0800
2839
2840     Update VS property sheets
2841     
2842     "Install" the new headers that were introduced lately.
2843
2844  build/win32/vs10/clutter.props  |    4 ++++
2845  build/win32/vs9/clutter.vsprops |    2 ++
2846  2 files changed, 6 insertions(+)
2847
2848 commit 9a551689c21cc3de35253c7b2c90a4843aba59ad
2849 Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
2850 Date:   Thu Mar 8 14:12:50 2012 +0530
2851
2852     Assamese translation completed
2853
2854  po/as.po |  637 ++++++++++++++++++++++++++++++++------------------------------
2855  1 file changed, 328 insertions(+), 309 deletions(-)
2856
2857 commit 86e8f35d66c4c5baca753066f75173491236a7c9
2858 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
2859 Date:   Thu Mar 8 15:53:04 2012 +0800
2860
2861     Updated Traditional Chinese translation(Hong Kong and Taiwan)
2862
2863  po/zh_HK.po |  912 +++++++++++++++++++++++++++++++----------------------------
2864  po/zh_TW.po |  910 ++++++++++++++++++++++++++++++----------------------------
2865  2 files changed, 953 insertions(+), 869 deletions(-)
2866
2867 commit 734a26fe97e6ff2270745504ab52152dcff27014
2868 Author: Piotr Drąg <piotrdrag@gmail.com>
2869 Date:   Thu Mar 8 00:04:55 2012 +0100
2870
2871     Updated POTFILES.in
2872
2873  po/POTFILES.in |    1 +
2874  1 file changed, 1 insertion(+)
2875
2876 commit 009b0297f1b3df08d73305466fbb0bbf01138d89
2877 Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2878 Date:   Wed Mar 7 23:40:08 2012 +0300
2879
2880     Updated Belarusian translation.
2881
2882  po/be.po |  758 +++++++++++++++++++++++++++++++-------------------------------
2883  1 file changed, 384 insertions(+), 374 deletions(-)
2884
2885 commit 32f57595feef4859ac506cb81a2f17781d554d83
2886 Author: Joseph Scheuhammer <clown@alum.mit.edu>
2887 Date:   Thu Feb 2 16:23:00 2012 -0500
2888
2889     Add brightness/contrast effect
2890     
2891     The ClutterBrightnessContrastEffect effect class allows changing the
2892     brightness and contrast levels of an actor.
2893     
2894     Modified-by: Emmanuele Bassi <ebassi@linux.intel.com>
2895     Modified-by: Neil Roberts <neil@linux.intel.com>
2896     
2897     https://bugzilla.gnome.org/show_bug.cgi?id=656156
2898
2899  clutter/Makefile.am                          |    2 +
2900  clutter/clutter-brightness-contrast-effect.c |  643 ++++++++++++++++++++++++++
2901  clutter/clutter-brightness-contrast-effect.h |   80 ++++
2902  clutter/clutter.h                            |    1 +
2903  clutter/clutter.symbols                      |    8 +
2904  doc/reference/clutter/clutter-docs.xml.in    |    1 +
2905  doc/reference/clutter/clutter-sections.txt   |   20 +
2906  doc/reference/clutter/clutter.types          |    1 +
2907  8 files changed, 756 insertions(+)
2908
2909 commit 41f06138b451bbe51949d818fdc9963077eff59c
2910 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2911 Date:   Wed Mar 7 12:59:25 2012 +0000
2912
2913     cally/text: Constify string members
2914
2915  clutter/cally/cally-text.c |    4 ++--
2916  1 file changed, 2 insertions(+), 2 deletions(-)
2917
2918 commit 90e5088a512e723c41dd59aeaace7e4f87ca14ac
2919 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2920 Date:   Wed Mar 7 12:35:57 2012 +0000
2921
2922     build: Increase the anal-retentiveness of the maintainer flags
2923     
2924     The new rules have already caught a couple of issues.
2925
2926  configure.ac |    6 ++++--
2927  1 file changed, 4 insertions(+), 2 deletions(-)
2928
2929 commit de90be9586bdab941c4174a8a3fa74bd480d2555
2930 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2931 Date:   Wed Mar 7 12:34:48 2012 +0000
2932
2933     build: Remove maintainer flags from test build
2934     
2935     Part of the test infrastructure relies on relaxed build conditions, so
2936     there's no point to enforce the anal retentive maintainer flags.
2937
2938  tests/conform/Makefile.am     |    2 +-
2939  tests/interactive/Makefile.am |    2 +-
2940  tests/performance/Makefile.am |    1 -
2941  3 files changed, 2 insertions(+), 3 deletions(-)
2942
2943 commit 2567049ce3899ab8045afd540a333bcd22f6332c
2944 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2945 Date:   Wed Mar 7 12:34:06 2012 +0000
2946
2947     Fix missing/redundant declarations
2948
2949  clutter/clutter-actor.c                   |   13 ++++++++-----
2950  clutter/clutter-animatable.c              |    2 ++
2951  clutter/clutter-animation.c               |    2 ++
2952  clutter/clutter-backend.c                 |    2 ++
2953  clutter/clutter-bin-layout.c              |    2 ++
2954  clutter/clutter-box-layout.c              |    2 ++
2955  clutter/clutter-cairo-texture.c           |    2 ++
2956  clutter/clutter-constraint.c              |    1 +
2957  clutter/clutter-deform-effect.c           |   16 ++++++++--------
2958  clutter/clutter-feature.c                 |    6 +++---
2959  clutter/clutter-keysyms-table.c           |    2 ++
2960  clutter/clutter-list-model.c              |    2 ++
2961  clutter/clutter-main.c                    |    2 +-
2962  clutter/clutter-script.c                  |    2 +-
2963  clutter/clutter-settings.c                |    1 +
2964  clutter/clutter-stage-manager.c           |    2 ++
2965  clutter/clutter-table-layout.c            |    2 ++
2966  clutter/clutter-texture.c                 |    5 +++--
2967  clutter/clutter-timeline.c                |    5 ++++-
2968  clutter/clutter-util.c                    |    4 +++-
2969  clutter/deprecated/clutter-frame-source.c |    6 ++++--
2970  21 files changed, 57 insertions(+), 24 deletions(-)
2971
2972 commit 266ea8a3d99c877fb70b7d86fcfd6ad0cdf0b113
2973 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2974 Date:   Wed Mar 7 12:32:32 2012 +0000
2975
2976     cally: Fix redundant declarations
2977
2978  clutter/cally/cally-actor.c     |    2 --
2979  clutter/cally/cally-clone.c     |    3 ---
2980  clutter/cally/cally-group.c     |    2 --
2981  clutter/cally/cally-rectangle.c |    3 ---
2982  clutter/cally/cally-root.c      |    2 --
2983  clutter/cally/cally-stage.c     |    3 ---
2984  clutter/cally/cally-text.c      |    2 --
2985  clutter/cally/cally-texture.c   |    3 ---
2986  clutter/cally/cally-util.c      |    3 ---
2987  9 files changed, 23 deletions(-)
2988
2989 commit 4da1c3efb8fcea58854ce6ff57856fec4ec1a427
2990 Author: Emmanuele Bassi <ebassi@linux.intel.com>
2991 Date:   Wed Mar 7 12:31:25 2012 +0000
2992
2993     snap-constraint: Fix typo that broke the get_edges() method
2994     
2995     We were declaring a get_edges() method, but the definition was called
2996     get_edge().
2997
2998  clutter/clutter-snap-constraint.c |    6 +++---
2999  clutter/clutter.symbols           |    2 +-
3000  2 files changed, 4 insertions(+), 4 deletions(-)
3001
3002 commit 3a86d88b431e381d6b4ed50e38018ca545a975e7
3003 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3004 Date:   Wed Mar 7 12:07:41 2012 +0000
3005
3006     x11/device-manager-core: Avoid a signed/unsigned comparison
3007
3008  clutter/x11/clutter-device-manager-core-x11.c |    4 ++--
3009  1 file changed, 2 insertions(+), 2 deletions(-)
3010
3011 commit f5065059b7ab21b8ad28d30a006a038e3275b3b1
3012 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3013 Date:   Wed Mar 7 12:07:15 2012 +0000
3014
3015     x11/keymap: Avoid a signed/unsigned comparison
3016
3017  clutter/x11/clutter-keymap-x11.c |    6 +++---
3018  clutter/x11/clutter-keymap-x11.h |    2 +-
3019  2 files changed, 4 insertions(+), 4 deletions(-)
3020
3021 commit f54a4532a4e703c4e925390ccdebeb5270da4272
3022 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3023 Date:   Wed Mar 7 12:06:24 2012 +0000
3024
3025     x11/backend: Ensure that pre/post parse hooks are not exposed
3026     
3027     Not even as private methods.
3028
3029  clutter/x11/clutter-backend-x11.c |   16 ++++++++--------
3030  1 file changed, 8 insertions(+), 8 deletions(-)
3031
3032 commit e3aea910b1524933e6ea3ef95a19a6c970d46677
3033 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3034 Date:   Wed Mar 7 12:04:44 2012 +0000
3035
3036     Try to avoid duplicate declarations for profile macros
3037     
3038     We can use the __COUNTER__ macro or, failing that, the __LINE__ macro to
3039     ensure that we don't declare dummy variables more than once with the
3040     same name.
3041
3042  clutter/clutter-profile.h |    9 +++++++--
3043  1 file changed, 7 insertions(+), 2 deletions(-)
3044
3045 commit 9bc8c05db8500f435da057710000b21244cc5735
3046 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3047 Date:   Wed Mar 7 12:04:25 2012 +0000
3048
3049     gdk: Add missing declaration of clutter_gdk_get_default_display()
3050
3051  clutter/gdk/clutter-gdk.h |    1 +
3052  1 file changed, 1 insertion(+)
3053
3054 commit fc12c591c324a6070a1763e9d0c6ab9aeadbba52
3055 Author: Fran Diéguez <fran.dieguez@mabishu.com>
3056 Date:   Wed Mar 7 12:54:09 2012 +0100
3057
3058     Updated Galician translations
3059
3060  po/gl.po |  558 ++++++++++++++++++++++++++++++++------------------------------
3061  1 file changed, 284 insertions(+), 274 deletions(-)
3062
3063 commit ee0f43b701124b929b806e2f4a963a229bf92f9b
3064 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
3065 Date:   Wed Mar 7 11:33:52 2012 +0100
3066
3067     Updated Spanish translation
3068
3069  po/es.po |  638 +++++++++++++++++++++++++++++++-------------------------------
3070  1 file changed, 323 insertions(+), 315 deletions(-)
3071
3072 commit ca550bc5cd9f4b6056a43f32f48396db05b7813a
3073 Author: Alexander Shopov <ash@kambanaria.org>
3074 Date:   Wed Mar 7 06:36:27 2012 +0200
3075
3076     Updated Bulgarian translation
3077
3078  po/bg.po |  558 ++++++++++++++++++++++++++++++++------------------------------
3079  1 file changed, 284 insertions(+), 274 deletions(-)
3080
3081 commit 05813872f9179d8fbe6c4be6cea8f86a89edf3ff
3082 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3083 Date:   Fri Jan 27 12:30:04 2012 +0000
3084
3085     osx: Call finishLaunching on post-parse
3086     
3087     https://bugzilla.gnome.org/show_bug.cgi?id=668801
3088
3089  clutter/osx/clutter-backend-osx.c |    3 +++
3090  1 file changed, 3 insertions(+)
3091
3092 commit cc25deade04b8f06d460292915f3ab6d2369d33c
3093 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3094 Date:   Tue Mar 6 15:39:29 2012 +0000
3095
3096     texture: Fix the async loop ceiling
3097     
3098     The comment says that we're going to load textures in a loop until we
3099     still have work to do, or if one iteration took more than 5
3100     milliseconds, to avoid blowing up our frame budget, but the check is for
3101     5 seconds, which is hardly a sensible value.
3102
3103  clutter/clutter-texture.c |    2 +-
3104  1 file changed, 1 insertion(+), 1 deletion(-)
3105
3106 commit 4849c02e330ce9db52564c812dc4a0316498b979
3107 Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
3108 Date:   Tue Mar 6 21:07:26 2012 +0530
3109
3110     Assamese translation completed
3111
3112  po/as.po |  366 ++++++++++++++++++++++++++++++--------------------------------
3113  1 file changed, 174 insertions(+), 192 deletions(-)
3114
3115 commit 4db4471528a33cc07c2b98e0d84e34018c6ee1ec
3116 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3117 Date:   Tue Mar 6 15:07:55 2012 +0000
3118
3119     interactive/text-field: Use :background-color
3120     
3121     Instead of a custom paint signal handler.
3122
3123  tests/interactive/test-text-field.c |   31 +++----------------------------
3124  1 file changed, 3 insertions(+), 28 deletions(-)
3125
3126 commit 477d399c31dc2c5e5af91ee3c561f0a40f21155b
3127 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3128 Date:   Tue Mar 6 15:06:52 2012 +0000
3129
3130     text: Use the background color when painting
3131     
3132     If the ClutterActor:background-color-set property is set to TRUE.
3133
3134  clutter/clutter-text.c |   18 ++++++++++++++++++
3135  1 file changed, 18 insertions(+)
3136
3137 commit 663d6179ffdb27ef25ee67e4b7d2e05a5d1216aa
3138 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3139 Date:   Tue Mar 6 15:05:36 2012 +0000
3140
3141     text: Center the cursor caret
3142     
3143     We remove 2 pixels from the height of the cursor, but we should also
3144     remove the same amount from the position on the y axis, so that the
3145     cursor caret appears centered in the allocated height.
3146     
3147     https://bugzilla.gnome.org/show_bug.cgi?id=655491
3148
3149  clutter/clutter-text.c |    4 ++--
3150  1 file changed, 2 insertions(+), 2 deletions(-)
3151
3152 commit 812fbee7ecba813b2d8c5511b974b15b004a975d
3153 Author: Matej Urbančič <mateju@svn.gnome.org>
3154 Date:   Tue Mar 6 15:43:08 2012 +0100
3155
3156     Updated Slovenian translation
3157
3158  po/sl.po |  458 ++++++++++++++++++++++++++++++++------------------------------
3159  1 file changed, 234 insertions(+), 224 deletions(-)
3160
3161 commit 764640419607b4918515f42722bb0950ea23d90c
3162 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3163 Date:   Tue Mar 6 14:23:33 2012 +0000
3164
3165     script: Support translatable strings for properties
3166     
3167     ClutterScript should be able to automatically call gettext() and friends
3168     on strings loaded from a UI definition, prior to passing the string to
3169     the object it is constructing.
3170     
3171     The basic implementation is trivial:
3172     
3173       - set a translation domain on the ClutterScript instance
3174       - mark the translatable strings inside the JSON data, like:
3175     
3176           "property" : {
3177             "translatable" : true,
3178             "string" : "a translatable string"
3179           }
3180     
3181     The hard part is now getting the tools we use to extract the
3182     translatable strings to understand the JSON format we use inside
3183     ClutterScript.
3184
3185  clutter/clutter-script-parser.c  |   58 ++++++++++++++++++++++++
3186  clutter/clutter-script-private.h |    3 ++
3187  clutter/clutter-script.c         |   93 ++++++++++++++++++++++++++++++++++++++
3188  clutter/clutter-script.h         |    6 +++
3189  tests/data/test-script.json      |    4 +-
3190  5 files changed, 162 insertions(+), 2 deletions(-)
3191
3192 commit 4a9414ff870ce74d3194425d30709124558eacd2
3193 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3194 Date:   Tue Mar 6 14:22:43 2012 +0000
3195
3196     Annotate clutter_threads_add_repaint_func_full()
3197
3198  clutter/clutter-main.h |    1 +
3199  1 file changed, 1 insertion(+)
3200
3201 commit 1ac655b3942a51ff0b24228d9ecf264a51d52c87
3202 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3203 Date:   Tue Mar 6 14:21:04 2012 +0000
3204
3205     Add missing enumeration type to clutter.symbols
3206
3207  clutter/clutter.symbols |    3 +++
3208  1 file changed, 3 insertions(+)
3209
3210 commit c2e7704151be86bf26a47c63f2735f45394a08bd
3211 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3212 Date:   Tue Mar 6 13:50:10 2012 +0000
3213
3214     master-clock: Add frame budget diagnostic messages
3215     
3216     Let's keep a budget of 16.6 milliseconds per frame, and reduce it by the
3217     amount of time spent in each phase of the frame processing. If any phase
3218     goes over the allocated budget then we use the diagnostic mode
3219     facilities to warn the app developer.
3220
3221  clutter/clutter-master-clock.c |   55 +++++++++++++++++++++++++++++++++++++++-
3222  1 file changed, 54 insertions(+), 1 deletion(-)
3223
3224 commit bdf9f4958825fa7a9adf0bea16d4d079becb896f
3225 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3226 Date:   Tue Mar 6 12:55:27 2012 +0000
3227
3228     master-clock: Clean up the frame processing
3229     
3230     Split out every phase into its own function, to ensure that the sequence
3231     of operation is clear and easy to follow.
3232
3233  clutter/clutter-master-clock.c |  237 +++++++++++++++++++++-------------------
3234  clutter/clutter-master-clock.h |    1 -
3235  2 files changed, 124 insertions(+), 114 deletions(-)
3236
3237 commit 229607464b287d6ea1ed1633d4e982768ccb18cc
3238 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3239 Date:   Tue Mar 6 12:09:00 2012 +0000
3240
3241     Improve repaint functions
3242     
3243     It is sometimes useful to be able to have better control on when a
3244     repaint function is called. Currently, all repaint functions are called
3245     prior to the stages update phase of the frame processing.
3246     
3247     We can introduce flags to represent the point in the frame update
3248     process in which we wish Clutter called the repaint function.
3249     
3250     As a bonus, we can also add a flag that causes adding a repaint function
3251     to spin the master clock.
3252
3253  clutter/clutter-enums.h                    |   19 ++++++
3254  clutter/clutter-main.c                     |   91 +++++++++++++++++++++++++---
3255  clutter/clutter-main.h                     |    4 ++
3256  clutter/clutter-master-clock.c             |    8 ++-
3257  clutter/clutter-private.h                  |    2 +-
3258  clutter/clutter.symbols                    |    1 +
3259  doc/reference/clutter/clutter-sections.txt |    1 +
3260  7 files changed, 113 insertions(+), 13 deletions(-)
3261
3262 commit afda0c955e57bd511725bc8704a4e8cfec52462c
3263 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3264 Date:   Mon Mar 5 23:57:01 2012 +0000
3265
3266     Post-release version bump to 1.9.15
3267
3268  configure.ac |    2 +-
3269  1 file changed, 1 insertion(+), 1 deletion(-)
3270
3271 commit 59affd808824d43d2fbb288c17587536243645cd
3272 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3273 Date:   Mon Mar 5 23:41:52 2012 +0000
3274
3275     Release Clutter 1.9.14 (snapshot)
3276
3277  NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
3278  configure.ac |    2 +-
3279  2 files changed, 43 insertions(+), 1 deletion(-)
3280
3281 commit a8d800580017b474fabc6b6322ccbdc6c8da504e
3282 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3283 Date:   Mon Mar 5 23:34:27 2012 +0000
3284
3285     docs: Updates to the API reference
3286
3287  clutter/wayland/clutter-wayland-surface.h  |    5 +++--
3288  doc/reference/clutter/clutter-sections.txt |    4 ++++
3289  2 files changed, 7 insertions(+), 2 deletions(-)
3290
3291 commit 9813a874992ff6215e71d580856284154c4bc65e
3292 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3293 Date:   Mon Mar 5 22:02:01 2012 +0000
3294
3295     Update the release notes
3296
3297  README.in |    7 +++++++
3298  1 file changed, 7 insertions(+)
3299
3300 commit 155f7741fed2138d64ec0b06d8ec160c67ca12b3
3301 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3302 Date:   Mon Mar 5 21:59:53 2012 +0000
3303
3304     actor: Ensure static scope to allocation-changed arguments
3305     
3306     In theory, handlers connected to the ::allocation-changed signal may be
3307     able to modify the actor's real allocation and allocation flags,
3308     especially now that we use STATIC_SCOPE; let's avoid this, so that we
3309     don't regret it later.
3310
3311  clutter/clutter-actor.c |   22 ++++++++++++++++------
3312  1 file changed, 16 insertions(+), 6 deletions(-)
3313
3314 commit 762e0de2c60dff77b36e9fefefc3ad263c33ce90
3315 Author: Neil Roberts <neil@linux.intel.com>
3316 Date:   Mon Mar 5 19:23:46 2012 +0000
3317
3318     tests: Remove test-cogl-pixel-buffer
3319     
3320     This has been converted to a Cogl-based test in the cogl source tree
3321     so there is no need to maintain it here anymore.
3322     
3323     Reviewed-by: Robert Bragg <robert@linux.intel.com>
3324
3325  tests/conform/Makefile.am              |    1 -
3326  tests/conform/test-cogl-pixel-buffer.c |  329 --------------------------------
3327  tests/conform/test-conform-main.c      |    1 -
3328  3 files changed, 331 deletions(-)
3329
3330 commit 7d64693de265e0d00e783b7ae164abd06d75a68d
3331 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3332 Date:   Mon Mar 5 17:45:23 2012 +0000
3333
3334     conformance/invariants: Test that visibility is not recursive
3335     
3336     The show and hide methods should not recurse; that is the job of
3337     show_all and hide_all, which are deprecated.
3338
3339  tests/conform/actor-invariants.c  |   42 +++++++++++++++++++++++++++++++++++++
3340  tests/conform/test-conform-main.c |    1 +
3341  2 files changed, 43 insertions(+)
3342
3343 commit 720fbd3bec522f200396f206242bc76285492f15
3344 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3345 Date:   Mon Mar 5 17:38:27 2012 +0000
3346
3347     stage: Fix up a copy-and-paste train wreck
3348     
3349     The show and hide implementation inside ClutterStage ended up being
3350     recursive, and the hide implementation would actually show the children
3351     of the stage unconditionally.
3352     
3353     Whoopsie.
3354
3355  clutter/clutter-stage.c |   36 +++++++++++++++++++++++++++++-------
3356  1 file changed, 29 insertions(+), 7 deletions(-)
3357
3358 commit add274c447f1d4a2d9c269754c019882738662c1
3359 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3360 Date:   Mon Mar 5 17:26:09 2012 +0000
3361
3362     conform/actor-invariants: Add tests for show-on-set-parent
3363     
3364     The show-on-set-parent flag is mental, but it needs to be tested better
3365     than just checking for it always been set to TRUE.
3366
3367  tests/conform/actor-invariants.c |   31 ++++++++++++++++++++++++++++---
3368  1 file changed, 28 insertions(+), 3 deletions(-)
3369
3370 commit a882b20b26222f537becfbedf9af2d12e74691a3
3371 Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
3372 Date:   Mon Mar 5 19:56:42 2012 +0530
3373
3374     Assamese translation completed
3375
3376  po/as.po | 1711 ++++++++++++++++++++++++++++++++++----------------------------
3377  1 file changed, 952 insertions(+), 759 deletions(-)
3378
3379 commit 2aaa39e0080a180689f53f82bccda36bc400f885
3380 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3381 Date:   Mon Mar 5 10:36:03 2012 +0000
3382
3383     actor: Annotate the allocation-changed signal
3384     
3385     The ActorBox passed to the ::allocation-changed signal should be
3386     annotated as STATIC_SCOPE, given that it's a pointer to a structure
3387     inside ClutterActorPrivate - hence there's no risk of it actually being
3388     freed from a signal handler. This allows the GSignal machinery to avoid
3389     a costly copy/free for each signal emission.
3390
3391  clutter/clutter-actor.c |    2 +-
3392  1 file changed, 1 insertion(+), 1 deletion(-)
3393
3394 commit 796cf67503cce01f303b59d5280def4b8bdfd0b9
3395 Author: Krishnababu Krothapalli <email>
3396 Date:   Fri Mar 2 13:47:57 2012 +0530
3397
3398     Updated Telugu Translations
3399
3400  po/te.po | 2489 ++++++++++++++++++++++++++++++++++----------------------------
3401  1 file changed, 1350 insertions(+), 1139 deletions(-)
3402
3403 commit 018ede2b24079089e2c4e84698776a1235dbde20
3404 Author: Giovanni Campagna <gcampagna@src.gnome.org>
3405 Date:   Thu Mar 1 22:58:39 2012 +0100
3406
3407     ClutterActor: clear redraw entry before emitting signals
3408     
3409     If the redraw entry is not cleared, queueing a redraw from a signal
3410     handler could reinsert the same object in the stage redraw list,
3411     causing the segfault later (as the object is immediately freed)
3412     
3413     https://bugzilla.gnome.org/show_bug.cgi?id=671173
3414
3415  clutter/clutter-actor.c |   10 ++++++++--
3416  1 file changed, 8 insertions(+), 2 deletions(-)
3417
3418 commit 251d3b545e4df6c55dd596424dda3470564f16cf
3419 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3420 Date:   Thu Mar 1 15:11:59 2012 +0000
3421
3422     input: Add a check on the argument
3423
3424  clutter/clutter-input-device.c |    5 ++++-
3425  1 file changed, 4 insertions(+), 1 deletion(-)
3426
3427 commit 23e8e43d666a9237dc0096924c2e1d30d1027128
3428 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3429 Date:   Thu Mar 1 15:11:36 2012 +0000
3430
3431     symbols: Add missing InputDevice symbol
3432
3433  clutter/clutter.symbols |    1 +
3434  1 file changed, 1 insertion(+)
3435
3436 commit b248fbd010d428ec103f2b5cde906403d1eac3f0
3437 Author: Emmanuele Bassi <ebassi@gnome.org>
3438 Date:   Thu Mar 1 11:06:04 2012 +0000
3439
3440     Make clutter-stage-window.h a private header
3441     
3442     It should have never been public in the first place; nothing can
3443     implement the ClutterStageWindow interface and use it, so this is
3444     not a break.
3445
3446  clutter/Makefile.am            |    2 +-
3447  clutter/clutter-stage-window.c |    2 ++
3448  clutter/clutter-stage-window.h |   23 +++++------------------
3449  clutter/clutter.h              |    1 -
3450  clutter/clutter.symbols        |    1 -
3451  5 files changed, 8 insertions(+), 21 deletions(-)
3452
3453 commit a1ec559d14a5baafc45e663e8d62d2109d8a8e90
3454 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3455 Date:   Thu Mar 1 15:07:05 2012 +0000
3456
3457     Fix compilation
3458     
3459     Hide a symbol if we're not compiling with Wayland compositor support.
3460
3461  clutter/clutter-backend.c |    2 ++
3462  1 file changed, 2 insertions(+)
3463
3464 commit cfbb7a0fa0fcd1014984e2b70a8c2a5d12e3ad79
3465 Author: Neil Roberts <neil@linux.intel.com>
3466 Date:   Wed Feb 29 19:20:18 2012 +0000
3467
3468     clutter-wayland-surface: Add padding to the class struct
3469     
3470     This just adds some padding pointers so that we can later add more
3471     virtual functions without breaking ABI.
3472     
3473     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3474
3475  clutter/wayland/clutter-wayland-surface.h |    4 ++++
3476  1 file changed, 4 insertions(+)
3477
3478 commit 5f654069feff8361509e5fc832f335d653e70726
3479 Author: Neil Roberts <neil@linux.intel.com>
3480 Date:   Wed Feb 29 17:50:22 2012 +0000
3481
3482     clutter-input-device-wayland: Include clutter-stage-private.h
3483     
3484     This was giving a warning about using _clutter_stage_update_state
3485     without declaring it.
3486     
3487     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3488
3489  clutter/wayland/clutter-input-device-wayland.c |    1 +
3490  1 file changed, 1 insertion(+)
3491
3492 commit b5c90f6caaf0457c0f81720060f4a69cf2bd59fb
3493 Author: Robert Bragg <robert@linux.intel.com>
3494 Date:   Mon Feb 13 13:20:02 2012 +0000
3495
3496     wayland-surface: don't queue redraw on buffer attach
3497     
3498     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3499     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3500
3501  clutter/wayland/clutter-wayland-surface.c |    7 +++++--
3502  1 file changed, 5 insertions(+), 2 deletions(-)
3503
3504 commit 3c6a0cdc610ba434beed733bde548175d665cc36
3505 Author: Robert Bragg <robert@linux.intel.com>
3506 Date:   Sun Jan 22 15:36:17 2012 +0000
3507
3508     evdev: Adds api to release/reclaim the evdev devices
3509     
3510     Clutter applications using evdev are typically fullscreen applications
3511     associated with a single virtual termainal. When switching away from
3512     the applications associated tty then Clutter should stop managing all
3513     evdev devices and re-probe for devices when the application regains
3514     focus by switching back to the tty. To facilitate this, this patch
3515     adds clutter_evdev_release_devices() and clutter_evdev_reclaim_devices()
3516     functions.
3517     
3518     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3519     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3520
3521  clutter/Makefile.am                          |    5 +
3522  clutter/evdev/clutter-device-manager-evdev.c |  144 ++++++++++++++++++++++++--
3523  clutter/evdev/clutter-evdev.h                |   38 +++++++
3524  3 files changed, 177 insertions(+), 10 deletions(-)
3525
3526 commit 1f7968e5f99adbc28e5c6bf7495169687d00f4d1
3527 Author: Neil Roberts <neil@linux.intel.com>
3528 Date:   Wed Feb 29 16:35:48 2012 +0000
3529
3530     wayland/x11: Set constraints on the CoglRenderer
3531     
3532     When using the Wayland backend this sets a constraint that the
3533     CoglRenderer selects the Wayland EGL winsys.
3534     
3535     When a Wayland compositor display is set it now also sets a constraint
3536     that the render should use EGL because only EGL renderers will set up
3537     the required wl_drm global object.
3538     
3539     The X11 backend now sets the X11 constraint.
3540     
3541     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3542
3543  clutter/clutter-backend.c                 |    6 ++++++
3544  clutter/wayland/clutter-backend-wayland.c |    2 ++
3545  clutter/x11/clutter-backend-x11.c         |    2 ++
3546  3 files changed, 10 insertions(+)
3547
3548 commit a0d3b01aa967e3740bc22c925864acac1829da62
3549 Author: Neil Roberts <neil@linux.intel.com>
3550 Date:   Tue Jan 17 17:29:18 2012 +0000
3551
3552     device-manager-core-x11: Create core input devices as x11
3553     
3554     The core input devices when XInput doesn't work were being created as
3555     generic ClutterInputDevices instead of ClutterInputDeviceX11s. This
3556     meant the keycode_to_evdev virtual wouldn't work.
3557     
3558     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3559
3560  clutter/x11/clutter-device-manager-core-x11.c |    4 ++--
3561  1 file changed, 2 insertions(+), 2 deletions(-)
3562
3563 commit 13e3f9e5f1f1f648280a154fe1900fce4a26500a
3564 Author: Neil Roberts <neil@linux.intel.com>
3565 Date:   Tue Jan 17 15:40:08 2012 +0000
3566
3567     Add an input device function to convert keycodes to evdev codes
3568     
3569     This adds a virtual function to ClutterInputDevice to translate a
3570     keycode from the hardware_keycode member of ClutterKeyEvent to an
3571     evdev keycode. The function can fail so that input backends that don't
3572     have a sensible way to translate to evdev keycodes can return FALSE.
3573     There are implementations for evdev, wayland and X. The X
3574     implementation assumes that the X server is using an evdev driver in
3575     which case the hardware keycodes are the evdev codes plus 8.
3576     
3577     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3578
3579  clutter/clutter-device-manager-private.h       |    3 +++
3580  clutter/clutter-input-device.c                 |   31 ++++++++++++++++++++++++
3581  clutter/clutter-input-device.h                 |    4 +++
3582  clutter/evdev/clutter-input-device-evdev.c     |   12 +++++++++
3583  clutter/wayland/clutter-input-device-wayland.c |   12 +++++++++
3584  clutter/x11/clutter-input-device-core-x11.c    |   15 ++++++++++++
3585  clutter/x11/clutter-input-device-xi2.c         |   15 ++++++++++++
3586  doc/reference/clutter/clutter-sections.txt     |    1 +
3587  8 files changed, 93 insertions(+)
3588
3589 commit a3bbcff946295f6e7232697fd167437baef6b785
3590 Author: Neil Roberts <neil@linux.intel.com>
3591 Date:   Tue Jan 17 13:37:26 2012 +0000
3592
3593     evdev: Associate devices with the first created stage
3594     
3595     Because evdev isn't associated with the display system, it doesn't
3596     have any easy way to associate an input device with a stage.
3597     Previously Clutter would never set a stage for an input device and
3598     leave it up to the application to set it. To make it easier for
3599     applications which just have a single fullscreen stage (which is
3600     probably the most common use case for evdev) the device manager now
3601     associates all input devices with the first stage that is created
3602     unless something has already set a stage.
3603     
3604     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3605
3606  clutter/evdev/clutter-device-manager-evdev.c |  106 +++++++++++++++++++++++++-
3607  1 file changed, 105 insertions(+), 1 deletion(-)
3608
3609 commit 1bfd1d85eb2dd4e2093c5c7e6833da4196110177
3610 Author: Robert Bragg <robert@linux.intel.com>
3611 Date:   Thu Jan 12 20:36:16 2012 +0000
3612
3613     Updates in line with latest wayland protocol
3614     
3615     The shm buffer format enum values were renamed and the explicitly
3616     premultiplied format was dropped since it's now assumed if the buffer
3617     has an alpha component then it's premultiplied.
3618     
3619     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3620     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3621
3622  clutter/wayland/clutter-wayland-surface.c |   10 ++++------
3623  1 file changed, 4 insertions(+), 6 deletions(-)
3624
3625 commit 6cc58f7d7d01418eb61622afcb7e322a8645d5d6
3626 Author: Neil Roberts <neil@linux.intel.com>
3627 Date:   Wed Jan 11 18:11:51 2012 +0000
3628
3629     clutter-wayland-surface: Remove the pick method
3630     
3631     The pick method doesn't do anything special over the default pick
3632     method provided by ClutterActor so there's no need to implement it.
3633     
3634     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3635
3636  clutter/wayland/clutter-wayland-surface.c |   13 -------------
3637  1 file changed, 13 deletions(-)
3638
3639 commit 560f92b69849eb671ac539df16c1d3f4797d9032
3640 Author: Robert Bragg <robert@linux.intel.com>
3641 Date:   Wed Jan 11 00:16:10 2012 +0000
3642
3643     wayland-surface: removes unused origin variable
3644     
3645     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3646     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3647
3648  clutter/wayland/clutter-wayland-surface.c |    1 -
3649  1 file changed, 1 deletion(-)
3650
3651 commit c1aac36d35638b00691f20b538289eae9a7cf68a
3652 Author: Robert Bragg <robert@linux.intel.com>
3653 Date:   Wed Jan 11 00:08:05 2012 +0000
3654
3655     wayland-surface: Adds queue-damage-redraw signal
3656     
3657     This adds a signal that's emitted whenever a wayland surface is damaged
3658     that allows sub-classes to override the default handler to change
3659     how clipped redraws are queued if the sub-class doesn't simply draw
3660     a rectangle. The signal can also be used just to track damage.
3661     
3662     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3663     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3664
3665  clutter/wayland/clutter-wayland-surface.c |   50 +++++++++++++++++++++++++----
3666  clutter/wayland/clutter-wayland-surface.h |    7 ++++
3667  2 files changed, 50 insertions(+), 7 deletions(-)
3668
3669 commit b89af8efa3931bb0cb5a7c5c6a01823ab5d6be78
3670 Author: Robert Bragg <robert@linux.intel.com>
3671 Date:   Tue Jan 10 22:39:53 2012 +0000
3672
3673     wayland-surface: Add cogl-texture property
3674     
3675     This adds a "cogl-texture" gobject property so that a compositor may
3676     listen for notifications of changes to the texture used to paint.
3677     
3678     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3679     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3680
3681  clutter/wayland/clutter-wayland-surface.c |   36 +++++++++++++++++++++++------
3682  clutter/wayland/clutter-wayland-surface.h |    1 +
3683  2 files changed, 30 insertions(+), 7 deletions(-)
3684
3685 commit 8ac2200aac44d481f2b069554e85976ad1f47372
3686 Author: Neil Roberts <neil@linux.intel.com>
3687 Date:   Mon Jan 9 16:13:03 2012 +0000
3688
3689     clutter-wayland-surface: Rename the width/height properties
3690     
3691     This patch renames the width/height properties to
3692     surface-width/surface-height so that they won't override the
3693     width/height properties of ClutterActor which have different
3694     semantics.
3695     
3696     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3697
3698  clutter/wayland/clutter-wayland-surface.c |   20 ++++++++++----------
3699  1 file changed, 10 insertions(+), 10 deletions(-)
3700
3701 commit 1b77565e63d6bfc2dd4edd6961e39044d536b08b
3702 Author: Robert Bragg <robert@linux.intel.com>
3703 Date:   Tue Jan 10 17:04:50 2012 +0000
3704
3705     configure: Adds xkb-utils automake conditional
3706     
3707     This adds a NEEDS_XKB_UTILS automake conditional that's set to true if
3708     either the wayland backend is enabled or the evdev input backend is
3709     enabled since they both depend on clutter-xkb-utils.c and we need
3710     to avoid listing the file twice since that leads to duplicate symbols
3711     and the build fails.
3712     
3713     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3714     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3715
3716  clutter/Makefile.am |    7 +++++--
3717  configure.ac        |    2 ++
3718  2 files changed, 7 insertions(+), 2 deletions(-)
3719
3720 commit 612bde3c4a00800c12fb20e287cb32eefed12ffd
3721 Author: Robert Bragg <robert@linux.intel.com>
3722 Date:   Mon Jan 9 19:03:59 2012 +0000
3723
3724     wayland-surface: Set actor size on buffer attach
3725     
3726     When a new buffer is attached and we update the width and height
3727     properties for the surface we now also call clutter_actor_set_size()
3728     
3729     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3730     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3731
3732  clutter/wayland/clutter-wayland-surface.c |    2 ++
3733  1 file changed, 2 insertions(+)
3734
3735 commit 0ba6127edc16db16884a27efcfdefc422eaac382
3736 Author: Robert Bragg <robert@linux.intel.com>
3737 Date:   Mon Jan 9 19:16:21 2012 +0000
3738
3739     wayland-surface: Adds _get_surface function
3740     
3741     This adds a clutter_wayland_surface_get_surface() function for querying
3742     the struct wl_surface * associated with a ClutterWaylandSurface.
3743     
3744     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3745     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3746
3747  clutter/wayland/clutter-wayland-surface.c |    9 ++++++++-
3748  clutter/wayland/clutter-wayland-surface.h |    1 +
3749  2 files changed, 9 insertions(+), 1 deletion(-)
3750
3751 commit 83b94ec27d3073cbfaec92e9f1b4c7568081d568
3752 Author: Robert Bragg <robert@linux.intel.com>
3753 Date:   Mon Jan 9 19:14:09 2012 +0000
3754
3755     wayland-surface: Make _set_surface api public
3756     
3757     This exposes a clutter_wayland_surface_set_surface() function. The
3758     implementation ignores requests to re-set the same surface and since now
3759     has code to cleanup old surface state before setting the new surface.
3760     (previously the surface was construct only so this wasn't necessary)
3761     
3762     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3763     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3764
3765  clutter/wayland/clutter-wayland-surface.c |   14 +++++++++++++-
3766  clutter/wayland/clutter-wayland-surface.h |    2 ++
3767  2 files changed, 15 insertions(+), 1 deletion(-)
3768
3769 commit 862eebceb6f0a3faa407e953e69eeb9ccc133036
3770 Author: Robert Bragg <robert@linux.intel.com>
3771 Date:   Mon Jan 9 19:11:43 2012 +0000
3772
3773     wayland-surface: Cleanup properly in _dispose
3774     
3775     When disposing a ClutterWaylandSurface we now make sure to unref any
3776     pipeline we created and unref any surface buffer textures we created.
3777     
3778     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3779     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3780
3781  clutter/wayland/clutter-wayland-surface.c |   30 ++++++++++++++++-------------
3782  1 file changed, 17 insertions(+), 13 deletions(-)
3783
3784 commit c7e10024d86acdfbafbc3159fa479e03e71d425d
3785 Author: Robert Bragg <robert@linux.intel.com>
3786 Date:   Mon Jan 9 19:09:43 2012 +0000
3787
3788     wayland-surface: remove unused damage array
3789     
3790     There was a GArray member named damage that wasn't being used which this
3791     patch removes.
3792     
3793     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3794     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3795
3796  clutter/wayland/clutter-wayland-surface.c |    8 --------
3797  1 file changed, 8 deletions(-)
3798
3799 commit 3839cf13a2f2184e22d41b6cddc461d4128e5be0
3800 Author: Robert Bragg <robert@linux.intel.com>
3801 Date:   Sat Jan 7 21:44:32 2012 +0000
3802
3803     configure: fix --enable-evdev-input documentation
3804     
3805     The --help documentation for ./configure was listing a spurious
3806     --with-evdev option when it should list --enable-evdev-input.
3807     
3808     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3809     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3810
3811  configure.ac |    2 +-
3812  1 file changed, 1 insertion(+), 1 deletion(-)
3813
3814 commit 2c9ec271e2a42d52e00da7a3c98af4da5fa532ac
3815 Author: Robert Bragg <robert@linux.intel.com>
3816 Date:   Thu Jan 5 14:33:35 2012 +0000
3817
3818     wayland: install wayland compositor headers + pkgconfig file
3819     
3820     If wayland compositor support has been enabled then we make sure to
3821     install the corresponding public headers and a
3822     clutter-wayland-compositor.pc pkgconfig file.
3823     
3824     Reviewed-by: Neil Roberts <neil@linux.intel.com>
3825     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3826
3827  clutter/Makefile.am |   11 ++++++++++-
3828  1 file changed, 10 insertions(+), 1 deletion(-)
3829
3830 commit b0fc4c1dff80b0ec761f3037b77676fa8119543f
3831 Author: Neil Roberts <neil@linux.intel.com>
3832 Date:   Wed Feb 29 16:18:07 2012 +0000
3833
3834     Remove test-wayland-surface
3835     
3836     In a separate branch, this test has become quite complicated and
3837     involves multiple files and its own configure options. Instead of
3838     cluttering up the clutter source tree it has now been moved to its own
3839     repo at:
3840     
3841      http://github.com/clutter-project/test-wayland-surface
3842     
3843     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
3844
3845  tests/interactive/Makefile.am            |    4 -
3846  tests/interactive/test-wayland-surface.c |  567 ------------------------------
3847  2 files changed, 571 deletions(-)
3848
3849 commit c42be83d698ea2795564f8c5ec451c290d809b7b
3850 Author: Jonh Wendell <jwendell@gnome.org>
3851 Date:   Wed Feb 29 14:03:44 2012 -0300
3852
3853     Updated Brazilian Portuguese translation
3854
3855  po/pt_BR.po | 1691 +++++++++++++++++++++++++++++++++--------------------------
3856  1 file changed, 941 insertions(+), 750 deletions(-)
3857
3858 commit c46588172629574abb900ea1851d7248780f9597
3859 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3860 Date:   Wed Feb 29 15:12:55 2012 +0000
3861
3862     docs: Refresh the layout managers example image
3863     
3864     Drop the window decoration and pointer; drop the double image for the
3865     FlowLayout class; add an image for the TableLayout class.
3866
3867  clutter/clutter-flow-layout.c                    |   12 ++----------
3868  clutter/clutter-table-layout.c                   |    6 ++++++
3869  doc/reference/clutter/Makefile.am                |    6 +++---
3870  doc/reference/clutter/bin-layout.png             |  Bin 12890 -> 13424 bytes
3871  doc/reference/clutter/box-layout.png             |  Bin 5119 -> 10557 bytes
3872  doc/reference/clutter/flow-layout-horizontal.png |  Bin 5888 -> 0 bytes
3873  doc/reference/clutter/flow-layout-vertical.png   |  Bin 5333 -> 0 bytes
3874  doc/reference/clutter/flow-layout.png            |  Bin 0 -> 1850 bytes
3875  doc/reference/clutter/table-layout.png           |  Bin 0 -> 20058 bytes
3876  9 files changed, 11 insertions(+), 13 deletions(-)
3877
3878 commit 7713d3bbdc0f360f9f0e8d782d0a3215441bb6f5
3879 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3880 Date:   Wed Feb 29 15:05:44 2012 +0000
3881
3882     docs: Update the actor example image
3883
3884  clutter/clutter-actor.c                 |    4 ++--
3885  doc/reference/clutter/Makefile.am       |    4 ++--
3886  doc/reference/clutter/actor-example.png |  Bin 0 -> 4966 bytes
3887  doc/reference/clutter/test-actor.png    |  Bin 5081 -> 0 bytes
3888  4 files changed, 4 insertions(+), 4 deletions(-)
3889
3890 commit 3f5d63b5227fa401367142e0f4b774d8e039dc88
3891 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3892 Date:   Wed Feb 29 15:02:59 2012 +0000
3893
3894     interactive/actor: Add margin usage example
3895
3896  tests/interactive/test-actor.c |   11 +++++++----
3897  1 file changed, 7 insertions(+), 4 deletions(-)
3898
3899 commit fde094dce2d1801ce1000671966f2acbad26d9c5
3900 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3901 Date:   Wed Feb 29 14:46:01 2012 +0000
3902
3903     build: Remove clutter-version.h.win32.in
3904     
3905     The clutter-version.h header file is now completely generic, and does
3906     not need to be masked by a Windows-specific header when building under
3907     MSVC.
3908
3909  .gitignore                         |    1 -
3910  build/win32/vs10/clutter.props     |    7 -
3911  build/win32/vs9/clutter.vsprops    |    4 -
3912  clutter/Makefile.am                |    2 -
3913  clutter/clutter-version.h.win32.in |  277 ------------------------------------
3914  configure.ac                       |    1 -
3915  6 files changed, 292 deletions(-)
3916
3917 commit 38bcd86c51c42bd4f71ed5bbdb09345c2af4652c
3918 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3919 Date:   Wed Feb 29 14:43:01 2012 +0000
3920
3921     Annotate the exported version variables
3922     
3923     When using MSVC we need to annotate the variables that are going to be
3924     exported.
3925
3926  clutter/clutter-version.h.in |   21 ++++++++++++++++++---
3927  1 file changed, 18 insertions(+), 3 deletions(-)
3928
3929 commit 80626e75842a24c3d0a45068e241ba309f6ec138
3930 Author: Emmanuele Bassi <ebassi@linux.intel.com>
3931 Date:   Tue Feb 28 15:45:24 2012 +0000
3932
3933     actor: Do not check for child destruction in add_child_internal()
3934     
3935     We currently check for the IN_DESTRUCTION flag inside the
3936     add_child_internal() function.
3937     
3938     This check disallows calling methods that change the stacking order
3939     within the destruction sequence, by triggering a critical warning first,
3940     and leaving the actor in an undefined state, which then ends up being
3941     caught by an assertion.
3942     
3943     The reproducible sequence is:
3944     
3945       - actor gets destroyed;
3946       - another actor, linked to the first, will try to change the
3947         stacking order of the first actor;
3948       - changing the stacking order is a composite operation composed
3949         by the following steps:
3950         1. ref() the child;
3951         2. remove_child_internal(), which removes the reference;
3952         3. add_child_internal(), which adds a reference;
3953       - the state of the actor is not changed between (2) and (3), as
3954         it could be an expensive recomputation;
3955       - if (3) bails out, then the actor is in an undefined state, but
3956         still alive;
3957       - the destruction sequence terminates, but the actor is unparented
3958         while its state indicates being parented instead.
3959       - assertion failure.
3960     
3961     The obvious fix would be to decompose each set_child_*_sibling() method
3962     into proper remove_child()/add_child(), with state validation; this may
3963     cause excessive work, though, and trigger a cascade of other bugs in
3964     code that assumes that a change in the stacking order is an atomic
3965     operation.
3966     
3967     Another potential fix is to just remove this check here, and let code
3968     doing stacking order changes inside the destruction sequence of an actor
3969     continue doing the work.
3970     
3971     The third fix is to silently bail out early from every
3972     set_child_*_sibling() and set_child_at_index() method, and avoid doing
3973     work.
3974     
3975     I have a preference for the second solution, since it involves the least
3976     amount of work, and the least amount of code duplication.
3977     
3978     See bug: https://bugzilla.gnome.org/show_bug.cgi?id=670647
3979
3980  clutter/clutter-actor.c |   58 +++++++++++++++++++++++++++++++++++++++++++----
3981  1 file changed, 54 insertions(+), 4 deletions(-)
3982
3983 commit 6e78ebca957fe838508e6a02f6c9c312edd40f21
3984 Author: Alejandro Piñeiro <apinheiro@igalia.com>
3985 Date:   Wed Feb 29 15:49:23 2012 +0100
3986
3987     a11y: Not compute extents for actors without an stage
3988     
3989     This solves a crash on GNOME Shell, as compute the extents
3990     for some StWidgets could lead to call st_widget_get_theme_node,
3991     and it is a fatal error to call this on a widget that it not
3992     beed added to a stage.
3993
3994  clutter/cally/cally-actor.c |    7 +++++++
3995  1 file changed, 7 insertions(+)
3996
3997 commit dde5da1dd8f75c3522f3b89417f3e5eb5a414a25
3998 Author: Alejandro Piñeiro <apinheiro@igalia.com>
3999 Date:   Wed Feb 29 15:47:36 2012 +0100
4000
4001     a11y: Stop to use ClutterActor::name as default accessible-name
4002     
4003     ClutterActor::name is mostly used for debugging purposes
4004
4005  clutter/cally/cally-actor.c |   25 -------------------------
4006  1 file changed, 25 deletions(-)
4007
4008 commit 9d9afc0f05f4e476305f29cfc0447775c7fe9134
4009 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
4010 Date:   Wed Feb 29 18:09:29 2012 +0800
4011
4012     Update VS property sheets
4013     
4014     Update the "installation" of headers...
4015
4016  build/win32/vs10/clutter.props  |   16 ++++++++++++++--
4017  build/win32/vs9/clutter.vsprops |    8 +++++++-
4018  2 files changed, 21 insertions(+), 3 deletions(-)
4019
4020 commit b689737a4353e382bf7195d655307d7645781505
4021 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
4022 Date:   Wed Feb 29 18:03:15 2012 +0800
4023
4024     Update clutter-version.h.win32(.in)
4025     
4026     Make it like the clutter-version.h.in template.  Since we aren't having
4027     Windows-specific items in here (such as CLUTTER_FLAVOUR), perhaps we
4028     could get the dllexport stuff in clutter-version.h.in, where it can be
4029     used when necessary, and this file would be gone.
4030
4031  clutter/clutter-version.h.win32.in |  137 ++++++++++++++++++++++++++++--------
4032  1 file changed, 108 insertions(+), 29 deletions(-)
4033
4034 commit a22d7ac1b569ea2cfb4ffe30e738db9887c06002
4035 Author: Emmanuele Bassi <ebassi@gnome.org>
4036 Date:   Wed Feb 29 09:27:01 2012 +0000
4037
4038     interactive: Remove test-shader
4039     
4040     ClutterShader is deprecated, and we already have various tests for the
4041     shader API, both for Cogl and for ClutterShaderEffect.
4042
4043  tests/interactive/Makefile.am   |    1 -
4044  tests/interactive/test-shader.c |  411 ---------------------------------------
4045  2 files changed, 412 deletions(-)
4046
4047 commit f292550d0602fba97aab4e081da9a0a4d1f1fe76
4048 Author: Emmanuele Bassi <ebassi@gnome.org>
4049 Date:   Wed Feb 29 09:25:51 2012 +0000
4050
4051     interactive: Remove test-fullscreen
4052     
4053     The stage state test also has a fullscreen option, and it's a better
4054     test all around.
4055
4056  tests/interactive/Makefile.am       |    1 -
4057  tests/interactive/test-fullscreen.c |  109 -----------------------------------
4058  2 files changed, 110 deletions(-)
4059
4060 commit caf759f72fdf78340dadbf62cf00c3c00c8a5b0e
4061 Author: Emmanuele Bassi <ebassi@gnome.org>
4062 Date:   Wed Feb 29 09:24:34 2012 +0000
4063
4064     interactive: Remove test-actor-clone
4065     
4066     Another clone of the venerable test-actors - but test-actor already uses
4067     ClutterClone, so there's really little point in it.
4068
4069  tests/interactive/Makefile.am        |    1 -
4070  tests/interactive/test-actor-clone.c |  301 ----------------------------------
4071  2 files changed, 302 deletions(-)
4072
4073 commit bd2f5d0e383bdf61a757a9f405f23ed0cf48edcb
4074 Author: Emmanuele Bassi <ebassi@gnome.org>
4075 Date:   Wed Feb 29 09:23:40 2012 +0000
4076
4077     interactive: Remove test-behave
4078     
4079     ClutterBehaviour and friends are deprecated, there's no point in having
4080     an interactive test, and it may be misleading.
4081
4082  tests/interactive/Makefile.am   |    1 -
4083  tests/interactive/test-behave.c |  212 ---------------------------------------
4084  2 files changed, 213 deletions(-)
4085
4086 commit b9553083e03417eb4b6d4fca072bc423dbc1ac4a
4087 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4088 Date:   Mon Feb 27 16:47:53 2012 +0000
4089
4090     docs: Document the versioning macros
4091
4092  clutter/clutter-version.h.in |   37 ++++++++++++++++++++++++++++++++++++-
4093  1 file changed, 36 insertions(+), 1 deletion(-)
4094
4095 commit fb9df4bef27a45de5471ee2937156ec5191bc201
4096 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4097 Date:   Mon Feb 27 16:31:53 2012 +0000
4098
4099     Annotate all functions available since 1.10
4100
4101  clutter/clutter-actor.h            |   43 ++++++++++++++++++++++++++++++++++++
4102  clutter/clutter-event.h            |    1 +
4103  clutter/clutter-input-device.h     |    3 +++
4104  clutter/clutter-offscreen-effect.h |    1 +
4105  clutter/clutter-script.h           |    1 +
4106  clutter/clutter-text-buffer.h      |   24 +++++++++++---------
4107  clutter/clutter-text.c             |    6 ++---
4108  clutter/clutter-text.h             |    4 ++++
4109  clutter/clutter-timeline.h         |    6 ++++-
4110  clutter/clutter-types.h            |    1 +
4111  10 files changed, 76 insertions(+), 14 deletions(-)
4112
4113 commit 7d4fa54a4b7a8c19d493da187a14081202c41271
4114 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4115 Date:   Mon Feb 27 16:03:09 2012 +0000
4116
4117     docs: Add new macros to the sections file
4118
4119  doc/reference/clutter/clutter-sections.txt |   33 ++++++++++++++++++++++++++++
4120  1 file changed, 33 insertions(+)
4121
4122 commit 0ee7170dbb56dba21e7404acc1e2151a1558e38c
4123 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4124 Date:   Mon Feb 27 15:56:12 2012 +0000
4125
4126     Move clutter-util.h into the deprecated section
4127
4128  clutter/Makefile.am               |    4 ++--
4129  clutter/clutter-deprecated.h      |    1 +
4130  clutter/clutter-util.c            |    2 +-
4131  clutter/clutter-util.h            |   40 -------------------------------------
4132  clutter/clutter.h                 |    1 -
4133  clutter/deprecated/clutter-util.h |   40 +++++++++++++++++++++++++++++++++++++
4134  6 files changed, 44 insertions(+), 44 deletions(-)
4135
4136 commit 2daf2e8e6bca403b24d8a79a02bc7d3a5006f7b4
4137 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4138 Date:   Mon Feb 27 15:47:46 2012 +0000
4139
4140     Add a deprecated header for ClutterCairoTexture
4141
4142  clutter/Makefile.am                        |    1 +
4143  clutter/clutter-cairo-texture.h            |   10 ------
4144  clutter/clutter-deprecated.h               |    1 +
4145  clutter/deprecated/clutter-cairo-texture.h |   51 ++++++++++++++++++++++++++++
4146  4 files changed, 53 insertions(+), 10 deletions(-)
4147
4148 commit 45d61d795bcb401eb78d03d6009f51831be39027
4149 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4150 Date:   Mon Feb 27 15:44:38 2012 +0000
4151
4152     Add a deprecated header for ClutterTexture
4153
4154  clutter/Makefile.am                  |    1 +
4155  clutter/clutter-deprecated.h         |    1 +
4156  clutter/clutter-texture.h            |   11 --------
4157  clutter/deprecated/clutter-texture.h |   48 ++++++++++++++++++++++++++++++++++
4158  4 files changed, 50 insertions(+), 11 deletions(-)
4159
4160 commit 3c12b3575d077a87683e0f906cebfbb253f49791
4161 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4162 Date:   Mon Feb 27 15:29:50 2012 +0000
4163
4164     Add deprecated header for ClutterAnimation
4165
4166  clutter/Makefile.am                    |    1 +
4167  clutter/clutter-actor.c                |    3 +-
4168  clutter/clutter-animatable.c           |    1 +
4169  clutter/clutter-animation.h            |   78 ++++++++++++--------------------
4170  clutter/clutter-deprecated.h           |    1 +
4171  clutter/clutter-interval.h             |    3 +-
4172  clutter/clutter-types.h                |    1 +
4173  clutter/deprecated/clutter-animation.h |   57 +++++++++++++++++++++++
4174  8 files changed, 93 insertions(+), 52 deletions(-)
4175
4176 commit 4ae36f1e5f2374d10f683720c0c876e952636755
4177 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4178 Date:   Mon Feb 27 15:21:07 2012 +0000
4179
4180     Add a deprecated header for ClutterAnimatable
4181
4182  clutter/Makefile.am                     |    1 +
4183  clutter/clutter-animatable.h            |    9 ------
4184  clutter/clutter-deprecated.h            |    1 +
4185  clutter/deprecated/clutter-animatable.h |   47 +++++++++++++++++++++++++++++++
4186  4 files changed, 49 insertions(+), 9 deletions(-)
4187
4188 commit 9613374c73984a76e8d7780105004dde2ac3448e
4189 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4190 Date:   Mon Feb 27 15:16:38 2012 +0000
4191
4192     Add deprecated header for ClutterStageManager
4193
4194  clutter/Makefile.am                        |    1 +
4195  clutter/clutter-deprecated.h               |    1 +
4196  clutter/clutter-stage-manager.h            |    7 +----
4197  clutter/deprecated/clutter-stage-manager.h |   42 ++++++++++++++++++++++++++++
4198  4 files changed, 45 insertions(+), 6 deletions(-)
4199
4200 commit d5b565f7b939fcf3d65e310442f91cada3a9b8e2
4201 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4202 Date:   Mon Feb 27 15:10:13 2012 +0000
4203
4204     Update the deprecation macros
4205     
4206     Use the new versioned macros instead of the generic ones.
4207
4208  clutter/clutter-animation.h                    |    8 ++---
4209  clutter/clutter-backend.c                      |    2 +-
4210  clutter/deprecated/clutter-actor.h             |   30 +++++++++----------
4211  clutter/deprecated/clutter-backend.h           |   14 ++++-----
4212  clutter/deprecated/clutter-behaviour-depth.h   |    6 ++--
4213  clutter/deprecated/clutter-behaviour-ellipse.h |   34 ++++++++++-----------
4214  clutter/deprecated/clutter-behaviour-opacity.h |    6 ++--
4215  clutter/deprecated/clutter-behaviour-path.h    |   10 +++----
4216  clutter/deprecated/clutter-behaviour-rotate.h  |   18 +++++------
4217  clutter/deprecated/clutter-behaviour-scale.h   |    6 ++--
4218  clutter/deprecated/clutter-behaviour.h         |   20 ++++++-------
4219  clutter/deprecated/clutter-box.h               |   20 ++++++-------
4220  clutter/deprecated/clutter-container.h         |   24 +++++++--------
4221  clutter/deprecated/clutter-fixed.h             |    6 ++--
4222  clutter/deprecated/clutter-frame-source.h      |    4 +--
4223  clutter/deprecated/clutter-group.h             |    8 ++---
4224  clutter/deprecated/clutter-main.h              |   32 ++++++++++----------
4225  clutter/deprecated/clutter-rectangle.h         |   16 +++++-----
4226  clutter/deprecated/clutter-score.h             |   28 ++++++++---------
4227  clutter/deprecated/clutter-shader.h            |   38 ++++++++++++------------
4228  clutter/deprecated/clutter-stage.h             |   18 +++++------
4229  clutter/deprecated/clutter-timeline.h          |    6 ++--
4230  clutter/deprecated/clutter-timeout-pool.h      |    6 ++--
4231  23 files changed, 180 insertions(+), 180 deletions(-)
4232
4233 commit 780a11b926ec8eacd58d9ba57be8d88beacdd726
4234 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4235 Date:   Mon Feb 27 14:59:00 2012 +0000
4236
4237     Add flexible versioning scheme
4238     
4239     GLib introduced macros that allows defining the lower and upper bounds
4240     of the API to be used by application code.
4241     
4242     The lower bound allows to define the minimum version that will trigger
4243     deprecation warnings; the upper bound defines the maximum version that
4244     will trigger compiler warnings for unavailable symbols.
4245     
4246     This scheme allows gradually porting application code to a new version
4247     of the API, especially in case of resynchronization after multiple
4248     development cycles.
4249
4250  clutter/clutter-macros.h     |  209 ++++++++++++++++++++++++++++++++++++++++--
4251  clutter/clutter-version.h.in |  108 +++++++++++++---------
4252  2 files changed, 269 insertions(+), 48 deletions(-)
4253
4254 commit eb42127cf0039f9ac5a2fe111ed863cd7b0a5660
4255 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4256 Date:   Mon Feb 27 14:35:53 2012 +0000
4257
4258     Require GLib ≥ 2.31.19
4259     
4260     For the new deprecation and versioning macros.
4261
4262  configure.ac |    2 +-
4263  1 file changed, 1 insertion(+), 1 deletion(-)
4264
4265 commit a6b1972d71b17c813625b72973eefda406306e79
4266 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4267 Date:   Mon Feb 27 14:03:57 2012 +0000
4268
4269     Move macros to their own headers
4270
4271  clutter/Makefile.am          |    1 +
4272  clutter/clutter-macros.h     |   56 ++++++++++++++++++++++++++++++++++++++++++
4273  clutter/clutter-types.h      |   27 +-------------------
4274  clutter/clutter-version.h.in |    4 +++
4275  clutter/clutter.h            |    1 +
4276  5 files changed, 63 insertions(+), 26 deletions(-)
4277
4278 commit 4e6ff76a77ab61562891612cd4137b63202bf552
4279 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4280 Date:   Mon Feb 27 13:08:31 2012 +0000
4281
4282     conformance: Clean up
4283     
4284     Remove the last inconsistent bits.
4285
4286  tests/conform/Makefile.am                |    2 +-
4287  tests/conform/actor-layout.c             |    8 +-
4288  tests/conform/actor-offscreen-redirect.c |    4 +-
4289  tests/conform/actor-pick.c               |    2 +-
4290  tests/conform/actor-shader-effect.c      |  272 ++++++++++++++++++++++++++++++
4291  tests/conform/path.c                     |    2 +-
4292  tests/conform/shader-effect.c            |  272 ------------------------------
4293  tests/conform/test-conform-main.c        |   12 +-
4294  8 files changed, 287 insertions(+), 287 deletions(-)
4295
4296 commit 60e2f8ed5bd90c99218f90393c7c1db1119f5fa7
4297 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4298 Date:   Mon Feb 27 13:02:01 2012 +0000
4299
4300     conformance: Rename the source files
4301     
4302     It's the conformance test suite: there's no need to namespace the files,
4303     just like there's no need to namespace the units.
4304     
4305     This commit does not change the Cogl tests: they will be moved to Cogl
4306     over time, and it's easier to do if we leave them as they are.
4307
4308  tests/conform/Makefile.am                 |   64 +--
4309  tests/conform/actor-anchors.c             |  704 ++++++++++++++++++++++++++++
4310  tests/conform/actor-destroy.c             |  182 ++++++++
4311  tests/conform/actor-graph.c               |  450 ++++++++++++++++++
4312  tests/conform/actor-invariants.c          |  377 +++++++++++++++
4313  tests/conform/actor-iter.c                |  129 ++++++
4314  tests/conform/actor-layout.c              |  296 ++++++++++++
4315  tests/conform/actor-offscreen-redirect.c  |  348 ++++++++++++++
4316  tests/conform/actor-paint-opacity.c       |  142 ++++++
4317  tests/conform/actor-pick.c                |  287 ++++++++++++
4318  tests/conform/actor-size.c                |  211 +++++++++
4319  tests/conform/animator.c                  |  200 ++++++++
4320  tests/conform/behaviours.c                |   90 ++++
4321  tests/conform/binding-pool.c              |  309 +++++++++++++
4322  tests/conform/cairo-texture.c             |  198 ++++++++
4323  tests/conform/cally-text.c                |  338 ++++++++++++++
4324  tests/conform/color.c                     |  313 +++++++++++++
4325  tests/conform/group.c                     |   57 +++
4326  tests/conform/model.c                     |  526 +++++++++++++++++++++
4327  tests/conform/path.c                      |  710 +++++++++++++++++++++++++++++
4328  tests/conform/rectangle.c                 |   56 +++
4329  tests/conform/score.c                     |  121 +++++
4330  tests/conform/script-parser.c             |  400 ++++++++++++++++
4331  tests/conform/shader-effect.c             |  272 +++++++++++
4332  tests/conform/state.c                     |   87 ++++
4333  tests/conform/test-actor-destroy.c        |  182 --------
4334  tests/conform/test-actor-graph.c          |  450 ------------------
4335  tests/conform/test-actor-invariants.c     |  377 ---------------
4336  tests/conform/test-actor-iter.c           |  129 ------
4337  tests/conform/test-actor-layout.c         |  296 ------------
4338  tests/conform/test-actor-size.c           |  211 ---------
4339  tests/conform/test-anchors.c              |  704 ----------------------------
4340  tests/conform/test-animator.c             |  200 --------
4341  tests/conform/test-behaviours.c           |   90 ----
4342  tests/conform/test-binding-pool.c         |  309 -------------
4343  tests/conform/test-cairo-texture.c        |  198 --------
4344  tests/conform/test-cally-text.c           |  338 --------------
4345  tests/conform/test-color.c                |  313 -------------
4346  tests/conform/test-group.c                |   57 ---
4347  tests/conform/test-model.c                |  526 ---------------------
4348  tests/conform/test-offscreen-redirect.c   |  348 --------------
4349  tests/conform/test-paint-opacity.c        |  142 ------
4350  tests/conform/test-path.c                 |  710 -----------------------------
4351  tests/conform/test-pick.c                 |  287 ------------
4352  tests/conform/test-rectangle.c            |   56 ---
4353  tests/conform/test-score.c                |  121 -----
4354  tests/conform/test-script-parser.c        |  400 ----------------
4355  tests/conform/test-shader-effect.c        |  272 -----------
4356  tests/conform/test-state.c                |   87 ----
4357  tests/conform/test-text-cache.c           |  297 ------------
4358  tests/conform/test-text.c                 |  504 --------------------
4359  tests/conform/test-texture-fbo.c          |  241 ----------
4360  tests/conform/test-texture.c              |   89 ----
4361  tests/conform/test-timeline-interpolate.c |  162 -------
4362  tests/conform/test-timeline-rewind.c      |   92 ----
4363  tests/conform/test-timeline.c             |  360 ---------------
4364  tests/conform/test-units.c                |  131 ------
4365  tests/conform/text-cache.c                |  297 ++++++++++++
4366  tests/conform/text.c                      |  504 ++++++++++++++++++++
4367  tests/conform/texture-fbo.c               |  241 ++++++++++
4368  tests/conform/texture.c                   |   89 ++++
4369  tests/conform/timeline-interpolate.c      |  162 +++++++
4370  tests/conform/timeline-rewind.c           |   92 ++++
4371  tests/conform/timeline.c                  |  360 +++++++++++++++
4372  tests/conform/units.c                     |  131 ++++++
4373  65 files changed, 8711 insertions(+), 8711 deletions(-)
4374
4375 commit d16f2ac3b545a6b853f5ab3190c6aad07b7b6b1a
4376 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4377 Date:   Mon Feb 27 12:54:23 2012 +0000
4378
4379     conform: Clean up test names
4380     
4381     Drop the 'test-' prefix: it's the conformance test suite, we know it's
4382     full of tests.
4383
4384  tests/conform/Makefile.am                  |   64 ++--
4385  tests/conform/test-animator.c              |   10 +-
4386  tests/conform/test-behaviours.c            |    2 +-
4387  tests/conform/test-binding-pool.c          |    4 +-
4388  tests/conform/test-cairo-texture.c         |  198 +++++++++++
4389  tests/conform/test-clutter-cairo-texture.c |  198 -----------
4390  tests/conform/test-clutter-rectangle.c     |   56 ----
4391  tests/conform/test-clutter-text.c          |  504 ----------------------------
4392  tests/conform/test-clutter-texture.c       |   89 -----
4393  tests/conform/test-clutter-units.c         |  131 --------
4394  tests/conform/test-color.c                 |   20 +-
4395  tests/conform/test-conform-main.c          |  107 +++---
4396  tests/conform/test-group.c                 |    4 +-
4397  tests/conform/test-model.c                 |   24 +-
4398  tests/conform/test-paint-opacity.c         |   12 +-
4399  tests/conform/test-rectangle.c             |   56 ++++
4400  tests/conform/test-score.c                 |    2 +-
4401  tests/conform/test-script-parser.c         |   28 +-
4402  tests/conform/test-state.c                 |    4 +-
4403  tests/conform/test-text.c                  |  504 ++++++++++++++++++++++++++++
4404  tests/conform/test-texture-fbo.c           |    4 +-
4405  tests/conform/test-texture.c               |   89 +++++
4406  tests/conform/test-timeline.c              |    6 +-
4407  tests/conform/test-units.c                 |  131 ++++++++
4408  24 files changed, 1122 insertions(+), 1125 deletions(-)
4409
4410 commit e4c948b1502707630f15cb4ef12c6b73f3298a34
4411 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4412 Date:   Mon Feb 27 11:59:57 2012 +0000
4413
4414     actor: Add a method for computing the default paint volume
4415     
4416     Now that ClutterActor has a default paint volume, subclasses may wish
4417     to retrieve it without chaining up to the parent's implementation of
4418     the get_paint_volume() function.
4419     
4420     The get_default_paint_volume() returns a ClutterPaintVolume pointer
4421     to the paint volume as computed by the default implementation of the
4422     get_paint_volume() virtual function; it can only be used immediately,
4423     as it's not guaranteed to survive across multiple frames.
4424
4425  clutter/clutter-actor.c                    |  125 +++++++++++++++++++++-------
4426  clutter/clutter-actor.h                    |    1 +
4427  clutter/clutter.symbols                    |    1 +
4428  doc/reference/clutter/clutter-sections.txt |    1 +
4429  4 files changed, 99 insertions(+), 29 deletions(-)
4430
4431 commit 6a09bf5b52c97668d280357b03720956f83ad79a
4432 Author: Emmanuele Bassi <ebassi@gnome.org>
4433 Date:   Mon Feb 13 22:40:19 2012 +0000
4434
4435     paint-volume: Add a union method for boxes
4436     
4437     Creating PaintVolume instances is not possible, and it's not recommended
4438     anyway. It is, though, necessary to union paint volumes, especially with
4439     2D boxes, in some cases.
4440     
4441     Clutter should provide a simple convenience function that allows
4442     unioning volumes to boxes in a moderately efficient way.
4443     
4444     https://bugzilla.gnome.org/show_bug.cgi?id=670021
4445
4446  clutter/clutter-paint-volume.c             |   36 ++++++++++++++++++++++++++++
4447  clutter/clutter-types.h                    |    2 ++
4448  clutter/clutter.symbols                    |    1 +
4449  doc/reference/clutter/clutter-sections.txt |    1 +
4450  4 files changed, 40 insertions(+)
4451
4452 commit 618e04e9ccb14c5a920b0d0974b539267d64a2b7
4453 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4454 Date:   Fri Feb 24 15:42:11 2012 +0000
4455
4456     cookbook/examples: Modernize the code
4457     
4458     Use new and non-deprecated methods.
4459
4460  doc/cookbook/examples/cb-button.c                      |    5 +++--
4461  doc/cookbook/examples/effects-basic.c                  |    7 +++----
4462  doc/cookbook/examples/events-pointer-motion-crossing.c |   11 ++++++-----
4463  doc/cookbook/examples/layouts-stacking.c               |   12 ++++++------
4464  4 files changed, 18 insertions(+), 17 deletions(-)
4465
4466 commit aadbc6df3ec63d65653c30089eb7bd79efcc3e99
4467 Author: Alexander Shopov <ash@kambanaria.org>
4468 Date:   Mon Feb 27 06:53:05 2012 +0200
4469
4470     Updated Bulgarian translation
4471
4472  po/bg.po |  600 +++++++++++++++++++++++++++++++-------------------------------
4473  1 file changed, 304 insertions(+), 296 deletions(-)
4474
4475 commit fe45b9c4a47cdfa023f6a20b0d9ac4278c3bb758
4476 Author: Daniel Korostil <ted.korostiled@gmail.com>
4477 Date:   Sun Feb 26 14:07:44 2012 +0200
4478
4479     Uploaded Ukranian
4480
4481  po/uk.po | 1924 ++++++++++++++++++++++++++++++++++----------------------------
4482  1 file changed, 1043 insertions(+), 881 deletions(-)
4483
4484 commit 8afe002fa96824314c921a00c692ed98e1767f06
4485 Author: Gheyret Kenji <gheyret@gmail.com>
4486 Date:   Sun Feb 26 11:12:37 2012 +0900
4487
4488     Uyghur translation
4489
4490  po/ug.po | 2343 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4491  1 file changed, 2343 insertions(+)
4492
4493 commit 59ba4f5eb0e3f9b43119fe59bd082671bb3c181b
4494 Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
4495 Date:   Sat Feb 25 22:33:41 2012 +0300
4496
4497     Updated Belarusian translation.
4498
4499  po/be.po |  600 +++++++++++++++++++++++++++++++-------------------------------
4500  1 file changed, 304 insertions(+), 296 deletions(-)
4501
4502 commit 0382bbbc9bfa56ae51bb16b4a12ca87904a1488c
4503 Author: Fran Diéguez <fran.dieguez@mabishu.com>
4504 Date:   Sat Feb 25 13:49:07 2012 +0100
4505
4506     Updated Galician translations
4507
4508  po/gl.po |  600 +++++++++++++++++++++++++++++++-------------------------------
4509  1 file changed, 304 insertions(+), 296 deletions(-)
4510
4511 commit 5a84952747d606e75f093a71b0f68c111ec54c47
4512 Author: Matej Urbančič <mateju@svn.gnome.org>
4513 Date:   Thu Feb 23 21:04:59 2012 +0100
4514
4515     Updated Slovenian translation
4516
4517  po/sl.po |  612 +++++++++++++++++++++++++++++++-------------------------------
4518  1 file changed, 310 insertions(+), 302 deletions(-)
4519
4520 commit 076d803bb23a7b9b55fea70f795f097f2bb32307
4521 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
4522 Date:   Thu Feb 23 20:54:23 2012 +0100
4523
4524     Updated Serbian translation
4525
4526  po/sr.po       |  517 +++++++++++++++++++++++++++++---------------------------
4527  po/sr@latin.po |  517 +++++++++++++++++++++++++++++---------------------------
4528  2 files changed, 528 insertions(+), 506 deletions(-)
4529
4530 commit f27e575ad43b98f393895f419898dcced6489b37
4531 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4532 Date:   Thu Feb 23 14:34:26 2012 +0000
4533
4534     build: Make abicheck.sh backend-aware
4535     
4536     It should be possible to adapt the abicheck.sh script so that it
4537     actually tests the ABI of libclutter-1.0.so taking into account
4538     the backends that were compiled into Clutter, and avoid expected
4539     failures if Clutter was not built with a specific backend.
4540     
4541     https://bugzilla.gnome.org/show_bug.cgi?id=670680
4542
4543  clutter/Makefile.am |    2 +-
4544  clutter/abicheck.sh |   25 +++++++++++++++++++------
4545  2 files changed, 20 insertions(+), 7 deletions(-)
4546
4547 commit 78b237b535b58332f41252679c03b91bdc5281d1
4548 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4549 Date:   Thu Feb 23 17:21:57 2012 +0000
4550
4551     Clean up the included headers
4552     
4553     Especially inside ClutterStage.
4554
4555  clutter/clutter-cairo-texture.c  |    1 +
4556  clutter/clutter-cairo-texture.h  |    1 -
4557  clutter/clutter-stage.h          |    6 +++---
4558  clutter/clutter-text.c           |    1 +
4559  clutter/clutter-texture.c        |    1 +
4560  clutter/deprecated/clutter-box.c |    1 +
4561  6 files changed, 7 insertions(+), 4 deletions(-)
4562
4563 commit 630282ac77070d43022c912061d15200aeb4ecea
4564 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4565 Date:   Thu Feb 23 17:01:40 2012 +0000
4566
4567     build: Fix the header order
4568     
4569     The "keep the list sorted" comment on the list of headers is there not
4570     for fun, or because I'm anal-retentive like that.
4571
4572  clutter/Makefile.am |    2 +-
4573  1 file changed, 1 insertion(+), 1 deletion(-)
4574
4575 commit a4a35b443f2e5462dbf6fceb92f20cff2dcebc5b
4576 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
4577 Date:   Thu Feb 23 14:00:35 2012 +0100
4578
4579     Updated Spanish translation
4580
4581  po/es.po |  490 ++++++++++++++++++++++++++++++++------------------------------
4582  1 file changed, 250 insertions(+), 240 deletions(-)
4583
4584 commit 8f0003f6f0a9dfa9eeb07dc84007824061a6f3a2
4585 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4586 Date:   Thu Feb 23 12:15:41 2012 +0000
4587
4588     Post-release version bump to 1.9.13
4589
4590  configure.ac |    2 +-
4591  1 file changed, 1 insertion(+), 1 deletion(-)
4592
4593 commit 12d74cebb95e0a2439a4b418dbf9807de7867b43
4594 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4595 Date:   Thu Feb 23 12:04:29 2012 +0000
4596
4597     Release Clutter 1.9.12 (snapshot)
4598
4599  NEWS         |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4600  configure.ac |    2 +-
4601  2 files changed, 71 insertions(+), 1 deletion(-)
4602
4603 commit 39a75436bf93ef5349449feb6e19c27b3088d9c9
4604 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4605 Date:   Thu Feb 23 12:01:11 2012 +0000
4606
4607     docs: Documentation fixes
4608
4609  clutter/clutter-actor-meta.h      |    6 +++++-
4610  clutter/clutter-actor.c           |    2 +-
4611  clutter/clutter-text-buffer.h     |   12 +++++++++---
4612  clutter/gdk/clutter-backend-gdk.c |   13 +++++++++++++
4613  4 files changed, 28 insertions(+), 5 deletions(-)
4614
4615 commit 2b35b2a0816155903a2fed663b0a456ee3e74241
4616 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4617 Date:   Thu Feb 23 11:54:41 2012 +0000
4618
4619     docs: Document ClutterTextBuffer structures
4620
4621  clutter/clutter-text-buffer.h |   29 ++++++++++++++++++++++++++---
4622  1 file changed, 26 insertions(+), 3 deletions(-)
4623
4624 commit 0099bbf7d98f3de32a653e5618112f89657c7c5c
4625 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4626 Date:   Thu Feb 23 11:50:43 2012 +0000
4627
4628     docs: Fix unused symbols
4629
4630  doc/reference/clutter/Makefile.am          |    2 ++
4631  doc/reference/clutter/clutter-sections.txt |    1 +
4632  2 files changed, 3 insertions(+)
4633
4634 commit 115f6ee008d2305b068fdd2fe9aa16a5e3468b5d
4635 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4636 Date:   Thu Feb 23 11:44:21 2012 +0000
4637
4638     build: Bump up Cogl dependency
4639     
4640     We use the latest stable snapshot.
4641
4642  configure.ac |    2 +-
4643  1 file changed, 1 insertion(+), 1 deletion(-)
4644
4645 commit cf435f9512d41139ddb3f6f7eb07bce24289d561
4646 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4647 Date:   Thu Feb 23 11:31:26 2012 +0000
4648
4649     Fix compiler warning
4650
4651  clutter/clutter-actor.c |    9 +++------
4652  1 file changed, 3 insertions(+), 6 deletions(-)
4653
4654 commit 6575f25e3258970f68ff4b3391e9c55843be1671
4655 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4656 Date:   Tue Feb 21 15:14:26 2012 +0000
4657
4658     docs: "Soft" deprecation of ClutterAlpha
4659     
4660     We cannot deprecate ClutterAlpha yet. We cannot also implement
4661     ClutterAlpha in terms of ClutterTimeline, because multiple Alpha
4662     instances can be attached to the same Timeline. So we can start
4663     with a "soft" deprecation: just a warning in the documentation
4664     stating that ClutterAlpha will be deprecated, and removed, in the
4665     future, and that newly-written code should use ClutterTimeline
4666     instead.
4667
4668  clutter/clutter-alpha.c |    6 ++++++
4669  1 file changed, 6 insertions(+)
4670
4671 commit e5f410d4dfd86e3b67896b8961cfdc690c04c2c2
4672 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4673 Date:   Tue Feb 21 12:34:57 2012 +0000
4674
4675     Fix the progress function scope annotation
4676
4677  clutter/clutter-timeline.c |    2 +-
4678  1 file changed, 1 insertion(+), 1 deletion(-)
4679
4680 commit f98bb306337f8577f820b1c1e1e28f0e5bf4755d
4681 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4682 Date:   Mon Oct 10 11:25:40 2011 +0100
4683
4684     animation: Deprecate Alpha usage
4685     
4686     We can use ClutterTimeline and its progress mode inside
4687     ClutterAnimation; obviously, we have to maintain the invariants because
4688     of the ClutterAnimation:alpha property, but if all you set is the :mode
4689     property using one of the Clutter animation modes then we can skip the
4690     ClutterAlpha entirely.
4691
4692  clutter/clutter-animation.c |  322 +++++++++++++++++++++++++------------------
4693  clutter/clutter-animation.h |   30 ++--
4694  2 files changed, 208 insertions(+), 144 deletions(-)
4695
4696 commit 7ec975ed3d60c8861dc0a89e873ed928628f5270
4697 Author: Emmanuele Bassi <ebassi@gnome.org>
4698 Date:   Fri Feb 17 16:06:28 2012 +0000
4699
4700     timeline: Add progress functions
4701     
4702     The whole progress computation should not be done using a separate
4703     class: it should be part of the Timeline class.
4704
4705  clutter/clutter-timeline.c                 |  249 ++++++++++++++++++++++++++--
4706  clutter/clutter-timeline.h                 |   29 +++-
4707  clutter/clutter.symbols                    |    3 +
4708  doc/reference/clutter/clutter-sections.txt |    3 +
4709  4 files changed, 270 insertions(+), 14 deletions(-)
4710
4711 commit 59bd20a94b1644887117e4b96e446567def32a0f
4712 Author: Emmanuele Bassi <ebassi@gnome.org>
4713 Date:   Tue Jul 12 12:32:18 2011 +0100
4714
4715     Move the easing functions to their own file
4716     
4717     Instead of having the easing functions be dependent of ClutterAlpha, and
4718     static to the clutter-alpha.c source file, we should make them generic
4719     and move them to their own internal header and source files. This will
4720     allow to re-use them in the near future.
4721
4722  clutter/Makefile.am      |    2 +
4723  clutter/clutter-alpha.c  |  586 ++++++----------------------------------------
4724  clutter/clutter-easing.c |  380 ++++++++++++++++++++++++++++++
4725  clutter/clutter-easing.h |  115 +++++++++
4726  4 files changed, 575 insertions(+), 508 deletions(-)
4727
4728 commit 1e3debbd9e125d4e318ba91ff1f80131ed18bdfd
4729 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4730 Date:   Tue Feb 21 11:08:43 2012 +0000
4731
4732     drag-action: Use the motion event when passing the drag threshold
4733     
4734     This avoids a critical warning, but it also makes the dragging more
4735     fluid in case of threshold crossing.
4736     
4737     https://bugzilla.gnome.org/show_bug.cgi?id=670402
4738
4739  clutter/clutter-drag-action.c |    2 +-
4740  1 file changed, 1 insertion(+), 1 deletion(-)
4741
4742 commit a8e631543e6e34b40b4a7ae1e345a80db23e6b4d
4743 Author: Robert Bragg <robert@linux.intel.com>
4744 Date:   Tue Feb 21 15:55:51 2012 +0000
4745
4746     Reduce our internal dependence on the Cogl 1.x api
4747     
4748     Since Cogl has started restricting what cogl 1.x api is exposed when
4749     COGL_ENABLE_EXPERIMENTAL_2_0_API is defined and since we build all
4750     Clutter internals with COGL_ENABLE_EXPERIMENTAL_2_0_API defined this
4751     patch makes a first pass at reducing our internal use of the Cogl 1.x
4752     api.
4753     
4754     The most notable api that's no longer exposed to us internally is
4755     the cogl_material_ api so this switches all Clutter internals to use the
4756     cogl_pipeline_ api instead. This patch also makes quite a bit of
4757     progress removing internal uses of CoglHandle although there is still
4758     more to go.
4759
4760  clutter/Makefile.am                      |    1 +
4761  clutter/clutter-cogl-compat.h            |   52 ++++++
4762  clutter/clutter-offscreen-effect.c       |   24 +--
4763  clutter/clutter-offscreen-effect.h       |    1 +
4764  clutter/clutter-path.c                   |   13 +-
4765  clutter/clutter-shader-effect.c          |   10 +-
4766  clutter/clutter-stage-window.h           |   12 ++
4767  clutter/clutter-texture.c                |  277 +++++++++++++++++-------------
4768  clutter/deprecated/clutter-fixed.c       |    4 +
4769  clutter/deprecated/clutter-shader.c      |    4 +
4770  clutter/x11/clutter-x11-texture-pixmap.c |   21 +--
4771  tests/conform/test-cogl-materials.c      |    8 +
4772  12 files changed, 270 insertions(+), 157 deletions(-)
4773
4774 commit eff95eba4a2e15124eb38a3d1984c6725efcbe4d
4775 Author: Robert Bragg <robert@linux.intel.com>
4776 Date:   Tue Feb 21 14:23:44 2012 +0000
4777
4778     Pass context to cogl_texture_pixmap_x11_new() api
4779     
4780     The experimental cogl_texture_pixmap_x11_new() api was recently changed
4781     to take an explicit context argument and return a GError on failures.
4782     This updates Clutter's use of the api accordingly.
4783
4784  clutter/x11/clutter-x11-texture-pixmap.c     |   26 ++++++++++++++++++++------
4785  tests/conform/test-cogl-texture-pixmap-x11.c |    7 ++++++-
4786  2 files changed, 26 insertions(+), 7 deletions(-)
4787
4788 commit 66cc330c0b4db8de6c819926318744c7f83e1b15
4789 Author: Robert Bragg <robert@linux.intel.com>
4790 Date:   Tue Feb 21 14:01:22 2012 +0000
4791
4792     Loosen the guard around clutter_backend_get_cogl_context
4793     
4794     We were only exposing clutter_backend_get_cogl_context() if
4795     COGL_ENABLE_EXPERIMENTAL_2_0_API had been defined but the CoglContext
4796     api is also available if COGL_ENABLE_EXPERIMENTAL_API has been defined.
4797     
4798     As it was it meant that code opting into the experimental Cogl api
4799     but not limiting to the 2.0 only api would have to #define
4800     COGL_ENABLE_EXPERIMENTAL_2_0_API before including clutter.h but make
4801     sure it wasn't defined when including cogl.h which was particularly
4802     awkward.
4803
4804  clutter/clutter-backend.h |    2 +-
4805  1 file changed, 1 insertion(+), 1 deletion(-)
4806
4807 commit 671ead6681db8e23708396dd8707ece82aaa4326
4808 Author: Robert Bragg <robert@linux.intel.com>
4809 Date:   Tue Feb 21 13:37:55 2012 +0000
4810
4811     Rename cogl_framebuffer_swap_* apis to cogl_onscreen_swap_*
4812     
4813     Recently the cogl_framebuffer_swap_* apis were moved into the
4814     cogl_onscreen_* namespace since only CoglOnscreen framebuffers can be
4815     double buffered. This renames all uses of the cogl_framebuffer_swap_*
4816     apis in Clutter.
4817
4818  clutter/cogl/clutter-stage-cogl.c   |   27 +++++++++++++--------------
4819  clutter/win32/clutter-stage-win32.c |    2 +-
4820  2 files changed, 14 insertions(+), 15 deletions(-)
4821
4822 commit fbf94310fc175491090076de887d4bcc02a772ee
4823 Author: Robert Bragg <robert@linux.intel.com>
4824 Date:   Tue Feb 21 13:22:17 2012 +0000
4825
4826     Pass a CoglContext when calling cogl_pipeline_new
4827     
4828     The experimental cogl_pipeline_new() api was recently changed so it
4829     explicitly takes a CoglContext. This updates all calls to
4830     cogl_pipeline_new() in clutter accordingly.
4831
4832  clutter/clutter-actor.c                   |    6 ++++-
4833  clutter/clutter-blur-effect.c             |    6 ++++-
4834  clutter/clutter-colorize-effect.c         |    6 ++++-
4835  clutter/clutter-deform-effect.c           |   41 ++++++++++++++++-------------
4836  clutter/clutter-desaturate-effect.c       |    6 ++++-
4837  clutter/clutter-offscreen-effect.c        |   29 +++++++++++---------
4838  clutter/cogl/clutter-stage-cogl.c         |   10 ++++---
4839  clutter/wayland/clutter-wayland-surface.c |    4 ++-
4840  8 files changed, 69 insertions(+), 39 deletions(-)
4841
4842 commit 89518071f10ac937b739810c5165225d5644d3c2
4843 Author: Fran Diéguez <fran.dieguez@mabishu.com>
4844 Date:   Tue Feb 21 11:38:18 2012 +0100
4845
4846     Updated Galician translations
4847
4848  po/gl.po |  544 +++++++++++++++++++++++++++++++-------------------------------
4849  1 file changed, 276 insertions(+), 268 deletions(-)
4850
4851 commit fd334e652bb42a0e23ad56bb858148c219ca2200
4852 Author: Alexander Shopov <ash@kambanaria.org>
4853 Date:   Tue Feb 21 10:22:48 2012 +0200
4854
4855     Updated Bulgarian translation
4856
4857  po/bg.po |  800 +++++++++++++++++++++++++++++++++++---------------------------
4858  1 file changed, 456 insertions(+), 344 deletions(-)
4859
4860 commit b5369e1e401007cf61d46369956ad71b55001aca
4861 Author: Kenneth Nielsen <k.nielsen81@gmail.com>
4862 Date:   Mon Feb 20 22:55:26 2012 +0100
4863
4864     Updated Danish translation
4865
4866  po/da.po | 1529 ++++++++++++++++++++++++++++++++++----------------------------
4867  1 file changed, 844 insertions(+), 685 deletions(-)
4868
4869 commit c0e685cd871c31deabf9826246b77ff6efa8e0bc
4870 Author: Kasia Bondarava <kasia.bondarava@gmail.com>
4871 Date:   Sat Feb 18 00:04:55 2012 +0200
4872
4873     Updated Belarusian translation
4874
4875  po/be.po | 2368 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4876  1 file changed, 2368 insertions(+)
4877
4878 commit 4e345f6edc82a1254124ad56298e9c438bd4d05d
4879 Author: Stefano Facchini <stefano.facchini@gmail.com>
4880 Date:   Sun Feb 19 17:56:12 2012 +0100
4881
4882     clutter-drop-action: annotation fixes for some signals
4883     
4884     https://bugzilla.gnome.org/show_bug.cgi?id=670433
4885
4886  clutter/clutter-drop-action.c |    4 ++++
4887  1 file changed, 4 insertions(+)
4888
4889 commit 2cee6a8efacd4753874c88488435b3a8d1708ff7
4890 Author: Aurimas Černius <aurisc4@gmail.com>
4891 Date:   Sat Feb 18 00:04:55 2012 +0200
4892
4893     Updated Lithuanian translation
4894
4895  po/lt.po | 1568 ++++++++++++++++++++++++++++++++++----------------------------
4896  1 file changed, 872 insertions(+), 696 deletions(-)
4897
4898 commit 958fbf5f66026f38bf2292765b6dbc629d2da42b
4899 Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
4900 Date:   Wed Feb 15 20:56:43 2012 +0100
4901
4902     Updated Slovenian translation
4903
4904  po/sl.po |  545 ++++++++++++++++++++++++++++++++------------------------------
4905  1 file changed, 277 insertions(+), 268 deletions(-)
4906
4907 commit 493461e7989fc036b13cf44580c316b42b0c53a6
4908 Author: Alejandro Piñeiro <apinheiro@igalia.com>
4909 Date:   Wed Feb 15 19:09:04 2012 +0100
4910
4911     a11y: remove Container explanation
4912     
4913     That explanation is outdated after the last changes on clutter
4914
4915  clutter/cally/cally-actor.c |   34 ----------------------------------
4916  1 file changed, 34 deletions(-)
4917
4918 commit c1d43b70c51744dabccfa9040c71a2ea517513aa
4919 Author: Alejandro Piñeiro <apinheiro@igalia.com>
4920 Date:   Thu Feb 9 12:32:44 2012 +0100
4921
4922     a11y: proper ATK role for ClutterStage
4923     
4924     ATK_ROLE_CANVAS is not a suitable role, as the user (in general) can't
4925     draw on the Stage. CallyStage implements AtkWindow, so the proper role
4926     is ATK_ROLE_WINDOW
4927
4928  clutter/cally/cally-stage.c |    2 +-
4929  1 file changed, 1 insertion(+), 1 deletion(-)
4930
4931 commit cc126f55eb948a528211bc1649cd20bc7a7c0ed7
4932 Author: Alejandro Piñeiro <apinheiro@igalia.com>
4933 Date:   Wed Feb 8 18:46:11 2012 +0100
4934
4935     a11y: redoing focus stuff
4936     
4937     Removing atkcomponent, focus_tracker, etc. Emitting focus state change
4938     from the stage. Now things are more simple, and stop to use some
4939     of the soon-to-be-deprecated signals on ATK.
4940
4941  clutter/cally/cally-actor.c |  114 +++----------------------------------------
4942  clutter/cally/cally-actor.h |   17 +++----
4943  clutter/cally/cally-stage.c |   47 ++++++++++++++++++
4944  3 files changed, 61 insertions(+), 117 deletions(-)
4945
4946 commit 5b4d29bc4af6a92eb3ad700ec150c5764be1115f
4947 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4948 Date:   Wed Feb 15 17:43:31 2012 +0000
4949
4950     docs: Note when new ClutterBindCoordinate values were added
4951     
4952     The shorthands for position and size were added in 1.6.
4953
4954  clutter/clutter-enums.h |    7 ++++---
4955  1 file changed, 4 insertions(+), 3 deletions(-)
4956
4957 commit f97ffe544fb148c5acd2bb60ac38784de76b469b
4958 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4959 Date:   Wed Feb 15 15:58:36 2012 +0000
4960
4961     interactive/layout: Update to modern API
4962     
4963     No need to override Container. Actually, no need to use the Container
4964     API at all. This also removes a bunch of leaks.
4965
4966  tests/interactive/test-layout.c |  216 +++++++--------------------------------
4967  1 file changed, 35 insertions(+), 181 deletions(-)
4968
4969 commit 851d2a42c4e840f01d67e6fb8400835e3bb28c37
4970 Author: Adel Gadllah <adel.gadllah@gmail.com>
4971 Date:   Wed Feb 15 17:54:45 2012 +0100
4972
4973     ClutterBindConstraint: Add CLUTTER_BIND_ALL coordinate
4974     
4975     Add a CLUTTER_BIND_ALL that binds both size and position.
4976
4977  clutter/clutter-bind-constraint.c |    7 +++++++
4978  clutter/clutter-enums.h           |    6 ++++--
4979  2 files changed, 11 insertions(+), 2 deletions(-)
4980
4981 commit b8e5603a8585f6a4429263e6110a94132a7ad93d
4982 Author: Emmanuele Bassi <ebassi@linux.intel.com>
4983 Date:   Wed Feb 15 14:20:59 2012 +0000
4984
4985     x11/stage: Allow setting fullscreen hint before realize
4986     
4987     It should be possible to do:
4988     
4989       clutter_stage_set_fullscreen (stage, TRUE);
4990       clutter_actor_show (stage);
4991     
4992     and have the stage be full screen as soon as it is shown.
4993     
4994     Currently, we need to call clutter_actor_realize() prior to calling
4995     set_fullscreen(), otherwise the backing X window will not be set,
4996     and ClutterStageX11 will silently discard the change.
4997     
4998     If set_fullscreen() was called prior to realization, ClutterStageX11
4999     should delay setting the fullscreen hint until the realize() chain
5000     has been successfully executed.
5001     
5002     http://bugzilla.clutter-project.org/show_bug.cgi?id=2515
5003
5004  clutter/x11/clutter-stage-x11.c |  205 +++++++++++++++++++++------------------
5005  clutter/x11/clutter-stage-x11.h |   11 ++-
5006  2 files changed, 114 insertions(+), 102 deletions(-)
5007
5008 commit c62b69bb14b12617179e81987835099bdffd2ffc
5009 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5010 Date:   Wed Feb 15 13:43:15 2012 +0000
5011
5012     conform/invariants: Clean up
5013     
5014     Use modern API, and add a minimal check that hiding an actor will cause
5015     it to unmap.
5016
5017  tests/conform/test-actor-invariants.c |  158 ++++++++++++++++++++-------------
5018  tests/conform/test-conform-main.c     |   18 ++--
5019  2 files changed, 103 insertions(+), 73 deletions(-)
5020
5021 commit ffc526044845e34c1e1210f63478342815621fbd
5022 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
5023 Date:   Wed Feb 15 12:59:01 2012 +0100
5024
5025     Updated Spanish translation
5026
5027  po/es.po |  538 +++++++++++++++++++++++++++++++-------------------------------
5028  1 file changed, 270 insertions(+), 268 deletions(-)
5029
5030 commit d31bd6fe927dc5fd8a9c48695efc88d3e8ddabb5
5031 Author: Lionel Landwerlin <llandwerlin@gmail.com>
5032 Date:   Tue Jan 24 12:45:52 2012 +0000
5033
5034     x11: adjust size to minimal size when realizing
5035     
5036     If you execute the following sequence :
5037     
5038     stage = clutter_stage_new ();
5039     clutter_actor_set_size (stage, 1280, 800);
5040     clutter_actor_realize (stage);
5041     
5042     Then you end up creating an onscreen buffer of size 1280x800 but
5043     ClutterStageX11 storing the stage size at 640x480.
5044     
5045     This patch resync the 2 implementation by using the ClutterStage's
5046     size in both classes when realizing.
5047     
5048     Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
5049     
5050     https://bugzilla.gnome.org/show_bug.cgi?id=667540
5051
5052  clutter/x11/clutter-stage-x11.c |    6 +++++-
5053  1 file changed, 5 insertions(+), 1 deletion(-)
5054
5055 commit b1ff53d98017089667e29135c49bf451446a4f74
5056 Author: Emmanuele Bassi <ebassi@gnome.org>
5057 Date:   Wed Feb 15 09:30:18 2012 +0000
5058
5059     effects: Delay the creation of the base pipeline
5060     
5061     Unconditionally creating CoglPipeline and CoglSnippets inside the class
5062     initialization functions does not seem to be enough when dealing with
5063     headless builds.
5064     
5065     Our last resort is to lazily create the base pipeline the first time we
5066     try to copy it, during the instance initialization.
5067
5068  clutter/clutter-blur-effect.c       |   37 +++++++++++++++++---------------
5069  clutter/clutter-colorize-effect.c   |   40 +++++++++++++++++------------------
5070  clutter/clutter-desaturate-effect.c |   39 +++++++++++++++++-----------------
5071  3 files changed, 60 insertions(+), 56 deletions(-)
5072
5073 commit d81ae9dd650f0a780cbd0ccedfe38d3150e2ac22
5074 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
5075 Date:   Wed Feb 15 10:17:45 2012 +0100
5076
5077     Updated Serbian translation
5078
5079  po/sr.po       |  529 +++++++++++++++++++++++++++-----------------------------
5080  po/sr@latin.po |  529 +++++++++++++++++++++++++++-----------------------------
5081  2 files changed, 512 insertions(+), 546 deletions(-)
5082
5083 commit 84632d9c1d54d6902bee42bb9a1aa9f4bf773a90
5084 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5085 Date:   Tue Feb 14 15:43:38 2012 -0500
5086
5087     actor: Correct get_paint_volume for an actor with no children and no clip
5088     
5089     We do not need to repaint the entire stage if an actor has no children
5090     and no clip.
5091
5092  clutter/clutter-actor.c |   23 +++++++++++++++++++----
5093  1 file changed, 19 insertions(+), 4 deletions(-)
5094
5095 commit 114250e329b71cbcdd46ff8788afb87c5ea70c6d
5096 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5097 Date:   Tue Feb 14 16:17:07 2012 -0500
5098
5099     clutter.symbols: Fix up symbols
5100
5101  clutter/clutter.symbols |    1 +
5102  1 file changed, 1 insertion(+)
5103
5104 commit c1a57e537b07e0036cec491044d92b5becdbc4b8
5105 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5106 Date:   Tue Feb 14 17:14:25 2012 +0000
5107
5108     Do not check for features inside class initialization
5109     
5110     The class initialization function may be called when Clutter hasn't been
5111     fully initialized — for instance, when scanning the source with gtk-doc
5112     or with the introspection scanner.
5113
5114  clutter/clutter-blur-effect.c       |   19 +++++++------------
5115  clutter/clutter-colorize-effect.c   |   16 ++++++----------
5116  clutter/clutter-desaturate-effect.c |   16 ++++++----------
5117  3 files changed, 19 insertions(+), 32 deletions(-)
5118
5119 commit 553f446315f6d6122fd75277e4fde1d9526532f5
5120 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5121 Date:   Tue Feb 14 16:50:52 2012 +0000
5122
5123     interactive/actor: Add more animations
5124     
5125     Rotation along the Y axis and depth change.
5126
5127  tests/interactive/test-actor.c |   74 ++++++++++++++++++++++++++++++++++++----
5128  1 file changed, 68 insertions(+), 6 deletions(-)
5129
5130 commit c44ffb02f52682080f73e827ecaf06d520f8125d
5131 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5132 Date:   Tue Feb 14 15:48:15 2012 +0000
5133
5134     interactive/actor: Use a BoxLayout
5135     
5136     As it was intended.
5137
5138  tests/interactive/test-actor.c |    2 +-
5139  1 file changed, 1 insertion(+), 1 deletion(-)
5140
5141 commit f854619bc976775af7c2a7ab7d52cec7cc0c490c
5142 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5143 Date:   Tue Feb 14 15:39:15 2012 +0000
5144
5145     box-layout: Fix allocation brain farts
5146     
5147     The allocation code for BoxLayout contains a sequence of brain farts
5148     that make it barely working since the synchronization of the layout
5149     algorithm to the one in GtkBox.
5150     
5151     The origin of the layout is inverted, and it doesn't take into
5152     consideration a modified allocation origin (for actors the provide
5153     padding or margin).
5154     
5155     The pack-start property is broken, and it only works because we walk the
5156     children list backwards; this horribly breaks when a child changes
5157     visibility. Plus, we count invisible children, which leads to
5158     allocations getting insane origins (either close to -MAX_FLOAT or
5159     MAX_FLOAT).
5160     
5161     Finally, the allocation is applied twice even for non-animated cases.
5162     
5163     https://bugzilla.gnome.org/show_bug.cgi?id=669291
5164
5165  clutter/clutter-box-layout.c |   67 ++++++++++++++++++++++++------------------
5166  1 file changed, 39 insertions(+), 28 deletions(-)
5167
5168 commit dbd603c5046254b555293b376dfbb59f80521311
5169 Author: Alejandro Piñeiro <apinheiro@igalia.com>
5170 Date:   Tue Feb 14 16:37:51 2012 +0100
5171
5172     ClutterStage: notify "key-focus" change on clutter_stage_emit_key_focus_event
5173
5174  clutter/clutter-stage.c |    2 ++
5175  1 file changed, 2 insertions(+)
5176
5177 commit 0f5ddb6d6c05e08f1c5c74f2ac867f2f6ec30077
5178 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5179 Date:   Mon Feb 13 22:40:15 2012 -0500
5180
5181     actor: Add freeze/thaw when changing the first/last child
5182     
5183     This should improve performance when adding/removing lots
5184     of children.
5185
5186  clutter/clutter-actor.c |   16 ++++++++++++++++
5187  1 file changed, 16 insertions(+)
5188
5189 commit cf735b54df4bce53cac6e3ae9d41f4c88037f3a7
5190 Author: Rob Bradford <rob@linux.intel.com>
5191 Date:   Fri Feb 10 16:46:45 2012 +0000
5192
5193     wayland: Add accessor API to permit access to underlying Wayland structures
5194     
5195     * clutter_wayland_input_device_get_wl_input_device for the input device
5196     * clutter_wayland_stage_get_wl_surface for the Wayland surface
5197     * clutter_wayland_stage_get_wl_shell_surface for the shell surface
5198
5199  clutter/Makefile.am                            |    4 ++
5200  clutter/wayland/clutter-input-device-wayland.c |   29 ++++++++++++
5201  clutter/wayland/clutter-stage-wayland.c        |   58 ++++++++++++++++++++++++
5202  clutter/wayland/clutter-wayland.h              |   48 ++++++++++++++++++++
5203  4 files changed, 139 insertions(+)
5204
5205 commit 84362a8257e0ce06fecf7b23c1adb6f15f4649c9
5206 Author: Rob Bradford <rob@linux.intel.com>
5207 Date:   Fri Feb 10 16:44:32 2012 +0000
5208
5209     build: Install a clutter-wayland pkg-config file
5210
5211  clutter/Makefile.am |    5 +++++
5212  1 file changed, 5 insertions(+)
5213
5214 commit 3218cd686580d0c0e15d4ef88199e6f90e6e23b1
5215 Author: Neil Roberts <neil@linux.intel.com>
5216 Date:   Mon Nov 28 13:46:30 2011 +0000
5217
5218     Convert all of the internal shader-based effects to use snippets
5219     
5220     This converts the blur, colorize and desaturate effects to use
5221     snippets instead of CoglPrograms. Cogl can handle the snippets much
5222     more efficiently than programs so this should be a performance win. It
5223     also fixes the problem that Cogl would end up recompiling the program
5224     for every instance of the effects because Clutter was not reusing the
5225     same program.
5226     
5227     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5228
5229  clutter/clutter-blur-effect.c       |  197 +++++++++++++++--------------------
5230  clutter/clutter-colorize-effect.c   |  178 ++++++++++++++++---------------
5231  clutter/clutter-desaturate-effect.c |  175 ++++++++++++++++---------------
5232  3 files changed, 260 insertions(+), 290 deletions(-)
5233
5234 commit b4887c3699e70a221b4e3b68ff2996d8c541f714
5235 Author: Neil Roberts <neil@linux.intel.com>
5236 Date:   Mon Feb 13 15:11:44 2012 +0000
5237
5238     blur-effect: Use the texture size to work out the x/y step
5239     
5240     The blur effect needs to pass a uniform to the GLSL shader so that it
5241     can know the texture coordinate offset from one texel to another. To
5242     calculate this the blur effect was previously using the allocation
5243     size of the actor rounded up to the next power of two. Presumably the
5244     assumption was that Cogl would round up the size of the texture to the
5245     next power of two when allocating the texture. However this is not be
5246     true if the driver supports NPOT textures. Also it doesn't take into
5247     account the paint volume of the actor which may cause the texture to
5248     be a completely different size. This patch just changes to directly
5249     use the size of the texture.
5250     
5251     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5252
5253  clutter/clutter-blur-effect.c |   41 +++++++++++++++--------------------------
5254  1 file changed, 15 insertions(+), 26 deletions(-)
5255
5256 commit 041ac40056f8f2e882b37ce51c9c0baed18e1f83
5257 Author: Neil Roberts <neil@linux.intel.com>
5258 Date:   Mon Nov 28 11:53:54 2011 +0000
5259
5260     offscreen-effect: Add clutter_offscreen_effect_get_texture
5261     
5262     Sometimes a subclass of ClutterOffscreenEffect wants to paint with a
5263     completely custom material. In that case it is awkward to modify the
5264     material returned owned by ClutterOffscreenEffect so it makes more
5265     sense to just get the texture and manage its own material.
5266     
5267     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5268
5269  clutter/clutter-offscreen-effect.c         |   88 ++++++++++++++++++----------
5270  clutter/clutter-offscreen-effect.h         |    2 +
5271  doc/reference/clutter/clutter-sections.txt |    1 +
5272  3 files changed, 61 insertions(+), 30 deletions(-)
5273
5274 commit 0f04a1cd11500c943b41351ea603331f0bc6d746
5275 Author: Neil Roberts <neil@linux.intel.com>
5276 Date:   Fri Feb 10 10:46:25 2012 +0000
5277
5278     tests: Remove conformance tests that have been ported to Cogl
5279     
5280     A lot of the conformance tests that were just testing Cogl
5281     functionality have been ported to be standalone Cogl tests in the Cogl
5282     source tree. This patch removes those from Clutter so we don't have to
5283     maintain them in two places.
5284     
5285     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5286
5287  tests/conform/Makefile.am                      |   11 -
5288  tests/conform/test-cogl-backface-culling.c     |  340 -------------------
5289  tests/conform/test-cogl-blend-strings.c        |  433 ------------------------
5290  tests/conform/test-cogl-depth-test.c           |  336 ------------------
5291  tests/conform/test-cogl-just-vertex-shader.c   |  138 --------
5292  tests/conform/test-cogl-offscreen.c            |  163 ---------
5293  tests/conform/test-cogl-path.c                 |  235 -------------
5294  tests/conform/test-cogl-pipeline-user-matrix.c |  146 --------
5295  tests/conform/test-cogl-primitive.c            |  245 --------------
5296  tests/conform/test-cogl-sub-texture.c          |  368 --------------------
5297  tests/conform/test-cogl-texture-3d.c           |  230 -------------
5298  tests/conform/test-cogl-wrap-modes.c           |  319 -----------------
5299  tests/conform/test-conform-main.c              |   13 -
5300  13 files changed, 2977 deletions(-)
5301
5302 commit 0e542aa30615353e4279e5ee3ef6430872584c4e
5303 Author: Neil Roberts <neil@linux.intel.com>
5304 Date:   Thu Feb 9 17:22:24 2012 +0000
5305
5306     clutter-texture: Don't create a dummy texture
5307     
5308     All of the pipelines used for ClutterTexture actors share a common
5309     pipeline ancestor created with cogl_pipeline_copy. Previously this
5310     ancestor had a dummy 1x1 texture attached to it so that it would end
5311     up with the same state as the child pipelines that will render with a
5312     texture. Cogl now has a mechanism to specify that a texture will be
5313     used with a pipeline layer without having to create an actual texture.
5314     This patch makes it use that to avoid having an unused texture.
5315     
5316     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5317
5318  clutter/clutter-texture.c |   11 +++++------
5319  1 file changed, 5 insertions(+), 6 deletions(-)
5320
5321 commit f861c788c9c9df4d5eaa62639c2cbde743b8118c
5322 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5323 Date:   Tue Feb 14 09:52:14 2012 +0800
5324
5325     Update VS property sheets
5326     
5327     "Install" the "new" deprecated/clutter-timeline.h header
5328
5329  build/win32/vs10/clutter.props  |    2 ++
5330  build/win32/vs9/clutter.vsprops |    1 +
5331  2 files changed, 3 insertions(+)
5332
5333 commit e3151228958e66fc8a0271c6cffd26234aa9ab69
5334 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5335 Date:   Mon Feb 13 17:12:41 2012 -0500
5336
5337     actor: Allow insert_child_at_index to add a child at the end with an index
5338     
5339     If we have N children and the user passes N (or a number beyond N) to
5340     clutter_actor_insert_child_at_index, we should respond by adding the
5341     child at the end, not silently doing nothing.
5342
5343  clutter/clutter-actor.c |    5 +++--
5344  1 file changed, 3 insertions(+), 2 deletions(-)
5345
5346 commit bbb7da03ac56a600b72dd81708db3f2af2113887
5347 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5348 Date:   Mon Feb 13 18:19:48 2012 +0000
5349
5350     Add a note on the paint volume origin
5351     
5352     This should avoid trying to fix the origin of a paint volume set from
5353     the allocation's origin, and thus breaking everything.
5354     
5355     A PaintVolume for an actor is defined to be relative to the actor's
5356     modelview unless specifically modified by internal functions; the origin
5357     of an actor's allocation is, on the other hand, parent-relative.
5358
5359  clutter/clutter-actor.c        |    5 ++++-
5360  clutter/clutter-paint-volume.c |    8 ++++++--
5361  clutter/clutter-types.h        |    5 ++++-
5362  3 files changed, 14 insertions(+), 4 deletions(-)
5363
5364 commit 8512dd2336f6583e52cbc46d0133ab47dd75b30a
5365 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5366 Date:   Mon Feb 13 12:43:08 2012 -0500
5367
5368     actor: Only care about a child's paint volume when clip_to_allocation isn't set
5369     
5370     If we're clipping to the allocation, then the child can paint wherever it
5371     wants, and we don't care. The paint volume is the allocation here.
5372
5373  clutter/clutter-actor.c |   67 +++++++++++++++++++++++++----------------------
5374  1 file changed, 35 insertions(+), 32 deletions(-)
5375
5376 commit b5aa666dcd853b063c44f279e41b73e2f792e1aa
5377 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5378 Date:   Mon Feb 13 17:56:12 2012 +0000
5379
5380     actor: Remove stray cogl_object_unref()
5381     
5382     The outline primitive is static, so unref'ing it makes Clutter crash.
5383
5384  clutter/clutter-actor.c |    1 -
5385  1 file changed, 1 deletion(-)
5386
5387 commit 3996ae4348e4545c36a14f2aa6d57bb68c2023b9
5388 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5389 Date:   Mon Feb 13 17:26:37 2012 +0000
5390
5391     actor: Add destroy_all_children()
5392     
5393     There are times when we don't want to remove all children and count of
5394     the reference count to drop to 0 to ensure destruction; there are cases,
5395     such as managed environments, where it's preferable to ensure that the
5396     children of an actor get actually destroyed.
5397
5398  clutter/clutter-actor.c                    |   51 ++++++++++++++++++++++++++++
5399  clutter/clutter-actor.h                    |    1 +
5400  clutter/clutter.symbols                    |    1 +
5401  doc/reference/clutter/clutter-sections.txt |    4 ++-
5402  4 files changed, 56 insertions(+), 1 deletion(-)
5403
5404 commit 83119966a4216813cb8b641fd827b07be6bc7bfd
5405 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5406 Date:   Mon Feb 13 16:58:30 2012 +0000
5407
5408     interactive/depth: Drop deprecated API
5409
5410  tests/interactive/test-depth.c |   26 ++++++++++++++------------
5411  1 file changed, 14 insertions(+), 12 deletions(-)
5412
5413 commit 5b17b4e41bf861ceb35ca887293db23ae13fe9a2
5414 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5415 Date:   Mon Feb 13 16:47:17 2012 +0000
5416
5417     interactive/*: Update the API usage
5418     
5419     Drop some deprecated methods.
5420
5421  tests/interactive/test-actor-clone.c     |    4 ++--
5422  tests/interactive/test-actors.c          |    4 ++--
5423  tests/interactive/test-animation.c       |    2 +-
5424  tests/interactive/test-behave.c          |    4 ++--
5425  tests/interactive/test-bin-layout.c      |    2 +-
5426  tests/interactive/test-cairo-clock.c     |    2 +-
5427  tests/interactive/test-cairo-flowers.c   |    4 ++--
5428  tests/interactive/test-depth.c           |    2 +-
5429  tests/interactive/test-devices.c         |    2 +-
5430  tests/interactive/test-easing.c          |    2 +-
5431  tests/interactive/test-fbo.c             |    4 +---
5432  tests/interactive/test-flow-layout.c     |    2 +-
5433  tests/interactive/test-layout.c          |    2 +-
5434  tests/interactive/test-multistage.c      |    6 +++---
5435  tests/interactive/test-paint-wrapper.c   |    4 ++--
5436  tests/interactive/test-pixmap.c          |    2 +-
5437  tests/interactive/test-scale.c           |    9 +++------
5438  tests/interactive/test-shader-effects.c  |    4 ++--
5439  tests/interactive/test-shader.c          |    2 +-
5440  tests/interactive/test-state.c           |    2 +-
5441  tests/interactive/test-text-field.c      |    2 +-
5442  tests/interactive/test-text.c            |    2 +-
5443  tests/interactive/test-texture-async.c   |    2 +-
5444  tests/interactive/test-texture-quality.c |    2 +-
5445  tests/interactive/test-threads.c         |    4 ++--
5446  25 files changed, 36 insertions(+), 41 deletions(-)
5447
5448 commit bc7959069b6755052b76eccfc22d6543d77116cc
5449 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5450 Date:   Mon Feb 13 16:05:21 2012 +0000
5451
5452     Deprecate ClutterStage:color
5453     
5454     ClutterActor has a background-color property, now; we should use it for
5455     the Stage, re-implement the color property in terms of background-color.
5456     and deprecate the Stage property.
5457
5458  clutter/clutter-stage.c            |   57 ++++++++++++++++++------------------
5459  clutter/clutter-stage.h            |    4 ---
5460  clutter/deprecated/clutter-stage.h |   27 +++++++++++------
5461  3 files changed, 47 insertions(+), 41 deletions(-)
5462
5463 commit d808367fe451005cf1e7923434cf08d2afc0c29c
5464 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5465 Date:   Mon Feb 13 15:26:26 2012 +0000
5466
5467     docs: Use ClutterTimeline:repeat-count instead of :loop
5468
5469  doc/reference/clutter/clutter-animation-tutorial.xml |   15 +++++++++++----
5470  doc/reference/clutter/migrating-ClutterBehaviour.xml |    2 +-
5471  2 files changed, 12 insertions(+), 5 deletions(-)
5472
5473 commit cf9c4e651d0527be08f889a246c3366171437e4b
5474 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5475 Date:   Mon Feb 13 15:04:18 2012 +0000
5476
5477     timeline: Move deprecated methods into a separate header
5478
5479  clutter/Makefile.am                   |    1 +
5480  clutter/clutter-deprecated.h          |    1 +
5481  clutter/clutter-timeline.h            |   10 --------
5482  clutter/deprecated/clutter-timeline.h |   41 +++++++++++++++++++++++++++++++++
5483  4 files changed, 43 insertions(+), 10 deletions(-)
5484
5485 commit cf1abda709f0eadb30a25bdf74efafcf4f46f4f0
5486 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5487 Date:   Mon Feb 13 15:04:00 2012 +0000
5488
5489     animation: Do not use deprecated timeline methods
5490
5491  clutter/clutter-animation.c |    4 ++--
5492  1 file changed, 2 insertions(+), 2 deletions(-)
5493
5494 commit 657e0ce093198b83851f90ac47809b1732e3fa6e
5495 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5496 Date:   Mon Feb 13 14:58:47 2012 +0000
5497
5498     cookbook: Use clutter_timeline_set_repeat_count()
5499
5500  doc/cookbook/animations.xml                         |    8 ++++----
5501  doc/cookbook/examples/animations-looping-animator.c |    2 +-
5502  doc/cookbook/examples/animations-looping-implicit.c |    2 +-
5503  doc/cookbook/examples/animations-path-circle.c      |    2 +-
5504  doc/cookbook/examples/animations-path.c             |    2 +-
5505  5 files changed, 8 insertions(+), 8 deletions(-)
5506
5507 commit 97feb06a6f4fbfb40af09e3436c81ec9a253ba4c
5508 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5509 Date:   Mon Feb 13 14:45:06 2012 +0000
5510
5511     timeline: Add repeat-count
5512     
5513     Being able to easily set the number of repeats has been a request for
5514     the animation framework for some time now. The usual way to implement
5515     this is: connect to the ::completed signal, use a static counter, and
5516     stop the timeline when the counter hits a specific spot.
5517     
5518     In the same light as the :auto-reverse property, we can make it easier
5519     to implement this common functionality by adding a :repeat-count
5520     property that, when set, limits the amount of loops that a Timeline can
5521     perform before stopping itself.
5522     
5523     In fact, we can implement the :loop property in terms of the
5524     :repeat-count property just by using a sentinel value mapping to
5525     "infinity", and map loop=FALSE to repeat-count=0, and loop=TRUE to
5526     repeat-count=-1.
5527
5528  clutter/clutter-timeline.c                 |  181 ++++++++++++++++++++++------
5529  clutter/clutter-timeline.h                 |   13 +-
5530  clutter/clutter.symbols                    |    2 +
5531  doc/reference/clutter/clutter-sections.txt |    6 +-
5532  4 files changed, 163 insertions(+), 39 deletions(-)
5533
5534 commit 42774689282a5d13210ab5943bbb75e6a3a0e047
5535 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5536 Date:   Mon Feb 13 13:44:52 2012 +0000
5537
5538     timeline: Deprecate the clone() method
5539     
5540     The clutter_timeline_clone() method was a pretty dumb idea when it was
5541     introduced, back when we still had the ClutterEffectTemplate and the
5542     clutter_effect_* animation API. It has since become an API wart: we
5543     cannot change or add new properties to be cloned without the risk of
5544     breaking existing code. All in all, cloning a GObject is just a matter
5545     of calling g_object_new() with the wanted properties.
5546     
5547     Let's deprecate this throwback of the Olden Days™, so that we can remove
5548     it for good once we break for 2.0.
5549
5550  clutter/clutter-timeline.c |   19 +++++++++++++------
5551  clutter/clutter-timeline.h |    1 +
5552  2 files changed, 14 insertions(+), 6 deletions(-)
5553
5554 commit bc2e4ac6c2ebdf00996f472f6583b582c5250a94
5555 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5556 Date:   Mon Feb 13 13:39:47 2012 +0000
5557
5558     Clean up clutter-timeline.h
5559     
5560     Re-align everything to allow expansion, and move the only "protected"
5561     function to the clutter-master-clock.h private header.
5562
5563  clutter/clutter-master-clock.h |   20 +++++----
5564  clutter/clutter-timeline.h     |   90 +++++++++++++++++++---------------------
5565  2 files changed, 54 insertions(+), 56 deletions(-)
5566
5567 commit aec65c91980888fca45d367ec8c33a32352de686
5568 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5569 Date:   Thu Feb 9 15:45:14 2012 -0500
5570
5571     actor-meta: Correct annotations for vfuncs
5572     
5573     Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
5574
5575  clutter/clutter-actor-meta.h |    5 +++++
5576  1 file changed, 5 insertions(+)
5577
5578 commit 96031a4f6f53dfb1067e1e3a176ac5103fd7d59d
5579 Author: Jasper St. Pierre <jstpierre@mecheye.net>
5580 Date:   Thu Feb 9 08:48:18 2012 -0500
5581
5582     actor: Fix some broken annotations
5583     
5584     Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
5585
5586  clutter/clutter-actor.c |   14 +++++++-------
5587  1 file changed, 7 insertions(+), 7 deletions(-)
5588
5589 commit 3adcbb265c7f592abd6a7a98a257cbb610235d52
5590 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5591 Date:   Mon Feb 13 11:43:26 2012 +0000
5592
5593     Update the Clutter moduleset
5594
5595  build/clutter.modules |  459 +++++++++++++++++++++++++++++--------------------
5596  1 file changed, 272 insertions(+), 187 deletions(-)
5597
5598 commit d8a51726e13e98cdce2a57782e33a12e570086d9
5599 Author: Emmanuele Bassi <ebassi@gnome.org>
5600 Date:   Mon Feb 13 08:59:09 2012 +0000
5601
5602     actor: Implement remove_all_children using ActorIter
5603     
5604     The remove_all_children() method is an ideal candidate for using the
5605     ActorIter API; the end result is more compact and easy to follow.
5606
5607  clutter/clutter-actor.c |   16 +++++-----------
5608  1 file changed, 5 insertions(+), 11 deletions(-)
5609
5610 commit 8f6da170bc2e8fb9ca02970ca864add9f7722c5d
5611 Author: Emmanuele Bassi <ebassi@gnome.org>
5612 Date:   Mon Feb 13 08:52:08 2012 +0000
5613
5614     input-device: Do not use weak references with actors
5615     
5616     Use the ClutterActor::destroy signal.
5617
5618  clutter/clutter-input-device.c |   22 ++++++++--------------
5619  1 file changed, 8 insertions(+), 14 deletions(-)
5620
5621 commit f024b852f9bb90d4efeba78ae255bfa6c25aa27e
5622 Author: Emmanuele Bassi <ebassi@gnome.org>
5623 Date:   Mon Feb 13 08:45:22 2012 +0000
5624
5625     stage: Do not use weak refs with actors
5626     
5627     ClutterActor provides a signal for notifying destruction: using weak
5628     references is neither indicated nor recommended.
5629
5630  clutter/clutter-stage.c |   38 ++++++++++++++------------------------
5631  1 file changed, 14 insertions(+), 24 deletions(-)
5632
5633 commit 519da376f070f8688a41b672601779aa99bec28a
5634 Author: Emmanuele Bassi <ebassi@gnome.org>
5635 Date:   Mon Feb 13 08:44:40 2012 +0000
5636
5637     stage: Clean up
5638     
5639     Remove some ifdeffed out dead code, and some duplication.
5640
5641  clutter/clutter-stage.c |   95 ++++++++---------------------------------------
5642  1 file changed, 16 insertions(+), 79 deletions(-)
5643
5644 commit cd118f0dc0172be089519b47da721eeca67bbc30
5645 Author: Emmanuele Bassi <ebassi@gnome.org>
5646 Date:   Sat Feb 11 16:02:31 2012 +0000
5647
5648     text: Fix regression
5649     
5650     When the ClutterTextBuffer support inside ClutterText was merged, it
5651     introduced a regression that was identified and fixed in bug 659116.
5652     
5653     The optimization to not paint empty ClutterText actors is only valid
5654     is the actor is not editable, or if the cursor is not visible.
5655
5656  clutter/clutter-text.c |   11 ++++-------
5657  1 file changed, 4 insertions(+), 7 deletions(-)
5658
5659 commit f770cce7a5b0efaac3ae5732fe9673d68528b8d3
5660 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5661 Date:   Fri Feb 10 12:26:43 2012 +0000
5662
5663     build: Fix platform_linux check
5664     
5665     Missing * at the end.
5666     
5667     As a side effect, this commit enables the ABI check when running make
5668     check inside the clutter/ directory.
5669
5670  configure.ac |    2 +-
5671  1 file changed, 1 insertion(+), 1 deletion(-)
5672
5673 commit 66451e75d31e79e3c25f6dcbb8cf0a1b10d91d99
5674 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5675 Date:   Fri Feb 10 16:15:06 2012 +0800
5676
5677     Update config.h.win32(.in)
5678     
5679     Make it more like the config.h(.in) in terms of the entries to check.
5680
5681  config.h.win32.in |    6 +++---
5682  1 file changed, 3 insertions(+), 3 deletions(-)
5683
5684 commit ca9b27615dcd79573ac94d670f905b39bf1bd3e5
5685 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5686 Date:   Fri Feb 10 16:10:47 2012 +0800
5687
5688     Update Visual C++ property sheets
5689     
5690     -Stop installing the cookbook items for now
5691     -Reflect on newly added and deprecated public headers
5692
5693  build/win32/vs10/clutter.props  |   22 ++++++++--------------
5694  build/win32/vs9/clutter.vsprops |   12 ++++--------
5695  2 files changed, 12 insertions(+), 22 deletions(-)
5696
5697 commit 5220d659e0b9f2cffb246019ee19605f255e1af7
5698 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5699 Date:   Fri Feb 10 15:50:55 2012 +0800
5700
5701     Update Clutter Visual C++ projects
5702     
5703     Link also to GIO as the GResource APIs from GIO is now being used
5704
5705  build/win32/vs10/clutter.vcxprojin |    8 ++++----
5706  build/win32/vs9/clutter.vcprojin   |    8 ++++----
5707  2 files changed, 8 insertions(+), 8 deletions(-)
5708
5709 commit 001e83940156d083696781cdce09a6906283f868
5710 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5711 Date:   Thu Feb 9 18:42:27 2012 +0000
5712
5713     Add abicheck.sh
5714     
5715     Courtesy of GLib and GTK+. The abicheck.sh is a simple, Linux-only,
5716     script to check that we're not leaking private symbols, or that the
5717     clutter.symbols file hasn't been updated.
5718     
5719     In theory, it should go inside the distcheck phase.
5720
5721  clutter/Makefile.am |   18 ++++++++++++++++++
5722  clutter/abicheck.sh |   11 +++++++++++
5723  2 files changed, 29 insertions(+)
5724
5725 commit de9efd98a70bfc1aa652b2758eb3d02fc6ad58af
5726 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5727 Date:   Thu Feb 9 18:41:55 2012 +0000
5728
5729     symbols: Update
5730     
5731     Add a bunch of missing public symbols, and remove some cruft.
5732
5733  clutter/clutter.symbols |   72 ++++++++++++++++++++---------------------------
5734  1 file changed, 31 insertions(+), 41 deletions(-)
5735
5736 commit 92f6b520cb27e45f6682b0b06d76fed36ad43cfa
5737 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5738 Date:   Thu Feb 9 18:41:19 2012 +0000
5739
5740     build: Identify the Linux hosts
5741     
5742     This gives us a nice conditional, like the one we have on Windows and
5743     OSX.
5744
5745  configure.ac |    6 ++++++
5746  1 file changed, 6 insertions(+)
5747
5748 commit 910b09d70a41ab58a14d316143a5354c332d2cc1
5749 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5750 Date:   Thu Feb 9 18:40:03 2012 +0000
5751
5752     Mark internal symbol as private
5753     
5754     A bunch of private symbols have escaped into the SO; let's rectify this
5755     situation by using the '_' private prefix, or making them static as they
5756     should have been.
5757
5758  clutter/clutter-actor.c          |    6 ++--
5759  clutter/clutter-list-model.c     |   20 ++++++-------
5760  clutter/clutter-master-clock.c   |    2 ++
5761  clutter/clutter-master-clock.h   |    4 +--
5762  clutter/clutter-model-private.h  |   59 +++++++++++++++++++++++++++-----------
5763  clutter/clutter-model.c          |   52 ++++++++++++++++-----------------
5764  clutter/clutter-script-parser.c  |    2 ++
5765  clutter/clutter-script-private.h |    4 +--
5766  8 files changed, 89 insertions(+), 60 deletions(-)
5767
5768 commit 8ba0351c7ab8f1c9e0d76c78fb56c3b9e8fe4210
5769 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5770 Date:   Thu Feb 9 16:44:28 2012 +0000
5771
5772     conform/actor: Add unit for the Container signals
5773     
5774     ClutterActor should be emitting signals defined on the ClutterContainer
5775     interface, as well as ensuring that manipulating the scene graph is
5776     still possible from within them.
5777     
5778     The new unit checks that we're emitting signals, by implementing
5779     something similar to the Bin class available in toolkits like gtk, st,
5780     and mx — i.e. a container that can only hold one child at any given
5781     point.
5782
5783  tests/conform/test-actor-graph.c  |   74 +++++++++++++++++++++++++++++++++++++
5784  tests/conform/test-conform-main.c |    1 +
5785  2 files changed, 75 insertions(+)
5786
5787 commit fee53a2993db3795bd7ffbb4e878c807ccdaa80c
5788 Author: Neil Roberts <neil@linux.intel.com>
5789 Date:   Wed Dec 21 15:13:53 2011 +0000
5790
5791     clutter-backend: Use the Cogl main loop mechanism
5792     
5793     Cogl now requires that all applications integrate their main loop with
5794     Cogl so that it can listen for events from winsys. This patch just
5795     adds Cogl's GSource to the main loop.
5796     
5797     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5798     Reviewed-by: Robert Bragg <robert@linux.intel.com>
5799
5800  clutter/clutter-backend-private.h |    1 +
5801  clutter/clutter-backend.c         |    6 ++++++
5802  2 files changed, 7 insertions(+)
5803
5804 commit bace07c0a02198a97f89c516849e5161e20d26c3
5805 Author: Robert Bragg <robert@linux.intel.com>
5806 Date:   Thu Feb 9 16:04:19 2012 +0000
5807
5808     Updates use of Cogl in line with api changes
5809     
5810     Some of Cogl's experimental apis have changed so that the buffer apis
5811     now need to be passed a context argument and some drawing apis have been
5812     replaced with cogl_framebuffer_ drawing apis that take explicit
5813     framebuffer and pipeline arguments.
5814     
5815     These changes were made as part of Cogl moving towards a more stateless
5816     api that doesn't rely on a global context.
5817     
5818     This patch updates Clutter to work with the latest Cogl api and bumps
5819     the required Cogl version to 1.9.5.
5820     
5821     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
5822     Reviewed-by: Neil Roberts <neil@linux.intel.com>
5823
5824  clutter/clutter-actor.c                |   18 ++++++----
5825  clutter/clutter-deform-effect.c        |   27 +++++++-------
5826  configure.ac                           |    2 +-
5827  tests/conform/test-cogl-pixel-buffer.c |   12 +++++--
5828  tests/conform/test-cogl-primitive.c    |   60 ++++++++++++++++++++------------
5829  5 files changed, 75 insertions(+), 44 deletions(-)
5830
5831 commit d0e945fb70814ce1f75afef3baebd1b3cd352cb9
5832 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5833 Date:   Thu Feb 9 15:49:30 2012 +0000
5834
5835     actor: Add ClutterActorIter.destroy()
5836     
5837     Similar to the clutter_actor_iter_remove(), but it'll call destroy()
5838     instead of remove_child().
5839     
5840     We can also reimplement the ::destroy default handler using it, and make
5841     it more compact.
5842
5843  clutter/clutter-actor.c |   49 ++++++++++++++++++++++++++++++++++++++++-------
5844  clutter/clutter-actor.h |    1 +
5845  2 files changed, 43 insertions(+), 7 deletions(-)
5846
5847 commit 59bb19a4494d4be2b431cf62ccb34efc894cd027
5848 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5849 Date:   Thu Feb 9 15:43:25 2012 +0000
5850
5851     actor: Add a default handler for ::destroy
5852     
5853     Now that ClutterActor can be instantiated, we need to do the right
5854     thing, and destroy its children when it is destroyed.
5855
5856  clutter/clutter-actor.c |   54 ++++++++++++++++++++++++++++++-----------------
5857  1 file changed, 35 insertions(+), 19 deletions(-)
5858
5859 commit 630e602eac37b831677376c33b208a5c536f8260
5860 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5861 Date:   Thu Feb 9 15:38:11 2012 +0000
5862
5863     docs: Update the Container interface documentation
5864     
5865     The API reference should be more explicit about which parts of the
5866     interface should be overridden, and which are deprecated.
5867
5868  clutter/clutter-container.c |   58 +++++++++++++++++++++++++++++++++++++++----
5869  1 file changed, 53 insertions(+), 5 deletions(-)
5870
5871 commit 0c715d00264241307b53a7d167352b127b46d314
5872 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5873 Date:   Thu Feb 9 14:22:31 2012 +0000
5874
5875     conform/actor-graph: Add more cases
5876     
5877     The actor-insert unit is not exercising the whole API and its allowed
5878     arguments; this let sneak in the buglet found in bug 669730.
5879
5880  tests/conform/test-actor-graph.c |   33 +++++++++++++++++++++++++++++++++
5881  1 file changed, 33 insertions(+)
5882
5883 commit a023bb341201b0dbb438efaef8d9d03ce99269de
5884 Author: Florian Müllner <fmuellner@gnome.org>
5885 Date:   Thu Feb 9 02:13:50 2012 +0100
5886
5887     actor: Fix add_child_at_index() for negative index
5888     
5889     There is a typo in the check for a negative index: the index variable
5890     should be index_, not index - unfortunately, the latter can still be
5891     resolved to index(3), so compiler and linker are perfectly happy.
5892     
5893     https://bugzilla.gnome.org/show_bug.cgi?id=669730
5894
5895  clutter/clutter-actor.c |    2 +-
5896  1 file changed, 1 insertion(+), 1 deletion(-)
5897
5898 commit 74821f61c0f0880545dd12fd96be1539a9e72894
5899 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
5900 Date:   Wed Feb 8 21:40:54 2012 +0100
5901
5902     Updated Serbian translation
5903
5904  po/sr.po       | 1520 +++++++++++++++++++++++++++++++-------------------------
5905  po/sr@latin.po | 1520 +++++++++++++++++++++++++++++++-------------------------
5906  2 files changed, 1710 insertions(+), 1330 deletions(-)
5907
5908 commit e7511dd4695a0b817e439743d2263275814de72e
5909 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5910 Date:   Tue Feb 7 11:36:27 2012 +0000
5911
5912     text: Avoid changing the contents when possible
5913     
5914     An editable ClutterText will reset the selection and cursor whenever the
5915     contents are changed — even if those contents are the same. As this may
5916     confuse the user, we should check if we're setting the exact same string,
5917     and bail out if necessary.
5918
5919  clutter/clutter-text.c |   10 ++++++++++
5920  1 file changed, 10 insertions(+)
5921
5922 commit d509455de0f95fc804eb91776ec9e051df7cbca5
5923 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5924 Date:   Tue Feb 7 11:33:12 2012 +0000
5925
5926     text: Fix annotations
5927     
5928     Both set_text() and set_markup() have relaxed their preconditions on a
5929     non-NULL string as their argument, so we need to update the annotations.
5930
5931  clutter/clutter-text.c |    8 ++++----
5932  1 file changed, 4 insertions(+), 4 deletions(-)
5933
5934 commit 15441bb28029d3d328c4a450a384fa822c5fd023
5935 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5936 Date:   Tue Feb 7 11:31:28 2012 +0000
5937
5938     text: Style cleanups
5939     
5940     Inline wrapper functions, and remove deep nested if's.
5941
5942  clutter/clutter-text.c |   70 +++++++++++++++++++++++++-----------------------
5943  1 file changed, 37 insertions(+), 33 deletions(-)
5944
5945 commit 1d55af9dfacb7cc3bad2e36644b8933ddd6f87ca
5946 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5947 Date:   Tue Feb 7 11:30:43 2012 +0000
5948
5949     interactive/text-field: Modernize
5950
5951  tests/interactive/test-text-field.c |   79 +++++++++++++++++++----------------
5952  1 file changed, 42 insertions(+), 37 deletions(-)
5953
5954 commit 7ba9774572e44ad0049ecc8acb5dd093c9b0bbd1
5955 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5956 Date:   Mon Feb 6 18:23:21 2012 +0000
5957
5958     text: Add the coords_to_position() method
5959     
5960     The reverse of position_to_coords().
5961     
5962     While providing documentation on how to implement it using the
5963     PangoLayout API, I realized that the verbosity of it all, plus the usage
5964     of the Pango API, was not worth it, and decided to expose the method we
5965     are using internally.
5966
5967  clutter/clutter-text.c                     |   30 +++++++++++++++++++---------
5968  clutter/clutter-text.h                     |    3 +++
5969  clutter/clutter.symbols                    |    1 +
5970  doc/reference/clutter/clutter-sections.txt |    1 +
5971  4 files changed, 26 insertions(+), 9 deletions(-)
5972
5973 commit 3305105a8cf69dcc4ced98a896264559ef9d0f42
5974 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5975 Date:   Mon Feb 6 17:34:26 2012 +0000
5976
5977     docs: Fix up Since annotation
5978     
5979     We only use stable releases for "since" tags.
5980
5981  clutter/clutter-text.c |    4 ++--
5982  1 file changed, 2 insertions(+), 2 deletions(-)
5983
5984 commit de64ccb45150d9f7cbaf1ec8f7c6de2680083a01
5985 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5986 Date:   Mon Feb 6 16:45:15 2012 +0000
5987
5988     Post-release version bump to 1.9.11
5989
5990  configure.ac |    2 +-
5991  1 file changed, 1 insertion(+), 1 deletion(-)
5992
5993 commit 0d7ec670f1fccddc2666b53b0947a2ff77805634
5994 Author: Emmanuele Bassi <ebassi@linux.intel.com>
5995 Date:   Mon Feb 6 16:40:00 2012 +0000
5996
5997     Release 1.9.10 (snapshot)
5998
5999  NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
6000  configure.ac |    2 +-
6001  2 files changed, 40 insertions(+), 1 deletion(-)
6002
6003 commit 8b904aa626a3b67a2058c86ee5bc7ef14aac024d
6004 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6005 Date:   Mon Feb 6 16:34:18 2012 +0000
6006
6007     docs: Update release notes
6008
6009  README.in |   11 +++++++++++
6010  1 file changed, 11 insertions(+)
6011
6012 commit ad276865d2874b53311840eee79dd4d41ef2dc77
6013 Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
6014 Date:   Sun Jan 29 21:29:38 2012 +0900
6015
6016     Fixed clutter_state_remove_key_internal() to propagate the is_inert state
6017     
6018     This was causing warnings when calling g_object_weak_unref on an
6019     already finalized object.
6020     
6021     https://bugzilla.gnome.org/show_bug.cgi?id=668951
6022
6023  clutter/clutter-state.c |   12 +++++++-----
6024  1 file changed, 7 insertions(+), 5 deletions(-)
6025
6026 commit 047f60b13829bc8fee66c9107e90f1aacf40cf93
6027 Author: Tristan Van Berkom <tristanvb@openismus.com>
6028 Date:   Sat Feb 4 22:43:51 2012 +0900
6029
6030     Fix Makefile to properly include clutter-backend-eglnative.h in the disted tarball
6031     
6032     https://bugzilla.gnome.org/show_bug.cgi?id=669360
6033
6034  clutter/Makefile.am |    1 +
6035  1 file changed, 1 insertion(+)
6036
6037 commit ce9564e5584381794ea6b8fae379ad2c3b499bef
6038 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6039 Date:   Mon Feb 6 15:34:13 2012 +0000
6040
6041     model: Drop GValueArray usage
6042     
6043     We can use a plain C array of GValues when deserializing a ClutterModel
6044     implementation from a ClutterScript description.
6045
6046  clutter/clutter-model.c |   49 +++++++++++++++++++++++++++--------------------
6047  1 file changed, 28 insertions(+), 21 deletions(-)
6048
6049 commit d699328f7fbefc49df5bcfe6703a707e9478d7a5
6050 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6051 Date:   Mon Feb 6 14:37:49 2012 +0000
6052
6053     list-model: Migrate from GValueArray
6054     
6055     GValueArray is on its way to deprecation in GLib; as far as the
6056     ListModel class is concerned, a plain C array of GValue is a perfectly
6057     suitable replacement for the GValueArray usage. It actually is an
6058     improvement, given that it's going to take less memory.
6059
6060  clutter/clutter-list-model.c |   63 +++++++++++++++++++++++-------------------
6061  1 file changed, 35 insertions(+), 28 deletions(-)
6062
6063 commit bfe71293757468f56922b138ba299dfda449fa2d
6064 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6065 Date:   Sun Feb 5 08:47:17 2012 +0000
6066
6067     Clean up clutter-actor.h
6068     
6069     It's time, we delayed far too long.
6070
6071  clutter/clutter-actor.h |  623 +++++++++++++++++++++++------------------------
6072  1 file changed, 301 insertions(+), 322 deletions(-)
6073
6074 commit ad62075378259e301e78620a7cfe5bc9ddc4164f
6075 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6076 Date:   Thu Feb 2 14:07:38 2012 +0000
6077
6078     interactive/actor: Show event and animation API
6079
6080  tests/interactive/test-actor.c |   26 ++++++++++++++++++++++++++
6081  1 file changed, 26 insertions(+)
6082
6083 commit 9872d7eb1b31112f3f72855ef00334f39cdb949f
6084 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6085 Date:   Thu Feb 2 11:18:00 2012 +0000
6086
6087     docs: Clarify actor map and unmap methods
6088     
6089     ClutterActor stopped requiring to override the map and unmap virtual
6090     functions some time ago.
6091     
6092     Now that ClutterActor implements the Container interface, overriding map
6093     and unmap to control the MAPPED state of the children is pretty much
6094     going to be a source of bugs and misunderstandings.
6095     
6096     Plus, the ordering of the unmap, destroy, dispose, and finalize calls
6097     should be be documented properly.
6098     
6099     The documentation should clarify all that.
6100
6101  clutter/clutter-actor.c |   26 ++++++++++++++------------
6102  1 file changed, 14 insertions(+), 12 deletions(-)
6103
6104 commit 242de47c032eb750bd825a1d26b4b911e80527b9
6105 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6106 Date:   Thu Feb 2 11:07:14 2012 +0000
6107
6108     docs: Update the actor invariants
6109     
6110     • Clear up what's deprecated.
6111     • Remove mentions of set_parent/unparent, and use add_child/remove_child
6112       instead.
6113     • Clarify that reparent may not touch the MAPPED state.
6114
6115  doc/actor-invariants.txt |   55 ++++++++++++++--------------------------------
6116  1 file changed, 16 insertions(+), 39 deletions(-)
6117
6118 commit 4b6156a57a00214297c696f20e374ad645b97019
6119 Author: Evan Nemerson <evan@coeus-group.com>
6120 Date:   Thu Jan 12 18:15:55 2012 -0800
6121
6122     introspection: add some missing annotations
6123     
6124     https://bugzilla.gnome.org/show_bug.cgi?id=667840
6125
6126  clutter/clutter-actor.c                   |   20 ++++++++++----------
6127  clutter/clutter-list-model.c              |    4 ++--
6128  clutter/deprecated/clutter-timeout-pool.c |    2 +-
6129  3 files changed, 13 insertions(+), 13 deletions(-)
6130
6131 commit 2475443a873fdf57226c470caa964124c7a9547a
6132 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6133 Date:   Tue Jan 31 17:03:14 2012 +0000
6134
6135     Clean up the clutter API reference Makefile.am
6136
6137  doc/reference/clutter/Makefile.am |   68 +++++++++++++------------------------
6138  1 file changed, 23 insertions(+), 45 deletions(-)
6139
6140 commit bb2d807d2ab4ee13eea02bda7c65b562b7f503ae
6141 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6142 Date:   Tue Jan 31 16:44:43 2012 +0000
6143
6144     docs: Add an image for the XIncluded code
6145
6146  clutter/clutter-actor.c              |    4 ++++
6147  doc/reference/clutter/Makefile.am    |    6 ++++--
6148  doc/reference/clutter/test-actor.png |  Bin 0 -> 5081 bytes
6149  3 files changed, 8 insertions(+), 2 deletions(-)
6150
6151 commit 59f3488fa954b98220d1ec6298214b38cd402cfb
6152 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6153 Date:   Tue Jan 31 16:44:07 2012 +0000
6154
6155     docs: Add private macro CLUTTER_PRIVATE_FIELD
6156
6157  doc/reference/clutter/clutter-sections.txt |    1 +
6158  1 file changed, 1 insertion(+)
6159
6160 commit 76c8b17144a26bb9cca712e8349d23f3df9b493a
6161 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6162 Date:   Tue Jan 31 16:32:48 2012 +0000
6163
6164     docs: XInclude test-actor inside the Actor's description
6165
6166  clutter/clutter-actor.c |    5 +++++
6167  1 file changed, 5 insertions(+)
6168
6169 commit 5974cfc97be14bed6aade7f6e85622d3f72e138f
6170 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6171 Date:   Tue Jan 31 16:30:05 2012 +0000
6172
6173     docs: Add an example to the Actor description
6174
6175  clutter/clutter-actor.c |   21 +++++++++++++++++++++
6176  1 file changed, 21 insertions(+)
6177
6178 commit 341faaa0898c19a0c2c569460a0c4f08a7b8e23c
6179 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6180 Date:   Tue Jan 31 12:45:08 2012 +0000
6181
6182     actor: Add diagnostic message for "behaviours" in ClutterScript
6183     
6184     Behaviours have long since been deprecated; we should notify the user
6185     that still uses behaviours in ClutterScript definitions.
6186
6187  clutter/clutter-actor.c |    7 +++++++
6188  1 file changed, 7 insertions(+)
6189
6190 commit 11239d8da650ecf5d467fd8a131b30691e28dcbd
6191 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6192 Date:   Tue Jan 31 12:35:17 2012 +0000
6193
6194     actor: Do not unmap/unrealize twice on destruction
6195     
6196     When calling clutter_actor_destroy(), ClutterActor calls
6197     update_map_state() on itself to unset the REALIZED and MAPPED states,
6198     prior to running the dispose() implementation.
6199     
6200     The default dispose() will call remove_child() (either directly or
6201     through the Container implementation), which will check for the MAPPED
6202     state and then run update_map_state() again. We use the previously set
6203     MAPPED state to decide whether or not the parent should queue for a
6204     relayout/redraw when removing a visible children.
6205     
6206     If the MAPPED flag was cleared prior to remove_child(), though, it'll
6207     always be unset by the time we get to remove_child(), and this will
6208     cause missing redraws/relayouts; we were ignoring this prior the
6209     post-First Apocalypse changes because we were doing:
6210     
6211       if (was_mapped)
6212         clutter_actor_queue_relayout (parent);
6213     
6214       clutter_actor_queue_redraw (parent);
6215     
6216     which is obviously wrong. Once I removed that glaring brain damage from
6217     the remove_child() implementation, bugs started appearing — bugs that
6218     were probably the reason why we introduced that brain damage in the
6219     first place, instead of checking the source of those bugs.
6220     
6221     The obvious fix is to avoid clearing up the actor's state on destroy()
6222     until we remove the actor from its parent. This also reduces the amount
6223     of work we do, and the code paths that can potentially go wrong.
6224
6225  clutter/clutter-actor.c |   18 ++++++++----------
6226  1 file changed, 8 insertions(+), 10 deletions(-)
6227
6228 commit 8ee6d106812788c0465845fccb9216c50fe8c27f
6229 Author: Emmanuele Bassi <ebassi@gnome.org>
6230 Date:   Sun Dec 18 22:52:49 2011 +0000
6231
6232     actor: Move ClutterShader-related code out of clutter-actor.c
6233     
6234     Since the code dealing with ClutterShader is pretty self-contained, now,
6235     we can safely move it outside of the main ClutterActor source file and
6236     into its own. This will allow us to just drop a bunch of files when
6237     branching for 2.0.
6238
6239  clutter/Makefile.am                           |    1 +
6240  clutter/clutter-actor-private.h               |    4 +
6241  clutter/clutter-actor.c                       |  320 +------------------------
6242  clutter/deprecated/clutter-actor-deprecated.c |  318 ++++++++++++++++++++++++
6243  4 files changed, 326 insertions(+), 317 deletions(-)
6244
6245 commit 2ed9e0d557bab241b1a824a3c9ee154b617a1fd0
6246 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6247 Date:   Tue Jan 31 10:34:45 2012 +0000
6248
6249     x11: Remove CLUTTER_DISABLE_DEPRECATED usage
6250     
6251     Switch to CLUTTER_DEPRECATED and CLUTTER_DEPRECATED_FOR.
6252
6253  clutter/x11/clutter-glx-texture-pixmap.h |    8 ++++----
6254  clutter/x11/clutter-x11.h                |    4 ----
6255  2 files changed, 4 insertions(+), 8 deletions(-)
6256
6257 commit 1d84bf2b04e614a93527f6c36f5a7d686a5f7cfd
6258 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6259 Date:   Tue Jan 31 10:28:04 2012 +0000
6260
6261     texture: Deprecate YUV setter
6262     
6263     The YUV support depends on the driver support, and not only not many
6264     drivers support YUV natively: the supported colorspaces are pretty much
6265     useless.
6266     
6267     The proper way to do YUV to RGB colorspace conversion on the GPU is to
6268     use a fragment shader; for that, ClutterTexture and Cogl provide enough
6269     API to achieve a good result - see the Clutter-GStreamer implementation,
6270     for instance.
6271
6272  clutter/clutter-texture.c |   11 +++++++++++
6273  clutter/clutter-texture.h |   15 +++++++++------
6274  2 files changed, 20 insertions(+), 6 deletions(-)
6275
6276 commit c95b1265711bb845013f209b7e594b79c5a68eef
6277 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6278 Date:   Tue Jan 31 10:23:48 2012 +0000
6279
6280     texture: It's bytes per pixel, not bits
6281     
6282     Clarify the error message when checking the bpp argument.
6283
6284  clutter/clutter-texture.c |   20 ++++++++++----------
6285  1 file changed, 10 insertions(+), 10 deletions(-)
6286
6287 commit 986307f5e4abc5c1c86207bcdb6bb998e67b5364
6288 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6289 Date:   Mon Jan 30 10:55:30 2012 +0000
6290
6291     Use ClutterActorIter inside layout managers
6292     
6293     Whenever it is possible, or convenient.
6294
6295  clutter/clutter-bin-layout.c  |   42 ++++------
6296  clutter/clutter-box-layout.c  |  179 +++++++++++++++++++++--------------------
6297  clutter/clutter-flow-layout.c |   18 ++---
6298  3 files changed, 119 insertions(+), 120 deletions(-)
6299
6300 commit 8b47ddbce6ac10e4f06f7b5e865492f022e5f54e
6301 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
6302 Date:   Sun Jan 29 22:52:55 2012 +0800
6303
6304     Updated Traditional Chinese translation(Hong Kong and Taiwan)
6305
6306  po/zh_HK.po | 1741 +++++++++++++++++++++++++++++++----------------------------
6307  po/zh_TW.po | 1733 ++++++++++++++++++++++++++++++----------------------------
6308  2 files changed, 1842 insertions(+), 1632 deletions(-)
6309
6310 commit 7165342948f01665f54ab5647083c82de6c2050c
6311 Author: Matej Urbančič <mateju@svn.gnome.org>
6312 Date:   Sat Jan 28 20:59:17 2012 +0100
6313
6314     Updated Slovenian translation
6315
6316  po/sl.po |  780 +++++++++++++++++++++++++++++++++++---------------------------
6317  1 file changed, 444 insertions(+), 336 deletions(-)
6318
6319 commit 842ff82d77b020f6033f418232c7a662fbfae078
6320 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6321 Date:   Fri Jan 27 17:07:33 2012 +0000
6322
6323     docs: Mention the DELEGATE_LAYOUT flag in set_allocation()
6324     
6325     With code examples.
6326
6327  clutter/clutter-actor.c |   46 +++++++++++++++++++++++++++++++++++++++++++++-
6328  1 file changed, 45 insertions(+), 1 deletion(-)
6329
6330 commit 534ec4ac7a60a2d86d5562ed03eb5968b0000536
6331 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6332 Date:   Fri Jan 27 15:48:46 2012 +0000
6333
6334     group: Set the NO_LAYOUT flag
6335     
6336     Since FixedLayout won't do that for us any more, and we have Group users
6337     and Group subclasses that may be relying on it.
6338
6339  clutter/deprecated/clutter-group.c |   21 +++++++++++++++++++--
6340  1 file changed, 19 insertions(+), 2 deletions(-)
6341
6342 commit 31341986b114ac1df3ccce5e4e9553b97742f7d4
6343 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6344 Date:   Fri Jan 27 15:45:11 2012 +0000
6345
6346     fixed-layout: Remove the NO_LAYOUT flag set
6347     
6348     ClutterFixedLayout is the default layout manager for ClutterActor.
6349     
6350     Existing subclasses of ClutterActor will get a fixed layout manager
6351     regardless of whether they are going to use it, but since it sets the
6352     CLUTTER_ACTOR_NO_LAYOUT flag, it will introduce regressions on actors
6353     that perform their own layout management.
6354     
6355     The CLUTTER_ACTOR_NO_LAYOUT flag was a bit of a mistake in the first
6356     place, as it was introduced as a last minute workaround in the 1.0
6357     process to deal with broken stuff in Moblin. It's going to be a target
6358     for deprecation towards a removal when we start the 2.0 process.
6359
6360  clutter/clutter-fixed-layout.c |   37 -------------------------------------
6361  1 file changed, 37 deletions(-)
6362
6363 commit 4360fcccf44fe17bb385a9780bb9b2d6f5e19bb7
6364 Author: Kerrick Staley <mail@kerrickstaley.com>
6365 Date:   Thu Dec 29 03:15:05 2011 -0600
6366
6367     Fix spelling in Clutter Cookbook: ouest -> west
6368
6369  doc/cookbook/examples/textures-split-go.c    |   26 +++++++++++++-------------
6370  doc/cookbook/examples/textures-sub-texture.c |    2 +-
6371  doc/cookbook/textures.xml                    |    2 +-
6372  3 files changed, 15 insertions(+), 15 deletions(-)
6373
6374 commit 5c9c5d24b23a3ddb365bd4ce0c5e2014d89a412e
6375 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6376 Date:   Thu Jan 26 17:10:18 2012 +0000
6377
6378     box: Use the ActorIter API
6379     
6380     And remove a useless override of the pick() virtual function while we're
6381     at it.
6382     
6383     https://bugzilla.gnome.org/show_bug.cgi?id=668669
6384
6385  clutter/deprecated/clutter-box.c |   23 +++--------------------
6386  1 file changed, 3 insertions(+), 20 deletions(-)
6387
6388 commit c6e14914740f0ac274cf92a294634b8955d85349
6389 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6390 Date:   Wed Jan 25 15:31:51 2012 +0000
6391
6392     stage: Use the iterator API instead of the DOM one
6393     
6394     Whenever we're iterating over the children of the Stage we can now use
6395     the ClutterActorIter API.
6396     
6397     https://bugzilla.gnome.org/show_bug.cgi?id=668669
6398
6399  clutter/clutter-stage.c |   54 ++++++++++++++++++-----------------------------
6400  1 file changed, 21 insertions(+), 33 deletions(-)
6401
6402 commit 58ffcfb10ed8b7fc0e299035c8b049967f8fc0ef
6403 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6404 Date:   Wed Jan 25 15:27:57 2012 +0000
6405
6406     actor: Add ClutterActorIter
6407     
6408     Iterating over children and ancestors of an actor is a relatively common
6409     operation. Currently, you only have one option: start a for() loop, get
6410     the first child of the actor, and advance to the next sibling for the
6411     list of children; or start a for() loop and advance to the parent of the
6412     actor.
6413     
6414     These operations can be easily done through the ClutterActor API, but
6415     they all require going through the public API, and performing multiple
6416     type checks on the arguments.
6417     
6418     Along with the DOM API, it would be nice to have an ancillary, utility
6419     API that uses an iterator structure to hold the state, and can be
6420     advanced in a loop.
6421     
6422     https://bugzilla.gnome.org/show_bug.cgi?id=668669
6423
6424  clutter/clutter-actor.c                    |  186 ++++++++++++++++++++++++++++
6425  clutter/clutter-actor.h                    |   29 +++++
6426  clutter/clutter-types.h                    |   13 ++
6427  clutter/clutter.symbols                    |    4 +
6428  doc/reference/clutter/clutter-sections.txt |    7 ++
6429  tests/conform/Makefile.am                  |    1 +
6430  tests/conform/test-actor-iter.c            |  129 +++++++++++++++++++
6431  tests/conform/test-conform-main.c          |   31 ++---
6432  8 files changed, 386 insertions(+), 14 deletions(-)
6433
6434 commit fa856e3f5ed71a3dbf022525aafbd27ad63410fe
6435 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6436 Date:   Fri Jan 27 11:48:14 2012 +0000
6437
6438     box: Restore the ::destroy handler
6439     
6440     During the gutting of ClutterBox, the destroy and dispose implementation
6441     were removed. The former, especially, destroyed all children - which
6442     usually meant that the redraw queues for the childre was cleared as
6443     well. The removal introduced crashes when a Box was destroyed while its
6444     children were still queueing redraws.
6445
6446  clutter/deprecated/clutter-box.c |   17 +++++++++++++++++
6447  1 file changed, 17 insertions(+)
6448
6449 commit 9d355f12c6d1c804a3e0d205e2ff1c8e3f5e7538
6450 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6451 Date:   Fri Jan 27 11:42:33 2012 +0000
6452
6453     conform: Avoid a deadlock
6454     
6455     Something is causing a deadlock when using clutter_threads_* API inside
6456     the offscreen redirect conformance test. The conformance tests are
6457     pretty insane anyway, so for the time being, let's put g_timeout_add()
6458     back in while we figure out the issue.
6459
6460  tests/conform/test-offscreen-redirect.c |    2 +-
6461  1 file changed, 1 insertion(+), 1 deletion(-)
6462
6463 commit ccc70a911d1314941d95b68a263a60c9b3c30a3e
6464 Author: Emmanuele Bassi <ebassi@gnome.org>
6465 Date:   Fri Jan 27 09:47:25 2012 +0000
6466
6467     tests: Update to use the symbolic button names
6468     
6469     https://bugzilla.gnome.org/show_bug.cgi?id=668692
6470
6471  tests/interactive/test-box-layout.c |    2 +-
6472  tests/interactive/test-clip.c       |    4 ++--
6473  tests/interactive/test-easing.c     |    4 ++--
6474  3 files changed, 5 insertions(+), 5 deletions(-)
6475
6476 commit 54c9257f28f6ecb8cbbef0215357a62e2dfe4731
6477 Author: Emmanuele Bassi <ebassi@gnome.org>
6478 Date:   Fri Jan 27 09:46:51 2012 +0000
6479
6480     docs: Update to show the symbolic button names
6481     
6482     https://bugzilla.gnome.org/show_bug.cgi?id=668692
6483
6484  doc/cookbook/events.xml                         |   12 +++++++++---
6485  doc/cookbook/examples/animations-scaling-zoom.c |    4 ++--
6486  doc/reference/clutter/clutter-sections.txt      |    3 +++
6487  3 files changed, 14 insertions(+), 5 deletions(-)
6488
6489 commit 12a79a66d8f3466084088389f111729f0cc834b1
6490 Author: Emmanuele Bassi <ebassi@gnome.org>
6491 Date:   Fri Jan 27 09:46:10 2012 +0000
6492
6493     drag-action: Use the symbolic constants for the button
6494     
6495     https://bugzilla.gnome.org/show_bug.cgi?id=668692
6496
6497  clutter/clutter-drag-action.c |    3 ++-
6498  1 file changed, 2 insertions(+), 1 deletion(-)
6499
6500 commit 60cddbd28e403abe17d22d96b7b8f2f9418abd2b
6501 Author: Emmanuele Bassi <ebassi@gnome.org>
6502 Date:   Fri Jan 27 09:43:06 2012 +0000
6503
6504     event: Add symbolic names for left, middle, and right buttons
6505     
6506     Symbolic names are better than magic numbers, even if they are
6507     well-established and won't likely change.
6508     
6509     This maps to a commit in GTK+ that introduced the same names; it
6510     was decided to go for PRIMARY, MIDDLE, and SECONDARY because of
6511     the confusion that may arise when the button order gets flipped
6512     in left-handed configurations - the "left" button (i.e. 1) becomes
6513     the right-most button, and the "right" button (i.e. 3) becomes
6514     the left-most button.
6515     
6516     https://bugzilla.gnome.org/show_bug.cgi?id=668692
6517
6518  clutter/clutter-event.h |   43 ++++++++++++++++++++++++++++++++++++++-----
6519  1 file changed, 38 insertions(+), 5 deletions(-)
6520
6521 commit 90397bf06c1ed2de1740f5e659d2a819df5e4aec
6522 Author: Emmanuele Bassi <ebassi@gnome.org>
6523 Date:   Fri Jan 27 07:30:02 2012 +0000
6524
6525     doc/cookbook: Remove dead link
6526
6527  doc/cookbook/actors.xml |    4 +---
6528  1 file changed, 1 insertion(+), 3 deletions(-)
6529
6530 commit bacd4dd6a0ae770c1c850963cefefa0c88d2a230
6531 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6532 Date:   Thu Jan 26 17:11:27 2012 +0000
6533
6534     Remove unused variable
6535
6536  clutter/x11/clutter-stage-x11.c |    2 --
6537  1 file changed, 2 deletions(-)
6538
6539 commit 78533cfd1a06a751582d3867f8a6c157dbb2501f
6540 Author: Rob Bradford <rob@linux.intel.com>
6541 Date:   Thu Jan 26 15:39:16 2012 +0000
6542
6543     wayland: Correctly support fullscreening before the stage is realized
6544     
6545     Rather than just call into wl_shell_surface_set_fullscreen we must repeat all
6546     the steps to correctly fullscreen the surface.
6547
6548  clutter/wayland/clutter-stage-wayland.c |    6 +++++-
6549  1 file changed, 5 insertions(+), 1 deletion(-)
6550
6551 commit 797336762e40baf9c187b99883aa893c1f5de92a
6552 Author: Rob Bradford <rob@linux.intel.com>
6553 Date:   Thu Jan 26 14:23:57 2012 +0000
6554
6555     wayland: Force a redraw of the stage to get the new sized buffer attached
6556
6557  clutter/wayland/clutter-stage-wayland.c |    5 +++++
6558  1 file changed, 5 insertions(+)
6559
6560 commit 65e27a830b341606dd1834fa442675eeebdc97c0
6561 Author: Rob Bradford <rob@linux.intel.com>
6562 Date:   Thu Jan 26 14:23:16 2012 +0000
6563
6564     wayland: Use new stage state manipulation functions
6565
6566  clutter/wayland/clutter-stage-wayland.c |   27 ++++++++++++---------------
6567  1 file changed, 12 insertions(+), 15 deletions(-)
6568
6569 commit 0094350467941139a53a173c725bed7a74d39e7b
6570 Author: Rob Bradford <rob@linux.intel.com>
6571 Date:   Mon Jan 23 13:07:13 2012 +0000
6572
6573     wayland: Refine fullscreen/unfullscreen to emit the state change events
6574     
6575     Also update the code to set the size of the stage to set it to the size of the
6576     output. In future versions of the Wayland protocol we'll get a configure
6577     message advising of us of the size we can be to achieve fullscreen.
6578
6579  clutter/wayland/clutter-stage-wayland.c |   35 +++++++++++++++++++++++++++----
6580  1 file changed, 31 insertions(+), 4 deletions(-)
6581
6582 commit dd64ad1e4209793c436ad1cb90ba18ec85bbe936
6583 Author: Rob Bradford <rob@linux.intel.com>
6584 Date:   Fri Jan 20 15:49:16 2012 +0000
6585
6586     wayland: Support programmatically resizing the stage
6587     
6588     This will call into Cogl and ask it to resize the framebuffer which will then
6589     update the underlying EGL surface.
6590
6591  clutter/wayland/clutter-stage-wayland.c |   13 +++++++++++++
6592  1 file changed, 13 insertions(+)
6593
6594 commit 838fc6276feb746e66a50b38a560f3b5e33fb273
6595 Author: Rob Bradford <rob@linux.intel.com>
6596 Date:   Thu Jan 12 15:25:02 2012 +0000
6597
6598     wayland: Support setting fullscreen before the stage is realized
6599
6600  clutter/wayland/clutter-stage-wayland.c |    8 ++++++++
6601  clutter/wayland/clutter-stage-wayland.h |    1 +
6602  2 files changed, 9 insertions(+)
6603
6604 commit da19c3dfca17c93e2e4ffa18c73dc177f94d3003
6605 Author: Rob Bradford <rob@linux.intel.com>
6606 Date:   Fri Dec 9 16:54:52 2011 +0000
6607
6608     wayland: Implement set_fullscreen vfunc in ClutterStageWayland
6609
6610  clutter/wayland/clutter-stage-wayland.c |   13 +++++++++++++
6611  1 file changed, 13 insertions(+)
6612
6613 commit cb4b9d758feae876aa660a9222f5d1d5233cf6f1
6614 Author: Rob Bradford <rob@linux.intel.com>
6615 Date:   Fri Dec 9 16:52:29 2011 +0000
6616
6617     wayland: Include the Wayland surface and shell surface in ClutterStageWayland
6618
6619  clutter/wayland/clutter-stage-wayland.c |    3 +++
6620  clutter/wayland/clutter-stage-wayland.h |    3 +++
6621  2 files changed, 6 insertions(+)
6622
6623 commit 737c5e104512cf7319588b1921f26783e97c5e36
6624 Author: Rob Bradford <rob@linux.intel.com>
6625 Date:   Fri Jan 20 18:22:50 2012 +0000
6626
6627     wayland: Save the output mode so that it can be used to fullscreen windows
6628
6629  clutter/wayland/clutter-backend-wayland.c |   52 +++++++++++++++++++++++++++--
6630  clutter/wayland/clutter-backend-wayland.h |    3 ++
6631  2 files changed, 52 insertions(+), 3 deletions(-)
6632
6633 commit 3780e3e4f065e0f43ba007369e08878821f2dc5b
6634 Author: Emmanuele Bassi <ebassi@gnome.org>
6635 Date:   Thu Jan 26 10:29:50 2012 +0000
6636
6637     x11: Unbreak the build
6638     
6639     The stage wrapper is on the ClutterStageCogl instance.
6640
6641  clutter/x11/clutter-stage-x11.c |   16 ++++++++--------
6642  1 file changed, 8 insertions(+), 8 deletions(-)
6643
6644 commit fdf89a9e06859f38453196f97e7b5ea692113729
6645 Merge: 9206bd7 9dab334
6646 Author: Emmanuele Bassi <ebassi@gnome.org>
6647 Date:   Thu Jan 26 08:42:00 2012 +0000
6648
6649     Merge branch 'stage-state'
6650     
6651     * stage-state:
6652       docs: Update ClutterStageState flags
6653       wayland: Use the Stage state tracking
6654       gdk: Use the Stage state tracking
6655       win32: Use the Stage state tracking
6656       x11: Use the Stage state tracking
6657       osx: Use the Stage state tracking
6658       stage: Add state tracking
6659
6660 commit 9dab33401f69c7b03c7205ab3a521ec90a98b1e7
6661 Author: Emmanuele Bassi <ebassi@gnome.org>
6662 Date:   Thu Jan 26 08:33:45 2012 +0000
6663
6664     docs: Update ClutterStageState flags
6665
6666  clutter/clutter-enums.h |   10 +++++-----
6667  1 file changed, 5 insertions(+), 5 deletions(-)
6668
6669 commit 2b547442a373794fd0b3dbb5799ad732bf091d03
6670 Author: Emmanuele Bassi <ebassi@gnome.org>
6671 Date:   Thu Jan 26 08:27:39 2012 +0000
6672
6673     wayland: Use the Stage state tracking
6674
6675  clutter/wayland/clutter-input-device-wayland.c |   21 ++++++---------------
6676  1 file changed, 6 insertions(+), 15 deletions(-)
6677
6678 commit 8c184f53cb3d01ef8cbefbf856e173b7f6555a45
6679 Author: Emmanuele Bassi <ebassi@gnome.org>
6680 Date:   Thu Jan 26 08:27:25 2012 +0000
6681
6682     gdk: Use the Stage state tracking
6683
6684  clutter/gdk/clutter-event-gdk.c |   32 +++++++++++---------------------
6685  1 file changed, 11 insertions(+), 21 deletions(-)
6686
6687 commit e73c2bf4ea3dcc72e32e1814e5cc6d64ed377e0f
6688 Author: Emmanuele Bassi <ebassi@gnome.org>
6689 Date:   Thu Jan 26 08:27:08 2012 +0000
6690
6691     win32: Use the Stage state tracking
6692
6693  clutter/win32/clutter-event-win32.c |   28 ++++++++--------------------
6694  clutter/win32/clutter-stage-win32.c |   31 ++++++++++++++++---------------
6695  clutter/win32/clutter-stage-win32.h |    1 -
6696  3 files changed, 24 insertions(+), 36 deletions(-)
6697
6698 commit 12e4f300a7d360b4efda714ce038da7057fb3ed9
6699 Author: Emmanuele Bassi <ebassi@gnome.org>
6700 Date:   Wed Jan 25 21:36:55 2012 +0000
6701
6702     x11: Use the Stage state tracking
6703
6704  clutter/x11/clutter-stage-x11.c |   72 ++++++++++++++-------------------------
6705  clutter/x11/clutter-stage-x11.h |    2 --
6706  2 files changed, 26 insertions(+), 48 deletions(-)
6707
6708 commit 2c9a693c14fb97dfb091ff00109e084de4b9caca
6709 Author: Emmanuele Bassi <ebassi@gnome.org>
6710 Date:   Wed Jan 25 21:25:59 2012 +0000
6711
6712     osx: Use the Stage state tracking
6713
6714  clutter/osx/clutter-stage-osx.c |   60 +++++++++++++++------------------------
6715  clutter/osx/clutter-stage-osx.h |    2 --
6716  2 files changed, 23 insertions(+), 39 deletions(-)
6717
6718 commit 19ff11ac933cbfcc1f87c5914d36a85ee014f8e9
6719 Author: Emmanuele Bassi <ebassi@gnome.org>
6720 Date:   Wed Jan 25 21:24:47 2012 +0000
6721
6722     stage: Add state tracking
6723     
6724     State changes on the Stage are currently deferred to the windowing
6725     system backends, but the code is generally the same, and it should
6726     be abstracted neatly inside the Stage class itself.
6727     
6728     There's also the extra caveat for backends that state changes on a
6729     Stage must also emit a ClutterEvent of type CLUTTER_STAGE_STATE, a
6730     requirement that needlessly complicates the backend code.
6731
6732  clutter/clutter-stage-private.h |    7 +++
6733  clutter/clutter-stage.c         |  121 +++++++++++++++++++++++++++++++++------
6734  2 files changed, 111 insertions(+), 17 deletions(-)
6735
6736 commit 9206bd7627e64a26784a4d6e3d66056f14db12e8
6737 Author: Emmanuele Bassi <ebassi@gnome.org>
6738 Date:   Wed Jan 25 23:09:38 2012 +0000
6739
6740     tests/*: Use symbolic constants for sources and events
6741     
6742     And make sure to use clutter_threads_add_* instead of the bare
6743     g_*_add().
6744
6745  tests/conform/test-anchors.c                |    4 +--
6746  tests/conform/test-clutter-cairo-texture.c  |    4 +--
6747  tests/conform/test-cogl-backface-culling.c  |    4 +--
6748  tests/conform/test-cogl-blend-strings.c     |    4 +--
6749  tests/conform/test-cogl-depth-test.c        |    4 +--
6750  tests/conform/test-cogl-materials.c         |    4 +--
6751  tests/conform/test-cogl-multitexture.c      |    4 +--
6752  tests/conform/test-cogl-npot-texture.c      |    4 +--
6753  tests/conform/test-cogl-offscreen.c         |    4 +--
6754  tests/conform/test-offscreen-redirect.c     |    4 +--
6755  tests/conform/test-pick.c                   |    7 +++---
6756  tests/conform/test-texture-fbo.c            |    4 +--
6757  tests/conform/test-timeline-rewind.c        |   12 +++++----
6758  tests/interactive/test-cogl-point-sprites.c |    7 +++---
6759  tests/interactive/test-cogl-shader-arbfp.c  |   20 +++++++--------
6760  tests/interactive/test-cogl-shader-glsl.c   |   35 ++++++++++++++-------------
6761  tests/interactive/test-depth.c              |   10 +++-----
6762  tests/interactive/test-pixmap.c             |   12 +++++----
6763  tests/interactive/test-shader.c             |    6 ++---
6764  tests/micro-bench/test-text-perf.c          |    4 +--
6765  tests/micro-bench/test-text.c               |    4 +--
6766  tests/performance/test-common.h             |    4 +--
6767  tests/performance/test-text-perf.c          |    5 ++--
6768  23 files changed, 88 insertions(+), 82 deletions(-)
6769
6770 commit b2bf2dbb089a0e4784586d40c7f28e02082a7734
6771 Author: Emmanuele Bassi <ebassi@gnome.org>
6772 Date:   Wed Jan 25 23:09:03 2012 +0000
6773
6774     docs: Use symbolic constants for sources and events
6775
6776  doc/cookbook/examples/textures-split-go.c          |    8 ++--
6777  .../clutter/clutter-animation-tutorial.xml         |   40 ++++++++++----------
6778  2 files changed, 24 insertions(+), 24 deletions(-)
6779
6780 commit 71323b8bfc942a20952c2152485ed0f23b5a834f
6781 Author: Emmanuele Bassi <ebassi@gnome.org>
6782 Date:   Wed Jan 25 23:17:42 2012 +0000
6783
6784     x11/stage: Use symbolic constants for source function
6785     
6786     And make sure to use the clutter_threads_add_timeout(), so that the
6787     function is called under the Clutter lock.
6788
6789  clutter/x11/clutter-stage-x11.c |    7 ++++---
6790  1 file changed, 4 insertions(+), 3 deletions(-)
6791
6792 commit a4d571aaf91541bf66b46949d1445a58d37f483d
6793 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6794 Date:   Tue Jan 24 15:42:20 2012 +0000
6795
6796     Post-release version bump to 1.9.9
6797
6798  configure.ac |    2 +-
6799  1 file changed, 1 insertion(+), 1 deletion(-)
6800
6801 commit 7179bd44c869ffce17b6a135735dbaec5f5c4411
6802 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6803 Date:   Tue Jan 24 15:20:35 2012 +0000
6804
6805     Release Clutter 1.9.8 (snapshot)
6806
6807  NEWS         |   24 ++++++++++++++++++++++++
6808  configure.ac |    2 +-
6809  2 files changed, 25 insertions(+), 1 deletion(-)
6810
6811 commit 18ec12a3b7d7a764c569c37aa280694f76403b41
6812 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6813 Date:   Tue Jan 24 15:12:41 2012 +0000
6814
6815     cookbook: Start migrating to the new API
6816     
6817     Drop mentions of deprecated classes and API, and update the inline
6818     example code.
6819     
6820     Still some way to go, and the cookbook would probably benefit from
6821     having a recipe on how to use ClutterActor to build a scene.
6822
6823  doc/cookbook/actors.xml     |    9 ++----
6824  doc/cookbook/animations.xml |    8 +++--
6825  doc/cookbook/events.xml     |    4 +--
6826  doc/cookbook/layouts.xml    |   68 ++++++++++++++++++++-----------------------
6827  4 files changed, 42 insertions(+), 47 deletions(-)
6828
6829 commit 1c01554e6a06db0e6afc9a76deea99daa44f9fba
6830 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6831 Date:   Tue Jan 24 15:01:00 2012 +0000
6832
6833     cookbook: Begin porting examples to the new API
6834     
6835     Start dropping the usage of deprecated classes and API.
6836
6837  doc/cookbook/examples/actors-composite-main.c      |    2 +-
6838  doc/cookbook/examples/animations-moving-animator.c |   43 +++++++++++---------
6839  doc/cookbook/examples/cb-button.c                  |    6 +--
6840  doc/cookbook/examples/events-buttons-click.c       |   18 ++++----
6841  doc/cookbook/examples/events-mouse-scroll.c        |    6 +--
6842  .../examples/layouts-bind-constraint-allocation.c  |   12 +++---
6843  doc/cookbook/examples/layouts-box.c                |   41 ++++++++++---------
6844  7 files changed, 68 insertions(+), 60 deletions(-)
6845
6846 commit 75549456fd7697bf8ad1e5aaa1776b87554bcc37
6847 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6848 Date:   Tue Jan 24 14:52:33 2012 +0000
6849
6850     actor: use paint opacity to paint the background color
6851
6852  clutter/clutter-actor.c |    9 ++++++++-
6853  1 file changed, 8 insertions(+), 1 deletion(-)
6854
6855 commit 414f8c1a0f5fe66ed578ac32410b51e5c987d6d0
6856 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6857 Date:   Tue Jan 24 14:20:07 2012 +0000
6858
6859     docs: Add missing function
6860
6861  doc/reference/clutter/clutter-sections.txt |    1 +
6862  1 file changed, 1 insertion(+)
6863
6864 commit 825e1e62421e72d7fbfeb6d362264ca485ccf4de
6865 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6866 Date:   Tue Jan 24 14:13:53 2012 +0000
6867
6868     docs: Inlined examples break enums gtk-doc
6869
6870  clutter/clutter-enums.h |   35 ++---------------------------------
6871  1 file changed, 2 insertions(+), 33 deletions(-)
6872
6873 commit 8d8d4ae7e59d869c05251f9ad351f85e6784d136
6874 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6875 Date:   Mon Jan 16 11:27:08 2012 +0000
6876
6877     script: Add loading from a resource
6878     
6879     GLib has gained support for compiling ancillary data files into the same
6880     binary blob as a library or as an executable.
6881     
6882     We should add this feature to ClutterScript, so that it's possible to
6883     bundle UI definitions with an application.
6884
6885  clutter/clutter-script.c |   39 +++++++++++++++++++++++++++++++++++++++
6886  clutter/clutter-script.h |    3 +++
6887  clutter/clutter.symbols  |    1 +
6888  configure.ac             |    2 +-
6889  4 files changed, 44 insertions(+), 1 deletion(-)
6890
6891 commit 254ebd876556e1012947513d2855ab0c7fd83a1c
6892 Author: Emmanuele Bassi <ebassi@gnome.org>
6893 Date:   Tue Jan 24 09:36:31 2012 +0000
6894
6895     actor: Remove unused function
6896
6897  clutter/clutter-actor-private.h |    2 --
6898  clutter/clutter-actor.c         |   59 +--------------------------------------
6899  2 files changed, 1 insertion(+), 60 deletions(-)
6900
6901 commit 4330f45d0579cc20ecf049226cd399f985024a3c
6902 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6903 Date:   Mon Jan 23 18:00:01 2012 +0000
6904
6905     Override Container inside ClutterStage
6906     
6907     The only actor that results in a mix of the old Container API and the
6908     new Actor API is ClutterStage. By inheritance, a Stage is a Group, but
6909     we don't want it to behave like a Group - as it already overrides most
6910     of the Actor API, and the reason why it was made as a Group in the
6911     first place was convenience for adding/removing children.
6912     
6913     Given that touching Group to make it aware of the new Actor API has
6914     rapidly devolved into a struggle between a Demiurge that tries to
6915     avoid breakage and a Chaos that finds new and interesting ways to
6916     break ClutterGroup, let's declare API bankruptcy here and now.
6917     
6918     ClutterStage should override ClutterContainer methods, and use the
6919     layout management of ClutterFixedLayout as the proper class that it
6920     was meant to be ages ago. Let ClutterGroup rot in pieces.
6921
6922  clutter/clutter-stage.c            |  105 ++++++++++++++++++++++++++++++++++--
6923  clutter/deprecated/clutter-group.c |   21 +-------
6924  2 files changed, 102 insertions(+), 24 deletions(-)
6925
6926 commit cfac97ffe105477c83c13504d8dbfd0b9933ca5e
6927 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6928 Date:   Sat Jan 21 23:06:49 2012 +0000
6929
6930     Allow mixing old and new API without falling apart
6931     
6932     Now that we reinstated Group to its "former glory", we need to ensure
6933     that applications using the deprecated containers with the new DOM API
6934     in ClutterActor can actually work - or, at least, not break horribly.
6935     
6936     This actually means making sure that ClutterStage and ClutterGroup can
6937     cope with the DOM, while retaining their old implementations, as well as
6938     their bizarre idiosyncrasies and their utter, utter brokenness.
6939
6940  clutter/clutter-actor-private.h    |    2 +
6941  clutter/clutter-actor.c            |  546 ++++++++++++++++++++++++------------
6942  clutter/clutter-enums.h            |   49 +++-
6943  clutter/clutter-stage.c            |    3 +-
6944  clutter/deprecated/clutter-group.c |   62 +++-
6945  5 files changed, 464 insertions(+), 198 deletions(-)
6946
6947 commit f5de10c05fdfa995108f6ce26a04f9ac08a3eb1e
6948 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6949 Date:   Fri Jan 20 18:05:53 2012 +0000
6950
6951     interactive/actors: Update the venerable test-actors
6952
6953  tests/interactive/test-actors.c |   44 +++++++++++++++++++++++----------------
6954  1 file changed, 26 insertions(+), 18 deletions(-)
6955
6956 commit c7d8c097ecc947ad5c56a8d9d3b68666c3a9880e
6957 Author: Fran Diéguez <fran.dieguez@mabishu.com>
6958 Date:   Mon Jan 23 00:34:20 2012 +0100
6959
6960     Updated Galician translations
6961
6962  po/gl.po |  438 ++++++++++++++++++++++++++++++++++----------------------------
6963  1 file changed, 241 insertions(+), 197 deletions(-)
6964
6965 commit 29384c114f5c27b47ce074e7fd36fea4d40a25dc
6966 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6967 Date:   Fri Jan 20 17:15:20 2012 +0000
6968
6969     actor: NULL-ify sibling fields when removing
6970     
6971     Let's try and avoid leaving around stale pointers.
6972
6973  clutter/clutter-actor.c |   11 ++++++++++-
6974  1 file changed, 10 insertions(+), 1 deletion(-)
6975
6976 commit 27784de94166e7e507b7db7aaa16b5cec4826e4b
6977 Author: Rob Bradford <rob@linux.intel.com>
6978 Date:   Mon Jan 16 11:55:32 2012 +0000
6979
6980     wayland: Update to changes in the SHM api
6981     
6982     The enum value for the SHM formats has changed to be more explicit about the
6983     format of the data.
6984
6985  clutter/wayland/clutter-backend-wayland.c |    2 +-
6986  1 file changed, 1 insertion(+), 1 deletion(-)
6987
6988 commit 7d7d753a49656d14c7ecf7461aaf4d39bbafb2af
6989 Author: Emmanuele Bassi <ebassi@linux.intel.com>
6990 Date:   Fri Jan 20 16:00:19 2012 +0000
6991
6992     group: Restore previous implementation
6993     
6994     Making Group just a proxy to Actor broke some behaviour that application
6995     and toolkit code was relying on. Let's keep Group around to fight
6996     another day.
6997     
6998     This commit fixes gnome-shell as far as I can test it.
6999
7000  clutter/clutter-actor.c            |    4 +-
7001  clutter/deprecated/clutter-group.c |  373 ++++++++++++++++++++++++++++++++----
7002  2 files changed, 340 insertions(+), 37 deletions(-)
7003
7004 commit 3ff502fbb2d4d43813190141181060dd79801cd4
7005 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7006 Date:   Fri Jan 20 14:55:57 2012 +0000
7007
7008     stage: Restore the chain up inside allocate()
7009     
7010     Group does not have a custom allocate() any more, so it would end up
7011     calling the default allocate() implementation provided by ClutterActor
7012     anyway.
7013
7014  clutter/clutter-stage.c |    4 ++--
7015  1 file changed, 2 insertions(+), 2 deletions(-)
7016
7017 commit 8ebf46d74c507055d741ac2c86fd6230b3e27515
7018 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7019 Date:   Fri Jan 20 14:55:13 2012 +0000
7020
7021     actor: Remove default layout-manager
7022     
7023     It's creating more issues than what it's trying to solve. At least for
7024     the time being, let's not set one.
7025
7026  clutter/clutter-actor.c |   51 ++++++-----------------------------------------
7027  1 file changed, 6 insertions(+), 45 deletions(-)
7028
7029 commit bd348625c70a2f0f784d5780d3bda38f51fb347f
7030 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7031 Date:   Fri Jan 20 14:53:41 2012 +0000
7032
7033     group: Gut the implementation
7034     
7035     A Group is a just a ClutterActor with the layout-manager property set at
7036     instance initialization time. It doesn't need anything else from
7037     ClutterActor's vtable, except the slightly custom show_all/hide_all
7038     implementation, and a simplified get_paint_volume.
7039
7040  clutter/deprecated/clutter-group.c |  138 +++++++++++-------------------------
7041  1 file changed, 41 insertions(+), 97 deletions(-)
7042
7043 commit 1afd3827c7c9e2e343ad0e8165d9d2ff4bd62b7f
7044 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7045 Date:   Fri Jan 20 12:04:48 2012 +0000
7046
7047     actor: Move underallocation warning to diagnostic mode
7048     
7049     This should keep down the warning messages — at least for the time
7050     being.
7051
7052  clutter/clutter-actor.c |    5 +++--
7053  1 file changed, 3 insertions(+), 2 deletions(-)
7054
7055 commit c760657903b8d1599e25e54fcca01a5f546eb9aa
7056 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7057 Date:   Fri Jan 20 12:02:49 2012 +0000
7058
7059     actor: Use internal add/remove child in reparent()
7060     
7061     Do not use the public API; reparent() used to use unparent() and
7062     set_parent(), so we need to maintain the old behaviour.
7063
7064  clutter/clutter-actor.c |   29 ++++++++++++++++++-----------
7065  1 file changed, 18 insertions(+), 11 deletions(-)
7066
7067 commit 683657cc301e928c1a9324d19285a3ecc2ea660e
7068 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7069 Date:   Thu Jan 19 14:01:20 2012 +0000
7070
7071     Post-release version bump to 1.9.7
7072
7073  configure.ac |    2 +-
7074  1 file changed, 1 insertion(+), 1 deletion(-)
7075
7076 commit 75d97ffdc509058915e2eee5c1480d83e6ee7776
7077 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7078 Date:   Thu Jan 19 13:42:37 2012 +0000
7079
7080     Release Clutter 1.9.6 (snapshot)
7081
7082  NEWS         |   35 +++++++++++++++++++++++++++++++++++
7083  configure.ac |    2 +-
7084  2 files changed, 36 insertions(+), 1 deletion(-)
7085
7086 commit a222e75e332685e458d027a3ac4b1aa8bd763269
7087 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7088 Date:   Thu Jan 19 13:41:45 2012 +0000
7089
7090     build: Bump up the Cogl requirement
7091     
7092     Clutter requires a new version of Cogl's API, but we never bumped the
7093     requirement inside configure.ac.
7094
7095  configure.ac |    2 +-
7096  1 file changed, 1 insertion(+), 1 deletion(-)
7097
7098 commit 480514b721e985bad1c8aed69fbee1bbb24260c0
7099 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7100 Date:   Thu Jan 19 13:40:02 2012 +0000
7101
7102     stage: Use clutter_actor_set_allocation()
7103     
7104     Instead of chaining up, given that we want to bypass chaining up and
7105     just set the allocation. This also allows us to bail out of the
7106     overridden allocate vfunc check, given that we want the default Actor
7107     behaviour to apply - including eventual layout manager delegates.
7108
7109  clutter/clutter-stage.c |    9 ++-------
7110  1 file changed, 2 insertions(+), 7 deletions(-)
7111
7112 commit f7bae2a064f4cdf17d854414d3a9acee690649b7
7113 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7114 Date:   Thu Jan 19 13:39:14 2012 +0000
7115
7116     actor: Fix the has_overridden_allocate check
7117
7118  clutter/clutter-actor.c |    2 +-
7119  1 file changed, 1 insertion(+), 1 deletion(-)
7120
7121 commit acf8aff6d5427ee3768057eb9de49612cb60793d
7122 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7123 Date:   Thu Jan 19 13:14:47 2012 +0000
7124
7125     docs: Add clutter_actor_set_allocation()
7126
7127  doc/reference/clutter/clutter-sections.txt |    1 +
7128  1 file changed, 1 insertion(+)
7129
7130 commit b206a3d025d416098d8e77f7e668d5ccd7dd3998
7131 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7132 Date:   Thu Jan 19 13:14:33 2012 +0000
7133
7134     symbols: Add clutter_actor_set_allocation()
7135
7136  clutter/clutter.symbols |    1 +
7137  1 file changed, 1 insertion(+)
7138
7139 commit 67eeea6b6290ef916fde04d684ecb3bc3ac8656d
7140 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7141 Date:   Thu Jan 19 12:40:32 2012 +0000
7142
7143     actor: Maintain behaviour of old allocate() implementations
7144     
7145     The usual way to implement a container actor is to override the
7146     allocate() virtual function, chain up, and then allocate the actor's
7147     children.
7148     
7149     Clutter now has the ability to delegate layout management to
7150     ClutterLayoutManager directly; in the allocation, this is done by
7151     checking whether the actor has children, and then call
7152     clutter_layout_manager_allocate() from within the default implementation
7153     of the ClutterActor::allocate() vfunc. The same vfunc that everyone, has
7154     been chaining up to.
7155     
7156     Whoopsie.
7157     
7158     Well, we can check if there's a layout manager, and if it's NULL, we
7159     bail out. Except that there's a default layout manager, and it's the
7160     fixed layout manager, so that classes like Group and Stage work by
7161     default.
7162     
7163     Double whoopsie.
7164     
7165     The fix for this scenario is a bit nasty; we have to check if the actor
7166     class has overridden the allocate() vfunc or not, before actually
7167     looking at the layout manager. This means that classes that override the
7168     allocate() vfunc are expected to do everything that ClutterActor's
7169     default implementation does - which I think it's a fair requirement to
7170     have.
7171     
7172     For newly written code, though, it would probably be best if we just
7173     provided a function that does the right thing by default, and that
7174     you're supposed to be calling from within the allocate() vfunc
7175     implementation, if you ever chose to override it. This new function,
7176     clutter_actor_set_allocation(), should come with a warning the size of
7177     Texas, to avoid people thinking it's a way to override the whole "call
7178     allocate() on each child" mechanism. Plus, it should check if we're
7179     inside an allocation sequence, and bail out if not.
7180
7181  clutter/clutter-actor.c |  272 +++++++++++++++++++++++++++++++++++++----------
7182  clutter/clutter-actor.h |    3 +
7183  2 files changed, 216 insertions(+), 59 deletions(-)
7184
7185 commit 70679dc68ca805f0669cf9f94b4e441a50ed82f9
7186 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7187 Date:   Wed Jan 18 16:05:12 2012 +0000
7188
7189     actor: Be more conservative with the default paint volume
7190     
7191     Check the allocation, when one is being used to initialize the paint
7192     volume.
7193
7194  clutter/clutter-actor.c |   17 ++++++++++++++---
7195  1 file changed, 14 insertions(+), 3 deletions(-)
7196
7197 commit eafb0ee734a6a5c04a92216b4425bd675c1c4999
7198 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
7199 Date:   Wed Jan 18 12:39:55 2012 +0100
7200
7201     Updated Spanish translation
7202
7203  po/es.po |  288 +++++++++++++++++++++++++++++++++++---------------------------
7204  1 file changed, 164 insertions(+), 124 deletions(-)
7205
7206 commit 7e4260ee8a594aa7f32b68c231a5b152055fb593
7207 Author: Emmanuele Bassi <ebassi@gnome.org>
7208 Date:   Tue Jan 17 22:54:44 2012 +0000
7209
7210     build: Fix up the test rules for private deps
7211     
7212     Thanks to diegoe for the help with testing.
7213
7214  configure.ac |   14 ++++++++------
7215  1 file changed, 8 insertions(+), 6 deletions(-)
7216
7217 commit f6ae8cf62180a6a9465b40f01129f15ddbefc2d5
7218 Author: Piotr Drąg <piotrdrag@gmail.com>
7219 Date:   Tue Jan 17 23:24:14 2012 +0100
7220
7221     Updated POTFILES.in
7222
7223  po/POTFILES.in |    1 +
7224  1 file changed, 1 insertion(+)
7225
7226 commit d7e6deef9c448bfcd07cb33c5dc58667fcccdcb4
7227 Author: Emmanuele Bassi <ebassi@gnome.org>
7228 Date:   Tue Jan 17 21:59:37 2012 +0000
7229
7230     build: Add private deps to cflags and libs
7231     
7232     If we go through the whole exercise of having private dependencies, we
7233     should at least use the compiler flags and linker flags that those
7234     dependencies give us when building Clutter.
7235     
7236     https://bugzilla.gnome.org/show_bug.cgi?id=668137
7237
7238  configure.ac |    4 ++--
7239  1 file changed, 2 insertions(+), 2 deletions(-)
7240
7241 commit f7d9eab36d187a16161dfb58230fd16cef17407b
7242 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7243 Date:   Tue Jan 17 18:46:41 2012 +0000
7244
7245     actor: Add :first-child and :last-child properties
7246     
7247     Toolkits tracking first and last children of a ClutterActor can use
7248     these properties to get notification of hierarchy changes.
7249
7250  clutter/clutter-actor.c |   49 +++++++++++++++++++++++++++++++++++++++++++++++
7251  1 file changed, 49 insertions(+)
7252
7253 commit bb8abe832ec11cdc9c336cc949ce913ef4e131e7
7254 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7255 Date:   Tue Jan 17 18:13:42 2012 +0000
7256
7257     actor: Do not use ::constructed
7258     
7259     If we want to set a default layout manager, we need to do so inside
7260     init(), as it's not guaranteed that people subclassing Actor and
7261     overriding ::constructed will actually chain up as they should.
7262
7263  clutter/clutter-actor.c |   31 +++++++++++++++----------------
7264  1 file changed, 15 insertions(+), 16 deletions(-)
7265
7266 commit 7dd06de6d58c7d1ab9c3615ac87a45331244789d
7267 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7268 Date:   Tue Jan 17 16:54:30 2012 +0000
7269
7270     interactive: Drop more deprecated classes
7271
7272  tests/interactive/test-constraints.c |   13 +++++++------
7273  tests/interactive/test-depth.c       |   21 +++++++++------------
7274  tests/interactive/test-state.c       |   10 +++++++---
7275  3 files changed, 23 insertions(+), 21 deletions(-)
7276
7277 commit 8f1575b970936762039083df49925afaec9c48f7
7278 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7279 Date:   Tue Jan 17 16:20:41 2012 +0000
7280
7281     interactive: Use ClutterActor instead of deprecated classes
7282
7283  tests/interactive/test-actors.c    |    2 +-
7284  tests/interactive/test-scrolling.c |   14 ++++++++------
7285  2 files changed, 9 insertions(+), 7 deletions(-)
7286
7287 commit 8492b17ae23bf154d11286a4ab530c42c31c107c
7288 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7289 Date:   Tue Jan 17 16:20:19 2012 +0000
7290
7291     conform/actor-size: Do not use Rectangle
7292     
7293     Use ClutterActor directly, instead.
7294
7295  tests/conform/test-actor-size.c |    4 +++-
7296  1 file changed, 3 insertions(+), 1 deletion(-)
7297
7298 commit 629ded568e30a845337e41f04b04b5fcc20a82d4
7299 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7300 Date:   Tue Jan 17 16:13:55 2012 +0000
7301
7302     actor: Provide a better default pick() behaviour
7303     
7304     The default pick() behaviour does not take into consideration the
7305     children of a ClutterActor because the existing containter actors
7306     usually override pick(), chain up, and then paint their children.
7307     
7308     With ClutterActor now a concrete class, though, we need a way to pick
7309     its children without requiring a sub-class; we could simply iterate over
7310     the children inside the default pick() implementation, but this would
7311     lead to double painting, which is not acceptable.
7312     
7313     A moderately gross hack is to check if the Actor instance did override
7314     the pick() implementation, and if it is not the case, paint the children
7315     in pick mode.
7316
7317  clutter/clutter-actor.c |   17 +++++++++++++++++
7318  1 file changed, 17 insertions(+)
7319
7320 commit 0f39f20db6c906c3f32c9376a1cca94ce4c1a14f
7321 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7322 Date:   Tue Jan 17 16:11:29 2012 +0000
7323
7324     actor: Deprecate show_all()/hide_all()
7325     
7326     The hide_all() method is pretty much pointless, as hiding an actor will
7327     automatically prevent its children from being painted. The show_all()
7328     method would only be marginally useful, if actors weren't set to be
7329     visible by default when added to another actor - which was the case when
7330     we introduced show_all() and hide_all().
7331
7332  clutter/clutter-actor.c            |    5 +++++
7333  clutter/clutter-actor.h            |    8 ++++----
7334  clutter/deprecated/clutter-actor.h |    6 ++++++
7335  3 files changed, 15 insertions(+), 4 deletions(-)
7336
7337 commit d363279fd308922af22c934d73715ea3833b7235
7338 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
7339 Date:   Tue Jan 17 17:12:52 2012 +0100
7340
7341     Updated Spanish translation
7342
7343  po/es.po |  124 +++++++++++++++++++++++++++++++-------------------------------
7344  1 file changed, 63 insertions(+), 61 deletions(-)
7345
7346 commit 41bef2b23ad8a75cce14b54a581527468790c3ad
7347 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7348 Date:   Tue Jan 17 14:44:28 2012 +0000
7349
7350     Post-release version bump to 1.9.5
7351
7352  configure.ac |    2 +-
7353  1 file changed, 1 insertion(+), 1 deletion(-)
7354
7355 commit 1854ce2d06d6c0badab174aa6c38dd6a46963284
7356 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7357 Date:   Tue Jan 17 14:32:19 2012 +0000
7358
7359     Release Clutter 1.9.4 (snapshot)
7360
7361  configure.ac |    2 +-
7362  1 file changed, 1 insertion(+), 1 deletion(-)
7363
7364 commit 696f9e84c938808c645e66e3d2dd2a78ceafc154
7365 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7366 Date:   Tue Jan 17 14:21:02 2012 +0000
7367
7368     text: Fix the buffer length check on paint
7369
7370  clutter/clutter-text.c |    2 +-
7371  1 file changed, 1 insertion(+), 1 deletion(-)
7372
7373 commit 9f0ba2da0fece26167b3b2a44f3eb00ef1202702
7374 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7375 Date:   Tue Jan 17 14:17:20 2012 +0000
7376
7377     script: Fix a segfault
7378     
7379     Accessing a variable before it is being set is not a great plan.
7380
7381  clutter/clutter-script-parser.c |    3 ++-
7382  1 file changed, 2 insertions(+), 1 deletion(-)
7383
7384 commit 37d94c6b870f79f0d3cce4a9dace36633cac9319
7385 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7386 Date:   Tue Jan 17 12:23:28 2012 +0000
7387
7388     text-buffer: Fix the Since annotations
7389
7390  clutter/clutter-text-buffer.c |   82 ++++++++++++++++++++++-------------------
7391  1 file changed, 44 insertions(+), 38 deletions(-)
7392
7393 commit b03aa254692a47f60464d04e67f5a45ec842ede7
7394 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7395 Date:   Tue Jan 17 12:19:35 2012 +0000
7396
7397     Update the NEWS file
7398
7399  NEWS |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7400  1 file changed, 74 insertions(+)
7401
7402 commit 5085c11bdec3ca772cff428833926a38efb5bf93
7403 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7404 Date:   Tue Jan 17 12:00:54 2012 +0000
7405
7406     Add ClutterTextBuffer to the API reference
7407
7408  clutter/clutter.symbols                    |    3 +++
7409  doc/reference/clutter/clutter-docs.xml.in  |    1 +
7410  doc/reference/clutter/clutter-sections.txt |   32 ++++++++++++++++++++++++++++
7411  doc/reference/clutter/clutter.types        |    1 +
7412  4 files changed, 37 insertions(+)
7413
7414 commit 57f5813058137aa8f0f13547b8e64f539d1a6870
7415 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7416 Date:   Tue Jan 17 11:56:23 2012 +0000
7417
7418     Update clutter.symbols for TextBuffer
7419
7420  clutter/clutter.symbols |   13 +++++++++++++
7421  1 file changed, 13 insertions(+)
7422
7423 commit 40b023a33eb154b7ef0288181920fd1527cf6044
7424 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7425 Date:   Tue Jan 17 11:52:37 2012 +0000
7426
7427     interactive/text: Remove spurious g_object_unref()
7428
7429  tests/interactive/test-text.c |    2 --
7430  1 file changed, 2 deletions(-)
7431
7432 commit c073764369ee5969aa40ab90bcbbd1d9ffb22518
7433 Author: Stef Walter <stefw@collabora.co.uk>
7434 Date:   Wed Jun 15 10:06:31 2011 +0100
7435
7436     text: Implement ClutterTextBuffer
7437     
7438      * Abstracts the buffer for text in ClutterText
7439      * Allows implementation of undo/redo.
7440      * Allows use of non-pageable memory for text
7441        in the case of sensitive passwords.
7442      * Implement a test with two ClutterText using the same
7443        buffer.
7444     
7445     https://bugzilla.gnome.org/show_bug.cgi?id=652653
7446
7447  clutter/Makefile.am           |    6 +-
7448  clutter/clutter-marshal.list  |    2 +
7449  clutter/clutter-text-buffer.c |  764 +++++++++++++++++++++++++++++++++++++++++
7450  clutter/clutter-text-buffer.h |  139 ++++++++
7451  clutter/clutter-text.c        |  693 +++++++++++++++++++------------------
7452  clutter/clutter-text.h        |    6 +-
7453  tests/interactive/test-text.c |   24 +-
7454  7 files changed, 1304 insertions(+), 330 deletions(-)
7455
7456 commit d95bdf3a07ac82591886eb8f5bc4fab9fc98e62f
7457 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
7458 Date:   Tue Jan 17 12:52:01 2012 +0100
7459
7460     Updated Spanish translation
7461
7462  po/es.po |  766 ++++++++++++++++++++++++++++++++++----------------------------
7463  1 file changed, 415 insertions(+), 351 deletions(-)
7464
7465 commit 6b5b2910290dfe4afe494b8660bb65c4dba331bb
7466 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7467 Date:   Tue Jan 17 11:49:05 2012 +0000
7468
7469     Update clutter.symbols
7470
7471  clutter/clutter.symbols |  106 ++++++++++++++++-------------------------------
7472  1 file changed, 36 insertions(+), 70 deletions(-)
7473
7474 commit 89e4bc3dcda824d687006e151e57effeaa3efd1c
7475 Author: Fran Diéguez <fran.dieguez@mabishu.com>
7476 Date:   Tue Jan 17 01:44:53 2012 +0100
7477
7478     Updated Galician translations
7479
7480  po/gl.po |  537 +++++++++++++++++++++++++++++++++++---------------------------
7481  1 file changed, 300 insertions(+), 237 deletions(-)
7482
7483 commit 2d6ad03e863d0d0990d1b234a9e57de31a8669e3
7484 Author: Piotr Drąg <piotrdrag@gmail.com>
7485 Date:   Tue Jan 17 01:29:26 2012 +0100
7486
7487     Updated POTFILES.in
7488
7489  po/POTFILES.in |    4 ++--
7490  1 file changed, 2 insertions(+), 2 deletions(-)
7491
7492 commit 1dfc503df1085e197f291bc92a3af5495ec7f11d
7493 Author: Emmanuele Bassi <ebassi@gnome.org>
7494 Date:   Mon Jan 16 23:49:49 2012 +0000
7495
7496     Fix compiler warnings
7497     
7498     When dereferencing GArray.data to a C structure you need a double cast
7499     from guint8* to void*, and then from void* to the actual type. This
7500     avoids compiler warnings, especially when using clang on OSX.
7501
7502  clutter/clutter-script-parser.c |    3 ++-
7503  clutter/clutter-state.c         |   31 ++++++++++++++++---------------
7504  clutter/clutter-table-layout.c  |   14 +++++++-------
7505  clutter/clutter-timeline.c      |    2 +-
7506  4 files changed, 26 insertions(+), 24 deletions(-)
7507
7508 commit eb489a40debd05735f9eed6f54ac4cae19e8be6e
7509 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7510 Date:   Tue Jan 3 14:51:37 2012 +0000
7511
7512     docs: Move deprecated sections to the proper location
7513
7514  doc/reference/clutter/clutter-docs.xml.in |   18 +++++++++---------
7515  1 file changed, 9 insertions(+), 9 deletions(-)
7516
7517 commit f41061b8dfbe972bbd58d802b4191cdf86a3c4b4
7518 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7519 Date:   Tue Jan 3 14:36:32 2012 +0000
7520
7521     actor: Deprecated push/pop internal methods
7522     
7523     The concept of "internal child" only meant anything when we had a
7524     separate API for containers and actors. Now that we plugged that
7525     particular hole, we can drop all the hacks we used to have in place
7526     to work around its design limitations.
7527
7528  clutter/clutter-actor.c            |   12 +++++++++++-
7529  clutter/clutter-actor.h            |    3 ---
7530  clutter/deprecated/clutter-actor.h |    6 ++++++
7531  3 files changed, 17 insertions(+), 4 deletions(-)
7532
7533 commit ad2cfc01506ad08e91469bf269fcd50a0f337cfe
7534 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7535 Date:   Tue Jan 3 14:31:06 2012 +0000
7536
7537     docs: Fixes for the API reference
7538
7539  clutter/clutter-actor.c                    |   16 +++++++++++++++-
7540  doc/reference/clutter/clutter-sections.txt |   22 ++++++++++------------
7541  2 files changed, 25 insertions(+), 13 deletions(-)
7542
7543 commit ea6ddd15349da9d5088800905e54efbd1b955a15
7544 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7545 Date:   Tue Jan 3 14:29:39 2012 +0000
7546
7547     actor: Add boxed margin accessors
7548     
7549     It can be convenient to be able to set, or get, all the components of an
7550     actor's margin at the same time; since we already have a boxed type for
7551     storing a margin, an accessors pair based on it is not a complicated
7552     addition to the API.
7553
7554  clutter/clutter-actor.c |   84 +++++++++++++++++++++++++++++++++++++++++++++++
7555  clutter/clutter-actor.h |    4 +++
7556  2 files changed, 88 insertions(+)
7557
7558 commit 8de4b85175712785b754c339c5c49060e92616d2
7559 Author: Emmanuele Bassi <ebassi@gnome.org>
7560 Date:   Wed Dec 28 18:37:16 2011 +0000
7561
7562     docs: Update the release notes
7563
7564  README.in |   11 +++++++----
7565  1 file changed, 7 insertions(+), 4 deletions(-)
7566
7567 commit 25ca2f135cca1b88f09ecaf6f5ca0fa6a555b350
7568 Author: Emmanuele Bassi <ebassi@gnome.org>
7569 Date:   Wed Dec 28 18:32:00 2011 +0000
7570
7571     build: Add inclusion guards and license notices
7572
7573  clutter/deprecated/clutter-actor.h     |   28 ++++++++++++++++++++++++++++
7574  clutter/deprecated/clutter-backend.h   |   28 ++++++++++++++++++++++++++++
7575  clutter/deprecated/clutter-container.h |    7 +++++--
7576  clutter/deprecated/clutter-group.h     |   27 ++++++++++++++++++++++++++-
7577  clutter/deprecated/clutter-main.h      |   25 +++++++++++++++++++++++++
7578  clutter/deprecated/clutter-stage.h     |   25 +++++++++++++++++++++++++
7579  6 files changed, 137 insertions(+), 3 deletions(-)
7580
7581 commit 6f4578838ca89aa42cf7ac80c908c4c3868d4dd2
7582 Author: Emmanuele Bassi <ebassi@gnome.org>
7583 Date:   Tue Dec 27 19:28:47 2011 +0000
7584
7585     actor: Use proper internal API
7586     
7587     Inside the set_child_[above|below]_sibling() and set_child_at_index() we
7588     should be using the internal API for mutating the children list, instead
7589     of the delegate functions. This ensures that we go through a single,
7590     well-defined code path for all operations on the list of children of
7591     an actor.
7592
7593  clutter/clutter-actor.c |  187 ++++++++++++++++++++++++++++-------------------
7594  1 file changed, 113 insertions(+), 74 deletions(-)
7595
7596 commit b835e1f8c4101c668589c2c760e251853c20474a
7597 Author: Emmanuele Bassi <ebassi@gnome.org>
7598 Date:   Tue Dec 27 18:57:32 2011 +0000
7599
7600     Deprecate the old raise/lower API
7601     
7602     We have a replacement in ClutterActor, now.
7603     
7604     The old ClutterContainer API needs to be deprecated, and the raise() and
7605     lower() virtual functions need a default implementation, so we can check
7606     for implementations overriding them, by using the diagnostic mode like
7607     we do for add(), remove(), and foreach().
7608     
7609     The sort_depth_order() virtual function just doesn't do anything, as it
7610     should have been made ages ago.
7611     
7612     The Actor wrappers for the Container methods also need to be deprecated.
7613
7614  clutter/clutter-actor.c                |   51 +++++----------
7615  clutter/clutter-actor.h                |    7 --
7616  clutter/clutter-container.c            |  111 +++++++++++++++++++++++++-------
7617  clutter/clutter-container.h            |   20 +++---
7618  clutter/deprecated/clutter-actor.h     |   14 ++++
7619  clutter/deprecated/clutter-container.h |   47 +++++++++-----
7620  6 files changed, 154 insertions(+), 96 deletions(-)
7621
7622 commit 9a66392d49f7403ac35d31edd96b580e4921600b
7623 Author: Emmanuele Bassi <ebassi@gnome.org>
7624 Date:   Tue Dec 27 18:22:05 2011 +0000
7625
7626     actor: Add new methods for changing the paint sequence
7627     
7628     ClutterActor provides four methods for changing the paint sequence order
7629     of its children:
7630     
7631       raise_top()
7632       raise()
7633       lower()
7634       lower_bottom()
7635     
7636     The first and last one being just wrappers around raise() and lower(),
7637     respectively. These methods have various issues: they omit the parent,
7638     preferring to retrieve it from the actor passed as the first argument;
7639     this does not match the new style of API introduced to operate on the
7640     list of children of an actor.
7641     
7642     Additionally, the raise() and lower() methods of ClutterActor call into
7643     the Container interface, and are not really aptly named (raise() in
7644     particular collides with the completely unrelated 'raise' keyword in
7645     Python, and usually needs to be wrapped in order to be used at all).
7646     
7647     Furthermore, we need public methods that Container can call from its
7648     default implementation, as well as methods to port current Container
7649     implementations.
7650     
7651     Finally, since we have insert_child_at_index(), we should also have an
7652     equivalent set_child_at_index() as well.
7653
7654  clutter/clutter-actor.c          |  102 ++++++++++++++++++++++++++++++++++++++
7655  clutter/clutter-actor.h          |   10 ++++
7656  tests/conform/test-actor-graph.c |   10 ++--
7657  3 files changed, 118 insertions(+), 4 deletions(-)
7658
7659 commit fa1792c3949c551763c812188429db447566d1ef
7660 Author: Emmanuele Bassi <ebassi@gnome.org>
7661 Date:   Tue Dec 27 11:28:36 2011 +0000
7662
7663     actor: Use flags to control add/remove child
7664     
7665     The internal versions of add_child() and remove_child() currently use
7666     boolean arguments to control things like the ChildMeta instances and
7667     the emissions of signals; using more than one boolean argument is an
7668     indication that you need flags to avoid readability issues, as well as
7669     providing a way to add new behaviours without a combinatorial explosion
7670     of arguments, later on.
7671
7672  clutter/clutter-actor.c |  124 ++++++++++++++++++++++++++++++-----------------
7673  1 file changed, 80 insertions(+), 44 deletions(-)
7674
7675 commit 72fa75c034ad0a3d94f4966e6644626e85b5b0e7
7676 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7677 Date:   Wed Dec 21 17:07:25 2011 +0000
7678
7679     actor: Remove automagic "expand" flag
7680     
7681     I don't feel comfortable with this feature, and its implementation
7682     still has too many rough edges. We can safely punt it for now, and
7683     introduce it at a later point, as it doesn't block existing features
7684     or API.
7685
7686  clutter/clutter-actor.c          |  471 +-------------------------------------
7687  clutter/clutter-actor.h          |   10 -
7688  clutter/clutter-box-layout.c     |   57 +----
7689  clutter/clutter-layout-manager.c |   16 --
7690  clutter/clutter-layout-manager.h |   10 +-
7691  clutter/clutter-table-layout.c   |   42 +---
7692  6 files changed, 14 insertions(+), 592 deletions(-)
7693
7694 commit 72b523c9e9b9d5f7688090e181bd80e4ab94b83e
7695 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7696 Date:   Tue Dec 20 18:42:53 2011 +0000
7697
7698     table-layout: Override compute_expand()
7699     
7700     The TableLayout has two expansion flags that need to be taken into
7701     consideration when computing the Actor expansion flags.
7702
7703  clutter/clutter-table-layout.c |   56 ++++++++++++++++++++++++++++++++++------
7704  1 file changed, 48 insertions(+), 8 deletions(-)
7705
7706 commit 5f79f6ee3715dad19d0b471bbea91a5363e29cf9
7707 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7708 Date:   Tue Dec 20 18:41:51 2011 +0000
7709
7710     box-layout: Override compute_expand()
7711     
7712     ClutterBoxLayout has an expansion flag, and we need to take that into
7713     consideration when computing the Actor expansion flags.
7714
7715  clutter/clutter-box-layout.c |   57 ++++++++++++++++++++++++++++++++++++++++--
7716  1 file changed, 55 insertions(+), 2 deletions(-)
7717
7718 commit 508f09f0a0c326b9a04cf021d134611e75690dd5
7719 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7720 Date:   Tue Dec 20 18:40:11 2011 +0000
7721
7722     actor: Ask the LayoutManager to compute the expansion flags
7723     
7724     If an actor has a layout manager, we want to involve the delegate object
7725     into the lazy computation of the expansion flags state.
7726
7727  clutter/clutter-actor.c |   35 +++++++++++++++++++++++++++++++++++
7728  1 file changed, 35 insertions(+)
7729
7730 commit 29561165611b6c76315664271cc130bf37cf5c1e
7731 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7732 Date:   Tue Dec 20 18:38:47 2011 +0000
7733
7734     layout-manager: Add compute_expand() vfunc
7735     
7736     This virtual function will let layout managers with legacy expansion
7737     flags be able to influence the lazy computation of the expansion flags
7738     on ClutterActor.
7739
7740  clutter/clutter-layout-manager.c |   16 ++++++++++++++++
7741  clutter/clutter-layout-manager.h |   12 +++++++++---
7742  2 files changed, 25 insertions(+), 3 deletions(-)
7743
7744 commit fd5e422b9fc58bec4cd98d626226b0ae03766e98
7745 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7746 Date:   Tue Dec 20 17:05:48 2011 +0000
7747
7748     actor: Paint the background color in the paint class handler
7749     
7750     We need to paint the background color in the default class handler for
7751     two reasons: it's logically appropriate, and we don't want actor
7752     subclasses overriding the ::paint class handler to change behaviour only
7753     because somebody decided to set the background color.
7754
7755  clutter/clutter-actor.c |   38 +++++++++++++++++++-------------------
7756  1 file changed, 19 insertions(+), 19 deletions(-)
7757
7758 commit 2aaf359272aa3b7a38e472bed10aff69caa7303b
7759 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7760 Date:   Tue Dec 20 15:59:15 2011 +0000
7761
7762     docs: Update the release notes
7763
7764  README.in |   11 +++++++++++
7765  1 file changed, 11 insertions(+)
7766
7767 commit e6082fe42f9fbee6b3e01ca86118fab455cca4b0
7768 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7769 Date:   Tue Dec 20 15:49:20 2011 +0000
7770
7771     docs: Clean up ClutterContainer's description
7772     
7773     The API to add/remove/iterate over children is in ClutterActor, now.
7774
7775  clutter/clutter-container.c |   11 +++--------
7776  1 file changed, 3 insertions(+), 8 deletions(-)
7777
7778 commit 7f092af15b46daba025d41646bb18c5d7ebb4d03
7779 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7780 Date:   Tue Dec 20 15:21:06 2011 +0000
7781
7782     container: Add diagnostic warnings for deprecated vfuncs
7783     
7784     The old add(), remove(), and foreach() virtual functions are deprecated;
7785     ClutterContainer should warn if the public API detects that the vfuncs
7786     have been overridden.
7787     
7788     Strictly speaking, it's still legal to override those vfuncs: you can
7789     chain up to the default vtable, or you could just provide an equivalent
7790     implementation. The goal is to avoid having to override the Container
7791     interface, until we can safely deprecate it and remove it in Clutter
7792     2.0.
7793
7794  clutter/clutter-container.c |   51 ++++++++++++++++++++++++++++++++++++++++---
7795  1 file changed, 48 insertions(+), 3 deletions(-)
7796
7797 commit 477c60c185fd666bf9ce207915cbffca4e8aaa02
7798 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7799 Date:   Tue Dec 20 15:04:24 2011 +0000
7800
7801     container: Provide default implementation of vfuncs
7802     
7803     Instead of making ClutterActor implement the basic add/remove/foreach
7804     virtual functions of ClutterContainer, we can simply do that from
7805     within the ClutterContainer implementation.
7806
7807  clutter/clutter-actor.c     |   49 -----------------------
7808  clutter/clutter-container.c |   92 +++++++++++++++++++++++++++----------------
7809  2 files changed, 59 insertions(+), 82 deletions(-)
7810
7811 commit 959f875cbcfd5c5b11818b589aeb6a284d046695
7812 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7813 Date:   Tue Dec 20 14:58:08 2011 +0000
7814
7815     container: Deprecate more methods
7816     
7817     The get_children(), foreach(), and foreach_with_internals() methods and
7818     virtual functions are superceded by the Actor API, and should not be
7819     used in newly written code.
7820
7821  clutter/clutter-container.c            |   15 +++++++++++++--
7822  clutter/clutter-container.h            |   17 +++++------------
7823  clutter/deprecated/clutter-container.h |   13 +++++++++++++
7824  3 files changed, 31 insertions(+), 14 deletions(-)
7825
7826 commit 4eaa899871924304f4eb635fdaad3ef0663de51a
7827 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7828 Date:   Tue Dec 20 14:57:38 2011 +0000
7829
7830     group: Use Actor.remove_all_children()
7831     
7832     To implement the remove_all() method.
7833
7834  clutter/deprecated/clutter-group.c |   18 +++---------------
7835  1 file changed, 3 insertions(+), 15 deletions(-)
7836
7837 commit 1979faee0065d34b211e205d64f5484a58285480
7838 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7839 Date:   Tue Dec 20 14:56:54 2011 +0000
7840
7841     cally: Use Actor.get_children()
7842     
7843     Instead of the Container method, given that the new get_children() gives
7844     us more actors by default.
7845
7846  clutter/cally/cally-actor.c |   65 +++++++++++++++++++------------------------
7847  1 file changed, 28 insertions(+), 37 deletions(-)
7848
7849 commit b42f17b2dcab6d750124afb90b01612311b672ad
7850 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7851 Date:   Tue Dec 20 14:47:35 2011 +0000
7852
7853     tests/interactive: Add a simple test for Actor
7854     
7855     It's meant to be xincluded in the API reference.
7856
7857  tests/interactive/Makefile.am  |    3 +-
7858  tests/interactive/test-actor.c |   62 ++++++++++++++++++++++++++++++++++++++++
7859  2 files changed, 64 insertions(+), 1 deletion(-)
7860
7861 commit 425ead5bd7316c415cff8094d30dca89ac59e347
7862 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7863 Date:   Tue Dec 20 14:47:04 2011 +0000
7864
7865     actor: Add some debug spew
7866
7867  clutter/clutter-actor.c |   16 ++++++++++++++++
7868  1 file changed, 16 insertions(+)
7869
7870 commit 86152f478db1ad0f51f97f341bcd7b1f6397d965
7871 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7872 Date:   Tue Dec 20 13:32:37 2011 +0000
7873
7874     docs: Update the Actor API reference
7875     
7876     Given the size and scope of the changes in ClutterActor, we ought to
7877     rewrite the overall description of what an actor is, what it does, and
7878     how are you supposed to use it and subclass it.
7879
7880  clutter/clutter-actor.c                            |  213 +++----
7881  doc/reference/clutter/Makefile.am                  |   16 +-
7882  doc/reference/clutter/clutter-docs.xml.in          |    5 +-
7883  doc/reference/clutter/clutter-sections.txt         |   65 +-
7884  doc/reference/clutter/creating-behaviours.xml      |   68 --
7885  doc/reference/clutter/subclassing-ClutterActor.xml |  672 --------------------
7886  6 files changed, 175 insertions(+), 864 deletions(-)
7887
7888 commit 59590994737e2d05013c9941ac64ddb8a6d734eb
7889 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7890 Date:   Mon Dec 19 18:48:02 2011 +0000
7891
7892     Deprecate Container add() and remove() methods
7893     
7894     This will make things interesting.
7895     
7896     We have better replacements in ClutterActor, that do The Right Thing™
7897     instead of deferring control and requiring reimplementation in every
7898     single container actor.
7899
7900  clutter/Makefile.am                    |    1 +
7901  clutter/clutter-actor.c                |   12 ++-
7902  clutter/clutter-bin-layout.c           |    3 +
7903  clutter/clutter-box-layout.c           |    3 +
7904  clutter/clutter-container.c            |  174 ++++++++++++++++++++------------
7905  clutter/clutter-container.h            |   16 ---
7906  clutter/clutter-deprecated.h           |    1 +
7907  clutter/clutter-flow-layout.c          |    3 +
7908  clutter/clutter-script-parser.c        |    4 +-
7909  clutter/clutter-table-layout.c         |    3 +
7910  clutter/deprecated/clutter-box.c       |    3 +
7911  clutter/deprecated/clutter-container.h |   64 ++++++++++++
7912  12 files changed, 198 insertions(+), 89 deletions(-)
7913
7914 commit f61916fc5e81d9265896b42cf34d53c5af987d00
7915 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7916 Date:   Mon Dec 19 18:01:04 2011 +0000
7917
7918     actor: Add remove_all_children()
7919     
7920     A simple method for removing all children of an actor in one fell swoop.
7921
7922  clutter/clutter-actor.c           |   50 +++++++++++++++++++++++++++++++++----
7923  clutter/clutter-actor.h           |    1 +
7924  tests/conform/test-actor-graph.c  |   28 +++++++++++++++++++++
7925  tests/conform/test-conform-main.c |    3 ++-
7926  4 files changed, 76 insertions(+), 6 deletions(-)
7927
7928 commit 673961f40cb69ad28806dfe763d74bac3662a8ad
7929 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7930 Date:   Mon Dec 19 17:34:22 2011 +0000
7931
7932     docs: Clarify the Actor's iterator API behaviour
7933     
7934     It should be noted in the documentation that it is not safe to operate
7935     on the list of children of an Actor while iterating over it.
7936
7937  clutter/clutter-actor.c |   15 +++++++++++----
7938  1 file changed, 11 insertions(+), 4 deletions(-)
7939
7940 commit 4f470b9231275c6966bde054f1eaf5f57bdd88f8
7941 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7942 Date:   Mon Dec 19 14:37:42 2011 +0000
7943
7944     actor: Provide a proper implementation of replace_child()
7945     
7946     The correct sequence of actions should be remove(old) → insert(new), not
7947     insert(new) → remove(old). We can implement a simple delegate insertion
7948     functions to insert the new child between the previous and next siblings
7949     of the old child.
7950     
7951     While we're at it, let's also add a unit test for replace_child().
7952
7953  clutter/clutter-actor.c           |   72 +++++++++++++++++++++++++++++++++++--
7954  tests/conform/test-actor-graph.c  |   60 +++++++++++++++++++++++++++++++
7955  tests/conform/test-conform-main.c |    1 +
7956  3 files changed, 130 insertions(+), 3 deletions(-)
7957
7958 commit 5cba8012073e36677a86abd9ac22a69153aa9be9
7959 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7960 Date:   Mon Dec 19 12:13:23 2011 +0000
7961
7962     actor: Fix get_paint_volume() default implementation
7963     
7964     Providing a default get_paint_volume() that takes into account the
7965     children of an actor was a goal of the whole First Apocalypse; if we
7966     make all the containers rely on it, and yet we return a FALSE value
7967     (meaning: we don't have a valid paint volume) even when we do have it,
7968     then we are going to break the whole machinery, though.
7969
7970  clutter/clutter-actor.c |    1 +
7971  1 file changed, 1 insertion(+)
7972
7973 commit 3ad77b417ce55a354945378e4a1aa22234540099
7974 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7975 Date:   Mon Dec 19 12:04:03 2011 +0000
7976
7977     stage: Use the Actor iteration API
7978
7979  clutter/clutter-stage.c |   11 ++++++++---
7980  1 file changed, 8 insertions(+), 3 deletions(-)
7981
7982 commit aa9e2a382c313d6b2ce13937268f9b1588ae5573
7983 Author: Emmanuele Bassi <ebassi@linux.intel.com>
7984 Date:   Mon Dec 19 11:53:48 2011 +0000
7985
7986     Remove usage of Actor/Container.get_children()
7987     
7988     ClutterBox and ClutterGroup are still using the get_children() method
7989     instead of the child iteration API.
7990
7991  clutter/deprecated/clutter-box.c   |   23 ++++++++++++-----------
7992  clutter/deprecated/clutter-group.c |   10 +++++++---
7993  2 files changed, 19 insertions(+), 14 deletions(-)
7994
7995 commit 62535bdc7350fd65310bf94aea3583577cf5b10e
7996 Author: Emmanuele Bassi <ebassi@gnome.org>
7997 Date:   Mon Dec 19 07:20:20 2011 +0000
7998
7999     actor: Simplify first/last child updates
8000
8001  clutter/clutter-actor.c |   45 +++++++++++++++++++--------------------------
8002  1 file changed, 19 insertions(+), 26 deletions(-)
8003
8004 commit ab429f4f4547863e5afa98ed622d478107dbb783
8005 Author: Emmanuele Bassi <ebassi@gnome.org>
8006 Date:   Sun Dec 18 22:35:45 2011 +0000
8007
8008     Drop some more ClutterContainer.get_children() uses
8009
8010  clutter/clutter-layout-manager.c |   11 ++++-------
8011  clutter/clutter-script-parser.c  |   19 ++++++++-----------
8012  2 files changed, 12 insertions(+), 18 deletions(-)
8013
8014 commit ec6873958b2fbf820686006677da1e44647b910c
8015 Author: Emmanuele Bassi <ebassi@gnome.org>
8016 Date:   Sun Dec 18 22:34:51 2011 +0000
8017
8018     fixed-layout: Use the Actor iteration API
8019     
8020     Forgot to migrate the FixedLayout layout manager like we did for the
8021     other layout managers provided by Clutter.
8022
8023  clutter/clutter-fixed-layout.c |   34 ++++++++++++++--------------------
8024  1 file changed, 14 insertions(+), 20 deletions(-)
8025
8026 commit 4d75e7a0f45c336441bf4cd218d5d922c8fd9897
8027 Author: Emmanuele Bassi <ebassi@gnome.org>
8028 Date:   Sun Dec 18 22:33:24 2011 +0000
8029
8030     cally: Use the Actor API instead of ClutterContainer
8031     
8032     Cally is doing a bunch of list traversals through the list returned by
8033     ClutterContainer.get_children(); this means a traversal already, plus
8034     a bunch of allocations. We can do better than that, now that we have
8035     a proper graph iteration API inside ClutterActor.
8036
8037  clutter/cally/cally-actor.c |   74 +++++++++++++++----------------------------
8038  1 file changed, 25 insertions(+), 49 deletions(-)
8039
8040 commit bd58694678fc2f6cdd6b6727677c8370ea62493b
8041 Author: Emmanuele Bassi <ebassi@gnome.org>
8042 Date:   Sun Dec 18 22:14:36 2011 +0000
8043
8044     actor: Add replace_child() method
8045     
8046     A simple method that atomically replaces a child actor with another one.
8047
8048  clutter/clutter-actor.c |   30 ++++++++++++++++++++++++++++++
8049  clutter/clutter-actor.h |    3 +++
8050  2 files changed, 33 insertions(+)
8051
8052 commit 238a6eb03de549249ff02dd3b3b82b9626f142cf
8053 Author: Emmanuele Bassi <ebassi@gnome.org>
8054 Date:   Sun Dec 18 21:18:27 2011 +0000
8055
8056     actor: Deprecate the old parent modifiers
8057     
8058     The old API should not be used in newly written code; we have better
8059     methods for setting up and modifying the scene graph, now.
8060
8061  clutter/clutter-actor.c            |   30 +++++++++++++++++++++---------
8062  clutter/clutter-actor.h            |    6 ------
8063  clutter/deprecated/clutter-actor.h |   11 +++++++++++
8064  3 files changed, 32 insertions(+), 15 deletions(-)
8065
8066 commit f2015baeb76b68eb5c5ac20f7f4bbf8dc43c8499
8067 Author: Emmanuele Bassi <ebassi@gnome.org>
8068 Date:   Sun Dec 18 21:09:44 2011 +0000
8069
8070     conform/actor-graph: Add lower/raise units
8071     
8072     Check that the lower_bottom(), lower(), raise(), and raise_top()
8073     methods work as intended.
8074
8075  tests/conform/test-actor-graph.c  |  106 +++++++++++++++++++++++++++++++++++++
8076  tests/conform/test-conform-main.c |    2 +
8077  2 files changed, 108 insertions(+)
8078
8079 commit 419a6a38f20781439669339c7a970d653523c5e7
8080 Author: Emmanuele Bassi <ebassi@gnome.org>
8081 Date:   Sun Dec 18 20:59:07 2011 +0000
8082
8083     conform: Add a suite for the Actor scene graph API
8084     
8085     Verify that insertion and removal maintain a stable graph, with pointers
8086     to the various children. This should help out tracking regressions in
8087     the scene graph API.
8088
8089  tests/conform/Makefile.am         |    1 +
8090  tests/conform/test-actor-graph.c  |  147 +++++++++++++++++++++++++++++++++++++
8091  tests/conform/test-conform-main.c |    7 +-
8092  3 files changed, 153 insertions(+), 2 deletions(-)
8093
8094 commit 813eef432548dd8bd1acfd3def86543d5530e24d
8095 Author: Emmanuele Bassi <ebassi@gnome.org>
8096 Date:   Sun Dec 18 20:57:02 2011 +0000
8097
8098     actor: Fix child insertion issues
8099     
8100     The insert_child_at_index, insert_below and insert_above messed up the
8101     first and last child pointers in various cases. This commit fixes all
8102     the instances of first and last child pointers being stale or set to
8103     NULL.
8104
8105  clutter/clutter-actor.c |   45 ++++++++++++++++++++++++++++++++++++++-------
8106  1 file changed, 38 insertions(+), 7 deletions(-)
8107
8108 commit 7e377b5aeef1dbf970b7fba391ccc9957ecd8e90
8109 Author: Emmanuele Bassi <ebassi@gnome.org>
8110 Date:   Sun Dec 18 11:26:29 2011 +0000
8111
8112     Port remaining layout managers to the new child iteration API
8113     
8114     TableLayout and FlowLayout now use the ClutterActor API for iterating
8115     over the children of an actor.
8116
8117  clutter/clutter-flow-layout.c  |   38 ++++++++-------
8118  clutter/clutter-table-layout.c |  104 ++++++++++++++++++++++++----------------
8119  2 files changed, 82 insertions(+), 60 deletions(-)
8120
8121 commit 9c9ab420600576d4b1ea127024f513a91c44bed0
8122 Author: Emmanuele Bassi <ebassi@gnome.org>
8123 Date:   Sun Dec 18 10:29:01 2011 +0000
8124
8125     Begin porting layout managers to the new child iteration API
8126     
8127     Instead of getting the list of children to iterate over it, let's use
8128     the newly added child iteration API; this should save us a bunch of
8129     allocations, as well as indirections.
8130     
8131     Ported: ClutterBinLayout and ClutterBoxLayout.
8132
8133  clutter/clutter-bin-layout.c |   34 ++++++++---------
8134  clutter/clutter-box-layout.c |   84 ++++++++++++++++++------------------------
8135  2 files changed, 52 insertions(+), 66 deletions(-)
8136
8137 commit 8b430507b5ba13f0caeae371251e0ae66da32b29
8138 Author: Emmanuele Bassi <ebassi@gnome.org>
8139 Date:   Sun Dec 18 10:26:35 2011 +0000
8140
8141     actor: Add children iteration methods
8142     
8143     Instead of requiring every consumer of the ClutterActor API that wishes
8144     to iterate over the children of an actor to use the get_children()
8145     method, we should provide an iteration API directly inside ClutterActor
8146     itself.
8147
8148  clutter/clutter-actor.c |   89 +++++++++++++++++++++++++++++++++++++++++++++--
8149  clutter/clutter-actor.h |   15 +++++---
8150  2 files changed, 97 insertions(+), 7 deletions(-)
8151
8152 commit 22259e09656a88dc0c080a0c327244cbfd78085b
8153 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8154 Date:   Fri Dec 16 18:41:38 2011 +0000
8155
8156     actor: Define the scene structure inside Actor
8157     
8158     Instead of storing the list of children, let's turn Actor inside a
8159     proper node of a tree.
8160     
8161     This change adds the following members to the Actor private data
8162     structure:
8163     
8164       first_child
8165       last_child
8166       prev_sibling
8167       next_sibling
8168     
8169     and removes the "children" GList from it; iteration is performed through
8170     the direct pointers to the siblings and children.
8171     
8172     This change makes removal, insertion before a sibling, and insertion
8173     after a sibling constant time operations, but it still retains the
8174     feature of ClutterActor.add_child() to build the list of children while
8175     taking into account the depth set on the newly added child, to allow the
8176     default painter's algorithm we employ inside the paint() implementation
8177     to at least try and cope with the :depth property (albeit in a fairly
8178     naïve way). Changes in the :depth property will not change the paint
8179     sequence any more: this functionality will be restored later.
8180
8181  clutter/clutter-actor.c |  512 +++++++++++++++++++++++++----------------------
8182  1 file changed, 278 insertions(+), 234 deletions(-)
8183
8184 commit 71545ae56f3d9cee09810bc4808d023807f25276
8185 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8186 Date:   Mon Dec 12 11:57:45 2011 +0000
8187
8188     actor: Use a cairo_rectangle_t instead of a ridiculous array
8189     
8190     Make the code maintainable and readable.
8191
8192  clutter/clutter-actor.c |   69 +++++++++++++++++++++--------------------------
8193  1 file changed, 31 insertions(+), 38 deletions(-)
8194
8195 commit ea7111333b666338ed5e2c753ce186e012a8d0bd
8196 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8197 Date:   Fri Dec 9 17:17:21 2011 +0000
8198
8199     actor: Document fields of ClutterActorPrivate
8200     
8201     The private data structure members could do with more comments
8202     documenting what they do.
8203
8204  clutter/clutter-actor.c |   18 ++++++++++++++++++
8205  1 file changed, 18 insertions(+)
8206
8207 commit 9eed2f58a635bebf9066f188498e095599d0d76d
8208 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8209 Date:   Fri Dec 9 14:38:25 2011 +0000
8210
8211     actor: Add TransformInfo
8212     
8213     ClutterTransformInfo is a (private) ancillary data structure that
8214     contains all the decomposed transformation data, i.e. rotation angles
8215     and centers, scale factors and centers, and anchor point. This data
8216     structure is stored in the GData of the actor instance instead of the
8217     actor's private data. This change gives us:
8218     
8219       • a smaller, cleaner private data structure;
8220       • no size penalty for untransformed actors;
8221       • static constant storage for the defaults, shared across all
8222         instances;
8223       • cache locality for all the decomposed transformation data,
8224         given that the structure size is smaller.
8225     
8226     At the end of the day, the only authoritative piece of information for
8227     actor transformation is the CoglMatrix that we initialize in
8228     apply_transform() from all the decomposed parameters, and that can stay
8229     inside the private data structure of ClutterActor.
8230
8231  clutter/clutter-actor-private.h |   58 +++
8232  clutter/clutter-actor.c         |  857 ++++++++++++++++++++++++---------------
8233  2 files changed, 589 insertions(+), 326 deletions(-)
8234
8235 commit 193af778663104bca0802821d5033f230eab91c0
8236 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8237 Date:   Thu Dec 8 14:33:06 2011 +0000
8238
8239     docs: Update the release notes
8240
8241  README.in |    9 +++++++++
8242  1 file changed, 9 insertions(+)
8243
8244 commit 376bf4a99084138b4728a80ac17fa0c0001892a9
8245 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8246 Date:   Thu Dec 8 10:01:53 2011 +0000
8247
8248     actor: Tweak the underallocation warning
8249     
8250     There are only two kinds of actors that allow underallocations,
8251     according to the API contract:
8252     
8253       • ClutterStage, as it is a viewport and it doesn't have an implicit
8254         minimum size;
8255     
8256       • Actors using the CLUTTER_ACTOR_NO_LAYOUT escape hatch, which allows
8257         them to bail out from our layout management policies.
8258     
8259     The warning about underallocations should take these two exceptions
8260     under consideration.
8261
8262  clutter/clutter-actor.c |   28 ++++++++++++++++++----------
8263  1 file changed, 18 insertions(+), 10 deletions(-)
8264
8265 commit 6d268fe5ca5c0d97a64dc5a47cf29f549010c556
8266 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8267 Date:   Tue Dec 6 17:49:27 2011 +0000
8268
8269     Deprecate ClutterRectangle
8270     
8271     A ClutterActor with a background color set covers 99% of the use cases
8272     for a Rectangle.
8273
8274  clutter/Makefile.am                    |    8 +-
8275  clutter/clutter-deprecated.h           |    1 +
8276  clutter/clutter-rectangle.c            |  553 -------------------------------
8277  clutter/clutter-rectangle.h            |  102 ------
8278  clutter/clutter.h                      |    1 -
8279  clutter/deprecated/clutter-rectangle.c |  558 ++++++++++++++++++++++++++++++++
8280  clutter/deprecated/clutter-rectangle.h |  116 +++++++
8281  7 files changed, 679 insertions(+), 660 deletions(-)
8282
8283 commit 6237eb7892f9b14d4e42d7ac2262c0a42e5f8433
8284 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8285 Date:   Tue Dec 6 17:33:44 2011 +0000
8286
8287     Deprecate ClutterGroup
8288     
8289     The Group functionality is now provided by ClutterActor.
8290     
8291     Sadly, we need to keep the ClutterGroup structure definition in the
8292     non-deprecated header because ClutterStage inherits from Group - an API
8293     wart that was never fixed during the 0.x cycles, and that we'll have to
8294     keep around until we can break API.
8295
8296  clutter/Makefile.am                |    2 +-
8297  clutter/clutter-group.c            |  278 ----------------------------------
8298  clutter/clutter-group.h            |   12 +-
8299  clutter/deprecated/clutter-group.c |  289 ++++++++++++++++++++++++++++++++++++
8300  clutter/deprecated/clutter-group.h |   14 ++
8301  5 files changed, 310 insertions(+), 285 deletions(-)
8302
8303 commit b4d269705ea18a0374c120c5b2172e0f4060d269
8304 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8305 Date:   Tue Dec 6 17:18:23 2011 +0000
8306
8307     Deprecate ClutterBox
8308     
8309     ClutterBox functionality has been implemented by ClutterActor, and
8310     proxied by the Box subclass; with the removal of the abstract bit on
8311     ClutterActor, we can safely deprecated ClutterBox.
8312
8313  clutter/Makefile.am              |    4 +-
8314  clutter/clutter-box.c            |  703 ------------------------------------
8315  clutter/clutter-box.h            |  127 -------
8316  clutter/clutter-deprecated.h     |    1 +
8317  clutter/clutter.h                |    1 -
8318  clutter/deprecated/clutter-box.c |  732 ++++++++++++++++++++++++++++++++++++++
8319  clutter/deprecated/clutter-box.h |  142 ++++++++
8320  7 files changed, 877 insertions(+), 833 deletions(-)
8321
8322 commit a6df0b6a53ac7946acd758529403cebe64716d43
8323 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8324 Date:   Tue Dec 6 17:44:04 2011 +0000
8325
8326     cally: Do not use Group API
8327     
8328     Avoids a deprecation warning.
8329
8330  clutter/cally/cally-group.c |    4 ++--
8331  1 file changed, 2 insertions(+), 2 deletions(-)
8332
8333 commit 7fd35edd3fae2bc6181de79f5d0be0d82034e9fe
8334 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8335 Date:   Tue Dec 6 16:09:53 2011 +0000
8336
8337     actor: Make Actor instantiatable
8338     
8339     ClutterActor now has all the API and capabilities for being a concrete
8340     class:
8341     
8342       - layout management, through delegation
8343       - container implementation and API
8344       - background color
8345     
8346     This means that a simple scene can be built straight out of actors
8347     without using subclasses except for the Stage.
8348     
8349     This is the first step towards the deprecation of most of the Actor
8350     subclasses provided by Clutter.
8351
8352  clutter/clutter-actor.c           |   40 +++++++++++++++++++++++++++----------
8353  clutter/clutter-actor.h           |    4 +++-
8354  tests/conform/test-actor-layout.c |   24 ++++++++++++++--------
8355  3 files changed, 48 insertions(+), 20 deletions(-)
8356
8357 commit 8caee3e97e27c4240c57f85c0381a4f11b8d959f
8358 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8359 Date:   Tue Dec 6 16:00:49 2011 +0000
8360
8361     group: Proxy last few methods to Actor
8362     
8363     At this point, ClutterGroup is basically just a shim layer on top of
8364     ClutterActor.
8365
8366  clutter/clutter-group.c |   24 +++++-------------------
8367  1 file changed, 5 insertions(+), 19 deletions(-)
8368
8369 commit 4acf8de8b460f87910e1d8c7105028546dce66d8
8370 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8371 Date:   Tue Dec 6 16:00:08 2011 +0000
8372
8373     actor: Provide more children methods
8374     
8375     Add a getter for the number of children, as well as a method to retrieve
8376     the child at a given index.
8377
8378  clutter/clutter-actor-private.h |    1 -
8379  clutter/clutter-actor.c         |   36 +++++++++++++++++++++++++++++++++++-
8380  clutter/clutter-actor.h         |    5 ++++-
8381  3 files changed, 39 insertions(+), 3 deletions(-)
8382
8383 commit b86cf3e2f3e240dde97838ff922d03d4e7004cd5
8384 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8385 Date:   Mon Dec 5 13:08:41 2011 +0000
8386
8387     group: Use the default get_paint_volume()
8388     
8389     ClutterActor does everything we did, and more.
8390
8391  clutter/clutter-group.c |   34 ----------------------------------
8392  1 file changed, 34 deletions(-)
8393
8394 commit e62536fad67e8e8250c0828006edafd6190c3d7d
8395 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8396 Date:   Mon Dec 5 12:45:08 2011 +0000
8397
8398     actor: Provide a better get_paint_volume() implementation
8399     
8400     ClutterActor can do better by default than just giving up immediately.
8401     
8402     An actor can check for the clip region, and for its children's paint
8403     volume, for instance.
8404     
8405     Just these two should give us a better default implementation for newly
8406     written code.
8407
8408  clutter/clutter-actor.c |   60 ++++++++++++++++++++++++++++++++++++++++++++++-
8409  1 file changed, 59 insertions(+), 1 deletion(-)
8410
8411 commit 7195d0fccf073f348177db6cb6aa495cf5a52181
8412 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8413 Date:   Mon Dec 5 10:25:42 2011 +0000
8414
8415     flow-layout: Fix minimum size request
8416     
8417     The minimum preferred size of a Flow layout manager is the size of a
8418     column or a row, as the whole point of the layout policy enforced by
8419     the Flow layout manager is to reflow when needed.
8420
8421  clutter/clutter-flow-layout.c        |    4 ++--
8422  tests/interactive/test-flow-layout.c |    6 ++----
8423  2 files changed, 4 insertions(+), 6 deletions(-)
8424
8425 commit ba093ed5e797c9ee52be4f43527dcfe2d9680a2c
8426 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8427 Date:   Mon Dec 5 10:19:45 2011 +0000
8428
8429     box: Proxy the Actor's background color properties
8430     
8431     ClutterBox's color and color-set properties can be implemented as
8432     proxies for the ClutterActor's newly added background-color and
8433     background-color-set properties, respectively.
8434     
8435     This also allows us to get rid of the paint() implementation inside
8436     ClutterBox altogether.
8437
8438  clutter/clutter-box.c |  112 +++++++++++++++----------------------------------
8439  1 file changed, 33 insertions(+), 79 deletions(-)
8440
8441 commit 98a8feae6414fcb427a242cdb86a91c1e07400f0
8442 Author: Emmanuele Bassi <ebassi@gnome.org>
8443 Date:   Mon Dec 5 08:41:51 2011 +0000
8444
8445     actor: Background color
8446     
8447     Each actor should have a background color property, disabled by default.
8448     
8449     This property allows us to cover 99% of the use cases for
8450     ClutterRectangle, and brings us one step closer to being able to
8451     instantiate ClutterActor directly.
8452
8453  clutter/clutter-actor.c |  137 ++++++++++++++++++++++++++++++++++++++++++++++-
8454  clutter/clutter-actor.h |    5 ++
8455  2 files changed, 141 insertions(+), 1 deletion(-)
8456
8457 commit 7d88a70b7807db4897a8dad24e657d8ac459cc4a
8458 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8459 Date:   Fri Dec 2 16:16:26 2011 +0000
8460
8461     actor: Cosmetic fixes to internal add/remove child
8462     
8463     Avoid code duplication all over the place.
8464
8465  clutter/clutter-actor.c |   63 ++++++++++++++++++++++++++++-------------------
8466  1 file changed, 38 insertions(+), 25 deletions(-)
8467
8468 commit 24a451b388c15c2f4d6987d4634ed5dae3cb91cd
8469 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8470 Date:   Fri Dec 2 15:38:25 2011 +0000
8471
8472     conform/layout: Remove last Container.add_actor() usage
8473     
8474     Use clutter_actor_add_child(), now that Stage falls back to the default
8475     implementation of Container provided by the Actor class.
8476
8477  tests/conform/test-actor-layout.c |    4 ++--
8478  1 file changed, 2 insertions(+), 2 deletions(-)
8479
8480 commit 3f877a3d7120854ab98f350f430d5f8a721a213e
8481 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8482 Date:   Fri Dec 2 15:36:58 2011 +0000
8483
8484     group: Use the default paint() implementation
8485     
8486     ClutterActor's paint implementation is perfectly fine for ClutterGroup:
8487     it paints the actor's children, which is exactly what ClutteGroup does.
8488
8489  clutter/clutter-group.c |   19 -------------------
8490  1 file changed, 19 deletions(-)
8491
8492 commit 798a2e5297646d9455a36400f4958fa5f7921f2a
8493 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8494 Date:   Fri Dec 2 14:41:55 2011 +0000
8495
8496     actor: Minor cosmetic fixes to the header
8497
8498  clutter/clutter-actor.h |  104 +++++++++++++++++++++++------------------------
8499  1 file changed, 50 insertions(+), 54 deletions(-)
8500
8501 commit b869019eb27735ac170661f0c365dc817533129d
8502 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8503 Date:   Fri Dec 2 12:12:40 2011 +0000
8504
8505     group: Do not override Container
8506     
8507     Let ClutterActor do all the work.
8508
8509  clutter/clutter-group.c |  276 ++++++++---------------------------------------
8510  1 file changed, 47 insertions(+), 229 deletions(-)
8511
8512 commit ef3dc2d1bac85b958b3bb8cf32d8045978c1a853
8513 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8514 Date:   Fri Dec 2 11:51:15 2011 +0000
8515
8516     actor: Make Actor.add_child and Container.add_actor idempotent
8517     
8518     And make sure that overriding Container and calling
8519     clutter_actor_add_child() will result in the same sequence of operations
8520     as the current set_parent()+queue_relayout()+signal_emit pattern.
8521     
8522     Existing containers can continue using:
8523     
8524             clutter_actor_set_parent (child, CLUTTER_ACTOR (container));
8525             clutter_actor_queue_relayout (CLUTTER_ACTOR (container));
8526             g_signal_emit_by_name (container, "actor-added", child);
8527     
8528     and newly written containers overriding Container.add() can simply call:
8529     
8530             clutter_actor_add_child (CLUTTER_ACTOR (container), child);
8531     
8532     instead.
8533
8534  clutter/clutter-actor.c           |  132 ++++++++++++++++++++++++++-----------
8535  tests/conform/test-actor-layout.c |   12 ++--
8536  2 files changed, 100 insertions(+), 44 deletions(-)
8537
8538 commit 2894587b221352241d8eb5fdb1136d9856c36b3c
8539 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8540 Date:   Tue Nov 29 18:10:57 2011 +0000
8541
8542     actor: Do not leak the layout manager
8543
8544  clutter/clutter-actor.c |    7 +++++++
8545  1 file changed, 7 insertions(+)
8546
8547 commit 038aadfa72c2c286e40564410a3b317f629180ea
8548 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8549 Date:   Tue Nov 29 18:03:05 2011 +0000
8550
8551     box: Drop Container interface overrides
8552     
8553     And defer as much as possible to ClutterActor's default implementation
8554     for basically everything.
8555
8556  clutter/clutter-box.c |  213 +++++--------------------------------------------
8557  1 file changed, 19 insertions(+), 194 deletions(-)
8558
8559 commit b7737855338f6dbb9c647a47a69354d368bdda60
8560 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8561 Date:   Tue Nov 29 18:02:20 2011 +0000
8562
8563     actor: Implement Container::sort_depth_order
8564     
8565     There's no reason this vfunc should be left out.
8566
8567  clutter/clutter-actor.c |   27 +++++++++++++++++++++++++++
8568  1 file changed, 27 insertions(+)
8569
8570 commit 86ec629776a1fd0661bb298b46b8d706ca17ac3e
8571 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8572 Date:   Tue Nov 29 17:41:33 2011 +0000
8573
8574     actor: Add child insertion methods
8575     
8576     We should allow inserting children at given indices, and at given
8577     stacking positions (relative or not to other children).
8578
8579  clutter/clutter-actor.c |  268 ++++++++++++++++++++++++++++++++++++++++++-----
8580  clutter/clutter-actor.h |   18 +++-
8581  2 files changed, 256 insertions(+), 30 deletions(-)
8582
8583 commit 8c2118542c565f6a81c0cda559eb979a766165b2
8584 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8585 Date:   Mon Nov 28 17:42:49 2011 +0000
8586
8587     conform: Begin a test suite for layout options
8588     
8589     A simple sampling check to validate that we're painting the right thing
8590     at the right place.
8591
8592  tests/conform/Makefile.am         |    3 +-
8593  tests/conform/test-actor-layout.c |  288 +++++++++++++++++++++++++++++++++++++
8594  tests/conform/test-conform-main.c |    2 +
8595  3 files changed, 292 insertions(+), 1 deletion(-)
8596
8597 commit 37d46649ce56ec55aaf23f7b745ae25224cf170a
8598 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8599 Date:   Mon Nov 28 15:30:52 2011 +0000
8600
8601     actor: Adjust the preferred size too
8602     
8603     Don't adjust just the allocation: we need to adjust the preferred size
8604     of the actor to account for the margin.
8605
8606  clutter/clutter-actor.c |  346 +++++++++++++++++++++++++++++++----------------
8607  clutter/clutter-actor.h |    1 +
8608  clutter/clutter-types.h |    4 +-
8609  3 files changed, 230 insertions(+), 121 deletions(-)
8610
8611 commit bf275751879848ff90fafe05fe9eb1c58f4f6190
8612 Author: Emmanuele Bassi <ebassi@gnome.org>
8613 Date:   Fri Nov 25 10:27:01 2011 +0000
8614
8615     actor: Maintain invariants in add_child/remove_child
8616     
8617     We need to queue a relayout when removing a visible child from a visible
8618     parent.
8619     
8620     We also need to insert the child at the right position (depending on the
8621     depth) so that newly added actors will be painted on top.
8622
8623  clutter/clutter-actor.c |  580 +++++++++++++++++++++++++++++++++++++++++++++--
8624  clutter/clutter-actor.h |    2 +
8625  clutter/clutter-types.h |   11 +
8626  3 files changed, 572 insertions(+), 21 deletions(-)
8627
8628 commit 9d9e98968f0373de795e0399c27c6c28dd9780cd
8629 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8630 Date:   Thu Nov 24 14:34:18 2011 +0000
8631
8632     actor: More cleanups to the Private data structure
8633     
8634     Try to document it properly. We can also remove some things that are
8635     properly encapsulated through functions, like the redraw clip volume.
8636
8637  clutter/clutter-actor.c |   87 ++++++++++++++++++++++++-----------------------
8638  clutter/clutter-stage.c |    6 ++--
8639  2 files changed, 46 insertions(+), 47 deletions(-)
8640
8641 commit 913276976789aba4f5b833d3bcb5d6fb0b260bd8
8642 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8643 Date:   Thu Nov 24 14:13:29 2011 +0000
8644
8645     actor: Store the fixed sizes into LayoutInfo
8646     
8647     Remove four more floats from ClutterActorPrivate.
8648     
8649     The fixed minimum and natural sizes should be stored inside the
8650     ClutterLayoutInfo structure, along with the fixed position.
8651
8652  clutter/clutter-actor-private.h |    9 ++
8653  clutter/clutter-actor.c         |  200 ++++++++++++++++++++++++++++-----------
8654  2 files changed, 152 insertions(+), 57 deletions(-)
8655
8656 commit b4d3b52b625717ee66c7e01d810559ac6ac8f8ef
8657 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8658 Date:   Thu Nov 24 14:11:00 2011 +0000
8659
8660     actor: Update the underallocations check
8661     
8662     Add a failsafe against a NULL parent, to avoid a segfault when calling
8663     clutter_actor_allocate() on the Stage.
8664     
8665     We also need to deal with floating point values: straight comparison is
8666     not going to cut it.
8667
8668  clutter/clutter-actor.c |    8 ++++++--
8669  1 file changed, 6 insertions(+), 2 deletions(-)
8670
8671 commit 409c3ed8ff15352aa600e45efbb59360edf69513
8672 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8673 Date:   Wed Nov 23 18:16:29 2011 +0000
8674
8675     actor: Adjust the allocation prior to call allocate()
8676     
8677     ClutterActor has various properties controlling the allocation:
8678     
8679       - x-align, y-align
8680       - margin-top, margin-bottom, margin-left, margin-right
8681     
8682     These properties should adjust the ClutterActorBox passed from the
8683     parent actor to its children when calling clutter_actor_allocate(),
8684     so that the child can just allocate its children at the right origin
8685     with the right available size.
8686
8687  clutter/clutter-actor-private.h |   32 ++++
8688  clutter/clutter-actor.c         |  402 +++++++++++++++++++++++++++++----------
8689  2 files changed, 329 insertions(+), 105 deletions(-)
8690
8691 commit a85c53ea0bce23a369c7e5225c0a36d500a460b7
8692 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8693 Date:   Tue Nov 22 17:03:00 2011 +0000
8694
8695     actor: Clean up property installation
8696
8697  clutter/clutter-actor.c |  798 ++++++++++++++++++++++-------------------------
8698  1 file changed, 377 insertions(+), 421 deletions(-)
8699
8700 commit a2a38ee7976c0c7e51eea89f3f12479a5afd5371
8701 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8702 Date:   Mon Nov 21 17:45:32 2011 +0000
8703
8704     actor: Add margin properties
8705     
8706     The actor class should be able to hold the margin offsets like it does
8707     for expand and alignment flags.
8708     
8709     Instead of filling the private data structure with data, we should be
8710     able to use an ancillary data structure, given that all this data is
8711     optional and might never be set in the first place.
8712
8713  clutter/clutter-actor.c |  474 ++++++++++++++++++++++++++++++++++++++++++-----
8714  clutter/clutter-actor.h |   13 ++
8715  clutter/clutter-types.h |   16 ++
8716  3 files changed, 452 insertions(+), 51 deletions(-)
8717
8718 commit c8659b6ca562154734f10338136aa9d148e0c13f
8719 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8720 Date:   Mon Nov 21 17:24:03 2011 +0000
8721
8722     actor: Add [xy]-align
8723     
8724     Allow an actor to define how it should occupy the extra space given to
8725     by its parent during the allocation.
8726
8727  clutter/clutter-actor.c |  101 +++++++++++++++++++++++++++++++++++++++++++++++
8728  clutter/clutter-actor.h |    7 ++++
8729  clutter/clutter-enums.h |   27 +++++++++++++
8730  3 files changed, 135 insertions(+)
8731
8732 commit 4453ee7266944e82bce30a5d84e15d94db83df0b
8733 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8734 Date:   Mon Nov 21 14:53:14 2011 +0000
8735
8736     actor: Provide Container::raise/lower implementations
8737
8738  clutter/clutter-actor.c |   67 ++++++++++++++++++++++++++++++++++++++++-------
8739  1 file changed, 57 insertions(+), 10 deletions(-)
8740
8741 commit 752151bc975bbaa0ecd8e67d5125e9051faa5eb8
8742 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8743 Date:   Mon Nov 21 14:52:39 2011 +0000
8744
8745     actor: Remove is-a(Container) checks
8746     
8747     All actors are now Container implementations, so there's no need to add
8748     a type check.
8749
8750  clutter/clutter-actor.c |   37 ++++++++++++++-----------------------
8751  1 file changed, 14 insertions(+), 23 deletions(-)
8752
8753 commit f2609dcca4ead9014dc81867b07c50666df4639b
8754 Author: Emmanuele Bassi <ebassi@gnome.org>
8755 Date:   Sun Nov 20 22:00:01 2011 +0000
8756
8757     actor: Add [xy]-expand properties
8758
8759  clutter/clutter-actor.c |   99 +++++++++++++++++++++++++++++++++++++++++++++++
8760  clutter/clutter-actor.h |    7 ++++
8761  2 files changed, 106 insertions(+)
8762
8763 commit d5086da3fd3c32ddb5359c7d0dc5b64700138a98
8764 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8765 Date:   Thu Nov 17 17:26:15 2011 +0000
8766
8767     box: Defer to ClutterActor
8768     
8769     Use the default implementation inside ClutterActor instead of our own,
8770     wherever possible.
8771
8772  clutter/clutter-box.c |  158 ++++++-------------------------------------------
8773  1 file changed, 17 insertions(+), 141 deletions(-)
8774
8775 commit 1c40151d0e38be7cc999febf126c0f151ed051d0
8776 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8777 Date:   Thu Dec 8 11:57:19 2011 +0000
8778
8779     actor: Default to a fixed layout manager
8780     
8781     In case no layout manager was set during construction, we fall back to a
8782     FixedLayout. The FixedLayout has the property of making the fixed
8783     positioning and sizing API, as well as the various Constraints, work
8784     out of the box.
8785
8786  clutter/clutter-actor.c |   17 +++++++++++++++++
8787  1 file changed, 17 insertions(+)
8788
8789 commit 11e876c86ba85e55c851201bedf8c5b6685091cc
8790 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8791 Date:   Thu Nov 17 17:07:10 2011 +0000
8792
8793     actor: Add :layout-manager
8794     
8795     Now that ClutterActor implements the Container contract we can actually
8796     defer the size negotiation to a ClutterLayoutManager directly from the
8797     default implementation of the Actor's virtual functions.
8798
8799  clutter/clutter-actor.c          |  144 ++++++++++++++++++++++++++++++++++++++
8800  clutter/clutter-actor.h          |    4 ++
8801  clutter/clutter-layout-manager.h |    1 -
8802  clutter/clutter-types.h          |    1 +
8803  4 files changed, 149 insertions(+), 1 deletion(-)
8804
8805 commit b45d78e6a17dea19db4c3369f3062ee5a1ed3a1d
8806 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8807 Date:   Thu Nov 17 16:32:05 2011 +0000
8808
8809     actor: Provide a default Container implementation
8810     
8811     We can provide most of the ClutterContainer implementation directly
8812     within ClutterActor — basically removing the need of having the
8813     Container interface in the first place. For backward compatibility
8814     reasons we can keep the interface, but let Actor implement it directly.
8815
8816  clutter/clutter-actor.c |   82 +++++++++++++++++++++++++++++++++++++++++++++++
8817  1 file changed, 82 insertions(+)
8818
8819 commit 8462b5ba458bb6fff93ecf7c8b74c6cf3101fd3c
8820 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8821 Date:   Thu Nov 17 15:23:05 2011 +0000
8822
8823     Do not use set_parent()/unparent() internally
8824     
8825     Use add_child()/remove_child() instead.
8826
8827  clutter/clutter-actor.c   |   12 ++++++------
8828  clutter/clutter-box.c     |    6 +++---
8829  clutter/clutter-group.c   |    4 ++--
8830  clutter/clutter-texture.c |   25 +++++++++++++++----------
8831  4 files changed, 26 insertions(+), 21 deletions(-)
8832
8833 commit 53aa64aeb9107ca0afc47a4aeb8667f5820c0190
8834 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8835 Date:   Thu Nov 17 15:03:32 2011 +0000
8836
8837     actor: Provide add/remove child and get children methods
8838     
8839     Let's try and move away from the reverse implicit scene graph build API,
8840     which we mutuated from GTK+, towards a more traditional node/child API.
8841     
8842     The set_parent()/unparent() API is confusing, unless you know the
8843     history; having a add_child()/remove_child() methods pair makes it more
8844     explicit.
8845     
8846     We can easily implement the old set_parent()/unparent() pair in terms of
8847     the newly add_child()/remove_child() one.
8848
8849  clutter/clutter-actor.c |  180 +++++++++++++++++++++++++++++------------------
8850  clutter/clutter-actor.h |    5 ++
8851  2 files changed, 116 insertions(+), 69 deletions(-)
8852
8853 commit 0396d3e7e6243037503d0bf220448caea13fea88
8854 Author: Neil Roberts <neil@linux.intel.com>
8855 Date:   Mon Jan 16 15:22:43 2012 +0000
8856
8857     Remove use of CoglVector3
8858     
8859     Cogl has removed the CoglVector3 type in favour of directly using an
8860     array of 3 floats.
8861     
8862     Reviewed-by: Robert Bragg <robert@linux.intel.com>
8863
8864  clutter/clutter-paint-volume.c |   11 ++++++-----
8865  clutter/clutter-private.h      |    4 ++--
8866  clutter/clutter-stage.c        |   32 ++++++++++++++++----------------
8867  3 files changed, 24 insertions(+), 23 deletions(-)
8868
8869 commit 7c14ba7d374db06db737b5b5e2df154ae5564df2
8870 Author: Emmanuele Bassi <ebassi@linux.intel.com>
8871 Date:   Fri Jan 13 16:21:15 2012 +0000
8872
8873     actor: Clean up the debug node for out-of-band transforms
8874     
8875     Enclose the check inside a #ifdef CLUTTER_ENABLE_DEBUG ... #endif, so
8876     that we can compile it out; also, use g_string_append() instead of the
8877     g_string_append_printf() function, given that we're just concatenating
8878     strings.
8879
8880  clutter/clutter-actor.c |   31 ++++++++++++++++++++++++-------
8881  1 file changed, 24 insertions(+), 7 deletions(-)
8882
8883 commit f2a4aee41254ff9eb44655de4d2c5e8f7767e5cb
8884 Author: Fran Diéguez <fran.dieguez@mabishu.com>
8885 Date:   Sun Jan 15 00:19:35 2012 +0100
8886
8887     Updated Galician translations
8888
8889  po/gl.po |  606 ++++++++++++++++++++++++++++++++------------------------------
8890  1 file changed, 315 insertions(+), 291 deletions(-)
8891
8892 commit e0e6b72b67e9c8c258a8e78fccf3655204b4a9e1
8893 Author: Emmanuele Bassi <ebassi@gnome.org>
8894 Date:   Thu Jan 12 23:20:59 2012 +0000
8895
8896     clutter.modules: Bump json-glib
8897
8898  build/clutter.modules |    2 +-
8899  1 file changed, 1 insertion(+), 1 deletion(-)
8900
8901 commit 646cf236a5dfba480f18f7dd82467ac3d2fe238f
8902 Author: Emmanuele Bassi <ebassi@gnome.org>
8903 Date:   Thu Jan 12 13:31:21 2012 +0000
8904
8905     backend: Remove ClutterBackend::redraw
8906     
8907     The ::redraw virtual function was a throwback from olden times, and has
8908     been thoroughly replaced by the equivalent vfunc on the StageWindow
8909     interface. We can safely remove it, now, and simplify the flow of the
8910     redraw code inside ClutterStage.
8911
8912  clutter/clutter-backend-private.h |   81 +++++++++++++++++--------------------
8913  clutter/clutter-backend.c         |   39 ------------------
8914  clutter/clutter-stage.c           |   23 ++++++++++-
8915  3 files changed, 58 insertions(+), 85 deletions(-)
8916
8917 commit 0c365f9f4c920274e1c1b8190b6bc804260355c6
8918 Author: Emmanuele Bassi <ebassi@gnome.org>
8919 Date:   Thu Jan 12 10:49:16 2012 +0000
8920
8921     gesture-action: Protect against NULL pointers
8922
8923  clutter/clutter-gesture-action.c |    8 ++++++--
8924  1 file changed, 6 insertions(+), 2 deletions(-)
8925
8926 commit 3b9b69ef54b0a90200477dd846921c46e01c2044
8927 Author: Emmanuele Bassi <ebassi@gnome.org>
8928 Date:   Thu Jan 12 10:49:02 2012 +0000
8929
8930     gesture-action: Use the event propagation macros
8931
8932  clutter/clutter-gesture-action.c |   18 +++++++++---------
8933  1 file changed, 9 insertions(+), 9 deletions(-)
8934
8935 commit d83fbd7bdf8cbeb5019e0be02ba4f0ac0aa5c436
8936 Author: Emmanuele Bassi <ebassi@gnome.org>
8937 Date:   Thu Jan 12 10:44:28 2012 +0000
8938
8939     docs: Add the ::destroy change in the release notes
8940     
8941     Given that I had to fix code inside Clutter that did not check for NULL
8942     pointers, I assume other people may experience the same issues.
8943
8944  README.in |    6 ++++++
8945  1 file changed, 6 insertions(+)
8946
8947 commit 99f7d627afd77852af0a038cab4a4e67c61450df
8948 Author: Emmanuele Bassi <ebassi@gnome.org>
8949 Date:   Thu Jan 12 10:40:38 2012 +0000
8950
8951     text: Use the event and source symbolic macros
8952     
8953     Instead of boolean values.
8954
8955  clutter/clutter-text.c |   32 ++++++++++++++++----------------
8956  1 file changed, 16 insertions(+), 16 deletions(-)
8957
8958 commit 21149adb12643b34b959aa6c889322dbae1a2fff
8959 Author: Emmanuele Bassi <ebassi@gnome.org>
8960 Date:   Thu Jan 12 10:39:59 2012 +0000
8961
8962     drop-action: Use the event propagation macros
8963
8964  clutter/clutter-drop-action.c |    8 ++++----
8965  1 file changed, 4 insertions(+), 4 deletions(-)
8966
8967 commit 81694d0dd969d41e8e9825f504c1e07603c2afd2
8968 Author: Emmanuele Bassi <ebassi@gnome.org>
8969 Date:   Thu Jan 12 10:34:50 2012 +0000
8970
8971     drag-action: Use the new event propagation macros
8972
8973  clutter/clutter-drag-action.c |   29 +++++++++++++++++------------
8974  1 file changed, 17 insertions(+), 12 deletions(-)
8975
8976 commit cce2e25ac7ef395d880352c93272256ea088c2dd
8977 Author: Emmanuele Bassi <ebassi@gnome.org>
8978 Date:   Thu Jan 12 10:34:26 2012 +0000
8979
8980     deform-effect: Check against NULL pointers
8981     
8982     Do not try to disconnect signal handlers from NULL pointers.
8983
8984  clutter/clutter-deform-effect.c |    4 +++-
8985  1 file changed, 3 insertions(+), 1 deletion(-)
8986
8987 commit 20e63532a4ed9b2a3476f0bf5e7cd45279ee2d13
8988 Author: Emmanuele Bassi <ebassi@gnome.org>
8989 Date:   Thu Jan 12 10:27:17 2012 +0000
8990
8991     click-action: Use the new symbolic event propagation macros
8992
8993  clutter/clutter-click-action.c |   20 ++++++++++----------
8994  1 file changed, 10 insertions(+), 10 deletions(-)
8995
8996 commit dbf3b607bf1b295c782ab8edfb2d80bc25f74a37
8997 Author: Emmanuele Bassi <ebassi@gnome.org>
8998 Date:   Thu Jan 12 10:26:47 2012 +0000
8999
9000     click-action: Be resilient against NULL pointers
9001     
9002     Do not try to disconnect signal handlers from NULL pointers.
9003
9004  clutter/clutter-click-action.c |    8 ++++++--
9005  1 file changed, 6 insertions(+), 2 deletions(-)
9006
9007 commit 8e6b3914ef77fc80af9fc5ca84b755c84551a245
9008 Author: Emmanuele Bassi <ebassi@gnome.org>
9009 Date:   Thu Jan 12 10:17:01 2012 +0000
9010
9011     build: Remove a bunch of useless checks
9012     
9013     Some pkg-config dependencies are still there from the days when Cogl
9014     was in tree - and even then, they barely made sense.
9015
9016  .gitignore   |    1 +
9017  configure.ac |   33 +++++----------------------------
9018  2 files changed, 6 insertions(+), 28 deletions(-)
9019
9020 commit 7ca37b6e58a8aed699fd2d461fcbb9a2704550a7
9021 Author: Emmanuele Bassi <ebassi@gnome.org>
9022 Date:   Thu Jan 12 10:10:09 2012 +0000
9023
9024     build: Fix the private pkg-config requirements
9025     
9026     Private pkg-config requirements are conditional.
9027
9028  configure.ac |   23 +++++++++++++++++------
9029  1 file changed, 17 insertions(+), 6 deletions(-)
9030
9031 commit ed9c3ee54ebafb6e477cafc39d36cc96574938ee
9032 Author: Rob Bradford <rob@linux.intel.com>
9033 Date:   Wed Jan 11 12:26:00 2012 +0000
9034
9035     wayland: Pull gdk-pixbuf in a private dependency
9036     
9037     This means it will get tested for explicitly as well as appearing in the
9038     Requires.private section of the pkg-config file.
9039
9040  configure.ac |    7 +++++--
9041  1 file changed, 5 insertions(+), 2 deletions(-)
9042
9043 commit 4afe793eedc6b822ac2aa9465808239cacaa9cf8
9044 Author: Rob Bradford <rob@linux.intel.com>
9045 Date:   Wed Jan 11 12:23:46 2012 +0000
9046
9047     build: Add infrastructure for inserting Requires.private into pkg-config files
9048
9049  clutter/clutter.pc.in |    2 ++
9050  configure.ac          |    5 +++++
9051  2 files changed, 7 insertions(+)
9052
9053 commit a9e6137f4727750e391b105581b4fd17acb09c31
9054 Author: Rob Bradford <rob@linux.intel.com>
9055 Date:   Tue Jan 10 17:25:35 2012 +0000
9056
9057     wayland: Attach cursor buffer to input device when it enters the surface
9058     
9059     The Wayland semantics mean that we must attach a buffer to the input device
9060     when the pointer enters the surface to provide a cursor.
9061
9062  clutter/wayland/clutter-input-device-wayland.c |   15 +++++++++++++--
9063  1 file changed, 13 insertions(+), 2 deletions(-)
9064
9065 commit e1434cebdb7b77ef39296eb80cb4b928a5267c2c
9066 Author: Rob Bradford <rob@linux.intel.com>
9067 Date:   Tue Jan 10 16:40:59 2012 +0000
9068
9069     wayland: Load a buffer from well known location for the cursor
9070     
9071     Semantic changes to Wayland means that we cannot rely on the compositor
9072     setting a pointer buffer for us if set it to nil. The first part of fixing
9073     this is to create an shm buffer containing the bytes for our cursor.
9074     
9075     The best way to do this currently is to load the cursor from the well known
9076     location where weston instals its cursor images. The code to implemente this
9077     was derivedlifted from the Wayland backend in GTK+.
9078
9079  clutter/wayland/clutter-backend-wayland.c |  179 +++++++++++++++++++++++++++++
9080  clutter/wayland/clutter-backend-wayland.h |    3 +
9081  2 files changed, 182 insertions(+)
9082
9083 commit 3c99fd2ddbdda96896acd2023cb2dbdeb7ff2544
9084 Author: Ryan Lortie <desrt@desrt.ca>
9085 Date:   Mon Jan 9 16:04:08 2012 +0100
9086
9087     Prevent .po file updates on simple 'make'
9088     
9089     https://bugzilla.gnome.org/show_bug.cgi?id=661128
9090
9091  autogen.sh         |    4 +
9092  po/clutter-1.0.pot | 2202 ----------------------------------------------------
9093  2 files changed, 4 insertions(+), 2202 deletions(-)
9094
9095 commit de942120242ec1257670b624b64a0102e1090f8b
9096 Author: Alexander Shopov <ash@kambanaria.org>
9097 Date:   Sun Jan 8 14:30:48 2012 +0200
9098
9099     Updated Bulgarian translation
9100
9101  po/bg.po | 1042 ++++++++++++++++++++++++++++++++------------------------------
9102  1 file changed, 540 insertions(+), 502 deletions(-)
9103
9104 commit d8e855e5854f57053f6fad491e9860dcc7287e56
9105 Author: Emmanuele Bassi <ebassi@gnome.org>
9106 Date:   Sat Jan 7 10:41:25 2012 +0000
9107
9108     osx: Use Lucida Grande as the default font
9109     
9110     Instead of falling back to the generic "Sans".
9111
9112  clutter/osx/clutter-backend-osx.c |   12 ++++++++----
9113  1 file changed, 8 insertions(+), 4 deletions(-)
9114
9115 commit 95d3e0f962a896bdfa24945b50e82ccd6d4e1495
9116 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9117 Date:   Fri Jan 6 14:04:43 2012 +0000
9118
9119     actor: Change the point of emission of ::destroy
9120     
9121     Currently, we're emitting the ClutterActor::destroy at the end of the
9122     dispose implementation - right before we chain up to the parent
9123     implementation.
9124     
9125     The point of emission makes the ::destroy signal handlers able to just
9126     use the actor pointer - as the actor state will have been mostly cleared
9127     by the time application can run. This (undocumented) behaviour severely
9128     limits the amount of things you can do inside a ::destroy signal
9129     handler, thus making the ::destroy signal just a weird weak reference,
9130     instead of a proper way to break application reference cycles.
9131     
9132     Given that this change relaxes some of the conditions, this change
9133     should be safe - obviously, if anything happens, we'll back it out; the
9134     conformance and interactive tests confirm that, for common patterns of
9135     usage, this change does not break existing code.
9136
9137  clutter/clutter-actor.c |    4 ++--
9138  1 file changed, 2 insertions(+), 2 deletions(-)
9139
9140 commit fa39f67eab9af470cc815a8900806567cd966721
9141 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9142 Date:   Fri Jan 6 14:02:54 2012 +0000
9143
9144     actor: Use g_clear_object()
9145     
9146     GLib has a nice, atomic object clearing function that allows us to drop
9147     code looking like:
9148     
9149       if (priv->object != NULL)
9150         {
9151           g_object_unref (priv->object);
9152           priv->object = NULL;
9153         }
9154     
9155     from the ::dispose implementation.
9156
9157  clutter/clutter-actor.c |   34 +++++-----------------------------
9158  1 file changed, 5 insertions(+), 29 deletions(-)
9159
9160 commit 88aaad9bdf22ae7d5d1c317d894faecc5d4a125c
9161 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9162 Date:   Tue Jan 3 14:38:56 2012 +0000
9163
9164     docs: Add event propagation symbolic constants
9165
9166  doc/reference/clutter/clutter-sections.txt |    2 ++
9167  1 file changed, 2 insertions(+)
9168
9169 commit e3511fcbac0eab551abd6038894ff2d17d8a1a23
9170 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9171 Date:   Tue Jan 3 14:00:40 2012 +0000
9172
9173     configure: Clean up help and configuration summary
9174
9175  configure.ac |   23 ++++++++++++++---------
9176  1 file changed, 14 insertions(+), 9 deletions(-)
9177
9178 commit f5fffb355b546cd36621b1de0bf15472da10f782
9179 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9180 Date:   Tue Jan 3 13:50:06 2012 +0000
9181
9182     Move Perspective and Fog definitions to clutter-types.h
9183     
9184     Since we reference the types from multiple files.
9185
9186  clutter/clutter-stage.h |    7 -------
9187  clutter/clutter-types.h |    4 ++++
9188  2 files changed, 4 insertions(+), 7 deletions(-)
9189
9190 commit fd1196c7b5b70f4f827998b19189c05ad699ad36
9191 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9192 Date:   Tue Jan 3 12:10:28 2012 +0000
9193
9194     docs/cookbook: Mention the event control macros
9195     
9196     Now that we have symbolic names for event propagation values for signal
9197     handlers, we ought to mention them in the cookbook.
9198
9199  doc/cookbook/events.xml |   26 ++++++++++++++++----------
9200  1 file changed, 16 insertions(+), 10 deletions(-)
9201
9202 commit 6184bf1b6e19fb73d96f20aa4f6bdf26ec299a0e
9203 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9204 Date:   Tue Dec 20 12:28:06 2011 +0000
9205
9206     Add symbolic constants for event propagation
9207     
9208     I always have to think twice before returning a value from an event
9209     signal handler, and I've been writing them for the past 10 years, so
9210     it's conceivable that application developers that start with Clutter
9211     will find them confusing as well.
9212     
9213     Simple symbolic names should be easier to use.
9214
9215  clutter/clutter-event.h |   22 +++++++++++++++++++++-
9216  1 file changed, 21 insertions(+), 1 deletion(-)
9217
9218 commit 83c560db984d188bc814fa02f2ff81f2d8e10055
9219 Author: Emmanuele Bassi <ebassi@gnome.org>
9220 Date:   Fri Dec 30 10:34:54 2011 +0000
9221
9222     docs: Update the release notes
9223
9224  README.in |    7 +++++++
9225  1 file changed, 7 insertions(+)
9226
9227 commit e689d0180056a2b02757c896910ff649187958fd
9228 Author: Emmanuele Bassi <ebassi@gnome.org>
9229 Date:   Fri Dec 30 10:23:15 2011 +0000
9230
9231     stage: Deprecate :use-fog and :fog
9232     
9233     The depth cueing through GL fog has been broken for a long while, now.
9234     
9235     The fog-related API in Clutter is ridiculously limited, and harks back
9236     to simpler times; the ClutterFog structure is not enough to express all
9237     the GL fog machinery, and required application code to connect to the
9238     Stage's paint implementation and drop into Cogl directly.
9239     
9240     Additionally, the fixed pipeline fog machinery in GL simply does not
9241     work with premultiplied alpha, unless you use a shader - and in that
9242     case it would only work for textures. Let's deprecate it, and just
9243     don't do anything if somebody has the brilliant idea of setting the
9244     :use-fog property to TRUE.
9245
9246  clutter/clutter-stage.c            |   44 +++++++----
9247  clutter/clutter-stage.h            |  153 +++++++++++++++++-------------------
9248  clutter/deprecated/clutter-stage.h |   14 ++++
9249  3 files changed, 113 insertions(+), 98 deletions(-)
9250
9251 commit 65889fa075f6123caf0d47568413466e039b5eef
9252 Author: Emmanuele Bassi <ebassi@gnome.org>
9253 Date:   Fri Dec 30 09:51:36 2011 +0000
9254
9255     box: Remove the sentinel annotation
9256     
9257     Sadly, we need to remove the G_GNUC_NULL_TERMINATED annotation from
9258     ClutterBox packing API; the compiler will otherwise emit a warning
9259     for perfectly legal statements like:
9260     
9261       clutter_box_pack (box, child, NULL);
9262     
9263     because of the missing sentinel.
9264     
9265     See also: g_object_new().
9266
9267  clutter/clutter-box.h |    8 ++++----
9268  1 file changed, 4 insertions(+), 4 deletions(-)
9269
9270 commit 180eecbce6b77539d112a19bb9887812546ef05e
9271 Author: Emmanuele Bassi <ebassi@gnome.org>
9272 Date:   Tue Dec 27 21:39:13 2011 +0000
9273
9274     docs: Document CLUTTER_ENABLE_DIAGNOSTIC
9275     
9276     Add a note in the API reference.
9277
9278  doc/reference/clutter/running-clutter.xml |   10 +++++++++-
9279  1 file changed, 9 insertions(+), 1 deletion(-)
9280
9281 commit 7d4a9c6f1e8e6f77688a5d15fc2644769d2a60a1
9282 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9283 Date:   Tue Dec 20 15:17:54 2011 +0000
9284
9285     Add diagnostic mode
9286     
9287     GLib has a "diagnostic mode" switch that can be checked to enable debug
9288     messages on deprecated properties and signals, as these are purely
9289     run-time constructs, and as such cannot be caught by compiler warnings.
9290     The diagnostic mode is toggled by a simple environment variable, and
9291     can be used to ease porting of application code.
9292     
9293     We can use something similar to mark deprecated virtual functions and
9294     other run-time constructs; to avoid collisions, we should use our own
9295     environment variable, CLUTTER_ENABLE_DIAGNOSTIC.
9296
9297  clutter/clutter-main.c    |   31 +++++++++++++++++++++++++++++++
9298  clutter/clutter-private.h |    4 ++++
9299  2 files changed, 35 insertions(+)
9300
9301 commit db246569b78c500caf2e8c58921bee0fc47b6bf8
9302 Author: Kjartan Maraas <kmaraas@gnome.org>
9303 Date:   Wed Dec 21 22:06:54 2011 +0100
9304
9305     Updated Norwegian bokmål translation
9306
9307  po/nb.po | 1046 ++++++++++++++++++++++++++++++++------------------------------
9308  1 file changed, 542 insertions(+), 504 deletions(-)
9309
9310 commit b882fcd8258f02a968dca381e498a3f1877bda5c
9311 Author: Jasper St. Pierre <jstpierre@mecheye.net>
9312 Date:   Sun Dec 18 23:20:04 2011 -0500
9313
9314     clutter-text: Fix memory leak
9315
9316  clutter/clutter-text.c |    2 ++
9317  1 file changed, 2 insertions(+)
9318
9319 commit 20bc5c2057f8bad1910c64e8ee49b6b798fbe8bc
9320 Author: Matej Urbančič <mateju@svn.gnome.org>
9321 Date:   Sat Dec 17 18:59:49 2011 +0100
9322
9323     Updated Slovenian translation
9324
9325  po/sl.po |  114 +++++++++++++++++++++++++++++++++++++-------------------------
9326  1 file changed, 69 insertions(+), 45 deletions(-)
9327
9328 commit c4590e59c72ac4253c4ede1badd4684bb616b30c
9329 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9330 Date:   Tue Dec 13 13:07:46 2011 +0800
9331
9332     Visual C++ 2008 projects update
9333     
9334     Refines things a little bit from the last Visual C++ 2008 project updates.
9335
9336  build/win32/vs9/cally-atkcomponent-example.vcproj    |    8 ++++----
9337  build/win32/vs9/cally-atkeditabletext-example.vcproj |    8 ++++----
9338  build/win32/vs9/cally-atkevents-example.vcproj       |    8 ++++----
9339  build/win32/vs9/cally-atktext-example.vcproj         |    8 ++++----
9340  build/win32/vs9/cally-clone-example.vcproj           |    8 ++++----
9341  build/win32/vs9/clutter.vsprops                      |   10 +++++-----
9342  6 files changed, 25 insertions(+), 25 deletions(-)
9343
9344 commit 1dd28537c4a3af3fffbcc4d85ec1c98126524d7b
9345 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9346 Date:   Tue Dec 13 13:05:16 2011 +0800
9347
9348     Update Visual C++ 2010 Projects
9349     
9350     Disable deprecation warning messages for the accessibility, performance
9351     and micro-bench programs.
9352
9353  build/win32/vs10/clutter.props            |    8 ++++++--
9354  build/win32/vs10/test-cogl-perf.vcxproj   |    8 ++++----
9355  build/win32/vs10/test-picking.vcxproj     |    8 ++++----
9356  build/win32/vs10/test-random-text.vcxproj |    8 ++++----
9357  build/win32/vs10/test-text-perf.vcxproj   |    8 ++++----
9358  build/win32/vs10/test-text.vcxproj        |    8 ++++----
9359  6 files changed, 26 insertions(+), 22 deletions(-)
9360
9361 commit 91b0aadbd400f0df69f7c80f456cb0ca06c17f8b
9362 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9363 Date:   Tue Dec 13 12:56:53 2011 +0800
9364
9365     Update Visual C++ 2008 Projects
9366     
9367     Turn off the deprecation warnings for the accessibility, performance
9368     and micro-bench programs.
9369
9370  build/win32/vs9/cally-atkcomponent-example.vcproj    |    8 ++++----
9371  build/win32/vs9/cally-atkeditabletext-example.vcproj |    8 ++++----
9372  build/win32/vs9/cally-atkevents-example.vcproj       |    8 ++++----
9373  build/win32/vs9/cally-atktext-example.vcproj         |    8 ++++----
9374  build/win32/vs9/cally-clone-example.vcproj           |    8 ++++----
9375  build/win32/vs9/clutter.vsprops                      |    6 +++++-
9376  build/win32/vs9/test-cogl-perf.vcproj                |    8 ++++----
9377  build/win32/vs9/test-picking.vcproj                  |    8 ++++----
9378  build/win32/vs9/test-random-text.vcproj              |    8 ++++----
9379  build/win32/vs9/test-text-perf.vcproj                |    8 ++++----
9380  build/win32/vs9/test-text.vcproj                     |    8 ++++----
9381  11 files changed, 45 insertions(+), 41 deletions(-)
9382
9383 commit 23960328d578d912162d52bc0c4096784add31cb
9384 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9385 Date:   Tue Dec 13 12:44:27 2011 +0800
9386
9387     Update clutter.symbols...
9388     
9389     ...For the addition of queue_redraw_with_clip (commit f0a246cd)
9390
9391  clutter/clutter.symbols |    1 +
9392  1 file changed, 1 insertion(+)
9393
9394 commit f0468cf828d933431ef4e18f3b60376f5df76cf6
9395 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9396 Date:   Mon Dec 12 16:44:47 2011 +0000
9397
9398     wayland/surface: Use queue_redraw_with_clip()
9399     
9400     Just like the X11 texture-pixmap actor.
9401     
9402     https://bugzilla.gnome.org/show_bug.cgi?id=660997
9403
9404  clutter/wayland/clutter-wayland-surface.c |   22 ++++++++--------------
9405  1 file changed, 8 insertions(+), 14 deletions(-)
9406
9407 commit 30c464e68f302c5039421b5cc9b043bfa8dc2e9c
9408 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9409 Date:   Mon Oct 31 11:56:23 2011 +0000
9410
9411     x11/texture-pixmap: Use ClutterActor.queue_redraw_with_clip()
9412     
9413     Instead of using a PaintVolume for a 2D region, and an internal
9414     function, use the newly added queue_redraw_with_clip() method.
9415     
9416     This removes the last bit of internal API usage in the
9417     ClutterX11TexturePixmap actor.
9418     
9419     https://bugzilla.gnome.org/show_bug.cgi?id=660997
9420
9421  clutter/x11/clutter-x11-texture-pixmap.c |   26 +++++++++-----------------
9422  1 file changed, 9 insertions(+), 17 deletions(-)
9423
9424 commit 749fe38fec090fcbf7cb0a7ea1c98028a08fcb4e
9425 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9426 Date:   Mon Oct 31 11:55:35 2011 +0000
9427
9428     x11/stage: Use ClutterActor.queue_redraw_with_clip()
9429     
9430     Instead of using a paint volume for a 2D region, use the newly added
9431     queue_redraw_with_clip() method.
9432     
9433     https://bugzilla.gnome.org/show_bug.cgi?id=660997
9434
9435  clutter/x11/clutter-stage-x11.c |   21 ++++++---------------
9436  1 file changed, 6 insertions(+), 15 deletions(-)
9437
9438 commit f0a246cdc6f3ca35d409b82297d2a99c5e8c7b32
9439 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9440 Date:   Mon Oct 31 11:53:45 2011 +0000
9441
9442     actor: Add queue_redraw_with_clip()
9443     
9444     Add a public version of the clipped queue redraw, using a 2D clip. This
9445     allows implementing actors with trackable 2D clipped regions, like the
9446     ClutterX11TexturePixmap, outside of Clutter itself.
9447     
9448     https://bugzilla.gnome.org/show_bug.cgi?id=660997
9449
9450  clutter/clutter-actor.c |   47 +++++++++++++++++++++++++++++++++++++++++++++--
9451  clutter/clutter-actor.h |    2 ++
9452  clutter/clutter-types.h |    2 ++
9453  3 files changed, 49 insertions(+), 2 deletions(-)
9454
9455 commit c3639fd798ddd195075a2edf1e37825deb5f5aa2
9456 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
9457 Date:   Fri Dec 9 18:08:48 2011 +0100
9458
9459     Updated Spanish translation
9460
9461  po/es.po |  244 +++++++++++++++++++++++++++++++++++---------------------------
9462  1 file changed, 137 insertions(+), 107 deletions(-)
9463
9464 commit 79c04bd1335db04b5152130a027d2d22c9486f56
9465 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9466 Date:   Thu Dec 8 10:01:06 2011 +0000
9467
9468     fixed-layout: Use a better quark name
9469     
9470     The "fixed-container" name is far too generic, and it may very likely
9471     lead to collisions with application code.
9472
9473  clutter/clutter-fixed-layout.c |   11 ++++++++---
9474  1 file changed, 8 insertions(+), 3 deletions(-)
9475
9476 commit 20b9ec8c6bd900960a811b38e968d2e976064821
9477 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9478 Date:   Tue Dec 6 17:43:13 2011 +0000
9479
9480     build: Disable deprecation warnings in tests/accessibility
9481     
9482     Like we do in the other tests/ sections.
9483
9484  tests/accessibility/Makefile.am |    2 +-
9485  1 file changed, 1 insertion(+), 1 deletion(-)
9486
9487 commit 9e3a8a678e44dd53f0a291a9d0e8e7d74e643d3c
9488 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9489 Date:   Tue Dec 6 17:56:45 2011 +0000
9490
9491     build: Disable deprecation warnings in tests/micro-bench
9492
9493  tests/micro-bench/Makefile.am |    2 ++
9494  1 file changed, 2 insertions(+)
9495
9496 commit bedf1664a7232cec704566e55c7804354f633f52
9497 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9498 Date:   Tue Dec 6 17:53:37 2011 +0000
9499
9500     build: Disable deprecation warnings in tests/performance
9501
9502  tests/performance/Makefile.am |    2 ++
9503  1 file changed, 2 insertions(+)
9504
9505 commit dc84557ac3af47b59f5145e68cddfe37ca910089
9506 Author: Jovan Naumovski <jovan3.14@gmail.com>
9507 Date:   Thu Dec 8 21:22:38 2011 +0100
9508
9509     Updated Macedonian translation.
9510
9511  po/mk.po | 2226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9512  1 file changed, 2226 insertions(+)
9513
9514 commit 764343c4973179ffaff7c8c4822a77312e32d1cd
9515 Author: Piotr Drąg <piotrdrag@gmail.com>
9516 Date:   Thu Dec 8 20:54:12 2011 +0100
9517
9518     Updated POTFILES.in
9519
9520  po/POTFILES.in |    1 +
9521  1 file changed, 1 insertion(+)
9522
9523 commit 320356e97f2312f8ad4285ca436dca71a69c7cec
9524 Author: Rob Bradford <rob@linux.intel.com>
9525 Date:   Thu Dec 8 17:39:15 2011 +0000
9526
9527     wayland: Refine enter/leave event handling
9528     
9529     The Wayland protocol now has events represent when a pointer enters the
9530     surface and when it leaves again.
9531     
9532     For leaves the surface is not set in the event, for enters the surface is set.
9533     Simply use this to determine whether to emit CLUTTER_ENTER or CLUTTER_LEAVE.
9534
9535  clutter/wayland/clutter-input-device-wayland.c |   16 ++++++++--------
9536  1 file changed, 8 insertions(+), 8 deletions(-)
9537
9538 commit 34cc45dae5f05be80e3eb389c55e40aed2e97bf4
9539 Author: Rob Bradford <rob@linux.intel.com>
9540 Date:   Thu Dec 8 17:32:27 2011 +0000
9541
9542     wayland: Update to latest Wayland API (wl_shell_surface transition)
9543     
9544     Previously the wl_shell object held the methods that allowed a client to
9545     request changes to the shell's state associated with a surface. These methods
9546     have now been moved to a wl_shell_surface object.
9547     
9548     This change allows configure events to be handled inside the stage rather than
9549     the backend.
9550
9551  clutter/wayland/clutter-backend-wayland.c |   30 +-----------------------
9552  clutter/wayland/clutter-stage-wayland.c   |   36 ++++++++++++++++++++++++++++-
9553  2 files changed, 36 insertions(+), 30 deletions(-)
9554
9555 commit af294aafe600145a2d891ad9a0ba5418f6583cc6
9556 Author: Robert Bragg <robert@linux.intel.com>
9557 Date:   Tue Dec 6 21:53:57 2011 +0000
9558
9559     Add public CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT define
9560     
9561     When clutter has been built with Wayland compositor support then we now
9562     expose a public CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT define so that
9563     applications can #ifdef code that depends on the api that this feature
9564     implies.
9565     
9566     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9567
9568  configure.ac |    5 +++--
9569  1 file changed, 3 insertions(+), 2 deletions(-)
9570
9571 commit 3e85ad6b95cfa41027d6fbf4a9caf0a7d84e8bce
9572 Author: Robert Bragg <robert@linux.intel.com>
9573 Date:   Tue Dec 6 21:49:15 2011 +0000
9574
9575     build: make internal option_xkb_* symbols static
9576     
9577     This makes the option_xkb_* symbols declared for the evdev device manager
9578     and the wayland device manager private so we don't get symbol collisions
9579     if both of these backends are enabled.
9580     
9581     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9582
9583  clutter/evdev/clutter-device-manager-evdev.c     |    6 +++---
9584  clutter/wayland/clutter-device-manager-wayland.c |    6 +++---
9585  2 files changed, 6 insertions(+), 6 deletions(-)
9586
9587 commit fd8965a710c313a968a7dc469b88778a7d55bf10
9588 Author: Robert Bragg <robert@linux.intel.com>
9589 Date:   Tue Dec 6 21:46:37 2011 +0000
9590
9591     xkb-utils: Adds #ifdef guards for repeat includes
9592     
9593     This adds #ifdef/#define repeat include guards for clutter-xkb-utils.h
9594     
9595     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9596
9597  clutter/evdev/clutter-xkb-utils.h |    5 +++++
9598  1 file changed, 5 insertions(+)
9599
9600 commit d8e76c341558f852bb1c4a94959120eeee459f88
9601 Author: Robert Bragg <robert@linux.intel.com>
9602 Date:   Mon Dec 5 14:01:30 2011 +0000
9603
9604     eglnative: fix building eglnative BE with evdev support
9605     
9606     this fixes how clutter-device-manager-evdev.h is included to fix a build
9607     problem caused by not being able to find the header.
9608     
9609     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9610
9611  clutter/egl/clutter-backend-eglnative.c |    2 +-
9612  1 file changed, 1 insertion(+), 1 deletion(-)
9613
9614 commit 602a89afa8f9ea548b8f98fb9e5ada3ef59f09f2
9615 Author: Robert Bragg <robert@linux.intel.com>
9616 Date:   Mon Dec 5 13:59:12 2011 +0000
9617
9618     evdev: fixes evdev build issues + don't ref default stage
9619     
9620     This updates the evdev input backend code to compile and also updates
9621     the code to not refer to the default stage and instead check for a
9622     stage to be associated with the input device. If no stage is currently
9623     associated with a device generating events then the events are dropped
9624     on the floor.
9625     
9626     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9627
9628  clutter/evdev/clutter-device-manager-evdev.c |   63 ++++++++++++++------------
9629  configure.ac                                 |    1 +
9630  2 files changed, 36 insertions(+), 28 deletions(-)
9631
9632 commit 86f2aed570dcd83becfc91c5a076027c687c0dae
9633 Author: Robert Bragg <robert@linux.intel.com>
9634 Date:   Mon Dec 5 13:49:28 2011 +0000
9635
9636     input: adds internal _clutter_input_device_get_stage api
9637     
9638     This adds internal api to be able to query the stage currently
9639     associated with a given input device so input backends shouldn't need to
9640     refer to the default stage.
9641     
9642     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9643
9644  clutter/clutter-device-manager-private.h |    1 +
9645  clutter/clutter-input-device.c           |   14 ++++++++++++++
9646  2 files changed, 15 insertions(+)
9647
9648 commit e5bde0b0743f718904d53731ea30d414ad915f4c
9649 Author: Robert Bragg <robert@linux.intel.com>
9650 Date:   Mon Dec 5 14:05:57 2011 +0000
9651
9652     tests: Adds a simple wayland compositor example
9653     
9654     This adds an extremely minimal wayland compositor to tests/interactive
9655     to test the ClutterWaylandSurface actor. Currently this minimal
9656     compositor doesn't support any input, it simply paints client surfaces
9657     fixed at the top-left of the stage.
9658     
9659     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9660
9661  tests/interactive/Makefile.am            |    4 +
9662  tests/interactive/test-wayland-surface.c |  567 ++++++++++++++++++++++++++++++
9663  2 files changed, 571 insertions(+)
9664
9665 commit 16ed7677e00fda9e9ef4e85ef7032a367e273e0c
9666 Author: Robert Bragg <robert@linux.intel.com>
9667 Date:   Fri May 13 16:54:11 2011 +0100
9668
9669     Adds wayland-surface actor for wayland compositors
9670     
9671     This adds a --enable-wayland-compositor configure option which will add
9672     support for a ClutterWaylandSurface actor which can be used to aid in
9673     writing Wayland compositors using Clutter by providing a ClutterActor to
9674     represent Wayland client surfaces.
9675     
9676     Notably this configure option isn't tied into any particular backend
9677     since conceptually the compositor support can be used in conjunction
9678     with any clutter backend that has corresponding Cogl support.
9679     
9680     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9681
9682  clutter/Makefile.am                          |    8 +
9683  clutter/clutter-backend.c                    |   41 ++
9684  clutter/wayland/clutter-wayland-compositor.h |   43 ++
9685  clutter/wayland/clutter-wayland-surface.c    |  565 ++++++++++++++++++++++++++
9686  clutter/wayland/clutter-wayland-surface.h    |   94 +++++
9687  configure.ac                                 |   28 +-
9688  doc/reference/clutter/clutter-sections.txt   |   15 +
9689  7 files changed, 792 insertions(+), 2 deletions(-)
9690
9691 commit 07c6f96cb43b1e0c788e50323f1184bd2906e3f7
9692 Author: Robert Bragg <robert@linux.intel.com>
9693 Date:   Mon May 9 22:45:33 2011 +0100
9694
9695     wayland: Updates client side wayland support
9696     
9697     This updates Wayland support in line with upstream changes to the Wayland
9698     API and protocol.
9699     
9700     This update means we no longer use the Cogl stub winsys so a lot of code
9701     that had to manually interact with EGL and implement a swap_buffers
9702     mechanism could be removed and instead we now depend on Cogl to handle
9703     those things for us.
9704     
9705     This update also adds an input device manager consistent with other
9706     clutter backends.
9707     
9708     Note: to use the client side "wayland" clutter backend you need to have
9709     built Cogl with --enable-wayland-egl-platform. If Cogl has been built
9710     with support for multiple winsys backends then you should run
9711     applications with COGL_RENDERER=EGL in the environment.
9712     
9713     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9714
9715  clutter/Makefile.am                              |   49 +-
9716  clutter/clutter-backend.c                        |   11 +
9717  clutter/wayland/clutter-backend-wayland.c        |  603 ++++----------------
9718  clutter/wayland/clutter-backend-wayland.h        |   38 +-
9719  clutter/wayland/clutter-device-manager-wayland.c |  226 ++++++++
9720  clutter/wayland/clutter-device-manager-wayland.h |   75 +++
9721  clutter/wayland/clutter-event-wayland.c          |    6 +-
9722  clutter/wayland/clutter-event-wayland.h          |   37 ++
9723  clutter/wayland/clutter-input-device-wayland.c   |  156 ++----
9724  clutter/wayland/clutter-input-device-wayland.h   |   56 ++
9725  clutter/wayland/clutter-stage-wayland.c          |  634 +---------------------
9726  clutter/wayland/clutter-stage-wayland.h          |   65 +--
9727  clutter/wayland/clutter-wayland.h                |   61 ---
9728  configure.ac                                     |   19 +-
9729  doc/reference/clutter/clutter-sections.txt       |    6 -
9730  15 files changed, 631 insertions(+), 1411 deletions(-)
9731
9732 commit 36c312cb241c5c87d3a8778ea376ab2b67601683
9733 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9734 Date:   Thu Dec 8 17:58:17 2011 +0800
9735
9736     Update Clutter Visual C++ 2008 Project
9737     
9738     Made up for missed pre-build command for x64/Release.
9739
9740  build/win32/vs9/clutter.vcprojin |    1 +
9741  1 file changed, 1 insertion(+)
9742
9743 commit 6ad1afd8037cffc73617f39c7a668a493d295bee
9744 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9745 Date:   Thu Dec 8 17:40:22 2011 +0800
9746
9747     clutter/Makefile.am: Update gen-enums.bat generation
9748     
9749     It's $(srcdir)/win32/clutter-win32.h, not $(srcdir)/clutter-win32.h
9750     
9751     Sorry!
9752
9753  clutter/Makefile.am |    4 ++--
9754  1 file changed, 2 insertions(+), 2 deletions(-)
9755
9756 commit b6c5c0602dfa152603d6345b0c2fc6a1d00b0cf4
9757 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9758 Date:   Thu Dec 8 17:39:26 2011 +0800
9759
9760     Update VS property sheets
9761     
9762     Generate clutter-marshal.[ch] before the clutter-enum-types.[ch].
9763     Strangely Visual C++ does funny things if this was done the other way
9764     around. :|
9765
9766  build/win32/vs10/clutter.props  |   14 +++++++-------
9767  build/win32/vs9/clutter.vsprops |    8 ++++----
9768  2 files changed, 11 insertions(+), 11 deletions(-)
9769
9770 commit 7a70e1f08b7755a7c3b79c21c49f746006ea7483
9771 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9772 Date:   Thu Dec 8 17:04:46 2011 +0800
9773
9774     clutter/Makefile.am-Create batch to gen enums (VS Support)
9775     
9776     Generate a .bat file to generate the clutter-enum-types.[ch] for use
9777     during the Visual C++ build process, which will greatly simplify the
9778     maintenanace of the VS build files as public headers are added or removed
9779     during the development process.
9780
9781  clutter/Makefile.am |   46 +++++++++++++++++++++++++++++++++++++++++++---
9782  1 file changed, 43 insertions(+), 3 deletions(-)
9783
9784 commit daf2b67ed28d3e6ef6d2b2ffa99c3ab86d67d0e6
9785 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9786 Date:   Thu Dec 8 17:02:17 2011 +0800
9787
9788     Update VS property sheets
9789     
9790     Use a pregenerated .bat file to generate the clutter-enum-types.[ch], which
9791     will greatly simplify the maintenanace of the VS build files as public
9792     headers are added or removed.
9793
9794  build/win32/vs10/clutter.props  |   21 +++------------------
9795  build/win32/vs9/clutter.vsprops |   14 +++-----------
9796  2 files changed, 6 insertions(+), 29 deletions(-)
9797
9798 commit 075ab0cbe64d656de950b6a383fdcc8d1356877e
9799 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9800 Date:   Wed Dec 7 18:14:17 2011 +0800
9801
9802     conform/Makefile.am: Update Win32 test .bat name
9803     
9804     Rename to test-conformance-clutter.bat to make the file name clearer to
9805     users
9806
9807  tests/conform/Makefile.am |    2 +-
9808  1 file changed, 1 insertion(+), 1 deletion(-)
9809
9810 commit 158245fda31e7adad38aa49e4c12efcad0e326e0
9811 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9812 Date:   Mon Dec 5 11:43:48 2011 +0000
9813
9814     backend: Fix em computation for non-absolute fonts
9815     
9816     If a font description is not set to have an absolute size then we were
9817     using the wrong transformation for points to device units.
9818
9819  clutter/clutter-backend.c |    8 ++------
9820  1 file changed, 2 insertions(+), 6 deletions(-)
9821
9822 commit 943a65b476431400bd0436e1be243a2917385866
9823 Author: Emmanuele Bassi <ebassi@linux.intel.com>
9824 Date:   Mon Dec 5 11:42:49 2011 +0000
9825
9826     backend: Return the correct default resolution
9827     
9828     If ClutterSettings:font-dpi is set to -1 then the default resolution
9829     should be returned by ClutterBackend — i.e. 96.0.
9830
9831  clutter/clutter-backend.c |   11 ++++++++++-
9832  1 file changed, 10 insertions(+), 1 deletion(-)
9833
9834 commit 8d234d270a00abee8c46561903193097de78efe3
9835 Author: Bastien Nocera <hadess@hadess.net>
9836 Date:   Thu Dec 1 19:29:58 2011 +0100
9837
9838     Fix Brazilian Portuguese translation
9839     
9840     Once you add the missing translator comments, it makes a lot
9841     more sense...
9842
9843  po/pt_BR.po |    9 ++++++++-
9844  1 file changed, 8 insertions(+), 1 deletion(-)
9845
9846 commit f7bb1e879ef083644acd4774dcb50c9edc018c6f
9847 Author: Jasper St. Pierre <jstpierre@mecheye.net>
9848 Date:   Sat Nov 26 05:15:17 2011 -0500
9849
9850     main: Fix keyboard event emission for non-reactive actors
9851     
9852     This is an innocent copy-paste issue that ended up breaking a few things
9853     
9854     https://bugzilla.gnome.org/show_bug.cgi?id=664582
9855
9856  clutter/clutter-main.c |    2 +-
9857  1 file changed, 1 insertion(+), 1 deletion(-)
9858
9859 commit 1dc7c4543896bfc2f2cd460cdea9c417aefd7952
9860 Author: Emmanuele Bassi <ebassi@gnome.org>
9861 Date:   Thu Dec 1 13:41:45 2011 +0000
9862
9863     x11: Do not try to access private structures
9864     
9865     ClutterInputDeviceX11 has been made private, so we cannot access it from
9866     outside of clutter-input-device-core-x11.c. We should have simple
9867     accessors for the min/max keycode, which is the only detail that we use.
9868
9869  clutter/x11/clutter-device-manager-core-x11.c |    5 +++--
9870  clutter/x11/clutter-input-device-core-x11.c   |   25 +++++++++++++++++++++++--
9871  clutter/x11/clutter-input-device-core-x11.h   |    6 ++++++
9872  3 files changed, 32 insertions(+), 4 deletions(-)
9873
9874 commit 67cdbbaf514ca8b33e4e19014b935aea40e91822
9875 Author: Manuel Osdoba <manuel.osdoba@acm.org>
9876 Date:   Sun Nov 13 21:49:23 2011 +0100
9877
9878     Currently Clutter only prints out a warning message in case some shader effects fail to compile
9879     
9880     Clutter-WARNING **: Unable to compile the GLSL
9881     shader: Fragment shader failed to compile with the following errors:
9882     
9883     The attached patch (against current git) should print out more
9884     information what makes it easier to answer user feedback.
9885     
9886     https://bugzilla.gnome.org/show_bug.cgi?id=664252
9887
9888  clutter/clutter-shader-effect.c |    4 ++--
9889  1 file changed, 2 insertions(+), 2 deletions(-)
9890
9891 commit 6336883da7aa15ec06d9f3218ad5c617e57af0a5
9892 Author: Bastian Winkler <buz@netbuz.org>
9893 Date:   Fri Nov 18 15:18:28 2011 +0100
9894
9895     path: Fix introspection annotations
9896     
9897     Add out annotations for clutter_path_get_node() and
9898     clutter_path_get_position()
9899     
9900     https://bugzilla.gnome.org/show_bug.cgi?id=664336
9901
9902  clutter/clutter-path.c |    4 ++--
9903  1 file changed, 2 insertions(+), 2 deletions(-)
9904
9905 commit dc77a5ef310c8da5a126f90a21a75520b5d925de
9906 Author: Emmanuele Bassi <ebassi@gnome.org>
9907 Date:   Thu Dec 1 10:39:11 2011 +0000
9908
9909     docs: Fix up the state.set_key() comment
9910
9911  clutter/clutter-state.c |    8 ++++----
9912  1 file changed, 4 insertions(+), 4 deletions(-)
9913
9914 commit 1e05e8ceaff25dfb3600cf0798fbca23c1725e12
9915 Author: Jeremy Moles <jeremy@emperorlinux.com>
9916 Date:   Thu Dec 1 10:36:38 2011 +0000
9917
9918     Adds (allow-none) as source_target for clutter_state_set_key
9919     
9920     While working through the Python3/pygobject bindings, I came across a missing
9921     (allow-none) in clutter_state_set_key(). This allows the API to specify to None
9922     as the source_target.
9923     
9924     https://bugzilla.gnome.org/show_bug.cgi?id=664996
9925
9926  clutter/clutter-state.c |    2 +-
9927  1 file changed, 1 insertion(+), 1 deletion(-)
9928
9929 commit 627a1b19771b98864eb9e09a9537128a87dca05e
9930 Author: Neil Roberts <neil@linux.intel.com>
9931 Date:   Mon Nov 28 14:19:28 2011 +0000
9932
9933     effects: Use effect_queue_repaint instead of actor_queue_redraw
9934     
9935     The builtin effects ClutterColorizeEffect, ClutterDesaturateEffect and
9936     ClutterShaderEffect all have properties which only affect the
9937     rendering of the final texture not the contents of it. When these
9938     properties are updated we should queue a repaint of the effect not
9939     the actor so that we don't waste time repainting the contents of the
9940     offscreen buffer.
9941     
9942     https://bugzilla.gnome.org/show_bug.cgi?id=665052
9943     
9944     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9945
9946  clutter/clutter-colorize-effect.c   |   10 +---------
9947  clutter/clutter-desaturate-effect.c |   10 +---------
9948  clutter/clutter-shader-effect.c     |    2 +-
9949  3 files changed, 3 insertions(+), 19 deletions(-)
9950
9951 commit c687ece72d8d613d8af62615374839b9302abafe
9952 Author: Neil Roberts <neil@linux.intel.com>
9953 Date:   Mon Nov 28 16:27:57 2011 +0000
9954
9955     Fix building with profiling enabled
9956     
9957     There was an #ifdef'd section of code for profiling that was using the
9958     wrong variable name so it would not build.
9959     
9960     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9961
9962  clutter/clutter-main.c |    2 +-
9963  1 file changed, 1 insertion(+), 1 deletion(-)
9964
9965 commit a2774fb0dcce0c92036b69fb75092ec8dc80905d
9966 Author: Neil Roberts <neil@linux.intel.com>
9967 Date:   Mon Nov 28 13:08:57 2011 +0000
9968
9969     offscreen-effect: Track the size of the actor separately
9970     
9971     Previously the offscreen effect was keeping track of the size of the
9972     texture so that it could detect when a different size is requested and
9973     create a new texture. However this breaks if a subclass overrides
9974     create_texture to make the texture bigger because in that case the
9975     size of the texture will always be different from the calculated size
9976     of the actor. This patch makes it also track the size of the fbo that
9977     was requested before being passed through create_texture() and it
9978     instead uses that to detect when a new FBO is needed.
9979     
9980     https://bugzilla.gnome.org/show_bug.cgi?id=665040
9981     
9982     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
9983
9984  clutter/clutter-offscreen-effect.c |   17 +++++++++++++++--
9985  1 file changed, 15 insertions(+), 2 deletions(-)
9986
9987 commit 3f4bd0d9d4b619d8545a57ee6735eb136dacb1c4
9988 Author: Emmanuele Bassi <ebassi@gnome.org>
9989 Date:   Sun Nov 27 12:18:49 2011 +0000
9990
9991     conform: Add markers parsing to the timeline unit
9992     
9993     We should check that the newly added custom parser for timeline
9994     markers is working as intended.
9995
9996  tests/conform/test-conform-main.c            |    1 +
9997  tests/conform/test-timeline.c                |   40 ++++++++++++++++++++++++++
9998  tests/data/Makefile.am                       |    1 +
9999  tests/data/test-script-timeline-markers.json |   11 +++++++
10000  4 files changed, 53 insertions(+)
10001
10002 commit 24623c43a86fc00f5079994a0969e7689b01317b
10003 Author: Emmanuele Bassi <ebassi@gnome.org>
10004 Date:   Sun Nov 27 12:16:32 2011 +0000
10005
10006     timeline: Add custom parser for "markers"
10007     
10008     It should be possible to define markers in ClutterScript when
10009     describing a ClutterTimeline.
10010     
10011     The syntax is a trivial:
10012     
10013       "markers" : [
10014         { "name", <marker-name>, "time" : <msecs> }
10015       ]
10016     
10017     While at it, we should document it inside the API reference, as well
10018     as fleshing out the ClutterTimeline description.
10019
10020  clutter/clutter-timeline.c |  262 ++++++++++++++++++++++++++++++++++++++------
10021  1 file changed, 230 insertions(+), 32 deletions(-)
10022
10023 commit 3c35653a0785c2dab5a36bc33ff40301740c46b5
10024 Author: Matej Urbančič <mateju@svn.gnome.org>
10025 Date:   Fri Nov 25 21:21:46 2011 +0100
10026
10027     Updated Slovenian translation
10028
10029  po/sl.po |  892 +++++++++++++++++++++++++++++++-------------------------------
10030  1 file changed, 453 insertions(+), 439 deletions(-)
10031
10032 commit d82bf70d49cedcc345ab8a409a812806ce3a57d6
10033 Author: Bastian Winkler <buz@netbuz.org>
10034 Date:   Thu Nov 24 20:14:05 2011 +0100
10035
10036     script: Don't skip introspection for connect_signals_full()
10037     
10038     To allow language bindings to properly override Script.connect_signals()
10039     they'll need access access to Script.connect_signals_full().
10040     
10041     Thanks to Jeremy Moles for reporting.
10042
10043  clutter/clutter-script.c |    4 ++--
10044  1 file changed, 2 insertions(+), 2 deletions(-)
10045
10046 commit 49355f3287b0044a76dfea48c1e58375645072f8
10047 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10048 Date:   Wed Nov 23 17:29:23 2011 +0000
10049
10050     pc: Fix unexpanded variables
10051     
10052     PkgConfig doesn't like those.
10053
10054  clutter/clutter.pc.in |    4 ++--
10055  1 file changed, 2 insertions(+), 2 deletions(-)
10056
10057 commit c3b0db226f5a3d1de86cdf028d01dd64e6fa5605
10058 Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
10059 Date:   Tue Nov 22 20:25:02 2011 +0200
10060
10061     Updated Romanian translation
10062
10063  po/ro.po | 2262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10064  1 file changed, 2262 insertions(+)
10065
10066 commit 8afeb0e099416132ac8ad5d227aeaf8a9bd1767e
10067 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10068 Date:   Tue Nov 22 14:08:36 2011 +0000
10069
10070     Post-release version bump to 1.9.3
10071
10072  configure.ac |    2 +-
10073  1 file changed, 1 insertion(+), 1 deletion(-)
10074
10075 commit 1022aad97078dcbf5fde98bfee012c5428202dcd
10076 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10077 Date:   Tue Nov 22 11:59:33 2011 +0000
10078
10079     Release Clutter 1.9.2 (snapshot)
10080
10081  configure.ac |    2 +-
10082  1 file changed, 1 insertion(+), 1 deletion(-)
10083
10084 commit a13b095dc2beb9d4c1c3fe5cf15ebe02376e958c
10085 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10086 Date:   Tue Nov 22 12:11:06 2011 +0000
10087
10088     build: Fix distcheck
10089
10090  clutter/Makefile.am           |   40 +++++++++++++++++++---------------------
10091  tests/conform/Makefile.am     |   18 ++++++++----------
10092  tests/interactive/Makefile.am |   27 +++++++++++++++------------
10093  3 files changed, 42 insertions(+), 43 deletions(-)
10094
10095 commit cdd5f6142c767f76cd8a70274eda203b1a5a35b2
10096 Author: Emmanuele Bassi <ebassi@gnome.org>
10097 Date:   Tue Nov 22 01:20:48 2011 +0000
10098
10099     Update NEWS file
10100
10101  NEWS |   96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10102  1 file changed, 96 insertions(+)
10103
10104 commit a24ff882b6dd9eb3ab0a7cfdbb047b84a1bc5893
10105 Author: Emmanuele Bassi <ebassi@gnome.org>
10106 Date:   Tue Nov 22 01:00:58 2011 +0000
10107
10108     conform: Bail out GLSL-based tests
10109     
10110     If we don't have GLSL support on the platform.
10111
10112  tests/conform/test-pick.c          |    6 ++++++
10113  tests/conform/test-shader-effect.c |    3 +++
10114  2 files changed, 9 insertions(+)
10115
10116 commit 52ea1510a19233413a37801e1a72832027fcc548
10117 Author: Emmanuele Bassi <ebassi@gnome.org>
10118 Date:   Tue Nov 22 00:29:08 2011 +0000
10119
10120     docs: Fixes for the API reference
10121
10122  doc/reference/clutter/Makefile.am          |    1 +
10123  doc/reference/clutter/clutter-docs.xml.in  |    1 +
10124  doc/reference/clutter/clutter-sections.txt |   18 ++++++++++++++++++
10125  3 files changed, 20 insertions(+)
10126
10127 commit 02a020a7fd4b58a815fa80578aa32d0aa6d0e4d9
10128 Author: Florian Müllner <fmuellner@gnome.org>
10129 Date:   Fri Nov 18 22:04:31 2011 +0100
10130
10131     Add missing include
10132     
10133     clutter-profile.h used to be included via clutter-debug.h, but no
10134     more (8a4dc3c011) ...
10135
10136  clutter/cogl/clutter-stage-cogl.c |    1 +
10137  1 file changed, 1 insertion(+)
10138
10139 commit 6e15fd930a2b5cfb83f0edaf03be4a7d2e6ab8d2
10140 Author: Emmanuele Bassi <ebassi@gnome.org>
10141 Date:   Fri Nov 18 17:54:19 2011 +0000
10142
10143     debug: Simple whitespace cleanups
10144
10145  clutter/clutter-debug.h |   14 ++++++--------
10146  1 file changed, 6 insertions(+), 8 deletions(-)
10147
10148 commit 8a4dc3c011fb3dfe8157dfc228fedd72a81c3c12
10149 Author: Emmanuele Bassi <ebassi@gnome.org>
10150 Date:   Fri Nov 18 17:44:42 2011 +0000
10151
10152     debug: Clean up profile/debug symbols
10153     
10154     Since we have a _clutter_debug_message() function compiled in
10155     unconditionally we have no further need for the equivalent conditional
10156     version defined in clutter-profile.[ch]: we can simply do the work in
10157     one function.
10158
10159  clutter/clutter-debug.h   |   26 ++++++++++++--------------
10160  clutter/clutter-main.c    |    5 +++++
10161  clutter/clutter-profile.c |   13 -------------
10162  clutter/clutter-profile.h |   18 ++++++++----------
10163  4 files changed, 25 insertions(+), 37 deletions(-)
10164
10165 commit 92585be4d805a1cb0b60df92a0b235fd1a2824be
10166 Author: Emmanuele Bassi <ebassi@gnome.org>
10167 Date:   Fri Nov 18 17:32:01 2011 +0000
10168
10169     debug: Remove CLUTTER_GLERR
10170     
10171     The macro hasn't been used in a long while, as Cogl had its own version
10172     of it; and Clutter hasn't been using pure GL for some time now.
10173
10174  clutter/clutter-debug.h |    9 ---------
10175  1 file changed, 9 deletions(-)
10176
10177 commit 2d76407016075df8f3b12ffb4429c37ae33ccd33
10178 Author: Emmanuele Bassi <ebassi@gnome.org>
10179 Date:   Fri Nov 18 17:30:39 2011 +0000
10180
10181     debug: Remove CLUTTER_MARK
10182     
10183     The debug macro is seldom used, and it's a bit lame at that.
10184
10185  clutter/clutter-debug.h   |    3 ---
10186  clutter/clutter-main.c    |    4 ----
10187  clutter/clutter-texture.c |    8 --------
10188  3 files changed, 15 deletions(-)
10189
10190 commit ecdb12ecc3b5ab098173e580b693de1629ddc016
10191 Author: Emmanuele Bassi <ebassi@gnome.org>
10192 Date:   Fri Nov 18 17:23:30 2011 +0000
10193
10194     conform/cogl-pixel-buffer: Remove unused variable
10195
10196  tests/conform/test-cogl-pixel-buffer.c |    5 -----
10197  1 file changed, 5 deletions(-)
10198
10199 commit 90f37d5636f5a1cec3e8423625647f774af7141f
10200 Author: Emmanuele Bassi <ebassi@gnome.org>
10201 Date:   Fri Nov 18 17:22:12 2011 +0000
10202
10203     cairo-texture: Skip ::draw emission for 0x0 surfaces
10204     
10205     This also avoids an assertion failure.
10206
10207  clutter/clutter-cairo-texture.c |    6 ++++++
10208  1 file changed, 6 insertions(+)
10209
10210 commit 225820c4b4d5af5e619e941b67dbdba8e47a432d
10211 Author: Rico Tzschichholz <ricotz@t-online.de>
10212 Date:   Fri Nov 18 18:08:01 2011 +0100
10213
10214     Fix 'make dist'
10215
10216  tests/interactive/Makefile.am |   17 ++++++++++++-----
10217  1 file changed, 12 insertions(+), 5 deletions(-)
10218
10219 commit 516b5de7566a453d1009a5465e9452d9642d1fee
10220 Author: Rico Tzschichholz <ricotz@t-online.de>
10221 Date:   Fri Nov 18 17:38:45 2011 +0100
10222
10223     tests: Remove some trailing spaces
10224
10225  tests/interactive/Makefile.am |    7 ++++---
10226  1 file changed, 4 insertions(+), 3 deletions(-)
10227
10228 commit 73e7404652567a5a095021909b90507c1d7ed42e
10229 Author: Emmanuele Bassi <ebassi@gnome.org>
10230 Date:   Fri Nov 18 15:12:45 2011 +0000
10231
10232     build: Clean up the VS build rules
10233     
10234     Some minor cleanups of the Visual Studio rules in the interactive and
10235     conformance test suites.
10236
10237  .gitignore                    |    1 +
10238  build/win32/.gitignore        |    1 +
10239  tests/conform/Makefile.am     |   35 +++++++++++++++++------------------
10240  tests/interactive/Makefile.am |   28 +++++++++++++---------------
10241  4 files changed, 32 insertions(+), 33 deletions(-)
10242
10243 commit b62216955ff768fb3ec4e8f3f99e6bdd1fd27fe2
10244 Author: Rico Tzschichholz <ricotz@t-online.de>
10245 Date:   Fri Nov 18 13:39:06 2011 +0100
10246
10247     build: Make sure test-unit-names.h is generated
10248
10249  tests/interactive/Makefile.am |    2 +-
10250  1 file changed, 1 insertion(+), 1 deletion(-)
10251
10252 commit a69c4fdc59682579a05b157afa822f6fc9e7a336
10253 Merge: d3a9bf2 ebf12a8
10254 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10255 Date:   Thu Nov 17 22:17:01 2011 +0800
10256
10257     Merge branch 'master' into msvc-support-master
10258
10259 commit ebf12a8cd724ff5136021d4b3aaa6e61531620d4
10260 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10261 Date:   Wed Nov 16 16:42:41 2011 +0000
10262
10263     docs: Document the DeformEffect wrap-mode change
10264     
10265     The change from CoglVertexBuffer to CoglPrimitive led to a change of the
10266     default wrap-mode for the pipeline. Since using REPEAT can introduce
10267     artifacts when sampling outside the [ 0, 1 ] texture coordinates range,
10268     and since the default wrap mode was not documented anyway, we want to
10269     keep the change from REPEAT to CLAMP, but it's worth adding an entry in
10270     the release notes.
10271
10272  README.in |   10 ++++++++++
10273  1 file changed, 10 insertions(+)
10274
10275 commit ef02de19e8a351b0f38b05d19423dd4a4eb3012c
10276 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10277 Date:   Wed Nov 16 14:50:36 2011 +0000
10278
10279     interactive: Remove test-model
10280     
10281     The model API is already tested in the conformance test suite.
10282
10283  tests/interactive/Makefile.am  |    1 -
10284  tests/interactive/test-model.c |  237 ----------------------------------------
10285  2 files changed, 238 deletions(-)
10286
10287 commit 15000307fdf06efda2b74889e021c63deb354a51
10288 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10289 Date:   Wed Nov 16 13:59:11 2011 +0000
10290
10291     interactive: Remove test-unproject
10292     
10293     The coordinate transformation code is exercised throughout the
10294     conformance and interactive tests, so there's no need to have a specific
10295     interactive test that doesn't do anything more complicated than calling
10296     clutter_actor_transform_stage_point().
10297
10298  tests/interactive/Makefile.am      |    1 -
10299  tests/interactive/test-unproject.c |  157 ------------------------------------
10300  2 files changed, 158 deletions(-)
10301
10302 commit d3a9bf201b42f156d4743b8a194d0e03f41ff7ef
10303 Merge: 39c3ccf bf9339b
10304 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10305 Date:   Wed Nov 16 09:15:16 2011 +0800
10306
10307     Merge branch 'master' into msvc-support-master
10308
10309 commit bf9339b8f468dfb12eee95472f0b284acbf56487
10310 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10311 Date:   Tue Nov 15 17:58:25 2011 +0000
10312
10313     Deprecate some more old, useless API
10314     
10315     We still ship clutter_get_show_fps() and clutter_get_debug_enabled() as
10316     public entry points. Yet another case of missing API review prior to the
10317     1.0 release, so really the bucket stops around my desk.
10318     
10319     Let's deprecate these two useless functions, and reduce the API
10320     footprint of Clutter.
10321
10322  clutter/clutter-main.c            |   28 +++++++++++++++++++---------
10323  clutter/clutter-main.h            |    2 --
10324  clutter/clutter-private.h         |    2 ++
10325  clutter/clutter-stage.c           |    4 ++--
10326  clutter/deprecated/clutter-main.h |    6 ++++++
10327  5 files changed, 29 insertions(+), 13 deletions(-)
10328
10329 commit 66d46fd55e15b7e882cbf99d7525475eb35c4322
10330 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10331 Date:   Tue Nov 15 17:47:00 2011 +0000
10332
10333     Deprecate clutter_get_timestamp()
10334     
10335     This function should have never been made public in the first place; its
10336     output depends on a configuration option of Clutter, and it's basically
10337     useful only for internal debugging.
10338
10339  clutter/clutter-main.c            |   16 ++++++++++++++--
10340  clutter/clutter-main.h            |    1 -
10341  clutter/deprecated/clutter-main.h |    3 +++
10342  3 files changed, 17 insertions(+), 3 deletions(-)
10343
10344 commit 59f395d856e46f6c6a2bc8901db3ecb3f73ee50a
10345 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10346 Date:   Tue Nov 15 17:39:49 2011 +0000
10347
10348     Rework debug output
10349     
10350     Make it consistent across the various build options (with or without
10351     profiling enabled), and add a timestamp using the monotonic clock to
10352     every debug message.
10353
10354  clutter/clutter-debug.h   |   16 +++++++++-------
10355  clutter/clutter-main.c    |   26 ++++++++++++++++++++++++++
10356  clutter/clutter-profile.c |   10 ++++------
10357  clutter/clutter-profile.h |   41 +++++++++++++++--------------------------
10358  4 files changed, 54 insertions(+), 39 deletions(-)
10359
10360 commit c6e487a5c121dc64604232eb971a4d959ea1b3d2
10361 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10362 Date:   Tue Nov 15 16:07:13 2011 +0000
10363
10364     Remove CLUTTER_TIMESTAMP debug macro
10365     
10366     It's pretty much unused, and it doesn't print out really informative
10367     messages. We should make CLUTTER_NOTE print out a decent timestamp
10368     instead.
10369
10370  clutter/clutter-debug.h    |   16 ----------------
10371  clutter/clutter-main.c     |    2 +-
10372  clutter/clutter-stage.c    |   12 ++++++------
10373  clutter/clutter-timeline.c |    6 +++---
10374  4 files changed, 10 insertions(+), 26 deletions(-)
10375
10376 commit 8b2df7ced9e0be99cc9bc56678ad12ba614d75de
10377 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10378 Date:   Tue Nov 15 15:34:51 2011 +0000
10379
10380     Remove the GTimer used by clutter_get_timestamp()
10381     
10382     Use g_get_monotonic_time() instead, which does the right thing.
10383
10384  clutter/clutter-main.c    |   21 ++-------------------
10385  clutter/clutter-private.h |    3 ---
10386  2 files changed, 2 insertions(+), 22 deletions(-)
10387
10388 commit f63891f030f6cb7d72a911e15e8176cd6b27f50e
10389 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10390 Date:   Tue Nov 15 14:59:50 2011 +0000
10391
10392     texture: Do not use clutter_get_timestamp()
10393     
10394     The clutter_get_timestamp() output depends on whether Clutter was
10395     compiled with debugging support — it's meant to be used only by the
10396     debugging notes, and it should not be used for anything else.
10397
10398  clutter/clutter-texture.c |    7 +++----
10399  1 file changed, 3 insertions(+), 4 deletions(-)
10400
10401 commit 58b6ad787b115f89eb8f1d982e00cb4e9e55b7a6
10402 Author: Neil Roberts <neil@linux.intel.com>
10403 Date:   Tue Nov 8 15:45:14 2011 +0000
10404
10405     deform-effect: Use CoglPipeline instead of setting legacy state
10406     
10407     Instead of calling cogl_set_depth_test_enabled and
10408     cogl_set_backface_culling_enabled ClutterDeformEffect now uses the
10409     experimental CoglPipeline API. Those global state functions will soon
10410     be deprecated in Cogl and they are implemented by flushing a temporary
10411     override pipline which isn't ideal.
10412     
10413     Using the new culling API we can also avoid having a separate buffer
10414     of indices for the back of the texture by just changing the culling
10415     mode to cull front baces instead of the back.
10416     
10417     https://bugzilla.gnome.org/show_bug.cgi?id=663636
10418
10419  clutter/clutter-deform-effect.c |  171 +++++++++++++++------------------------
10420  1 file changed, 63 insertions(+), 108 deletions(-)
10421
10422 commit 8a752d674b4b8711a3912ff18506bb13cf238034
10423 Author: Neil Roberts <neil@linux.intel.com>
10424 Date:   Tue Nov 8 11:37:27 2011 +0000
10425
10426     deform-effect: Use CoglPrimitives instead of CoglVertexBuffers
10427     
10428     This changes ClutterDeformEffect to use a CoglAttributeBuffer with a
10429     CoglPrimitive instead of the old CoglVertexBuffer. The old vertex
10430     buffer code is now implemented in terms of the attribute buffer code
10431     and it will eventually be deprecated. Using CoglPrimitives should be
10432     slightly more efficient.
10433     
10434     This also changes the struct we store the vertices to be
10435     CoglVertexP3T2C4 instead of CoglTextureVertex. The latter is
10436     technically not compatible with neither vertex buffers nor attribute
10437     buffers because it contains a CoglColor and the internal members of
10438     that are private so it is not valid to assume it contains 4 bytes and
10439     use that as an attribute. Also it contains padding so it ends up
10440     redundantly creating a larger buffer. CoglTextureVertex is in the
10441     public API for the deform_vertex virtual so we still have to maintain
10442     that. Instead of directly manipulating the array to upload, the
10443     application is now passed a stack allocated temporary struct which
10444     gets converted to a CoglVertexP3T2C4. This also means that we can map
10445     the buffer as write only and still let the application read-write the
10446     vertex.
10447     
10448     The paint debug code to draw line strips for the deform mesh was
10449     previously trying to set a red source material. However this wasn't
10450     working because the material color was being overwritten by the color
10451     attribute in the vertex buffer. This patch fixes that by creating a
10452     seperate primitive for the lines and not adding the color
10453     attribute. The lines code was also drawing both the front and back
10454     indices. I don't think that entirely makes sense so I've just changed
10455     it to draw only the front indices. Maybe painting both would make more
10456     sense if backface culling was still enabled.
10457     
10458     https://bugzilla.gnome.org/show_bug.cgi?id=663636
10459
10460  clutter/clutter-deform-effect.c |  323 ++++++++++++++++++++++++---------------
10461  1 file changed, 201 insertions(+), 122 deletions(-)
10462
10463 commit 39c3ccfca5dc3d10423cb3972a481bfdc915eadc
10464 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10465 Date:   Tue Nov 15 17:18:51 2011 +0800
10466
10467     Visual C++ support update
10468     
10469     Add Projects to compile the performance test files.
10470
10471  build/win32/vs10/Makefile.am                       |   14 ++
10472  build/win32/vs10/clutter.props                     |    4 +
10473  build/win32/vs10/clutter.sln                       |   70 ++++++++
10474  build/win32/vs10/install.vcxproj                   |   28 ++++
10475  build/win32/vs10/test-picking-performance.vcxproj  |  169 ++++++++++++++++++++
10476  .../vs10/test-picking-performance.vcxproj.filters  |   23 +++
10477  .../vs10/test-state-hidden-performance.vcxproj     |  169 ++++++++++++++++++++
10478  .../test-state-hidden-performance.vcxproj.filters  |   23 +++
10479  .../test-state-interactive-performance.vcxproj     |  169 ++++++++++++++++++++
10480  ...t-state-interactive-performance.vcxproj.filters |   23 +++
10481  .../win32/vs10/test-state-mini-performance.vcxproj |  169 ++++++++++++++++++++
10482  .../test-state-mini-performance.vcxproj.filters    |   23 +++
10483  build/win32/vs10/test-state-performance.vcxproj    |  169 ++++++++++++++++++++
10484  .../vs10/test-state-performance.vcxproj.filters    |   23 +++
10485  .../win32/vs10/test-state-pick-performance.vcxproj |  169 ++++++++++++++++++++
10486  .../test-state-pick-performance.vcxproj.filters    |   23 +++
10487  .../win32/vs10/test-text-perf-performance.vcxproj  |  169 ++++++++++++++++++++
10488  .../test-text-perf-performance.vcxproj.filters     |   23 +++
10489  build/win32/vs9/Makefile.am                        |    7 +
10490  build/win32/vs9/clutter.sln                        |   98 ++++++++++++
10491  build/win32/vs9/clutter.vsprops                    |    4 +
10492  build/win32/vs9/test-picking-performance.vcproj    |  166 +++++++++++++++++++
10493  .../win32/vs9/test-state-hidden-performance.vcproj |  166 +++++++++++++++++++
10494  .../vs9/test-state-interactive-performance.vcproj  |  166 +++++++++++++++++++
10495  build/win32/vs9/test-state-mini-performance.vcproj |  166 +++++++++++++++++++
10496  build/win32/vs9/test-state-performance.vcproj      |  166 +++++++++++++++++++
10497  build/win32/vs9/test-state-pick-performance.vcproj |  166 +++++++++++++++++++
10498  build/win32/vs9/test-text-perf-performance.vcproj  |  166 +++++++++++++++++++
10499  28 files changed, 2731 insertions(+)
10500
10501 commit 2a54db4557a0e4b417535ef162590a414a8a3c5b
10502 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10503 Date:   Tue Nov 15 16:29:35 2011 +0800
10504
10505     test-picking.c: Use G_PI rather than M_PI
10506     
10507     M_PI is not universally available...
10508
10509  tests/performance/test-picking.c |    8 ++++----
10510  1 file changed, 4 insertions(+), 4 deletions(-)
10511
10512 commit 2a86ecc4b9516222c4f74ba106d7c2275baa9ae2
10513 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10514 Date:   Tue Nov 15 16:19:06 2011 +0800
10515
10516     Update interactive/conformance .bat names
10517     
10518     Add a -clutter suffix to avoid confustion with others, such as COGL.
10519
10520  tests/conform/Makefile.am     |    2 +-
10521  tests/interactive/Makefile.am |   10 +++++-----
10522  2 files changed, 6 insertions(+), 6 deletions(-)
10523
10524 commit 119169b4a16b739f833bd83b8484ae04ce30ae2b
10525 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10526 Date:   Tue Nov 15 15:31:17 2011 +0800
10527
10528     Fix up VS property sheets
10529     
10530     Should be ..\..\..\clutter\deprecated\clutter-keysyms.h, not
10531     ..\..\..\clutter\deprecated\clutter-keysyms-deprecated.h
10532
10533  build/win32/vs10/clutter.props  |    2 +-
10534  build/win32/vs9/clutter.vsprops |    2 +-
10535  2 files changed, 2 insertions(+), 2 deletions(-)
10536
10537 commit 794b49990a726df15b43c0fe741b7067ee2a3f95
10538 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10539 Date:   Tue Nov 15 15:19:09 2011 +0800
10540
10541     Update Visual C++ projects
10542     
10543     Update output DLL/LIB names to be consistent with the autotools output,
10544     due to the newl-introduced multi-backend feature (only the Win32 backend
10545     is supported here for now, GDK3 support will be added when it stabilizes)
10546
10547  build/win32/vs10/clutter.vcxprojin |   16 ++++++++--------
10548  build/win32/vs9/clutter.vcprojin   |   16 ++++++++--------
10549  2 files changed, 16 insertions(+), 16 deletions(-)
10550
10551 commit 8d0c68347a4ee33bb77c7c21760b63f15db9cf26
10552 Merge: 96d4e52 b281f20
10553 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10554 Date:   Tue Nov 15 14:20:22 2011 +0800
10555
10556     Merge branch 'master' into msvc-support-master
10557
10558 commit b281f2090a8fb042cb471611eab54c26ceba8074
10559 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10560 Date:   Mon Nov 14 17:04:14 2011 +0000
10561
10562     Store the master clock pointer in the main context
10563     
10564     Let's try and move all singletons into ClutterMainContext.
10565
10566  clutter/clutter-master-clock.c |   10 ++++------
10567  clutter/clutter-private.h      |    3 +++
10568  2 files changed, 7 insertions(+), 6 deletions(-)
10569
10570 commit f1ebfe30cee518811454b2bea6558bcfd19a5eb7
10571 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10572 Date:   Mon Nov 14 15:43:20 2011 +0000
10573
10574     stage-manager: Store the stage manager into the main context
10575     
10576     Use the main context to store the stage manager singleton, instead of a
10577     static pointer inside clutter-stage-manager.c.
10578
10579  clutter/clutter-private.h       |    4 ++++
10580  clutter/clutter-stage-manager.c |    8 ++++----
10581  2 files changed, 8 insertions(+), 4 deletions(-)
10582
10583 commit 96d4e527ea8bf0e7fd238ba6cafd578f86fea27f
10584 Merge: 2628ba7 e7720c4
10585 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10586 Date:   Mon Nov 14 22:57:50 2011 +0800
10587
10588     Merge branch 'master' into msvc-support-master
10589
10590 commit e7720c415649cb67453b90764258f398f8e97107
10591 Author: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10592 Date:   Wed Nov 9 02:04:31 2011 +0000
10593
10594     deform-effect: do not redraw actor on invalidate
10595     
10596     When invalidating the deform effect, we are invalidating the vertices
10597     shaping the deformation of an actor. Therefore, there is no need to
10598     trigger a redraw of the associated actor, we can just repaint the
10599     effect.
10600     
10601     Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10602     
10603     https://bugzilla.gnome.org/show_bug.cgi?id=663720
10604
10605  clutter/clutter-deform-effect.c |    2 +-
10606  1 file changed, 1 insertion(+), 1 deletion(-)
10607
10608 commit b5ac9277636bdeabcd3f2b6b62e234b085a5f49f
10609 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10610 Date:   Mon Nov 14 11:46:02 2011 +0000
10611
10612     stage: Clean up
10613     
10614     Improve the consistency of the code.
10615
10616  clutter/clutter-stage-manager.c |   14 ++++++-------
10617  clutter/clutter-stage.c         |   41 ++++++++++++++++++++++-----------------
10618  2 files changed, 29 insertions(+), 26 deletions(-)
10619
10620 commit b2d1dfa932d20d17c236f2646879a38876302190
10621 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10622 Date:   Mon Nov 14 11:45:14 2011 +0000
10623
10624     stage: Deprecate clutter_stage_queue_redraw()
10625     
10626     It's a wrapper around clutter_actor_queue_redraw().
10627
10628  clutter/clutter-stage.c            |    5 ++---
10629  clutter/clutter-stage.h            |    1 -
10630  clutter/deprecated/clutter-stage.h |    3 +++
10631  3 files changed, 5 insertions(+), 4 deletions(-)
10632
10633 commit f5d011cb67f06d35721c78f3e93389da7e550ebd
10634 Merge: bbe54aa 213e6e4
10635 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10636 Date:   Mon Nov 14 11:07:54 2011 +0000
10637
10638     Merge branch 'deprecate-default-stage'
10639     
10640     * deprecate-default-stage:
10641       evdev: do not associate device with stage
10642       evdev: don't even process events without a default stage
10643       docs: Note default stage deprecation in README
10644       docs: Remove clutter_stage_get_default()
10645       stage: Deprecate the default stage
10646       script: Do not use clutter_stage_get_default()
10647       cally/actor: Do not use the default stage as a fallback
10648       Try to mop up the default stage mess
10649       performance/*: Do not use clutter_stage_get_default()
10650       interactive/*: Do not use clutter_stage_get_default()
10651       Merge with a11y
10652       micro-bench/*: Do not use clutter_stage_get_default()
10653       accessibility/*: Do not use clutter_stage_get_default()
10654       conform/*: Do not use clutter_stage_get_default()
10655
10656 commit bbe54aa2ec61824ec05684bb2de6297edc289500
10657 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10658 Date:   Mon Nov 14 13:36:52 2011 +0800
10659
10660     Fix clutter-bakend-win32.c
10661     
10662     The VBLANK environmental variable is done universally in clutter-main.c
10663     as in commits e8562089 (main: Add a sync-to-vblank global flag) and
10664     db211a21 (Remove per-backend CLUTTER_VBLANK envvar), so remove these things
10665     here as well.
10666     
10667     https://bugzilla.gnome.org/show_bug.cgi?id=663999
10668
10669  clutter/win32/clutter-backend-win32.c |   19 -------------------
10670  1 file changed, 19 deletions(-)
10671
10672 commit 2628ba70cdd8dccd90a487466b42f0fe136f6860
10673 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10674 Date:   Mon Nov 14 13:36:52 2011 +0800
10675
10676     Fix clutter-bakend-win32.c
10677     
10678     The VBLANK environmental variable is done universally in clutter-main.c
10679     as in commits e8562089 (main: Add a sync-to-vblank global flag) and
10680     db211a21 (Remove per-backend CLUTTER_VBLANK envvar), so remove these things
10681     here as well.
10682
10683  clutter/win32/clutter-backend-win32.c |   19 -------------------
10684  1 file changed, 19 deletions(-)
10685
10686 commit ebf3147a0054ebc577cf4822d85ff03ce5562f65
10687 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10688 Date:   Mon Nov 14 13:33:04 2011 +0800
10689
10690     clutter-config.h.win32: Add CLUTTER_INPUT_NULL
10691
10692  clutter/clutter-config.h.win32 |    1 +
10693  1 file changed, 1 insertion(+)
10694
10695 commit c73a1fa7df9a4ec1a5c8db9b7d5f4d2169f40174
10696 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10697 Date:   Mon Nov 14 13:32:29 2011 +0800
10698
10699     Fix VS property sheets
10700     
10701     Should be clutter-keysyms.compat.h that should land in deprecated/, not
10702     clutter-keysyms.h
10703
10704  build/win32/vs10/clutter.props  |    8 ++++----
10705  build/win32/vs9/clutter.vsprops |    8 ++++----
10706  2 files changed, 8 insertions(+), 8 deletions(-)
10707
10708 commit 145685b099d86fd5d6a49225834dd40962a9e091
10709 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10710 Date:   Mon Nov 14 12:49:52 2011 +0800
10711
10712     Update config.h.win32.in/clutter-config.h.win32
10713     
10714     -Make the contents of config.h.win32.in more like config.h.in
10715     -Define CLUTTER_INPUT_WIN32 accordingly (no GDK3 defines yet, until
10716      GDK3 on Windows is more stable)
10717
10718  clutter/clutter-config.h.win32 |    1 +
10719  config.h.win32.in              |    9 +++------
10720  2 files changed, 4 insertions(+), 6 deletions(-)
10721
10722 commit 1b7249a2478b78a4242c766d85347e71c3a70ba4
10723 Merge: c52d06a 65a07db
10724 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10725 Date:   Mon Nov 14 11:40:49 2011 +0800
10726
10727     Merge branch 'master' into msvc-support-master
10728
10729 commit 65a07db5c07b2601835565ce48db689f634203b4
10730 Author: Fran Diéguez <fran.dieguez@mabishu.com>
10731 Date:   Sun Nov 13 18:52:21 2011 +0100
10732
10733     Updated Galician translations
10734
10735  po/clutter-1.0.pot | 1455 +++++++++++++++++++++++++++-------------------------
10736  po/gl.po           |  765 +++++++++++++--------------
10737  2 files changed, 1141 insertions(+), 1079 deletions(-)
10738
10739 commit c52d06a5b9fe05b09836d364dba3a20d487f62b5
10740 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10741 Date:   Sat Nov 12 12:03:53 2011 +0800
10742
10743     Update clutter-config.h.win32
10744     
10745     The CLUTTER_WINDOWING_WIN32 needs to be in-sync with what is in
10746     configure.ac, due to the implementation of multiple backends.
10747
10748  clutter/clutter-config.h.win32 |    2 +-
10749  1 file changed, 1 insertion(+), 1 deletion(-)
10750
10751 commit a0c9d294b0c2784b1459a21e5d8dbf8af9705432
10752 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
10753 Date:   Fri Nov 11 18:16:06 2011 +0100
10754
10755     Updated Spanish translation
10756
10757  po/es.po |  770 ++++++++++++++++++++++++++++++++------------------------------
10758  1 file changed, 392 insertions(+), 378 deletions(-)
10759
10760 commit 028b716f3310c3c9cae34c4cd23bb00f27f0103d
10761 Author: Piotr Drąg <piotrdrag@gmail.com>
10762 Date:   Thu Nov 10 19:54:53 2011 +0100
10763
10764     Updated POTFILES.in
10765
10766  po/POTFILES.in |   21 +++++++++++----------
10767  1 file changed, 11 insertions(+), 10 deletions(-)
10768
10769 commit 6d4f105ab251282e8d6453df5b585646e4bafdcf
10770 Author: Rico Tzschichholz <ricotz@t-online.de>
10771 Date:   Thu Nov 10 19:02:19 2011 +0100
10772
10773     po: update POTFILES.in
10774
10775  po/POTFILES.in |    1 -
10776  1 file changed, 1 deletion(-)
10777
10778 commit b12a94dc272b0b4c9c3ec5e9de5845cd24a2f09a
10779 Author: Rico Tzschichholz <ricotz@t-online.de>
10780 Date:   Thu Nov 10 19:01:48 2011 +0100
10781
10782     docs: fix some headers paths
10783
10784  clutter/cex100/clutter-cex100.h.in |    2 +-
10785  doc/reference/clutter/Makefile.am  |    5 +++--
10786  2 files changed, 4 insertions(+), 3 deletions(-)
10787
10788 commit 821ccef55562798bcda64ecc3d4b3f6252867d8b
10789 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10790 Date:   Thu Nov 10 17:59:17 2011 +0000
10791
10792     build: Disable evdev input by default
10793     
10794     It's an experimental input backend, so it should be enabled explicitly.
10795
10796  README.in    |    4 ++--
10797  configure.ac |    4 ++--
10798  2 files changed, 4 insertions(+), 4 deletions(-)
10799
10800 commit 213e6e4a1606945b1e2bbb93289da31aea5edcbe
10801 Author: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
10802 Date:   Thu Nov 10 15:41:41 2011 +0000
10803
10804     evdev: do not associate device with stage
10805     
10806     Their might not be any stage at that time, so this avoids to create a
10807     default one.
10808     
10809     Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
10810     
10811     https://bugzilla.gnome.org/show_bug.cgi?id=651718
10812
10813  clutter/evdev/clutter-device-manager-evdev.c |    5 -----
10814  1 file changed, 5 deletions(-)
10815
10816 commit 5705d08b5d50901e2f752a505e7daab3e98696ae
10817 Author: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10818 Date:   Fri Jun 17 11:31:34 2011 +0100
10819
10820     evdev: don't even process events without a default stage
10821     
10822     The evdev system is a bit different from other input systems in
10823     Clutter because it's completly decorrelated from anything graphic.
10824     
10825     In the case of embedded devices with no proper windowing system, you
10826     might want to not implicitly create a default stage when you're
10827     receiving the first input event.
10828     
10829     This patch changes this behavior by not forwarding any event if you
10830     don't have a default stage.
10831     
10832     Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10833     
10834     https://bugzilla.gnome.org/show_bug.cgi?id=651718
10835
10836  clutter/evdev/clutter-device-manager-evdev.c |   10 ++++++++++
10837  1 file changed, 10 insertions(+)
10838
10839 commit b38773f4588f104e0dca8f235344d1599c0d560a
10840 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10841 Date:   Thu Nov 10 15:09:04 2011 +0000
10842
10843     docs: Note default stage deprecation in README
10844     
10845     Mention the behaviour of Clutter when creating more than one stage on
10846     platforms that only support one stage instance.
10847
10848  README.in |    6 ++++++
10849  1 file changed, 6 insertions(+)
10850
10851 commit 26aa4b5290c65984a0512a0ba4a30ab777628269
10852 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10853 Date:   Wed Nov 9 17:49:25 2011 +0000
10854
10855     docs: Remove clutter_stage_get_default()
10856     
10857     A lot of the example code in the cookbook and the API reference still
10858     uses the default stage — sometimes as if it were a non-default one,
10859     which once again demonstrates how the default stage was a flawed concept
10860     that just confused people.
10861
10862  clutter/clutter-actor.c                                    |    2 +-
10863  doc/cookbook/examples/animations-looping-animator.c        |    2 +-
10864  doc/cookbook/examples/animations-looping-implicit.c        |    2 +-
10865  doc/cookbook/examples/animations-looping-state.c           |    2 +-
10866  doc/cookbook/examples/animations-moving-animator.c         |    2 +-
10867  doc/cookbook/examples/animations-moving-implicit.c         |    2 +-
10868  doc/cookbook/examples/animations-moving-state.c            |    2 +-
10869  doc/cookbook/examples/animations-rotating.c                |    2 +-
10870  doc/cookbook/examples/animations-scaling-zoom.c            |    2 +-
10871  doc/cookbook/examples/animations-scaling.c                 |    2 +-
10872  doc/cookbook/examples/events-buttons-click.c               |    2 +-
10873  doc/cookbook/examples/events-buttons-lasso.c               |    2 +-
10874  doc/cookbook/examples/events-buttons.c                     |    2 +-
10875  doc/cookbook/examples/events-mouse-scroll.c                |    3 ++-
10876  doc/cookbook/examples/events-pointer-motion-crossing.c     |    2 +-
10877  doc/cookbook/examples/events-pointer-motion-scribbler.c    |    3 ++-
10878  doc/cookbook/examples/events-pointer-motion-stacked.c      |    3 ++-
10879  doc/cookbook/examples/events-pointer-motion.c              |    3 ++-
10880  doc/cookbook/examples/layouts-bind-constraint-allocation.c |    2 +-
10881  doc/cookbook/examples/layouts-box-menu.c                   |    2 +-
10882  doc/cookbook/examples/layouts-box-property-effects.c       |    2 +-
10883  doc/cookbook/examples/layouts-box.c                        |    2 +-
10884  doc/cookbook/examples/layouts-stacking-diff-sized-actors.c |    3 ++-
10885  doc/cookbook/examples/layouts-stacking.c                   |    3 ++-
10886  doc/cookbook/examples/textures-crossfade-cogl.c            |    2 +-
10887  doc/cookbook/examples/textures-crossfade-slideshow.c       |    2 +-
10888  doc/cookbook/examples/textures-crossfade.c                 |    2 +-
10889  doc/cookbook/examples/textures-split-go.c                  |    3 ++-
10890  doc/cookbook/examples/textures-sub-texture.c               |    3 ++-
10891  doc/reference/clutter/clutter-animation-tutorial.xml       |    3 ++-
10892  30 files changed, 39 insertions(+), 30 deletions(-)
10893
10894 commit 0c18dc6bf90cf521327869738b206274584c695e
10895 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10896 Date:   Wed Nov 9 17:12:45 2011 +0000
10897
10898     stage: Deprecate the default stage
10899     
10900     Deprecate the clutter_stage_get_default() function, as well as the
10901     clutter_stage_is_default() one, and replace its internal usage.
10902
10903  clutter/clutter-stage.c            |   38 ++++++++++++++++++++++++------------
10904  clutter/clutter-stage.h            |    2 --
10905  clutter/deprecated/clutter-stage.h |    6 ++++++
10906  3 files changed, 31 insertions(+), 15 deletions(-)
10907
10908 commit 2288d708e2f6ad9f8348f738a44cc7d29cf95530
10909 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10910 Date:   Wed Nov 9 17:09:37 2011 +0000
10911
10912     script: Do not use clutter_stage_get_default()
10913     
10914     It's about to go away, so we should use the StageManager API instead.
10915
10916  clutter/clutter-script-parser.c |    7 ++++++-
10917  1 file changed, 6 insertions(+), 1 deletion(-)
10918
10919 commit b1ccd262b1a8ba01d214090052f99ef408bff299
10920 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10921 Date:   Wed Nov 9 17:03:30 2011 +0000
10922
10923     cally/actor: Do not use the default stage as a fallback
10924     
10925     Using the default stage as a fallback is wrong in all circumstances.
10926     
10927     In this specific case, if an actor is not associated to a stage then it
10928     cannot possibly be the key focus.
10929
10930  clutter/cally/cally-actor.c |   14 ++++++--------
10931  1 file changed, 6 insertions(+), 8 deletions(-)
10932
10933 commit 26f44673922bc3d0b854bdcb0c519f1a62bd433a
10934 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10935 Date:   Wed Nov 9 14:04:05 2011 +0000
10936
10937     Try to mop up the default stage mess
10938     
10939     The default stage was a neat concept when we started Clutter out,
10940     somewhere in the Jurassic era; a singleton instance that gets created at
10941     initialization time, and remains the same for the entire duration of the
10942     process.
10943     
10944     Worked well enough when Clutter was a small library meant to be used to
10945     write fullscreen media browsers, but since the introduction of multiple
10946     stages, and Clutter being used to create all sorts of applications, the
10947     default stage is just a vestigial remainder of that past, like an
10948     appendix; something that complicates the layout of the code and
10949     introduces weird behaviour, so that you notice its existence only when
10950     something goes wrong.
10951     
10952     Some platforms we do support, though, only have one framebuffer, so it
10953     makes sense for them to have only one stage.
10954     
10955     At this point, the only sane thing to do is to go through the same code
10956     paths on all platforms, and that code path is the stage instance
10957     creation and initialization — i.e. clutter_stage_new() (or
10958     g_object_new() with CLUTTER_TYPE_STAGE).
10959     
10960     For platforms that support multiple stages, nothing has changed: the stage
10961     created by clutter_stage_get_default() will be set as the default one;
10962     if nobody calls it, the default stage is never created, and it just
10963     lives on as a meaningless check.
10964     
10965     For platforms that only support one stage, clutter_stage_new() and
10966     clutter_stage_get_default() will behave exactly the same the first time
10967     they are called: both will create a stage, and set it as the default.
10968     Calling clutter_stage_new() a second time is treated as a programmer
10969     error, and will result in Clutter aborting. This is a behavioural change
10970     because the existing behaviour or creating a new ClutterStage instance
10971     with the same ClutterStageWindow private implementation is, simply put,
10972     utterly braindamaged and I should have *never* had written it, and I
10973     apologize for it. In my defence, I didn't know any better at the time.
10974     
10975     This is the first step towards the complete deprecation of
10976     clutter_stage_get_default() and clutter_stage_is_default(), which will
10977     come later.
10978
10979  clutter/clutter-backend.c |    5 --
10980  clutter/clutter-stage.c   |  114 +++++++++++++++++++++++++++++++--------------
10981  2 files changed, 79 insertions(+), 40 deletions(-)
10982
10983 commit 5903fcc36db8ea3115471aaf04322a7cae7cdfc2
10984 Author: Emmanuele Bassi <ebassi@linux.intel.com>
10985 Date:   Wed Nov 9 13:52:03 2011 +0000
10986
10987     performance/*: Do not use clutter_stage_get_default()
10988
10989  tests/performance/test-picking.c           |    9 +++++----
10990  tests/performance/test-state-hidden.c      |    7 ++++---
10991  tests/performance/test-state-interactive.c |    6 +++---
10992  tests/performance/test-state-mini.c        |    7 ++++---
10993  tests/performance/test-state-pick.c        |    7 ++++---
10994  tests/performance/test-state.c             |    7 ++++---
10995  tests/performance/test-text-perf.c         |    4 +++-
10996  7 files changed, 27 insertions(+), 20 deletions(-)
10997
10998 commit 7c180a074275ce0eb06165bb6eba83273b5056d2
10999 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11000 Date:   Wed Nov 9 13:41:15 2011 +0000
11001
11002     interactive/*: Do not use clutter_stage_get_default()
11003
11004  tests/conform/test-score.c                  |    4 +-
11005  tests/conform/test-timeline.c               |    5 +-
11006  tests/interactive/test-actor-clone.c        |   34 ++++++++++----
11007  tests/interactive/test-animation.c          |    7 +--
11008  tests/interactive/test-animator.c           |   11 +++--
11009  tests/interactive/test-bin-layout.c         |   11 ++++-
11010  tests/interactive/test-binding-pool.c       |    9 +++-
11011  tests/interactive/test-box-layout.c         |    9 +++-
11012  tests/interactive/test-cairo-flowers.c      |   46 +++++++++++-------
11013  tests/interactive/test-clip.c               |   10 +++-
11014  tests/interactive/test-cogl-multitexture.c  |   17 +++++--
11015  tests/interactive/test-cogl-offscreen.c     |   67 +++++++++++++++++----------
11016  tests/interactive/test-cogl-point-sprites.c |   14 ++++--
11017  tests/interactive/test-cogl-primitives.c    |   11 ++++-
11018  tests/interactive/test-cogl-tex-convert.c   |   13 ++++--
11019  tests/interactive/test-cogl-tex-foreign.c   |   13 ++++--
11020  tests/interactive/test-cogl-tex-getset.c    |   13 ++++--
11021  tests/interactive/test-cogl-tex-polygon.c   |   11 ++++-
11022  tests/interactive/test-cogl-tex-tile.c      |   11 ++++-
11023  tests/interactive/test-cogl-vertex-buffer.c |   38 ++++++++++-----
11024  tests/interactive/test-events.c             |   61 ++++++++++++------------
11025  tests/interactive/test-fbo.c                |   10 +++-
11026  tests/interactive/test-flow-layout.c        |    9 +++-
11027  tests/interactive/test-fullscreen.c         |   20 ++++++--
11028  tests/interactive/test-grab.c               |   14 ++++--
11029  tests/interactive/test-layout.c             |   10 +++-
11030  tests/interactive/test-main.c               |   10 +++-
11031  tests/interactive/test-multistage.c         |    6 ++-
11032  tests/interactive/test-paint-wrapper.c      |   27 +++++++++--
11033  tests/interactive/test-pixmap.c             |   10 +++-
11034  tests/interactive/test-scale.c              |   11 ++++-
11035  tests/interactive/test-stage-read-pixels.c  |   10 +++-
11036  tests/interactive/test-stage-sizing.c       |   10 +++-
11037  tests/interactive/test-state-animator.c     |   15 ++++--
11038  tests/interactive/test-state.c              |   23 ++++++---
11039  tests/interactive/test-swipe-action.c       |   11 ++++-
11040  tests/interactive/test-table-layout.c       |    5 +-
11041  tests/interactive/test-text.c               |   20 +++++---
11042  tests/interactive/test-texture-quality.c    |   14 ++++--
11043  tests/interactive/test-texture-slicing.c    |    9 +++-
11044  tests/interactive/test-unproject.c          |   14 ++++--
11045  41 files changed, 491 insertions(+), 182 deletions(-)
11046
11047 commit 6ed879b84cad6b8b69403813acdd811de98e9f00
11048 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11049 Date:   Wed Nov 9 10:55:49 2011 +0000
11050
11051     Merge with a11y
11052
11053  tests/accessibility/cally-atkcomponent-example.c    |    2 ++
11054  tests/accessibility/cally-atkeditabletext-example.c |   17 +++++++----------
11055  tests/accessibility/cally-atkevents-example.c       |   12 +++++-------
11056  tests/accessibility/cally-atktext-example.c         |    4 +---
11057  tests/accessibility/cally-clone-example.c           |    3 +--
11058  5 files changed, 16 insertions(+), 22 deletions(-)
11059
11060 commit 93eb0bfe328598fe37a6469cd43ba8fa59ae147e
11061 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11062 Date:   Tue Nov 8 17:23:52 2011 +0000
11063
11064     micro-bench/*: Do not use clutter_stage_get_default()
11065
11066  tests/micro-bench/test-cogl-perf.c   |   14 ++++++--------
11067  tests/micro-bench/test-picking.c     |   10 ++++++----
11068  tests/micro-bench/test-random-text.c |    5 ++++-
11069  tests/micro-bench/test-text-perf.c   |    6 +++---
11070  tests/micro-bench/test-text.c        |   11 ++++++-----
11071  5 files changed, 25 insertions(+), 21 deletions(-)
11072
11073 commit a5522b707ecb719d05e57702b65be1a2cec250ac
11074 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11075 Date:   Tue Nov 8 17:11:34 2011 +0000
11076
11077     accessibility/*: Do not use clutter_stage_get_default()
11078
11079  tests/accessibility/cally-atkcomponent-example.c    |    3 ++-
11080  tests/accessibility/cally-atkeditabletext-example.c |    6 +++---
11081  tests/accessibility/cally-atkevents-example.c       |   16 +++++++++++-----
11082  tests/accessibility/cally-atktext-example.c         |    7 +++++--
11083  tests/accessibility/cally-clone-example.c           |    8 ++++++--
11084  5 files changed, 27 insertions(+), 13 deletions(-)
11085
11086 commit deba576dd1ad5ca55c713dcc808e91adf9d2f1df
11087 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11088 Date:   Tue Nov 8 17:04:44 2011 +0000
11089
11090     conform/*: Do not use clutter_stage_get_default()
11091     
11092     Use the correct stage creation/destruction API.
11093
11094  tests/conform/test-actor-invariants.c              |   44 +++++++++++------
11095  tests/conform/test-anchors.c                       |    4 +-
11096  tests/conform/test-cally-text.c                    |    8 +--
11097  tests/conform/test-clutter-cairo-texture.c         |    4 +-
11098  tests/conform/test-clutter-texture.c               |    4 +-
11099  tests/conform/test-cogl-backface-culling.c         |    5 +-
11100  tests/conform/test-cogl-blend-strings.c            |    5 +-
11101  tests/conform/test-cogl-depth-test.c               |    5 +-
11102  tests/conform/test-cogl-just-vertex-shader.c       |    7 +--
11103  tests/conform/test-cogl-materials.c                |    5 +-
11104  tests/conform/test-cogl-multitexture.c             |    4 +-
11105  tests/conform/test-cogl-npot-texture.c             |   20 +++++---
11106  tests/conform/test-cogl-offscreen.c                |    8 +--
11107  tests/conform/test-cogl-path.c                     |    5 +-
11108  tests/conform/test-cogl-pipeline-user-matrix.c     |    4 +-
11109  tests/conform/test-cogl-pixel-buffer.c             |    8 +--
11110  tests/conform/test-cogl-premult.c                  |    5 +-
11111  tests/conform/test-cogl-primitive.c                |    5 +-
11112  tests/conform/test-cogl-readpixels.c               |    8 +--
11113  tests/conform/test-cogl-sub-texture.c              |    8 +--
11114  tests/conform/test-cogl-texture-3d.c               |    6 +--
11115  tests/conform/test-cogl-texture-get-set-data.c     |    4 +-
11116  tests/conform/test-cogl-texture-mipmaps.c          |    5 +-
11117  tests/conform/test-cogl-texture-pixmap-x11.c       |   52 ++++++++++----------
11118  tests/conform/test-cogl-texture-rectangle.c        |    4 +-
11119  tests/conform/test-cogl-vertex-buffer-contiguous.c |    5 +-
11120  tests/conform/test-cogl-vertex-buffer-interleved.c |    5 +-
11121  tests/conform/test-cogl-vertex-buffer-mutability.c |    5 +-
11122  tests/conform/test-cogl-viewport.c                 |    8 +--
11123  tests/conform/test-cogl-wrap-modes.c               |    4 +-
11124  tests/conform/test-conform-main.c                  |    1 +
11125  tests/conform/test-offscreen-redirect.c            |    4 +-
11126  tests/conform/test-paint-opacity.c                 |   14 +++---
11127  tests/conform/test-pick.c                          |    5 +-
11128  tests/conform/test-score.c                         |    2 +-
11129  tests/conform/test-shader-effect.c                 |    4 +-
11130  tests/conform/test-text-cache.c                    |    4 +-
11131  tests/conform/test-texture-fbo.c                   |   20 ++------
11132  38 files changed, 167 insertions(+), 151 deletions(-)
11133
11134 commit 89644ae0488951015e44e864a3cc6840c207357c
11135 Author: Emmanuele Bassi <ebassi@gnome.org>
11136 Date:   Mon Nov 7 19:06:22 2011 +0000
11137
11138     docs: Update the release notes in the README
11139
11140  README.in |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
11141  1 file changed, 69 insertions(+), 10 deletions(-)
11142
11143 commit 6d68ac2e8bf6f1210c7692748e27c989213e6ba7
11144 Author: Emmanuele Bassi <ebassi@gnome.org>
11145 Date:   Mon Nov 7 14:48:48 2011 +0000
11146
11147     osx: Clean up the backend implementation
11148     
11149     Instead of implementing create_stage() and a constructor for
11150     ClutterStageOSX, we can use the default implementations in
11151     ClutterBackend, and spare us some code duplication.
11152
11153  clutter/osx/clutter-backend-osx.c |   27 ++++-----------------------
11154  clutter/osx/clutter-stage-osx.c   |   33 +++++++++------------------------
11155  clutter/osx/clutter-stage-osx.h   |    3 ---
11156  3 files changed, 13 insertions(+), 50 deletions(-)
11157
11158 commit 88b27beea465a6e790ad78ce7ca3a07e8521f7db
11159 Author: Emmanuele Bassi <ebassi@gnome.org>
11160 Date:   Mon Nov 7 14:44:37 2011 +0000
11161
11162     wayland/backend: Remove create_stage()
11163     
11164     The create_stage() implementation in ClutterBackendWayland isn't doing
11165     anything special, so we can fall back to the default one.
11166
11167  clutter/wayland/clutter-backend-wayland.c |   19 -------------------
11168  1 file changed, 19 deletions(-)
11169
11170 commit 7472c07c41db28591da46b3e437fc97b799787a2
11171 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11172 Date:   Fri Nov 4 19:49:45 2011 +0000
11173
11174     build: Clean up the configuration summary
11175     
11176     List the input backends, and remove the EGL backend options.
11177
11178  configure.ac |   31 ++++++++++++++++++++++++++-----
11179  1 file changed, 26 insertions(+), 5 deletions(-)
11180
11181 commit 17c89bd0a0aba8fa400c591b8cc8934f5b8ec901
11182 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11183 Date:   Fri Nov 4 19:25:54 2011 +0000
11184
11185     backend: Clean up the device manager creation
11186     
11187     Create the device manager during the event initialization, where it
11188     makes sense.
11189     
11190     This allows us to get rid of the per-backend get_device_manager()
11191     virtual function, and just store the DeviceManager pointer into the
11192     ClutterBackend structure.
11193
11194  clutter/cex100/clutter-backend-cex100.c      |   25 ------------------------
11195  clutter/clutter-backend-private.h            |   10 ++++++----
11196  clutter/clutter-backend.c                    |   13 +++++++++++++
11197  clutter/clutter-device-manager.c             |    7 ++-----
11198  clutter/egl/clutter-backend-eglnative.c      |   26 -------------------------
11199  clutter/evdev/clutter-device-manager-evdev.c |   12 +++---------
11200  clutter/gdk/clutter-backend-gdk.c            |   25 ++++++++----------------
11201  clutter/osx/clutter-backend-osx.c            |   27 ++++----------------------
11202  clutter/win32/clutter-backend-win32.c        |   19 +-----------------
11203  clutter/x11/clutter-backend-x11.c            |   13 ++-----------
11204  10 files changed, 39 insertions(+), 138 deletions(-)
11205
11206 commit cd1e8da07fd437a0368c198a3ee2a16569ce7699
11207 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11208 Date:   Fri Nov 4 19:01:32 2011 +0000
11209
11210     */backend: Clean up the stage creation
11211     
11212     Use the default implementation of create_stage() wherever possible.
11213
11214  clutter/cex100/clutter-backend-cex100.c |   27 ---------------------------
11215  clutter/cex100/clutter-backend-cex100.h |    3 ---
11216  clutter/egl/clutter-backend-eglnative.c |   27 ---------------------------
11217  clutter/egl/clutter-backend-eglnative.h |    3 ---
11218  clutter/gdk/clutter-backend-gdk.c       |   12 ------------
11219  clutter/win32/clutter-backend-win32.c   |   20 --------------------
11220  6 files changed, 92 deletions(-)
11221
11222 commit 828ca2982f0f7b6974283921d59c65929385da8f
11223 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11224 Date:   Fri Nov 4 19:00:49 2011 +0000
11225
11226     backend: Provide a default create_stage()
11227     
11228     We can now safely create a ClutterStageWindow in the shared code path,
11229     instead of deferring to the backend.
11230
11231  clutter/clutter-backend.c |   32 ++++++++++++++++++++++++++++++++
11232  1 file changed, 32 insertions(+)
11233
11234 commit 9c038ebefb88cd052c1dc9448c58d2d5a9a9bfc7
11235 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11236 Date:   Fri Nov 4 18:50:46 2011 +0000
11237
11238     stage-window: Add :backend and :wrapper properties
11239     
11240     All StageWindow implementation already have back pointers, but we need a
11241     unified API to actually set them from the generic code path; we can use
11242     properties on the StageWindow interface — though this requires fixing
11243     all backends at the same time, to avoid GObject complaining.
11244
11245  clutter/clutter-stage-window.c          |   19 +++++++++++++
11246  clutter/cogl/clutter-stage-cogl.c       |   15 ++--------
11247  clutter/osx/clutter-stage-osx.c         |   46 ++++++++++++++++++++++++++++---
11248  clutter/wayland/clutter-stage-wayland.c |   37 +++++++++++++++++++++++++
11249  clutter/win32/clutter-stage-win32.c     |   35 +++++++++++++++++++++++
11250  5 files changed, 135 insertions(+), 17 deletions(-)
11251
11252 commit f3c89e82b3ab47b29cf5bf59418ca0f473624c2f
11253 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11254 Date:   Fri Nov 4 18:50:02 2011 +0000
11255
11256     gdk/backend: Fix an invalid chain up
11257
11258  clutter/gdk/clutter-backend-gdk.c |    3 +--
11259  1 file changed, 1 insertion(+), 2 deletions(-)
11260
11261 commit b980d2dc17f84b4c5e99f9f850feb3ac47de2439
11262 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11263 Date:   Fri Nov 4 18:27:08 2011 +0000
11264
11265     */backend: Store the StageWindow implementation type
11266
11267  clutter/cex100/clutter-backend-cex100.c   |    2 ++
11268  clutter/egl/clutter-backend-eglnative.c   |    2 ++
11269  clutter/gdk/clutter-backend-gdk.c         |    3 +++
11270  clutter/osx/clutter-backend-osx.c         |    2 ++
11271  clutter/wayland/clutter-backend-wayland.c |    2 ++
11272  clutter/win32/clutter-backend-win32.c     |   10 ++++++----
11273  clutter/x11/clutter-backend-x11.c         |    4 ++++
11274  7 files changed, 21 insertions(+), 4 deletions(-)
11275
11276 commit 6082be409ee3f64770170e73323a2df5b50084c2
11277 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11278 Date:   Fri Nov 4 18:26:33 2011 +0000
11279
11280     backend: Store the type of the StageWindow implementation
11281     
11282     We can use it later on to create it and provide a default create_stage()
11283     implementation.
11284
11285  clutter/clutter-backend-private.h |    2 ++
11286  clutter/clutter-backend.c         |    2 ++
11287  2 files changed, 4 insertions(+)
11288
11289 commit 04a2b5f42b0bee41dbb6968b98551bb0fa079548
11290 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11291 Date:   Fri Nov 4 17:49:25 2011 +0000
11292
11293     egl/backend: Clean up
11294     
11295     The "EGL native" backend is just a short-hand for a pure Cogl backend,
11296     using whatever input mechanism was enabled at run-time.
11297
11298  clutter/egl/clutter-backend-eglnative.c |  136 +------------------------------
11299  clutter/egl/clutter-egl.h               |    5 --
11300  2 files changed, 2 insertions(+), 139 deletions(-)
11301
11302 commit 89e26497de8f3f05fbaf409436c4ee92f5d3669c
11303 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11304 Date:   Fri Nov 4 17:44:55 2011 +0000
11305
11306     Add a CEx100-specific backend
11307     
11308     Instead of piggybacking on the EGL backend, let's create a small
11309     ClutterBackend for the CEx100 platforms. This allows us to handle the
11310     CEx100-specific details in a much cleaner way.
11311
11312  .gitignore                              |    2 +-
11313  clutter/Makefile.am                     |   11 +-
11314  clutter/cex100/clutter-backend-cex100.c |  264 +++++++++++++++++++++++++++++++
11315  clutter/cex100/clutter-backend-cex100.h |   74 +++++++++
11316  clutter/cex100/clutter-cex100.h.in      |   68 ++++++++
11317  clutter/egl/clutter-cex100.h.in         |   91 -----------
11318  configure.ac                            |  134 ++++++++--------
11319  7 files changed, 484 insertions(+), 160 deletions(-)
11320
11321 commit 5c9cafb411961fbd9117e86c6e8ca636f91fb158
11322 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11323 Date:   Fri Nov 4 16:52:44 2011 +0000
11324
11325     cogl/backend: Remove the ClutterBackendCogl class
11326     
11327     All the functionality that ClutterBackendCogl provided has been moved
11328     into ClutterBackend itself, so there is no need to have this class
11329     around in the source.
11330     
11331     Cogl-based backends can derive directly from ClutterBackend.
11332
11333  clutter/Makefile.am                     |    2 -
11334  clutter/cogl/clutter-backend-cogl.c     |  111 -------------------------------
11335  clutter/cogl/clutter-backend-cogl.h     |   68 -------------------
11336  clutter/cogl/clutter-stage-cogl.c       |   10 +--
11337  clutter/cogl/clutter-stage-cogl.h       |    8 +--
11338  clutter/egl/clutter-backend-eglnative.c |    2 +-
11339  clutter/egl/clutter-backend-eglnative.h |    5 +-
11340  clutter/gdk/clutter-backend-gdk.c       |    2 +-
11341  clutter/gdk/clutter-backend-gdk.h       |    5 +-
11342  clutter/x11/clutter-backend-x11.c       |    2 +-
11343  clutter/x11/clutter-backend-x11.h       |    5 +-
11344  clutter/x11/clutter-stage-x11.c         |    5 +-
11345  12 files changed, 19 insertions(+), 206 deletions(-)
11346
11347 commit 5ac0cf1c2852b0ad1cb58edc254bb787c6354e3c
11348 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11349 Date:   Fri Nov 4 16:41:52 2011 +0000
11350
11351     cogl/backend: Remove pre/post_parse
11352     
11353     The CLUTTER_VBLANK environment variable is now handled in the common
11354     code path.
11355
11356  clutter/cogl/clutter-backend-cogl.c |   38 -----------------------------------
11357  1 file changed, 38 deletions(-)
11358
11359 commit db211a2131eed46bcecf8abc14822f2bd9a50812
11360 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11361 Date:   Fri Nov 4 16:39:52 2011 +0000
11362
11363     Remove per-backend CLUTTER_VBLANK envvar
11364     
11365     We have a global flag we can use.
11366
11367  clutter/cogl/clutter-backend-cogl.h   |    2 --
11368  clutter/cogl/clutter-stage-cogl.c     |    6 ++----
11369  clutter/win32/clutter-backend-win32.c |   24 ------------------------
11370  clutter/win32/clutter-backend-win32.h |    2 --
11371  clutter/win32/clutter-stage-win32.c   |    6 ++----
11372  clutter/x11/clutter-backend-x11.c     |    6 ++----
11373  6 files changed, 6 insertions(+), 40 deletions(-)
11374
11375 commit e8562089f692f5fa8bbf8c646d3c508244fd3d14
11376 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11377 Date:   Fri Nov 4 16:35:38 2011 +0000
11378
11379     main: Add a sync-to-vblank global flag
11380     
11381     It replaces the per-backend CLUTTER_VBLANK environment variable.
11382
11383  clutter/clutter-main.c    |   21 +++++++++++++++++++++
11384  clutter/clutter-private.h |    2 ++
11385  2 files changed, 23 insertions(+)
11386
11387 commit 80fdbeb9543e0de18ac28f8cae28c42f2e18942e
11388 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11389 Date:   Fri Nov 4 16:13:04 2011 +0000
11390
11391     backend: Provide a default get_features() implementation
11392     
11393     Continue gutting ClutterBackendCogl; get_features() is the last bit that
11394     still does something, but now we can use the Cogl API.
11395
11396  clutter/clutter-backend.c             |   34 +++++++++++++++++++++++++++
11397  clutter/cogl/clutter-backend-cogl.c   |   41 ---------------------------------
11398  clutter/cogl/clutter-stage-cogl.c     |   15 ++++++------
11399  clutter/gdk/clutter-backend-gdk.c     |    8 ++++---
11400  clutter/win32/clutter-backend-win32.c |   28 +++-------------------
11401  5 files changed, 49 insertions(+), 77 deletions(-)
11402
11403 commit b97324ee9f8684a0388cacc2e00ea1a2da16e5cc
11404 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11405 Date:   Fri Nov 4 15:57:01 2011 +0000
11406
11407     win32/backend: Use the default context creation
11408     
11409     The win32 backend doesn't do anything special on context creation, so we
11410     can just use the default implementation provided by ClutterBackend.
11411
11412  clutter/win32/clutter-backend-win32.c |   59 ---------------------------------
11413  1 file changed, 59 deletions(-)
11414
11415 commit 6ec7a28802999b24f1d07dfb73a8a4e670596a42
11416 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11417 Date:   Fri Nov 4 15:54:58 2011 +0000
11418
11419     gdk/backend: Use the context creation hooks
11420     
11421     Same as it has happened to the X11 backend.
11422
11423  clutter/gdk/clutter-backend-gdk.c |  128 ++++++++++++++++++++-----------------
11424  1 file changed, 69 insertions(+), 59 deletions(-)
11425
11426 commit 68e8ef0103af438749660a0346267688b27b05c2
11427 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11428 Date:   Fri Nov 4 15:53:47 2011 +0000
11429
11430     x11/backend: Use the context creation hooks
11431     
11432     Don't replace create_context(): given that the X11 backend already uses
11433     Cogl for the context creation, we can just provide the right data
11434     structures ourselves.
11435
11436  clutter/x11/clutter-backend-x11.c |  113 ++++++++++++++-----------------------
11437  1 file changed, 43 insertions(+), 70 deletions(-)
11438
11439 commit a918ac92cb2278a8ebbc118f55443e4974dd696f
11440 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11441 Date:   Fri Nov 4 15:50:47 2011 +0000
11442
11443     backend: Provide a default create_context()
11444     
11445     Since we use Cogl for the context creation we can now provide a default
11446     context creation that should just work, plus a couple of hooks to allow
11447     plugging into the creation sequence for platforms supported by Cogl that
11448     require special handling — like foreign displays or alpha-enabled swap
11449     chains.
11450     
11451     The various backends have now two choices: either replace the
11452     create_context() in its entirety, or plug themselves into the default
11453     context creation.
11454
11455  clutter/clutter-backend-private.h |    6 ++
11456  clutter/clutter-backend.c         |  114 ++++++++++++++++++++++++++++++++++++-
11457  2 files changed, 117 insertions(+), 3 deletions(-)
11458
11459 commit 5b1b936491c89b75c211584e77946d3dea0c5f81
11460 Author: Emmanuele Bassi <ebassi@gnome.org>
11461 Date:   Fri Nov 4 12:21:11 2011 +0000
11462
11463     backend: Fix up the input backend detection ordering
11464     
11465     And add a missing 'else' in the OSX check, to avoid a g_error().
11466
11467  clutter/clutter-backend.c |   17 +++++++++--------
11468  1 file changed, 9 insertions(+), 8 deletions(-)
11469
11470 commit 1f8915d2c89cced191fbd94bdb5dd6833d942584
11471 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11472 Date:   Thu Nov 3 18:27:09 2011 +0000
11473
11474     Add a 'null' input backend symbol
11475     
11476     We should have an input backend symbol that thoroughly disables all
11477     input event handling.
11478
11479  clutter/clutter-backend.c |    8 +++++++-
11480  configure.ac              |    4 ++++
11481  2 files changed, 11 insertions(+), 1 deletion(-)
11482
11483 commit adb6ffbd0e67f1f43a7fbcd8df53a94fb7b241e8
11484 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11485 Date:   Thu Nov 3 17:53:54 2011 +0000
11486
11487     backend: Unify the event initialization
11488     
11489     Input backends are, in some cases, independent from the windowing system
11490     backends; we can initialize input handling using a model similar to what
11491     we use for windowing backends, including an environment variable and
11492     compile-/run-time checks.
11493     
11494     This model allows us to remove the backend-specific init_events(), and
11495     use a generic implementation directly inside the base ClutterBackend
11496     class, thus further reducing the backend-specific code that every
11497     platform has to implement.
11498     
11499     This requires some minor surgery to every single backend, to make sure
11500     that the function exposed to initialize the event loop is similar and
11501     performs roughly the same operations.
11502
11503  clutter/clutter-backend.c                 |   85 +++++++++++++-
11504  clutter/egl/clutter-backend-eglnative.c   |   26 -----
11505  clutter/gdk/clutter-backend-gdk.c         |   24 ++--
11506  clutter/gdk/clutter-backend-gdk.h         |    4 +-
11507  clutter/gdk/clutter-event-gdk.c           |   21 ----
11508  clutter/osx/clutter-backend-osx.c         |   11 +-
11509  clutter/osx/clutter-backend-osx.h         |    6 +-
11510  clutter/osx/clutter-event-osx.c           |   14 ---
11511  clutter/wayland/clutter-backend-wayland.c |    6 -
11512  clutter/x11/clutter-backend-x11-private.h |   32 ------
11513  clutter/x11/clutter-backend-x11.c         |   58 ++++++----
11514  clutter/x11/clutter-backend-x11.h         |   35 +++---
11515  clutter/x11/clutter-event-x11.c           |  173 +++++++----------------------
11516  configure.ac                              |   12 +-
11517  14 files changed, 205 insertions(+), 302 deletions(-)
11518
11519 commit 84d208b2c6c774a27d7d00ef5136bf31ebe82310
11520 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11521 Date:   Thu Nov 3 16:48:20 2011 +0000
11522
11523     win32/backend: Remove ensure_context()
11524     
11525     We have a fallback, now.
11526
11527  clutter/win32/clutter-backend-win32.c |   11 -----------
11528  1 file changed, 11 deletions(-)
11529
11530 commit 672ab70144b9270535f6371ae79921d72cbada58
11531 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11532 Date:   Thu Nov 3 16:47:57 2011 +0000
11533
11534     win32/stage: Implement get_active_framebuffer()
11535
11536  clutter/win32/clutter-stage-win32.c |    9 +++++++++
11537  1 file changed, 9 insertions(+)
11538
11539 commit 42af690255f2b32af6a778df312211001a2c1fc2
11540 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11541 Date:   Thu Nov 3 16:47:18 2011 +0000
11542
11543     wayland/backend: Remove empty ensure_context()
11544     
11545     There is a default fallback, now.
11546
11547  clutter/wayland/clutter-backend-wayland.c |    7 -------
11548  1 file changed, 7 deletions(-)
11549
11550 commit 0c02e8adb31413e4d19c101a94da91834558b9b3
11551 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11552 Date:   Thu Nov 3 16:46:48 2011 +0000
11553
11554     cogl/backend: Remove ensure_context()
11555     
11556     We have a default implementation for it, now.
11557
11558  clutter/cogl/clutter-backend-cogl.c |   17 -----------------
11559  1 file changed, 17 deletions(-)
11560
11561 commit 790c0d1f9128ea64b84db944ef2ac853bfd8e057
11562 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11563 Date:   Thu Nov 3 16:45:56 2011 +0000
11564
11565     backend: Provide an implementation of ensure_backend()
11566     
11567     We can do it for all Cogl-based backends.
11568
11569  clutter/clutter-backend.c |   24 ++++++++++++++++++++++++
11570  1 file changed, 24 insertions(+)
11571
11572 commit e374c2bd8922049ab9c0e285baf21e56641ec974
11573 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11574 Date:   Thu Nov 10 14:15:32 2011 +0000
11575
11576     conform/color: Check invalid strings
11577     
11578     We need to make sure to fail consistently for invalid strings.
11579
11580  tests/conform/test-color.c        |   20 ++++++++++++++++++--
11581  tests/conform/test-conform-main.c |    3 ++-
11582  2 files changed, 20 insertions(+), 3 deletions(-)
11583
11584 commit 0550a8b99d0589ef9a196c6787577a0975014f3f
11585 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11586 Date:   Thu Nov 10 14:13:45 2011 +0000
11587
11588     color: Validate hex formats
11589     
11590     Right now, we pass through to Pango unrecognized hexadecimal formats
11591     when parsing colors from strings. Since we parse all possible formats
11592     ourselves, we can do validation ourselves as well, and avoid the Pango
11593     path.
11594
11595  clutter/clutter-color.c |   26 +++++++++++++++-----------
11596  1 file changed, 15 insertions(+), 11 deletions(-)
11597
11598 commit 889a1f44f422224c4d652256197b6358d2b74fc4
11599 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11600 Date:   Thu Nov 10 12:56:47 2011 +0000
11601
11602     conform/color: Test hsla() format
11603
11604  tests/conform/test-color.c |   14 ++++++++++++++
11605  1 file changed, 14 insertions(+)
11606
11607 commit b96773f9c9b3c397ade8e88b3b3523e63732843f
11608 Author: Jasper St. Pierre <jstpierre@mecheye.net>
11609 Date:   Wed Nov 9 16:37:32 2011 -0500
11610
11611     clutter-stage-x11: Make sure to set geometry x and y
11612     
11613     Otherwise, we could be dealing with uninitialized values, causing
11614     havoc all over the place.
11615     
11616     https://bugzilla.gnome.org/show_bug.cgi?id=663733
11617
11618  clutter/x11/clutter-stage-x11.c |    2 ++
11619  1 file changed, 2 insertions(+)
11620
11621 commit 33303f92f3c3d164ab8c477d99af25e10e9520c2
11622 Author: Craig R. Hughes <craig.git@rungie.com>
11623 Date:   Mon Nov 7 17:00:45 2011 -0800
11624
11625     Minor whitespace fix for clutter color parsing of hsla(h,s,l,a)
11626     
11627     Previously, if there was whitespace between "l" and the comma before the
11628     alpha value, parsing would fail.  This patch allows that whitespace
11629     making it consistent with whitespace being allowed everywhere else.
11630     
11631     https://bugzilla.gnome.org/show_bug.cgi?id=663594
11632
11633  clutter/clutter-color.c |    1 +
11634  1 file changed, 1 insertion(+)
11635
11636 commit d596401a3c1f88d396c06702ed488328ff4d1bd8
11637 Author: Matthias Clasen <mclasen@redhat.com>
11638 Date:   Fri Nov 4 07:14:47 2011 -0400
11639
11640     cally: Use the proper role for password entries
11641     
11642     https://bugzilla.gnome.org/show_bug.cgi?id=663332
11643
11644  clutter/cally/cally-text.c |   12 +++++++++++-
11645  1 file changed, 11 insertions(+), 1 deletion(-)
11646
11647 commit 7b5e5b772740a4067925f39be85cd9e9e8438479
11648 Author: Emmanuele Bassi <ebassi@gnome.org>
11649 Date:   Wed Nov 9 09:09:37 2011 +0000
11650
11651     main: Add a debug note when reading the settings file
11652     
11653     So that's easier to track in the debug log.
11654
11655  clutter/clutter-main.c |    2 ++
11656  1 file changed, 2 insertions(+)
11657
11658 commit 63dbcc245c0edc92c235374d7918b4a26c4d1158
11659 Merge: bf8f1af ba8d682
11660 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11661 Date:   Wed Nov 9 00:30:32 2011 +0800
11662
11663     Merge branch 'master' into msvc-support-master
11664
11665 commit ba8d682c0900afd0ef14acc8fe7083d4137f4b63
11666 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11667 Date:   Tue Nov 8 14:46:55 2011 +0000
11668
11669     actor: Deprecate [sg]et_geometry()
11670     
11671     These methods are short-hands for accessing the position and size,
11672     which are already shorthands for accessing the various dimensional
11673     and positional attributes. Plus, they use ClutterGeometry, which is a
11674     fairly bad data type for a rectangle.
11675
11676  clutter/clutter-actor.c            |    9 ++++++++-
11677  clutter/clutter-actor.h            |    4 ----
11678  clutter/deprecated/clutter-actor.h |   11 +++++++++--
11679  3 files changed, 17 insertions(+), 7 deletions(-)
11680
11681 commit 101f39ea922687427c5cf2a69a18d171f289fe6e
11682 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11683 Date:   Tue Nov 8 14:46:16 2011 +0000
11684
11685     Replace usage of [sg]et_geometry()
11686     
11687     The set_geometry() and get_geometry() methods are going to be
11688     deprecated.
11689
11690  clutter/win32/clutter-stage-win32.c              |    2 +-
11691  clutter/x11/clutter-stage-x11.c                  |    2 +-
11692  tests/accessibility/cally-atkcomponent-example.c |   44 ++++++++--------------
11693  tests/accessibility/cally-atkevents-example.c    |   22 ++++++-----
11694  tests/accessibility/cally-clone-example.c        |    4 +-
11695  tests/conform/test-pick.c                        |    9 +++--
11696  6 files changed, 38 insertions(+), 45 deletions(-)
11697
11698 commit 4fe7a77302ed0de7a977916e83e4b62244b99275
11699 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11700 Date:   Tue Nov 8 14:20:32 2011 +0000
11701
11702     Replace ClutterGeometry with cairo_rectangle_int_t
11703     
11704     We still use ClutterGeometry internally in a couple of places, but we
11705     should really move away from that flawed rectangle data type, and use
11706     the Cairo one.
11707     
11708     Sadly, we still have some public API that we cannot remove yet.
11709
11710  clutter/win32/clutter-stage-win32.c |    2 +-
11711  clutter/x11/clutter-stage-x11.c     |    2 +-
11712  2 files changed, 2 insertions(+), 2 deletions(-)
11713
11714 commit 76e85f68eaec4307ba27cd45e99072d78ee5b8e6
11715 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11716 Date:   Tue Nov 8 11:19:22 2011 +0000
11717
11718     build: Remove mention of missing file
11719     
11720     There is no clutter-event-gdk.h in the build.
11721
11722  clutter/Makefile.am |    1 -
11723  1 file changed, 1 deletion(-)
11724
11725 commit 67d5a4993c6459461ab486ed394f110ede4a5cc8
11726 Author: Emmanuele Bassi <ebassi@gnome.org>
11727 Date:   Mon Nov 7 20:24:13 2011 +0000
11728
11729     main: Deprecate clutter_set_default_frame_rate()
11730     
11731     Setting the default frame rate does not do anything even remotely
11732     useful, unless synchronization to the vertical refresh rate is also
11733     disabled - which can only be done through environment variable or
11734     through configuration file. Having a programmatic way to change the
11735     default frame rate is, thus, completely pointless.
11736     
11737     Changing the default frame rate through environment variable and
11738     configuration file is still allowed.
11739
11740  clutter/clutter-main.c            |    9 ++-------
11741  clutter/clutter-main.h            |    5 ++---
11742  clutter/deprecated/clutter-main.h |    7 +++++--
11743  3 files changed, 9 insertions(+), 12 deletions(-)
11744
11745 commit bf8f1afb404c522dc54f31b8171b51453d591465
11746 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11747 Date:   Mon Nov 7 12:46:56 2011 +0800
11748
11749     Update VS property sheets
11750     
11751     In response to the following moved to deprecated in the following commits:
11752     
11753     a39be454
11754     main: Move deprecated symbols to a separate header
11755     40d703a0
11756     backend: Move deprecated symbols to a separate header
11757     b19c9196
11758     actor: Move deprecated symbols into separate headers
11759     142cd0bf
11760     Move clutter-keysyms-compat.h to the deprecated section
11761     530b07f1
11762     Don't use a -deprecated suffix for headers
11763     11420a70
11764     group: Move deprecated macro into its own header
11765     98b467f9
11766     stage: Move the deprecated macros to a separate header
11767
11768  build/win32/vs10/clutter.props  |   18 ++++++++++++++----
11769  build/win32/vs9/clutter.vsprops |   11 ++++++++---
11770  2 files changed, 22 insertions(+), 7 deletions(-)
11771
11772 commit bd9dbe870a9835d6bfc0b8832846936a5fa16e6a
11773 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11774 Date:   Mon Nov 7 12:44:44 2011 +0800
11775
11776     Add GDK-specific symbols to clutter.symbols
11777     
11778     A GDK backend for clutter was added in commits 610a9c17
11779     (Add A new GDK backend) and f14cbf5b (gdk: Allow disabling event retrieval)
11780     
11781     These are not included in the Win32 builds for the moment as GDK3 is
11782     quite unstable on Windows at this time
11783
11784  clutter/clutter.symbols |    9 +++++++++
11785  1 file changed, 9 insertions(+)
11786
11787 commit 73fa9eec5f1ca248f16d15fd19e5e548655321d9
11788 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11789 Date:   Mon Nov 7 12:12:53 2011 +0800
11790
11791     Update clutter-version.h.win32.in
11792     
11793     -Update clutter-version.h.win32.in to reflect the state of
11794      clutter-version.h.in commit 21a24c86 (updated in commit 8249e488)
11795     -Also add clutter_check_windowing_backend to clutter.symbols as a result.
11796
11797  clutter/clutter-version.h.win32.in |    2 ++
11798  clutter/clutter.symbols            |    1 +
11799  2 files changed, 3 insertions(+)
11800
11801 commit bb9e452a36d7a4fe3ed2090c050d096c26aae988
11802 Merge: 61c3b93 e0bfdbf
11803 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11804 Date:   Mon Nov 7 11:42:16 2011 +0800
11805
11806     Merge branch 'master' into msvc-support-master
11807
11808 commit e0bfdbfeba82a77d0960f62957b3515792cefc90
11809 Author: Emmanuele Bassi <ebassi@gnome.org>
11810 Date:   Fri Nov 4 12:03:13 2011 +0000
11811
11812     osx/stage: Fix compilation
11813     
11814     We need to include clutter-stage-window.h.
11815
11816  clutter/osx/clutter-stage-osx.h |    3 ++-
11817  1 file changed, 2 insertions(+), 1 deletion(-)
11818
11819 commit 61c3b9395ff167f2f1716e7c8fd59082c6e5ba49
11820 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11821 Date:   Fri Nov 4 12:01:51 2011 +0800
11822
11823     Fix cally-atkevents-example VS projects
11824     
11825     Refer to $(srcroot)\clutter so that the correct Cally headers can be
11826     referenced
11827
11828  build/win32/vs10/cally-atkevents-example.vcxproj |    4 ++++
11829  build/win32/vs9/cally-atkevents-example.vcproj   |    4 ++++
11830  2 files changed, 8 insertions(+)
11831
11832 commit 6f8f8295c053bb8b61e83422d7e105b12ed0401c
11833 Author: Colin Walters <walters@verbum.org>
11834 Date:   Thu Nov 3 14:42:07 2011 -0400
11835
11836     build: Ensure libdir exists before installing to it
11837
11838  clutter/Makefile.am |    1 +
11839  1 file changed, 1 insertion(+)
11840
11841 commit 683642ba545acaf78b13de3d5ffe07705dec348a
11842 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11843 Date:   Thu Nov 3 16:05:36 2011 +0000
11844
11845     docs: Fixes for the API reference build
11846
11847  clutter/clutter-layout-manager.c          |    1 -
11848  doc/reference/clutter/Makefile.am         |   25 ++++++++++++++++---------
11849  doc/reference/clutter/running-clutter.xml |    1 +
11850  3 files changed, 17 insertions(+), 10 deletions(-)
11851
11852 commit 53513f858633ae578b87e0c12f43cc77721c84e5
11853 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11854 Date:   Thu Nov 3 15:35:03 2011 +0000
11855
11856     tests: Remove #undef CLUTTER_DISABLE_DEPRECATED
11857     
11858     We need to test deprecated API as well, and we don't use a guard any
11859     more in the build.
11860
11861  tests/conform/test-behaviours.c          |    2 --
11862  tests/conform/test-score.c               |    2 --
11863  tests/conform/test-script-parser.c       |    2 --
11864  tests/interactive/test-actor-clone.c     |    1 -
11865  tests/interactive/test-actors.c          |    1 -
11866  tests/interactive/test-behave.c          |    1 -
11867  tests/interactive/test-depth.c           |    2 --
11868  tests/interactive/test-multistage.c      |    2 --
11869  tests/interactive/test-paint-wrapper.c   |    1 -
11870  tests/interactive/test-pixmap.c          |    1 -
11871  tests/interactive/test-scale.c           |    2 --
11872  tests/interactive/test-script.c          |    2 --
11873  tests/interactive/test-texture-quality.c |    2 --
11874  tests/interactive/test-threads.c         |    2 --
11875  14 files changed, 23 deletions(-)
11876
11877 commit 7ab84f981c39952926ea408a817a1d8a88c615ea
11878 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11879 Date:   Thu Nov 3 15:32:53 2011 +0000
11880
11881     Remove CLUTTER_DISABLE_DEPRECATED from the build flags
11882     
11883     We don't use it any more.
11884
11885  clutter/Makefile.am               |    8 ++++----
11886  configure.ac                      |    2 +-
11887  doc/cookbook/examples/Makefile.am |    2 +-
11888  3 files changed, 6 insertions(+), 6 deletions(-)
11889
11890 commit 2403d4875b03c14169cf90e55d449ff46a75e23a
11891 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11892 Date:   Thu Nov 3 15:32:04 2011 +0000
11893
11894     Remove CLUTTER_DISABLE_DEPRECATED guard
11895     
11896     Except for macros, we now entirely depend on the deprecation warnings
11897     instead of a guard.
11898
11899  clutter/clutter-types.h              |    9 +++------
11900  clutter/clutter.h                    |    2 --
11901  clutter/deprecated/clutter-actor.h   |    1 -
11902  clutter/deprecated/clutter-keysyms.h |    4 ++++
11903  4 files changed, 7 insertions(+), 9 deletions(-)
11904
11905 commit 9ea2bb694ee4a72e1156194fa4bfc01b7c61a280
11906 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11907 Date:   Thu Nov 3 15:16:02 2011 +0000
11908
11909     docs: Fix a wrongly named argument
11910
11911  clutter/clutter-group.c |    2 +-
11912  1 file changed, 1 insertion(+), 1 deletion(-)
11913
11914 commit 98b467f9b86555bb30e1d3855dce81f06bb42d89
11915 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11916 Date:   Thu Nov 3 15:13:54 2011 +0000
11917
11918     stage: Move the deprecated macros to a separate header
11919     
11920     The clutter-stage.h header still has a bunch of macros that have, for
11921     reasons unknown[*], survived the 1.0 API cut and have long since been
11922     deprecated. Let's hide them under the deprecated/ carpet and let us
11923     never speak of them ever again.
11924     
11925     [*] pretty sure alcohol or other psychotropic substances were involved
11926     but I take the 5th on that.
11927
11928  clutter/Makefile.am                |    1 +
11929  clutter/clutter-deprecated.h       |    1 +
11930  clutter/clutter-stage.h            |   39 -------------------------------
11931  clutter/deprecated/clutter-stage.h |   45 ++++++++++++++++++++++++++++++++++++
11932  4 files changed, 47 insertions(+), 39 deletions(-)
11933
11934 commit 0157615faeda3725bf4c8d63fb86c8850790ee90
11935 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11936 Date:   Thu Nov 3 15:03:16 2011 +0000
11937
11938     build: Fix compilation
11939
11940  clutter/deprecated/clutter-main.h |    1 +
11941  1 file changed, 1 insertion(+)
11942
11943 commit 11420a705734ab3626754c550c942b0d66fd4200
11944 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11945 Date:   Thu Nov 3 15:02:35 2011 +0000
11946
11947     group: Move deprecated macro into its own header
11948
11949  clutter/Makefile.am                |    1 +
11950  clutter/clutter-deprecated.h       |    1 +
11951  clutter/clutter-group.c            |   15 ++++++----
11952  clutter/clutter-group.h            |   57 ++++++++++--------------------------
11953  clutter/deprecated/clutter-group.h |   23 +++++++++++++++
11954  5 files changed, 49 insertions(+), 48 deletions(-)
11955
11956 commit 530b07f12beb392426427a3f2910656da2438f99
11957 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11958 Date:   Thu Nov 3 14:49:56 2011 +0000
11959
11960     Don't use a -deprecated suffix for headers
11961     
11962     They are already in the deprecated/ directory, the suffix is redundant,
11963     and there is no chance of collision.
11964
11965  clutter/Makefile.am                             |    6 +--
11966  clutter/clutter-deprecated.h                    |    6 +--
11967  clutter/deprecated/clutter-actor-deprecated.h   |   17 --------
11968  clutter/deprecated/clutter-actor.h              |   17 ++++++++
11969  clutter/deprecated/clutter-backend-deprecated.h |   36 ----------------
11970  clutter/deprecated/clutter-backend.h            |   36 ++++++++++++++++
11971  clutter/deprecated/clutter-main-deprecated.h    |   52 -----------------------
11972  clutter/deprecated/clutter-main.h               |   52 +++++++++++++++++++++++
11973  8 files changed, 111 insertions(+), 111 deletions(-)
11974
11975 commit 142cd0bf82b3e10acc19d237db8da440509e7715
11976 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11977 Date:   Thu Nov 3 14:42:39 2011 +0000
11978
11979     Move clutter-keysyms-compat.h to the deprecated section
11980     
11981     No reason to have it lingering in the main section.
11982
11983  clutter/Makefile.am                  |    2 +-
11984  clutter/clutter-deprecated.h         |    3 +-
11985  clutter/clutter-keysyms-compat.h     | 2290 ---------------------------------
11986  clutter/clutter-keysyms-update.pl    |   17 +-
11987  clutter/clutter-keysyms.h            |   13 +-
11988  clutter/deprecated/clutter-keysyms.h | 2298 ++++++++++++++++++++++++++++++++++
11989  6 files changed, 2315 insertions(+), 2308 deletions(-)
11990
11991 commit 983510fad4b7ca71cf57efb19c39116d6bfb79e3
11992 Author: Emmanuele Bassi <ebassi@linux.intel.com>
11993 Date:   Thu Nov 3 14:02:43 2011 +0000
11994
11995     x11/backend: Use an internal GError
11996     
11997     Don't just return the error from Cogl, but proxy it so that it has the
11998     correct error domain and code.
11999
12000  clutter/x11/clutter-backend-x11.c |   37 ++++++++++++++++++++++++++++---------
12001  1 file changed, 28 insertions(+), 9 deletions(-)
12002
12003 commit 7a2001436b759018a0e7178baa0e32bcd994a561
12004 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12005 Date:   Wed Nov 2 17:31:29 2011 +0000
12006
12007     build: Clean up the per-backend summary
12008
12009  configure.ac |   30 ++++++++++++++++++++++--------
12010  1 file changed, 22 insertions(+), 8 deletions(-)
12011
12012 commit dc672b5c89c2b4300b16f117aff26a1fe1f7bbfa
12013 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12014 Date:   Wed Nov 2 17:30:30 2011 +0000
12015
12016     build: Use AC_CACHE_SAVE
12017     
12018     Delimit the points in the configure script that should save the state,
12019     so that running the script multiple times doesn't require starting from
12020     scratch even if it didn't terminate successfully.
12021
12022  configure.ac |   10 +++++++++-
12023  1 file changed, 9 insertions(+), 1 deletion(-)
12024
12025 commit 9110fa1ee7821523b7e3b47743846b1e20dbc33c
12026 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12027 Date:   Wed Nov 2 13:17:27 2011 +0000
12028
12029     build: Disable tslib by default
12030     
12031     The event handling through tslib hasn't been tested in a while, and it
12032     hasn't been ported to the device manager machinery either. We are still
12033     considering whether or not it should be entirely removed, since evdev is
12034     supposed to be a better way to handle events not coming from an existing
12035     windowing system.
12036
12037  configure.ac |    8 ++++----
12038  1 file changed, 4 insertions(+), 4 deletions(-)
12039
12040 commit c4e6f74f2944e20dbf04794f167a3da1b817235a
12041 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12042 Date:   Mon Oct 17 16:07:05 2011 +0100
12043
12044     interactive/pixmap: Make sure to work only on the X11 backend
12045     
12046     Even if the test has been successfully compiled against the X11 backend,
12047     we need to ensure that it is actually running against it, otherwise bad
12048     things will happen.
12049
12050  tests/interactive/test-pixmap.c |   48 +++++++++++++++++++--------------------
12051  1 file changed, 23 insertions(+), 25 deletions(-)
12052
12053 commit 3b38cee66bfda2fae376b74c8e5cd500243d3be6
12054 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12055 Date:   Mon Oct 17 16:06:15 2011 +0100
12056
12057     interactive/devices: Build unconditionally
12058     
12059     The test-devices interactive test does not rely on the X11 API being
12060     present any more, after the introduction of the device manager API.
12061
12062  tests/interactive/Makefile.am    |    5 +++--
12063  tests/interactive/test-devices.c |    5 +++++
12064  2 files changed, 8 insertions(+), 2 deletions(-)
12065
12066 commit 8249e48802193865114d7ff7e0b1023ffaee9456
12067 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12068 Date:   Mon Oct 17 16:03:19 2011 +0100
12069
12070     Clean up the windowing system defines
12071     
12072     Instead of defining new symbols for the windowing systems enabled at
12073     configure time, we can reuse the same symbols for both the compile time
12074     and run time checks, e.g.:
12075     
12076       #ifdef CLUTTER_WINDOWING_X11
12077         if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11))
12078           /* use the clutter_x11_* API */
12079         else
12080       #endif
12081       #ifdef CLUTTER_WINDOWING_WIN32
12082         if (clutter_check_windowing_backend (CLUTTER_WINDOWING_WIN32))
12083           /* use the clutter_win32_* API */
12084       #endif
12085     
12086     This scheme allows us to ensure that the input system namespace is free
12087     for us to use and select at run time in later versions of Clutter.
12088
12089  clutter/clutter-backend-private.h |    3 ++
12090  clutter/clutter-backend.h         |   77 ++--------------------------------
12091  clutter/clutter-main.c            |   83 ++++++++++++++++++++++++-------------
12092  clutter/clutter-version.h.in      |    2 +-
12093  configure.ac                      |   20 ++++-----
12094  5 files changed, 71 insertions(+), 114 deletions(-)
12095
12096 commit 98c177def5c861e03a1386b02bb0b3acb7c09e65
12097 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12098 Date:   Mon Oct 17 13:25:15 2011 +0100
12099
12100     Clean up the backend creation
12101     
12102     Move it to its own function.
12103
12104  clutter/clutter-main.c |   83 +++++++++++++++++++++++++++---------------------
12105  1 file changed, 46 insertions(+), 37 deletions(-)
12106
12107 commit 3987db16595cb52c1b309ad8251066fa63c71651
12108 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12109 Date:   Fri Oct 14 12:00:44 2011 +0100
12110
12111     build: Make sure to remove colliding shared libraries
12112     
12113     The compatibility links should take over any existing installed
12114     shared library with the same soname, to avoid ldd creating stale
12115     links.
12116
12117  clutter/Makefile.am |    3 +++
12118  1 file changed, 3 insertions(+)
12119
12120 commit 50c72367a8b6946b0d047c4ea10e6e08d3a47442
12121 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12122 Date:   Wed Oct 12 17:56:07 2011 +0100
12123
12124     docs: Update the README section on configure switches
12125
12126  README.in |   51 +++++++++++++++++++++++----------------------------
12127  1 file changed, 23 insertions(+), 28 deletions(-)
12128
12129 commit b07756e0b3248134aad075f690eaf8560424d8c0
12130 Author: Emmanuele Bassi <ebassi@gnome.org>
12131 Date:   Wed Oct 12 08:48:56 2011 +0100
12132
12133     build: Implement proper platform checking
12134     
12135     Perform the check for enabling platform-specific backends conditionally
12136     on the 'check' value, instead of unconditionally.
12137     
12138     Also, rename the configure switches for the backends to have a '-backend'
12139     suffix, to avoid collisions and provide a more descriptive name.
12140
12141  configure.ac |   77 ++++++++++++++++++++++++++++++++++------------------------
12142  1 file changed, 45 insertions(+), 32 deletions(-)
12143
12144 commit 4b0d7f2929c39528227bae6e2d39ab7f3edf1ac9
12145 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12146 Date:   Mon Oct 3 17:11:49 2011 +0100
12147
12148     build: Improve the compat libs rule
12149     
12150     Use the same commands libtool uses when installing symbolic links for
12151     the shared libraries.
12152
12153  clutter/Makefile.am |   26 ++++++++++++++++++++------
12154  1 file changed, 20 insertions(+), 6 deletions(-)
12155
12156 commit 8eb71af23d55bbc07dadd552369e10d405f7c670
12157 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12158 Date:   Mon Oct 3 15:25:40 2011 +0100
12159
12160     gdk/events: Clean up the event handling code
12161     
12162     We need debugging notes, to see what's happening when handling events.
12163     
12164     We need to queue a (clipped) redraw when receiving a GDK_EXPOSE event.
12165     
12166     We need to check the device (both master and source) of the event using
12167     the GdkEvent API, and pass them to the ClutterEvent using the
12168     corresponding Clutter API.
12169
12170  clutter/gdk/clutter-event-gdk.c        |   93 +++++++++++++++++++++++++-------
12171  clutter/gdk/clutter-input-device-gdk.c |    2 +-
12172  2 files changed, 75 insertions(+), 20 deletions(-)
12173
12174 commit 405e72f2e4ce94e3fad5c668cf0e7622fdc3af35
12175 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12176 Date:   Mon Oct 3 12:25:53 2011 +0100
12177
12178     egl: First attempt at cleaning up the EGL native backend
12179     
12180     At least, let's make it compile when built along with the other
12181     backends. In reality, it still needs to be verified as working.
12182
12183  clutter/Makefile.am                          |   16 ++-
12184  clutter/clutter-main.c                       |    4 +-
12185  clutter/cogl/clutter-backend-cogl.c          |   40 +------
12186  clutter/cogl/clutter-stage-cogl.h            |    4 -
12187  clutter/egl/clutter-backend-eglnative.c      |  159 ++++++++++++++++++++------
12188  clutter/egl/clutter-backend-eglnative.h      |    5 -
12189  clutter/egl/clutter-egl.h                    |    3 +
12190  clutter/evdev/clutter-device-manager-evdev.c |   11 +-
12191  clutter/tslib/clutter-event-tslib.c          |   26 +----
12192  clutter/tslib/clutter-event-tslib.h          |   35 ++++++
12193  configure.ac                                 |   48 ++++----
12194  11 files changed, 220 insertions(+), 131 deletions(-)
12195
12196 commit 19508132df6227f5b865de458bdf959106073373
12197 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12198 Date:   Mon Oct 3 10:23:46 2011 +0100
12199
12200     build: Move EGL-related files under egl/
12201     
12202     Including the clutter-cex100.h.in header.
12203
12204  .gitignore                         |    2 +-
12205  clutter/Makefile.am                |    6 +--
12206  clutter/cogl/clutter-cex100.h.in   |   91 ----------------------------------
12207  clutter/cogl/clutter-egl-headers.h |   30 ------------
12208  clutter/cogl/clutter-egl.h         |   94 ------------------------------------
12209  clutter/egl/clutter-cex100.h       |   91 ----------------------------------
12210  clutter/egl/clutter-cex100.h.in    |   91 ++++++++++++++++++++++++++++++++++
12211  clutter/egl/clutter-egl-headers.h  |   30 ++++++++++++
12212  clutter/egl/clutter-egl.h          |   94 ++++++++++++++++++++++++++++++++++++
12213  configure.ac                       |    2 +-
12214  10 files changed, 220 insertions(+), 311 deletions(-)
12215
12216 commit 4ee00b67b55d56c5c36bdf2978593532d540190a
12217 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12218 Date:   Mon Oct 3 10:17:56 2011 +0100
12219
12220     build: Move clutter-event-tslib.c out of egl/
12221     
12222     Prepare for a full tslib device manager.
12223
12224  clutter/Makefile.am                 |    2 +-
12225  clutter/egl/clutter-event-tslib.c   |  293 -----------------------------------
12226  clutter/tslib/clutter-event-tslib.c |  293 +++++++++++++++++++++++++++++++++++
12227  3 files changed, 294 insertions(+), 294 deletions(-)
12228
12229 commit 6e9f474d90687df0e21cc374b6a7fafa5694a846
12230 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12231 Date:   Fri Sep 30 17:29:40 2011 +0100
12232
12233     Coding style and cosmetic fixes
12234
12235  clutter/gdk/clutter-event-gdk.c |  297 +++++++++++++++++++++------------------
12236  1 file changed, 162 insertions(+), 135 deletions(-)
12237
12238 commit 0c919adf508351aa95d201d36277ff677f4348b1
12239 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12240 Date:   Fri Sep 30 14:50:31 2011 +0100
12241
12242     Minimal cosmetic fix to the configure output
12243
12244  configure.ac |    2 +-
12245  1 file changed, 1 insertion(+), 1 deletion(-)
12246
12247 commit fedfac3b7cb3899619dfe6c197cf22a5b1b8c0aa
12248 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12249 Date:   Fri Sep 30 13:58:40 2011 +0100
12250
12251     Remove the X11-specific bit in ClutterStageCogl
12252     
12253     Let's use a new virtual function in ClutterStageWindow to check whether
12254     a platform-specific implementation does support clipped redraws.
12255
12256  clutter/clutter-stage-window.c    |   14 ++++++++++++++
12257  clutter/clutter-stage-window.h    |    4 ++++
12258  clutter/cogl/clutter-stage-cogl.c |   21 +++------------------
12259  clutter/gdk/clutter-stage-gdk.c   |   24 ++++++++++--------------
12260  clutter/x11/clutter-stage-x11.c   |   13 +++++++++++++
12261  5 files changed, 44 insertions(+), 32 deletions(-)
12262
12263 commit f58d393187af1258d6f23cbe172d7c20ee7d0d2d
12264 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12265 Date:   Thu Sep 29 18:16:48 2011 +0100
12266
12267     gdk: Fix Stage foreign window support
12268     
12269     The code is generally wrong, and does not work. We need to skip the
12270     GdkWindow creation when we have a foreing window, but we still need to
12271     create the Cogl onscreen buffer and connect it to the GdkWindow's native
12272     resource.
12273
12274  clutter/gdk/clutter-stage-gdk.c |  141 ++++++++++++++++++++-------------------
12275  1 file changed, 74 insertions(+), 67 deletions(-)
12276
12277 commit f14cbf5bdb4f763925f53451dd94d56f756c93ea
12278 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12279 Date:   Thu Sep 29 18:10:48 2011 +0100
12280
12281     gdk: Allow disabling event retrieval
12282     
12283     Just like the other backends can disable the internal event handling,
12284     and use clutter_<backend>_handle_event() to do the native → Clutter
12285     event translation.
12286
12287  clutter/gdk/clutter-backend-gdk.c |   18 +++++++++++++++++-
12288  clutter/gdk/clutter-gdk.h         |    2 ++
12289  2 files changed, 19 insertions(+), 1 deletion(-)
12290
12291 commit a73f1e67685b30702757b03b39ad585acfc90f89
12292 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12293 Date:   Tue Sep 27 13:24:52 2011 +0100
12294
12295     Cosmetic fixes
12296
12297  clutter/x11/clutter-backend-x11.c |  143 +++++++++++++++++++------------------
12298  1 file changed, 72 insertions(+), 71 deletions(-)
12299
12300 commit 21a24c862ef652552ada4d9d4a0eb95edd5790bb
12301 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12302 Date:   Mon Sep 26 13:14:26 2011 +0100
12303
12304     Allow checking the backend type at run-time
12305     
12306     Portable code should be allowed to check type backend currently being
12307     used, so that it can use platform-specific API (not just Clutter's).
12308     
12309     We don't want to go down the GDK route, with public types for
12310     ClutterBackend and ClutterStageWindow implementations, and use the type
12311     system, e.g.:
12312     
12313       #ifdef GDK_WINDOWING_X11
12314         if (GDK_IS_WINDOW_X11 (window))
12315           use_x11_api (window);
12316         else
12317       #endif
12318       #ifdef GDK_WINDOWING_WIN32
12319         if (GDK_IS_WINDOW_WIN32 (window))
12320           use_win32_api (window);
12321         else
12322       #endif
12323         g_critical ("Unsupported backend");
12324     
12325     This system would make us expose the backend system, and we want to
12326     still reserve us the option to change the backend system to increase its
12327     granularity — e.g. choosing different input event systems regardless of
12328     the windowing system.
12329     
12330     This commit adds a simple function that checks the backend type against
12331     a symbolic constant — the same constant string that can be used to
12332     select the backend at run-time through the CLUTTER_BACKEND environment
12333     variable.
12334
12335  clutter/clutter-backend.h    |   67 ++++++++++++++++++++++++++++++++++++++++
12336  clutter/clutter-main.c       |   70 ++++++++++++++++++++++++++++++++++++++----
12337  clutter/clutter-version.h.in |    2 ++
12338  3 files changed, 133 insertions(+), 6 deletions(-)
12339
12340 commit a09bbffd922123d0b4ae9405be4651119e5fa7a1
12341 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12342 Date:   Wed Sep 21 18:05:03 2011 +0100
12343
12344     Implement multi-backend support
12345     
12346     The Clutter backend split is opaque enough that should allow us to just
12347     build all possible backends inside the same shared object, and select
12348     the wanted backend at initialization time.
12349     
12350     This requires some work in the build system, as well as the
12351     initialization code, to remove duplicate functions that might cause
12352     conflicts at build and link time. We also need to defer all the checks
12353     of the internal state of the platform-specific API to run-time type
12354     checks.
12355
12356  clutter/Makefile.am                       |  139 ++++++---
12357  clutter/clutter-backend-private.h         |    3 -
12358  clutter/clutter-main.c                    |   63 +++-
12359  clutter/clutter-version.h.in              |   14 +
12360  clutter/clutter.pc.in                     |   11 +-
12361  clutter/cogl/clutter-stage-cogl.c         |   19 +-
12362  clutter/egl/clutter-backend-eglnative.c   |   55 ++--
12363  clutter/gdk/clutter-backend-gdk.c         |   16 +-
12364  clutter/gdk/clutter-gdk.h                 |   13 +-
12365  clutter/gdk/clutter-stage-gdk.c           |   14 +-
12366  clutter/osx/clutter-backend-osx.c         |    6 -
12367  clutter/wayland/clutter-backend-wayland.c |    6 -
12368  clutter/win32/clutter-backend-win32.c     |    6 -
12369  clutter/win32/clutter-stage-win32.c       |   10 +-
12370  clutter/x11/clutter-backend-x11.c         |   78 +++--
12371  clutter/x11/clutter-x11-texture-pixmap.c  |   25 +-
12372  configure.ac                              |  482 ++++++++++++++---------------
12373  doc/cookbook/examples/Makefile.am         |    2 +-
12374  doc/reference/cally/Makefile.am           |    2 +-
12375  doc/reference/clutter/Makefile.am         |    2 +-
12376  tests/accessibility/Makefile.am           |    2 +-
12377  tests/conform/Makefile.am                 |    2 +-
12378  tests/interactive/Makefile.am             |    2 +-
12379  tests/micro-bench/Makefile.am             |    2 +-
12380  tests/performance/Makefile.am             |    2 +-
12381  25 files changed, 578 insertions(+), 398 deletions(-)
12382
12383 commit 9c102b7c516078d13703981ca1b8cd7affb17602
12384 Author: Giovanni Campagna <gcampagna@src.gnome.org>
12385 Date:   Sat Aug 27 00:16:12 2011 +0200
12386
12387     Rework the interaction between the Cogl and GDK / X11 backends.
12388     
12389     Previously, the Cogl backend was at times a subclass of the X11
12390     backend, and at times a standalone one. Now it is the other way
12391     round, with GDK and X11 backends providing the concrete classes,
12392     layered on top of the generic Cogl backend. A new EglNative backend
12393     was introduced for direct to framebuffer rendering. This greatly
12394     simplifies the API design (at the expense of some casts needed)
12395     and reduces the amount of #ifdefs, without duplicating code.
12396     
12397     https://bugzilla.gnome.org/show_bug.cgi?id=657434
12398
12399  clutter/Makefile.am                       |   21 +-
12400  clutter/cogl/clutter-backend-cogl.c       |  349 +----------------------------
12401  clutter/cogl/clutter-backend-cogl.h       |   41 ----
12402  clutter/cogl/clutter-event-tslib.c        |  293 ------------------------
12403  clutter/cogl/clutter-glx-texture-pixmap.c |  158 -------------
12404  clutter/cogl/clutter-glx-texture-pixmap.h |   92 --------
12405  clutter/cogl/clutter-glx.h                |   36 ---
12406  clutter/cogl/clutter-stage-cogl.c         |  167 +++++---------
12407  clutter/cogl/clutter-stage-cogl.h         |   20 --
12408  clutter/egl/clutter-backend-eglnative.c   |  262 ++++++++++++++++++++++
12409  clutter/egl/clutter-backend-eglnative.h   |   80 +++++++
12410  clutter/egl/clutter-cex100.h              |   91 ++++++++
12411  clutter/egl/clutter-event-tslib.c         |  293 ++++++++++++++++++++++++
12412  clutter/gdk/clutter-backend-gdk.c         |  180 +++++++++++----
12413  clutter/gdk/clutter-backend-gdk.h         |    5 +-
12414  clutter/gdk/clutter-stage-gdk.c           |  161 +++++++------
12415  clutter/gdk/clutter-stage-gdk.h           |    9 +-
12416  clutter/x11/clutter-backend-x11.c         |  230 ++++++++++++++-----
12417  clutter/x11/clutter-backend-x11.h         |   12 +-
12418  clutter/x11/clutter-glx-texture-pixmap.c  |  158 +++++++++++++
12419  clutter/x11/clutter-glx-texture-pixmap.h  |   92 ++++++++
12420  clutter/x11/clutter-glx.h                 |   36 +++
12421  clutter/x11/clutter-stage-x11.c           |  139 ++++++++----
12422  clutter/x11/clutter-stage-x11.h           |    9 +-
12423  configure.ac                              |   29 +--
12424  25 files changed, 1573 insertions(+), 1390 deletions(-)
12425
12426 commit 610a9c17bacfe3106d59d3c450be6a07cd26490a
12427 Author: Giovanni Campagna <gcampagna@src.gnome.org>
12428 Date:   Fri Aug 26 03:09:18 2011 +0200
12429
12430     Add a new GDK backend
12431     
12432     This commit introduces a new flavour for Clutter, that uses GDK
12433     for handling all window system specific interactions (except for
12434     creating the cogl context, as cogl does not know about GDK), including
12435     in particular events. This is not compatible with the X11 (glx)
12436     flavour, and this is reflected by the different soname (libclutter-gdk-1.0.so),
12437     as all X11 specific functions and classes are not available. If you
12438     wish to be compatible, you should check for CLUTTER_WINDOWING_X11.
12439     Other than that, this backend should be on feature parity with X11,
12440     including XInput 2, XSettings and EMWH (with much, much less code)
12441     
12442     https://bugzilla.gnome.org/show_bug.cgi?id=657434
12443
12444  clutter/Makefile.am                          |   28 ++
12445  clutter/cogl/clutter-backend-cogl.c          |   86 +++-
12446  clutter/cogl/clutter-backend-cogl.h          |   18 +-
12447  clutter/cogl/clutter-stage-cogl.c            |   70 ++-
12448  clutter/cogl/clutter-stage-cogl.h            |   17 +-
12449  clutter/gdk/clutter-backend-gdk-private.h    |   32 ++
12450  clutter/gdk/clutter-backend-gdk.c            |  368 ++++++++++++++++
12451  clutter/gdk/clutter-backend-gdk.h            |   72 +++
12452  clutter/gdk/clutter-device-manager-gdk.c     |  249 +++++++++++
12453  clutter/gdk/clutter-device-manager-gdk.h     |   63 +++
12454  clutter/gdk/clutter-event-gdk.c              |  264 +++++++++++
12455  clutter/gdk/clutter-gdk.h                    |   55 +++
12456  clutter/gdk/clutter-input-device-gdk.c       |  160 +++++++
12457  clutter/gdk/clutter-input-device-gdk.h       |   55 +++
12458  clutter/gdk/clutter-settings-gdk.h           |   28 ++
12459  clutter/gdk/clutter-stage-gdk.c              |  601 ++++++++++++++++++++++++++
12460  clutter/gdk/clutter-stage-gdk.h              |   84 ++++
12461  configure.ac                                 |   21 +
12462  tests/conform/test-cogl-texture-pixmap-x11.c |   10 +-
12463  tests/conform/test-conform-common.c          |    4 +-
12464  20 files changed, 2232 insertions(+), 53 deletions(-)
12465
12466 commit db53ca382c5db10fa19f93761b8f898b20a4534f
12467 Author: Robert Bragg <robert@linux.intel.com>
12468 Date:   Tue Nov 1 13:42:40 2011 +0000
12469
12470     cogl: fallback to non-transparent stages if unsupported
12471     
12472     If our check of the CoglOnscreenTemplate during initialization fails
12473     then we disable the request for an alpha component in the swap chain and
12474     try the check again.
12475     
12476     Reviewed-by: Neil Roberts <neil@linux.intel.com>
12477     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12478
12479  clutter/cogl/clutter-backend-cogl.c |   26 +++++++++++++++++++++++---
12480  1 file changed, 23 insertions(+), 3 deletions(-)
12481
12482 commit b751b90bc014666ddf0e0f1d220c949403f72185
12483 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12484 Date:   Wed Nov 2 13:03:26 2011 +0000
12485
12486     build: Bump up Cogl dependency
12487     
12488     The newly added cogl-xlib.h header is available since Cogl 1.9, so we
12489     need to bump up the dependency.
12490
12491  configure.ac |    2 +-
12492  1 file changed, 1 insertion(+), 1 deletion(-)
12493
12494 commit 4ce95306a357b85537de709033848f61bafca04a
12495 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12496 Date:   Wed Nov 2 12:53:55 2011 +0000
12497
12498     tslib: Remove mention of clutter-stage-egl.h
12499     
12500     That header has long since disappeared from the build.
12501
12502  clutter/cogl/clutter-event-tslib.c |    1 -
12503  1 file changed, 1 deletion(-)
12504
12505 commit 0b4b19700f371e0f49ca727e66017f8862a5c4eb
12506 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12507 Date:   Wed Nov 2 12:53:26 2011 +0000
12508
12509     utils: Remove CLUTTER_DISABLE_DEPRECATED
12510     
12511     We use deprecation warnings now.
12512
12513  clutter/clutter-util.h |    4 ----
12514  1 file changed, 4 deletions(-)
12515
12516 commit 377a292b4e1255a421b9f7687ef2db2e4c7b68d1
12517 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12518 Date:   Wed Nov 2 12:53:03 2011 +0000
12519
12520     texture: Remove CLUTTER_DISABLE_DEPRECATED
12521     
12522     We use deprecation warnings now.
12523
12524  clutter/clutter-texture.h |    2 --
12525  1 file changed, 2 deletions(-)
12526
12527 commit 4a4289cfa53968c1886d1a691f9e82bb54ba5005
12528 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12529 Date:   Wed Nov 2 12:52:42 2011 +0000
12530
12531     stage-manager: Remove CLUTTER_DISABLE_DEPRECATED
12532     
12533     We use deprecation warnings now.
12534
12535  clutter/clutter-stage-manager.h |    3 +--
12536  1 file changed, 1 insertion(+), 2 deletions(-)
12537
12538 commit 1ba9a123ede0fdf4d670a860305c75e0858fb693
12539 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12540 Date:   Wed Nov 2 12:52:18 2011 +0000
12541
12542     cairo-texture: Remove CLUTTER_DISABLE_DEPRECATED
12543     
12544     We use deprecation warnings now.
12545
12546  clutter/clutter-cairo-texture.h |    2 --
12547  1 file changed, 2 deletions(-)
12548
12549 commit f4d8ba7db4bcdcf615feb9423435ebc4b60a1973
12550 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12551 Date:   Wed Nov 2 12:51:58 2011 +0000
12552
12553     animatable: Remove CLUTTER_DISABLE_DEPRECATED
12554     
12555     We use deprecation warnings, now.
12556
12557  clutter/clutter-animatable.h |    2 --
12558  1 file changed, 2 deletions(-)
12559
12560 commit f4e971a7e583d9474cec57dd47d9e267a6fd24f1
12561 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12562 Date:   Wed Nov 2 12:48:31 2011 +0000
12563
12564     cairo-texture: Use an internal function for create_region()
12565     
12566     Avoid double argument checking, and a deprecation warning when
12567     implementing create() as a wrapper around create_region(), by using
12568     a simple internal function.
12569
12570  clutter/clutter-cairo-texture.c |   88 ++++++++++++++++++++++-----------------
12571  1 file changed, 49 insertions(+), 39 deletions(-)
12572
12573 commit b19c919645dfb90461698d38d128f47543336dad
12574 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12575 Date:   Wed Nov 2 12:47:46 2011 +0000
12576
12577     actor: Move deprecated symbols into separate headers
12578     
12579     The clutter-actor.h header is already pretty big, so let's try to keep
12580     the deprecated symbols out of it.
12581
12582  clutter/Makefile.am                           |    1 +
12583  clutter/clutter-actor.h                       |   34 -------------------------
12584  clutter/clutter-deprecated.h                  |    1 +
12585  clutter/deprecated/clutter-actor-deprecated.h |   17 +++++++++++++
12586  clutter/deprecated/clutter-shader.h           |   24 +++++++++++++++++
12587  5 files changed, 43 insertions(+), 34 deletions(-)
12588
12589 commit 40d703a00514898a68d7772ca89f1242b0832458
12590 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12591 Date:   Wed Nov 2 12:41:42 2011 +0000
12592
12593     backend: Move deprecated symbols to a separate header
12594
12595  clutter/Makefile.am                             |    1 +
12596  clutter/clutter-backend.h                       |   27 -----------------
12597  clutter/clutter-deprecated.h                    |    2 ++
12598  clutter/deprecated/clutter-backend-deprecated.h |   36 +++++++++++++++++++++++
12599  4 files changed, 39 insertions(+), 27 deletions(-)
12600
12601 commit a39be454cf6befb1a26fe368f4924b4ddb89a178
12602 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12603 Date:   Wed Nov 2 12:32:09 2011 +0000
12604
12605     main: Move deprecated symbols to a separate header
12606     
12607     The number of deprecations in clutter-main.h makes the header harder to
12608     parse, and more confusing. We can use a separate header under the
12609     deprecated subdirectory to hold all the deprecated symbols.
12610
12611  clutter/Makefile.am                          |    1 +
12612  clutter/clutter-main.h                       |  169 +++++++++-----------------
12613  clutter/deprecated/clutter-main-deprecated.h |   52 ++++++++
12614  3 files changed, 109 insertions(+), 113 deletions(-)
12615
12616 commit 6e28121ff3944ccded33a7a9900e1bb04f4a4516
12617 Author: Robert Bragg <robert@linux.intel.com>
12618 Date:   Tue Nov 1 15:47:43 2011 +0000
12619
12620     cogl: include <cogl/cogl-xlib.h> for xlib specific symbols
12621     
12622     Since Xlib.h is such a terrible citizen when it comes to symbol
12623     namespacing it's not desirable to include Xlib.h if it is not absolutely
12624     required. Cogl now has a standalone cogl-xlib.h that should be included
12625     whenever any xlib specific symbols are required.
12626     
12627     This patch updates clutter to include <cogl/cogl-xlib.h> wherever
12628     clutter needs to use xlib specific cogl apis.
12629     
12630     Acked-by: Emmanuele Bassi <ebassi@linux.intel.com>
12631
12632  clutter/cogl/clutter-backend-cogl.c |    2 ++
12633  clutter/x11/clutter-backend-x11.c   |    1 +
12634  2 files changed, 3 insertions(+)
12635
12636 commit 0bfda786153947e0acc232b7b83b97db399f4591
12637 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12638 Date:   Mon Oct 31 10:39:46 2011 +0000
12639
12640     profile: Disable deprecation warnings
12641     
12642     We use an atexit() handler to print out the profile report coming from
12643     Uprof. The g_atexit() call has been deprecated by GLib, but since this
12644     use case is pretty specific and it's not meant to be turned on by
12645     default (or distributed) then we can safely disable the deprecation
12646     warnings inside clutter-profile.c.
12647
12648  clutter/clutter-profile.c |    3 ++-
12649  1 file changed, 2 insertions(+), 1 deletion(-)
12650
12651 commit 09de87b0e540bfb6c0fc12e34625388bcc12fdc9
12652 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12653 Date:   Mon Oct 24 12:07:30 2011 +0100
12654
12655     backend: Remove atexit handlers
12656     
12657     The g_atexit() function has been deprecated in GLib as it is a fairly
12658     bad idea in basically all cases.
12659     
12660     We could probably use a GCC destructor if we didn't care about
12661     portability, but for the time being we just remove the atexit() handler
12662     that disposed the backend.
12663
12664  clutter/cogl/clutter-backend-cogl.c       |    9 ---------
12665  clutter/wayland/clutter-backend-wayland.c |    9 ---------
12666  2 files changed, 18 deletions(-)
12667
12668 commit d97a8c431b0a937e42490bc7f29a9282514686a4
12669 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12670 Date:   Mon Oct 24 11:58:23 2011 +0100
12671
12672     cairo-texture: Drop the half pixel rounding
12673     
12674     Calling ceilf() should be enough.
12675     
12676     https://bugzilla.gnome.org/show_bug.cgi?id=661887
12677
12678  clutter/clutter-cairo-texture.c |    4 ++--
12679  1 file changed, 2 insertions(+), 2 deletions(-)
12680
12681 commit 41d04f3611d4e94f839def532e358ed9a70978f6
12682 Author: Alexander Shopov <ash@kambanaria.org>
12683 Date:   Sun Oct 30 17:04:55 2011 +0200
12684
12685     Updated Bulgarian translation
12686
12687  po/bg.po | 2227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12688  1 file changed, 2227 insertions(+)
12689
12690 commit 0406e235bf2f1d26b0f0cca19905a1ecc7e3828b
12691 Merge: 7c6038d 81a8286
12692 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12693 Date:   Wed Oct 26 12:55:05 2011 +0800
12694
12695     Merge branch 'master' into msvc-support-master
12696
12697 commit 81a82867e1cbd0b7a4da0ae518b9b1719974ad60
12698 Author: Emmanuele Bassi <ebassi@gnome.org>
12699 Date:   Tue Oct 25 11:30:46 2011 +0100
12700
12701     docs: Clarify CLUTTER_ACTOR_IS_MAPPED
12702     
12703     There are a couple of gotchas in the 'mapped' flag that are not properly
12704     documented, or are documented only in the actor_invariants.txt file; we
12705     should have a proper description in the API reference as well, to avoid
12706     confusion.
12707
12708  clutter/clutter-actor.c |   23 ++++++++++++++++-------
12709  1 file changed, 16 insertions(+), 7 deletions(-)
12710
12711 commit 8c196c94035e0a311512cf7aa448b1df2d75afff
12712 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12713 Date:   Tue Oct 25 00:13:53 2011 +0800
12714
12715     Bug 662071-[Win32]-Don't init the Big Clutter Lock
12716     
12717     Since the Windows GUI system is assuming multithreadedness, initializing
12718     locks after entering the GUI portion on Windows is likely to cause
12719     problems[1][2], which results many Clutter programs to crash due to
12720     releasing resources that they did not own.
12721     
12722     [1]: Multi-threaded use of GTK+ on Win32 in README.win32 of GTK+
12723          source package
12724     [2]: Explanation of Windows GUI system regarding its multithreadness
12725          assumptions-
12726          http://mail.gnome.org/archives/gtk-list/2011-June/msg00005.html
12727
12728  clutter/clutter-main.c |    6 ++++++
12729  1 file changed, 6 insertions(+)
12730
12731 commit 7c6038d77b0d0b3323867f8a881d72ca37bb8b7c
12732 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12733 Date:   Tue Oct 25 00:13:53 2011 +0800
12734
12735     Bug 662071-[Win32]-Don't init the Big Clutter Lock
12736     
12737     Since the Windows GUI system is assuming multithreadedness, initializing
12738     locks after entering the GUI portion on Windows is likely to cause
12739     problems[1][2], which results many Clutter programs to crash due to
12740     releasing resources that they did not own.
12741     
12742     [1]: Multi-threaded use of GTK+ on Win32 in README.win32 of GTK+
12743          source package
12744     [2]: Explanation of Windows GUI system regarding its multithreadness
12745          assumptions-
12746          http://mail.gnome.org/archives/gtk-list/2011-June/msg00005.html
12747
12748  clutter/clutter-main.c |    6 ++++++
12749  1 file changed, 6 insertions(+)
12750
12751 commit 0f9eded1c33c5c41157989f092bb6a47b535ea97
12752 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12753 Date:   Tue Oct 25 00:01:24 2011 +0800
12754
12755     Revert "Don't init the Big Clutter Lock on Win32"
12756     
12757     This reverts commit f6acae9f3d92a324c80ec07a94515e13692a2843.
12758
12759  clutter/clutter-main.c |    2 --
12760  1 file changed, 2 deletions(-)
12761
12762 commit f6acae9f3d92a324c80ec07a94515e13692a2843
12763 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12764 Date:   Mon Oct 24 17:17:39 2011 +0800
12765
12766     Don't init the Big Clutter Lock on Win32
12767     
12768     Since the Windows GUI system is assuming multithreadedness, initializing
12769     locks after entering the GUI portion on Windows is likely to cause
12770     problems[1][2], which results many Clutter programs to crash due to
12771     releasing resources that they did not own.
12772     
12773     [1]: Multi-threaded use of GTK+ on Win32 in README.win32 of GTK+ source package
12774     [2]: Explanation of Windows GUI system regarding its multithreadness
12775          assumtopns-http://lists-archives.org/gtk/12724-compiling-a-gtk-application-on-windows.html
12776
12777  clutter/clutter-main.c |    2 ++
12778  1 file changed, 2 insertions(+)
12779
12780 commit 1c648dc7dad72b7943bc62fd00743bd6f5218cbb
12781 Author: Jorge González <jorgegonz@svn.gnome.org>
12782 Date:   Sat Oct 22 17:53:30 2011 +0200
12783
12784     Updated Spanish translation
12785
12786  po/es.po |  526 +++++++++++++++++++++++++++++++-------------------------------
12787  1 file changed, 264 insertions(+), 262 deletions(-)
12788
12789 commit 8af0054f24aba9636bfee871df1228968dd533b3
12790 Author: Yaron Shahrabani <sh.yaron@gmail.com>
12791 Date:   Sat Oct 22 15:50:50 2011 +0200
12792
12793     Updated Hebrew translation (Initialized PO file).
12794
12795  po/he.po | 2213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12796  1 file changed, 2213 insertions(+)
12797
12798 commit 5540e6bd9c50b7b14d5757f1af0ae024b136667a
12799 Author: Emmanuele Bassi <ebassi@gnome.org>
12800 Date:   Fri Oct 21 21:19:27 2011 +0100
12801
12802     docs: Document the behaviour in case of init failure
12803     
12804     Or, better, the fact that the behaviour of any Clutter function will be
12805     undefined in case the initialization fails.
12806     
12807     The value returned by clutter_init() and friends has to be handled
12808     properly.
12809
12810  clutter/clutter-main.c |    9 +++++++++
12811  1 file changed, 9 insertions(+)
12812
12813 commit 5f84c197b4e370ce80aef6ddda5c67d9031f4f6d
12814 Author: Matej Urbančič <mateju@svn.gnome.org>
12815 Date:   Fri Oct 21 21:20:00 2011 +0200
12816
12817     Updated Slovenian translation
12818
12819  po/sl.po |  716 ++++++++++++++++++++++++++++++++------------------------------
12820  1 file changed, 367 insertions(+), 349 deletions(-)
12821
12822 commit 0bc1ac2312c54e2a7fa38847500e5243b302a33d
12823 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12824 Date:   Fri Oct 21 17:53:54 2011 +0800
12825
12826     Update VS property sheets
12827     
12828     Stop the use of CLUTTER_DISABLE_DEPRECATED and COGL_DISABLE_DEPRECATED, as
12829     now compiler warnings are used instead when deprecated items are used.
12830
12831  build/win32/vs10/clutter.props  |    2 +-
12832  build/win32/vs9/clutter.vsprops |    2 +-
12833  2 files changed, 2 insertions(+), 2 deletions(-)
12834
12835 commit fedca055e98901c88320c72813a4d15a4c91681e
12836 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12837 Date:   Fri Oct 21 17:44:27 2011 +0800
12838
12839     Revert "Revert "Deprecate clutter_threads_init()""
12840     
12841     This reverts commit 5419c11c99f721f2f9bf520c0444c053a88b3725.
12842     
12843     This is another part to attempt to investigate on error 0xC0000264
12844     on Windows
12845
12846  clutter/clutter-main.c                    |   31 +++++++----------------------
12847  clutter/clutter-main.h                    |    4 ++++
12848  tests/interactive/test-texture-async.c    |    4 ++--
12849  tests/interactive/test-texture-material.c |    2 --
12850  tests/interactive/test-threads.c          |    2 --
12851  5 files changed, 13 insertions(+), 30 deletions(-)
12852
12853 commit e0ad11a1935ec68464c41036e6902081627452f3
12854 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12855 Date:   Fri Oct 21 17:43:21 2011 +0800
12856
12857     Revert "clutter-main.c: Fix multiple declarations"
12858     
12859     This reverts commit 3d74552684a6eb49bc67845bfb3839896395e66a.
12860     
12861     This is a part to attempt to further investigate about the 0xC0000264 error
12862     on Windows
12863
12864  clutter/clutter-main.c |   12 ++++++++++++
12865  1 file changed, 12 insertions(+)
12866
12867 commit 098a83af9ed8adef2b4aa048a756b8c9ce0b8ed3
12868 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12869 Date:   Thu Oct 20 17:26:55 2011 +0800
12870
12871     test-[interactive/conformance].bat: Update .exe name
12872
12873  tests/conform/Makefile.am     |    4 ++--
12874  tests/interactive/Makefile.am |    4 ++--
12875  2 files changed, 4 insertions(+), 4 deletions(-)
12876
12877 commit a36ab5787b4f2afa3935b3a2ab9e8308b19ad141
12878 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12879 Date:   Thu Oct 20 16:35:38 2011 +0800
12880
12881     Rename conform/interactive tests VS projects
12882     
12883     Add a -clutter suffix for their project names to avoid clashes with the
12884     COGL test executables
12885
12886  build/win32/vs10/Makefile.am                       |   16 +-
12887  build/win32/vs10/clutter.sln                       |    4 +-
12888  build/win32/vs10/install.vcxproj                   |    4 +-
12889  .../test-conformance-clutter.vcxproj.filtersin     |   12 ++
12890  .../win32/vs10/test-conformance-clutter.vcxprojin  |  168 +++++++++++++++++++
12891  .../win32/vs10/test-conformance.vcxproj.filtersin  |   12 --
12892  build/win32/vs10/test-conformance.vcxprojin        |  168 -------------------
12893  .../test-interactive-clutter.vcxproj.filtersin     |   12 ++
12894  .../win32/vs10/test-interactive-clutter.vcxprojin  |  172 ++++++++++++++++++++
12895  .../win32/vs10/test-interactive.vcxproj.filtersin  |   12 --
12896  build/win32/vs10/test-interactive.vcxprojin        |  172 --------------------
12897  build/win32/vs9/Makefile.am                        |    8 +-
12898  build/win32/vs9/clutter.sln                        |    4 +-
12899  build/win32/vs9/test-conformance-clutter.vcprojin  |  165 +++++++++++++++++++
12900  build/win32/vs9/test-conformance.vcprojin          |  165 -------------------
12901  build/win32/vs9/test-interactive-clutter.vcprojin  |  169 +++++++++++++++++++
12902  build/win32/vs9/test-interactive.vcprojin          |  169 -------------------
12903  tests/conform/Makefile.am                          |   20 +--
12904  tests/interactive/Makefile.am                      |   20 +--
12905  19 files changed, 736 insertions(+), 736 deletions(-)
12906
12907 commit 3d74552684a6eb49bc67845bfb3839896395e66a
12908 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12909 Date:   Thu Oct 20 15:42:55 2011 +0800
12910
12911     clutter-main.c: Fix multiple declarations
12912     
12913     clutter_threads_impl_lock/clutter_threads_impl_unlock was accidently
12914     defined 2 times during the revert-fix that.
12915
12916  clutter/clutter-main.c |   12 ------------
12917  1 file changed, 12 deletions(-)
12918
12919 commit d6af2e54c805e88d2d6c65fca63d179ff208891b
12920 Merge: 5419c11 53a1d03
12921 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12922 Date:   Thu Oct 20 15:41:46 2011 +0800
12923
12924     Merge branch 'master' into msvc-support-master
12925
12926 commit 5419c11c99f721f2f9bf520c0444c053a88b3725
12927 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12928 Date:   Thu Oct 20 15:17:25 2011 +0800
12929
12930     Revert "Deprecate clutter_threads_init()"
12931     
12932     This reverts commit 7e3a75c66bbca1e278b15c797cfc6acbcbd6c7c7.
12933     
12934     Conflicts:
12935     
12936         clutter/clutter-main.c
12937         clutter/clutter-main.h
12938
12939  clutter/clutter-main.c                    |   31 ++++++++++++++++++++++-------
12940  clutter/clutter-main.h                    |    4 ----
12941  tests/interactive/test-texture-async.c    |    4 ++--
12942  tests/interactive/test-texture-material.c |    2 ++
12943  tests/interactive/test-threads.c          |    2 ++
12944  5 files changed, 30 insertions(+), 13 deletions(-)
12945
12946 commit 53a1d03179e471486a2a1d4c68fb1afbcd0a68e0
12947 Author: Kjartan Maraas <kmaraas@gnome.org>
12948 Date:   Wed Oct 19 23:18:16 2011 +0200
12949
12950     Updated Norwegian bokmål translation
12951
12952  po/nb.po | 1200 ++++++++++++++++++++++++++++++++------------------------------
12953  1 file changed, 616 insertions(+), 584 deletions(-)
12954
12955 commit f1d86071c3310b430b85ee4bab4a8bc8a9460da3
12956 Author: Emmanuele Bassi <ebassi@linux.intel.com>
12957 Date:   Wed Oct 19 15:32:41 2011 +0100
12958
12959     build: Remove the GLES configuration option
12960     
12961     The selector for GLES 1.1 or 2.0 is all in Cogl, now.
12962
12963  configure.ac |    8 +-------
12964  1 file changed, 1 insertion(+), 7 deletions(-)
12965
12966 commit 14b3ec84852899ff9c351113a293d92e889016d9
12967 Author: Robert Bragg <robert@linux.intel.com>
12968 Date:   Thu Aug 4 16:09:00 2011 +0100
12969
12970     build: remove the experimental_image var from configure
12971     
12972     Since the image backend is something now dealt with by Cogl there is no
12973     need to check the experimental status of the backend in the Clutter
12974     configure script.
12975     
12976     Reviewed-by: Neil Roberts <neil@linux.intel.com>
12977     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12978
12979  configure.ac |    5 +----
12980  1 file changed, 1 insertion(+), 4 deletions(-)
12981
12982 commit 63cc5ab698e8d1a31015a73a2d0e69c8cb59b2ed
12983 Author: Robert Bragg <robert@linux.intel.com>
12984 Date:   Tue Oct 18 10:06:06 2011 +0100
12985
12986     blur: don't accumulate texture padding twice
12987     
12988     This removes the create_texture implementation for ClutterBlurEffect
12989     because we already account for padding in the get_paint_volume
12990     implementation so we were creating textures larger than necessary.
12991     
12992     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12993
12994  clutter/clutter-blur-effect.c |   12 ------------
12995  1 file changed, 12 deletions(-)
12996
12997 commit 2ba1a198709b0030c465ecfb726483254d54509f
12998 Author: Robert Bragg <robert@linux.intel.com>
12999 Date:   Thu Aug 4 16:04:52 2011 +0100
13000
13001     build: Don't actually check for glx for glx flavour
13002     
13003     GLX is now totally abstracted by Cogl so the "glx" flavour is actually
13004     only used to determine the soname of clutter now so we don't actually
13005     have to check for the glx header or that libGL provides any GLX symbols.
13006     
13007     Reviewed-by: Neil Roberts <neil@linux.intel.com>
13008     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
13009
13010  configure.ac |    8 --------
13011  1 file changed, 8 deletions(-)
13012
13013 commit a18a8a3ae21a18555cd56654b70c2ab83fac0d35
13014 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13015 Date:   Wed Oct 19 15:23:55 2011 +0100
13016
13017     Avoid the shadowing of 'clone'
13018     
13019     The clone() call can creep into the build environment, so it's a good
13020     thing to avoid using 'clone' as a variable name.
13021
13022  clutter/clutter-clone.c |  113 ++++++++++++++++++++++++-----------------------
13023  clutter/clutter-clone.h |    4 +-
13024  2 files changed, 60 insertions(+), 57 deletions(-)
13025
13026 commit b240b95a97a220f760c06fe09cde3eeb91fed581
13027 Author: Neil Roberts <neil@linux.intel.com>
13028 Date:   Wed Oct 19 13:42:18 2011 +0100
13029
13030     tests: Use the portable cogl wrappers for GLSL builtins
13031     
13032     Instead of directly using the GLSL names for the builtins in the
13033     shaders for test-shader and test-pick, this makes it use the Cogl
13034     wrapper names instead. That way it will be portable to GLES2 as well.
13035     
13036     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
13037
13038  tests/conform/test-pick.c       |    4 ++--
13039  tests/interactive/test-shader.c |    3 +--
13040  2 files changed, 3 insertions(+), 4 deletions(-)
13041
13042 commit e33a6219d8e4bf22725c9cf7ca5abee1936bd7fa
13043 Merge: 8b5d255 8083dd5
13044 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13045 Date:   Tue Oct 18 15:48:17 2011 +0800
13046
13047     Merge branch 'master' into msvc-support-master
13048
13049 commit 8083dd51786492237355003278208824cf99edcb
13050 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13051 Date:   Mon Oct 17 11:48:47 2011 +0100
13052
13053     docs: Improve documentation of LayoutManager
13054     
13055     Especially with regards to layout properties and their usage inside a
13056     ClutterScript UI definition.
13057
13058  clutter/clutter-layout-manager.c |  103 +++++++++++++++++++++++++++-----------
13059  1 file changed, 74 insertions(+), 29 deletions(-)
13060
13061 commit 8b5d255a2b75b4a9da3166419489f2eb71c309fa
13062 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13063 Date:   Mon Oct 17 18:37:32 2011 +0800
13064
13065     Update clutter.symbols
13066     
13067     _clutter_shader_release_all is removed...
13068
13069  clutter/clutter.symbols |    1 -
13070  1 file changed, 1 deletion(-)
13071
13072 commit 3cc62523e6121a8e8316a578246da4db737f4a41
13073 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13074 Date:   Mon Oct 17 10:25:20 2011 +0100
13075
13076     docs: Clean up the 'running Clutter apps' chapter
13077
13078  doc/reference/clutter/running-clutter.xml |   20 +++++++++++---------
13079  1 file changed, 11 insertions(+), 9 deletions(-)
13080
13081 commit be4007ef53acce84dbb7b90be7f06eab1b845bc6
13082 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13083 Date:   Mon Oct 17 10:25:07 2011 +0100
13084
13085     Remove mentions of clutter_redraw()
13086
13087  clutter/clutter-actor.c        |   14 ++++++++------
13088  clutter/clutter-main.c         |    2 +-
13089  clutter/clutter-master-clock.c |    4 ++--
13090  3 files changed, 11 insertions(+), 9 deletions(-)
13091
13092 commit 146e15297fab2a087effdd3df1bc0d320f674a5d
13093 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13094 Date:   Mon Oct 17 10:24:25 2011 +0100
13095
13096     debug: Clean up debugging notes
13097
13098  clutter/clutter-backend.c                      |    6 +++---
13099  clutter/clutter-bezier.c                       |    2 +-
13100  clutter/clutter-debug.h                        |   27 +++++++++++-------------
13101  clutter/clutter-main.c                         |    4 ----
13102  clutter/deprecated/clutter-behaviour-depth.c   |    2 +-
13103  clutter/deprecated/clutter-behaviour-ellipse.c |    2 +-
13104  clutter/deprecated/clutter-behaviour-opacity.c |    2 +-
13105  clutter/deprecated/clutter-behaviour-path.c    |    2 +-
13106  clutter/deprecated/clutter-behaviour.c         |   12 +++++------
13107  clutter/wayland/clutter-backend-wayland.c      |    2 +-
13108  clutter/win32/clutter-event-win32.c            |    4 ++--
13109  11 files changed, 29 insertions(+), 36 deletions(-)
13110
13111 commit 3a95d81471ccce2717bf03f9cf2851d7737b4dc6
13112 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13113 Date:   Mon Oct 17 15:57:19 2011 +0800
13114
13115     Update VS property sheets
13116     
13117     Get rid of G_DISABLE_DEPRECATED-warnings are now used to tell people that
13118     GLib-deprecated items is to be avoided
13119
13120  build/win32/vs10/clutter.props  |    2 +-
13121  build/win32/vs9/clutter.vsprops |    2 +-
13122  2 files changed, 2 insertions(+), 2 deletions(-)
13123
13124 commit b1780711f75fe9a36e95cc1d8599508d2d7d3352
13125 Merge: 0ee89f1 f75dfcf
13126 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13127 Date:   Mon Oct 17 15:52:57 2011 +0800
13128
13129     Merge branch 'master' into msvc-support-master
13130
13131 commit f75dfcfd8b2e17862614eb6e0722a61c34e0dcde
13132 Author: Emmanuele Bassi <ebassi@gnome.org>
13133 Date:   Sat Oct 15 18:35:45 2011 +0100
13134
13135     interactive: Use the newly added CLUTTER_ALIGN_BOTH value
13136     
13137     We center a lot of stuff using ClutterAlignConstraints.
13138
13139  tests/interactive/test-actors.c          |    3 +--
13140  tests/interactive/test-constraints.c     |    7 ++-----
13141  tests/interactive/test-scrolling.c       |    3 +--
13142  tests/interactive/test-snap-constraint.c |    3 +--
13143  tests/interactive/test-state-script.c    |    3 +--
13144  5 files changed, 6 insertions(+), 13 deletions(-)
13145
13146 commit 1e51961f7a19c4c2ddca1ad75e6bbae12d51bbbb
13147 Author: Emmanuele Bassi <ebassi@gnome.org>
13148 Date:   Sat Oct 15 18:33:49 2011 +0100
13149
13150     align-constraint: Add CLUTTER_ALIGN_BOTH
13151     
13152     Just like ClutterBindConstraint has two shorthand enumerations for binding
13153     position and size and avoid using multiple instances, ClutterAlignConstraint
13154     should have a way to align an actor with the same alignment factor on both
13155     axis at the same time; this is especially useful for centering actors.
13156
13157  clutter/clutter-align-constraint.c |   15 +++++++++++++--
13158  clutter/clutter-enums.h            |    6 ++++--
13159  2 files changed, 17 insertions(+), 4 deletions(-)
13160
13161 commit 30d309c6e3c7fbe41d3038ff03a2460867036364
13162 Author: Fran Dieguez <fran@openhost.es>
13163 Date:   Sat Oct 15 15:24:41 2011 +0200
13164
13165     Updaged Galician translations
13166
13167  po/gl.po | 1132 ++++++++++++++++++++++++++++++++------------------------------
13168  1 file changed, 584 insertions(+), 548 deletions(-)
13169
13170 commit 7f3363e1db2ecf11861e386b89b352b512f77983
13171 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13172 Date:   Fri Oct 14 11:34:38 2011 +0100
13173
13174     Tag all deprecated symbols using CLUTTER_DEPRECATED
13175     
13176     This requires some minor surgery in the build to disable the deprecation
13177     warnings in the deprecated classes.
13178
13179  clutter/clutter-actor.c                        |    2 +
13180  clutter/clutter-path.c                         |   62 +++++++++++++++
13181  clutter/deprecated/clutter-behaviour-depth.c   |    2 +
13182  clutter/deprecated/clutter-behaviour-depth.h   |    8 +-
13183  clutter/deprecated/clutter-behaviour-ellipse.c |    2 +
13184  clutter/deprecated/clutter-behaviour-ellipse.h |   22 +++++-
13185  clutter/deprecated/clutter-behaviour-opacity.c |    2 +
13186  clutter/deprecated/clutter-behaviour-opacity.h |    7 +-
13187  clutter/deprecated/clutter-behaviour-path.c    |    2 +
13188  clutter/deprecated/clutter-behaviour-path.h    |   10 +--
13189  clutter/deprecated/clutter-behaviour-rotate.c  |    2 +
13190  clutter/deprecated/clutter-behaviour-rotate.h  |   13 +++-
13191  clutter/deprecated/clutter-behaviour-scale.c   |    2 +
13192  clutter/deprecated/clutter-behaviour-scale.h   |    8 +-
13193  clutter/deprecated/clutter-behaviour.c         |   96 +++++++-----------------
13194  clutter/deprecated/clutter-behaviour.h         |   14 +++-
13195  clutter/deprecated/clutter-fixed.c             |    2 +
13196  clutter/deprecated/clutter-fixed.h             |   10 +--
13197  clutter/deprecated/clutter-frame-source.c      |    2 +
13198  clutter/deprecated/clutter-frame-source.h      |    8 +-
13199  clutter/deprecated/clutter-score.c             |    2 +
13200  clutter/deprecated/clutter-score.h             |   18 ++++-
13201  clutter/deprecated/clutter-shader.c            |    2 +
13202  clutter/deprecated/clutter-shader.h            |   19 +++--
13203  clutter/deprecated/clutter-timeout-interval.c  |    2 +
13204  clutter/deprecated/clutter-timeout-pool.c      |    2 +
13205  clutter/deprecated/clutter-timeout-pool.h      |   10 +--
13206  27 files changed, 209 insertions(+), 122 deletions(-)
13207
13208 commit d93e6ef6b9b259f4561dc1517246d0da89e134e1
13209 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13210 Date:   Fri Oct 14 11:34:26 2011 +0100
13211
13212     Bump up the dependency on gtk-doc
13213
13214  configure.ac |    2 +-
13215  1 file changed, 1 insertion(+), 1 deletion(-)
13216
13217 commit a05eb9177dc85efba81b0f370c0d4a8a212fa96c
13218 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13219 Date:   Wed Oct 12 18:04:23 2011 +0100
13220
13221     build: Strip out G_DISABLE_DEPRECATED
13222     
13223     We have compiler warnings, now.
13224
13225  configure.ac |    2 +-
13226  1 file changed, 1 insertion(+), 1 deletion(-)
13227
13228 commit 96cb1d7128ef5d92ac89ecde84cbdedda94ba261
13229 Author: Emmanuele Bassi <ebassi@gnome.org>
13230 Date:   Thu Oct 13 17:50:25 2011 +0100
13231
13232     Disable deprecation warnings for the test suite
13233     
13234     We test deprecated functionality as well as current one, so we need to
13235     enable all symbols and disable the deprecation warnings.
13236
13237  tests/conform/Makefile.am                  |    4 ++--
13238  tests/conform/test-clutter-cairo-texture.c |    2 --
13239  tests/conform/test-texture-fbo.c           |    2 --
13240  tests/interactive/Makefile.am              |    4 ++--
13241  tests/interactive/test-cairo-flowers.c     |    3 ---
13242  tests/interactive/test-fbo.c               |    2 --
13243  tests/interactive/test-shader.c            |    4 ----
13244  7 files changed, 4 insertions(+), 17 deletions(-)
13245
13246 commit a063f0961129d9e40b3e73ecf30b9976240a09fc
13247 Author: Emmanuele Bassi <ebassi@gnome.org>
13248 Date:   Thu Oct 13 11:38:27 2011 +0100
13249
13250     debug: Move paint-deform-tiles to CLUTTER_PAINT
13251     
13252     The CLUTTER_DEBUG class of debugging flags is meant for debugging notes,
13253     while the CLUTTER_PAINT debugging flags are for changing the output of
13254     the paint cycle. Painting the DeformEffect tiles should go in the latter.
13255
13256  clutter/clutter-debug.h         |    6 +++---
13257  clutter/clutter-deform-effect.c |    2 +-
13258  clutter/clutter-main.c          |    6 +++---
13259  3 files changed, 7 insertions(+), 7 deletions(-)
13260
13261 commit ef1a3a5477706126334aa9bd51b5db2f2d9f7abe
13262 Author: Emmanuele Bassi <ebassi@gnome.org>
13263 Date:   Thu Oct 13 10:42:30 2011 +0100
13264
13265     docs: Include test-threads.c in the API reference
13266     
13267     We can use the test-threads.c interactive test as part of the documentation
13268     on how to use threads with Clutter.
13269
13270  clutter/clutter-main.c |   10 ++++++++++
13271  1 file changed, 10 insertions(+)
13272
13273 commit c58baf42ca38ca1aa059640b2b5348ea816a5d9a
13274 Author: Emmanuele Bassi <ebassi@gnome.org>
13275 Date:   Thu Oct 13 10:38:36 2011 +0100
13276
13277     interactive/threads: Clean up
13278     
13279     Add some comments explaining why we use idle handlers to update the UI,
13280     and update to the newest API in GLib master.
13281
13282  tests/interactive/test-threads.c |   44 +++++++++++++++++++++++++++-----------
13283  1 file changed, 32 insertions(+), 12 deletions(-)
13284
13285 commit e389240b2300d213ae6f7c2a3d9e1cab7706f705
13286 Author: Piotr Drąg <piotrdrag@gmail.com>
13287 Date:   Wed Oct 12 20:33:16 2011 +0200
13288
13289     Updated POTFILES.in
13290
13291  po/POTFILES.in |   20 ++++++++++----------
13292  1 file changed, 10 insertions(+), 10 deletions(-)
13293
13294 commit e0283993f4eed80518398dea952bde542615ba56
13295 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13296 Date:   Wed Oct 12 16:17:39 2011 +0100
13297
13298     Avoid using deprecated API internally
13299     
13300     Use the proper API to implement deprecated functions.
13301
13302  clutter/clutter-actor.c |   38 ++++++++++++++++++++++---------------
13303  clutter/clutter-main.c  |   48 ++++++++++++++++++++++++++++++++++++-----------
13304  2 files changed, 60 insertions(+), 26 deletions(-)
13305
13306 commit 72da6f808e8a5c0339a3d8e6dd6c93ad01f7c90f
13307 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13308 Date:   Wed Oct 12 12:36:41 2011 +0100
13309
13310     texture: Disable deprecation warnings
13311     
13312     Sadly, ClutterTexture is still using internally deprecated API, like
13313     clutter_actor_get_shader().
13314
13315  clutter/clutter-texture.c |    6 +++++-
13316  1 file changed, 5 insertions(+), 1 deletion(-)
13317
13318 commit 0ee89f1788efaef7d948aa03e0004780a310bd90
13319 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13320 Date:   Wed Oct 12 17:50:32 2011 +0800
13321
13322     clutter-backend-win32.c: Include clutter-shader.h
13323     
13324     This is needed for _clutter_shader_release_all to avoid C4013
13325     errors/warnings (a.k.a implicit declaration of ...)
13326
13327  clutter/win32/clutter-backend-win32.c |    2 ++
13328  1 file changed, 2 insertions(+)
13329
13330 commit 53d9e88135746350f3e329bbc9f5d478893f99c2
13331 Author: Emmanuele Bassi <ebassi@gnome.org>
13332 Date:   Wed Oct 12 10:36:17 2011 +0100
13333
13334     Remove _clutter_shader_release_all()
13335     
13336     This function is called when the backend is being disposed - as a way
13337     of releasing all ClutterShader. This doesn't take into account three
13338     things:
13339     
13340       - ClutterShader is deprecated
13341       - the Backend is *never* disposed
13342       - once the process terminates, all its resources are automatically
13343         released by the OS
13344     
13345     So the _clutter_shader_release_all() function is a pointless exercise
13346     in futility.
13347
13348  clutter/deprecated/clutter-shader.c   |   14 --------------
13349  clutter/deprecated/clutter-shader.h   |    3 ---
13350  clutter/osx/clutter-backend-osx.c     |    2 --
13351  clutter/win32/clutter-backend-win32.c |    3 ---
13352  4 files changed, 22 deletions(-)
13353
13354 commit a2bd2afb9366be0ba5fa206fc600a3ba53921379
13355 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13356 Date:   Wed Oct 12 17:33:33 2011 +0800
13357
13358     clutter/Makefile.am
13359     
13360     The previous update on clutter-timeout-interval.[ch] is wrong, so correct
13361     that and add $(deprecated_c_priv) to the VS sources list.  Sorry.
13362
13363  clutter/Makefile.am |    8 +++-----
13364  1 file changed, 3 insertions(+), 5 deletions(-)
13365
13366 commit 15cafc4c77ac471e10b81e7724073fecc1be3a10
13367 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13368 Date:   Wed Oct 12 17:30:08 2011 +0800
13369
13370     clutter/Makefile.am: Update formatting from last commit
13371
13372  clutter/Makefile.am |    4 ++--
13373  1 file changed, 2 insertions(+), 2 deletions(-)
13374
13375 commit 830d6887cd04de676f2af31024be78965978836f
13376 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13377 Date:   Wed Oct 12 17:26:31 2011 +0800
13378
13379     clutter/Makefile.am: Made up for missed sources
13380     
13381     The clutter/deprecated/clutter-timeout-interval.c is missed from the
13382     deprecated_c sources list...
13383
13384  clutter/Makefile.am |    2 ++
13385  1 file changed, 2 insertions(+)
13386
13387 commit e0de326b2a415edb165e020d8313c98dff3235f3
13388 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13389 Date:   Wed Oct 12 17:25:37 2011 +0800
13390
13391     clutter/clutter-keysyms-table.c: Fix function name
13392     
13393     The function name is clutter_unicode_to_keysym, not
13394     clutter_unicode_to_keyval
13395
13396  clutter/clutter-keysyms-table.c |    2 +-
13397  1 file changed, 1 insertion(+), 1 deletion(-)
13398
13399 commit cb98da4a9d0d89b4f4c6569c7e3e481902701efb
13400 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13401 Date:   Wed Oct 12 17:24:36 2011 +0800
13402
13403     Update clutter.symbols
13404
13405  clutter/clutter.symbols |    1 -
13406  1 file changed, 1 deletion(-)
13407
13408 commit 762a4350d1c5f8e0b3ef14429f1228d6e7b105ed
13409 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13410 Date:   Wed Oct 12 17:02:08 2011 +0800
13411
13412     Update VS support
13413     
13414     -clutter/Makefile.am: Include the deprecated sources as well
13415     -clutter.vc(x)projin: Add clutter/deprecated into the "Additional Include
13416      Directories"
13417
13418  build/win32/vs10/clutter.vcxprojin |    8 ++++----
13419  build/win32/vs9/clutter.vcprojin   |    8 ++++----
13420  clutter/Makefile.am                |    6 +++---
13421  3 files changed, 11 insertions(+), 11 deletions(-)
13422
13423 commit 9901a06a1fb0499feb4a4e6efb3868f2a155f753
13424 Author: Emmanuele Bassi <ebassi@gnome.org>
13425 Date:   Wed Oct 12 09:57:53 2011 +0100
13426
13427     tests: Fix some compiler warnings
13428
13429  tests/interactive/test-main.c    |    2 +-
13430  tests/interactive/test-threads.c |    7 ++++++-
13431  2 files changed, 7 insertions(+), 2 deletions(-)
13432
13433 commit 9e61cfcf38be9580341af1edf6269000205209e8
13434 Author: Emmanuele Bassi <ebassi@gnome.org>
13435 Date:   Wed Oct 12 09:57:33 2011 +0100
13436
13437     tests: Disable deprecation warnings
13438
13439  tests/conform/test-clutter-cairo-texture.c |    1 +
13440  tests/conform/test-texture-fbo.c           |    2 +-
13441  tests/interactive/test-cairo-flowers.c     |    1 +
13442  tests/interactive/test-fbo.c               |    2 +-
13443  tests/interactive/test-shader.c            |    2 +-
13444  5 files changed, 5 insertions(+), 3 deletions(-)
13445
13446 commit f2dc315b3b2b3ecbde99e69698dada5b95ae3a01
13447 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13448 Date:   Wed Oct 12 16:55:39 2011 +0800
13449
13450     Fix VS 2008 property sheet
13451     
13452     There was a quote escape problem... fix that.  DOH!
13453
13454  build/win32/vs9/clutter.vsprops |    2 +-
13455  1 file changed, 1 insertion(+), 1 deletion(-)
13456
13457 commit 97d51f201b61fdeacbf59c585f14e0128e37c6bc
13458 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13459 Date:   Wed Oct 12 16:51:58 2011 +0800
13460
13461     po/POTFILE.in: Reflect on the shift of sources
13462     
13463     Several source files have been moved to clutter/deprecated, so reflect them
13464     in the po/POTFILE.in file.
13465
13466  po/POTFILES.in |   20 ++++++++++----------
13467  1 file changed, 10 insertions(+), 10 deletions(-)
13468
13469 commit cbcd79d3946d6aab11e408aab55f6fd4253ae6bb
13470 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13471 Date:   Wed Oct 12 16:25:28 2011 +0800
13472
13473     Update VS property sheets
13474     
13475     For the following:
13476     -Move of headers to $(srcroot)/clutter/deprecated, commits:
13477      50cda9fe
13478      4b748f43
13479      4b33a9c5
13480      e57f8c26
13481      bcd7845d
13482      62d72b86
13483      a21f1d15
13484     
13485     -Addition of clutter/clutter-enums.h, in commit d28e04be.
13486     -Addition of config file usage, in commit f5eee5ae
13487
13488  build/win32/vs10/clutter.props  |   59 +++++++++++++++++++++------------------
13489  build/win32/vs9/clutter.vsprops |   33 ++++++++++++----------
13490  2 files changed, 50 insertions(+), 42 deletions(-)
13491
13492 commit 72bedbc4e98423b3d986c1559e52a8a914702c27
13493 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13494 Date:   Wed Oct 12 16:17:27 2011 +0800
13495
13496     Update clutter.symbols
13497     
13498     For deprecation of APIs, in commits
13499     522b8be3 (clutter_get_input_device_for_id())
13500     6ef09dd1 (clutter_clear_glyph_cache())
13501     01080dc5 (clutter_[sg]et_font_flags())
13502
13503  clutter/clutter.symbols |   10 ----------
13504  1 file changed, 10 deletions(-)
13505
13506 commit bd991e625b09bc8c238432511fa4d957be7ded1e
13507 Merge: 9aabf1b 29a1698
13508 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13509 Date:   Wed Oct 12 14:37:19 2011 +0800
13510
13511     Merge branch 'master' into msvc-support-master
13512
13513 commit 9aabf1bca1a19e003a9d9bceb6869c4671900334
13514 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13515 Date:   Wed Oct 12 14:34:49 2011 +0800
13516
13517     Update VS property sheets
13518     
13519     Update to use COGL-1.0, not COGL-2.0.
13520
13521  build/win32/vs10/clutter.props  |    4 ++--
13522  build/win32/vs9/clutter.vsprops |    4 ++--
13523  2 files changed, 4 insertions(+), 4 deletions(-)
13524
13525 commit 29a16980fe69212149673725edf23b45947235bf
13526 Author: Emmanuele Bassi <ebassi@gnome.org>
13527 Date:   Wed Oct 12 00:20:43 2011 +0100
13528
13529     interactive/threads: Use G_PRIVATE_INIT
13530     
13531     Though strictly not necessary, we should be using the proper init macro
13532     for GPrivate.
13533
13534  tests/interactive/test-threads.c |    2 +-
13535  1 file changed, 1 insertion(+), 1 deletion(-)
13536
13537 commit 193b345786f2ae3c2a518f3ca9dac719386992a4
13538 Author: Emmanuele Bassi <ebassi@gnome.org>
13539 Date:   Tue Oct 11 23:42:23 2011 +0100
13540
13541     Remove some compiler warnings
13542     
13543     Some issues found using clang as the compiler.
13544
13545  clutter/clutter-main.c               |    2 +-
13546  clutter/clutter-model.c              |   12 ++++++------
13547  clutter/clutter-script-parser.c      |    2 +-
13548  clutter/osx/clutter-event-loop-osx.c |    4 ++--
13549  clutter/osx/clutter-stage-osx.c      |    2 +-
13550  5 files changed, 11 insertions(+), 11 deletions(-)
13551
13552 commit 2ede853ea3bf2b2576a7ddfffc29af37c695d611
13553 Author: Emmanuele Bassi <ebassi@gnome.org>
13554 Date:   Tue Oct 11 23:11:56 2011 +0100
13555
13556     Fix included header
13557
13558  clutter/clutter-util.h |    2 +-
13559  1 file changed, 1 insertion(+), 1 deletion(-)
13560
13561 commit ef0e52f0e184f42eaf66116b371eb2013f39328c
13562 Author: Emmanuele Bassi <ebassi@gnome.org>
13563 Date:   Tue Oct 11 23:06:06 2011 +0100
13564
13565     build: Disable deprecation warnings with --enable-deprecated
13566     
13567     Just like we turn everything on with --disable-deprecated, we have to
13568     turn everything off with --enable-deprecated. This means disabling the
13569     deprecation warnings from the compiler as well.
13570
13571  configure.ac |    2 +-
13572  1 file changed, 1 insertion(+), 1 deletion(-)
13573
13574 commit af7afc29a716a813197d024a973a2d6db80d6758
13575 Author: Emmanuele Bassi <ebassi@gnome.org>
13576 Date:   Tue Oct 11 23:03:09 2011 +0100
13577
13578     Add a Clutter-specific deprecation macro for symbols
13579     
13580     Just like GLIB_DEPRECATED and GLIB_DEPRECATED_FOR, Clutter should have
13581     its own wrappers for G_DEPRECATED and G_DEPRECATED_FOR, to allow opting
13582     out of deprecation warnings.
13583     
13584     Deprecation warnings are enabled by default, now, even when building
13585     Clutter.
13586
13587  clutter/clutter-actor.h         |   11 +++++++++++
13588  clutter/clutter-animatable.h    |    1 +
13589  clutter/clutter-backend.h       |   13 +++++++++++++
13590  clutter/clutter-cairo-texture.h |    3 +++
13591  clutter/clutter-main.h          |   21 ++++++++++++++++++---
13592  clutter/clutter-texture.h       |    1 +
13593  clutter/clutter-types.h         |   14 ++++++++++++++
13594  clutter/clutter-util.h          |    3 ++-
13595  clutter/cogl/clutter-egl.h      |    2 ++
13596  clutter/x11/clutter-x11.h       |    6 ++++--
13597  10 files changed, 69 insertions(+), 6 deletions(-)
13598
13599 commit b34e89e0c5b192adf1b12841d80cfec89c836c01
13600 Author: Emmanuele Bassi <ebassi@gnome.org>
13601 Date:   Tue Oct 11 23:02:17 2011 +0100
13602
13603     Fix duplicate typedef of ClutterAlpha
13604     
13605     Caught on OS X but not on my Fedora machine. Weird.
13606
13607  clutter/clutter-alpha.h |    1 -
13608  1 file changed, 1 deletion(-)
13609
13610 commit 7bd5659962c34b54631074212f4746394a076564
13611 Author: Emmanuele Bassi <ebassi@gnome.org>
13612 Date:   Tue Oct 11 22:43:54 2011 +0100
13613
13614     Do not leak strings from GKeyFile
13615     
13616     The string getters always copy, so we need to free the returned
13617     values.
13618
13619  clutter/clutter-main.c     |   12 ++++++++++--
13620  clutter/clutter-settings.c |    4 ++--
13621  2 files changed, 12 insertions(+), 4 deletions(-)
13622
13623 commit 31bee53eb769b4d72b39c0994adf1ddf345de209
13624 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13625 Date:   Tue Oct 11 18:25:14 2011 +0100
13626
13627     docs: Fixes to build the API reference
13628
13629  doc/reference/clutter/clutter-sections.txt |    9 +++++++++
13630  doc/reference/clutter/running-clutter.xml  |   20 ++++++++++----------
13631  2 files changed, 19 insertions(+), 10 deletions(-)
13632
13633 commit 809298b5a2ab77ac2e24e91759eec2af6f43bffd
13634 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13635 Date:   Tue Oct 4 14:21:32 2011 +0100
13636
13637     Move more typedefs into clutter-types.h
13638
13639  clutter/clutter-animatable.h |    1 -
13640  clutter/clutter-script.h     |    1 -
13641  clutter/clutter-state.h      |    2 --
13642  clutter/clutter-timeline.h   |    1 -
13643  clutter/clutter-types.h      |   12 +++++++-----
13644  5 files changed, 7 insertions(+), 10 deletions(-)
13645
13646 commit d28e04be72d0a8c4408e07f468698d61ef312091
13647 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13648 Date:   Tue Oct 4 13:28:04 2011 +0100
13649
13650     Move all enumerations to a separate file
13651     
13652     This should allow sharing types, and we can avoid glib-mkenums thrawling
13653     the whole repository for enumerations.
13654
13655  clutter/Makefile.am                |    1 +
13656  clutter/clutter-actor.h            |   60 --
13657  clutter/clutter-align-constraint.h |   15 -
13658  clutter/clutter-animator.h         |   14 -
13659  clutter/clutter-bin-layout.h       |   25 -
13660  clutter/clutter-bind-constraint.h  |   24 -
13661  clutter/clutter-box-layout.h       |   18 -
13662  clutter/clutter-click-action.h     |   17 -
13663  clutter/clutter-color.h            |  105 ----
13664  clutter/clutter-drag-action.h      |   18 -
13665  clutter/clutter-effect.h           |   13 -
13666  clutter/clutter-enums.h            | 1059 ++++++++++++++++++++++++++++++++++++
13667  clutter/clutter-event.h            |   87 +--
13668  clutter/clutter-feature.h          |   36 +-
13669  clutter/clutter-flow-layout.h      |   17 -
13670  clutter/clutter-input-device.h     |   78 ---
13671  clutter/clutter-path.h             |   33 --
13672  clutter/clutter-snap-constraint.h  |   18 -
13673  clutter/clutter-stage.h            |   16 -
13674  clutter/clutter-swipe-action.h     |   18 -
13675  clutter/clutter-table-layout.h     |   19 -
13676  clutter/clutter-texture.h          |   40 --
13677  clutter/clutter-timeline.h         |   16 +-
13678  clutter/clutter-types.h            |  330 +----------
13679  clutter/clutter-units.h            |   46 +-
13680  clutter/clutter.h                  |    3 +-
13681  26 files changed, 1078 insertions(+), 1048 deletions(-)
13682
13683 commit a21f1d158063edd7dc1d37b418b690adef07aa8f
13684 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13685 Date:   Tue Oct 4 12:18:26 2011 +0100
13686
13687     Move clutter-fixed.[ch] to the deprecated section
13688
13689  clutter/Makefile.am                |    4 +-
13690  clutter/clutter-deprecated.h       |    1 +
13691  clutter/clutter-fixed.c            |  199 ------------------------------------
13692  clutter/clutter-fixed.h            |   99 ------------------
13693  clutter/clutter-timeline.h         |    1 -
13694  clutter/deprecated/clutter-fixed.c |  199 ++++++++++++++++++++++++++++++++++++
13695  clutter/deprecated/clutter-fixed.h |   99 ++++++++++++++++++
13696  7 files changed, 301 insertions(+), 301 deletions(-)
13697
13698 commit 62d72b8690f76cba6fba9f816f163f9f12f5aa08
13699 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13700 Date:   Tue Oct 4 11:58:44 2011 +0100
13701
13702     Move ClutterBehaviour to the deprecated section
13703
13704  clutter/Makefile.am                    |    4 +-
13705  clutter/clutter-behaviour.c            |  708 --------------------------------
13706  clutter/clutter-behaviour.h            |  163 --------
13707  clutter/clutter-deprecated.h           |    1 +
13708  clutter/clutter.h                      |    1 -
13709  clutter/deprecated/clutter-behaviour.c |  708 ++++++++++++++++++++++++++++++++
13710  clutter/deprecated/clutter-behaviour.h |  163 ++++++++
13711  7 files changed, 874 insertions(+), 874 deletions(-)
13712
13713 commit e2682012219c5af174489baa4759ac2b6e021dee
13714 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13715 Date:   Tue Oct 4 11:52:47 2011 +0100
13716
13717     Minor header surgery to ClutterBehaviour
13718     
13719     This moves a couple of definitions to the common types header, and makes
13720     sure that ClutterBehaviour subclasses include clutter-behaviour.h first,
13721     so that their types can be fully expanded without necessarily have the
13722     ClutterBehaviour header header included by their public headers. This is
13723     the necessary prelude to have clutter-behaviour.[ch] moved to the
13724     deprecated section.
13725
13726  clutter/clutter-behaviour.h                    |    3 ---
13727  clutter/clutter-path.h                         |    4 +---
13728  clutter/clutter-types.h                        |   12 ++++++++----
13729  clutter/deprecated/clutter-behaviour-depth.c   |    2 +-
13730  clutter/deprecated/clutter-behaviour-depth.h   |    3 +--
13731  clutter/deprecated/clutter-behaviour-ellipse.c |    2 +-
13732  clutter/deprecated/clutter-behaviour-ellipse.h |    3 ---
13733  clutter/deprecated/clutter-behaviour-opacity.c |    2 +-
13734  clutter/deprecated/clutter-behaviour-opacity.h |    3 +--
13735  clutter/deprecated/clutter-behaviour-path.c    |    2 +-
13736  clutter/deprecated/clutter-behaviour-path.h    |    3 +--
13737  clutter/deprecated/clutter-behaviour-rotate.c  |    4 ++--
13738  clutter/deprecated/clutter-behaviour-rotate.h  |    2 --
13739  clutter/deprecated/clutter-behaviour-scale.c   |    2 +-
13740  clutter/deprecated/clutter-behaviour-scale.h   |    2 +-
13741  15 files changed, 20 insertions(+), 29 deletions(-)
13742
13743 commit bcd7845d91338861d5fd79eb80532027a8d21b24
13744 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13745 Date:   Tue Oct 4 11:32:36 2011 +0100
13746
13747     Move ClutterBehaviour subclasses to the deprecated section
13748     
13749     Moving ClutterBehaviour itself will require some minor header surgery,
13750     so we'll do that next.
13751
13752  clutter/Makefile.am                            |   40 +-
13753  clutter/clutter-behaviour-depth.c              |  305 -------
13754  clutter/clutter-behaviour-depth.h              |  101 ---
13755  clutter/clutter-behaviour-ellipse.c            | 1064 ------------------------
13756  clutter/clutter-behaviour-ellipse.h            |  147 ----
13757  clutter/clutter-behaviour-opacity.c            |  319 -------
13758  clutter/clutter-behaviour-opacity.h            |  116 ---
13759  clutter/clutter-behaviour-path.c               |  474 -----------
13760  clutter/clutter-behaviour-path.h               |  135 ---
13761  clutter/clutter-behaviour-rotate.c             |  693 ---------------
13762  clutter/clutter-behaviour-rotate.h             |  115 ---
13763  clutter/clutter-behaviour-scale.c              |  439 ----------
13764  clutter/clutter-behaviour-scale.h              |  106 ---
13765  clutter/clutter-deprecated.h                   |    6 +
13766  clutter/clutter.h                              |    6 -
13767  clutter/deprecated/clutter-behaviour-depth.c   |  305 +++++++
13768  clutter/deprecated/clutter-behaviour-depth.h   |  101 +++
13769  clutter/deprecated/clutter-behaviour-ellipse.c | 1064 ++++++++++++++++++++++++
13770  clutter/deprecated/clutter-behaviour-ellipse.h |  147 ++++
13771  clutter/deprecated/clutter-behaviour-opacity.c |  319 +++++++
13772  clutter/deprecated/clutter-behaviour-opacity.h |  116 +++
13773  clutter/deprecated/clutter-behaviour-path.c    |  474 +++++++++++
13774  clutter/deprecated/clutter-behaviour-path.h    |  135 +++
13775  clutter/deprecated/clutter-behaviour-rotate.c  |  693 +++++++++++++++
13776  clutter/deprecated/clutter-behaviour-rotate.h  |  115 +++
13777  clutter/deprecated/clutter-behaviour-scale.c   |  439 ++++++++++
13778  clutter/deprecated/clutter-behaviour-scale.h   |  106 +++
13779  27 files changed, 4040 insertions(+), 4040 deletions(-)
13780
13781 commit 6c100e151376fdbbffbb332edd98bf9768c3a168
13782 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13783 Date:   Tue Oct 4 11:16:38 2011 +0100
13784
13785     docs: Move deprecated classes out of the way
13786     
13787     The deprecated sections should be much more prominently separated from
13788     the current API; we can use a new part inside the main reference index
13789     for this.
13790
13791  doc/reference/clutter/clutter-docs.xml.in |   28 ++++++++++++++--------------
13792  1 file changed, 14 insertions(+), 14 deletions(-)
13793
13794 commit e57f8c26f62c50f3b47aae88a2b6a50972a25edc
13795 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13796 Date:   Tue Oct 4 11:12:55 2011 +0100
13797
13798     Move ClutterShader to the deprecated section
13799
13800  clutter/Makefile.am                 |    4 +-
13801  clutter/clutter-deprecated.h        |    1 +
13802  clutter/clutter-shader.c            |  950 -----------------------------------
13803  clutter/clutter-shader.h            |  149 ------
13804  clutter/clutter.h                   |    1 -
13805  clutter/deprecated/clutter-shader.c |  950 +++++++++++++++++++++++++++++++++++
13806  clutter/deprecated/clutter-shader.h |  149 ++++++
13807  7 files changed, 1102 insertions(+), 1102 deletions(-)
13808
13809 commit 4b33a9c5f4cdf26492d24b7e989ba8bba022edef
13810 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13811 Date:   Tue Oct 4 11:07:03 2011 +0100
13812
13813     Move ClutterScore to the deprecated section
13814
13815  clutter/Makefile.am                |    4 +-
13816  clutter/clutter-deprecated.h       |    1 +
13817  clutter/clutter-score.c            | 1146 ------------------------------------
13818  clutter/clutter-score.h            |  133 -----
13819  clutter/clutter.h                  |    7 +-
13820  clutter/deprecated/clutter-score.c | 1146 ++++++++++++++++++++++++++++++++++++
13821  clutter/deprecated/clutter-score.h |  133 +++++
13822  7 files changed, 1286 insertions(+), 1284 deletions(-)
13823
13824 commit 4b748f433419462bd3daba18191f2fc173224a76
13825 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13826 Date:   Tue Oct 4 10:57:28 2011 +0100
13827
13828     Move timeout pool to the deprecated section
13829
13830  clutter/Makefile.am                           |    8 +-
13831  clutter/clutter-deprecated.h                  |    1 +
13832  clutter/clutter-timeout-interval.c            |  140 -------
13833  clutter/clutter-timeout-interval.h            |   58 ---
13834  clutter/clutter-timeout-pool.c                |  497 -------------------------
13835  clutter/clutter-timeout-pool.h                |   69 ----
13836  clutter/clutter.h                             |    1 -
13837  clutter/deprecated/clutter-timeout-interval.c |  140 +++++++
13838  clutter/deprecated/clutter-timeout-interval.h |   58 +++
13839  clutter/deprecated/clutter-timeout-pool.c     |  497 +++++++++++++++++++++++++
13840  clutter/deprecated/clutter-timeout-pool.h     |   69 ++++
13841  11 files changed, 769 insertions(+), 769 deletions(-)
13842
13843 commit 50cda9fed1acddef53d29222b22d276b9fa80a48
13844 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13845 Date:   Tue Oct 4 10:51:09 2011 +0100
13846
13847     build: Move deprecated code into its own prefix
13848     
13849     The code that has been deprecated should live into its own directory,
13850     both in the repository and when installed. This should make it clear
13851     which functionality is actually maintained and which is not.
13852     
13853     We start with an oldie: the frame source API.
13854
13855  clutter/Makefile.am                       |   41 ++++-
13856  clutter/clutter-deprecated.h              |  207 +----------------------
13857  clutter/clutter-frame-source.c            |  263 -----------------------------
13858  clutter/clutter-frame-source.h            |   51 ------
13859  clutter/clutter.h                         |    1 -
13860  clutter/deprecated/clutter-frame-source.c |  263 +++++++++++++++++++++++++++++
13861  clutter/deprecated/clutter-frame-source.h |   51 ++++++
13862  7 files changed, 355 insertions(+), 522 deletions(-)
13863
13864 commit 57f54173ecb4b618fb1b48a9c70aa482ce3efe49
13865 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13866 Date:   Tue Oct 11 17:51:14 2011 +0100
13867
13868     interactive/threads: Fix up after deprecations
13869     
13870     The GThread API has undergone a massive restructuring, and the fallout
13871     is still being processed.
13872
13873  tests/interactive/test-threads.c |   14 ++++++++------
13874  1 file changed, 8 insertions(+), 6 deletions(-)
13875
13876 commit 2d2046f9620a9e6cd0a3a5eb1170073562879ba2
13877 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13878 Date:   Tue Oct 11 17:08:20 2011 +0100
13879
13880     docs: Document the settings.ini file
13881     
13882     Describe the location, groups, and keys of the settings.ini file used by
13883     Clutter.
13884
13885  doc/reference/clutter/running-clutter.xml |   97 +++++++++++++++++++++++++++++
13886  1 file changed, 97 insertions(+)
13887
13888 commit 53e201f86531195ee7391e54f50b39dce45bcca1
13889 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13890 Date:   Tue Oct 11 16:05:24 2011 +0100
13891
13892     Show lib and sysconfdir in the configure summary
13893
13894  configure.ac |    2 ++
13895  1 file changed, 2 insertions(+)
13896
13897 commit 372b39fd63880955d88fe205b7a23c202938e639
13898 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13899 Date:   Tue Oct 11 15:28:47 2011 +0100
13900
13901     Add more sections to the Clutter configuration file
13902     
13903     On top of the existing "Settings" group in the settings.ini file we
13904     should have two more groups:
13905     
13906       Environment   - contains all the configuration possible through
13907                       environment variables
13908       Debug         - contains all the possible debug variables
13909
13910  clutter/clutter-main.c             |  165 ++++++++++++++++++++++++++++++++++--
13911  clutter/clutter-settings-private.h |    4 +-
13912  clutter/clutter-settings.c         |   28 +-----
13913  3 files changed, 165 insertions(+), 32 deletions(-)
13914
13915 commit f5eee5aec7a87a3c8a1f2e658231eca4b04561dd
13916 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13917 Date:   Tue Oct 11 14:42:31 2011 +0100
13918
13919     Add a configuration file for ClutterSettings
13920     
13921     ClutterSettings should be able to load its initial state by using
13922     configuration files in SYSCONFDIR and XDG_CONFIG_HOME. This allows
13923     Clutter to have a system (and user) configuration on platforms that
13924     do not have XSETTINGS bridges.
13925
13926  clutter/Makefile.am                |    2 +
13927  clutter/clutter-main.c             |   42 +++++++++
13928  clutter/clutter-settings-private.h |   16 ++++
13929  clutter/clutter-settings.c         |  164 +++++++++++++++++++++++++++++++++---
13930  4 files changed, 213 insertions(+), 11 deletions(-)
13931
13932 commit 01080dc5f313fb3d191e78c555c1f04d78aaa83a
13933 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13934 Date:   Mon Oct 3 14:12:48 2011 +0100
13935
13936     Deprecate clutter_[sg]et_font_flags()
13937     
13938     We already have two mechanisms for controlling the font rendering
13939     quality on a per-application basis:
13940     
13941       • ClutterSettings properties
13942       • clutter_backend_set_font_options()
13943     
13944     The font flags were always a stop-gap solution, and one that tried to
13945     simplify a fairly complex issue beyond the point of actually being
13946     useful.
13947     
13948     https://bugzilla.gnome.org/show_bug.cgi?id=660786
13949
13950  clutter/clutter-main.c  |    6 ++++++
13951  clutter/clutter-main.h  |    3 +--
13952  clutter/clutter-types.h |    2 ++
13953  3 files changed, 9 insertions(+), 2 deletions(-)
13954
13955 commit 6ef09dd15bbe7e4305c683231d6431771bd3cffc
13956 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13957 Date:   Mon Oct 10 17:00:28 2011 +0100
13958
13959     Deprecate clutter_clear_glyph_cache()
13960     
13961     This is a wrapper function for API that has long since been public.
13962
13963  clutter/clutter-main.c |    3 +++
13964  clutter/clutter-main.h |    3 +++
13965  2 files changed, 6 insertions(+)
13966
13967 commit 522b8be306be2008d4990fcfc6aeee4759e7d00a
13968 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13969 Date:   Mon Oct 10 16:57:18 2011 +0100
13970
13971     Deprecate clutter_get_input_device_for_id()
13972     
13973     We have the ClutterDeviceManager methods for that.
13974
13975  clutter/clutter-main.c |    2 ++
13976  clutter/clutter-main.h |    2 +-
13977  2 files changed, 3 insertions(+), 1 deletion(-)
13978
13979 commit b6dd306998e626cbc86051dc1237894d515aa3dd
13980 Author: Emmanuele Bassi <ebassi@linux.intel.com>
13981 Date:   Mon Oct 10 16:45:20 2011 +0100
13982
13983     Clean up grab implementation
13984     
13985     The grab API is a relic of Clutter 0.6, and hasn't been through proper
13986     vetting in a *long* time — mostly due to the fact that we don't really
13987     like grabs, and point to the ::captured-event as a way to implement
13988     "soft grabs" in toolkits and applications.
13989     
13990     The implementation of full and device grabs uses weak references on
13991     actors instead of using the ::destroy signal, which is meant exactly for
13992     the case of releasing pointers to actors when they are disposed.
13993     
13994     The API naming scheme is also fairly broken, especially for
13995     device-related grabs.
13996     
13997     Finally, keyboard device grabs are just not implemented.
13998     
13999     We can, in one go, clean up this mess and deprecate a bunch of badly
14000     named API by introducing generic device grab/ungrab methods on
14001     ClutterInputDevice, and re-implement the current API on top of them.
14002
14003  clutter/clutter-device-manager-private.h |    1 +
14004  clutter/clutter-input-device.h           |    5 +
14005  clutter/clutter-main.c                   |  268 ++++++++++++++++++++++--------
14006  clutter/clutter-main.h                   |   10 +-
14007  4 files changed, 215 insertions(+), 69 deletions(-)
14008
14009 commit 93f2b3d60dd83f421d4b3c0c11971377cc93b662
14010 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14011 Date:   Tue Oct 11 17:24:58 2011 +0800
14012
14013     Update clutter.symbols
14014     
14015     Due to an added API in commits 25b7b30c (clutter_unicode_to_keysym)
14016
14017  clutter/clutter.symbols |    1 +
14018  1 file changed, 1 insertion(+)
14019
14020 commit 1cf712854007d5b376877de31c8a474b10a3bc8a
14021 Merge: a9771b5 58fec63
14022 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14023 Date:   Tue Oct 11 17:19:45 2011 +0800
14024
14025     Merge branch 'master' into msvc-support-master
14026
14027 commit 33846dcf4df7443964150d6afe64a165adecc5e6
14028 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14029 Date:   Mon Oct 10 15:48:43 2011 +0100
14030
14031     Deprecate clutter_redraw()
14032     
14033     It's just a badly named proxy to clutter_stage_ensure_redraw().
14034
14035  clutter/clutter-main.c                     |    4 +++-
14036  clutter/clutter-main.h                     |    5 ++++-
14037  tests/interactive/test-stage-read-pixels.c |    3 ++-
14038  3 files changed, 9 insertions(+), 3 deletions(-)
14039
14040 commit 51ca20e81e372d7621019c457888fae054e03184
14041 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14042 Date:   Mon Oct 10 15:42:36 2011 +0100
14043
14044     Cosmetic fixes
14045
14046  clutter/clutter-main.c |   20 ++++++++++----------
14047  1 file changed, 10 insertions(+), 10 deletions(-)
14048
14049 commit 58fec63b9273d6daabfd66905f0481adedbe431e
14050 Author: Algimantas Margevičius <gymka@mail.ru>
14051 Date:   Sun Oct 9 00:57:38 2011 +0300
14052
14053     Updated Lithuanian translation
14054
14055  po/lt.po | 1251 ++++++++++++++++++++++++++++++++------------------------------
14056  1 file changed, 645 insertions(+), 606 deletions(-)
14057
14058 commit b5109e852aed1ce96383d25892908c8ec4880561
14059 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14060 Date:   Fri Oct 7 16:56:21 2011 +0100
14061
14062     animation: Use the timeline's new-frame signal
14063     
14064     Instead of using the ClutterAlpha's notify::alpha. This makes the code
14065     less dependent on GObject's property notification.
14066
14067  clutter/clutter-animation.c |   60 ++++++++++++++++++++++++-------------------
14068  1 file changed, 34 insertions(+), 26 deletions(-)
14069
14070 commit 7e3a75c66bbca1e278b15c797cfc6acbcbd6c7c7
14071 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14072 Date:   Fri Oct 7 15:53:50 2011 +0100
14073
14074     Deprecate clutter_threads_init()
14075     
14076     GLib deprecated g_thread_init(), and threading support is initialized
14077     by GObject, so Clutter already runs with threading support enabled. We
14078     can drop the clutter_threads_init() call requirement, and initialize the
14079     Big Clutter Lock™ on clutter_init(). This reduces the things that have
14080     to be done when dealing with threads with Clutter, and the things that
14081     can possibly go wrong.
14082
14083  clutter/clutter-main.c                    |   55 ++++++++++++++++-------------
14084  clutter/clutter-main.h                    |    3 ++
14085  tests/interactive/test-texture-async.c    |    4 +--
14086  tests/interactive/test-texture-material.c |    2 --
14087  tests/interactive/test-threads.c          |    2 --
14088  5 files changed, 36 insertions(+), 30 deletions(-)
14089
14090 commit 32b8217027a1bafa2b9ff1780253b2f849d708ea
14091 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14092 Date:   Fri Oct 7 15:08:27 2011 +0100
14093
14094     Use a static mutex for the default Clutter lock
14095     
14096     The Big Clutter Lock™ can now be a static GMutex, since GLib supports
14097     them. We can also drop a bunch of checks given the recent changes in
14098     GLib threading API.
14099
14100  clutter/clutter-main.c |   20 +++++---------------
14101  1 file changed, 5 insertions(+), 15 deletions(-)
14102
14103 commit 3690ddc4a0a328ca8efd89980c619762548c92aa
14104 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14105 Date:   Fri Oct 7 15:07:26 2011 +0100
14106
14107     Drop g_thread_init()
14108     
14109     It's not necessary any more, and it has been deprecated.
14110
14111  tests/interactive/test-texture-async.c |    1 -
14112  1 file changed, 1 deletion(-)
14113
14114 commit 389d24727839b1a3ba0696c63277d0e867dfb73f
14115 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14116 Date:   Fri Oct 7 15:06:37 2011 +0100
14117
14118     texture: Drop G_MUTEX_INIT
14119     
14120     The static initializer for GMutex has been removed from GLib.
14121     
14122     The g_thread_supported() call can also be removed: threading is always
14123     enabled in GLib ≥ 2.31.
14124
14125  clutter/clutter-texture.c |    4 ++--
14126  1 file changed, 2 insertions(+), 2 deletions(-)
14127
14128 commit 6d974f278e937cce0872567bce672ed515662678
14129 Author: Marc-André Lureau <marcandre.lureau@gmail.com>
14130 Date:   Wed Oct 5 22:03:25 2011 +0200
14131
14132     Mark clutter_state_set_key() source_state_name as nullable
14133     
14134     https://bugzilla.gnome.org/show_bug.cgi?id=661022
14135
14136  clutter/clutter-state.c |    4 ++--
14137  1 file changed, 2 insertions(+), 2 deletions(-)
14138
14139 commit 25b7b30ccce6b99cba6a7a8e1cad1a4bcb3676d3
14140 Author: Zan Dobersek <zandobersek@gmail.com>
14141 Date:   Fri Oct 7 12:05:39 2011 +0100
14142
14143     Add clutter_unicode_to_keyval function
14144     
14145     This commit introduces a unicode-to-keyval conversion function that
14146     performs identical action as the gdk version of that function. Also
14147     added is the necessary table holding all the conversion values.
14148     
14149     https://bugzilla.gnome.org/show_bug.cgi?id=661015
14150
14151  clutter/clutter-event.h         |    1 +
14152  clutter/clutter-keysyms-table.c |  804 +++++++++++++++++++++++++++++++++++++++
14153  2 files changed, 805 insertions(+)
14154
14155 commit 5dbc00e625c515a6732eaec06ddd6185ad8b5916
14156 Author: Sunjin Yang <fan4326@gmail.com>
14157 Date:   Fri Oct 7 15:21:34 2011 +0900
14158
14159     box-layout: Plug memory leaks
14160     
14161     https://bugzilla.gnome.org/show_bug.cgi?id=660985
14162
14163  clutter/clutter-box-layout.c |   26 ++++++++++++--------------
14164  1 file changed, 12 insertions(+), 14 deletions(-)
14165
14166 commit c607382de6a278fe2b2d5d5d4d3def0cb2771015
14167 Author: Daniel Mustieles <daniel.mustieles@gmail.com>
14168 Date:   Fri Oct 7 10:13:08 2011 +0200
14169
14170     Updated Spanish translation
14171
14172  po/es.po | 1144 ++++++++++++++++++++++++++++++++------------------------------
14173  1 file changed, 588 insertions(+), 556 deletions(-)
14174
14175 commit a9771b596fba7f02fec52dc94d98f40cda4ca9ae
14176 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14177 Date:   Thu Oct 6 13:00:26 2011 +0800
14178
14179     Update Visual C++ support
14180     
14181     -tests/interactive/Makefile.am, build/win32/Makefile.am: copy the
14182      generated test-unit-names.h to build/win32 so that it can be
14183      distributed in "make dist" (maybe we could dist the generated header
14184      in tests/interactive directly?)
14185     -Update test-interactive Visual C++ projects to include build/win32 in
14186      the list of folders to look for headers
14187
14188  build/win32/Makefile.am                     |    2 +-
14189  build/win32/vs10/test-interactive.vcxprojin |    4 ++++
14190  build/win32/vs9/test-interactive.vcprojin   |    4 ++++
14191  tests/interactive/Makefile.am               |    3 +++
14192  4 files changed, 12 insertions(+), 1 deletion(-)
14193
14194 commit d86a6d8df4d1f74405285649615f38923c828e99
14195 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14196 Date:   Thu Oct 6 12:53:41 2011 +0800
14197
14198     Update clutter.symbols
14199     
14200     ...Due to the addtion of clutter_actor_has_actions,
14201        clutter_actor_has_contraints and clutter_actor_has_effects APIs
14202
14203  clutter/clutter.symbols |    3 +++
14204  1 file changed, 3 insertions(+)
14205
14206 commit b55656b6984a6a5f2dd9d12d6adac09efc9b8595
14207 Merge: f0dfd8a 938fcc6
14208 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14209 Date:   Thu Oct 6 12:04:30 2011 +0800
14210
14211     Merge branch 'master' into msvc-support-master
14212
14213 commit 938fcc60f0365db5dbcc4677ba5e7cefbccf22c8
14214 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14215 Date:   Tue Oct 4 10:32:27 2011 +0100
14216
14217     Deprecate the GParamSpec for CoglFixed
14218     
14219     The fixed-point API is not used anywhere, and it's pretty much useless
14220     to have a fixed-point type for properties.
14221
14222  clutter/clutter-fixed.c |    8 +++++++-
14223  clutter/clutter-fixed.h |    8 ++++++++
14224  2 files changed, 15 insertions(+), 1 deletion(-)
14225
14226 commit 839b939d36ab5b2c5aec71b325c1ca7b5363b8f1
14227 Author: Håkon Løvdal <haakon@bitfrost.no>
14228 Date:   Mon Oct 3 15:56:26 2011 +0100
14229
14230     spelling fix: timeour -> timeout
14231
14232  clutter/clutter-main.c |    2 +-
14233  1 file changed, 1 insertion(+), 1 deletion(-)
14234
14235 commit 2d76f295df30c3583f43079216c941087cd5fb61
14236 Author: Alexandre Franke <alexandre.franke@gmail.com>
14237 Date:   Mon Oct 3 15:57:21 2011 +0200
14238
14239     Update French translation
14240
14241  po/fr.po |  184 +++++++++++++++++++++++++++++++++-----------------------------
14242  1 file changed, 97 insertions(+), 87 deletions(-)
14243
14244 commit 99f2dbbf5ae33855c37df4372a7402fc048fe394
14245 Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
14246 Date:   Sat Oct 1 17:24:51 2011 +0200
14247
14248     Updated Esperanto translation
14249
14250  po/eo.po | 1551 ++++++++++++++++++++++++++++++++------------------------------
14251  1 file changed, 790 insertions(+), 761 deletions(-)
14252
14253 commit d331e92742d0af445b9a38fd06bc1bc90646bca4
14254 Author: Adel Gadllah <adel.gadllah@gmail.com>
14255 Date:   Sat Oct 1 12:36:36 2011 +0200
14256
14257     clutter-actor-meta: Fix _clutter_meta_group_has_metas_no_internal
14258     
14259     This function is backwards i.e it is supposed to check for metas that
14260     are *not* internal, hence the name.
14261     
14262     https://bugzilla.gnome.org/show_bug.cgi?id=660623
14263
14264  clutter/clutter-actor-meta.c |    6 +++---
14265  1 file changed, 3 insertions(+), 3 deletions(-)
14266
14267 commit 6377d3646b4c034be57c2627dd3c2e432ab80aa0
14268 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14269 Date:   Fri Sep 30 17:02:57 2011 +0100
14270
14271     paint-volume: Don't try to complete a completed volume
14272     
14273     If we do project() → get_bounding_box(), we'll try to complete the
14274     volume twice, which whacks out all the lazily computed vertices.
14275     
14276     Reviewed-by: Robert Bragg <robert@linux.intel.com>
14277
14278  clutter/clutter-paint-volume.c |    3 +++
14279  1 file changed, 3 insertions(+)
14280
14281 commit 3372a0233e574b6d67e9f9d83010c1891c427ad8
14282 Author: Neil Roberts <neil@linux.intel.com>
14283 Date:   Thu Sep 29 20:14:26 2011 +0100
14284
14285     Add a conformance test for ClutterShaderEffect
14286     
14287     This adds a simple conformance test which sets up a few shader effects
14288     using both the old style with clutter_shader_effect_set_source and the
14289     new style by overriding get_static_shader_source. The effects are then
14290     verified to confirm that they drew the right pixel colour.
14291     
14292     https://bugzilla.gnome.org/show_bug.cgi?id=660512
14293     
14294     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
14295
14296  tests/conform/Makefile.am          |    1 +
14297  tests/conform/test-conform-main.c  |    1 +
14298  tests/conform/test-shader-effect.c |  267 ++++++++++++++++++++++++++++++++++++
14299  3 files changed, 269 insertions(+)
14300
14301 commit 8b995a9457bba3397c54f227b6ed0cef39cf9c73
14302 Author: Neil Roberts <neil@linux.intel.com>
14303 Date:   Thu Sep 29 20:05:39 2011 +0100
14304
14305     clutter-shader-effect: Add a get_static_shader_source virtual
14306     
14307     This is used as an alternative to calling
14308     clutter_shader_effect_set_shader_source. A ClutterShaderEffect
14309     subclass is now expected to implement this method to return the source
14310     for the effect that will be used for all instances of this
14311     subclass. It is only called once regardless of the number of instances
14312     created. That way Clutter can avoid recompiling the shader source for
14313     every new instance of the effect.
14314     
14315     https://bugzilla.gnome.org/show_bug.cgi?id=660512
14316     
14317     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
14318
14319  clutter/clutter-shader-effect.c |  236 ++++++++++++++++++++++++---------------
14320  clutter/clutter-shader-effect.h |   10 +-
14321  2 files changed, 156 insertions(+), 90 deletions(-)
14322
14323 commit e8ec7ebed013895e63c9579d8b7dbd6c63ccec80
14324 Author: Adel Gadllah <adel.gadllah@gmail.com>
14325 Date:   Thu Sep 29 18:34:12 2011 +0200
14326
14327     ClutterActor: Add clutter_actor_has_actions
14328     
14329     Adds an efficent way to query whether an actor has any
14330     applied actions.
14331     
14332     https://bugzilla.gnome.org/show_bug.cgi?id=660471
14333
14334  clutter/clutter-action.h |    2 ++
14335  clutter/clutter-actor.c  |   19 +++++++++++++++++++
14336  2 files changed, 21 insertions(+)
14337
14338 commit e81800607cdde8522fde33e0df14686e9b972541
14339 Author: Adel Gadllah <adel.gadllah@gmail.com>
14340 Date:   Thu Sep 29 18:29:40 2011 +0200
14341
14342     ClutterActor: Add clutter_actor_has_contraints
14343     
14344     Adds an efficent way to query whether an actor has any
14345     applied constraints.
14346     
14347     https://bugzilla.gnome.org/show_bug.cgi?id=660471
14348
14349  clutter/clutter-actor.c      |   19 +++++++++++++++++++
14350  clutter/clutter-constraint.h |    2 ++
14351  2 files changed, 21 insertions(+)
14352
14353 commit bed2d9e7876064c70b87fe2f2cd4f5fa65b1082e
14354 Author: Adel Gadllah <adel.gadllah@gmail.com>
14355 Date:   Thu Sep 29 15:31:30 2011 +0200
14356
14357     ClutterActor: Add clutter_actor_has_effects
14358     
14359     Adds an efficent way to query whether an actor has any
14360     applied effects.
14361     
14362     https://bugzilla.gnome.org/show_bug.cgi?id=660471
14363
14364  clutter/clutter-actor-meta-private.h |    2 ++
14365  clutter/clutter-actor-meta.c         |   21 +++++++++++++++++++++
14366  clutter/clutter-actor.c              |   22 ++++++++++++++++++++++
14367  clutter/clutter-effect.h             |    2 ++
14368  4 files changed, 47 insertions(+)
14369
14370 commit e058cd4c5fcb0a37f24749221d5b854f82ef4703
14371 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14372 Date:   Thu Sep 29 14:01:03 2011 +0100
14373
14374     Pass the remaining args to the executed interactive unit
14375     
14376     We only support running one interactive test at a time; everything after
14377     the unit name is to be considered an argument to the actual unit.
14378
14379  tests/interactive/test-main.c |    6 +++++-
14380  1 file changed, 5 insertions(+), 1 deletion(-)
14381
14382 commit f0dfd8ab07809ae54667e5dcea581f429d476d2f
14383 Merge: 9e822d9 7d51555
14384 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14385 Date:   Thu Sep 29 16:33:02 2011 +0800
14386
14387     Merge branch 'master' into msvc-support-master
14388     
14389     Conflicts:
14390         tests/interactive/Makefile.am
14391
14392 commit 7d515553e662210e8a17c3f6067f681bdbed1bbe
14393 Author: krishnababu k <kkrothap@redhat.ocm>
14394 Date:   Thu Sep 29 12:09:11 2011 +0530
14395
14396     Updated Telugu Translations
14397
14398  po/te.po |   83 +++++++++++++++++++++++++++++++-------------------------------
14399  1 file changed, 42 insertions(+), 41 deletions(-)
14400
14401 commit b1fbbe23b43f56da9cbd515e92ef44a8f7b31aa2
14402 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14403 Date:   Wed Sep 28 15:54:32 2011 +0100
14404
14405     Revert "Add lightness, brightness, and contrast effects"
14406     
14407     Discussed a bit with Neil, and I might have jumped the gun a little.
14408     We might want a different API for 1.10. See comment 12 on:
14409     
14410     https://bugzilla.gnome.org/show_bug.cgi?id=656156
14411     
14412     This reverts commit 4829ae1c79f1ae60d562621b81a7be800e0697bb.
14413
14414  clutter/Makefile.am                        |    6 -
14415  clutter/clutter-brightness-effect.c        |  380 --------------------------
14416  clutter/clutter-brightness-effect.h        |   63 -----
14417  clutter/clutter-contrast-effect.c          |  395 ----------------------------
14418  clutter/clutter-contrast-effect.h          |   63 -----
14419  clutter/clutter-invert-lightness-effect.c  |  243 -----------------
14420  clutter/clutter-invert-lightness-effect.h  |   57 ----
14421  doc/reference/clutter/clutter-docs.xml.in  |    3 -
14422  doc/reference/clutter/clutter-sections.txt |   47 ----
14423  doc/reference/clutter/clutter.types        |    3 -
14424  10 files changed, 1260 deletions(-)
14425
14426 commit 4829ae1c79f1ae60d562621b81a7be800e0697bb
14427 Author: Joseph Scheuhammer <clown@alum.mit.edu>
14428 Date:   Tue Sep 27 13:01:36 2011 -0400
14429
14430     Add lightness, brightness, and contrast effects
14431     
14432     Added three classes for new clutter effects:  inverse lightness,
14433     modify brightness, and modify contrast.
14434     
14435     https://bugzilla.gnome.org/show_bug.cgi?id=656156
14436
14437  clutter/Makefile.am                        |    6 +
14438  clutter/clutter-brightness-effect.c        |  380 ++++++++++++++++++++++++++
14439  clutter/clutter-brightness-effect.h        |   63 +++++
14440  clutter/clutter-contrast-effect.c          |  395 ++++++++++++++++++++++++++++
14441  clutter/clutter-contrast-effect.h          |   63 +++++
14442  clutter/clutter-invert-lightness-effect.c  |  243 +++++++++++++++++
14443  clutter/clutter-invert-lightness-effect.h  |   57 ++++
14444  doc/reference/clutter/clutter-docs.xml.in  |    3 +
14445  doc/reference/clutter/clutter-sections.txt |   47 ++++
14446  doc/reference/clutter/clutter.types        |    3 +
14447  10 files changed, 1260 insertions(+)
14448
14449 commit ac8e174eca31a28dae4a7aa5b3336b8cf27d6767
14450 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14451 Date:   Wed Sep 28 13:32:57 2011 +0100
14452
14453     tests/interactive: Add some descriptions
14454
14455  tests/interactive/test-animation.c       |    6 ++++++
14456  tests/interactive/test-cairo-clock.c     |    6 ++++++
14457  tests/interactive/test-constraints.c     |    6 ++++++
14458  tests/interactive/test-drop.c            |    6 ++++++
14459  tests/interactive/test-easing.c          |    6 ++++++
14460  tests/interactive/test-table-layout.c    |    6 ++++++
14461  tests/interactive/test-text-field.c      |   11 +++++++++++
14462  tests/interactive/test-texture-async.c   |    6 ++++++
14463  tests/interactive/test-texture-slicing.c |    6 ++++++
14464  9 files changed, 59 insertions(+)
14465
14466 commit 5fc953cb5eec7960138037f248440778239aef11
14467 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14468 Date:   Tue Sep 27 17:50:51 2011 +0100
14469
14470     test-textures -> test-texture-slicing
14471     
14472     The unit is supposed to be testing the slicing support in CoglTexture.
14473
14474  tests/interactive/Makefile.am            |    2 +-
14475  tests/interactive/test-texture-slicing.c |  112 ++++++++++++++++++++++++++++++
14476  tests/interactive/test-textures.c        |  112 ------------------------------
14477  3 files changed, 113 insertions(+), 113 deletions(-)
14478
14479 commit d640c56cef4738b2c9b75b034b81438390538561
14480 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14481 Date:   Tue Sep 27 17:40:51 2011 +0100
14482
14483     test-interactive: Allow querying the interactive test for a description
14484     
14485     It would be nice if the interactive tests had a way to be queried for a
14486     description, instead of "Just Knowing" what they are meant to be doing.
14487
14488  tests/interactive/Makefile.am |   25 ++++-
14489  tests/interactive/test-main.c |  210 +++++++++++++++++++++++++++++++++++++----
14490  2 files changed, 211 insertions(+), 24 deletions(-)
14491
14492 commit 4ebdeede9feed7995335616ae5e9c2cf3af0ec6b
14493 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14494 Date:   Tue Sep 27 16:40:34 2011 +0100
14495
14496     test-texture-async: Clean up the test code
14497     
14498     Force threading on, and stop using the default stage and behaviours:
14499     let's try to use modern API.
14500
14501  tests/interactive/test-texture-async.c |   63 +++++++++++++++-----------------
14502  1 file changed, 29 insertions(+), 34 deletions(-)
14503
14504 commit 56c7d9b0b3211af53952e97b059f8cc0f87d1de8
14505 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14506 Date:   Tue Sep 27 16:06:43 2011 +0100
14507
14508     texture: Simplify asynchronous loading code
14509     
14510     The asynchronous loading code could do with some modernization.
14511     
14512     First of all, we should drop the internal GMutex held when manipulating
14513     the boolean flags: it's far too expensive for its role, and modern GLib
14514     provides us with bitlocks that are quite a lot faster.
14515     
14516     Then we should consolidate most of the implementation into something
14517     smaller and more manageable.
14518
14519  clutter/clutter-texture.c |  270 +++++++++++++++++++--------------------------
14520  1 file changed, 115 insertions(+), 155 deletions(-)
14521
14522 commit 11c585c420da633964beb93e80c0dc12d2901a61
14523 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14524 Date:   Tue Sep 27 14:22:22 2011 +0100
14525
14526     texture: Remove GStaticMutex
14527     
14528     It's now possible to statically initialize a GMutex.
14529
14530  clutter/clutter-texture.c |   10 +++++-----
14531  1 file changed, 5 insertions(+), 5 deletions(-)
14532
14533 commit 1465aa04aa4a8da7ced0eeadb183083a8972a6bf
14534 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14535 Date:   Tue Sep 27 14:21:41 2011 +0100
14536
14537     Depend on GLib 2.31
14538     
14539     We need to switch away from GStaticMutex and use GMutex instead, as the
14540     former has been deprecated.
14541
14542  configure.ac |    2 +-
14543  1 file changed, 1 insertion(+), 1 deletion(-)
14544
14545 commit 39db46123ed6bbbc3e6ad359a64d4d344ca9e11b
14546 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14547 Date:   Wed Sep 28 14:24:57 2011 +0200
14548
14549     Add paint-deform-tiles option to CLUTTER_DEBUG
14550     
14551     To make easier to visualize the triangles in a ClutterDeformEffect
14552     
14553     https://bugzilla.gnome.org/show_bug.cgi?id=660354
14554
14555  clutter/clutter-debug.h         |    3 ++-
14556  clutter/clutter-deform-effect.c |   20 ++++++++++++++++++++
14557  clutter/clutter-main.c          |    3 ++-
14558  3 files changed, 24 insertions(+), 2 deletions(-)
14559
14560 commit 9e822d9ae4d65b0fae2843bc57119b3d879502d7
14561 Merge: ad7bb39 4f5ce6c
14562 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14563 Date:   Tue Sep 27 14:35:26 2011 +0800
14564
14565     Merge branch 'master' into msvc-support-master
14566
14567 commit 4f5ce6c165e9e9e599993e77b987f2f229264731
14568 Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
14569 Date:   Tue Sep 27 01:55:26 2011 +0200
14570
14571     Added Serbian translation
14572
14573  po/sr.po       | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14574  po/sr@latin.po | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14575  2 files changed, 4388 insertions(+)
14576
14577 commit 8a76949588f278301d3cd7dc5b1752005d624248
14578 Author: Carles Ferrando <carles.ferrando@gmail.com>
14579 Date:   Mon Sep 26 14:41:42 2011 +0200
14580
14581     [l10n]Updated Catalan (Valencian) translation
14582
14583  po/ca@valencia.po | 1138 +++++++++++++++++++++++++++--------------------------
14584  1 file changed, 584 insertions(+), 554 deletions(-)
14585
14586 commit 1776ac8ed50d2cdae34a53d6fa41a1761d6b907f
14587 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14588 Date:   Tue Aug 16 16:01:22 2011 +0100
14589
14590     Remove internal usage of ClutterGeometry in StageWindow
14591     
14592     The ClutterGeometry type is a poor substitute of cairo_rectangle_int_t,
14593     with unsigned integers for width and height to complicate matters.
14594     
14595     Let's remove the internal usage of ClutterGeometry and switch to the
14596     rectangle type from Cairo.
14597     
14598     https://bugzilla.gnome.org/show_bug.cgi?id=656663
14599
14600  clutter/clutter-private.h               |    4 ++
14601  clutter/clutter-stage-private.h         |    6 ++-
14602  clutter/clutter-stage-window.c          |   16 +++----
14603  clutter/clutter-stage-window.h          |   26 +++++------
14604  clutter/clutter-stage.c                 |   74 ++++++++++++++++++-------------
14605  clutter/clutter-util.c                  |   30 +++++++++++++
14606  clutter/cogl/clutter-stage-cogl.c       |   29 +++++-------
14607  clutter/cogl/clutter-stage-cogl.h       |    3 +-
14608  clutter/osx/clutter-stage-osx.c         |    4 +-
14609  clutter/wayland/clutter-stage-wayland.c |   64 +++++++++++---------------
14610  clutter/wayland/clutter-stage-wayland.h |    6 +--
14611  clutter/win32/clutter-stage-win32.c     |   12 ++---
14612  clutter/x11/clutter-stage-x11.c         |    4 +-
14613  13 files changed, 154 insertions(+), 124 deletions(-)
14614
14615 commit c59f9ef79f630b14e30623c0629551264e208d35
14616 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
14617 Date:   Sun Sep 25 16:16:10 2011 +0800
14618
14619     Updated Traditional Chinese translation(Hong Kong and Taiwan)
14620
14621  po/zh_HK.po | 1192 ++++++++++++++++++++++++++++++-----------------------------
14622  po/zh_TW.po | 1192 ++++++++++++++++++++++++++++++-----------------------------
14623  2 files changed, 1230 insertions(+), 1154 deletions(-)
14624
14625 commit 85c4c9c6ccdcd5272e4c21de768d788089075b93
14626 Author: Ask H. Larsen <asklarsen@gmail.com>
14627 Date:   Sat Sep 24 17:28:11 2011 +0200
14628
14629     Updated Danish translation
14630
14631  po/da.po | 1749 +++++++++++++++++++++++++++++++++-----------------------------
14632  1 file changed, 920 insertions(+), 829 deletions(-)
14633
14634 commit afc09b817d043a62bec84ec1f923518f02cc8d22
14635 Author: Mario Blättermann <mariobl@gnome.org>
14636 Date:   Sat Sep 24 10:44:08 2011 +0200
14637
14638     [l10n] Updated German translation
14639
14640  po/de.po | 1172 +++++++++++++++++++++++++++++++-------------------------------
14641  1 file changed, 591 insertions(+), 581 deletions(-)
14642
14643 commit d3bafc4b09a50e9ee35c5439c604e56428670513
14644 Author: Colin Walters <walters@verbum.org>
14645 Date:   Thu Sep 22 21:22:53 2011 -0400
14646
14647     clutter-main: Reword translator comment for default:LTR
14648     
14649     This makes it much clearer, and fixes some typos in the original.
14650     
14651     https://bugzilla.gnome.org/show_bug.cgi?id=659893
14652
14653  clutter/clutter-main.c |    9 +++++----
14654  1 file changed, 5 insertions(+), 4 deletions(-)
14655
14656 commit a23e59bd66c70349a456fa8f82b7ed61128450cf
14657 Author: Alexandre Franke <alexandre.franke@gmail.com>
14658 Date:   Fri Sep 23 11:23:26 2011 +0200
14659
14660     Mark forgotten string as translatable
14661     
14662     https://bugzilla.gnome.org/show_bug.cgi?id=659928
14663
14664  clutter/clutter-actor.c |    4 ++--
14665  1 file changed, 2 insertions(+), 2 deletions(-)
14666
14667 commit 220e5c967792b0dc3a0afb3501ad7f2c3e01e287
14668 Author: Bruno Brouard <annoa.b@gmail.com>
14669 Date:   Fri Sep 23 18:26:19 2011 +0200
14670
14671     Updated French translation
14672
14673  po/fr.po | 1849 +++++++++++++++++++++++++++++++-------------------------------
14674  1 file changed, 934 insertions(+), 915 deletions(-)
14675
14676 commit f8d808f140a4fe84e3002ee5935d4b8317779c9d
14677 Author: Neil Roberts <neil@linux.intel.com>
14678 Date:   Fri Sep 23 15:12:44 2011 +0100
14679
14680     Add a CLUTTER_PAINT debug option to enable continous redrawing
14681     
14682     When testing the performance of an application, it's often useful to
14683     force it to continuously redraw instead of going idle to help measure
14684     the frame rate. This just adds a CLUTTER_PAINT=continuous-redraw which
14685     causes the master clock to queue a redraw on all of the stages
14686     just before it prepares its source.
14687     
14688     Reviewed-by: Robert Bragg <robert@linux.intel.com>
14689     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
14690
14691  clutter/clutter-debug.h        |    3 ++-
14692  clutter/clutter-main.c         |    3 ++-
14693  clutter/clutter-master-clock.c |   14 ++++++++++++++
14694  3 files changed, 18 insertions(+), 2 deletions(-)
14695
14696 commit e08df14d42a999a1ed2fcfb0f241de986829a7be
14697 Author: krishnababu k <kkrothap@redhat.ocm>
14698 Date:   Fri Sep 23 18:01:37 2011 +0530
14699
14700     Updated Telugu Translations
14701
14702  po/te.po | 1126 ++++++++++++++++++++++++++++++++------------------------------
14703  1 file changed, 573 insertions(+), 553 deletions(-)
14704
14705 commit 2004f98bc457392ccf4d9114309511323fa37a3f
14706 Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
14707 Date:   Fri Sep 23 12:46:22 2011 +0530
14708
14709     Updated Oriya Translation
14710
14711  po/or.po |    2 +-
14712  1 file changed, 1 insertion(+), 1 deletion(-)
14713
14714 commit 3dfdf58e3f0d2ad80322d5b0eda23cd91a135b82
14715 Author: I Felix <ifelix25@gmail.com>
14716 Date:   Fri Sep 23 12:42:15 2011 +0530
14717
14718     Updated Tamil Translations
14719
14720  po/ta.po |  449 +++++++++++++++++++++++++++++---------------------------------
14721  1 file changed, 213 insertions(+), 236 deletions(-)
14722
14723 commit 2966ce2e59784ad85c2d40971e9a489e66da9772
14724 Author: A S Alam <aalam@users.sf.net>
14725 Date:   Fri Sep 23 07:24:56 2011 +0530
14726
14727     update Punjabi Translation
14728
14729  po/pa.po | 1199 ++++++++++++++++++++++++++++++++------------------------------
14730  1 file changed, 610 insertions(+), 589 deletions(-)
14731
14732 commit c67d3e5b52955fc87b5c1581a82b745d9b2b047c
14733 Author: Neil Roberts <neil@linux.intel.com>
14734 Date:   Wed Sep 21 16:36:30 2011 +0100
14735
14736     clutter-offscreen-effect: Apply matrix expansion to proj not mv
14737     
14738     When the viewport gets expanded because the actor extends off the edge
14739     of the screen, instead of applying the transformation to the root of
14740     the modelview transformation it is now applied to the end of the
14741     projection transformation. This should end up with the same
14742     transformation. This fixes a problem when the offscreen effects are
14743     nested and the inner effect would try to pick up the current modelview
14744     transformation to rescale it to fit the new viewport size. In this
14745     case the modelview would have already been scaled for the size of the
14746     outer viewport so it would end up wrong.
14747     
14748     https://bugzilla.gnome.org/show_bug.cgi?id=659601
14749     
14750     Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
14751     Reviewed-by: Robert Bragg <robert@linux.intel.com>
14752
14753  clutter/clutter-offscreen-effect.c |   31 +++++++++++--------------------
14754  1 file changed, 11 insertions(+), 20 deletions(-)
14755
14756 commit 9d8ad861653193a2a2428caeb2d7553f99c7083a
14757 Author: Nilamdyuti Goswami <ngoswami@redhat.com>
14758 Date:   Thu Sep 22 12:41:20 2011 +0200
14759
14760     Add Assamese translation
14761
14762  po/as.po | 2191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14763  1 file changed, 2191 insertions(+)
14764
14765 commit 7fb8fc65a33aea59d7a970acefd0eab19d94da69
14766 Author: Neil Roberts <neil@linux.intel.com>
14767 Date:   Wed Sep 21 13:37:44 2011 +0100
14768
14769     mingw-fetch-dependencies: Mirror the changes made to the Cogl version
14770     
14771     Cogl has a similar script which has had the following additional
14772     changes:
14773     
14774     * Don't pass -c to wget
14775     
14776     * Explicitly download and run config.guess
14777     
14778     This patch just syncs up with those.
14779     
14780     https://bugzilla.gnome.org/show_bug.cgi?id=659625
14781
14782  build/mingw/mingw-fetch-dependencies.sh |   17 ++++++++++++++---
14783  1 file changed, 14 insertions(+), 3 deletions(-)
14784
14785 commit 7d8c48268efc87cbf5f8a38d30186e6ba18842cc
14786 Author: Damien Lespiau <damien.lespiau@intel.com>
14787 Date:   Tue Sep 20 17:34:46 2011 +0100
14788
14789     mingw32: Update the build script to compile 1.8.0
14790     
14791     * Updated dependencies, glib 2.28 and cogl 1.8.0
14792     * Mesa has removed mesa_wgl.h from its headers
14793     * added -I$ROOT_DIR/include to the CFLAGS to include the headers from
14794       our prefix (say <GL/gl.h>) before the system ones
14795     
14796     https://bugzilla.gnome.org/show_bug.cgi?id=659625
14797
14798  build/mingw/mingw-fetch-dependencies.sh |   10 +++++-----
14799  1 file changed, 5 insertions(+), 5 deletions(-)
14800
14801 commit dc5b047ed5e2a7f19d40689de14024c65c9bf786
14802 Author: Duarte Loreto <happyguy_pt@hotmail.com>
14803 Date:   Wed Sep 21 00:34:48 2011 +0100
14804
14805     Updated Portuguese translation
14806
14807  po/pt.po | 2216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14808  1 file changed, 2216 insertions(+)
14809
14810 commit 8051c47664c4e049587c30c1135d247e72f08b3b
14811 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14812 Date:   Mon Sep 19 23:14:04 2011 +0100
14813
14814     Fix typo in ClutterSettings:password-hint-time blurb
14815
14816  clutter/clutter-settings.c |    2 +-
14817  1 file changed, 1 insertion(+), 1 deletion(-)
14818
14819 commit 93ece6dd7bd0b711652d9b64c9a946873419756d
14820 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14821 Date:   Mon Sep 19 16:44:22 2011 +0100
14822
14823     text: Implement password hint
14824     
14825     A ClutterText in password mode should have the ability to show the last
14826     input character. This feature allows easier password entry on platforms
14827     with unreliable keyboards, such as touchscreens or small devices.
14828     
14829     https://bugzilla.gnome.org/show_bug.cgi?id=652588
14830
14831  clutter/clutter-text.c |   94 ++++++++++++++++++++++++++++++++++++++++--------
14832  1 file changed, 79 insertions(+), 15 deletions(-)
14833
14834 commit 07912a147dffca9cfdeb84a77e6edf567743cb20
14835 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14836 Date:   Mon Sep 19 16:43:05 2011 +0100
14837
14838     settings: Add password-hint-time property
14839     
14840     Add a setting that controls whether ClutterText actors in password mode
14841     should display the last input character for a defined time. This helps
14842     on touch-based interfaces.
14843     
14844     https://bugzilla.gnome.org/show_bug.cgi?id=652588
14845
14846  clutter/clutter-settings.c |   30 ++++++++++++++++++++++++++++++
14847  1 file changed, 30 insertions(+)
14848
14849 commit 0b07a5ef04843aa22bbc1f3a0f9d0f93bf98dfb7
14850 Author: Emmanuele Bassi <ebassi@linux.intel.com>
14851 Date:   Mon Sep 19 20:04:11 2011 +0100
14852
14853     Post branch version bump to 1.9.1
14854
14855  configure.ac |    4 ++--
14856  1 file changed, 2 insertions(+), 2 deletions(-)
14857
14858 commit ad7bb392c599c801106bf2d15ccdd4a07fe6efda
14859 Merge: 65e498e f315e76
14860 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14861 Date:   Mon Sep 19 14:24:04 2011 +0800
14862
14863     Merge branch 'master' into msvc-support-master
14864
14865 commit 65e498e3f903517104a6008f739b26f91e3d0610
14866 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14867 Date:   Fri Sep 16 17:34:29 2011 +0800
14868
14869     Conform-tests: Remove C99ism
14870
14871  tests/conform/test-cogl-materials.c    |   20 ++++++++++++++------
14872  tests/conform/test-cogl-pixel-buffer.c |    2 +-
14873  2 files changed, 15 insertions(+), 7 deletions(-)
14874
14875 commit 9f12ec534ebd8ad584b3655558ffdfbd43aefce9
14876 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14877 Date:   Fri Sep 16 17:25:47 2011 +0800
14878
14879     msvc-support: Recover wrecked branch
14880     
14881     Recover the branch! :|
14882
14883  Makefile.am                                        |    5 +-
14884  build/Makefile.am                                  |    2 +-
14885  build/win32/Makefile.am                            |    3 +
14886  build/win32/vs10/Makefile.am                       |   37 +
14887  build/win32/vs10/README.txt                        |   91 ++
14888  .../win32/vs10/cally-atkcomponent-example.vcxproj  |  172 +++
14889  .../cally-atkcomponent-example.vcxproj.filters     |   26 +
14890  .../vs10/cally-atkeditabletext-example.vcxproj     |  172 +++
14891  .../cally-atkeditabletext-example.vcxproj.filters  |   26 +
14892  build/win32/vs10/cally-atkevents-example.vcxproj   |  172 +++
14893  .../vs10/cally-atkevents-example.vcxproj.filters   |   26 +
14894  build/win32/vs10/cally-atktext-example.vcxproj     |  172 +++
14895  .../vs10/cally-atktext-example.vcxproj.filters     |   25 +
14896  build/win32/vs10/cally-clone-example.vcxproj       |  172 +++
14897  .../win32/vs10/cally-clone-example.vcxproj.filters |   26 +
14898  build/win32/vs10/clutter.props                     |  416 ++++++
14899  build/win32/vs10/clutter.sln                       |  156 +++
14900  build/win32/vs10/clutter.vcxproj.filtersin         |   25 +
14901  build/win32/vs10/clutter.vcxprojin                 |  196 +++
14902  build/win32/vs10/install.vcxproj                   |  149 +++
14903  build/win32/vs10/test-cogl-perf.vcxproj            |  166 +++
14904  build/win32/vs10/test-cogl-perf.vcxproj.filters    |   14 +
14905  .../win32/vs10/test-conformance.vcxproj.filtersin  |   12 +
14906  build/win32/vs10/test-conformance.vcxprojin        |  168 +++
14907  .../win32/vs10/test-interactive.vcxproj.filtersin  |   12 +
14908  build/win32/vs10/test-interactive.vcxprojin        |  168 +++
14909  build/win32/vs10/test-picking.vcxproj              |  167 +++
14910  build/win32/vs10/test-picking.vcxproj.filters      |   14 +
14911  build/win32/vs10/test-random-text.vcxproj          |  166 +++
14912  build/win32/vs10/test-random-text.vcxproj.filters  |   14 +
14913  build/win32/vs10/test-text-perf.vcxproj            |  166 +++
14914  build/win32/vs10/test-text-perf.vcxproj.filters    |   14 +
14915  build/win32/vs10/test-text.vcxproj                 |  166 +++
14916  build/win32/vs10/test-text.vcxproj.filters         |   14 +
14917  build/win32/vs9/Makefile.am                        |   21 +
14918  build/win32/vs9/README.txt                         |   90 ++
14919  build/win32/vs9/cally-atkcomponent-example.vcproj  |  169 +++
14920  .../win32/vs9/cally-atkeditabletext-example.vcproj |  167 +++
14921  build/win32/vs9/cally-atkevents-example.vcproj     |  167 +++
14922  build/win32/vs9/cally-atktext-example.vcproj       |  164 +++
14923  build/win32/vs9/cally-clone-example.vcproj         |  169 +++
14924  build/win32/vs9/clutter.sln                        |  207 +++
14925  build/win32/vs9/clutter.vcprojin                   |  199 +++
14926  build/win32/vs9/clutter.vsprops                    |  265 ++++
14927  build/win32/vs9/install.vcproj                     |   80 ++
14928  build/win32/vs9/test-cogl-perf.vcproj              |  159 +++
14929  build/win32/vs9/test-conformance.vcprojin          |  165 +++
14930  build/win32/vs9/test-interactive.vcprojin          |  165 +++
14931  build/win32/vs9/test-picking.vcproj                |  160 +++
14932  build/win32/vs9/test-random-text.vcproj            |  159 +++
14933  build/win32/vs9/test-text-perf.vcproj              |  159 +++
14934  build/win32/vs9/test-text.vcproj                   |  159 +++
14935  clutter/Makefile.am                                |   42 +
14936  clutter/clutter-config.h.win32                     |   16 +
14937  clutter/clutter-version.h.win32.in                 |  196 +++
14938  clutter/clutter.symbols                            | 1386 ++++++++++++++++++++
14939  tests/conform/Makefile.am                          |   42 +
14940  tests/interactive/Makefile.am                      |   58 +-
14941  tests/micro-bench/test-picking.c                   |    8 +-
14942  59 files changed, 7895 insertions(+), 7 deletions(-)
14943
14944 commit 208fbe756ec40d56bba657c8a07fcd61c894e433
14945 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14946 Date:   Fri Sep 16 17:15:33 2011 +0800
14947
14948     Recover msvc-support
14949     
14950     messed up my own git repo...
14951
14952  config.h.win32.in |  158 +++++++++++++++++++++++++++++++++++++++++++++++++++++
14953  configure.ac      |    6 +-
14954  2 files changed, 163 insertions(+), 1 deletion(-)