diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-11 18:44:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-11 18:44:09 (GMT) |
commit | d1dd9ae74ba56b04ad8f79d926b2282c6c7fa0fd (patch) | |
tree | f25c3914e514eb3c5959f91979ae18eaf0e35b8e /ChangeLog | |
parent | be1f2f147e8ce15f20ec4de439088714ffa50e8a (diff) |
Updated the code and activated back the toolbar items.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@402 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +14-09-11 Cyrille Bagard <nocbos@gmail.com> + + * src/gui/tb/Makefile.am: + * src/gui/tb/portions.c: + * src/gui/tb/portions.h: + * src/gui/tb/source.c: + * src/gui/tb/source.h: + * src/gui/tb/tbitem.c: + * src/gui/tb/tbitem.h: + Update the code and activate back the toolbar items. + + * src/gui/tb/tbitem-int.h: + New entry: allow to subclass a toolbar item. + + * src/gui/tb/toolbar.c: + * src/gui/tb/toolbar.h: + Renamed entries: see tbitems.[ch]. + 14-09-10 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c: |