Updated README
[adg.git] / NEWS
blob33b0a8982376eec93a27c91a21bf5dd7085100a2
1 ADG 0.3.0
2 =========
4 Reworked styles and implemented AdgContext, a clean and well defined
5 approach to manage rendering customization. 
6  
7 Moved all the geometrical stuff in Cairo Path Manipulation Library (CPML),
8 an internal library depending only on cairo. 
9   
10 Greatly improved documentation.
12 ADG 0.2.2
13 =========
15 Strongly separated model and paper matrix concepts and updated their
16 management using nested transformations. 
18 Reworked the rendering process in a cleaner way by propagating the
19 "render" signal and using internal entity states to let the application
20 know what changed from the previous rendering. 
22 ADG 0.2.1
23 =========
25 Reworked the sources tree in a cleaner way (to help future development)
26 and used private structs instead of populating the instance structure.
28 ADG 0.2.0
29 =========
31 This is the first public release of the ADG library. It is in a early stage of
32 developement, but the goal is quite ambitious!
33   
34 The ADG library is based on cairo (http://cairographics.org) and glib-2.0
35 (http://www.gtk.org), found in any decent linux system.  Furthermore, I based
36 the container/child relationship on my little gcontainer library
37 (http://sourceforge.net/projects/gcontainer/): you must download and install
38 it first.