summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-09-15 20:30:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-09-15 20:30:37 (GMT)
commit74642fbdeefaec21885e5fb6cad432e3e3b47cdb (patch)
tree11c5a34a3cdae86feefe6a35052b0384480fee75 /ChangeLog
parentce8c1719963657aeaf963650183e46979cab0d68 (diff)
Defined a GTK3 style for binary portions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@404 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e512f3..7c463d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+14-09-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefiles from the 'themes' directory.
+
+ * Makefile.am:
+ Add 'themes' to SUBDIRS.
+
+ * src/glibext/gbinportion.c:
+ * src/glibext/gbinportion.h:
+ * src/gtkext/gtkbinarystrip.c:
+ Update code; remove useless parts.
+
+ * src/gtkext/Makefile.am:
+ Add the themes.[ch]' files to libgtkext_la_SOURCES.
+
+ * src/gtkext/theme.c:
+ * src/gtkext/theme.h:
+ New entries: load external style providers.
+
+ * src/main.c:
+ Rely on GTK3 CSS providers for internal widgets. Update code.
+
+ * themes/Makefile.am:
+ * themes/portions.css:
+ New entries: define a GTK3 style for binary portions.
+
14-09-11 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferview.c: