diff options
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: |