ghex r1178 - in trunk: . src
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: ghex r1178 - in trunk: . src
- Date: Fri, 21 Dec 2007 14:45:37 +0000 (GMT)
Author: jjongsma
Date: 2007-12-21 14:45:37 +0000 (Fri, 21 Dec 2007)
New Revision: 1178
ViewCVS link: http://svn.gnome.org/viewcvs/ghex?rev=1178&view=rev
Modified:
trunk/ChangeLog
trunk/src/gtkhex.c
trunk/src/gtkhex.h
Log:
Add ability to specify arbitrary starting address for offsets in GtkHex widget
* src/gtkhex.c:
* src/gtkhex.h: add API to set a starting offset address. In some ways it
seems that this information is a property of the document rather than the
view, but the GtkHex widget does all of the offset-related stuff, so I put
it here. This is useful for using this widget as a debugger memory editor
since we'll only read a small amount of memory from gdb and we want to be
able to label the rows with the correct address. Fix for bug #465137
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]