diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 40 | 
1 files changed, 40 insertions, 0 deletions
| @@ -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: | 
