summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
commit2df715e74d6600ed0a5688a43f6ecd873957326a (patch)
treefeeb09b609a1fea8ae4441a83107767007ccba37 /ChangeLog
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc94578..9790da7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+16-11-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'themes/Adwaita' directory.
+
+ * src/common/extstr.c:
+ * src/common/extstr.h:
+ Guess if a string ends with the specified suffix.
+
+ * src/core/params.c:
+ * src/core/params.h:
+ Define a new configuration parameter for the current theme name.
+
+ * src/glibext/configuration.c:
+ Fix a silent bug about portable directories separator.
+
+ * src/gtkext/Makefile.am:
+ Remove the 'theme.[ch]' files from libgtkext_la_SOURCES.
+
+ * src/gtkext/theme.c:
+ * src/gtkext/theme.h:
+ Moved entries.
+
+ * src/gui/core/Makefile.am:
+ Add the 'theme.[ch]' files to libguicore_la_SOURCES.
+
+ * src/gui/core/core.c:
+ Update GUI item loading.
+
+ * src/gui/core/theme.c:
+ * src/gui/core/theme.h:
+ New entries: load GTK CSS extensions from files in a given theme directory.
+
+ * src/main.c:
+ Update code.
+
+ * themes/Adwaita/Makefile.am:
+ * themes/Adwaita/clean.png:
+ * themes/Adwaita/display.css:
+ * themes/Adwaita/icons.css:
+ * themes/Adwaita/portions.css:
+ * themes/Adwaita/redo.png:
+ * themes/Adwaita/undo.png:
+ New entries: define the first named theme for Chrysalide.
+
+ * themes/Makefile.am:
+ Redirect processing to SUBDIRS.
+
+ * themes/clean.png:
+ * themes/icons.css:
+ * themes/portions.css:
+ * themes/redo.png:
+ * themes/segments.css:
+ * themes/undo.png:
+ Moved entries.
+
16-11-07 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/contents/file.c: