summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GMenuItem.cpp
AgeCommit message (Expand)Author
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-02LibGUI: Don't show "Invalid" for menu items without a keyboard shortcutAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling