diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-04-09 07:52:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-04-09 07:59:29 (GMT) |
commit | acc7b5f33e93bae3bf43e8f029976b7f74260b52 (patch) | |
tree | c0ea91ef69efb8300e97dacb65b3eeebd95f112a /ChangeLog | |
parent | ebe248fe406de9565c8c7787187a1d439e68cd84 (diff) |
Provided a tree panel to inspect binary content.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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: |