diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-08-31 15:56:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-08-31 15:56:10 (GMT) |
commit | ed4bb73e5d68c1f81b8e0c3210aa221ec6f2675b (patch) | |
tree | 006a4641fc7a5c820d6a4253ff75e79ef01e368b /ChangeLog | |
parent | 4658d4fa406bad4abe36a76746412cf02c984af0 (diff) |
Loaded a binary strip into the editor.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@358 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +13-08-31 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/archbase.h: + Define some stuff for file offsets. + + * src/common/xml.h: + Update the GLib headers. + + * src/editor.c: + Load a binary strip into the editor. + + * src/format/elf/elf.c: + * src/format/elf/elf_def.h: + * src/format/elf/program.c: + * src/format/elf/program.h: + * src/format/elf/symbols.c: + * src/format/executable.c: + * src/format/executable.h: + * src/format/executable-int.h: + Cut binary programs into portions. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + New entries: introduce data portions. + + * src/glibext/Makefile.am: + Add the 'gbinportion.[ch]' files to libglibext_la_SOURCES. + + * src/gtkext/graph/nodes/flow.c: + * src/gtkext/graph/nodes/virtual.c: + Work on the code. + + * src/gtkext/gtkbinarystrip.c: + * src/gtkext/gtkbinarystrip.h: + New entries: create binary strips for the GUI. + + * src/gtkext/Makefile.am: + Add the 'gtkbinarystrip.[ch]' files to libgtkext_la_SOURCES. + + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + Handle a global position in the current binary. + + * src/gui/tb/Makefile.am: + Add the 'portions.[ch]' files to libguitb_la_SOURCES. + + * src/gui/tb/portions.c: + * src/gui/tb/portions.h: + Create a place for a global binary strip. + + * src/main.c: + Load the binary strip colors. + 13-08-21 Cyrille Bagard <nocbos@gmail.com> * plugins/androhelpers/try_n_catch.c: |