summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-08-13 00:35:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-08-13 00:35:42 (GMT)
commit50a657889a32a6df365bf9880a6f56bf3a0e828c (patch)
treecf6218848a0119aafa4610baee73adcc1ef6c10b /ChangeLog
parent4c611d6f41d82603a5d37baf88b0bb213044eb60 (diff)
Improved the look of dock stations and saved screen space.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@571 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: