index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Clipboard.h
Age
Commit message (
Expand
)
Author
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-05
LibGUI: Make `Clipboard::initialize` propagate errors
Lucas CHOLLET
2023-02-13
LibGUI: Make Clipboard::set_plain_text take text as a StringView
Karol Kosek
2023-01-17
LibGUI: Allow extra metadata when copying bitmaps to the clipboard
Tim Ledbetter
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-02-25
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
Itamar
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-05-10
LibGUI: Add Clipboard::clear()
Sergey Bugaev
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling