summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac9be0..917cfba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+15-08-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Build toggle buttons with images, too.
+
+ * src/gtkext/gtkdockable.c:
+ * src/gtkext/gtkdockable.h:
+ * src/gtkext/gtkdockable-int.h:
+ New entries: define a GObject interface for dockable widgets.
+
+ * src/gtkext/gtkdockstation.c:
+ * src/gtkext/gtkdockstation.h:
+ Improve the look of dock stations and save screen space.
+
+ * src/gtkext/Makefile.am:
+ Add the 'gtkdockable*[ch]' files from libgtkext_la_SOURCES.
+
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/panel.c:
+ * src/gui/panels/strings.c:
+ Implement the new interface and update the code.
+
15-08-12 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/arch/instruction.c: