diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-12 18:55:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-12 18:55:55 (GMT) |
commit | 4605b4ac4a04bb11bdf91d77e248656702774bde (patch) | |
tree | 4987c19b0f739ef7cb89ac80068233d6fb037819 /ChangeLog | |
parent | 46bcc7f122245f22772fd3e38d16e6afa7bd5881 (diff) |
Ensured parent nodes are centered on their children when expected.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@534 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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; |