serenity/Userland/Services
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
..
AudioServer AudioServer: Migrate from DeprecatedFile to File 2023-05-12 19:46:54 +01:00
ChessEngine Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h 2023-05-13 07:53:13 +02:00
Clipboard Clipboard: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
ConfigServer
CrashDaemon
DHCPClient
EchoServer
FileOperation
FileSystemAccessServer FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFile 2023-05-21 07:52:41 +02:00
ImageDecoder
KeyboardPreferenceLoader
LaunchServer LaunchServer: Prefer FileSystem over DeprecatedFile 2023-05-15 06:50:43 +02:00
LoginServer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
LookupServer LookupServer: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
NetworkServer
NotificationServer LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
RequestServer RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
SpiceAgent SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled 2023-05-23 22:56:36 +02:00
SQLServer
SystemServer SystemServer: Print useful information when failing to drop privileges 2023-05-20 21:44:03 +02:00
Taskbar LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TelnetServer Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h 2023-05-13 07:53:13 +02:00
WebContent LibWeb: Resolve CSS custom properties on pseudo elements 2023-05-17 20:37:29 +02:00
WebDriver
WebServer WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
WebSocket WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WindowServer LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
CMakeLists.txt