diff options
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: |