summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-23SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabledCaoimhe
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-22SpiceAgent: Gracefully exit when the Spice server disconnectsTimothy Flynn
2023-05-22SpiceAgent: Reduce copying of potentially large byte buffersTimothy Flynn
2023-05-21SpiceAgent: Handle file transfer requests properly :^)Caoimhe
2023-05-21SpiceAgent: Implement `FileTransferData` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStatus` messagesCaoimhe
2023-05-21SpiceAgent: Implement `FileTransferStart` messagesCaoimhe
2023-05-21SpiceAgent: Implement sending clipboard data to the spice serverCaoimhe
2023-05-21SpiceAgent: Add support for copying images to the clipboardCaoimhe
2023-05-21SpiceAgent: Add support for reading chunks larger than 2048 bytesCaoimhe
2023-05-21SpiceAgent: Implement setting the user's clipboard contents for textCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardRequest` messagesCaoimhe
2023-05-21SpiceAgent: Implement `ClipboardGrab` messagesCaoimhe
2023-05-21SpiceAgent: Let's start rewriting the messaging system :^)Caoimhe
2023-05-21SpiceAgent: Minor formatting changesCaoimhe
2023-05-21SpiceAgent: Use `ErrorOr<T>` for `on_message_received`Caoimhe
2023-05-21WebSocket: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21RequestServer: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21Clipboard: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21WebServer: Convert document_root_path from DeprecatedString to StringBen Wiederhake
2023-05-21WebServer: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-20SystemServer: Print useful information when failing to drop privilegesLiav A
2023-05-19LookupServer: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19LibIPC: Explicitly mark HashMap copy, offer move interfaceBen Wiederhake
2023-05-19WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-05-19FileSystemAccessServer: Return EPERM for denied promptsthankyouverycool
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-16LibWeb+WebContent: Add APIs to control video playback stateTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15WindowServer: Catch more Window stealing misbehaviorthankyouverycool
2023-05-15LibGUI+FileSystemAccessServer: Avoid using dummy windowsthankyouverycool
2023-05-15LaunchServer: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-14LookupServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-13SpiceAgent: Gracefully handle the host clearing the clipboardDaniel Bertalan
2023-05-13Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.hBen Wiederhake
2023-05-12SystemServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-12AudioServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-08LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.hAndreas Kling
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-06LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rectBen Wiederhake
2023-05-06WindowServer: Fix window content scaling when switching from fullscreenPatryk Pilipczuk
2023-05-06LibWeb: Fill PageHost root with document background colorAndreas Kling