diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-08-26 22:41:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-08-26 22:41:12 (GMT) |
commit | 10b620c3f7d6a9e78aa1e9d6dabef466d0b9e3af (patch) | |
tree | 3324503e81bdbc83611aa52b4df83b51090d7104 /ChangeLog | |
parent | 90a79bf4c2c21715e5ef9d8a370928d218c08784 (diff) |
Looked for coordinates using the new addresses definitions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@394 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +14-08-27 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Compare vmpa_t types (by physical offset first). Convert strings to vmpa_t. + + * src/dialogs/goto.c: + * src/dialogs/goto.h: + Update the dialog by asking for physical or virtual property. + Clean the code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Provide the real and existing new address of a line. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Look for coordinates using the new addresses definitions, used when + scrolling to a given address. + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Add the ability to quickly create radio buttons. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + * src/gui/menus/edition.c: + Disable or update some code. + 14-08-25 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.h: |