Age | Commit message (Expand) | Author |
---|---|---|
2019-03-16 | IRCClient: Add menus. | Andreas Kling |
2019-02-25 | More moving towards using signed types. | Andreas Kling |
2019-02-20 | LibGUI: Add a GToolBar class that can be populated with GActions. | Andreas Kling |
2019-02-13 | WindowServer: Refactor more of the menu APIs to be message-based. | Andreas Kling |
2019-02-12 | LibGUI: Add GAction class and make GMenu deal in actions rather than strings. | Andreas Kling |
2019-02-12 | Plumb menu item activation events from WindowServer to clients. | 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 |