diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-25 21:57:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-25 21:57:42 (GMT) |
commit | 4724b73c5161140222cab3c61bb5b3d0c8dde360 (patch) | |
tree | d341f43bacdad465ddae8c8b6c076a573c53e43d /ChangeLog | |
parent | 9ff8702e5c51c7916e239caee13b974dccff6413 (diff) |
Provided tweaks about positions when looking for address coordinates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@480 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +15-02-25 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/gtkext/viewpanel.c: + Disable old code. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Allow to get coordinates of a line containing code, if possible, + for a given address. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Provide tweaks about positions when looking for address coordinates. + + * src/gui/menus/binary.c: + * src/gui/menus/edition.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/symbols.c: + * src/gui/tb/portions.c: + Update. + + * src/project.c: + Wait a little bit before being abl able to use sizes to compute the position of the entry point. + 15-02-24 Cyrille Bagard <nocbos@gmail.com> * src/format/format.c: |