diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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: |