summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Clipboard.cpp
AgeCommit message (Expand)Author
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-20Clipboard+LibGUI: Remove unnecessary client/server greeting messageAndreas Kling
2021-05-10LibGUI: Add Clipboard::clear()Sergey Bugaev
2021-05-10Clipboard+LibGUI: Make set_clipboard_data asynchronousAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17Clipboard+LibGUI: Move clipboard service to anonymous filesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling