diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-03 13:10:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-03 13:10:42 (GMT) |
commit | 6cfa350c21c1e54cf9c597d92a9ea3d1aab01d78 (patch) | |
tree | f961a21eb14ccdc56d24129ff87012c4647579da /ChangeLog | |
parent | 3293a5b3b13271ea1499718d310c1bd0284762a3 (diff) |
Tried to show basic blocks in the graphic view again.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@499 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +15-04-03 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/output.c: + Set an empty size for lines showing a routine label. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Rewrite restrictions for buffer views using the new vmpa_t type. + + * src/gtkext/graph/layout.c: + * src/gtkext/graph/node.c: + * src/gtkext/graph/node.h: + Update code. + + * src/gtkext/graph/nodes/flow.c: + Select only meaningful link when building flow entries/exits. + + * src/gtkext/gtkbufferview.c: + Assign a temporary fake size to the widget. + + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + Try to show basic blocks in the graphic view again. + + * src/gui/menus/view.c: + Update old code. + 15-04-01 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/macro.c: |