Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling | |
2020-02-17 | LibGUI: Expose GUI::Menu::menu_id() and also allow forced realization | Andreas Kling | |
Menu realization is when we instruct WindowServer to create the server-side menu objects on our behalf. | |||
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-15 | LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |