summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-01 15:45:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-01 15:45:46 (GMT)
commitbb6d0c758f8c720d8074bf74e6bd001e36d6a918 (patch)
treee24d0a93f46d8c6a34df70c8a3e7a5300311ca6c /ChangeLog
parent36be37f57a66515444ffbfec6242b991f8346c09 (diff)
Made sure the links have enough space to get fully drawn.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@315 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 322b5f1..f2e81ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+13-01-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/gtkgraphview.c:
+ Make sure the links have enough space to get fully drawn, and resize
+ the support widget.
+
+ * src/gtkext/gtklinkrenderer.c:
+ * src/gtkext/gtklinkrenderer.h:
+ Update size requisition of the parent graph view.
+
12-12-31 Cyrille Bagard <nocbos@gmail.com>
* src/arch/archbase.c: