diff options
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: |