diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-11-09 01:49:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-11-09 01:49:49 (GMT) |
commit | 2df715e74d6600ed0a5688a43f6ecd873957326a (patch) | |
tree | feeb09b609a1fea8ae4441a83107767007ccba37 /ChangeLog | |
parent | e5808e7df6eb36ff8e150e57e8691a0b05222844 (diff) |
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -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: |