summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/MenuItem.h
AgeCommit message (Collapse)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for ↵Tom
context menu By specifying an optional Action for Menu::popup an application can specify what item should be displayed as a default item.
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
The API for adding a submenu to a menu is now: auto& submenu = menu.add_submenu("Name"); submenu.add_action(my_action);
2020-02-16LibGUI: Add forwarding headerAndreas Kling
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it.
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling