diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-06 00:07:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-06 00:07:18 (GMT) |
commit | d76e89e102aacfe945b44eb3150cb9f4bbf7b613 (patch) | |
tree | 7dda55fabeddcd0dbd1813d9ceef4b905a056c7f /ChangeLog | |
parent | 2c6e4f3f3f15d1568e9dae407e32a217d8f7ab19 (diff) |
Displayed a tooltip for strings or code symbols in buffer views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@530 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +15-05-06 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/glibext/codebuffer.c: + * src/analysis/binary.c: + Update code. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Tell if a range contains memory up to and including a given address. + + * src/dialogs/gotox.c: + Update code. + + * src/format/format.c: + * src/format/format.h: + Provide the next symbol following a given address. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Respect the MVC design pattern a little bit more when looking for lines. + Allow to get lines by indexes. + + * src/gtkext/gtkbufferview.c: + Display a tooltip for strings or code symbols in buffer views. + 15-05-05 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkgraphview.c: |