diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-22 11:35:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-22 11:35:09 (GMT) |
commit | b639c1f4abca32152bf88f8fd47a9cd114da701b (patch) | |
tree | 3c10f78c94e2747f4c22d692d276ae24c1f6a44d /ChangeLog | |
parent | d450f573d94f795d83d09526546d63c81fde2e1d (diff) |
Created a dialog box to select an entry point to display.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@476 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +15-02-22 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/glibext/bufferline.c: + Update code. + + * src/arch/instruction.c: + Mark buffer lines as containing code. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Provide helpers for dealing with GLib. Convert locations into names and offsets. + + * src/dialogs/gotox.c: + * src/dialogs/gotox.h: + Nen entries: create a dialog box to select an entry point to display. + + * src/dialogs/Makefile.am: + Add the 'gotox.[ch]' files to libdialogs_la_SOURCES. + + * src/glibext/gbinportion.c: + Update code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Export parts of line content as text using optional markup. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Look for the first code lines located at a given address. Update code. + + * src/gui/menus/binary.c: + Add a menu entry to select one binary entry. + 15-02-18 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |