Age | Commit message (Expand) | Author |
---|---|---|
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-09 | LibGUI: Make GMenu inherit from CObject | Andreas Kling |
2019-12-02 | WindowServer: Port to the new IPC system | Andreas Kling |
2019-11-08 | LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection | Andreas Kling |
2019-07-24 | LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector. | Andreas Kling |
2019-07-17 | LibGUI: Revert GWindowServerConnection to being a singleton | Robin Burchell |
2019-07-17 | Port LibGUI to use CIPCClientSideConnection | Robin Burchell |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |