diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-07-25 20:14:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-07-25 20:14:23 (GMT) |
commit | e56a0553f710235d829f36b1edbf3cea00148a98 (patch) | |
tree | af79f4260929b75dc49aac38d6cee1210ed7c80e /ChangeLog | |
parent | 0bd8f885b20c1d660507c62e35410e2e5a958066 (diff) |
Created an (empty) panel for evolution history.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@557 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +15-07-25 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Create a wrapper to provide buttons with images from CSS. + + * src/gtkext/theme.c: + Load an extra style from the 'icons.css' file. + + * src/gui/panels/history.c: + * src/gui/panels/history.h: + New entries: create an (empty) panel for evolution history. + + * src/gui/panels/Makefile.am: + Add the 'history.[ch]' files to libguipanels_la_SOURCES. + + * src/gui/panels/panel.c: + Update code. + + * src/gui/panels/symbols.c: + Typo. + + * themes/clean.png: + * themes/icons.css: + * themes/redo.png: + * themes/undo.png: + New entries: define a style for button pictures. + 15-07-24 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |