diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +15-08-13 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Build toggle buttons with images, too. + + * src/gtkext/gtkdockable.c: + * src/gtkext/gtkdockable.h: + * src/gtkext/gtkdockable-int.h: + New entries: define a GObject interface for dockable widgets. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Improve the look of dock stations and save screen space. + + * src/gtkext/Makefile.am: + Add the 'gtkdockable*[ch]' files from libgtkext_la_SOURCES. + + * src/gui/panels/bookmarks.c: + * src/gui/panels/panel.c: + * src/gui/panels/strings.c: + Implement the new interface and update the code. + 15-08-12 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/arch/instruction.c: |