diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +15-05-12 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/graph/layout.c: + Fix compilation warnings. + + * src/gtkext/graph/node.c: + * src/gtkext/graph/node.h: + Introduce a new kink of pending position. + + * src/gtkext/graph/node-int.h: + Clean and update the code. + + * src/gtkext/graph/nodes/flow.c: + * src/gtkext/graph/nodes/virtual.c: + Ensure parent nodes are centered on their children when expected. + 15-05-11 Cyrille Bagard <nocbos@gmail.com> * configure.ac; |