summaryrefslogtreecommitdiff
path: root/LibGUI/GMenu.cpp
AgeCommit message (Expand)Author
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-16IRCClient: Add menus.Andreas Kling
2019-03-02LibGUI+WindowServer: Add app-global keyboard shortcuts.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-15WindowServer: Rename GUI_Foo to WSAPI_Foo.Andreas Kling
2019-02-14WindowServer: Convert entire API to be message-based.Andreas Kling
2019-02-13WindowServer: Convert the remaining menu APIs into messages.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