summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-22Revert "LibGfx: Add NearestFractional scaling type to painter"Sam Atkins
2023-05-22Magnifier: Correct captured bitmap's clippingSam Atkins
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-21AK: Add `SPICE_AGENT_DEBUG` flagCaoimhe
2023-05-21SpiceAgent: Minor formatting changesCaoimhe
2023-05-21SpiceAgent: Use `ErrorOr<T>` for `on_message_received`Caoimhe
2023-05-21LibWeb: Don't assume response object isn't null in fetch abort algorithmAndreas Kling
2023-05-21LibWeb: Represent OccupationGrid using HashTable in GFCAliaksandr Kalenik
2023-05-21LibWeb: Move SVGElement's dataset construction to initialize()Andreas Kling
2023-05-21LibWeb: Fix unsafe capture of stack variables in main_fetch()Andreas Kling
2023-05-21LibJS: Don't dereference well-known symbols when gathering rootsAndreas Kling
2023-05-21Shell: Properly detect the kill executableUndefine
2023-05-21LibWeb+LibJS: Don't lazily construct web prototypes in cell constructorsAndreas Kling
2023-05-21LibWeb: Implement table rowspanAndi Gallo
2023-05-21LibWeb: Don't crash on percentage values for CSS stroke-widthAndreas Kling
2023-05-21Kernel/aarch64: Detect if access faults come from SafeMemDaniel Bertalan
2023-05-21Kernel/aarch64: Flatten `safe_{memset,strnlen,memcpy}()`Daniel Bertalan
2023-05-21Kernel/aarch64: Stub out atomic SafeMem functionsDaniel Bertalan
2023-05-21LibWeb: Use code to size spanning tracks for non-spanning tracks in GFCAliaksandr Kalenik
2023-05-21LibWeb: Implement more of spanning tracks sizing in GFCAliaksandr Kalenik
2023-05-21LibIPC: Remove redundant IPC::Dictionary typeBen Wiederhake
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-21LibIPC: Fix HashMap detection in case of non-trivial traitsBen Wiederhake
2023-05-21Ladybird: Remove unused IODevice.h includeBen 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-21LibCodeComprehension: Remove unused #include <DeprecatedFile.h>Ben Wiederhake
2023-05-21xml: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21wasm: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21userdel: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21unzip: Prefer File over DeprecatedFileBen Wiederhake
2023-05-21shot: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21run-tests: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21open: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21markdown-check: Prefer LibFileSystem and String over Deprecated*Ben Wiederhake
2023-05-21headless-browser: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-21Meta: Also run markdown-check on markdown files in each Port subdirBen Wiederhake