summaryrefslogtreecommitdiff
path: root/scene/gui/menu_bar.h
AgeCommit message (Expand)Author
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2023-01-05One Copyright Update to rule them allRĂ©mi Verschelde
2022-10-13Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M
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 m...bruvzg