diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -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: |