summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-14 11:57:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-14 11:57:14 (GMT)
commitae0135d727fdc67a268ede1530042a42a2a1ccd3 (patch)
treed3dc13797072c261ea8bb49dc2e83b0858478bc7 /ChangeLog
parentfa0509e2914e3cb562a7cc58293f1171886fafb0 (diff)
Cleaned and improved the binary views ; implemented some first steps for the graphical view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@76 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc9e705..5b0507a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: