Implemented adg_line_style_apply() as virtual method adg_style_apply()
[adg.git] / NEWS
blob5d55d59feae243f6ce5d5128d4a06700e97d12d7
1 ADG 0.2.2
2 =========
4 Strongly separated model and paper matrix concepts and updated their
5 management using nested transformations. 
6  
7 Reworked the rendering process in a cleaner way by propagating the
8 "render" signal and using internal entity states to let the application
9 know what changed from the previous rendering. 
11 ADG 0.2.1
12 =========
14 Reworked the sources tree in a cleaner way (to help future development)
15 and used private structs instead of populating the instance structure.
17 ADG 0.2.0
18 =========
20 This is the first public release of the ADG library. It is in a early stage of
21 developement, but the goal is quite ambitious!
22   
23 The ADG library is based on cairo (http://cairographics.org) and glib-2.0
24 (http://www.gtk.org), found in any decent linux system.  Furthermore, I based
25 the container/child relationship on my little gcontainer library
26 (http://sourceforge.net/projects/gcontainer/): you must download and install
27 it first.