summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-13 14:05:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-13 14:05:50 (GMT)
commitecb9ecc486049fe3bec6ecaeeb27f08f67bf0ef0 (patch)
treec4d84575960583ad61981adef6ed8f958ef9d817 /ChangeLog
parentfc8324b66dee0abf0a5e5e3cc570e1aed96b80c8 (diff)
Made the GUI offer to change the view of the current analyzed binary.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@73 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d13bebf..e978740 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+09-06-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/editor.c:
+ Make the GUI offer to change the view of the current analyzed binary.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Add a function to create a scrolled window.
+
+ * src/gtkext/gtkbinview.c:
+ * src/gtkext/gtkbinview.h:
+ Reorganize the way the binary content is displayed.
+
+ * src/gtkext/gtkbinview-int.h:
+ New entrie: reorganize the way the binary content is displayed.
+
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkblockview.h:
+ Renamed entries: reorganize the way the binary content is displayed.
+
+ * src/gtkext/gtkdockpanel.c:
+ * src/gtkext/gtkdockpanel.h:
+ Allow to look for a dock item with its name and to replace its content.
+
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkgraphview.h:
+ New entries: reorganize the way the binary content is displayed.
+
+ * src/gtkext/gtksnippet.c:
+ * src/gtkext/gtksnippet.h:
+ Deleted entries ; see gtkblockview.[ch].
+
+ * src/gtkext/Makefile.am:
+ Add gtkbinview-int.h, gtkgraphview.[ch] and replace gtksnippet.[ch] by
+ gtkblockview.[ch] in libgtkext_la_SOURCES.
+
+ * src/project.c:
+ * src/project.h:
+ Keep track of all displaying supports for loaded binaries.
+
09-06-08 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: