diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +16-03-17 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/gtkext/viewpanel.c: + Update code. + + * src/analysis/db/items/Makefile.am: + Add the new 'move.[ch]' files to libanalysisdbitems_la_SOURCES. + + * src/analysis/db/items/bookmark.c: + Typo. + + * src/analysis/db/items/move.c: + * src/analysis/db/items/move.h: + New entries: create a new feature and store all main moves in the database. + + * src/analysis/db/items/switcher.c: + Typo. + + * src/analysis/db/protocol.h: + Register DBF_MOVES as feature. + + * src/analysis/project.c: + Update code. + + * src/arch/vmpa.h: + Define the SQLITE_VMPA_CREATE macro to create named DB fields. + + * src/core/collections.c: + Register a new collection for the DBF_MOVES feature. + + * src/gtkext/gtkviewpanel-int.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + Define the first steps of an unique interface for dealing with the caret. + + * src/gui/editem.c: + Centralize all caret move creations for the database here. + + * src/gui/menus/binary.c: + * src/gui/menus/edition.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/strings.c: + * src/gui/panels/symbols.c: + * src/gui/tb/portions.c: + Update code. + 16-03-15 Cyrille Bagard <nocbos@gmail.com> * plugins/readdex/class.c: |