diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-05 23:12:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-05 23:12:13 (GMT) |
commit | 40d624af29e752bb4255099ab3f1de64e3c96dd3 (patch) | |
tree | 3491d98e4358f9f8e84825478a3701d7fbb317ce /ChangeLog | |
parent | fd679be33396b0ba85ba6617b33a66d221026d91 (diff) |
Fixed various bugs in the graph layout.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@504 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +15-04-06 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/loop.c: + Update code when creating loops. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Provide a way to properly change an existing link between instructions. + + * src/gtkext/graph/edge.c: + Change the direction for looping edges to left. + + * src/gtkext/graph/node.c: + Upgrade code. Set a pending position only one time. + + * src/gtkext/graph/nodes/flow.c: + Align vertical edges when there is a loop edge in the final block entries. + + * src/gtkext/graph/nodes/virtual.c: + Fix the position of loop edges. + 15-04-05 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/layout.c: |