Age | Commit message (Expand) | Author |
---|---|---|
2019-02-14 | WindowServer: Convert entire API to be message-based. | Andreas Kling |
2019-02-13 | WindowServer: Refactor more of the menu APIs to be message-based. | Andreas Kling |
2019-02-13 | Rename GUI_Event to GUI_ServerMessage. | Andreas Kling |
2019-02-13 | WindowServer: Begin refactoring towards a fully asynchronous protocol. | Andreas Kling |
2019-02-12 | WindowServer: Clean up any menu objects on process exit. | Andreas Kling |
2019-02-12 | Add API's and plumbing for WindowServer clients to make menus. | Andreas Kling |
2019-02-11 | LibGUI: More work on client-side menus. | Andreas Kling |
2019-02-11 | LibGUI: Add GMenu* and GApplication classes. | Andreas Kling |