diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +17-11-12 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/glibext/Makefile.am: + Add the 'loadedpanel.[ch]' files to libpychrysaglibext_la_SOURCES. + + * plugins/pychrysa/glibext/loadedpanel.c: + * plugins/pychrysa/glibext/loadedpanel.h: + New entries: extend the Python bindings. + + * plugins/pychrysa/glibext/module.c: + * src/analysis/db/items/move.c: + + * src/glibext/Makefile.am: + Add the 'gloadedpanel*[ch]' files to libglibext_la_SOURCES. + + * src/glibext/gloadedpanel-int.h: + * src/glibext/gloadedpanel.c: + * src/glibext/gloadedpanel.h: + New entries: define a new interface for displaying loaded contents. + + * src/glibext/linegen.h: + Typo. + + * src/gtkext/gtkdisplaypanel-int.h: + * src/gtkext/gtkdisplaypanel.c: + * src/gtkext/gtkdisplaypanel.h: + * src/gtkext/gtkgraphdisplay.c: + * src/gui/core/global.c: + * src/gui/core/global.h: + * src/gui/core/items.c: + * src/gui/core/items.h: + * 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/edition.c: + * src/gui/menus/menubar.c: + * src/gui/menus/view.c: + * src/gui/panels/bintree.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/errors.c: + * src/gui/panels/glance.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + * src/gui/tb/portions.c: + Update code. + 17-10-25 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/pychrysa.c: |