Tom
|
1c1ab71692
|
WindowServer/LibGUI: Add default menu items and allow default action for context menu
By specifying an optional Action for Menu::popup an application
can specify what item should be displayed as a default item.
|
2020-07-11 11:45:49 +02:00 |
|
Andreas Kling
|
f0cde70c18
|
LibGUI: Simplify submenu construction
The API for adding a submenu to a menu is now:
auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
|
2020-04-29 11:48:11 +02:00 |
|
Andreas Kling
|
2143da6434
|
LibGUI: Add forwarding header
This patch adds <LibGUI/Forward.h> and uses it a bunch.
It also dragged various header dependency reduction changes into it.
|
2020-02-16 09:41:56 +01:00 |
|
Andreas Kling
|
b011ea9962
|
LibGUI: Reduce menu-related header dependencies
|
2020-02-15 01:56:30 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|