summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSClipboard.h
AgeCommit message (Expand)Author
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-04-05AK: Revert Eternal<T> for now since it doesn't work as intended.Andreas Kling
2019-04-03AK: Add Eternal<T> and use it in various places.Andreas Kling
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling