diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 09:47:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 10:07:59 (GMT) |
commit | acd37cbf8578686d2e5bae64b6b4eb6d2bc5376b (patch) | |
tree | c3ec34400c422ccd3e0f122ae6c0ec7ea67e37de /ChangeLog | |
parent | 8ca477e012b11a19363542d171b8e973d637641c (diff) |
Deleted the reference to the main window in all panels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,5 +1,41 @@ 17-08-27 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/Makefile.am: + Remove the 'quirks.[ch]' files from pychrysalide_la_SOURCES. + + * plugins/pychrysa/gtkext/displaypanel.c: + * plugins/pychrysa/gui/editem.c: + * plugins/pychrysa/gui/panels/panel.c: + * plugins/pychrysa/pychrysa.c: + Update code. + + * plugins/pychrysa/quirks.c: + * plugins/pychrysa/quirks.h: + Deleted entries: remove unused code. + + * src/analysis/project.c: + * src/analysis/project.h: + * src/gui/core/core.c: + * src/gui/core/core.h: + Update code. + + * src/gui/core/global.c: + * src/gui/core/global.h: + Register the main window as global variable. + + * src/gui/core/panels.c: + * src/gui/core/panels.h: + Delete the reference to the main window in all panels. + + * src/gui/editor.c: + * src/gui/menus/file.c: + * src/gui/panels/strings.c + * src/gui/panels/welcome.c: + * src/main.c: + Update code. + +17-08-27 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/arch/vmpa.c: * plugins/pychrysa/gui/editem.c: * src/analysis/db/items/move.c: |