diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-11-11 21:22:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-11-11 21:22:38 (GMT) |
commit | db934f20598340772f8c0256c8a8119790a1821e (patch) | |
tree | d03e57cc5fc953fc3e7653da74a8c58fd310de5d /ChangeLog | |
parent | 2df715e74d6600ed0a5688a43f6ecd873957326a (diff) |
Prepared the new organization of display widgets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -1,5 +1,71 @@ 16-11-09 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/arch/vmpa.c: + * plugins/pychrysa/gtkext/Makefile.am: + * plugins/pychrysa/gtkext/bufferview.c: + Update code. + + * plugins/pychrysa/gtkext/displaypanel.c: + * plugins/pychrysa/gtkext/displaypanel.h: + Renamed entries: prepare the new organization of display widgets. + + * plugins/pychrysa/gtkext/module.c: + Update code. + + * plugins/pychrysa/gtkext/viewpanel.c: + * plugins/pychrysa/gtkext/viewpanel.h: + Renamed entries. + + * plugins/pychrysa/gui/editem.c: + * src/analysis/db/items/move.c: + * src/analysis/project.c: + * src/analysis/project.h: + * src/gtkext/Makefile.am: + * src/gtkext/graph/cluster.c: + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtkbufferview.c: + Update code. + + * src/gtkext/gtkdisplaypanel-int.h: + * src/gtkext/gtkdisplaypanel.c: + * src/gtkext/gtkdisplaypanel.h: + Renamed entries: prepare the new organization of display widgets. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtksourceview.c: + Update code. + + * src/gtkext/gtkviewpanel-int.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + Renamed entries. + + * src/gui/editem-int.h: + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editor.c: + * src/gui/menus/binary.c: + * src/gui/menus/binary.h: + * src/gui/menus/edition.c: + * src/gui/menus/edition.h: + * src/gui/menus/menubar.c: + * src/gui/menus/view.c: + * src/gui/menus/view.h: + * src/gui/panels/bookmarks.c: + * src/gui/panels/glance.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + * src/gui/tb/portions.c: + * src/gui/tb/source.c: + * src/panels/panel-int.h: + * src/panels/panel.c: + * src/panels/panel.h: + Update code. + +16-11-09 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Add the new Makefile from the 'themes/Adwaita' directory. |