libccc 0.0.5
============

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

libccc 0.0.3
============

Changes since 0.0.2:
 * improve applications performance by limiting redraws to ~33 FPS
 * added python bindings from Yves Combe
 * improve the redraw behavior of the circle item
 * fix drawing of multiple paths in sequence
 * CcText derives from CcShape to inherit fill and border properties

libccc 0.0.2
============

Changes since 0.0.1:
 * Added a skeleton to become a canvas editor
 * Fixed the license headers to always mention LGPL
 * Improved view (un)registration (CcItem)
 * Fixed Cursor Position (CcText)
 * Added image rendering (CcPixbuf)
 * Lines disappear correctly (CcLine)
 * Fixed a Segmentation fault in the demo application
   (patch by "Mardy", closes bug 335803)
 * Don't round widths smaller than 1.0 to avoid disappearing of thin lines

