diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 12:55:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-09 12:55:20 (GMT) |
commit | f8f804cf7ff9a62404b843cf303c762101572784 (patch) | |
tree | c35edc5dc8fb5ded9cc8d975d12a1eac2c3e330a /ChangeLog | |
parent | 235b34006d734d55333a182ffd8bbe7fbf8f54bc (diff) |
Reorganized the whole code dealing with dockable panels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +16-03-09 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/gui/core' directory. + + * plugins/pychrysa/gui/panels/panel.c: + * src/analysis/project.c: + Update code. + + * src/gui/Makefile.am: + Add core/libguicore.la to libgui_la_LIBADD and core to SUBDIRS. + + * src/gui/core/Makefile.am: + * src/gui/core/panels.c: + * src/gui/core/panels.h: + New entries: handle a global list of dockable panels. + + * src/gui/dialogs/Makefile.am: + Typo. + + * src/gui/editor.c: + Reorganize the whole code dealing with dockable panels. + + * src/gui/menus/view.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/bookmarks.h: + * src/gui/panels/glance.c: + * src/gui/panels/glance.h: + * src/gui/panels/history.c: + * src/gui/panels/history.h: + * src/gui/panels/log.c: + * src/gui/panels/log.h: + Update code. + + * src/gui/panels/panel-int.h: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Reorganize the whole code dealing with dockable panels. + + * src/gui/panels/regedit.c: + * src/gui/panels/regedit.h: + * src/gui/panels/strings.c: + * src/gui/panels/strings.h: + * src/gui/panels/symbols.c: + * src/gui/panels/symbols.h: + Update code. + 16-03-08 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/gui/panels/panel.c: |