diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-26 22:15:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-26 22:15:05 (GMT) |
commit | 8ca477e012b11a19363542d171b8e973d637641c (patch) | |
tree | 94a4fcde1779f031946eff7a36075f41a17cd73b /ChangeLog | |
parent | 4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (diff) |
Removed most of the functions using the editor items as global access to active items.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,47 @@ +17-08-27 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/vmpa.c: + * plugins/pychrysa/gui/editem.c: + * src/analysis/db/items/move.c: + * src/analysis/project.c: + * src/gtkext/gtkgraphdisplay.c: + Update code. + + * src/gui/core/Makefile.am: + Add the 'items.[ch]' files to libguicore_la_SOURCES. + + * src/gui/core/global.c: + * src/gui/core/global.h: + Extend the list of global variables. + + * src/gui/core/items.c: + * src/gui/core/items.h: + New entries: handle all changes relative to the editor items. + + * src/gui/core/panels.c: + Update code. + + * src/gui/editem.c: + * src/gui/editem.h: + Remove most of the functions using the editor items as global access + to active items. + + * src/gui/editor.c: + * src/gui/menus/binary.c: + * src/gui/menus/binary.h: + * src/gui/menus/edition.c: + * src/gui/menus/view.c: + * src/gui/menus/view.h: + * src/gui/panels/bintree.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/errors.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + * src/gui/panels/welcome.c: + * src/gui/status.c: + * src/gui/tb/portions.c: + Update code. + 17-08-22 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/pychrysa.c: |