summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GClipboard.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling