2008-07-10 Emmanuele Bassi <ebassi@openedhand.com>
[profile/ivi/clutter.git] / NEWS
1 Clutter 0.8.0 (10/07/2008)
2 ===============================================================================
3
4  * List of changes between 0.7.6 and 0.8.0
5
6    o Assume that non-power-of-two sized textures are always supported
7      if texture-from-pixmap support is present.
8
9    o Increase documentation coverage.
10
11    o Disable the XINPUT support by default.
12
13    o Improve the behaviour of clutter_actor_get_transformed_size().
14
15    o Fix a copy-and-paste bug which broke the vertex shaders.
16
17  * List of bugs fixed since 0.7.6
18
19    o #983 - cogl-bitmap-fallback.c compiler error/warning due to cast issue
20    o #985 - MSC math.h / M_PI issue
21    o #998 - clutter always captures X input events
22    o #1000 - clutter-x11 should define gtypes for its enumerations
23    o #1004 - Fix "edge-detect" shader
24    o #1007 - Fix TFP fallback mechanism
25    o #1008 - tfp still a bit borked
26    o #1010 - ClutterLabel does not update the layout
27    o #1011 - Fix TFP fallback mechanism (take 2)
28    o #1012 - clutter_stage_read_pixels() has incorrect alpha data
29              on some (most?) cards"
30    o #1013 - Per device grabs are not obeyed in pointer device propagation.
31    o #1015 - Cloning unparented actors with FBOs doesn't work with new
32              layout code
33    o #1016 - Changing window-redirect-automatic property after creating
34              ClutterX11TexturePixmap doesn't work
35    o #1019 - clutter-frame-source.h not included by clutter.h
36    o #1022 - extern inline functions in clutter-fixed.h
37    o #1033 - Manually parsing command line options prevents initializing
38              Clutter
39
40 Clutter 0.7.6 (27/06/2008)
41 ===============================================================================
42
43  * List of changes between 0.7.4 and 0.7.6
44
45    o Removed the ClutterBackend::get_display_size() and wrappers.
46
47    o Verify that the vertex shaders are successfully compiled when binding
48      them.
49
50    o Increase safety of the ClutterGLXTexturePixmap
51
52  * List of bugs fixed since 0.7.4
53
54    o #993 - Underline colors are sometimes wrong
55
56 Clutter 0.7.4 (25/06/2008), "Killer Koi"
57 ===============================================================================
58
59  * List of changes between 0.7.2 and 0.7.4
60
61    o Fix the ClutterEntry actor after the clip API changes in COGL.
62
63    o Update the shaders generated for GLES 2.0.
64
65    o Add the ability to add search paths and look up files from
66      ClutterScript. This allows defining directories to store the
67      images to be loaded by a ClutterTexture.
68
69    o Fix the GLES 1.1 support.
70
71    o Warn if no usable pointer device are available on X11 backends.
72
73    o Improve the request for the best pixel format on win32.
74
75    o Fix a regression when sizing the ClutterStage on backends that
76      only support fixed size stages; now setting any size will result
77      in Clutter ignoring the request, like it happened in Clutter 0.6.
78
79    o Add a method to ClutterBackend to retrieve the display size.
80
81    o Fix clutter_sinx() for angles > CFX_2PI - CFX_ONE.
82
83  * List of bugs fixed
84
85    o #833 - ClutterEntry should clip glyphs rather than itself
86    o #858 - Support for multiple devices (using XINPUT)
87    o #879 - sampler2DRect used by test-shader.c doen't work with non-rect textures
88    o #979 - Wrong call convension for SwapIntervalProc in win32 backend
89    o #987 - clutter-event.c c99 variable declaration
90    o #988 - cursor position wrong with multibyte invisible char
91    o #989 - Add a search path for clutter script assets
92
93 Clutter 0.7.2 (23/06/2008), "Kedoke"
94 ===============================================================================
95
96  * List of changes between 0.7.0 and 0.7.2
97
98    o ClutterTexture has a new :keep-aspect-ratio property; when it is set
99      to TRUE the texture will return a preferred width maintaining the
100      aspect ratio with the given height and a preferred height maintaining
101      the aspect ratio with the given width. This allows to set the width or
102      the height and have the texture automatically request the height or the
103      width respectively while maintaining the aspect ratio of the original
104      image.
105
106    o Added XINPUT support on the X11 backends; this provides an initial
107      support for multiple input devices. The API is X11-specific, and
108      provides support for querying at run-time support for XINPUT, for
109      getting a list of input devices and for getting the type of each
110      input device. 
111  
112    o The 'fruity' backend also features multiple device support.
113
114  * List of bugs fixed
115
116    o #816 - clutter_actor_request_coords() should take a const box.
117    o #836 - Optimize clutter_label_query_coords()
118    o #905 - Paint cursor directly
119    o #918 - Group doesn't clip if it's children are clipped
120    o #953 - Actors are not hidden before unrealized or disposed
121    o #960 - PangoContext creation code should not be duplicated
122    o #970 - clutter_actor_get_paint_area confusion
123    o #971 - Minor ClutterActor cleanups
124    o #972 - Better parenting
125    o #973 - unreffing ClutterScore may segfault
126    o #981 - clutter_stage_read_pixels temprow fix
127    o #982 - __COGL_GET_CONTEXT MS compiler issue
128    o #984 - pango_clutter_render_layout() declared void
129
130 Clutter 0.7.0 (13/06/2008), "Booska"
131 ===============================================================================
132
133  * List of changes between 0.6 and 0.7.0
134
135    o COGL, the underlying GL abstraction layer in Clutter, has been
136      completely rewritten from the ground up. Its no longer a conceptual
137      hack but a documented, fully featured library pretty much in its
138      own right. COGL abstracts over Open GL, Open GL ES 1.1 and now
139      OpenGL ES 2.0, providing a smart uniform API over these libraries
140      with various utility features such as texture tiling abstractions,
141      paths and primitive rendering, FBO, shaders, etc.
142
143    o Clutter now provides an experimental backend for the Apple(tm)
144      iPhone and iPod Touch families of products.
145
146    o The Windows platform is now natively supported instead of
147      relying on the SDL libraries. The win32 backend is still
148      experimental.
149
150    o The X11 based backends now feature support for Actors that wrap
151      external X drawables (i.e the texture-from-pixmap extension and
152      fallbacks)
153
154    o Clutter now seamlessly supports multiple stages on the backends
155      that allow this feature.
156
157    o The custom Pango renderer has been completely rewritten, now using
158      the more modern and maintained PangoCairo (instead of FT2), and avoids
159      nasty subclassing hacks, supports smooth fast scaling of text, has
160      many edge case issues fixed and it still is very efficient (using
161      a texture glyph cache). It is even a little bit faster.
162
163    o Better texture support, timeline improvements, ClutterLabel and
164      ClutterEntry improvements, and container child properties are among
165      the new features - too many to fit in the NEWS file.
166
167  * List of bug fixes
168
169    o #358 - "window resizing doesn't show scaled stage"
170    o #425 - "COGL enhancements"
171    o #439 - "timing related pong lockup due to timeline_rewind somtimes
172             being ignored by timeline_timeout_func"
173    o #450 - "ClutterScore API enhancements"
174    o #641 - "add markers to timelines"
175    o #666 - "Large font size leads to missing ""W"" and wrong ""J"" character"
176    o #713 - "texture from pixmap"
177    o #791 - "default actors to visible"
178    o #800 - "CLUTTER_ALPHA_EXP_INC overflows"
179    o #804 - "clutter_actor_get_opacity returns composited alpha"
180    o #810 - "100 % CPU load with clutter_main()"
181    o #815 - "Split up request
182    o #816 - "clutter_actor_request_coords() should take a const box."
183    o #822 - "Fix clutter_actor_lower()"
184    o #823 - "Clean-up GLism's in clutter-core (below cogl)"
185    o #824 - "ClutterEntry should handle its own key events"
186    o #825 - "Removes GLisms from clutter-main.c"
187    o #831 - "configure.ac missing osx flavour help"
188    o #834 - "add ability to set anchor in json"
189    o #836 - "Optimize clutter_label_query_coords()"
190    o #839 - "Crash if put cursor over topmost pixel"
191    o #840 - "Implement prepare-paint and finish-paint signals."
192    o #848 - "Events dispatch doesn't work in GLX Xephyr"
193    o #850 - "Impossible to set ClutterRectangle border opacity to a value
194             different from the surface opacity"
195    o #857 - "cogl_color doesn't work in PowerVR PC Viewer"
196    o #860 - "ClutterAlpha leaks"
197    o #864 - "Allow instantiating and subclassing of ClutterStage"
198    o #871 - "Two problems with closing stages"
199    o #873 - "clutter_x11/glx_texture_pixmap issues"
200    o #874 - "Clipping on GL ES"
201    o #875 - "Clutter Label Issues"
202    o #881 - "Timelines require precise system timing"
203    o #882 - "Allow child properties for containers implementing the
204             ClutterContainer interface"
205    o #884 - "Add clutter_alpha_set_closure"
206    o #889 - "Error when building clutter-ivan with eglx"
207    o #891 - "assertion failed when test-behave exits"
208    o #892 - "Incorrect results using  rotation-[center|angle] properties"
209    o #894 - "Artifacts with the pango renderer"
210    o #900 - "clutter_actor_lower() and friends do not queue redraw"
211    o #906 - "Implement timing of the events"
212    o #908 - "Support transform from G_TYPE_INT to ClutterUnit"
213    o #909 - "OSX: missing NULL pointer handling"
214    o #910 - "OSX: missing memory pool"
215    o #911 - "OSX: add multistage support"
216    o #912 - "Invalid use of int* as parameter for glGetIntegerv"
217    o #913 - "cogl fails to build on OSX"
218    o #914 - "ClutterEntry is confused about characters vs. bytes"
219    o #915 - "clutter_entry_set_max_length(-1) misbehaves"
220    o #916 - "ClutterKeyEvent:unicode_value is ignored"
221    o #919 - "Replacement pango renderer"
222    o #927 - "Created ports for clutter
223    o #928 - "Reparenting a child that itself is a container doesn't work"
224    o #930 - "add support for quartz imagebackend"
225    o #931 - "suspicious size allocation for pixel data"
226    o #933 - ""X Error of failed request" when attempting to call
227             clutter_actor_request_coords()"
228    o #934 - "Update clutter-tutorial to build with clutter from svn trunk."
229    o #947 - "Destroying a stage is messy"
230    o #948 - "Remove texture rectangle support"
231    o #950 - "AltGr not handled"
232    o #951 - "Fix clutter_entry_init() in trunk"
233    o #952 - "Fix test-textures in trunk"
234    o #953 - "Actors are not hidden before unrealized or disposed"
235    o #955 - "ClutterLabel is missing fallback resolution handling"
236    o #959 - "Multiple minor improvements"
237    o #960 - "PangoContext creation code should not be duplicated"
238    o #961 - "Fails to build on OSX (query/request_coords is gone)"
239    o #964 - """unrealized"" signal of ClutterActor wrongly named"
240
241 Clutter 0.6.0 (18/02/2008)
242 ==========================
243
244  * List of changes between 0.5.6 and 0.6.0
245
246    o New documentation sections inside the API reference, describing
247      the animation framework.
248
249    o New API in ClutterActor for computing the actor's vertices in
250      the plane of a given ancestor and accessors to query whether an
251      actor is scaled or rotated
252
253  * List of bug fixed
254
255    o #613 - Extend point transformation API
256    o #779 - Rounding error in ClutterBehaviourScale [Havoc Pennington]
257    o #787 - tiled textures are broken
258    o #796 - segmentation fault when setting label text
259
260 Clutter 0.5.6 (11/02/2008)
261 ==========================
262
263  * List of changes between 0.5.4 and 0.5.6
264
265    o Reverted a last minute change in the depth sorting function of
266      ClutterGroup.
267
268    o Added the clutter_actor_move_anchor_point() family of functions,
269      which will set the anchor point at the given coordinates while
270      adjusting the actor postion so that the relative position of the
271      actor toward its parent remains the same.
272
273    o Provide a fallback for finding the Clutter alpha functions inside
274      a UI definition for ClutterScript in case g_module_open() fails.
275
276    o Add initial Frame Buffer Objects support in ClutterTexture; using
277      FBOs, where supported by the hardware and drivers, it's possible to
278      create a ClutterTexture from any actor.
279
280  * List of bugs fixed
281
282    o #386 - Stage is white unless a timeline is present
283    o #439 - timing related pong lockup due to timeline rewind...
284    o #440 - 1 pixel line flickering
285    o #442 - Shader support
286    o #451 - Improve font rendering quality (Pango)
287    o #452 - Textures are shown with distortion on Solaris/SPARC
288    o #526 - OSX backend
289    o #533 - Clutter stage is not shown under some conditions
290    o #540 - ClutterStage isn't always respecting requests to change size
291    o #549 - Backend offscreen API is broken
292    o #613 - Extend point transformation API
293    o #635 - Fix buffer overflow in clutter_texture_get_pixbuf() [Gwenole
294      Beauchesne]
295    o #643 - Superfluous "filter-quality" setting in texture_upload_data()?
296      [Gwenole Beauchesne]
297    o #689 - Rotating actor through layers does not handle opacity
298      correctly [Josh Stewart]
299    o #710 - Make "box-blur" test shader work in some way [Gwenole Beauchesne]
300    o #719 - X11 backend does not check window field in events [Havoc
301      Pennington]
302    o #724 - ClutterLabel reports wrong height when lines > 1
303    o #749 - "reactive" property does not change
304    o #751 - missing XSync in clutter-event-x11.c:xembed_set_info() [Havoc
305      Pennington]
306    o #756 - clutter_actor_get_abs_size returns bogus values
307    o #769 - OSX backend fails to build
308    o #770 - OSX: passing incompatible pointer type
309
310 Clutter 0.5.4 (25/01/2008)
311 ==========================
312
313  * List of changes between 0.5.2 and 0.5.4
314
315    o A clutter-x11-<major>.<minor> pkg-config file is installed along
316      with the clutter-<major>.<minor> and clutter-<backend>-<major>.<minor>
317      ones, for libraries and applications depending on the X11-based
318      backends (GLX and EGLX).
319
320    o Textures are correctly unrealized before changing and freeing the
321      main GL context.
322
323    o It is now possible to block the automatic call to clutter_main_quit()
324      when closing the stage window using the frame controls by connecting
325      an handler for the ::event signal on the Clutter stage and checking
326      for the CLUTTER_DELETE event type and returning TRUE. This allows
327      the usage of other main loops with GLib reactors (like Python's twisted)
328      with Clutter without triggering assertions by closing the stage window.
329
330  * List of bugs fixed
331
332    o #564 - Add more precise clutter_qdivx() [Gwenole Beauchesne]
333    o #614 - ClutterActor API inconsistencies
334    o #640 - ClutterTexture unrealized with no GL context
335    o #654 - Under heavy load clutter sometimes drops the last frame of
336      a timeline [Johan Bilien]
337    o #672 - Event handling in osx backend is broken [Tommi Komulainen]
338    o #684 - Improve test-scale by also using anchor point [Jaap A. Haitsma]
339    o #695 - clutter-shader: Invalid format string for
340      gssize [Tommi Komulainen]
341    o #696 - cogl_get_proc_address requires GLX [Tommi Komulainen]
342    o #709 - clutter_effect_scale inconsistent with clutter_actor_set_scale
343    o #714 - clutter_event_copy for enter/leave event generates
344      extra unref [Neil Roberts]
345    o #715 - Type errors in test-shader
346    o #720 - BehaviourScale not working in python after recent
347      API change [Josh Stewart]
348
349 Clutter 0.5.2 (14/01/2008)
350 ==========================
351
352  * List of changes between 0.5.0 and 0.5.2
353
354    o ClutterModelDefault has been renamed to ClutterListModel
355
356    o ClutterModel now has vector-based variants for append, prepend and
357      insert methods; these methods are useful for bindings
358
359    o Add units-based variant for clutter_actor_move_by()
360
361  * List of bugs fixed
362
363    o #694 - Handle GLhandleARB on OS X [Tommi Komulainen]
364    o #700 - Fix for clutter_effect_rotate() [Neil Roberts]
365
366 Clutter 0.5.0 (02/01/2008)
367 ==========================
368
369  * List of changes between 0.4.2 and 0.5.0
370
371    o New event handling system: every actor with the CLUTTER_ACTOR_REACTIVE
372      flag set will receive events from the underlying backend; the event
373      propagation chain will be walked in two directions (from the actor to
374      the top-level container and back) with the ability to block it in
375      both phases.
376
377    o ClutterShader, an abstraction over the programmable OpenGL pipeline.
378
379    o ClutterScore, an object for controlling timelines; using a score
380      instance is possible to start multiple timelines at once, or start
381      a timeline after another has emitted the ::complete signal.
382
383    o ClutterScript, an object for parsing a scene from an external file or
384      a buffer; the scene is described using JSON (JavaScript Object Notation):
385      every object is defined using its class and properties, and container
386      objects can have their children defined as well. It is also possible
387      do describe top-level objects such as timelines and behaviours, and to
388      automatically connect signal handlers to signal names.
389
390    o ClutterTimelines duration can now be set in milliseconds using the
391      :duration property; the default framerate will be used to compute the
392      actual duration in frames. The default framerate will be set by the
393      backend, and can be overridden by the application.
394
395    o ClutterTimelines direction can now be set using the :direction
396      property; a timeline can be set to proceed forward or backward,
397      and the direction can also be change while the timeline is still
398      running.
399
400    o New, experimental OSX backend.
401
402    o Build environment for MS VisualStudio 2005.
403
404    o ClutterModel, a generic list-based model object that can be used to
405      implement actors following the Model-Viewer-Controller design pattern.
406      Clutter provides a default implementation of ClutterModel, called
407      ClutterModelDefault and using the GSequence data structure from GLib
408      to optimize insertion and look up.
409
410    o Add the ability to grab pointer and keyboard events: if an actor
411      is set to have a grab it'll be the only one receiving events until
412      it releases the grab.
413
414    o Add the ability for an actor to receive the key focus; an actor
415      with key focus will always receive the key events, even if it did
416      not acquire the keyboard grab.
417
418    o It is now possible to set the GL "fog" (also known as "depth cueing")
419      effect on the ClutterStage; if the fog is enabled, actors farther
420      away from the view point will fade into the stage background color.
421
422    o Each actor now has an "anchor point", a point defined in the actor's
423      coordinate space that will be used as the origin when scaling and
424      rotation transformations.
425
426    o Every pixel-based API has been doubled with a corresponding
427      ClutterUnits-based function (postfixed with a '-u'), for instance:
428
429        clutter_actor_set_position() - clutter_actor_set_positionu()
430        clutter_actor_set_size()     - clutter_actor_set_sizeu()
431        clutter_actor_set_depth()    - clutter_actor_set_depthu()
432
433      This allows sub-pixel precision and device independence.
434
435    o The ClutterLabel actor now tries very hard to provide a sane
436      default size, if no bounding box has been requested; this fixes
437      the :alignment property and allows the addition of the :justify
438      property.
439
440    o The SDL backend can now be compiled under win32 with MingW; this
441      backend is still marked as experimental.
442
443    o The OSX backend allows the compilation of Clutter under OS X; this
444      backend is experimental.
445
446  * List of bugs fixed
447
448    o #423 - All actors should emit events rather than just the stage
449    o #424 - Interface definition files
450    o #443 - ClutterModel implementation
451    o #480 - Uninitialized variable in
452      path_alpha_to_position() [Gwenole Beauchesne]
453    o #511 - clutter_stage_get_actor_at_pos problem
454    o #512 - clutter window moves when stage actor is scaled
455    o #518 - XEMBED not supported in eglx backend
456    o #519 - Should have an Atom cache initialized on start up
457    o #520 - Delete after multibyte unicode chars in
458      ClutterEntry [Tommi Komulainen]
459    o #522 - Array out of bounds indexing [Tommi Komulainen]
460    o #523 - cogl portability fixes [Tommi Komulainen]
461    o #524 - missing config.h includes [Tommi Komulainen]
462    o #525 - Redundant include in cogl/gl [Tommi Komulainen]
463    o #531 - Extraneous "new-frame" signal generated
464    o #532 - clutter_actor_set_scale_with_gravityx()
465      precision [Gwenole Beauchesne]
466    o #544 - clutter_color_to_hlsx is broken [Neil Roberts]
467    o #546 - ClutterStageState doesn't make sense
468    o #550 - Wanted: Set Actor's position based on center or other
469      edges/corners of quadrangle
470    o #557 - ClutterScript should support complex properties for third
471      party classes
472    o #558 - Unmerge UI definitions
473    o #566 - ClutterEntry does not scroll the text to the
474      right [Gwenole Beauchesne]
475    o #577 - Inconsistent naming of behaviour properties
476    o #580 - Fix call to cogl_enable() [Gwenole Beauchesne]
477    o #582 - api naming inconsistence between
478             clutter_behaviour_path_append_knots and
479             clutter_behaviour_bspline_append
480    o #584 - Typo on clutter_effect_rotate_x documentation page
481    o #592 - Fix build on trunk [Gwenole Beauchesne]
482    o #596 - ClutterTexture tileing logic is a little borked 
483    o #597 - ClutterGroups not pickable
484    o #600 - fix ClutterLabel layout computing when no box has been set
485    o #604 - Color param for Label constructor should be
486      const [Jonathon Jongsma]
487    o #606 - enable depth test in GL
488    o #608 - Control motion events frequency
489    o #614 - ClutterActor API inconsistencies
490    o #616 - ClutterTexture doesn't respect width set from clutterscript
491    o #617 - ClutterEffect Improvements
492    o #618 - ClutterScript name/id confusion
493    o #619 - clutter_behavior_rotate angle properties should accept
494      negative values
495    o #628 - clutter_actor_rotate_x() is a setter, not a modifier
496    o #629 - There is no clutter_actor_get_position()
497    o #634 - clutter_behaviour_path_new() documentation unclear
498    o #637 - add depth cueing support to the stage
499    o #645 - Fix crash in clutter_label_new_full() [Gwenole Beauchesne]
500    o #647 - Cannot hide the stage
501    o #648 - Hidden fullscreen stage doesn't come back as fullscreen
502    o #652 - reference needed on actor being source of last motion_event
503    o #661 - clutter_actor_set_width() documentation is vague
504    o #662 - clutter_actor_set_opacity() documentation doesn't describe values
505    o #665 - ClutterBehaviourEllipse tilts are broken
506    o #670 - Fix clutter_container_lower_child() [Gwenole Beauchesne]
507    o #673 - ClutterActor "captured-events" signal documentation wrong
508    o #674 - ClutterActor::get_depth() and set_depth() vfuncs not
509      used [Murray Cumming]
510    o #675 - update subregions of cluttertextures
511    o #678 - ClutterLabel size allocation still bogus
512
513 Clutter 0.4.0 (07/08/2007)
514 ========================
515
516  * List of changes between 0.3.1 and 0.4.0
517
518    o Many documentation additions and improvements.
519
520    o Display DPI now honours on backends its can be queried.
521
522    o Various big endian related fixes.
523
524    o ClutterBehaviourEllipse and ClutterBehaviourRotate API and
525    internals improvements.
526
527    o Add basic tslib support to eglnative backend (for touchscreen events)
528
529    o clutter_stage_get_actor_at_pos should now work on 16bpp displays.
530
531    o New ClutterEffect rotation calls.
532
533    o Allowing user resizing of the stage now optional.
534     (implemented by glx backend only currently)
535
536    o ClutterEntry UTF8 fixes and improved automatic initial sizing.
537
538    o Make ClutterActor GInitiallyUnowned.
539
540    o New ClutterBox API: each box has now a colour and a margin (distance
541      between the inner-border and the children); plus, each packed child
542      has a padding. Margins and paddings are expressed in ClutterUnits,
543      to ease the transition to the device independent units. You can use
544      clutter_box_set_default_padding() if you want the same padding for
545      each child.
546
547  * List of bug fixed
548    o #390 - clutter_stage_get_actor_at_pos broken on 16bpp displays.
549    o #398 - inconsistent type for return value of clutter_event_get_state
550    o #403 - Critical error when removing texture actor
551    o #404 - Solaris build error with OpenGL, missing
552             GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB and GL_TEXTURE_RECTANGLE_ARB
553    o #409 - depth mismatch between visual (32) and window (24)
554    o #407 - metadata-available signal #ifdef'ed out
555    o #413 - Clutter compile error with Sun Studio C compiler
556    o #426 - typo in sdl_backend
557    o #414 - ClutterEntry invisible if size not set
558    o #434 - clutter_color_from_pixel incorrectly interprets alpha value
559    o #435 - clutter_color_subtract does the opposite of its documentation
560    o #436 - clutter-behaviour-depth always perform "from deep to shallow"
561
562 Clutter 0.3.1 (06/07/2007)
563 ========================
564
565  * List of changes between 0.3 and 0.3.1
566    o EGL. There are now 2 experimental EGL backends;
567      - 'eglx', the former EGL on X11 implementation (now renamed)
568      - 'eglnative', a new EGL 'native' backend which supporting non
569        X11 EGL implementations (i.e framebuffer).
570
571    o ClutterGroup now returns correct size when a child is removed.
572
573    o Missing redhand.png added to distro tarball (fixing tests that require
574      it)
575
576    o Fix picking in ClutterBox
577
578    o Rectangle border creation fixed.
579
580    o Fix overflow in Exponential Alpha funcs.
581
582    o Many API documentation fixes and improvements.
583
584    o ClutterEffect cleanups.
585
586    o ClutterEntry cleanups.
587
588    o Check for versioned XFixes library (GLX backend).
589
590    o More X error traps in GLX backend.
591
592 Clutter 0.3 (29/06/2007)
593 ========================
594
595  * List of changes between 0.2.3 and 0.3
596    o Clutter now supports both switchable windowing system and GL backends.
597      Window systems supported include GLX, EGL and SDL.
598
599      GL support includes OpenGL 1.2+ and OpenGL ES 1.1. This is
600      provided by a small basic abstraction layer 'cogl.h'. Cogl is not
601      yet documented - usage external to Clutter is not yet advised.
602
603      Backends may provide specific command line options.
604
605      Notes;
606
607      GLX
608      ---
609      The GLX backend is built by default and is currently the most
610      developed, supported and featured windowing system backend. Only
611      OpenGL is supported via GLX.
612
613      SDL
614      ---
615      Clutter has experimental support for using SDL. Open GL is supported as
616      is OpenGL ES via Dogles (very experimental).
617
618      EGL
619      ---
620      Clutter has experimental support for using EGL. Only Open GL ES
621      is supported by EGL.
622
623      EGL support assumes an EGL implementation running atop X Windows.
624
625      Open GL ES.
626      -----------
627
628      Clutter now has experimental support for Open GL ES.
629      Current known issues;
630
631      + Unrealising a ClutterTexture will not move pixel data from video
632        into system memory but simply destroy it.
633      + BGRA, YUV Texture data not currently supported.
634
635      (Use the clutter_feature API to probe for above at runtime)
636
637      Open Source ES implementations this has been tested against
638      include `Vincent' and `dgles'.  Support for commerical
639      implementations may require modifications to the configure.ac
640      script.
641
642      vincent: http://ogl-es.sourceforge.net/
643               (Also see: http://svn.o-hand.com/repos/misc/trunk/ogles/ )
644
645      dgles: http://developer.hybrid.fi/dgles/index.html
646
647    o New ClutterEffect class provides a simplified (and thus less flexible)
648      API wrapping around behaviours, alphas and timelines.
649    o New Behaviours - bspline, ellipsis, rotation.
650    o New built in Alpha functions;
651       CLUTTER_ALPHA_SINE_INC
652       CLUTTER_ALPHA_SINE_DEC
653       CLUTTER_ALPHA_SINE_HALF
654       CLUTTER_ALPHA_SQUARE
655       CLUTTER_ALPHA_SMOOTHSTEP_INC
656       CLUTTER_ALPHA_SMOOTHSTEP_DEC
657       CLUTTER_ALPHA_EXP_INC
658       CLUTTER_ALPHA_EXP_DEC
659    o New Actors and interfaces
660      + ClutterLayout, for writing extended layout support in actors
661      + ClutterContainer, for generic container actors
662      + ClutterBox, ClutterVBox and ClutterHBox layout actors.
663      + ClutterEntry, text entry actor
664    o ClutterTexture now handles BGRA, YUV and premultiplied alpha data.
665    o All internal math now fixed point based.
666    o Clutter now has it own internal event queue.
667    o ClutterStage new features;
668      + Title property for naming in window decorations.
669      + Perspective setting - The stages perspective can now be modified.
670    o New Clutter_actor *project API calls allow for querying of tranformed
671      actor vertices and points.
672    o New Clutter Feature checks.
673    o Initial ClutterUnit implementation for device independant positioning.
674  * List of Bugs fixed
675    o Various issues with very poor performance and Intel drivers.
676    o #138 Fix typo in x rotation transform.
677
678 Clutter 0.2.3 (2007-04-11)
679 ==========================
680
681  * List of changed between 0.2.2 and 0.2.3
682    o Fixes to tile based textures and again clutter_texture_get_pixbuf(). [Matthew]
683    o Implement Gravity for ClutterScaleBehaviour. [Matthew, Rob]
684
685 Clutter 0.2.2 (2007-03-22)
686 ==========================
687
688  * List of changed between 0.2.1 and 0.2.2
689    o Addition of basic XEMBED support for clutter stage. [Matthew]
690    o Fixes to clutter_texture_get_pixbuf(). [Matthew]
691    o Export clutter_group_remove_all and add associated fixes. [Matthew]
692
693 Clutter 0.2.1 (2007-02-07)
694 ==========================
695
696  * List of changed between 0.2.0 and 0.2.1
697    o Add even faster double to integer (and back) conversion
698      functions. [Tomas]
699    o Fix some errors in the fixed point sine waveform
700      function. [Tomas]
701    o Use fixed point math in the Pango renderer. [Tomas]
702    o Improve the GL version check. [Matthew]
703    o Add a square waveform function. [Emmanuele]
704  * List of bugs fixed
705    o #215 - macro CLUTTER_MARK() not disabled for non-debug builds
706
707 Clutter 0.2 (18-01-2007)
708 ========================
709
710  * List of changes between 0.2 and 0.1
711    o Bindings, GStreamer and GTK+ dependencies moved out of tree:
712      now Clutter strictly depends on Xlibs, OpenGL and GdkPixbuf only.
713    o Actors now have an initial floating reference; this means you
714      don't have to explicitely unref them: every memory an actor
715      allocates will be freed when the group containing the actor will
716      be destroyed.
717    o Add basic run-time detection of GL features.
718      + Use GL_TEXTURE_RECTANGLE_ARB if available.
719      + Attempt to set up sync to vblank (set CLUTTER_VBLANK=none to disable)
720    o Add API for behaviours. A ClutterBehaviour is an object which
721      drives a set of actors using one or more properties depending
722      on the value of an "alpha" function.
723      + Provide simple behaviours: ClutterBehaviourOpacity,
724        ClutterBehaviourPath and ClutterBehaviourScale.
725      + Provide simple alpha functions for ramps and sine waveforms.
726    o Add fixed point API for embedded platforms with no FPU.
727    o Add support for command line switches to Clutter, like debug
728      flags and abort on warnings; also allow application to hook up
729      into the initialisation sequence to add their own command line
730      switches.
731    o Add Pango GL renderer for Clutter, and use it to render text
732      inside the ClutterLabel actor; this decrease texture memory
733      usage.
734    o Redo Clutter Label widget, using the new Pango renderer.
735    o Clutter Textures do not store local pixbuf copy (of texture).
736    o Redo group and actor scale/sizing API and functionality.
737    o Add memory management API for ClutterColor, and string parsing.
738  * List of bug fixed
739    o #199 - Little group handling fix?
740    o #198 - Detect NPOT support on more systems
741    o #197 - Tiled textures are broken
742    o #196 - Rebuild the examples when the library changes
743    o #156 - clutter_actor_set_position not using the absolute size
744    o #155 - Don't test for XInitThreads [Bastien Nocera]
745    o #154 - Key presses not working in super-oh example [Bastien Nocera]
746    o #152 - Misc fixes [Bastien Nocera]
747    o #143 - Faulty ref-counting in clutter_group_remove [Frederic Riss]
748    o #141 - Copy-pasto in clutter_media_set_volume [Frederic Riss]
749    o #101 - No package 'x11' found -- wrong configure [Tomasz Torcz]
750    o  #98 - Enabling trails in super-oh crashes
751
752 Clutter 0.1 (22/06/2006)
753 ========================
754
755  * First 'official' release, expect bugs aplenty.
756  * Contains:
757    o Hopefully enough functionality to build things.
758    o Basic gstreamer 0.10 video playback support.
759    o Fairly stable API, though in no way totally stable.
760      Expect CHANGES in future versions.
761    o Some simple examples ( also see OPT ).
762    o An experimental GTK-Clutter widget.
763    o Fairly complete Python bindings.
764    o Non complete but hopefully useful API documentation.
765  * If you want to help out see the TODO file.