diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-01-27 22:51:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-01-27 22:51:43 (GMT) |
commit | 7640b28691817aea89fc5a5dd5e74fd0b40c516f (patch) | |
tree | 5b8dc6b6746575fb4bbfcefff36fc9af5f6a2c17 /ChangeLog | |
parent | 56b84c3624c59c8a1796bf411b7ba950d12ddfc5 (diff) |
Made the menu bar appear and disappear in the same way Firefox does.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +17-01-27 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Create menus with extended escape key support. Activate accelerators + based on sensitive state only. + + * src/gui/editor.c: + Make the menu bar appear and disappear in the same way Firefox does. + + * src/gui/menus/binary.c: + * src/gui/menus/debug.c: + * src/gui/menus/edition.c: + * src/gui/menus/file.c: + * src/gui/menus/help.c: + * src/gui/menus/plugins.c: + * src/gui/menus/project.c: + * src/gui/menus/view.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/regedit.c: + * src/gui/panels/strings.c: + Update code. + + * src/gui/panels/welcome.c: + Add a tip of the day. + 17-01-22 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbinportion.c: |