[docs] Added autogeneration of TODO
[adg.git] / NEWS
blob996e5d65cc5a5488d33eff4b20cda7c4cdf67ae0
1 ADG 0.3.2
2 =========
4 The dependency on libgcontainer has been dropped: now the adg canvas
5 requires only cairo and Gtk+2 (will be optional). This allows to try
6 the demo program (demo/adg-demo) on any decent GNU/Linux distribution
7 without installing anything.
9 The container logic has been included in AdgEntity (the GChildable
10 portion) and AdgContainer (the GContainerable part).
13 ADG 0.3.1
14 =========
16 Implemented the "invalidate" signal to force the cache recomputation
17 on a new rendering operation.
19 The new cairo "toy" API has been used to do text management in AdgDim.
20 This allows caching of the intermediate glyphs for improved
21 performances (no profiling yet done). The cairo dependency has been
22 raised to version 0.7.4 or more.
24 The AdgLDim entity has been rewritten to full implement the new cache
25 design. Other entities have been improved to allow a paper matrix
26 other than the default identity matrix.
29 ADG 0.3.0
30 =========
32 Reworked styles and implemented AdgContext, a clean and well defined
33 approach to manage rendering customization.
35 Moved all the geometrical stuff in Cairo Path Manipulation Library (CPML),
36 an internal library depending only on cairo.
38 Greatly improved documentation.
41 ADG 0.2.2
42 =========
44 Strongly separated model and paper matrix concepts and updated their
45 management using nested transformations.
47 Reworked the rendering process in a cleaner way by propagating the
48 "render" signal and using internal entity states to let the application
49 know what changed from the previous rendering.
52 ADG 0.2.1
53 =========
55 Reworked the sources tree in a cleaner way (to help future development)
56 and used private structs instead of populating the instance structure.
59 ADG 0.2.0
60 =========
62 This is the first public release of the ADG library. It is in a early stage of
63 developement, but the goal is quite ambitious!