summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-12 21:31:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-12 21:31:35 (GMT)
commitda22d42c9644de808dfc3484352c444ee4176bee (patch)
tree67d1533baad0a80cc9f435c781c5d094243fa425 /ChangeLog
parent491e9837f33831f94747a6063f709ba2c5d2703e (diff)
Loaded all custom parameters storing positions of panels divisions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26b669b..8d2d068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
16-03-12 Cyrille Bagard <nocbos@gmail.com>
+ * src/core/params.c:
+ Load all custom parameters storing positions of panels divisions.
+
+ * src/glibext/configuration.c:
+ * src/glibext/configuration.h:
+ Define groups of arbitrary parameters. Typo.
+
+ * src/gui/editor.c:
+ Clean the code. Give a new path to each complex node and use it
+ as a key for the global configuration.
+
+ * src/main.c:
+ Fix a compilation warning.
+
+16-03-12 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/easygtk.c:
* src/gtkext/easygtk.h:
Compute the coordinates of a popup menu attached to a given widget.