diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-16 17:20:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-16 17:20:06 (GMT) |
commit | 7c40b70d6c1e1e13dadf876c8dda60b525616d47 (patch) | |
tree | 743d0b1981a13fb2de0d2eaacc4f644cf84204c0 /ChangeLog | |
parent | 4d313d845a60e908b9e2723cc1fe2bdbbdded315 (diff) |
Built a new improved status bar for instructions information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +15-12-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + Update code. + + * src/format/format.c: + * src/format/format.h: + Remove old code for resolving symbols and improve the current one. + + * src/glibext/gbinportion.c: + Typo. + + * src/gtkext/Makefile.am: + Add the 'gtkstatusstack.[ch]' files from libgtkext_la_SOURCES. + + * src/gtkext/gtkstatusstack.c: + * src/gtkext/gtkstatusstack.h: + New entries: build a new improved status bar for instructions information. + + * src/gui/editor.c: + Give less space between widgets. + + * src/gui/status.c: + Update code. + 15-12-15 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/instruction.c: |