ladybird/Userland/Services/SpiceAgent
Caoimhe bafc1193ee SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled
The spice server will ignore any clipboard-related messages if we don't
have the appropriate capabilities, but I think it's better for us to
do less CPU churning whenever the user copies something to their
clipboard.

It also stops the spice server from warning in the console
about a clipboard grab message being recieved when the capability was
never announced.
2023-05-23 22:56:36 +02:00
..
ChunkHeader.h SpiceAgent: Add support for reading chunks larger than 2048 bytes 2023-05-21 18:45:53 +02:00
CMakeLists.txt SpiceAgent: Handle file transfer requests properly :^) 2023-05-21 18:45:53 +02:00
FileTransferOperation.cpp SpiceAgent: Handle file transfer requests properly :^) 2023-05-21 18:45:53 +02:00
FileTransferOperation.h SpiceAgent: Handle file transfer requests properly :^) 2023-05-21 18:45:53 +02:00
main.cpp SpiceAgent: Gracefully exit when the Spice server disconnects 2023-05-22 15:11:33 +02:00
Message.cpp SpiceAgent: Reduce copying of potentially large byte buffers 2023-05-22 15:11:33 +02:00
Message.h SpiceAgent: Reduce copying of potentially large byte buffers 2023-05-22 15:11:33 +02:00
MessageHeader.h SpiceAgent: Let's start rewriting the messaging system :^) 2023-05-21 18:45:53 +02:00
SpiceAgent.cpp SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled 2023-05-23 22:56:36 +02:00
SpiceAgent.h SpiceAgent: Gracefully exit when the Spice server disconnects 2023-05-22 15:11:33 +02:00