summaryrefslogtreecommitdiff
path: root/LibGUI/GMenuItem.cpp
AgeCommit message (Expand)Author
2019-05-24LibGUI: Don't crash when updating menu item that's not in the window server (...Christopher Dumas
2019-04-26LibGUI+WindowServer: Make it possible to have checkable GActions.Andreas Kling
2019-04-12LibGUI+WindowServer: Add support for enabled/disabled actions.Andreas Kling
2019-03-16IRCClient: Add menus.Andreas Kling
2019-02-20LibGUI: Add a GToolBar class that can be populated with GActions.Andreas Kling
2019-02-12LibGUI: Add GAction class and make GMenu deal in actions rather than strings.Andreas Kling
2019-02-11LibGUI: Add GMenu* and GApplication classes.Andreas Kling