docs: Add ScrollActor to the API reference
[profile/ivi/clutter.git] / NEWS
1 Clutter 1.9.16                                                       2012-03-19
2 ===============================================================================
3
4   • Clutter 1.10.0, release-candidate 1
5
6   • List of changes since Clutter 1.9.14
7
8     - Support implicit animatable properties
9     Various properties of ClutterActor can now be implicitly animated when
10     using the public setters, instead of going through the animation API;
11     this is an opt-in mechanism for the 1.x API series.
12
13     - Introduce paint nodes
14     ClutterPaintNode is an element of the render tree; it is used to store
15     the pipeline state and the geometry to be drawn. Actors have the ability
16     to be painted using the paint nodes by overriding the paint_node() virtual
17     function instead of the paint() virtual function. For the 1.x API series
18     the render tree will be consumed per-actor, but the plan is to build a
19     full tree as the authoritative source for the 2.x API series.
20
21     - Support Content delegates
22     ClutterContent is an interface that allows creating classes that will
23     painted in place of an actor's paint() virtual function. Clutter provides
24     two content types: Canvas, a Cairo-based immediate canvas for drawing the
25     contents of an actor; and Image, a content that will paint image data.
26
27     - ClutterText improvements
28     The caret of editable text actors is now centered, and the background
29     color will be respected when painting the actor.
30
31     - Support for the XInput 2.2 extension
32     Clutter will now relay touch events coming from the X server, as well
33     as precise scrolling delta, for devices with those two capabilities.
34     The support is still experimental, and limited to the X11 platform for
35     the time being.
36
37     - Translation updates
38     Slovenian, Assamese, Bulgarian, Spanish, Galician, Belarusian, Traditional
39     Chinese (Hong Kong and Taiwan), British English, Hebrew, Polish, Catalan,
40     Khmer, Russian, Finnish, Odia, Brazilian Portuguese, Danish, Lithuanian,
41     Portuguese, Czech, Swedish, French.
42
43   • List of bugs fixes since Clutter 1.9.14
44
45     [bugzilla.gnome.org]
46     #655491 - Text cursor/caret theming
47     #668801 - [NSApp finishLaunching]; missing in OSX backend
48     #656156 - Add lightness, brightness, and contrast effects
49     #671736 - Provide translations for "default:LTR" for RTL locales
50     #671779 - gdk: add new device types (GDK_SOURCE_TOUCHSCREEN,
51               GDK_SOURCE_TOUCHPAD)
52     #672316 - Flickering/redraw issues in multi stage
53
54 Many thanks to:
55
56   Piotr Drąg, Chun-wei Fan, Daniel Mustieles, Fran Diéguez, Matej Urbančič,
57   Nilamdyuti Goswami, Alexander Shopov, Bruce Cowan, Florian Müllner,
58   Gil Forcada, Ihar Hrachyshka, Stefano Facchini, Мирослав Николић,
59   Adam Matoušek, Antonio Fernandes C. Neto, Aurimas Černius, Bruno Brouard,
60   Carles Ferrando, Chao-Hsiung Liao, Daniel Nylander,  Duarte Loreto,
61   Jasper St. Pierre, Joseph Scheuhammer, Kenneth Nielsen, Khoem Sokhem,
62   Lionel Landwerlin, ManojKumar Giri, Marek Černocký, Timo Jyrinki,
63   Tristan Van Berkom, Yuri Myasoedov
64
65 Clutter 1.9.14                                                       2012-03-05
66 ===============================================================================
67
68   • List of changes since Clutter 1.9.12
69
70     - Support custom versioning boundaries for the API
71     Now that GLib provides macros for changing the minimum required and
72     maximum allowed version of a library, Clutter can respect the
73     boundaries expressed using CLUTTER_VERSION_MIN_REQUIRED and
74     CLUTTER_VERSION_MAX_ALLOWED.
75
76     - Add version information to deprecations
77
78     - Move all deprecated symbols to separate header files
79
80     - Documentation and annotation fixes.
81
82     - Accessibility fixes in Cally
83     Do not use ClutterActor:name as the accessible name, and do not
84     provide the extents of an accessible object if the actor to which
85     it refers is not on screen.
86
87     - Updates to the Wayland compositor and client support
88     Clutter now allows being used for creating hybrid Wayland/X11
89     compositors, working with KMS and evdev directly.
90
91     - Translation updates: Bulgarian, Ukranian, Galician, Uyghur, Belarusian,
92     Brazilian Portuguese, Telugu, Slovenian, Assamese, Serbian.
93
94   • List of bug fixes since Clutter 1.9.12
95
96     [bugzilla.gnome.org]
97     #670680 - "make check" assumes gdk backend will be built
98
99 Many thanks to:
100
101   Robert Bragg, Neil Roberts, Alejandro Piñeiro, Chun-wei Fan,
102   Alexander Shopov, Daniel Korostil, Daniel Mustieles, Fran Diéguez,
103   Gheyret Kenji, Giovanni Campagna, Ihar Hrachyshka, Jonh Wendell,
104   Krishnababu Krothapalli, Matej Urbančič, Nilamdyuti Goswami,
105   Мирослав Николић
106
107 Clutter 1.9.12                                                       2012-02-23
108 ===============================================================================
109
110   • List of changes since Clutter 1.9.10
111
112     - Add ClutterTimeline:repeat-count and deprecate :loop
113     The :repeat-count property supercedes the :loop property, and it
114     provides a way to specify the number of repeats that a timeline
115     should perform - with the option of specifying an "infinity" value.
116
117     - Add a progress mode for ClutterTimeline
118     This begins the "soft deprecation" of ClutterAlpha. Instead of
119     requiring a full object to compute an easing function out of a
120     linear progress coming from ClutterTimeline, we should have this
121     functionality on ClutterTimeline itself. Since ClutterAlpha is
122     still exposed in API that we cannot deprecate (such as virtual
123     functions) we cannot deprecate it fully, and we'll have to wait
124     until the 2.0 API bump to get rid of it.
125
126     - Fix ClutterBoxLayout allocation
127     Since the update of the box layout algorithm there have been a
128     bunch of regressions; now the layout works as intended.
129
130     - Improve the performance of the shader-based effect in Clutter
131     The effects shipped with Clutter now use the CoglSnippet API
132     internally, which allows efficient generation of the shader code;
133     they also ensure that the shader is generated once per class, and
134     shared across instances. These changes should improve performance
135     when using effects provided by Clutter.
136
137     - Update the internal usage of Cogl API
138     Clutter should strive to use the Cogl 2.0 API internally and not
139     mix the 1.0 and 2.0 API.
140
141     - Allow accessing Wayland input devices
142     This is a change that allows Clutter-based toolkits to interact
143     with Wayland in a meaningful way for operations like resize and
144     move.
145
146     - Add a convenience CLUTTER_BIND_ALL enumeration
147     This allows binding both position and size of an actor when using
148     a ClutterBindConstraint.
149
150     - Cally updates
151     Use the newly added API to reimplement focus tracking.
152
153     - Visual Studio project updates
154
155     - Add clutter_text_coords_to_position()
156     This method roundtrips the position_to_coords() one, and allows
157     retrieving the index of the character at the given actor-relative
158     coordinates.
159
160     - Documentation updates.
161
162     - Introspection annotation fixes.
163
164   • List of bugs fixed since Clutter 1.9.10
165
166     [bugzilla.gnome.org]
167     #669730 - actor: Fix and improve add_child_at_index()
168     #669291 - box layout bug when callin the clutter_actor_hide() function
169     #667540 - Desynchronized size between ClutterStageCogl and ClutterStageX11
170     #670433 - clutter-drop-action: annotation fixes for some signals
171     #670402 - CRITICAL warning when ClutterDragAction has threshold > 0
172
173     [bugzilla.clutter-project.org]
174     #2515 - Setting a non-default stage fullscreen before showing it doesn't work
175
176
177 Clutter 1.9.10                                                       2012-02-06
178 ===============================================================================
179
180   • List of changes since Clutter 1.9.8
181
182     - Provide symbolic names for pointer buttons
183     The primary, middle, and secondary pointer buttons now have simple and
184     easy to remember constants that can be used in place of the "magic"
185     numbers.
186
187     - Add ClutterActorIter
188     A simple API, using a stack allocated opaque structure, for safely and
189     efficiently traverse the children of a ClutterActor.
190
191     - Fix regression introduced by the default FixedLayout layout manager
192     Existing ClutterActor subclasses using their own layout management should
193     now work exactly like in Clutter 1.8.
194
195     - Documentation fixes
196     Including introspection annotations fixes.
197
198     - Updates to the Wayland backend
199     The Wayland client backend is now up to date with the 0.85 release of
200     the Wayland protocol.
201
202   • Bugs fixed since Clutter 1.9.8
203
204     [bugzilla.gnome.org]
205     #668692 - Add symbolic names for left, right and middle buttons
206     #668669 - Add iterator API for ClutterActor
207     #667840 - Add annotations from Vala bindings
208     #669360 - clutter-backend-eglnative.h missing in disted tarball
209     #668951 - Fix warnings when weak_unreffing a finalized object
210
211 Many thanks to:
212
213   Rob Bradford, Tristan Van Berkom, Chao-Hsiung Liao, Evan Nemerson,
214   Kerrick Staley, Matej Urbančič
215
216 Clutter 1.9.8                                                        2012-01-24
217 ===============================================================================
218
219   • List of changes since Clutter 1.9.6
220
221     - Fix regressions in users of deprecated API
222     Also, allow to mix the new Actor API with the old Container API without
223     breaking.
224
225     - Add GResource support in ClutterScript
226     GResource is a new infrastructure in GIO that allows to compile resources
227     like UI builder files and image data into a shared library or an
228     executable. A newly added method to ClutterScript makes it possible to
229     load a UI definition from a resource, like it's done for files and
230     data.
231
232     - Update the Wayland client backend
233     The SHM transport API has changed upstream, and the Clutter backend has
234     been updated to reflect it.
235
236 Many thanks to:
237
238   Rob Bradford, Fran Diéguez
239
240 Clutter 1.9.6                                                        2012-01-19
241 ===============================================================================
242
243   • List of changes since Clutter 1.9.4
244
245     - Deprecate clutter_actor_show_all() and clutter_actor_hide_all()
246     The latter never did make a lot of sense: hiding the parent will
247     effectively hide the children as well; the former was there only for
248     convenience, but Actors are visible by default.
249
250     - Gracefully handle existing code
251     The changes in ClutterActor introduced regressions in existing code
252     because of the new functionaly that was introduced to replace deprecated
253     classes like Box and Group. These regressions have hopefully been fixed;
254     Clutter 1.9.6 has been tested with a project as complex as the GNOME
255     Shell.
256
257     - Fix build with binutils-gold
258     The private dependencies were not used when building Clutter, and this
259     made the Gold linker angry.
260
261     - Allow tracking of an actor's first and last child
262     ClutterActor has two new properties, :first-child and :last-child; these
263     are read-only properties that can be used by toolkits based on Clutter
264     to track the first and last child whenever they change.
265
266     - Bump the Cogl dependency
267     The 1.9.4 release depended on Cogl ≥ 1.9.4, but the minimum required
268     version was not bumped along with the changes.
269
270   • List of bugs fixed since Clutter 1.9.4
271
272     [bugzilla.gnome.org]
273     #668137 - FTBFS: pangoft2 check seems to be broken
274
275 Clutter 1.9.4                                                        2012-01-17
276 ===============================================================================
277
278   • List of changes since Clutter 1.9.2
279
280     - New scene graph API in ClutterActor
281     ClutterActor now provides the API for adding, removing, and iterating
282     over the list of children; this deprecates most of the ClutterContainer
283     API. ClutterActor implements ClutterContainer as well, which means that
284     all actors can be containers.
285
286     - Layout management updates
287     ClutterActor now have an horizontal and vertical alignment properties
288     that will be used when added to a parent; a margin has also been added
289     to the ClutterActor class. Both margin and alignment will be automatically
290     managed during the allocation, so they will work out of the box. It is
291     also possible to set a ClutterLayoutManager delegate object on any
292     ClutterActor instance: the LayoutManager will take care of the layout
293     policy for the children of an actor.
294
295     - Add ClutterTextBuffer
296     The ClutterTextBuffer class provides a storage for the contents of
297     a ClutterText actor; the same instance can be shared across different
298     actors as well. The main use for ClutterTextBuffer is implementing
299     secure memory storage for the contents of a ClutterText in password
300     mode.
301
302     - Deprecations
303     ClutterGroup, ClutterBox, and ClutterRectangle have been deprecated; their
304     functionality is now available directly in ClutterActor. The old child
305     actor management API in ClutterActor and ClutterContainer has been
306     deprecated as well. Other deprecations include the ClutterStage
307     fog-related properties and API; the ClutterContainer.sort_depth_order(),
308     raise(), and lower() virtual functions; the internal child push and
309     pop methods on ClutterActor.
310
311     - ClutterTimeline can parse markers from ClutterScript
312     Markers can now be defined inside ClutterScript, and a ClutterTimeline
313     will be able to automatically add them from a UI definition.
314
315     - Add a diagnostic mode
316     Similar to the GLib diagnostic mode, Clutter now supports an environment
317     variable that will print out diagnostic messages for deprecations and
318     warnings that can only be detected at run-time.
319
320     - Wayland backend updates
321     The wayland backend now tracks the latest API changes in the client API,
322     and Clutter now provides a Wayland surface actor that allows to write
323     Wayland compositors, similarly to the X11TexturePixmap actor for the
324     X11 backend.
325
326   • List of bugs fixed since Clutter 1.9.2
327
328     [bugzilla.gnome.org]
329     #665040 - The offscreen effect always recreates the texture if
330               create_texture() is overridden to change the size
331     #665052 - The internal effects should queue a repaint on the effect not
332               on the actor when a property changes
333     #664996 - clutter_state_set_key (allow-none)
334     #664336 - path: Fix introspection annotations
335     #664252 - in case GLSL shader fails to compile clutter-shader-effect.c
336               should print out position in source code
337     #664582 - lookingGlass: Fix global key press handler
338     #660997 - Make _clutter_actor_queue_redraw_with_clip or an equivalent
339               public
340
341 Many thanks to:
342
343   Chun-wei Fan, Robert Bragg, Rob Bradford, Neil Roberts, Bastian Winkler,
344   Fran Diéguez, Jasper St. Pierre, Matej Urbančič, Piotr Drąg,
345   Alexander Shopov, Bastien Nocera, Daniel Mustieles, Jeremy Moles,
346   Jovan Naumovski, Kjartan Maraas, Lucian Adrian Grijincu, Manuel Osdoba,
347   Ryan Lortie
348
349 Clutter 1.9.2                                                        2011-11-22
350 ===============================================================================
351
352   • List of changes since Clutter 1.8
353
354     - Multi-backend build, and run-time backend selection
355     Clutter can be built with support for multiple backends in the same
356     shared library; the backend singleton is determined at run-time,
357     either with the default backend for the platform, or using the value
358     of the CLUTTER_BACKEND environment variable.
359
360     - GDK windowing system backend
361     A new backend has been added, which uses the GDK API for creating the
362     drawing surface, as well as receiving the windowing system and input
363     events.
364
365     - Show a hint when ClutterText is in password mode
366     If the password-hint-time ClutterSettings property is set to a non
367     zero value, the last character entered inside a ClutterText actor when
368     in password mode will be shown in plain for the duration of the timeout,
369     before being replaced by the glyph chosen as the password character.
370
371     - Improve Windows build support
372     Clutter now provides project files to build the library using Visual
373     Studio 9 and Visual Studio 10. Also, the scripts to build Clutter using
374     MinGW have been improved.
375
376     - Remove the requirement for using clutter_threads_init()
377     Threads are initialized by default (depending on the platform), so there
378     is no need to call clutter_threads_init().
379
380     - Deprecate the default ClutterStage
381     The semantics of the default Stage were not obvious, and had the tendency
382     to confuse the user.
383
384     - Move the deprecated headers into their own directory
385     This should help developers identify the deprecated API.
386
387     - Change deprecation policy
388     Deprecated functions are now marked using compiler annotations, instead
389     of being forcibly disabled through pre-processor directives from the
390     headers. Deprecations will cause compiler warnings, and thus are enabled
391     by default. If you're building your project with compiler flags that
392     consider every warning a fatal error, you can use the symbol
393     CLUTTER_DISABLE_DEPRECATION_WARNINGS to disable the deprecation warnings.
394
395     - Translation updates
396     Portuguese, Assamese, Punjabi, Tamil, Oriya, Telugu, French, German,
397     Danish, Traditional Chinese (Hong Kong and Taiwan), Catalan, Esperanto,
398     Lithuanian, Galician, Norwegian bokmål, Slovenian, Hebrew, Bulgarian.
399
400   • List of bugs fixed since Clutter 1.8
401
402     652588 - add support for password hint in ClutterText
403     659625 - mingw32: Update the build script to compile 1.8.0
404     659601 - offscreen effects on children of containers also with an
405              offscreen effect get a wrong viewport
406     659928 - Two strings are not marked as translatable
407     659893 - clutter-main: Reword translator comment for default:LTR
408     656663 - Remove internal usage of ClutterGeometry in StageWindow
409     660354 - Add paint-deform-tiles option to CLUTTER_DEBUG
410     660471 - ClutterActor: Add clutter_actor_has_effects
411     660512 - ClutterShaderEffect recompiles the shader for every instance
412     660623 - clutter-actor-meta: Fix _clutter_meta_group_has_metas_no_internal
413     660985 - memory leak in clutter_box_layout.c
414     661015 - Add clutter_unicode_to_keyval function
415     660786 - Deprecate clutter_[sg]et_font_flags()
416     661887 - auto-resize of ClutterCairoTexture does not work correctly
417     657434 - Add a GDK backend to Clutter
418     663332 - orca reads my password in gnome-shell policykit dialogs
419     663594 - Minor whitespace parsing bug in clutter_color_from_string
420     663733 - clutter-stage-x11: Make sure to set geometry x and y
421     651718 - Make tests work on platforms supporting only a single stage
422     663999 - The removal of per-backend CLUTTER_VBLANK envvar had unwanted
423              cruft in the Win32 backend
424     663720 - DeformEffect: Avoid redrawing actors on vertices invalidation
425     663636 - Use newer Cogl API in ClutterDeformEffect
426
427 Special thanks to
428
429   Chun-wei Fan, for building, testing, and keeping up to date the Visual
430   Studio project files.
431
432 Many thanks to:
433
434   Neil Roberts, Rico Tzschichholz, Robert Bragg, Adel Gadllah,
435   Lionel Landwerlin, Alexandre Franke, Colin Walters, Daniel Mustieles,
436   Giovanni Campagna, Piotr Drąg, krishnababu k, A S Alam, Alexander Shopov,
437   Algimantas Margevičius, Ask H. Larsen, Bruno Brouard, Carles Ferrando,
438   Chao-Hsiung Liao, Craig R. Hughes, Damien Lespiau, Duarte Loreto,
439   Florian Müllner, Fran Dieguez, Fran Diéguez, Håkon Løvdal, I Felix,
440   Jasper St. Pierre, Jorge González, Joseph Scheuhammer, Kjartan Maraas,
441   Kristjan SCHMIDT, Manoj Kumar Giri, Marc-André Lureau, Mario Blättermann,
442   Matej Urbančič, Matthias Clasen, Nilamdyuti Goswami, Sunjin Yang,
443   Tomeu Vizoso, Yaron Shahrabani, Zan Dobersek, Мирослав Николић.
444
445 Clutter 1.7.90                                                       2011-09-12
446 ===============================================================================
447
448   • List of changes since Clutter 1.7.14
449
450     - Make sure that setting :use-markup does not depend on the order
451     Setting the :use-markup property should yield the same results regardless
452     of whether the :text property is also set before or after. This applies to
453     ClutterText defined using ClutterScript as well.
454
455     - Protect against multiple unrealize call on ClutterStage
456     This should fix a segmentation fault in clutter-gtk when unrealize() is
457     called multiple times on an already unrealized stage.
458
459     - Fortify ATK event listener
460     Make sure that we subscribe only to the events we want to, and avoid
461     warnings caused by AT-SPI, as well as a leak.
462
463     - Documentation fixes
464
465     - Translation updates
466     Indonesian, British English, Brazilian Portuguese, Oriya, Polish,
467     Latvian, Hindi, Danish, Chinese (Simplified), Lithuanian, Turkish,
468     Russian, Spanish, Asturian.
469
470   • List of bugs fixed since Clutter 1.7.14
471
472     [bugzilla.gnome.org]
473
474     #651940 - "use-markup" is ignored when set after "text"
475     #658721 - cally: Fix up event listener registration minimally
476
477     [bugzilla.clutter-project.org]
478
479     #2629 - ClutterText thinks priv->text can be NULL, but it can't
480
481 Many thanks to:
482
483   Muhammet Kara, Andika Triwidada, Manoj Kumar Giri, Piotr Drąg,
484   Aurimas Černius, Bruce Cowan, Edvaldo de Souza Cruz, Jorge González,
485   Kenneth Nielsen, Matthias Clasen, Neil Roberts, Og B. Maciel,
486   Rajesh Ranjan, Ray Wang, Rudolfs Mazurs, Xandru Armesto, Yuri Myasoedov
487
488 Clutter 1.7.14                                                       2011-09-05
489 ===============================================================================
490
491   • List of changes since Clutter 1.7.12
492
493     - Use newer version of ATK
494     Cally now depends on the latest version of ATK, to reduce the amount of
495     ad hoc code needed and to use newer features that simplify the
496     implementation of accessible objects in Clutter.
497
498     - Allow using Layout Managers with generic containers
499     Layout managers should not assume that they are allocating the whole
500     area available from the Actor using them; this allows actors that
501     support concepts like padding or margin to use a LayoutManager internally
502     for its children.
503
504     - Cookbook updates
505     Add a recipe on how to bind a ClutterState to the signals of objects
506     defined in ClutterScript. We also install the cookbook examples inside
507     the $datadir/clutter-1.0/cookbook/examples directory.
508
509     - Improve examples in the API reference
510     Some of the interactive test suite units are actually good examples of
511     how to use the Clutter API; we can use the XInclude tags to include the
512     source code inside the API reference.
513
514     - Ensure thread safety of the repaint functions add/removal
515     Fix a long standing issue where adding or removing repaint functions
516     was not acquiring a lock; now it's safe to manipulate the repaint
517     functions list from different threads.
518
519     - Make the ClutterText:line-wrap property work again
520     In 1.2 the :line-wrap property was broken, and ClutterText would paint
521     a PangoLayout wrapping until it fit the height of the allocation
522     regardless of whether the :line-wrap property was set to FALSE or
523     TRUE. Now we clip the PangoLayout before rendering it, if the :line-wrap
524     property is set to FALSE and there is no ellipsization policy set.
525
526     - Disable redirection to offscreen buffer by default
527     Whenever a ClutterActor with children was not fully opaque, the actor
528     was redirected to an FBO, to perform correct opacity computations.
529     Sadly, this can lead to 3x slowdowns, given the amount of framebuffer
530     objects created and the state changes that have to be performed. We
531     decided to turn off this feature by default, to avoid the performance
532     hit. It is still possible to enable this feature on a per-actor basis,
533     though, and will work to reduce the hit in future versions of Cogl,
534     Clutter and the drivers.
535
536   • List of bugs fixed since Clutter 1.7.12
537
538     [bugzilla.gnome.org]
539
540     #657681 - Crash when destroying an actor while dragging it
541
542     [bugzilla.clutter-project.org]
543
544     #2339 - ClutterText in 1.4 line-wraps even if line-wrap is disabled
545
546 Many thanks to:
547
548   Alejandro Piñeiro, Shankar Prasad, Chao-Hsiung Liao, Dan Winship,
549   Daniel Mustieles, Daniel Nylander, Fran Dieguez, Marek Černocký,
550   Robert Bragg
551
552 Clutter 1.7.12                                                       2011-08-29
553 ===============================================================================
554
555   • List of changes since Clutter 1.7.10
556
557     - Reload the font caches on X11 when the user installs a new font
558     Whenever the user installs a new font inside one of the directories that
559     ware being watched by a session daemon, or changes the fontconfig
560     configuration, the toolkits using FontConfig (either directly or indirectly
561     e.g. through Pango, like Clutter) should listen to the Fontconfig/Timestamp
562     XSETTINGS key and release all the font configuration caches. This allows
563     selecting the newly installed fonts without requiring the user to restart
564     the application.
565
566     - Allow using "font-description" as a ClutterScript alias for "font-name"
567     ClutterText:font-description allows passing a PangoFontDescription
568     directly to a ClutterText; when defining a ClutterText instance inside a
569     ClutterScript file, :font-description should be an alias for :font-name,
570     which takes a string and converts it to a PangoFontDescription.
571
572     - Make sure that LayoutManager subclasses take the allocation origin
573       into account when allocating the children
574     A LayoutManager should be resilient against allocations with an origin
575     not positioned at (0, 0); this allows actors using a layout manager
576     instance to munge the box and implement things like margin and padding
577     without the layout manager having knowledge of those concepts.
578
579     - Build fixes
580     Always link against libm when building Clutter (and its tests); don't
581     rely on libraries lower on the stack to do so.
582
583     - Documentation fixes
584
585   • List of bugs fixed since Clutter 1.7.10
586
587   [bugzilla.gnome.org]
588
589   #657529 - Build failure
590
591 Many thanks to:
592
593   Robert Bragg, Daniel Mustieles, Fran Dieguez, Kjartan Maraas
594
595 Clutter 1.7.10                                                       2011-08-15
596 ===============================================================================
597
598   • List of changes since Clutter 1.7.8
599
600     - Do not update the last paint volume when picking
601     Last minute fix for an issue that was most prominently manifesting itself
602     when using GNOME Shell with Clutter 1.7; this should resolve the issue
603     that dragging icons from the dash left around some stale pixels.
604
605     - Fix building the tests
606     The performance and micro-benchmark tests did not pick up changes in
607     local dependencies, e.g. under a JHBuild root.
608
609   • List of bugs fixed since Clutter 1.7.8
610
611     [bugzilla.gnome.org]
612
613     #656588 - Outdated FSF Address in code files
614
615 Many thanks to:
616
617   Alejandro Piñeiro, Robert Bragg
618
619 Clutter 1.7.8                                                        2011-08-15
620 ===============================================================================
621
622   • List of changes since Clutter 1.7.6
623
624     - Various fixes in Cally
625     Make sure to use Clutter's API and remove old workarounds that were put
626     into place when Cally was a separate project and targeting pre-1.0 API
627     versions of Clutter.
628
629     - Add ClutterCairoTexture:auto-resize
630     This property makes it easier to create 2D canvas surfaces by tracking
631     the actor's allocation in a backward compatible way.
632
633     - Add ClutterAnimatable.interpolate_value()
634     This new virtual function deprecates the animate_property() virtual of the
635     Animatable interface, which was sub-optimal in different ways.
636
637     - Allow using Animatable implementations with ClutterState
638     Thanks to the new interpolate_value() virtual it is now possible to use
639     the Animatable interface with ClutterState; this allows animating
640     action, constraint and effect properties using the same "@" syntax also
641     used by ClutterAnimation and clutter_actor_animate().
642
643     - Improve ClutterModel's implementation
644     Avoid a bunch of needless checks, and make sure that the ::row-changed
645     signal is emitted in all cases when a row has been changed through the
646     ClutterModelIter API. The conformance test unit for ClutterModel has
647     also been improved to avoid future regressions.
648
649     - Improve ClutterStage behaviour on OS X
650     Make sure that the fullscreen, multi-screen and key focusing are
651     well-behaved on OS X, by implementing the correct delegate methods.
652
653   • List of bugs fixed since Clutter 1.7.6
654
655   [bugzilla.gnome.org]
656
657   #655387 - Missing GObject introspection annotations
658   #655306 - Added windowDidChangeScreen delegate to fix pick errors when
659             window moved to different screen
660   #655311 - Prevent hiding of unrelated application windows when stage returns
661             from fullscreen
662   #655307 - Fix resource leak on subsequent calls to clutter_stage_osx_realize
663   #648633 - gnome-shell notification pop-ups do not emit
664             object:state-changed:showing
665
666 Many thanks to:
667
668   Kirk A. Baker, Neil Roberts, Alejandro Piñeiro, Alejo Pacin,
669   Daniel Mustieles, Evan Nemerson, Marek Černocký, Philippe Normand,
670   Robert Bragg
671
672
673 Clutter 1.7.6                                                        2011-07-26
674 ===============================================================================
675
676   • List of changes since Clutter 1.7.4
677
678     - Accessibility fixes in Cally
679     Fix the implementation of the AtkText interface for ClutterText.
680
681     - Depend on the new Cogl windowing system API.
682
683     - Add functions for retrieving the clip boundaries on the Stage
684     The clutter_stage_get_redraw_clip_bounds() function is useful for
685     window managers (like Mutter) that need to retrieve the clipped
686     region used on the Stage.
687
688     - Auto-detect the default flavour when building
689     The default flavour used when building should be set depending
690     on the platform.
691
692     - Mark the OSX backend as non-experimental
693     The OSX backend is being developed, and maintained, so it should
694     not be considered experimental.
695
696     - Make sure that Gestures are cancelled when missing release events
697
698     - Correct the rounding for paint volumes
699     Try to provide stable results against potential floating point rounding
700     margins when projecting 3D paint volumes into screen bounding boxes;
701     this should avoid re-creating FBOs and always correctly handle clipped
702     redraws.
703
704     - Do not clobber XI2 events data
705     This allows to play along with other toolkits using XI2.
706
707     - Fix ClutterSnapConstraint's right edge snapping
708
709     - Deprecations
710     ClutterScore, clutter_texture_new_from_actor(),
711     clutter_cairo_texture_create*()
712
713   • List of bugs fixed since Clutter 1.7.4
714
715     [bugzilla.gnome.org]
716
717     #653959 - clutter-actor: Don't apply shaders during picking
718     #654361 - uprof: Rename timers to remove the EGL specific bits
719     #654363 - uprof: Add the units in the name of the "Per Frame"
720               timer attribute
721     #654103 - Fixed typo
722     #654656 - Improve XGenericEventCookie allocation wrt other toolkits
723     #654024 - snap-constraint: Fix allocation for CLUTTER_SNAP_EDGE_RIGHT
724     #654066 - ClutterTimeline new-frame signal not working correctly on
725               some platforms
726     #654718 - clutter-1.6.16 compile issues
727     #654726 - text: Fix the default value of "editable"
728     #654727 - alpha: Don't use the GClosure to compute the alpha when
729               possible
730     #655342 - memory leak in clutter_bin_layout_get_preferred_width/height
731
732     [bugzilla.clutter-project.org]
733
734     #1733 - AtkText implementation on CallyText is not complete
735     #2421 - Way to get current repaint bounds
736
737 Many thanks to:
738
739   Robert Bragg, Philippe Normand, Neil Roberts, Damien Lespiau, Tomeu Vizoso,
740   Gil Forcada, Alejandro Piñeiro, Bastian Winkler, Carlos Garnacho,
741   Christian Kirbach, Daniel Mustieles, Dinh Bowman, Kjartan Maraas,
742   Marek Černocký, Mario Blättermann, Matej Urbančič, Piotr Drąg
743
744 Clutter 1.7.4                                                        2011-07-04
745 ===============================================================================
746
747   • List of changes since Clutter 1.7.2
748
749     - Unify the GLX and EGL backends to be a single code base
750     The GLX and EGL backends shared most of their code, and with the split
751     out Cogl, we can unify the code base into a single backend. The API as
752     well as the ABI are preserved.
753
754     - Restore a wider range of Z values for actors
755     The computation for the near and far planes given the perspective
756     transformation used to set up the viewport was broken in 1.7.2, and
757     the distance from the focal point was greatly reduced. This has now
758     been fixed.
759
760     - Bump up the dependency of Cogl
761     New windowing system API in Cogl required bumping the minimum version
762     to the latest development snapshot, 1.7.2.
763
764     - Add ClutterDropAction
765     The ClutterDropAction is an action for allowing ClutterActors to react
766     when an actor being dragged through ClutterDragAction crosses, or is
767     dropped over, them.
768
769     - Add a performance test suite
770     This suite is an addition to our conformance and interactive test
771     suites; the infrastructure can be used by buildbots and report tools
772     to track performance regressions across various commits.
773
774     - Documentation and annotation fixes
775
776     - Build fixes
777
778   • List of bug fixes since Clutter 1.7.2
779
780     [bugzilla.gnome.org]
781
782     #650329 - ClutterModifierType: Port fix from GDK to clutter's GDK copy
783     #652566 - Clutter-CRITICAL **: _clutter_stage_get_window: assertion
784               `CLUTTER_IS_STAGE (stage)' failed
785     #651784 - transition=spin / transition=spin-text is broken in pinpoint
786               with Clutter master
787     #652842 - Add a Drop action
788     #653066 - ClutterDragAction does not support multiple pointers
789     #653307 - Change the signature of ClutterTexture::load-finished to give
790               a GError, instead of a gpointer
791     #653607 - Arrays not annotated as such for introspection bindings
792     #651079 - ClutterText "blinks" when deleting text after going out of
793               bounds
794     #650675 - clutter-media: mention the asynchronous behavior of
795               set_playing()
796
797     [buzgilla.clutter-project.org]
798
799     #2625 - The furthest visible z value is really low
800
801 Many thanks to:
802
803   Robert Bragg, Neil Roberts, Peter Ward, Colin Walters, Daniel Mustieles,
804   Jasper St. Pierre, Samuel Degrande, Øyvind Kolås
805
806 Clutter 1.7.2                                                        2011-06-13
807 ===============================================================================
808
809   • List of changes since Clutter 1.6.0
810
811     - Cogl moved out of tree
812     The Clutter OpenGL abstraction library has been moved to a separate
813     repository and can be used as a stand-alone shared library. Clutter
814     has been modified to depend on Cogl's experimental API.
815
816     - Correctly composite non fully opaque children
817     Non fully opauqe actors with non fully opaque children will automatically
818     redirect children paint operations to offscreen buffers, which allow
819     correct composition taking into account the overall opacity of the scene's
820     sub-graph. The same mechanism can be used to create a paint cache, and
821     paint that cache when the actor or its children do not change, instead of
822     painting the whole sub-graph again.
823
824     - Allow connecting signals to ClutterState states in ClutterScript
825     When defining a scene using ClutterScript it's possible to directly
826     connect a state inside a ClutterState object (both defined in
827     ClutterScript or in code) to an object's signal, without using an
828     explicit signal handler in the code.
829
830     - Long-press handling in ClutterClickAction
831     ClutterClickAction will detect a long-press gesture and emit signals
832     to query, activation and cancellation.
833
834     - Added ClutterGestureAction and ClutterSwipeAction
835     ClutterGestureAction is a generic "pointer gesture" action; it doesn't
836     provide an implementation: it's up to the developer to add the gesture
837     recognition code. ClutterSwipeAction is a GestureAction sub-class that
838     implement the "swipe" gesture. The GestureAction API is already future
839     proof for multi-device/multi-touch, even though the multi-touch isn't
840     currently implemented.
841
842     - Allow Effects to influence picking
843     Effects that change the geometry of a ClutterActor should also be
844     allowed to change the picking code to make sure that event handling
845     keeps working. ClutterEffect has a new pick() virtual function for
846     these cases.
847
848   • List of bugs fixes since Clutter 1.6.0
849
850     [bugzilla.clutter-project.org]
851     #2257 - clutter fails to link on OS X (10.6)
852     #2447 - atkevents example crashes is the accessibility is disabled
853     #2482 - Cally should avoid to provide a default name and description
854     #2484 - It would be nice to have the old cally Changelog
855     #2553 - new ClutterText API to access the Pango layout offsets
856     #2555 - Per-framebuffer journal causes corruptions
857     #2562 - Crash upon running Clutter-based programs
858     #2585 - add ClutterAction for slide gestures
859     #2588 - Assertion failure in _cogl_pipeline_set_layer_texture_target
860     #2595 - clutter-text: Add a selected-text-color
861     #2597 - CallyStage doesn't have a proper parent
862     #2599 - The paint volume for ClutterText is wrong
863     #2602 - Expose events ignored when doing clipped redraws
864     #2610 - Add recipe about implementing a ClutterEffect
865     #2619 - Removes the addition of the .exe extension to unit-test scripts,
866             on win32.
867     #2620 - _cogl_offscreen_new_to_texture_full() leaks reference when failing
868     #2621 - Clutter segfaults if you queue a redraw of an unmapped actor inside
869             the notify::mapped callback
870     #2631 - [PATCH] Enable evdev ClutterInputDevice objects on creation, as the
871             other backends do
872     #2632 - [PATCH] GL_IMG_TEXTURE_NPOT enables non-power-of-two features
873     #2633 - Make the pick id pool a per-Stage resource
874     #2640 - [patch] allow single-bit imprecision in some conformance tests
875     #2644 - Quartz backend: "Bare" modifier keypresses not generating events
876     #2652 - clutter_actor_queue_redraw() on destroyed stage
877     #2655 - segfault when disposing a slave device without a master
878     #2656 - Clutter can crash when destroying a stage from an event
879     #2667 - git head won't build under Win32
880
881     [bugzilla.gnome.org]
882     #650665 - CallyActor shouldn't add by default "press", "release"
883               and "click"
884     #647875 - Use Cairo to dump the pick buffers
885     #647876 - Make the pick if pool a per-Stage resource
886     #650487 - Sync allocation in ClutterBoxLayout with the one in GtkBox
887     #650597 - clutter-id-pool: fix warning on bad pick
888     #650650 - clutter-offscreen-effect: use target size when setting up
889               the viewport
890     #651700 - Give a chance to effects for running when picking
891     #652129 - Use "const" instead of G_CONST_RETURN
892
893 Many thanks to:
894
895   Neil Roberts, Robert Bragg, nobled, Daniel Mustieles, Elliot Smith,
896   Matej Urbančič, Alejandro Piñeiro, Chris Lord, Marek Černocký,
897   Tomeu Vizoso, Jasper St. Pierre, James Athey, Piotr Drąg, Øyvind Kolås,
898   Adam Jackson, Andrej Žnidaršič, Kjartan Maraas, Adel Gadllah,
899   Alexandre Franke, Christian Kirbach, Craig R. Hughes, Dan Winship,
900   Dioselin, Kristjan SCHMIDT, Mario Blättermann, Miguel Bouzada, Peter Ward,
901   Philippe Normand, Samuel Degrande, Viatcheslav Gachkaylo
902
903 Clutter 1.6.6                                                        2011-02-21
904 ===============================================================================
905
906   • List of changes since Clutter 1.6.4
907
908     » Add four mechanisms for migrating textures inside a Cogl atlas; it
909       is possible to change the default by using the environment variable
910       COGL_ATLAS_DEFAULT_BLIT_MODE.
911
912     » Use the offscreen buffer size to compute the vertices of
913       ClutterDeformEffect.
914
915     » Make the FPS counter displayed using CLUTTER_SHOW_FPS per-stage.
916
917     » Documentation fixes.
918
919     » Annotation fixes for introspection.
920
921   • List of bugs fixes since Clutter 1.6.4
922
923     #2538 - crash in gnome-shell
924     #2558 - backend-glx: Remove redundant glFlush()
925     #2561 - Updates to COGL sources regarding non-standard code usage
926     #2571 - DeformEffect should use the FBO size
927
928 Many thanks to:
929
930   Neil Roberts
931
932 Clutter 1.6.4                                                        2011-02-14
933 ===============================================================================
934
935   • List of changes since Clutter 1.6.2
936
937     » Fix handling of opacity in ClutterOffscreenEffect.
938
939     » Fix partially off-stage actors in ClutterOffscreenEffect.
940
941     » Add a recipe in the Cookbook for animating an actor on a path.
942
943     » Refresh key mapping when notified by X11.
944
945     » Clean up the ClutterStageWindow redraw implementations.
946
947     » Update the Wayland backend to match upstream API changes:
948       • allow using shared buffers if DRM fails;
949       • improve checks for the required extensions.
950
951     » Documentation fixes.
952
953     » Introspection annotations fixes.
954
955     » Fix setting the matrix for a pipeline layer.
956
957     » Fix flushing the framebuffer when switching to it.
958
959     » Make sure to call glFlush when blitting a stage region to the
960       front buffer, to avoid the driver batching the command for an
961       undefined amount of time.
962
963     » Fix the windowing system defines for non-X11 platforms.
964
965     » Fix the location of the shared objects in the Cally pkg-config
966       file.
967
968   • List of bugs fixed since Clutter 1.6.2
969
970     #1024 - test-multistage.c assertion failure
971     #1025 - test-paint-wrapper.c assertion failure
972     #1028 - test-random-text.c hangs with spinning beach ball
973     #1029 - test-cogl-primitives.c hangs with spinning beach ball
974     #1358 - scroll events not handled
975     #2373 - OSX Backend fix
976     #2525 - [PATCH] x11: Handle key map changes
977     #2541 - ClutterOffscreenEffect with multiply the actor's opacity
978     #2546 - [PATCH, git branch] update wayland backend
979     #2549 - Fix lib locations in *.pc.in
980     #2550 - offscreen effects are always clipped to stage boundaries
981     #2551 - Slight drawing lag with larger windows on Intel x3100 (i965)
982     #2554 - Add recipe per animating an actor on a curved path
983     #2555 - Per-framebuffer journal causes corruptions
984     #2558 - backend-glx: Remove redundant glFlush()
985     #2559 - x11: segfault on closing non-default stage window
986
987 Many thanks to:
988
989   nobled, Chris Lord, Neil Roberts, Robert Bragg, Adel Gadllah, Elliot Smith
990
991 Clutter 1.6.2                                                        2011-02-07
992 ===============================================================================
993
994   • List of changes since Clutter 1.6.0
995
996     » Fix building the Clutter Cookbook from the released tarballs.
997
998     » Set the input device field in ClutterEvent even when they
999       have been allocated by Clutter.
1000
1001     » Fix the color comparison when setting the layer combine constant.
1002
1003     » Fix memory corruption when removing the last reference on a
1004       Cogl vertex buffer object.
1005
1006     » Fixes for the OSX backend.
1007
1008   • List of bugs fixed since Clutter 1.6.0
1009
1010     #2540 - coobook examples do not build from tarball
1011     #2544 - Using vertex buffers causes memory corruption when you unref
1012             the CoglHandle
1013     #2545 - Broken event handling in OS X backend
1014     #2549 - Fix lib locations in *.pc.in
1015
1016 Many thanks to:
1017
1018   Neil Roberts, Viatcheslav Gachkaylo
1019
1020 Clutter 1.6.0                                                        2011-01-31
1021 ===============================================================================
1022
1023   • List of changes since Clutter 1.5.14
1024
1025     » Remove more private symbols from the X11 backend.
1026
1027     » Add CLUTTER_BIND_POSITION and CLUTTER_BIND_SIZE values to the
1028       ClutterBindCoordinate enumeration; these are short-hand values
1029       for binding both X and Y, or width and height, instead of
1030       requiring two ClutterBindConstraint instances.
1031
1032     » Clean up in the X11 backend to reduce indirection.
1033
1034     » Small clean ups in the Win32 backend.
1035
1036     » Make Shift+Backspace behave like Backspace in ClutterText.
1037
1038     » Emit the ::new-frame signal even on the first frame of
1039       ClutterTimeline, to allow setting up the initial state of an
1040       animation.
1041
1042     » Fix an invalid memory access in ClutterAnimator.
1043
1044     » Flush the per-framebuffer journal when switching between
1045       framebuffers.
1046
1047     » Generalize updating GLES2 uniforms.
1048
1049     » Add debug code for tracing clipping in Cogl.
1050
1051     » Improve the OSX event loop, re-using the same implementation
1052       as GDK. Also, provide simple, core-like device support.
1053
1054   • Bugs fixed since Clutter 1.5.14
1055
1056     #2490 - OS X backend event loop improved
1057     #2530 - animator: Animator uses key after freeing it
1058     #2534 - Incorrect description of function 'clutter_actor_pop_internal'
1059     #2535 - Add recipe about creating a composite actor
1060
1061 Many thanks to:
1062
1063   Neil Roberts, Robert Bragg, Elliot Smith, Rob Bradford,
1064   Viatcheslav Gachkaylo
1065
1066 Clutter 1.5.14                                                       2011-01-24
1067 ===============================================================================
1068
1069   • List of changes since Clutter 1.5.12
1070
1071     » Allow getting the state modifiers from a ClutterClickAction.
1072
1073     » Fix ClutterDragAction to never leave the event delivery in
1074       an unwanted state.
1075
1076     » Optimize state changes for texture and data states.
1077
1078     » Enable VBO support in Cogl for GLES2.
1079
1080     » Fix compilation on GLES1.1.
1081
1082     » Documentation fixes.
1083
1084     » ClutterGLXTexturePixmap has been deprecated; its parent class
1085       ClutterX11TexturePixmap and the low level CoglTexturePixmapX11
1086       API provide access to the same features.
1087
1088     » Be more resilient against timelines controlling the state of
1089       other timelines during the clock tick.
1090
1091     » Provide defines for the windowing platforms, to allow portable
1092       applications to include the correct header and select the
1093       correct API depending on the target.
1094
1095     » Introduce a fast path for cogl_read_pixels() that uses the journal
1096       to determine the position of a single pixel on the stage; this
1097       fast path gracefully degrades to the usual render-based approach,
1098       and should speed up picking considerably in the case of opaque
1099       quads batched together.
1100
1101     » Support XInput axis data on valuator devices, and introduce XInput2
1102       support for event translation and device hotplugging. The support
1103       for XI and XI2 must still be explicitly enabled by the developer,
1104       but it is now compiled in by default. It can be disabled at compile
1105       time by passing --disable-xinput to the configure script.
1106
1107     » Clean up the unintentionally leaked internal symbols in the X11
1108       and GLX backends.
1109
1110     » Allow defining the contents of the rows of a ListModel using
1111       ClutterScript. This completes the ability to fully define a
1112       ClutterListModel inside a UI definition file.
1113
1114   • Bugs fixed since Clutter 1.5.12
1115
1116     #1422, key input handler for eglnative
1117     #1456, Hinting mishandling
1118     #1721, XInput2 support
1119     #2268, EGL backend dependent on X11 headers
1120     #2400, Don't enable GL_POINT_SPRITE on GLES
1121     #2497, should not throw away a program when just the texture
1122            object has changed
1123     #2512, shader: Don't notify properties when finalizing shaders
1124     #2513, script-parser: Also honor properties of type GType
1125     #2516, [PATCH] Fails to compile with --with-gles=1.1
1126     #2518, introspection: Add missing (out) annotations for get_color()
1127     #2520, Add API to get modifier type in ClutterClickAction
1128     #2522, ClutterDragAction might indefinitely disable motion events
1129     #2524, It's possible to receive a new-frame signal after stopping
1130            a timeline
1131     #2526, model: Fix some GObject-Introspection annotations
1132     #2527, model: Change the column argument type to gint for
1133            clutter_model_set_sort
1134     #2528, model: Add support to define rows in ClutterScript
1135
1136 Many thanks to:
1137
1138   Robert Bragg, Neil Roberts, Bastian Winkler, Lucas Rocha, Adel Gadllah,
1139   Chris Lord, Damien Lespiau
1140
1141 Clutter 1.5.12                                                       2011-01-11
1142 ===============================================================================
1143
1144   • List of changes since Clutter 1.5.10
1145
1146     » Allow disabling the focus when showing a ClutterStage; this also
1147       makes Clutter more compliant to the X11 window manager
1148       specifications.
1149
1150     » Avoid state corruption in relayout cycles.
1151
1152     » Do not crash when destroying actors during CLUTTER_LEAVE events.
1153
1154     » Remove signal handlers when disposing constraints.
1155
1156     » Keep the pixel alignment for ClutterAlignConstraint.
1157
1158     » Do not release compiled ClutterShader during their finalization to
1159       avoid a warning.
1160
1161     » Revert an ABI break on the ClutterContainer pre-requisites.
1162
1163     » Fix the name of the cogl_normal_in attribute.
1164
1165     » Do not assume CoglBitmaps are allocated to height * rowstride.
1166
1167     » Fix the core device list creation on X11.
1168
1169     » Avoid enabling blending in the Cogl journal, if possible.
1170
1171     » Documentation fixes.
1172
1173     » Build fixes for mixed autotools version environment.
1174
1175     » Improve the performance of getting the number of rows of a
1176       ClutterListModel.
1177
1178     » Don't use obsolete API internally.
1179
1180     » Build fix for compiling EGL backend with OpenGL under X11.
1181
1182     » Parse GType object properties in ClutterScript.
1183
1184 Many thanks to:
1185
1186   Neil Roberts, Johan Bilien, nobled, Adel Gadllah, Damien Lespiau,
1187   Kristian Høgsberg, Nguyễn Thái Ngọc Duy, Tomeu Vizoso, Bastian Winkler
1188
1189 Clutter 1.5.10                                                       2010-12-17
1190 ===============================================================================
1191
1192   • List of changes since Clutter 1.5.8
1193
1194     » Add an evdev input backend; this adds support for input devices
1195       on Linux when using the EGL-based backends.
1196
1197     » Update the build scripts for compiling the Windows backend.
1198
1199     » Updates for the Cookbook and the API references.
1200
1201     » Fix ClutterModel::get_iter_at_row() for filtered ClutterListModels.
1202
1203     » Scores of fixes to the pipeline state object for GLES2.
1204
1205     » Add code that tries to perform manual clipping to avoid breaking
1206       up batches of primitives.
1207
1208     » Keep a cache of ARBfp programs indexed by the pipeline state that
1209       led to their generation.
1210
1211     » Accept G_TYPE_DOUBLE values in ClutterShaderEffect uniforms.
1212
1213     » Update the Wayland client backend.
1214
1215     » Update the build for Windows.
1216
1217     » Rename the ClutterTimeline:reverse property introduced in
1218       Clutter 1.5.6 to ClutterTimeline:auto-reverse.
1219
1220     » Clean up the interactive tests suite.
1221
1222 Many thanks to:
1223
1224   Neil Roberts, Damien Lespiau, Robert Bragg, Elliot Smith,
1225   Jussi Kukkonen, nobled, Alexandre Quessy, Mike Owens,
1226   Tomeu Vizoso
1227
1228 Clutter 1.5.8                                                        2010-11-29
1229 ===============================================================================
1230
1231   • List of changes since Clutter 1.5.6
1232
1233     » Add a migration guide for code using Behaviours.
1234
1235     » Allow parsing rgb(), rgba(), hls() and hlsa() color definitions.
1236
1237     » Performance improvements for the ClutterX11TexturePixmap.
1238
1239     » For caching purposes, do not discard the Material or the compiled
1240       shaders for Offscreen and Shader effects.
1241
1242     » Fix image height in 3D Cogl textures.
1243
1244     » Create a GLSL generation backend for materials, similar to the
1245       ARBfp one; this backend is the default for GLES2.
1246
1247     » Use FBOs and cogl_read_pixels() to efficiently read back partial
1248       texture data.
1249
1250     » Various fixes in paint volumes computation and caching.
1251
1252     » Use the internal scene graph walk API to remove the map/unmap
1253       implementation requirement for composite actors and for
1254       containers with internal children.
1255
1256     » Simplify the backend notification of layer changes.
1257
1258     » Queue clipped redraws for Expose events on X11.
1259
1260     » Plug leaks.
1261
1262     » Include a porting guide from Behaviours.
1263
1264     » Add a recipe on scaling animations in the Cookbook.
1265
1266 Many thanks to:
1267
1268   Neil Roberts, Robert Bragg, Owen W. Taylor, Tomeu Vizoso, Chris Lord,
1269   Alexandre Quessy, Evan Nemerson, Elliot Smith
1270
1271 Clutter 1.5.6                                                        2010-11-19
1272 ===============================================================================
1273
1274   • List of changes since Clutter 1.5.4
1275
1276     » Deprecate ClutterBehaviour and its sub-classes: the same functionality
1277       is available using the animation framework.
1278
1279     » Add ClutterSnapConstraint, a constraint implementation that snaps
1280       together the edges of two actors.
1281
1282     » Add ClutterPathConstraint::node-reached.
1283
1284     » Deprecate ClutterTimeoutPool and ClutterFrameSource: this API is
1285       not used internally any more, and since it's not integrated with
1286       the master clock it's of relative use.
1287
1288     » Add a named, global color palette.
1289
1290     » Add the ClutterTimeline:reverse property, for automatically
1291       reversing the direction of a timeline after the emission of
1292       the ::completed signal.
1293
1294     » Performance improvements in the clip stack.
1295
1296     » Do not use pointer grabs in ClutterClickAction.
1297
1298     » Improve the internally used Cogl API for primitives, paths and
1299       buffers; this is the first step towards Cogl 2.0.
1300
1301     » Allow using the COGL_DEBUG environment variable to disable the
1302       NPOTs support.
1303
1304     » Plug a nasty infinite loop in the XSETTINGS implementation.
1305
1306     » Internally rename CoglMaterial to CoglPipeline; this should make
1307       it clearer that the API refers to the state of the GPU pipeline.
1308
1309     » Add support for clipped redraws on EGL using the NOK_swap_region
1310       extension.
1311
1312     » Build fixes.
1313
1314     » Use the monotonic clock API if compiling against GLib ≥ 2.27.3.
1315
1316     » Update examples in the Cookbook.
1317
1318     » Add a Cookbook recipe for looping animations.
1319
1320     » Add more documentation on Constraints.
1321
1322     » Documentation fixes.
1323
1324 Translation updates:
1325
1326   Italian, Polish
1327
1328 Many thanks to:
1329
1330   Robert Bragg, Neil Roberts, Elliot Smith, Owen W. Taylor,
1331   Damien Lespiau, Lucas Rocha, Maxim Ermilov, Piotr Drąg,
1332   Tomeu Vizoso, muflone
1333
1334 Clutter 1.5.4
1335 ===============================================================================
1336
1337   • List of changes since Clutter 1.5.2
1338
1339     » Add a backend for Wayland.
1340
1341     » Depend on GLib ≥ 2.26, Cairo ≥ 1.10.
1342
1343     » Do not generate the conformance tests list using the test-conformance
1344       binary.
1345
1346     » Implement interval progress functions for ActorBox, Vertex, Geometry,
1347       Color and Units.
1348
1349     » Allow overriding the surface creation in Clutter.CairoTexture.
1350
1351     » Add interpolate() method to Clutter.Color.
1352
1353     » Add ClutterPathConstraint, a simple constraint that sets the origin
1354       of an actor's allocation to follow a ClutterPath.
1355
1356     » Plug some memory leaks.
1357
1358     » Fix build of the CEx100 and EGL backends.
1359
1360     » Fixes for the OSX backend.
1361
1362     » Documentation consistency and spell checking fixes.
1363
1364     » Build fixes.
1365
1366 Translation updates:
1367
1368   Andika Triwidada (id), Damien Lespiau (fr), Piotr Drąg (po)
1369
1370 Many thanks to:
1371
1372   Damien Lespiau, Neil Roberts, Kristian Høgsberg, Andika Triwidada,
1373   Ole André Vadla Ravnås, Robert Bragg, Owen W. Taylor, Piotr Drąg,
1374   Roland Peffer
1375
1376 Clutter 1.5.2  (04/10/2010)
1377 ===============================================================================
1378
1379   • List of changes since Clutter 1.4.0
1380
1381     » Add API to ClutterActor to allow any actor to define its 3D paint
1382       volume and its stage-relative 2D bounding box; the paint volume is
1383       the 3D space occupied by an actor during the paint sequence. This
1384       allows better sizing of the FBOs, and opens the door to scenegraph
1385       culling and accurate clipped redraws. The mechanism is opt-in: actors
1386       have to implement the get_paint_volume() virtual function. Callbacks
1387       attached to the ::paint signal will also disable any culling and
1388       clipped redraw in place internally.
1389
1390     » Plug a leak in ClutterActor by disposing all constraints.
1391
1392     » Rework the build system to be as non-recursive as possible; this should
1393       speed up the build of Clutter, and makes the build layout easier to
1394       understand and update.
1395
1396     » Remove the internal copy of JSON-GLib; the internal copy was falling
1397       behind at a spectacular level, and it was actually making the build
1398       rather complicated - also by adding an unwanted, but needed,
1399       introspection data generation. The required JSON-GLib has also been
1400       bumped to the new stable release, 0.12.0.
1401
1402     » Use g_object_install_properties() with GLib 2.26.
1403
1404     » Implement ClutterContainer::child-notify, which slipped through the
1405       cracks of many development cycles without anyone noticing.
1406
1407     » Document and test clutter_actor_contains(), especially the corner
1408       cases.
1409
1410     » Plug a leak in CoglTexture2DSliced.
1411
1412     » Plug a leak in ClutterAnimator's handling of timelines.
1413
1414     » Trap glXDestroyPixmap() in CoglTexturePixmapX11 to avoid BadDrawable
1415       errors when the GLX pixmap is destroyed behind Cogl's back.
1416
1417 Many thanks to:
1418
1419   Robert Bragg
1420   Neil Roberts
1421   Elliot Smith
1422   Alejandro Piñeiro
1423   Aron Xu
1424   Colin Walters
1425   Ray Strode
1426   Stephen Kennedy
1427
1428 Clutter 1.4.0  (24/09/2010)
1429 ===============================================================================
1430
1431   • List of changes since Clutter 1.3.14
1432
1433     » Add support for describing ClutterState states using ClutterAnimators
1434       in ClutterScript.
1435
1436     » Build fixes
1437
1438     » Include ClutterConstraints into the allocation phase, to avoid layout
1439       cycles and improve the performance.
1440
1441     » Add new recipes to the Cookbook to illustrate constraints-based
1442       layouts.
1443
1444     » Fix the request mode of ClutterBoxLayout.
1445
1446     » Fix the handling of transformations in ClutterOffscreenEffect.
1447
1448     » Documentation and introspection fixes.
1449
1450 Many thanks to:
1451
1452   Elliot Smith
1453   Robert Bragg
1454   Neil Roberts
1455   Bastian Winkler
1456   Dominique Leuenberger
1457   Frederik Hahne
1458   Jammy Zhou
1459   Øyvind Kolås
1460
1461 Clutter 1.3.14 (15/09/2010)
1462 ===============================================================================
1463
1464   • List of changes since Clutter 1.3.12
1465
1466     » Fix applying layout properties from ClutterScript definitions in case
1467       of multiple children.
1468
1469     » Add a Clutter EGL backend for Intel CEx100 platforms.
1470
1471     » Add new recipes in the Cookbook:
1472       - texture cross-fading
1473       - ClutterScript definitions
1474       - event handling
1475       - ClutterAnimator
1476       - reusing complex animations
1477
1478     » Add methods to retrieve the clicked button and to force a release
1479       in ClickAction.
1480
1481     » Documentation fixes in the API reference.
1482
1483     » Cache a full pick buffer and re-use it in case the scene does not change
1484       between events.
1485
1486     » Fix a Valgrind report of memory corruption in ClutterState.remove_key().
1487
1488     » Allow detaching animations created with clutter_actor_animate().
1489
1490     » Depend on GObject-Introspection >= 0.9.5.
1491
1492     » Provide introspection data for the X11-specific API, like
1493       ClutterX11TexturePixmap
1494
1495     » Use a template material for ClutterTexture to minimize the creation of
1496       new materials.
1497
1498     » Split ClutterDragAction:drag-threshold into two, per-axis properties:
1499       :x-drag-threshold and :y-drag-threshold.
1500
1501     » Allow disabling the -Bsymbolic flag when linking.
1502
1503     » Use gettext >= 0.17 to handle the localization.
1504
1505     » Flush the framebuffer earlier when drawing the vertex buffers, to fix
1506       a crash when dealing with clip stacks.
1507
1508     » Make sure ClutterX11TexturePixmap removes the Cogl texture handle before
1509       freeing the X11 Pixmap to avoid an error.
1510
1511     » Avoid regenerating the CoglMaterial programs too many times.
1512
1513 Many thanks to:
1514
1515   Elliot Smith
1516   Robert Bragg
1517   Damien Lespiau
1518   Neil Roberts
1519   Colin Walters
1520   Owen W. Taylor
1521   Bastian Winkler
1522   Alejandro Piñeiro
1523   Alexandros Frantzis
1524   Chris Kühl
1525   Luca Invernizzi
1526   Henrik Hedberg
1527   Javier Jardón
1528   Lucas Rocha
1529   Murray Cumming
1530   Øyvind Kolås
1531
1532 Clutter 1.3.12 (16/08/2010)
1533 ===============================================================================
1534
1535   • List of changes since Clutter 1.3.10
1536
1537     » New recipes in the Cookbook:
1538       - create and animate sub-textures
1539       - layout managers
1540       - scroll events
1541
1542     » Set the ClutterTexture:filename property to also be readable.
1543
1544     » Avoid layout cycles when creating ClutterLayoutMeta objects
1545       during the ::allocate implementation
1546
1547     » Add a ClutterTableLayout, a layout manager for tabular layouts.
1548
1549     » Capture ENTER and LEAVE events on the stage within the DragAction.
1550
1551     » Plug memory leaks.
1552
1553     » Use g_object_notify_by_pspec(), if available, to speed up the
1554       emission of the ::notify signal on property changes.
1555
1556     » Re-use the Cogl texture atlas for the CoglPango glyphs cache,
1557       and improve the performance with large font sizes.
1558
1559     » Various fixes in the Materials comparison and inheritance.
1560
1561     » Add the ability to associate a user program to a material.
1562
1563 Many thanks to:
1564
1565   Neil Roberts
1566   Elliot Smith
1567   Robert Bragg
1568   Damien Lespiau
1569   José Dapena Paz
1570   Owen W. Taylor
1571
1572 Clutter 1.3.10 (04/08/2010)
1573 ===============================================================================
1574
1575   • List of changes since Clutter 1.3.8
1576
1577     » Fix a locale-dependent conversion from double to string when
1578       generating ARBfp programs for the materials.
1579
1580     » Use the XKB extension on X11 platforms to convert between hardware
1581       keys to key symbols.
1582
1583     » Documentation fixes in the API reference.
1584
1585     » More recipes, with videos and full examples, in the Cookbook.
1586
1587     » Add localization support and initial translations of error messages
1588       that might be visualized in a user interface.
1589
1590     » Improve debugging output.
1591
1592     » Fix build of the GLX backend on OSX.
1593
1594     » Multiple fixes to the native OSX backend.
1595
1596     » Add support for 3D textures in Cogl.
1597
1598     » Fix shader-related issues and leaks in the new Material code.
1599
1600     » Unify GLSL support in the GL and GLES 2.0 drivers.
1601
1602     » Allow specifying an hint to disable clearing the stage before each
1603       paint cycle.
1604
1605 Many thanks to:
1606
1607   Neil Roberts
1608   Roman Kudiyarov
1609   Elliot Smith
1610   Robert Bragg
1611   Chris Kühl
1612   Chris Leick
1613   Nate Stedman
1614   happyaron
1615   raven
1616   Øyvind Kolås
1617
1618 Clutter 1.3.8 (12/07/2010)
1619 ===============================================================================
1620
1621   • List of changes since Clutter 1.3.6
1622
1623     » Merge Cally, the Clutter Accessibility Library, in the Clutter tree.
1624
1625     » Take into consideration the source actor's position in the
1626       AlignConstraint logic.
1627
1628     » Update the internal COGL tesselator with the latest GLU code.
1629
1630     » Fix CoglTexture data readback.
1631
1632     » Use GL_MAX_TEXTURE_SIZE on GLES when checking the supported texture size.
1633
1634     » Add missing public functions from COGL headers.
1635
1636     » Fix GLES build after the Cogl material changes.
1637
1638     » Rename the experimental CoglPixelBuffer API to CoglPixelArray.
1639
1640     » Split the clutter_state_change() method into two:
1641     clutter_state_set_state(), for animated state changes; and
1642     clutter_state_warp_to_state() for immediate state changes.
1643
1644     » Documentation and introspection fixes.
1645
1646     » Build fixes
1647
1648 Many thanks to:
1649
1650   Robert Bragg
1651   Neil Roberts
1652   Elliot Smith
1653   Alejandro Piñeiro
1654   Øyvind Kolås
1655   Damien Lespiau
1656   Alexandros Frantzis
1657
1658 Clutter 1.3.6 (30/06/2010)
1659 ===============================================================================
1660
1661   • List of changes since Clutter 1.3.4
1662
1663     » Provide a fallback on GLX if the MESA_copy_sub_buffer extension is not
1664       available, by using EXT_framebuffer_blit. Both mechanisms are also
1665       throttled to avoid taking all resources when using them in a compositor
1666       like Mutter.
1667
1668     » Use (and cache) fragment shaders instead of texture combiners inside
1669       Cogl materials. Cogl will automatically fall back from GLSL to ARBfp
1670       to fixed functions depending on the level of support of the underlying
1671       GL implementation.
1672
1673     » Implement a new design for materials; this allows scaling up the
1674       number of materials in a scene, and also makes copying materials
1675       less expensive.
1676
1677     » Make Cogl materials responsible for depth testing, and add new
1678       experimental API.
1679
1680     » Use the (modified) GLU tesselator to draw paths to a vertex buffer
1681       object instead of using the stencil buffer, or the scanline rasterizer
1682       on platforms without a stencil buffer.
1683
1684     » Add ClutterDeformEffect, a base class for effects that deform an
1685       actor's geometry when painting it; ClutterPageTurnEffect is an
1686       implementation of a "page curl" deformation using the DeformEffect
1687       API.
1688
1689     » Always use scissoring when clipping, to reduce the amount of buffer
1690       that has to be cleared.
1691
1692     » Allow ClutterShaderEffect sub-classes to use vertex shaders by setting
1693       a constructor property; the default remains fragment shader.
1694
1695     » Remove the button of the press event from the DragAction::drag-begin
1696       and DragAction::drag-end signals. This is an API break from 1.3.4.
1697
1698     » Do not promote clipped redraws to full redraws.
1699
1700     » Improve the consistency of the default state name in ClutterState,
1701       both in the API and in the serialization format.
1702
1703     » Fix a rounding error with the Text layout size.
1704
1705     » Add utility functions for CoglMatrix and CoglColor.
1706
1707     » Avoid a re-allocation cycle warning when resizing the surface of
1708       a CairoTexture actor from within the allocate() implementation.
1709
1710     » Do not add the GL libraries for the EGL X11 backend.
1711
1712     » Add more checks for size of data passed to the shader types GValue
1713       functions.
1714
1715     » Add width and height to the BindConstraint.
1716
1717     » Parse actions, constraints and effects inside an actor definition
1718       for ClutterScript.
1719
1720     » Merge the code of native and x11 backends for EGL into a single
1721       backend; also allow creating GL context with the EGL backend.
1722
1723     » Use XSETTINGS to set up the backend configuration options, like
1724       the font name, resolution, font options and double click options,
1725       on X11; this also allows ClutterText actors created using the
1726       default font name to be updated when the font name and options
1727       change; similarly, this allows ClutterUnits to be updated when
1728       the screen resolution changes.
1729
1730     » Implement the texture_from_pixmap extension support inside Cogl
1731       itself, and unify ClutterX11TexturePixmap and ClutterGLXTexturePixmap.
1732
1733     » Documentation improvements in the API reference and in the cookbook.
1734
1735     » Use the -Bsymbolic-functions linker option on supported platforms
1736       to avoid intra-library PLT jumps.
1737
1738     » Fix painting transparent stages on X11 using the :use-alpha property
1739       of ClutterStage.
1740
1741     » Fix emission of scroll events on Windows.
1742
1743 Many thanks to:
1744
1745   Robert Bragg
1746   Neil Roberts
1747   Øyvind Kolås
1748   Damien Lespiau
1749   Elliot Smith
1750   Chris Lord
1751   Johan Bilien
1752   Richard Hughes
1753   Adel Gadllah
1754   Alejandro Piñeiro
1755   Colin Walters
1756   Dan Winship
1757   Kristian Høgsberg
1758   Sunil Sadasivan
1759
1760 Clutter 1.3.4 (07/06/2010)
1761 ===============================================================================
1762
1763   • List of changes since Clutter 1.3.2
1764
1765     » Add ClutterEffect, a ClutterActorMeta sub-class that affects the
1766       way an actor paints itself.
1767
1768         » Clutter provides a base class for effects painting to an
1769           offscreen buffer, and a base class for effects using the
1770           GL programmable pipeline (through the GLSL shader language).
1771
1772         » Clutter also provides some simple, shader-based effects:
1773           ClutterBlurEffect, ClutterColorizeEffect and
1774           ClutterDesaturateEffect.
1775
1776         » Effects can be applied to any actor, and can also be stacked.
1777
1778     » Add ClutterClickAction, an action that provides "button-like"
1779       semantics for any ClutterActor.
1780
1781     » ClutterDragAction now moves the actor to which it has been applied
1782       by default, using a class handler for the ::drag-motion signal.
1783
1784     » Add the :pick-with-alpha property to ClutterTexture; this property
1785       allows using the alpha channel of a texture when picking it.
1786
1787     » Regenerate the mipmaps on COGL textures when a texture is modified.
1788
1789     » Documentation and build fixes.
1790
1791 Many thanks to:
1792
1793   Robert Bragg
1794   Damien Lespiau
1795   Neil Roberts
1796   Colin Walters
1797
1798 Clutter 1.3.2 (24/05/2010)
1799 ===============================================================================
1800
1801   • List of changes since Clutter 1.2
1802
1803     » Add ActorMeta, a class for run-time composition of actions and
1804       constraints on a ClutterActor:
1805
1806         » Add ClutterAction, a class for implementing business logic
1807           related to event handling.
1808
1809         » Add ClutterConstraint, a class for implementing business
1810           logic related to sizing and positioning.
1811
1812         » ClutterDragAction is an Action sub-class that implements
1813           signals and properties for dragging actors.
1814
1815         » ClutterAlignConstraint and ClutterBindConstraint are two
1816           Constraint sub-classes that allow relative positioning
1817           with fixed layout managers.
1818
1819     » Add ClutterState, an object for defining state transitions.
1820
1821     » Add ClutterBoxLayout:homogeneous property.
1822
1823     » Implement retained clip stacks.
1824
1825     » Support retained paths.
1826
1827     » Add an experimental vector3 API.
1828
1829     » Require GLib >= 2.18.
1830
1831     » Require Atk >= 1.7.
1832
1833     » Make ClutterActor implement AtkImplementor, and allow retrieving
1834       an AtkObject from a ClutterActor.
1835
1836     » Improve ClutterText's Pango layout caching mechanism.
1837
1838     » Fix set up of the GLX_SGI_swap_control extension.
1839
1840     » Fix EGLX backend.
1841
1842     » Documentation fixes for Clutter and COGL.
1843
1844     » Fix the conformance test suite by executing every test unit in
1845       a separate process.
1846
1847     » Add platform-dependent defines for Cogl.
1848
1849     » Update the MingW cross-compilation script.
1850
1851     » New recipe in the Cookbook.
1852
1853 Many thanks to:
1854
1855   Neil Roberts
1856   Robert Bragg
1857   Øyvind Kolås
1858   Owen W. Taylor
1859   Brian Tarricone
1860   Damien Lespiau
1861   Adel Gadllah
1862   Chris Lord
1863   Fridrich Strba
1864   José Dapena Paz
1865   Jussi Kukkonen
1866   Rob Bradford
1867
1868 Clutter 1.2.2 (15/03/2010)
1869 ===============================================================================
1870
1871   • List of changes since Clutter 1.2.0
1872
1873     » Fix introspection annotations for ClutterBox
1874
1875     » Compilation fixes for the EGL native backend
1876
1877     » Fix ClutterX11TexturePixmap ::queue-damage-redraw default handler
1878       registration to avoid a run-time warning
1879
1880     » Handle TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add
1881       a test case for that extension to avoid regressions
1882
1883     » Improve the strictness of the JSON parser in the internal copy
1884       of JSON-GLib to which we fall back in the absence of the system
1885       one
1886
1887     » Fix a crasher on NVidia drivers when enabling the ARGB visuals
1888       by default on GLX.
1889
1890 Many thanks to:
1891
1892   José Dapena Paz
1893   Neil Roberts
1894   Owen W. Taylor
1895   Øyvind Kolås
1896
1897 Clutter 1.2.0 (02/03/2010)
1898 ===============================================================================
1899
1900   • List of changes since Clutter 1.1.14
1901
1902     » Improve the Animator API for consistency, and the implementation
1903       to match the intended behaviour, as documented
1904
1905     » Add initial (and internal) support for queueing clipped region updates
1906       and let the GLX texture-from-pixmap actor take advantage of it
1907
1908     » Support any pixel format in cogl_read_pixels()
1909
1910     » Conditionally use G_VALUE_COLLECT_INIT() in functions using variadic
1911       arguments lists
1912
1913     » Consistently use :min-width and :min-height inside the Stage to define
1914       the minimum size of the Stage window
1915
1916     » Implement the Scriptable interface for ClutterModel sub-classes; this
1917       allows setting ClutterModel columns (both types and names) in
1918       ClutterScript definitions
1919
1920     » Add support for unsigned integer indices in the VertexBuffer API
1921
1922     » Documentation fixes for Clutter: the coverage is now 100%
1923
1924     » Fixes for the EGL native backend
1925
1926     » Require libtool >= 2.2.6
1927
1928     » Improve tests coverage
1929
1930 Many thanks to:
1931
1932   Neil Roberts
1933   Øyvind Kolås
1934   Robert Bragg
1935   Bastian Winkler
1936   Chris Lord
1937   Owen W. Taylor
1938
1939 Clutter 1.1.14 (24/02/2010)
1940 ===============================================================================
1941
1942   • List of changes since Clutter 1.1.12
1943
1944     » Fix interaction between user resizable Stages and fullscreen on X11
1945
1946     » Define the semantics of ENTER and LEAVE events when actors are on the
1947       border of the Stage window
1948
1949     » Take the InputDevice of an event into consideration when throttling
1950       MOTION events
1951
1952     » Round the coordinates when clipping to a rectangle in window coordinates
1953
1954     » Always trust the user-provided coordinates when creating a CoglTexture
1955       from a foreign GL texture
1956
1957     » Split Clutter's debug annotations from the pick and paint mode
1958       behavioural modifiers
1959
1960     » Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every
1961       actor using a ClutterFixedLayout manager will automatically benefit
1962       from it
1963
1964     » Fix the packing order of ClutterBox so that the convention of
1965       first-in-first-painted is maintained
1966
1967     » Documentation fixes
1968
1969 Many thanks to:
1970
1971   Robert Bragg
1972   Chris Lord
1973   Neil Roberts
1974
1975 Clutter 1.1.12 (16/02/2010)
1976 ===============================================================================
1977
1978   • List of changes since Clutter 1.1.10
1979
1980     » Fix compilation on 64bit platforms
1981
1982     » Fix some races of the Stage resizing on X11
1983
1984     » Documentation fixes for Cogl: the coverage is now 100%
1985
1986     » Fix rounding errors in the preferred height of the ClutterText
1987       actor
1988
1989     » Remove redundant type checks in clutter_actor_get_paint_opacity()
1990
1991     » Add support for the GLX_INTEL_swap_event extension; when using this
1992       extension on GLX the glXSwapBuffers() call becomes non-blocking and
1993       Clutter will use an event to control the master clock.
1994
1995     » Improve consistency between ClutterBox and ClutterGroup.
1996
1997     » On X11, do not set the _NET_WM_PID and WM_TITLE properties on a
1998       Stage X window if the window was not created by Clutter itself
1999
2000     » Improve caching of GL constant values
2001
2002     » Optimize creating sub-textures of sub-textures
2003
2004     » Various fixes for the atlas and the journal
2005
2006     » Disable the atlas if FBOs are not supported
2007
2008 Many thanks to:
2009
2010   Robert Bragg
2011   Neil Roberts
2012   Damien Lespiau
2013   Bastian Winkler
2014   Chris Lord
2015
2016 Clutter 1.1.10 (09/02/2010)
2017 ===============================================================================
2018
2019   • List of changes since Clutter 1.1.8
2020
2021     » Fixed a regression in textures that caused all the textures to be
2022       drawn as white rectangles.
2023
2024     » Fixed compilation with the Sun C compiler.
2025
2026     » Use SSE2 instructions to premultiply RGBA images, if available.
2027
2028     » Improve readability of ClutterActor::raise/::lower warnings.
2029
2030 Many thanks to:
2031
2032   Neil Roberts
2033   Halton Huo
2034
2035 Clutter 1.1.8 (08/02/2010)
2036 ===============================================================================
2037
2038   • List of changes since Clutter 1.1.6
2039
2040     » Added ClutterAnimator, a class that allows defining complex
2041       implicit animations involving multiple actors and states; this
2042       class is mostly meant to be used through the ClutterScript
2043       definition format, but it provides a convenience C API for
2044       easily building animations.
2045
2046     » New experimental COGL API to expose "hardware" buffers such as PBOs or
2047       drm surfaces. This API can be used, for instance, to make texture
2048       uploading faster.
2049
2050     » Fixed the issues with resizable stages getting a 1x1 window with
2051       the X11 backends
2052
2053     » Expose input devices for every event; by default, X11 and Windows
2054       backends expose the core devices only.
2055
2056     » Add the ClutterStage:key-focus property, for key focus tracking.
2057
2058     » Allow setting transformable value types in ClutterAnimation when
2059       calling clutter_animation_bind() and clutter_animation_update().
2060
2061     » Delay the creation of the default Stage until clutter_stage_get_default()
2062       is actually called; this reduces the work of clutter_init().
2063
2064     » Implement Ctrl+Delete and Ctrl+Backspace in ClutterText
2065
2066     » Improve the extendability of CoglTexture with internal backends.
2067
2068     » Add implicit texture atlasing; Cogl will try to put every texture
2069       inside the same texture atlas by default, to avoid state changes
2070       in the driver and (hopefully) improve performance.
2071
2072     » Fix notification of the cursor and selection changes in ClutterText;
2073       this improves the usage of Clutter from A11Y toolkits.
2074
2075     » Do not wait for a frame if the system clock goes backwards.
2076
2077     » Fix the dirtying of the clip state; this unbreaks cogl_path_fill().
2078
2079     » Documentation and build fixes.
2080
2081 Many thanks to:
2082
2083   Neil Roberts
2084   Chris Lord
2085   Damien Lespiau
2086   Alejandro Piñeiro
2087   Jussi Kukkonen
2088   Kristian Høgsberg
2089   Robert Bragg
2090   Øyvind Kolås
2091
2092 Clutter 1.1.6 (18/01/2010)
2093 ===============================================================================
2094
2095   • List of changes since Clutter 1.1.4
2096
2097     » Some fixes for the Win32 backend (bug #1905).
2098
2099     » Profiling support via the UProf library. Configure with
2100       --enable-profile to get a report after each Clutter application is
2101       run.
2102
2103     » Improved conformance tests with coverage reports via gcov.
2104
2105     » ClutterTexture no longer tries to read back texture data into
2106       g_malloc'd memory on unrealize (bug #1842).
2107
2108     » The CGL_• defines from cogl-defines.h have been removed. These
2109       should not have been used by any applications, but if they were
2110       being used then please replace them either with the Cogl enums or
2111       with the appropriate GL_• enum if you are using GL directly.
2112
2113     » Added a delete-event signal to the stage.
2114
2115     » Fix for using cogl_rectangle with different texture coordinates
2116       for multiple layers (bug #1937).
2117
2118     » Fix for using stencil and depth buffers in FBOs on Intel drivers
2119       in Mesa (bug #1873).
2120
2121     » Support for subtitles in ClutterMedia.
2122
2123     » ClutterGLX will now use an RGB visual by default. For
2124       applications (and toolkit integration libraries) that want to
2125       enable the ClutterStage:use-alpha property there is a new
2126       function: clutter_x11_set_use_argb_visual().
2127
2128     » Fix ClutterText to allow using Pango markup and attributes in
2129       the same actor (bug #1940).
2130
2131 Many thanks to:
2132
2133      Alejandro Piñeiro
2134      Damien Lespiau
2135      Emmanuele Bassi
2136      Gord Allot
2137      Halton Huo
2138      Robert Bragg
2139      Samuel Degrande
2140
2141 Clutter 1.1.4 (03/01/2010)
2142 ===============================================================================
2143
2144   • List of changes since Clutter 1.1.2
2145
2146     » Update the ClutterScript parser to be more resilient, and support
2147       constructor and ChildMeta properties. The parser also respects the
2148       order of the properties in the UI definitions when applying them,
2149       and will apply the properties of an Actor after building the scene
2150       graph.
2151
2152     » Simplified the implementation of LayoutManager sub-classes, and added
2153       support for animating a layout manager.
2154
2155     » Allow short-circuiting some layout operations by setting a specific
2156       flag on ClutterActor.
2157
2158     » Improve caching of the preferred size of a ClutterActor.
2159
2160     » Allow declaring "internal children" for a ClutterContainer
2161       implementation: the memory management of these actors will be deferred
2162       entirely to the Container.
2163
2164     » Let the ClutterStage honour the :opacity property and the alpha component
2165       of the stage color. This requires support in the Clutter backend used.
2166
2167     » Improve Windows and OSX backends.
2168
2169     » Simplify the feature detection code for OpenGL; this also reduced the
2170       required OpenGL version to 1.2.
2171
2172     » Improve the matrix stack handling code. The matrices can be debugged by
2173       using the COGL_DEBUG environment variable, assuming that Clutter was
2174       compiled with the right configure-time switch.
2175
2176     » Improve COGL API for draw buffers, and for offscreen buffer support.
2177
2178     » Add support for text direction to ClutterActor.
2179
2180     » Documentation, introspection and build fixes.
2181
2182 Many thanks to:
2183
2184   Robert Bragg
2185   Neil Roberts
2186   Damien Lespiau
2187   Joshua Lock
2188   Bastian Winkler
2189   Rob Bradford
2190   Samuel Degrande
2191   Christian Persch
2192   Colin Walters
2193   Johan Bilien
2194   Raymond Liu
2195   Tim Horton
2196
2197 Clutter 1.1.2 (23/10/2009)
2198 ===============================================================================
2199
2200   • List of changes since Clutter 1.0
2201
2202     » Add ClutterLayoutManager, an abstract proxy class for easily
2203       writing layout management policies; also add ClutterLayoutMeta,
2204       a class for storing layout properties.
2205
2206     » Add ClutterBox, a generic container actor that relies on a
2207       ClutterLayoutManager instance to manage the layout of its
2208       children.
2209
2210     » Add the following layout managers:
2211
2212       - ClutterFixedLayout - a layout manager implementing the
2213         policy used by ClutterGroup
2214
2215       - ClutterBinLayout - a layout manager for packing actors
2216         as layers inside the same area, with per-actor alignment
2217
2218       - ClutterFlowLayout - a layout manager arranging actors as
2219         a reflowing grid
2220
2221       - ClutterBoxLayout - a layout manager arranging actors as
2222         a single line
2223
2224     » Remove the requirement for the backend-specific implementation
2225       of ClutterStage to be a ClutterActor: a Stage implementation must
2226       only implement the ClutterStageWindow interface. This cleans up
2227       the backend code.
2228
2229     » COGL source tree clean up and rationalization; COGL now
2230       knows the platform, and not only the driver (GL or GLES) so
2231       we can migrate part of the low-level backend code from Clutter
2232       to COGL where it makes sense.
2233
2234     » Remove code duplication across whole COGL.
2235
2236     » The GLES 2.0 driver for COGL, and the EGLX backend for Clutter
2237       have been fixed and confirmed working.
2238
2239     » Add "dump-pick-buffer" to CLUTTER_DEBUG: this debug options
2240       dumps the contents of each pick() buffer into a PNG file, for
2241       debugging purposes.
2242
2243     » Allow interpolating intervals of ClutterUnits for animating
2244       unit-based properties.
2245
2246     » Increase strictness and correctness of the ClutterUnits
2247       grammar parser.
2248
2249     » Add GValue transformation functions for ClutterPath to and
2250       from a string.
2251
2252     » Fix word movement in ClutterText; implement GObject getter for
2253       :use-markup; emit notification for :position; decouple the
2254       :text property from the :use-markup property.
2255
2256     » Do not queue redraws or relayouts on actors currently being
2257       destroyed. 
2258
2259     » Support #rrggbb and #rgb notations for ClutterColor.
2260
2261     » Multiple bug fixes.
2262
2263     » Provide _NET_WM_PID on the X11 stage implementation.
2264
2265     » Documentation and Introspection annotation fixes.
2266
2267     » Add test units for the ClutterActor size requesition.
2268
2269     » Build fixes.
2270
2271     » Use AM_SILENT_RULES if Automake 1.11 is detected, and fall
2272       back to Shave on older Automake versions.
2273
2274 Many thanks to:
2275
2276   Robert Bragg
2277   Damien Lespiau
2278   Neil Roberts
2279   Thomas Wood
2280   Owen W. Taylor
2281   Øyvind Kolås
2282   Götz Waschk
2283   Zhou Jiangwei
2284   Colin Walters
2285   Jonas Bonn
2286   Joshua Lock
2287   Jussi Kukkonen
2288   Samuel Degrande
2289   Vladimir Nadvornik
2290   Xu Li
2291
2292 Clutter 1.0.0 (28/07/2009)
2293 ===============================================================================
2294
2295   • List of changes since 0.9.8
2296
2297     » Allow per-stage disabling of motion event throttling; this should allow
2298       platforms or applications that require all the motion events not for
2299       drawing purposes to get them exactly like Clutter gets them from the
2300       windowing system.
2301
2302     » Various documentation fixes.
2303
2304     » Add per-word key navigation inside ClutterText.
2305
2306     » Fix the RGB<->HLS conversion.
2307
2308     » Various fixes for the OSX backend.
2309
2310     » Various build-related fixes.
2311
2312 Many thanks to:
2313
2314   Geoff Gustafson
2315   Michael Mortensen
2316   Owen W. Taylor
2317
2318 Clutter 0.9.8 (17/07/2009)
2319 ===============================================================================
2320
2321   • List of changes since 0.9.6
2322
2323     » Add more introspection annotations for language bindings.
2324
2325     » Fix a bug in clutter_animation_set_alpha(), which also broke the
2326       clutter_actor_animate_with_alpha() function.
2327
2328     » Check if the stage requires a relayout before showing it; this fixes
2329       a bug in the X11-based backends, especially under compositing window
2330       managers, where a 640x480 window would flicker before the default
2331       stage was shown for the first time.
2332
2333     » Performance fixes for Cogl.
2334
2335     » Sliced textures were broken by the COGL journalling.
2336
2337     » Use the redraw cycle when asynchronously loading textures from
2338       files.
2339
2340     » Miscellaneous compilation fixes for the OS X and Windows backends.
2341
2342     » Allow querying from within the paint function of an Actor whether
2343       the actor is currently being directly painted or by a Clone actor.
2344
2345     » In the GLX backend, when using the non-implicit sync-to-vblank inside
2346       glXSwapBuffers(), call glFinish() to avoid potential tearing.
2347
2348 Many thanks to:
2349
2350   Colin Walters
2351   Evan Martin
2352   Marcos
2353   Owen W. Taylor
2354   Xu Li
2355
2356 Clutter 0.9.6 (01/07/2009)
2357 ===============================================================================
2358
2359   • List of changes since 0.9.4:
2360
2361     » Allow the manipulation of the actor's transformation matrix, so that is
2362       is possible to apply additional transformations in a way that is
2363       compatible with the transformations already applied by the scene graph.
2364
2365     » Fix a race in the X11 backend that happened between resizing the stage
2366       drawable and the call to glViewport().
2367
2368     » Merge the cogl-journal-batching branch; this branch implements batching
2369       the geometry of the elements of the scene graph before sending it to
2370       OpenGL, thus minimizing the number of state changes and improving the
2371       overall performance of Clutter-based applications.
2372
2373     » Add more debugging states for Clutter and COGL, which allow the developer
2374       to track the state of the journal; to check the VBO fallback paths; to
2375       disable picking for reliable profiling; to disable software-side matrix
2376       transformations in favour of the driver/GPU ones.
2377
2378     » Improve the ability to "break out" of COGL by using gl_begin/gl_end
2379       semantics; applications that drop into raw GL are, though, ignoring all
2380       the caching performed by COGL and might incur in performance issues.
2381
2382     » Fixed the :load-async and :load-data-async properties of Texture by
2383       removing the unneeded G_PARAM_CONSTRUCT flag.
2384
2385     » Added an initial migration guide that shows the porting process from
2386       older releases of Clutter to the 1.0 API; the first chapter deals with
2387       the migration from ClutterEffect to the new implicit animations API.
2388
2389     » Fixed MT-safety for the master clock.
2390
2391 Many thanks to:
2392
2393   Ole André Vadla Ravnås
2394   Tim Horton
2395
2396 Clutter 0.9.4 (19/06/2009)
2397 ===============================================================================
2398
2399   • List of changes since 0.9.2:
2400
2401     » Set the layout height in ClutterText, so that wrapping and ellipsization
2402       work correctly to fill all the allocated area.
2403
2404     » Remove all the units-based API, and migrate all the positional and
2405       dimensional accessors to use floating point values when dealing with
2406       pixels. All the properties dealing with pixels now that a floating
2407       point value as well.
2408
2409     » Add the ability to track wether an actor is going to be painted or not,
2410       using the "mapped" flag. This also allows Clutter to be more strict
2411       in the handling of the scenegraph, ensuring correctness and avoiding
2412       wasting resources on nodes that won't be painted.
2413
2414     » Add debugging facilities for COGL, similar to those of Clutter; through
2415       them is also possible to have an on screen debugging mode that shows the
2416       boundaries of each rectangle sent to the GPU.
2417
2418     » Rework "units" into real logical distance units that can be converted
2419       between millimeters, typographic points and ems into pixels.
2420
2421     » Simplify the Animation class to avoid redundancy and the possibility
2422       of it going out of sync with the Timeline and Alpha instances it uses.
2423
2424     » Move every operation into a single "master clock" source that advances
2425       the timelines, dispatches events and redraws the stages in a predictable
2426       sequence, thus avoiding unneeded redraws. The default is to follow the
2427       sync-to-vblank cycle, if it is supported by the drivers.
2428
2429     » Cache the glyphs geometry into a vertex buffer object to avoid
2430       resubmitting too much information to the GPU.
2431
2432     » Rework the behaviour of ClutterModel when a filter is applied.
2433
2434     » Allow submitting premultiplied texture data; this removes the need
2435       for unpremultiplying data in CairoTexture.
2436
2437     » Add a simple API for submitting blending and texture combining modes
2438       through a string description.
2439
2440     » Move Timelines to pure time-based objects.
2441
2442     » Lots of performance improvements.
2443
2444     » Removal of all the deprecated API.
2445
2446     » Removal of all the fixed point entry points.
2447
2448     » Lots of documentation fixes - the coverage is now 99% of the exported
2449       1600 symbols for Clutter and 80%+ of the 300 exported symbols for COGL.
2450
2451     » Generate the GObject Introspection data for both Clutter and COGL
2452       at build time.
2453
2454     » Build environment fixes.
2455
2456 Many thanks to:
2457
2458     Owen W. Taylor <otaylor@fishsoup.net>
2459     Thomas Wood <thomas.wood@intel.com>
2460     Havoc Pennington <hp@pobox.com>
2461     Bastian Winkler <buz@netbuz.org>
2462     Chris Lord <chris@linux.intel.com>
2463     Garry Bodsworth <gjb@camvine.com>
2464     Rob Bradford <rob@linux.intel.com>
2465     Johan Bilien <jobi@litl.com>
2466     Jonas Bonn <jonas@southpole.se>
2467     Raymond Liu <raymond.liu@intel.com>
2468     Damien Lespiau <damien.lespiau@gmail.com>
2469     Dan Winship <danw@gnome.org>
2470     Marc-André Lureau <marcandre.lureau@gmail.com>
2471     Robert Staudinger <robsta@gnome.org>
2472     Tommi Komulainen <tko@litl.com>
2473
2474 Clutter 0.9.2 (16/03/2009)
2475 ===============================================================================
2476
2477 Bastian Winkler (2):
2478       [media] Fix the interface cast macro
2479       Remove redundant declaration in clutter-text.h
2480
2481 Chris Lord (1):
2482       [actor] Force a relayout on set_parent()
2483
2484 Christian Persch (1):
2485       Bug 1429 - Redundant declaration in clutter-x11.h
2486
2487 Colin Walters (3):
2488       Bug 1491 - Fix hardcoded lib path in .pc files
2489       Typo in clutter-win32.pc.in introduced by commit 24ce19383
2490       [animation] Enhance the bind API
2491
2492 Damien Lespiau (6):
2493       [gitignore] update gitignore files for tests/
2494       [build] Beautify autotools' output
2495       [build] Add dolt
2496       [build] Fix interaction between shave, gtk-doc and libtool 1.x
2497       [build] Fix dist for the newly introduced m4 macro directory
2498       Update shave
2499
2500 Emmanuele Bassi (111):
2501       Post-release bump to 0.9.1
2502       [text] Merge the attributes with markup enabled
2503       [tests] Update the text-field interactive test
2504       Add Actor::create_pango_layout()
2505       [docs] Add clutter_text_set_markup()
2506       [clone] Allow cloning unparented actors
2507       [text] Use create_pango_layout()
2508       [text] Rename :alignment to :line-alignment
2509       [texture] Consolidate the quality to filter conversions
2510       [texture] Check if the material is valid
2511       [event] Extend KeyEvent for multi-input support
2512       [actor] Check out parameters before setting them
2513       [list-model] Make ClutterListModel subclassable
2514       Bug 1440 - Add clutter_get_current_event_time()
2515       [tests] Add TEST_CONFORM_SKIP() macro
2516       [tests] Add conformance tests for ClutterModel
2517       [ignore] Add the newly created conformance units
2518       [actor] Revert part of commit 402e022c
2519       [animation] Do not bind construct-only properties
2520       [x11] Add backend-specific get_current_event_time()
2521       Initialize a variable to avoid warnings
2522       [cogl] Add cogl_is_material to cogl-material.h
2523       [cogl] Provide GTypes for COGL types
2524       [texture] Use COGL_TYPE_HANDLE for the handle properties
2525       [docs] Clarify the set_cogl_texture() documentation
2526       Merge branch 'build-enhancements'
2527       [docs] Add a missing "return" annotation
2528       [build] Pass the -s switch to cmp
2529       Remove type functions for removed types
2530       [docs] Update the sections file
2531       [tests] Add TEST_CONFORM_TODO macro
2532       [build] Show pkg-config file being generated
2533       [build] Reference the headers with their full path
2534       [docs] Update build for COGL API reference
2535       [build] Update the EXTRA_DIST list
2536       [build] Fix the ChangeLog generation rule
2537       [build] Do not overwrite BUILT_SOURCES
2538       [behaviour] Do not notify empty behaviours
2539       [path] Do not accept NULL descriptions
2540       [timeline] Set the n_markers out paramater
2541       Do not use GL types in Clutter headers
2542       [docs] Require gtk-doc 1.11
2543       [docs] Use the --name-space option
2544       [docs] Add the 1.0 symbols index
2545       [docs] Rename cogl-docs from sgml to xml
2546       Add build machinery for gobject-introspection data
2547       [backend] Update the viewport when updating the GL context
2548       [build] Move all the compiler flags to AM_CFLAGS
2549       [ignore] Update with the introspection files
2550       Add runtime debug messages for COGL
2551       [actor] Remove usage of ClutterFixed
2552       Make disable text mipmapping a command line switch
2553       Make fuzzy picking a command line switch
2554       [docs] Document envvars and command line switches
2555       Remove stray fixed point macro usage
2556       Use a dynamic array for the actors when delivering events
2557       [media] Add sub-second resolution for the duration
2558       [build] Put the X11 pc dependencies in another variable
2559       [build] Do not shave typelib generation
2560       Intern the ClutterScriptable type name
2561       [backend] Constify font options
2562       [cogl] Add a PANGO debug flag for CoglPango use
2563       Clean up of the ClutterColor API
2564       [shader] Unify code paths
2565       Add pkg-config file for COGL
2566       [build] Various fixes for distcheck
2567       [docs] Clarify clutter_actor_animate() behaviour
2568       [docs] Note that grabs are evil
2569       [cogl-fixed] Add a double-to-fixed conversion macro
2570       Move BehaviourScale to CoglFixed
2571       Move ClutterBehaviourEllipse to CoglFixed
2572       Move ClutterBehaviourRotate to CoglFixed
2573       Move ClutterTimeline to CoglFixed
2574       [cogl-fixed] Implement the CoglFixed fundamental GType
2575       [tests] Test CoglFixed, not ClutterFixed
2576       [interval] Update fixed-point handling
2577       [stage] Coalesce fog and perspective API
2578       [texture] Fix ClutterFixed usage
2579       [text] Convert units to the right type
2580       [tests] Use floats, not ClutterFixed
2581       [units] Add more conversion functions
2582       [fixed] Remove ClutterFixed API
2583       [cogl] Fix hardcoded paths in the pc file
2584       [docs] Remove ClutterFixed from the documentation
2585       [docs] Update API reference
2586       [animation] Add vector variants for ::animate()
2587       [cogl] Initialize boolean flag in CoglContext
2588       [cogl] Initialize all members of CoglContext
2589       [color] Fixed HLS to RGB conversion
2590       [docs] Calling g_object_ref() will not dispose an object
2591       [docs] Document the commit message format
2592       [tests] Animate the color during easing
2593       [docs] Reword some of the coding practices
2594       [docs] Add a bindings coding practices
2595       Add more deprecation notices
2596       [deprecated] Add Effect deprecation
2597       Do not cause more size requisitions than necessary
2598       [cogl] Avoid shadowing math.h symbols
2599       [docs] Clarify Animation memory management
2600       [animation] Add an emitter for ::completed
2601       [animation] Add Animation getter
2602       [tests] Remove unused variables
2603       [docs] Add description of queue_redraw
2604       [docs] Update after Animation API changes
2605       [animation] Enhance consistency of the Animation API
2606       [docs] Bring down the undocumented symbols to 2%
2607       Fix release date of 0.9.0
2608       Update release notes
2609       [docs] Fix naming of the interval parameter
2610       [docs] Ignore the TimeoutInterval internal API
2611       Update release notes
2612
2613 Geoff Gustafson (1):
2614       [animation] Broken fixed:: properties
2615
2616 Gordon Williams (1):
2617       [group] Output the group name when debugging paint
2618
2619 Havoc Pennington (4):
2620       Virtualize GL matrix operations and use a client-side matrix when GL is indirect
2621       [actor] Add :clip-to-allocation property
2622       [actor] Add ::queue-redraw signal
2623       [cogl] Flush matrix before clip planes
2624
2625 Jonathan Matthew (1):
2626       Declare the EnumValues for PixelFormat static
2627
2628 Neil Roberts (36):
2629       [cogl-material] Always bind the new texture handle
2630       Fix building GLES 2 after the material branch merge
2631       [cogl-texture] Fix the count for the number of enabled arrays
2632       [cogl-gles2-wrapper] Remove the FIXME to adjust the fragment color
2633       [clutter-clone] Override the parent opacity to self not self->parent
2634       [clutter-texture] Release the temporary ref taken when setting a texture
2635       [clutter-texture] Unref the Cogl material on dispose
2636       [clutter-texture] Fix the no_slice property
2637       [cogl-texture] Fix offset to next quad when flushing the log
2638       [cogl-texture] Move the destruction of the material to _finalize
2639       [cogl-texture] Fix uninitialised priv var in texture_finalize
2640       Added a test for non-power-of-two sized textures
2641       Emit CLUTTER_LEAVE events when the pointer leaves the stage
2642       Call glActiveTexture and glClientActiveTexture through cogl_get_proc_address
2643       [win32] Track mouse leave messages
2644       [clutter-main] Fix the input device passed to set_motion_last_actor
2645       Override the opacity when painting a clone instead of combining
2646       Allow rotation angle properties to be negative
2647       [ClutterBehaviourRotate] Fix up some breakage from the cogl-float branch merge
2648       [tests/conform] Copy in redhand.png
2649       Replaced ClutterFixed constants in color_{darken,lighten} with float
2650       [cogl-gles2-wrapper] Convert texture unit settings to be a static sized array
2651       [cogl-gles2-wrapper] Actually call glActiveTexture
2652       Add an environment variable to disable mipmapped text
2653       [tests/tools] Don't install libdisable-npots.so
2654       [clutter-texture] Use a GThreadPool for loading async textures
2655       [cogl-pango-glyph-cache] Fix compiler warning on 64-bit
2656       Fix warning in clutter-backend-sdl
2657       [eglnative] Add -I flags for the clutter dir in the src and build dirs
2658       Set the mapped flag on the stage in the SDL and eglnative backends
2659       Fix out of tree builds
2660       Remove use of $(builddir)
2661       [README] Small typo fix
2662       Change cogl_path_rectangle and cogl_path_round_rectangle to take x1,y1,x2,y2
2663       [cogl-path] Minor fix to gtk-doc
2664       Count timeline frames using the FPS instead of an integer interval
2665
2666 Owen W. Taylor (7):
2667       Honor ACLOCAL_FLAGS in autogen.sh
2668       Add gobject-introspection annotations
2669       Fix x/y confusion for GL_TEXTURE_RECTANGLE_ARB
2670       Use COGL to establish GL state for ClutterGLXTexturePixmap
2671       Add (out) annotations for ClutterActor
2672       Allow NULL for clutter_text_set_text()
2673       Avoid drawing twice if relayout queues a draw
2674
2675 Raymond Liu (2):
2676       [text] Crash when multi-byte utf8 text exceeds max_length
2677       [text] Insertion of multi-byte characters broken
2678
2679 Robert Bragg (28):
2680       [Cogl] Renames cogl_fog_set to cogl_set_fog for consistency
2681       [cogl-material] Fixes some dirty flag checks
2682       [cogl-vertex-buffer] Some fixes for texturing and color arrays
2683       [docs] Various gtk-doc updates for Cogl
2684       [tests] Some improvements for test-pixmap
2685       [Cogl] cogl_clip_{set•,unset} renamed to cogl_clip_{push*,pop}
2686       [Cogl] Renames cogl_paint_init to cogl_clear and adds a cogl_disable_fog function
2687       [cogl-color.c] #include fix for the cogl_set_source_color prototype
2688       [Cogl] the cogl_get_•_matrix functions now work with CoglMatrix types
2689       [Cogl] Fixes automatic handling of the GL blend enable state.
2690       [cogl-material] Always glBindTexture when flushing material state
2691       [Cogl] Remove a debugging assert that was triggering on false positives
2692       [test-vertex-buffer-contiguous] Improves the texturing test
2693       [cogl-matrix] Adds padding to CoglMatrix
2694       [cogl-matrix] Documents that CoglMatrix members should be considered read only
2695       Removes need for casting (const float •) to (GLfloat *) in _cogl_set_clip_planes
2696       80 char fix
2697       Avoid casting CoglMatrix to a GLfloat • when calling glGetFloatv
2698       Explicitly make the modelview-matrix current in cogl_{rotate,transform,etc}
2699       Use Cogl enum when making modelview-matrix current in cogl_{rotate,transform,etc}
2700       Finish GLES{1,2} support for client side matrix stacks
2701       Maintain the Cogl assumption that the modelview matrix is normally current
2702       Merge branch 'cogl-client-matrix-stacks'
2703       [cogl-vertex-buffer] Add a flush of attribute changes in the •_draw() functions
2704       [cogl-vertex-buffer] Allow querying back the number of vertices a buffer represents
2705       [cogl-vertex-buffer] fix cogl_vertex_buffer_draw_elements prototype
2706       [tests] Adds an interactive cogl vertex buffer unit test
2707       [cogl] Don't endlessly print the same warning regarding layer fallbacks
2708
2709 Robert Staudinger (1):
2710       [build] Add cogl.h to the built sources list
2711
2712 Shane Bryan (1):
2713       Bug 1434 - _NET_WM_NAME not set before realize
2714
2715 Tomas Frydrych (3):
2716       Fixed handling of enter and leave events in clutter_x11_handle_event()
2717       Fix clutter_x11_texture_pixmap_get/set_property() following change of PROP_WINDOW type
2718       [x11] Only update cached last event time if we have a real timestamp.
2719
2720 Øyvind Kolås (11):
2721       Added a mutex for clutter asynchronous textures threads.
2722       Bail early in clutter_texture_paint if opacity == 0
2723       Add a warning for recursive emit_event
2724       Change the default size of thread pool from 3 to 1
2725       [tests] Added test-texture-async
2726       [clutter-texture] add option to not block on size for loaded images
2727       [clutter-texture] remove load-size-async property
2728       Merge commit 'origin/async-texture-thread-pool' into async-size
2729       [clutter-texture] updated documentation.
2730       [clutter-texture] fixed gtk-doc formatting, and init threads in test.
2731       Merge branch 'async-texture-thread-pool'
2732
2733 Clutter 0.9.0 (30/01/2009)
2734 ===============================================================================
2735
2736  • List of changes between 0.8.6 and 0.9.0
2737
2738    » ClutterText is a new actor allowing text display, text editing
2739      both in multi-line and single-line modes, and text selection using
2740      the pointer devices and the keyboard. ClutterText supercedes both
2741      ClutterLabel and ClutterEntry.
2742    » ClutterClone is a new actor that allows cloning of other actors,
2743      both simple and composite. ClutterClone supercedes ClutterCloneTexture.
2744    » ClutterBindingPool is a new API that allows to easily add key bindings
2745      to an actor.
2746    » ClutterAnimation is a new API for implicit animations, similar to
2747      the tweening API used in toolkits like jQuery, Tween and Flash. This
2748      new API supercedes the ClutterEffect API.
2749    » ClutterAlpha uses "animation modes" instead of raw function
2750      pointers; it is still possible to pass alpha functions. The alpha
2751      functions provided by Clutter have been removed from the public
2752      API. It is possible to register global alpha functions and use
2753      them though a logical id.
2754    » The interval of the ClutterAlpha:alpha property has been changed
2755      to a floating point value in the [ -1.0, 2.0 ] range; this allowed
2756      the addition of "overshooting" easing modes.
2757    » COGL now supports backface culling.
2758    » The COGL-based Pango renderer is public API and it is accessible
2759      to developers. It is also possible to access the PangoContext used
2760      by Clutter in order to create PangoLayouts to render text.
2761    » The ClutterFixed API has been moved to COGL.
2762    » COGL does not depend on Clutter data types anymore.
2763    » The ClutterMedia interface has been overhauled: implementations
2764      now must only override the interface properties. The ranges of
2765      some properties have been changed to normalized values.
2766    » COGL now exposes only floating point entry points, and reserves
2767      the eventual conversion to fixed point only when needed. The
2768      fixed point type and macros are publicly available for developers
2769      concerned about floating point operations.
2770    » COGL has a new Vertex Attribues API that allows submitting an
2771      extensible number of vertex attributes to OpenGL in a way that
2772      does not require format conversions and allows fast re-use.
2773    » COGL has a new Material API that decouples paths from fills; it
2774      is possible to create an arbitrary path and fill it with a COGL
2775      texture. The Material API also allows setting multiple texture
2776      layers and defining the blend modes and colors.
2777    » ClutterTexture has the ability to use a worker thread to asynchronously
2778      load an image from a file, as long as the GLib threading support has
2779      been enabled prior to calling clutter_init().
2780    » Clutter now supports localization of the help output, and it
2781      also supports globally setting the text direction for non left to
2782      right locales.
2783    » ClutterCairoTexture is a new actor that allows using Cairo
2784      to draw on a ClutterTexture; since Cairo does not have an OpenGL
2785      backend, the drawing is not hardware accelerated.
2786    » Clutter has a unit testing suite, based on the GLib unit test
2787      framework, which can be used to track regressions.
2788    » A ClutterPath object has been added, and it is used by the
2789      BehaviourPath. The Path object allows defining paths using a set
2790      of coordinates and operations. A Path can be "painted" either using
2791      COGL primitives or using Cairo primitives, allowing an easier way
2792      to paint non-rectangular shaped actors.
2793    » ClutterInterval is a simple object, used by ClutterAnimation, that
2794      describes an interval between two values, and interpolates between
2795      the initial and final values of the interval.
2796
2797  • List of bugs fixed since 0.8.6
2798
2799    » #835 - Optimize clutter_actor_real_pick()
2800    » #851 - setting anchor point causes picking problem
2801    » #883 - Outstanding COGL merge issues
2802    » #1003 - Add clutter_actor_take_key_focus
2803    » #1014 - Clutter Animation API Improvements.
2804    » #1049 - Clutter doesn't support most GLSL uniforms
2805    » #1051 - WebKit/Clutter product/component?
2806    » #1058 - Build clutter-box2d with Clutter 0.8
2807    » #1066 - Clipping regression in 0.8
2808    » #1086 - virtualize stage_queue_redraw
2809    » #1105 - low level access to PangoClutter
2810    » #1106 - ClutterText instead of ClutterLabel and ClutterEntry
2811    » #1108 - Enter/Leave events logics wrt. skipped motion events
2812    » #1109 - clutter-0.8.0 fails to compile
2813    » #1123 - Crash when FBO actor is used and the stage is MINIMIZED
2814    » #1144 - Provide an option to load images asynchronously in ClutterTexture
2815    » #1162 - Add unit testing for Clutter
2816    » #1164 - Mesh API
2817    » #1172 - Disjoint paths and clip to path
2818    » #1189 - Backface culling
2819    » #1209 - Move fixed point API in COGL
2820    » #1210 - Add CoglColor API
2821    » #1211 - Drop ClutterFeatureFlags usage from COGL
2822    » #1212 - Allow only a single include file for Clutter
2823    » #1215 - Move the Pango renderer to the public API
2824    » #1219 - Clean up cogl.h
2825    » #1231 - Build fails in gles flavour in revision 3442
2826    » #1233 - CLUTTER_ALPHA_SINE_INC is broken in trunk
2827    » #1251 - Merge the Cairo texture actor in core
2828    » #1252 - Merge ClutterBehaviourPath and ClutterBehaviourBspline
2829    » #1261 - [patch] Minimize differences between gl/cogl-texture.c and
2830      gles/cogl-texture.c
2831    » #1269 - mingw32 building failed at clutter-media.c
2832    » #1270 - Update to mingw-cross-compile.sh
2833    » #1271 - mingw compiling failed:  undefined reference to
2834      `_glDrawRangeElements@24'
2835    » #1284 - Return something reasonable from clutter_x11_handle_event()
2836    » #1300 - clutter_score_remove and clutter_score_remove_all  are different
2837      in object remove
2838    » #1310 - font rendering problem
2839    » #1313 - Fix computation of camera distance
2840    » #1314 - clutter_sinx() is more inaccurate than it needs to be
2841    » #1321 - Get Matrix in float
2842    » #1323 - ClutterBehaviorDepth conflicts with other behaviors
2843    » #1325 - ClutterPath to cairo_path_t conversion functions
2844    » #1330 - We should not queue redraw for non-visible actors
2845    » #1334 - Default value for ClutterLabel::text should be "" instead of NULL
2846    » #1344 - clutter_actor_transform_stage_point gives invalid coordinates
2847      for big actors
2848    » #1352 - Weird cogl-pango.h includes in clutter-[entry|label].c
2849    » #1354 - Floating point exception when set fps>1000 and start timeline
2850    » #1361 - Unused ClutterStage::get_resolution() methods
2851    » #1365 - ClutterEntry doesn't get the cursor when it should
2852    » #1366 - disable-npots fails to build on mac
2853    » #1380 - Return booleans from CLUTTER_ACTOR_IS_• macros
2854    » #1386 - Wrong clipping dimensions for larger actors
2855    » #1387 - Clarify new-frame signal emission with advance()
2856    » #1388 - Clarify signal emission for advance_to_marker()
2857    » #1395 - behaviour_apply and behaviour_get_nth_actor are opposite on
2858      actors sequence
2859    » #1397 - clutter command line is not localized.
2860    » #1402 - Change default tile-waste from 64 to 63
2861    » #1403 - ClutterMedia::get_uri() should return allocated string
2862    » #1404 - ClutterMedia issues
2863    » #1405 - Fix properties that have X11 types to be 'long'
2864    » #1409 - Use G_SIGNAL_RUN_LAST with ::queue-redraw signal
2865    » #1410 - [patch] Implements a generic ClutterActorClone class without fbos
2866    » #1414 - avoid relayout of ClutterTexture if not syncing size
2867    » #1415 - short-circuit setting same clip again
2868
2869 Clutter 0.8.2 (25/09/2008)
2870 ===============================================================================
2871
2872  • List of changes between 0.8.0 and 0.8.2
2873
2874    » Add constructor-only properties for the :container and :actor
2875      properties of ClutterChildMeta
2876    » Resync the Clutter keysyms with X.org ones.
2877    » Documentation fixes and improvements
2878    » Allow defining ClutterColor as an object or an array inside
2879      ClutterScript UI definitions
2880    » Added the missing :perspective property to ClutterStage
2881    » Fixed the upper and lower boundaries for ClutterUnit and
2882      ClutterFixed properties
2883    » Fix a bug that prevented disabling sorting on ClutterModel
2884    » Fix a bug in clutter_timeline_list_markers()
2885    » Queue a redraw when the clip is changed
2886    » Optimize calls to push and pop the matrix when painting
2887    » Add a variable to the pkgconfig file for extracting the
2888      COGL backend, for configure-time checks
2889    » Fix a typo in cogl_path_rel_curve_to()
2890    » Fix showing the cursor after it being hidden once
2891    » Add a function for obtaining Clutter's option group without
2892      initializing Clutter
2893
2894  • List of bugs fixed since 0.8.0
2895
2896    » #856 - Teardown sequence is borked
2897    » #945 - Clipping+fbo cloning bugs
2898    » #1010 - ClutterLabel does not update the layout (again)
2899    » #1020 - TFP resyncing on MapNotify/ConfigureNotify [Andy Wingo]
2900    » #1033 - Manually parsing command line options prevents
2901      initializing clutter
2902    » #1034 - Picking doesn't work on Eee PC
2903    » #1038 - Clutter 0.8 won't build due to redefined functions
2904    » #1044 - cogl_get_viewport error
2905    » #1047 - API documentation from release tarball is not
2906      installed by "make install" [Mirco Müller]
2907    » #1048 - SIGFPE in cogl_texture_set_region() with
2908      nvidia [Gwenole Beauchesne]
2909    » #1062 - clutter_actor_query_coords() replacement in
2910      0.8 [Gwenole Beauchesne]
2911    » #1069 - Warnings with ClutterScore
2912    » #1071 - clutter_timeline_get_duration doesn't always work
2913    » #1075 - Difficult to bind clutter_stage_new
2914    » #1080 - clutter_stage_read_pixels has upside-down y coordinate
2915    » #1082 - Texture bitmap is destroyed in wrong way
2916    » #1085 - Cursor is in wrong position on ClutterEntry if set
2917      x-align property
2918    » #1090 - Label somtimes returns natural_width < min_width [Johan Bilien]
2919    » #1091 - WM_MOUSEWHEEL (scroll-event) not handled
2920      correctly [Roman Yazmin]
2921    » #1099 - No ClutterScript API to get a list of IDs in a given
2922      file [Noah Gibbs]
2923    » #1100 - WM_SIZE not handled correctly, user_resize and
2924      window_style correction
2925    » #1103 - Two typos in clutter documentation
2926    » #1121 - Setting anchor point doesn't work if set too early
2927    » #1124 - Clutter causes an additional size request in each
2928      allocation [Johan Bilien]
2929    » #1125 - Save an extra pango_layout_get_size in many
2930      cases [Johan Bilien]
2931    » #1130 - CLUTTER_MOTION is not emitted when time goes
2932      backwards. [Pierce Liu]
2933    » #1137 - Setting the anchor point does not trigger a re-paint
2934    » #1145 - Flicker on resize the window
2935    » #1154 - clutter_timeout_pool_new() documentation doesn't say
2936      how to free [Murray Cumming]
2937
2938 Clutter 0.8.0 (10/07/2008)
2939 ===============================================================================
2940
2941  • List of changes between 0.7.6 and 0.8.0
2942
2943    » Assume that non-power-of-two sized textures are always supported
2944      if texture-from-pixmap support is present.
2945
2946    » Increase documentation coverage.
2947
2948    » Disable the XINPUT support by default.
2949
2950    » Improve the behaviour of clutter_actor_get_transformed_size().
2951
2952    » Fix a copy-and-paste bug which broke the vertex shaders.
2953
2954  • List of bugs fixed since 0.7.6
2955
2956    » #983 - cogl-bitmap-fallback.c compiler error/warning due to cast issue
2957    » #985 - MSC math.h / M_PI issue
2958    » #998 - clutter always captures X input events
2959    » #1000 - clutter-x11 should define gtypes for its enumerations
2960    » #1004 - Fix "edge-detect" shader
2961    » #1007 - Fix TFP fallback mechanism
2962    » #1008 - tfp still a bit borked
2963    » #1010 - ClutterLabel does not update the layout
2964    » #1011 - Fix TFP fallback mechanism (take 2)
2965    » #1012 - clutter_stage_read_pixels() has incorrect alpha data
2966              on some (most?) cards"
2967    » #1013 - Per device grabs are not obeyed in pointer device propagation.
2968    » #1015 - Cloning unparented actors with FBOs doesn't work with new
2969              layout code
2970    » #1016 - Changing window-redirect-automatic property after creating
2971              ClutterX11TexturePixmap doesn't work
2972    » #1019 - clutter-frame-source.h not included by clutter.h
2973    » #1022 - extern inline functions in clutter-fixed.h
2974    » #1033 - Manually parsing command line options prevents initializing
2975              Clutter
2976
2977 Clutter 0.7.6 (27/06/2008)
2978 ===============================================================================
2979
2980  • List of changes between 0.7.4 and 0.7.6
2981
2982    » Removed the ClutterBackend::get_display_size() and wrappers.
2983
2984    » Verify that the vertex shaders are successfully compiled when binding
2985      them.
2986
2987    » Increase safety of the ClutterGLXTexturePixmap
2988
2989  • List of bugs fixed since 0.7.4
2990
2991    » #993 - Underline colors are sometimes wrong
2992
2993 Clutter 0.7.4 (25/06/2008), "Killer Koi"
2994 ===============================================================================
2995
2996  • List of changes between 0.7.2 and 0.7.4
2997
2998    » Fix the ClutterEntry actor after the clip API changes in COGL.
2999
3000    » Update the shaders generated for GLES 2.0.
3001
3002    » Add the ability to add search paths and look up files from
3003      ClutterScript. This allows defining directories to store the
3004      images to be loaded by a ClutterTexture.
3005
3006    » Fix the GLES 1.1 support.
3007
3008    » Warn if no usable pointer device are available on X11 backends.
3009
3010    » Improve the request for the best pixel format on win32.
3011
3012    » Fix a regression when sizing the ClutterStage on backends that
3013      only support fixed size stages; now setting any size will result
3014      in Clutter ignoring the request, like it happened in Clutter 0.6.
3015
3016    » Add a method to ClutterBackend to retrieve the display size.
3017
3018    » Fix clutter_sinx() for angles > CFX_2PI - CFX_ONE.
3019
3020  • List of bugs fixed
3021
3022    » #833 - ClutterEntry should clip glyphs rather than itself
3023    » #858 - Support for multiple devices (using XINPUT)
3024    » #879 - sampler2DRect used by test-shader.c doen't work with non-rect textures
3025    » #979 - Wrong call convension for SwapIntervalProc in win32 backend
3026    » #987 - clutter-event.c c99 variable declaration
3027    » #988 - cursor position wrong with multibyte invisible char
3028    » #989 - Add a search path for clutter script assets
3029
3030 Clutter 0.7.2 (23/06/2008), "Kedoke"
3031 ===============================================================================
3032
3033  • List of changes between 0.7.0 and 0.7.2
3034
3035    » ClutterTexture has a new :keep-aspect-ratio property; when it is set
3036      to TRUE the texture will return a preferred width maintaining the
3037      aspect ratio with the given height and a preferred height maintaining
3038      the aspect ratio with the given width. This allows to set the width or
3039      the height and have the texture automatically request the height or the
3040      width respectively while maintaining the aspect ratio of the original
3041      image.
3042
3043    » Added XINPUT support on the X11 backends; this provides an initial
3044      support for multiple input devices. The API is X11-specific, and
3045      provides support for querying at run-time support for XINPUT, for
3046      getting a list of input devices and for getting the type of each
3047      input device. 
3048  
3049    » The 'fruity' backend also features multiple device support.
3050
3051  • List of bugs fixed
3052
3053    » #816 - clutter_actor_request_coords() should take a const box.
3054    » #836 - Optimize clutter_label_query_coords()
3055    » #905 - Paint cursor directly
3056    » #918 - Group doesn't clip if it's children are clipped
3057    » #953 - Actors are not hidden before unrealized or disposed
3058    » #960 - PangoContext creation code should not be duplicated
3059    » #970 - clutter_actor_get_paint_area confusion
3060    » #971 - Minor ClutterActor cleanups
3061    » #972 - Better parenting
3062    » #973 - unreffing ClutterScore may segfault
3063    » #981 - clutter_stage_read_pixels temprow fix
3064    » #982 - __COGL_GET_CONTEXT MS compiler issue
3065    » #984 - pango_clutter_render_layout() declared void
3066
3067 Clutter 0.7.0 (13/06/2008), "Booska"
3068 ===============================================================================
3069
3070  • List of changes between 0.6 and 0.7.0
3071
3072    » COGL, the underlying GL abstraction layer in Clutter, has been
3073      completely rewritten from the ground up. Its no longer a conceptual
3074      hack but a documented, fully featured library pretty much in its
3075      own right. COGL abstracts over Open GL, Open GL ES 1.1 and now
3076      OpenGL ES 2.0, providing a smart uniform API over these libraries
3077      with various utility features such as texture tiling abstractions,
3078      paths and primitive rendering, FBO, shaders, etc.
3079
3080    » Clutter now provides an experimental backend for the Apple(tm)
3081      iPhone and iPod Touch families of products.
3082
3083    » The Windows platform is now natively supported instead of
3084      relying on the SDL libraries. The win32 backend is still
3085      experimental.
3086
3087    » The X11 based backends now feature support for Actors that wrap
3088      external X drawables (i.e the texture-from-pixmap extension and
3089      fallbacks)
3090
3091    » Clutter now seamlessly supports multiple stages on the backends
3092      that allow this feature.
3093
3094    » The custom Pango renderer has been completely rewritten, now using
3095      the more modern and maintained PangoCairo (instead of FT2), and avoids
3096      nasty subclassing hacks, supports smooth fast scaling of text, has
3097      many edge case issues fixed and it still is very efficient (using
3098      a texture glyph cache). It is even a little bit faster.
3099
3100    » Better texture support, timeline improvements, ClutterLabel and
3101      ClutterEntry improvements, and container child properties are among
3102      the new features - too many to fit in the NEWS file.
3103
3104  • List of bug fixes
3105
3106    » #358 - "window resizing doesn't show scaled stage"
3107    » #425 - "COGL enhancements"
3108    » #439 - "timing related pong lockup due to timeline_rewind somtimes
3109             being ignored by timeline_timeout_func"
3110    » #450 - "ClutterScore API enhancements"
3111    » #641 - "add markers to timelines"
3112    » #666 - "Large font size leads to missing ""W"" and wrong ""J"" character"
3113    » #713 - "texture from pixmap"
3114    » #791 - "default actors to visible"
3115    » #800 - "CLUTTER_ALPHA_EXP_INC overflows"
3116    » #804 - "clutter_actor_get_opacity returns composited alpha"
3117    » #810 - "100 % CPU load with clutter_main()"
3118    » #815 - "Split up request
3119    » #816 - "clutter_actor_request_coords() should take a const box."
3120    » #822 - "Fix clutter_actor_lower()"
3121    » #823 - "Clean-up GLism's in clutter-core (below cogl)"
3122    » #824 - "ClutterEntry should handle its own key events"
3123    » #825 - "Removes GLisms from clutter-main.c"
3124    » #831 - "configure.ac missing osx flavour help"
3125    » #834 - "add ability to set anchor in json"
3126    » #836 - "Optimize clutter_label_query_coords()"
3127    » #839 - "Crash if put cursor over topmost pixel"
3128    » #840 - "Implement prepare-paint and finish-paint signals."
3129    » #848 - "Events dispatch doesn't work in GLX Xephyr"
3130    » #850 - "Impossible to set ClutterRectangle border opacity to a value
3131             different from the surface opacity"
3132    » #857 - "cogl_color doesn't work in PowerVR PC Viewer"
3133    » #860 - "ClutterAlpha leaks"
3134    » #864 - "Allow instantiating and subclassing of ClutterStage"
3135    » #871 - "Two problems with closing stages"
3136    » #873 - "clutter_x11/glx_texture_pixmap issues"
3137    » #874 - "Clipping on GL ES"
3138    » #875 - "Clutter Label Issues"
3139    » #881 - "Timelines require precise system timing"
3140    » #882 - "Allow child properties for containers implementing the
3141             ClutterContainer interface"
3142    » #884 - "Add clutter_alpha_set_closure"
3143    » #889 - "Error when building clutter-ivan with eglx"
3144    » #891 - "assertion failed when test-behave exits"
3145    » #892 - "Incorrect results using  rotation-[center|angle] properties"
3146    » #894 - "Artifacts with the pango renderer"
3147    » #900 - "clutter_actor_lower() and friends do not queue redraw"
3148    » #906 - "Implement timing of the events"
3149    » #908 - "Support transform from G_TYPE_INT to ClutterUnit"
3150    » #909 - "OSX: missing NULL pointer handling"
3151    » #910 - "OSX: missing memory pool"
3152    » #911 - "OSX: add multistage support"
3153    » #912 - "Invalid use of int• as parameter for glGetIntegerv"
3154    » #913 - "cogl fails to build on OSX"
3155    » #914 - "ClutterEntry is confused about characters vs. bytes"
3156    » #915 - "clutter_entry_set_max_length(-1) misbehaves"
3157    » #916 - "ClutterKeyEvent:unicode_value is ignored"
3158    » #919 - "Replacement pango renderer"
3159    » #927 - "Created ports for clutter
3160    » #928 - "Reparenting a child that itself is a container doesn't work"
3161    » #930 - "add support for quartz imagebackend"
3162    » #931 - "suspicious size allocation for pixel data"
3163    » #933 - ""X Error of failed request" when attempting to call
3164             clutter_actor_request_coords()"
3165    » #934 - "Update clutter-tutorial to build with clutter from svn trunk."
3166    » #947 - "Destroying a stage is messy"
3167    » #948 - "Remove texture rectangle support"
3168    » #950 - "AltGr not handled"
3169    » #951 - "Fix clutter_entry_init() in trunk"
3170    » #952 - "Fix test-textures in trunk"
3171    » #953 - "Actors are not hidden before unrealized or disposed"
3172    » #955 - "ClutterLabel is missing fallback resolution handling"
3173    » #959 - "Multiple minor improvements"
3174    » #960 - "PangoContext creation code should not be duplicated"
3175    » #961 - "Fails to build on OSX (query/request_coords is gone)"
3176    » #964 - """unrealized"" signal of ClutterActor wrongly named"
3177
3178 Clutter 0.6.0 (18/02/2008)
3179 ==========================
3180
3181  • List of changes between 0.5.6 and 0.6.0
3182
3183    » New documentation sections inside the API reference, describing
3184      the animation framework.
3185
3186    » New API in ClutterActor for computing the actor's vertices in
3187      the plane of a given ancestor and accessors to query whether an
3188      actor is scaled or rotated
3189
3190  • List of bug fixed
3191
3192    » #613 - Extend point transformation API
3193    » #779 - Rounding error in ClutterBehaviourScale [Havoc Pennington]
3194    » #787 - tiled textures are broken
3195    » #796 - segmentation fault when setting label text
3196
3197 Clutter 0.5.6 (11/02/2008)
3198 ==========================
3199
3200  • List of changes between 0.5.4 and 0.5.6
3201
3202    » Reverted a last minute change in the depth sorting function of
3203      ClutterGroup.
3204
3205    » Added the clutter_actor_move_anchor_point() family of functions,
3206      which will set the anchor point at the given coordinates while
3207      adjusting the actor postion so that the relative position of the
3208      actor toward its parent remains the same.
3209
3210    » Provide a fallback for finding the Clutter alpha functions inside
3211      a UI definition for ClutterScript in case g_module_open() fails.
3212
3213    » Add initial Frame Buffer Objects support in ClutterTexture; using
3214      FBOs, where supported by the hardware and drivers, it's possible to
3215      create a ClutterTexture from any actor.
3216
3217  • List of bugs fixed
3218
3219    » #386 - Stage is white unless a timeline is present
3220    » #439 - timing related pong lockup due to timeline rewind...
3221    » #440 - 1 pixel line flickering
3222    » #442 - Shader support
3223    » #451 - Improve font rendering quality (Pango)
3224    » #452 - Textures are shown with distortion on Solaris/SPARC
3225    » #526 - OSX backend
3226    » #533 - Clutter stage is not shown under some conditions
3227    » #540 - ClutterStage isn't always respecting requests to change size
3228    » #549 - Backend offscreen API is broken
3229    » #613 - Extend point transformation API
3230    » #635 - Fix buffer overflow in clutter_texture_get_pixbuf() [Gwenole
3231      Beauchesne]
3232    » #643 - Superfluous "filter-quality" setting in texture_upload_data()?
3233      [Gwenole Beauchesne]
3234    » #689 - Rotating actor through layers does not handle opacity
3235      correctly [Josh Stewart]
3236    » #710 - Make "box-blur" test shader work in some way [Gwenole Beauchesne]
3237    » #719 - X11 backend does not check window field in events [Havoc
3238      Pennington]
3239    » #724 - ClutterLabel reports wrong height when lines > 1
3240    » #749 - "reactive" property does not change
3241    » #751 - missing XSync in clutter-event-x11.c:xembed_set_info() [Havoc
3242      Pennington]
3243    » #756 - clutter_actor_get_abs_size returns bogus values
3244    » #769 - OSX backend fails to build
3245    » #770 - OSX: passing incompatible pointer type
3246
3247 Clutter 0.5.4 (25/01/2008)
3248 ==========================
3249
3250  • List of changes between 0.5.2 and 0.5.4
3251
3252    » A clutter-x11-<major>.<minor> pkg-config file is installed along
3253      with the clutter-<major>.<minor> and clutter-<backend>-<major>.<minor>
3254      ones, for libraries and applications depending on the X11-based
3255      backends (GLX and EGLX).
3256
3257    » Textures are correctly unrealized before changing and freeing the
3258      main GL context.
3259
3260    » It is now possible to block the automatic call to clutter_main_quit()
3261      when closing the stage window using the frame controls by connecting
3262      an handler for the ::event signal on the Clutter stage and checking
3263      for the CLUTTER_DELETE event type and returning TRUE. This allows
3264      the usage of other main loops with GLib reactors (like Python's twisted)
3265      with Clutter without triggering assertions by closing the stage window.
3266
3267  • List of bugs fixed
3268
3269    » #564 - Add more precise clutter_qdivx() [Gwenole Beauchesne]
3270    » #614 - ClutterActor API inconsistencies
3271    » #640 - ClutterTexture unrealized with no GL context
3272    » #654 - Under heavy load clutter sometimes drops the last frame of
3273      a timeline [Johan Bilien]
3274    » #672 - Event handling in osx backend is broken [Tommi Komulainen]
3275    » #684 - Improve test-scale by also using anchor point [Jaap A. Haitsma]
3276    » #695 - clutter-shader: Invalid format string for
3277      gssize [Tommi Komulainen]
3278    » #696 - cogl_get_proc_address requires GLX [Tommi Komulainen]
3279    » #709 - clutter_effect_scale inconsistent with clutter_actor_set_scale
3280    » #714 - clutter_event_copy for enter/leave event generates
3281      extra unref [Neil Roberts]
3282    » #715 - Type errors in test-shader
3283    » #720 - BehaviourScale not working in python after recent
3284      API change [Josh Stewart]
3285
3286 Clutter 0.5.2 (14/01/2008)
3287 ==========================
3288
3289  • List of changes between 0.5.0 and 0.5.2
3290
3291    » ClutterModelDefault has been renamed to ClutterListModel
3292
3293    » ClutterModel now has vector-based variants for append, prepend and
3294      insert methods; these methods are useful for bindings
3295
3296    » Add units-based variant for clutter_actor_move_by()
3297
3298  • List of bugs fixed
3299
3300    » #694 - Handle GLhandleARB on OS X [Tommi Komulainen]
3301    » #700 - Fix for clutter_effect_rotate() [Neil Roberts]
3302
3303 Clutter 0.5.0 (02/01/2008)
3304 ==========================
3305
3306  • List of changes between 0.4.2 and 0.5.0
3307
3308    » New event handling system: every actor with the CLUTTER_ACTOR_REACTIVE
3309      flag set will receive events from the underlying backend; the event
3310      propagation chain will be walked in two directions (from the actor to
3311      the top-level container and back) with the ability to block it in
3312      both phases.
3313
3314    » ClutterShader, an abstraction over the programmable OpenGL pipeline.
3315
3316    » ClutterScore, an object for controlling timelines; using a score
3317      instance is possible to start multiple timelines at once, or start
3318      a timeline after another has emitted the ::complete signal.
3319
3320    » ClutterScript, an object for parsing a scene from an external file or
3321      a buffer; the scene is described using JSON (JavaScript Object Notation):
3322      every object is defined using its class and properties, and container
3323      objects can have their children defined as well. It is also possible
3324      do describe top-level objects such as timelines and behaviours, and to
3325      automatically connect signal handlers to signal names.
3326
3327    » ClutterTimelines duration can now be set in milliseconds using the
3328      :duration property; the default framerate will be used to compute the
3329      actual duration in frames. The default framerate will be set by the
3330      backend, and can be overridden by the application.
3331
3332    » ClutterTimelines direction can now be set using the :direction
3333      property; a timeline can be set to proceed forward or backward,
3334      and the direction can also be change while the timeline is still
3335      running.
3336
3337    » New, experimental OSX backend.
3338
3339    » Build environment for MS VisualStudio 2005.
3340
3341    » ClutterModel, a generic list-based model object that can be used to
3342      implement actors following the Model-Viewer-Controller design pattern.
3343      Clutter provides a default implementation of ClutterModel, called
3344      ClutterModelDefault and using the GSequence data structure from GLib
3345      to optimize insertion and look up.
3346
3347    » Add the ability to grab pointer and keyboard events: if an actor
3348      is set to have a grab it'll be the only one receiving events until
3349      it releases the grab.
3350
3351    » Add the ability for an actor to receive the key focus; an actor
3352      with key focus will always receive the key events, even if it did
3353      not acquire the keyboard grab.
3354
3355    » It is now possible to set the GL "fog" (also known as "depth cueing")
3356      effect on the ClutterStage; if the fog is enabled, actors farther
3357      away from the view point will fade into the stage background color.
3358
3359    » Each actor now has an "anchor point", a point defined in the actor's
3360      coordinate space that will be used as the origin when scaling and
3361      rotation transformations.
3362
3363    » Every pixel-based API has been doubled with a corresponding
3364      ClutterUnits-based function (postfixed with a '-u'), for instance:
3365
3366        clutter_actor_set_position() - clutter_actor_set_positionu()
3367        clutter_actor_set_size()     - clutter_actor_set_sizeu()
3368        clutter_actor_set_depth()    - clutter_actor_set_depthu()
3369
3370      This allows sub-pixel precision and device independence.
3371
3372    » The ClutterLabel actor now tries very hard to provide a sane
3373      default size, if no bounding box has been requested; this fixes
3374      the :alignment property and allows the addition of the :justify
3375      property.
3376
3377    » The SDL backend can now be compiled under win32 with MingW; this
3378      backend is still marked as experimental.
3379
3380    » The OSX backend allows the compilation of Clutter under OS X; this
3381      backend is experimental.
3382
3383  • List of bugs fixed
3384
3385    » #423 - All actors should emit events rather than just the stage
3386    » #424 - Interface definition files
3387    » #443 - ClutterModel implementation
3388    » #480 - Uninitialized variable in
3389      path_alpha_to_position() [Gwenole Beauchesne]
3390    » #511 - clutter_stage_get_actor_at_pos problem
3391    » #512 - clutter window moves when stage actor is scaled
3392    » #518 - XEMBED not supported in eglx backend
3393    » #519 - Should have an Atom cache initialized on start up
3394    » #520 - Delete after multibyte unicode chars in
3395      ClutterEntry [Tommi Komulainen]
3396    » #522 - Array out of bounds indexing [Tommi Komulainen]
3397    » #523 - cogl portability fixes [Tommi Komulainen]
3398    » #524 - missing config.h includes [Tommi Komulainen]
3399    » #525 - Redundant include in cogl/gl [Tommi Komulainen]
3400    » #531 - Extraneous "new-frame" signal generated
3401    » #532 - clutter_actor_set_scale_with_gravityx()
3402      precision [Gwenole Beauchesne]
3403    » #544 - clutter_color_to_hlsx is broken [Neil Roberts]
3404    » #546 - ClutterStageState doesn't make sense
3405    » #550 - Wanted: Set Actor's position based on center or other
3406      edges/corners of quadrangle
3407    » #557 - ClutterScript should support complex properties for third
3408      party classes
3409    » #558 - Unmerge UI definitions
3410    » #566 - ClutterEntry does not scroll the text to the
3411      right [Gwenole Beauchesne]
3412    » #577 - Inconsistent naming of behaviour properties
3413    » #580 - Fix call to cogl_enable() [Gwenole Beauchesne]
3414    » #582 - api naming inconsistence between
3415             clutter_behaviour_path_append_knots and
3416             clutter_behaviour_bspline_append
3417    » #584 - Typo on clutter_effect_rotate_x documentation page
3418    » #592 - Fix build on trunk [Gwenole Beauchesne]
3419    » #596 - ClutterTexture tileing logic is a little borked
3420    » #597 - ClutterGroups not pickable
3421    » #600 - fix ClutterLabel layout computing when no box has been set
3422    » #604 - Color param for Label constructor should be
3423      const [Jonathon Jongsma]
3424    » #606 - enable depth test in GL
3425    » #608 - Control motion events frequency
3426    » #614 - ClutterActor API inconsistencies
3427    » #616 - ClutterTexture doesn't respect width set from clutterscript
3428    » #617 - ClutterEffect Improvements
3429    » #618 - ClutterScript name/id confusion
3430    » #619 - clutter_behavior_rotate angle properties should accept
3431      negative values
3432    » #628 - clutter_actor_rotate_x() is a setter, not a modifier
3433    » #629 - There is no clutter_actor_get_position()
3434    » #634 - clutter_behaviour_path_new() documentation unclear
3435    » #637 - add depth cueing support to the stage
3436    » #645 - Fix crash in clutter_label_new_full() [Gwenole Beauchesne]
3437    » #647 - Cannot hide the stage
3438    » #648 - Hidden fullscreen stage doesn't come back as fullscreen
3439    » #652 - reference needed on actor being source of last motion_event
3440    » #661 - clutter_actor_set_width() documentation is vague
3441    » #662 - clutter_actor_set_opacity() documentation doesn't describe values
3442    » #665 - ClutterBehaviourEllipse tilts are broken
3443    » #670 - Fix clutter_container_lower_child() [Gwenole Beauchesne]
3444    » #673 - ClutterActor "captured-events" signal documentation wrong
3445    » #674 - ClutterActor::get_depth() and set_depth() vfuncs not
3446      used [Murray Cumming]
3447    » #675 - update subregions of cluttertextures
3448    » #678 - ClutterLabel size allocation still bogus
3449
3450 Clutter 0.4.0 (07/08/2007)
3451 ========================
3452
3453  • List of changes between 0.3.1 and 0.4.0
3454
3455    » Many documentation additions and improvements.
3456
3457    » Display DPI now honours on backends its can be queried.
3458
3459    » Various big endian related fixes.
3460
3461    » ClutterBehaviourEllipse and ClutterBehaviourRotate API and
3462    internals improvements.
3463
3464    » Add basic tslib support to eglnative backend (for touchscreen events)
3465
3466    » clutter_stage_get_actor_at_pos should now work on 16bpp displays.
3467
3468    » New ClutterEffect rotation calls.
3469
3470    » Allowing user resizing of the stage now optional.
3471     (implemented by glx backend only currently)
3472
3473    » ClutterEntry UTF8 fixes and improved automatic initial sizing.
3474
3475    » Make ClutterActor GInitiallyUnowned.
3476
3477    » New ClutterBox API: each box has now a colour and a margin (distance
3478      between the inner-border and the children); plus, each packed child
3479      has a padding. Margins and paddings are expressed in ClutterUnits,
3480      to ease the transition to the device independent units. You can use
3481      clutter_box_set_default_padding() if you want the same padding for
3482      each child.
3483
3484  • List of bug fixed
3485    » #390 - clutter_stage_get_actor_at_pos broken on 16bpp displays.
3486    » #398 - inconsistent type for return value of clutter_event_get_state
3487    » #403 - Critical error when removing texture actor
3488    » #404 - Solaris build error with OpenGL, missing
3489             GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB and GL_TEXTURE_RECTANGLE_ARB
3490    » #409 - depth mismatch between visual (32) and window (24)
3491    » #407 - metadata-available signal #ifdef'ed out
3492    » #413 - Clutter compile error with Sun Studio C compiler
3493    » #426 - typo in sdl_backend
3494    » #414 - ClutterEntry invisible if size not set
3495    » #434 - clutter_color_from_pixel incorrectly interprets alpha value
3496    » #435 - clutter_color_subtract does the opposite of its documentation
3497    » #436 - clutter-behaviour-depth always perform "from deep to shallow"
3498
3499 Clutter 0.3.1 (06/07/2007)
3500 ========================
3501
3502  • List of changes between 0.3 and 0.3.1
3503    » EGL. There are now 2 experimental EGL backends;
3504      - 'eglx', the former EGL on X11 implementation (now renamed)
3505      - 'eglnative', a new EGL 'native' backend which supporting non
3506        X11 EGL implementations (i.e framebuffer).
3507
3508    » ClutterGroup now returns correct size when a child is removed.
3509
3510    » Missing redhand.png added to distro tarball (fixing tests that require
3511      it)
3512
3513    » Fix picking in ClutterBox
3514
3515    » Rectangle border creation fixed.
3516
3517    » Fix overflow in Exponential Alpha funcs.
3518
3519    » Many API documentation fixes and improvements.
3520
3521    » ClutterEffect cleanups.
3522
3523    » ClutterEntry cleanups.
3524
3525    » Check for versioned XFixes library (GLX backend).
3526
3527    » More X error traps in GLX backend.
3528
3529 Clutter 0.3 (29/06/2007)
3530 ========================
3531
3532  • List of changes between 0.2.3 and 0.3
3533    » Clutter now supports both switchable windowing system and GL backends.
3534      Window systems supported include GLX, EGL and SDL.
3535
3536      GL support includes OpenGL 1.2+ and OpenGL ES 1.1. This is
3537      provided by a small basic abstraction layer 'cogl.h'. Cogl is not
3538      yet documented - usage external to Clutter is not yet advised.
3539
3540      Backends may provide specific command line options.
3541
3542      Notes;
3543
3544      GLX
3545      ---
3546      The GLX backend is built by default and is currently the most
3547      developed, supported and featured windowing system backend. Only
3548      OpenGL is supported via GLX.
3549
3550      SDL
3551      ---
3552      Clutter has experimental support for using SDL. Open GL is supported as
3553      is OpenGL ES via Dogles (very experimental).
3554
3555      EGL
3556      ---
3557      Clutter has experimental support for using EGL. Only Open GL ES
3558      is supported by EGL.
3559
3560      EGL support assumes an EGL implementation running atop X Windows.
3561
3562      Open GL ES.
3563      -----------
3564
3565      Clutter now has experimental support for Open GL ES.
3566      Current known issues;
3567
3568      + Unrealising a ClutterTexture will not move pixel data from video
3569        into system memory but simply destroy it.
3570      + BGRA, YUV Texture data not currently supported.
3571
3572      (Use the clutter_feature API to probe for above at runtime)
3573
3574      Open Source ES implementations this has been tested against
3575      include `Vincent' and `dgles'.  Support for commerical
3576      implementations may require modifications to the configure.ac
3577      script.
3578
3579      vincent: http://ogl-es.sourceforge.net/
3580               (Also see: http://svn.o-hand.com/repos/misc/trunk/ogles/ )
3581
3582      dgles: http://developer.hybrid.fi/dgles/index.html
3583
3584    » New ClutterEffect class provides a simplified (and thus less flexible)
3585      API wrapping around behaviours, alphas and timelines.
3586    » New Behaviours - bspline, ellipsis, rotation.
3587    » New built in Alpha functions;
3588       CLUTTER_ALPHA_SINE_INC
3589       CLUTTER_ALPHA_SINE_DEC
3590       CLUTTER_ALPHA_SINE_HALF
3591       CLUTTER_ALPHA_SQUARE
3592       CLUTTER_ALPHA_SMOOTHSTEP_INC
3593       CLUTTER_ALPHA_SMOOTHSTEP_DEC
3594       CLUTTER_ALPHA_EXP_INC
3595       CLUTTER_ALPHA_EXP_DEC
3596    » New Actors and interfaces
3597      + ClutterLayout, for writing extended layout support in actors
3598      + ClutterContainer, for generic container actors
3599      + ClutterBox, ClutterVBox and ClutterHBox layout actors.
3600      + ClutterEntry, text entry actor
3601    » ClutterTexture now handles BGRA, YUV and premultiplied alpha data.
3602    » All internal math now fixed point based.
3603    » Clutter now has it own internal event queue.
3604    » ClutterStage new features;
3605      + Title property for naming in window decorations.
3606      + Perspective setting - The stages perspective can now be modified.
3607    » New Clutter_actor •project API calls allow for querying of tranformed
3608      actor vertices and points.
3609    » New Clutter Feature checks.
3610    » Initial ClutterUnit implementation for device independant positioning.
3611  • List of Bugs fixed
3612    » Various issues with very poor performance and Intel drivers.
3613    » #138 Fix typo in x rotation transform.
3614
3615 Clutter 0.2.3 (2007-04-11)
3616 ==========================
3617
3618  • List of changed between 0.2.2 and 0.2.3
3619    » Fixes to tile based textures and again clutter_texture_get_pixbuf(). [Matthew]
3620    » Implement Gravity for ClutterScaleBehaviour. [Matthew, Rob]
3621
3622 Clutter 0.2.2 (2007-03-22)
3623 ==========================
3624
3625  • List of changed between 0.2.1 and 0.2.2
3626    » Addition of basic XEMBED support for clutter stage. [Matthew]
3627    » Fixes to clutter_texture_get_pixbuf(). [Matthew]
3628    » Export clutter_group_remove_all and add associated fixes. [Matthew]
3629
3630 Clutter 0.2.1 (2007-02-07)
3631 ==========================
3632
3633  • List of changed between 0.2.0 and 0.2.1
3634    » Add even faster double to integer (and back) conversion
3635      functions. [Tomas]
3636    » Fix some errors in the fixed point sine waveform
3637      function. [Tomas]
3638    » Use fixed point math in the Pango renderer. [Tomas]
3639    » Improve the GL version check. [Matthew]
3640    » Add a square waveform function. [Emmanuele]
3641  • List of bugs fixed
3642    » #215 - macro CLUTTER_MARK() not disabled for non-debug builds
3643
3644 Clutter 0.2 (18-01-2007)
3645 ========================
3646
3647  • List of changes between 0.2 and 0.1
3648    » Bindings, GStreamer and GTK+ dependencies moved out of tree:
3649      now Clutter strictly depends on Xlibs, OpenGL and GdkPixbuf only.
3650    » Actors now have an initial floating reference; this means you
3651      don't have to explicitely unref them: every memory an actor
3652      allocates will be freed when the group containing the actor will
3653      be destroyed.
3654    » Add basic run-time detection of GL features.
3655      + Use GL_TEXTURE_RECTANGLE_ARB if available.
3656      + Attempt to set up sync to vblank (set CLUTTER_VBLANK=none to disable)
3657    » Add API for behaviours. A ClutterBehaviour is an object which
3658      drives a set of actors using one or more properties depending
3659      on the value of an "alpha" function.
3660      + Provide simple behaviours: ClutterBehaviourOpacity,
3661        ClutterBehaviourPath and ClutterBehaviourScale.
3662      + Provide simple alpha functions for ramps and sine waveforms.
3663    » Add fixed point API for embedded platforms with no FPU.
3664    » Add support for command line switches to Clutter, like debug
3665      flags and abort on warnings; also allow application to hook up
3666      into the initialisation sequence to add their own command line
3667      switches.
3668    » Add Pango GL renderer for Clutter, and use it to render text
3669      inside the ClutterLabel actor; this decrease texture memory
3670      usage.
3671    » Redo Clutter Label widget, using the new Pango renderer.
3672    » Clutter Textures do not store local pixbuf copy (of texture).
3673    » Redo group and actor scale/sizing API and functionality.
3674    » Add memory management API for ClutterColor, and string parsing.
3675  • List of bug fixed
3676    » #199 - Little group handling fix?
3677    » #198 - Detect NPOT support on more systems
3678    » #197 - Tiled textures are broken
3679    » #196 - Rebuild the examples when the library changes
3680    » #156 - clutter_actor_set_position not using the absolute size
3681    » #155 - Don't test for XInitThreads [Bastien Nocera]
3682    » #154 - Key presses not working in super-oh example [Bastien Nocera]
3683    » #152 - Misc fixes [Bastien Nocera]
3684    » #143 - Faulty ref-counting in clutter_group_remove [Frederic Riss]
3685    » #141 - Copy-pasto in clutter_media_set_volume [Frederic Riss]
3686    » #101 - No package 'x11' found -- wrong configure [Tomasz Torcz]
3687    »  #98 - Enabling trails in super-oh crashes
3688
3689 Clutter 0.1 (22/06/2006)
3690 ========================
3691
3692  • First 'official' release, expect bugs aplenty.
3693  • Contains:
3694    » Hopefully enough functionality to build things.
3695    » Basic gstreamer 0.10 video playback support.
3696    » Fairly stable API, though in no way totally stable.
3697      Expect CHANGES in future versions.
3698    » Some simple examples ( also see OPT ).
3699    » An experimental GTK-Clutter widget.
3700    » Fairly complete Python bindings.
3701    » Non complete but hopefully useful API documentation.
3702  • If you want to help out see the TODO file.