diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-23 01:05:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-23 01:05:58 (GMT) |
commit | d761eddfd4b5a27620aaa5e67a0e2e2bc5d55cb1 (patch) | |
tree | dc0d69813fef1b982c3a0fbdc25a00a6183b0852 /ChangeLog | |
parent | d487ea54850c85ea22df22af3b21b57d9ad0fd2f (diff) |
Added menus to change the current displayed view. Do not try the source view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@228 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ 12-01-16 Cyrille Bagard <nocbos@gmail.com> + * po/fr.po: + Update translations for the View menu. + + * src/editor.c: + Remove old code in favour of view. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Allow to change the active widget. + + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + Update the graph view code. + + * src/gtkext/gtkviewpanel.c: + Prevent a crash if a view is not attaching its binary. + + * src/gui/editem.c: + * src/gui/editem.h: + Provide the current binary. + + * src/gui/menus/view.c: + Add menus to change the current displayed view. + +12-01-16 Cyrille Bagard <nocbos@gmail.com> + * src/editor.c: Update editor on view change. |