diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-28 21:22:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-28 21:22:52 (GMT) |
commit | 549dd203344a2f95f4bc596f963a854af004cba2 (patch) | |
tree | 3d840621a9edcb3decc3260ca688b4e75e52f04f /ChangeLog | |
parent | f2696c85e502e36a529a1d8ee3d209498ac2c0e9 (diff) |
Drawn graphic links between the different blocks of code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@81 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +09-06-28 Cyrille Bagard <nocbos@gmail.com> + + * src/graph/dot.c: + * src/graph/dot.h: + Fix a mistake about the coordinates origin. + Load links from the dot's output. + + * src/graph/layout.c: + * src/graph/layout.h: + Load and attach graphic links. + + * src/graph/node.c: + Use the dpi value to place code blocks. + + * src/gtkext/gtkblockview.c: + Typo. + + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + Draw graphic links between the different blocks of code. + + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + New entries: support graphic links between the different blocks of code. + + * src/gtkext/Makefile.am: + Add gtklinkrenderer.[ch] to libgtkext_la_SOURCES. + 09-06-25 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |