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