summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Clipboard.h
AgeCommit message (Expand)Author
2023-02-13LibGUI: Make Clipboard::set_plain_text take text as a StringViewKarol Kosek
2023-01-17LibGUI: Allow extra metadata when copying bitmaps to the clipboardTim Ledbetter
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-02-25LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServerItamar
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21LibGUI: Make clipboard-as-bitmap parsing less data-race-yBen Wiederhake
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-05-10LibGUI: Add Clipboard::clear()Sergey Bugaev
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling