diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -1,3 +1,54 @@ +16-03-08 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/gui/panels/panel.c: + Register new constants for panels. + + * plugins/python/welcome/panel.py: + * src/analysis/project.c: + Update code. + + * src/gtkext/gtkdockable.c: + * src/gtkext/gtkdockable.h: + Provide references of dockable items for UI. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Inherit from GtkNotebook directly for dock stations. Dock and undock + widgets. + + * src/gtkext/gtkviewpanel.c: + Disable some code. + + * src/gui/editem.c: + * src/gui/editem.h: + Provide editor item name for external usage. + + * src/gui/menus/menubar.c: + Store the global accelerator group. + + * src/gui/menus/project.c: + Typo. + + * src/gui/menus/view.c: + Load a dynamic list of dockable panels in the View menu. Dock and undock + panels on demand. + + * src/gui/panels/bookmarks.c: + * src/gui/panels/glance.c: + * src/gui/panels/history.c: + * src/gui/panels/log.c: + Update code. + + * src/gui/panels/panel-int.h: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Give a personality to each panel. Rewrite the tree of docked widgets. + + * src/gui/panels/regedit.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + Update code. + 16-03-05 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/helpers.h: |