diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-05 19:36:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-05 19:36:17 (GMT) |
commit | 405698182c46a82d92ccd50baa43fea5e40b1f6a (patch) | |
tree | dacf2a26ef9c32339f777a301e3cce9d1e8fbeed /ChangeLog | |
parent | d626276398a3cdd3cd6432e073a8866aa91418ce (diff) |
Removed dot warnings and connected all edges to the panel views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@318 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 13-01-05 Cyrille Bagard <nocbos@gmail.com> + * src/gtkext/graph/dot.c: + Remove dot warnings when there is not enough space for its too big labels. + + * src/gtkext/graph/node.c: + Fix memory leaks. Connect all edges to the panel views. + +13-01-05 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: Restore decompilation at this level. |