summaryrefslogtreecommitdiff
path: root/scene/gui/menu_bar.h
AgeCommit message (Collapse)Author
2022-10-13Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ↵Eric M
contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context.
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-08-30Fix switching `MenuBar`'s menus with the keys while mouse hoveringMichael Alexsander
2022-08-28Add item auto-highlighting to `MenuBar`Michael Alexsander
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵bruvzg
menu for editor.