diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-13 19:22:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-13 19:22:17 (GMT) |
commit | 7e722e76e90944c53f152ca3f28653507a1ce9ed (patch) | |
tree | 080cc9892d56180163aae601ec784139960c8492 /ChangeLog | |
parent | ecb9ecc486049fe3bec6ecaeeb27f08f67bf0ef0 (diff) |
Restored the drawing of pictures on the lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@74 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 09-06-13 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/line.c: + * src/analysis/line.h: + * src/analysis/line-int.h: + Restore the drawing of pictures on the lines by using an internal + GTK style rather than the main window one. + +09-06-13 Cyrille Bagard <nocbos@gmail.com> + * src/editor.c: Make the GUI offer to change the view of the current analyzed binary. |