diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-09-08 23:38:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-09-08 23:38:46 (GMT) |
commit | 1d3c3cb7b108c0bbe05b9853ed4640d35ddf9bcb (patch) | |
tree | 35995d9b9e28db7eb7721f6f09fa68348d6b2385 /ChangeLog | |
parent | 3173b904d5d56a8b5e6bf549c97e3fc49da6c5ba (diff) |
Restored the previous/original rendering of disassemblies.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@111 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +09-09-09 Cyrille Bagard <nocbos@gmail.com> + + * pixmaps/breakpoint.png: + * pixmaps/entry.png: + * pixmaps/stopped.png: + New entries: draw external pictures in the left margin of views. + + * src/analysis/exporter.c: + * src/analysis/exporter.h: + * src/analysis/exporter-int.h: + * src/analysis/line_code.c: + * src/analysis/line_comment.c: + * src/analysis/line_prologue.c: + Track the lengths of the main parts of the lines. + + * src/gtkext/gtkbinview.c: + Draw a border using the style of the view. + + * src/gtkext/gtkblockview.c: + Restore the previous/original rendering of disassemblies (pictures in the + left margin + space between the main parts of each line). + 09-09-06 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |