summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
commit2c28d59fb3671c0fdd1987784076d4968c58b651 (patch)
treea301f6cd9c1fd9f92191fba7fe7b59a7e3a01b5a /ChangeLog
parent67b4887317b7394d63b543aa48cb368406374103 (diff)
Created the GLoadedContent interface to load all kinds of content.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b9a2ad..973d4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+17-12-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/analysis/Makefile.am:
+ Add the 'loaded.[ch]' files to libpychrysaanalysis_la_SOURCES.
+
+ * plugins/pychrysa/analysis/content.c:
+ * plugins/pychrysa/analysis/content.h:
+ Typo.
+
+ * plugins/pychrysa/analysis/loaded.c:
+ * plugins/pychrysa/analysis/loaded.h:
+ New entries: provide Python bindings for loaded contents.
+
+ * plugins/pychrysa/analysis/module.c:
+ Update code.
+
+ * src/analysis/Makefile.am:
+ Add the 'loaded*[ch]' files to libanalysis_la_SOURCES.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Update loaded binaries as loaded contents.
+
+ * src/analysis/loaded-int.h:
+ * src/analysis/loaded.c:
+ * src/analysis/loaded.h:
+ New entries: create the GLoadedContent interface to load all kinds of content.
+
+ * src/analysis/project.c:
+ * src/analysis/project.h:
+ Make projects only store loaded contents. Clean code.
+
+ * src/glibext/gloadedpanel-int.h:
+ * src/glibext/gloadedpanel.c:
+ * src/glibext/gloadedpanel.h:
+ Add setter and getter to deal with linked loaded contents.
+
+ * src/gtkext/graph/cluster.c:
+ * src/gtkext/gtkblockdisplay.c:
+ * src/gtkext/gtkblockdisplay.h:
+ * src/gtkext/gtkbufferdisplay.c:
+ * src/gtkext/gtkdisplaypanel-int.h:
+ * src/gtkext/gtkdisplaypanel.c:
+ * src/gtkext/gtkdisplaypanel.h:
+ Update code.
+
+ * src/gui/editor.c:
+ Track project changes here.
+
+ * src/gui/menus/project.c:
+ * src/gui/menus/view.c:
+ Update code.
+
17-12-26 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/project.c: