summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbc0d57..f5359b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: