summaryrefslogtreecommitdiff
path: root/LibGUI/GMenu.h
AgeCommit message (Expand)Author
2019-03-16IRCClient: Add menus.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-20LibGUI: Add a GToolBar class that can be populated with GActions.Andreas Kling
2019-02-13WindowServer: Refactor more of the menu APIs to be message-based.Andreas Kling
2019-02-12LibGUI: Add GAction class and make GMenu deal in actions rather than strings.Andreas Kling
2019-02-12Plumb menu item activation events from WindowServer to clients.Andreas Kling
2019-02-12Add API's and plumbing for WindowServer clients to make menus.Andreas Kling
2019-02-11LibGUI: More work on client-side menus.Andreas Kling
2019-02-11LibGUI: Add GMenu* and GApplication classes.Andreas Kling