summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22cd68e..71a2009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;