Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-07-11 | WindowServer/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-29 | LibGUI: Simplify submenu construction | Andreas 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-16 | LibGUI: Add forwarding header | Andreas Kling | |
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it. | |||
2020-02-15 | LibGUI: Reduce menu-related header dependencies | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |