summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-08-17 21:54:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-08-17 21:54:56 (GMT)
commite53684bebd74d0a8ade79082c618ebb21bdea361 (patch)
tree1a9e772134f2fea48ec06c78de1d2ceaef6b69ad /ChangeLog
parenta7d77562cd63f6cf0856b4cc19e245072af86f69 (diff)
Replaced some parts of the graph computing for better results.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@356 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9360772..2cc26fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+13-08-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/graph/layout.c:
+ * src/gtkext/graph/node.c:
+ * src/gtkext/graph/node.h:
+ * src/gtkext/graph/node-int.h:
+ * src/gtkext/graph/nodes/flow.c:
+ * src/gtkext/graph/nodes/flow.h:
+ * src/gtkext/graph/nodes/virtual.c:
+ * src/gtkext/graph/nodes/virtual.h:
+ * src/gtkext/graph/params.h:
+ Replace some parts of the graph computing for better results.
+
+
13-08-13 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/loop.c: