summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b141036..5e243a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+17-04-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbinportion.c:
+ * src/glibext/gbinportion.h:
+ Enable icon for portions.
+
+ * src/gtkext/Makefile.am:
+ Add the 'tmgt.[ch]' files to libgtkext_la_SOURCES.
+
+ * src/gtkext/tmgt.c:
+ * src/gtkext/tmgt.h:
+ New entries: provide common helpers for managing treeviews.
+
+ * src/gui/core/panels.c:
+ Register the new binary tree panel.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'bintree.ui' file to UI_FILES and the 'bintree.[ch]' files
+ to libguipanels_la_SOURCES.
+
+ * src/gui/panels/bintree.c:
+ * src/gui/panels/bintree.h:
+ * src/gui/panels/bintree.ui:
+ New entries: provide a tree panel to inspect binary content.
+
+ * src/gui/panels/gresource.xml:
+ Register the new UI and its icons.
+
+ * src/gui/panels/symbols.c:
+ Update code.
+
17-03-31 Cyrille Bagard <nocbos@gmail.com>
* plugins/readelf/Makefile.am: