summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-04 21:58:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-04 21:58:09 (GMT)
commit4d0451c1153eb572f5ab0833c0c0911dfdc5f11a (patch)
tree6fb1690ded59d323bb21ac200dabb69dca528f2d /ChangeLog
parent08adf78fbff30d213891a533fbf43d91816b166a (diff)
Reordered slot indexes in order to avoid edges crossings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@525 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3349302..7a1bd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+15-05-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/graph/edge.c:
+ * src/gtkext/graph/edge.h:
+ Provide a method to compare edges in order to sort them.
+
+ * src/gtkext/graph/layout.c:
+ Compute the layout twice in order to avoid edges crossings.
+
+ * src/gtkext/graph/node.c:
+ * src/gtkext/graph/node.h:
+ Use g_graph_node_set_x_position() in g_graph_node_apply_position(). Find
+ nodes by either an entry or an exit instruction.
+
+ * src/gtkext/graph/nodes/flow.c:
+ * src/gtkext/graph/nodes/flow.h:
+ Update code. Compare slots for edges. Reorder slot indexes in order to
+ avoid edges crossings.
+
15-05-01 Cyrille Bagard <nocbos@gmail.com>
* src/common/xml.c: