diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-16 01:29:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-16 01:29:18 (GMT) |
commit | d487ea54850c85ea22df22af3b21b57d9ad0fd2f (patch) | |
tree | e84eefa64d8845cb97ca98c95cc9acf713ccfcf8 /ChangeLog | |
parent | 725304423eccf57b8e829542670b5abe7b00eeb4 (diff) |
Updated menus on view change.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@227 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +12-01-16 Cyrille Bagard <nocbos@gmail.com> + + * src/editor.c: + Update editor on view change. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview-int.h: + Move the rendering guidelines in the base view widget. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Add a signal to notify tab changes. + + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Move the rendering guidelines in the base view widget. + + * src/gui/editem.c: + * src/gui/editem.h: + Fix a tiny bug and provide the current view panel. + + * src/gui/menus/menubar.c: + * src/gui/menus/view.c: + * src/gui/menus/view.h: + Update menus on view change. + + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Connect the "switch-widget" signal to each created dock station. + 12-01-14 Cyrille Bagard <nocbos@gmail.com> * src/arch/immediate.c: |