diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +09-06-14 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Update the call to g_rendering_line_find_by_(offset|address). + + * src/analysis/line.c: + * src/analysis/line.h: + Add a function to get the address of the line. Take care of lines + portions (start -> end). Rename g_rendering_line_find_by_offset into + g_rendering_line_find_by_address. + + * src/editor.c: + Update the code. Register the current GtkBinView widget as needed. + + * src/gtkext/gtkbinview.c: + * src/gtkext/gtkbinview.h: + * src/gtkext/gtkbinview-int.h: + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkblockview.h: + * src/gtkext/gtkgraphview.c: + Clean and improve the binary views. Implement some first steps for the + graphical view. Restore the scrolling to a given address. + + * src/panel/symbols.c: + Update call to gtk_(binview|bin_view)_scroll_to_address(). + + * src/project.c: + * src/project.h: + Update call to gtk_bin_view_set_rendering_lines(). Provide the + GtkBinView widget actually used when requested. + 09-06-13 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkblockview.c: |