summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-25 00:34:22 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-25 00:34:22 (GMT)
commitf2696c85e502e36a529a1d8ee3d209498ac2c0e9 (patch)
tree3d8ffe28a730d32c98e8d048b99f67b7856acec9 /ChangeLog
parent23c7cd436e2ec980a68e6d12a6d8a750e357763c (diff)
Used Graphviz library for building graphs (first attempt).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@80 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7f32b7..acd0420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+09-06-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add Graphviz as extra dependency.
+
+ * src/analysis/line.c:
+ * src/analysis/line_code.c:
+ * src/analysis/line.h:
+ * src/analysis/line-int.h:
+ Set a length for all lines. Store links between lines.
+
+ * src/graph/dot.c:
+ * src/graph/dot.h:
+ * src/graph/layout.c:
+ * src/graph/layout.h:
+ * src/graph/Makefile.am:
+ * src/graph/node.c:
+ * src/graph/node.h:
+ New entries: use Graphviz library for building graphs (first attempt).
+
+ * src/gtkext/gtkbinview.c:
+ * src/gtkext/gtkbinview.h:
+ * src/gtkext/gtkbinview-int.h:
+ Store the loaded binary here. Add functions for the Gtkgraphview widget.
+
+ * src/gtkext/gtkgraphview.c:
+ Build graphs.
+
+ * src/gtkext/Makefile.am:
+ Add $(LIBXML_CFLAGS) to INCLUDES.
+
+ * src/Makefile.am:
+ Add $(LIBGRAPH_LIBS) to liboidagtkext_la_LDFLAGS and graph/libgraph.la
+ to liboidagtkext_la_LIBADD.
+
+ * src/project.c:
+ Update the call to gtk_bin_view_set_rendering_lines().
+
09-06-17 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: