summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-18 19:53:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-18 19:53:40 (GMT)
commitfbf9c54b02af08ba8fe08d4f73e8c5f6c9b22c31 (patch)
tree04de034bc212971a17a1b95b00f3dc73694643b8 /ChangeLog
parent0fdcf7a96b408ef4d072720d2d5e33313cedc879 (diff)
Extended the graph widget as much as needed and centered its content.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3c3025..1f6cfbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
16-10-18 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c:
+ Extend the graph widget as much as needed and center its content.
+
+ * src/gtkext/gtkviewpanel.c:
+ Typo.
+
+16-10-18 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/gtkgraphview.c:
Fix a huge memory leak when computing shadows.
16-10-17 Cyrille Bagard <nocbos@gmail.com>