Changes since 0.0.4:
* new features:
* canvas items can be filled with gradients (linear and radial) now
* started work on resolution independence
* a very nice API to store view-specific data in items
* new classes:
* CcCamera: a CcItem that can display a different canvas
* CcViewCellRenderer: a GtkCellRenderer to render a canvas into a treeview
* new demos:
* simple animation
* item stacking (Canek Palaez)
* easy item customization (Mirco Müller)
* general header cleanup in the demo folder
* CcColor: use GTypePrivate
* CcItem: added raise() and lower() functions
* CcPixbuf: improved rotation and scaling
* CcSimpleItem: added an item that can be used for rapid prototyping
* API Reference: updated and extended
* Test Suite: added a test suite and lots of checks (though many are still
unimplemented)
* some bug fixes by Yves Combe
libccc 0.0.4
============
Changes since 0.0.3:
* started working on an editor (unusable yet)
* drop the frame rate to 25 fps
* added skeleton for c# bindings
* improved the pixbuf item (added rotation support)
* use GTypePrivate in CcLine