diff options
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. |