index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-22
Revert "LibGfx: Add NearestFractional scaling type to painter"
Sam Atkins
2023-05-22
Magnifier: Correct captured bitmap's clipping
Sam Atkins
2023-05-21
SpiceAgent: Handle file transfer requests properly :^)
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferData` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferStatus` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `FileTransferStart` messages
Caoimhe
2023-05-21
SpiceAgent: Implement sending clipboard data to the spice server
Caoimhe
2023-05-21
SpiceAgent: Add support for copying images to the clipboard
Caoimhe
2023-05-21
SpiceAgent: Add support for reading chunks larger than 2048 bytes
Caoimhe
2023-05-21
SpiceAgent: Implement setting the user's clipboard contents for text
Caoimhe
2023-05-21
SpiceAgent: Implement `ClipboardRequest` messages
Caoimhe
2023-05-21
SpiceAgent: Implement `ClipboardGrab` messages
Caoimhe
2023-05-21
SpiceAgent: Let's start rewriting the messaging system :^)
Caoimhe
2023-05-21
AK: Add `SPICE_AGENT_DEBUG` flag
Caoimhe
2023-05-21
SpiceAgent: Minor formatting changes
Caoimhe
2023-05-21
SpiceAgent: Use `ErrorOr<T>` for `on_message_received`
Caoimhe
2023-05-21
LibWeb: Don't assume response object isn't null in fetch abort algorithm
Andreas Kling
2023-05-21
LibWeb: Represent OccupationGrid using HashTable in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Move SVGElement's dataset construction to initialize()
Andreas Kling
2023-05-21
LibWeb: Fix unsafe capture of stack variables in main_fetch()
Andreas Kling
2023-05-21
LibJS: Don't dereference well-known symbols when gathering roots
Andreas Kling
2023-05-21
Shell: Properly detect the kill executable
Undefine
2023-05-21
LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors
Andreas Kling
2023-05-21
LibWeb: Implement table rowspan
Andi Gallo
2023-05-21
LibWeb: Don't crash on percentage values for CSS stroke-width
Andreas Kling
2023-05-21
Kernel/aarch64: Detect if access faults come from SafeMem
Daniel Bertalan
2023-05-21
Kernel/aarch64: Flatten `safe_{memset,strnlen,memcpy}()`
Daniel Bertalan
2023-05-21
Kernel/aarch64: Stub out atomic SafeMem functions
Daniel Bertalan
2023-05-21
LibWeb: Use code to size spanning tracks for non-spanning tracks in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Implement more of spanning tracks sizing in GFC
Aliaksandr Kalenik
2023-05-21
LibIPC: Remove redundant IPC::Dictionary type
Ben Wiederhake
2023-05-21
WebSocket: Avoid unnecessary IPC::Dictionary wrapper
Ben Wiederhake
2023-05-21
RequestServer: Avoid unnecessary IPC::Dictionary wrapper
Ben Wiederhake
2023-05-21
Clipboard: Avoid unnecessary IPC::Dictionary wrapper
Ben Wiederhake
2023-05-21
LibIPC: Fix HashMap detection in case of non-trivial traits
Ben Wiederhake
2023-05-21
Ladybird: Remove unused IODevice.h include
Ben Wiederhake
2023-05-21
WebServer: Convert document_root_path from DeprecatedString to String
Ben Wiederhake
2023-05-21
WebServer: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
LibCodeComprehension: Remove unused #include <DeprecatedFile.h>
Ben Wiederhake
2023-05-21
xml: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
wasm: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
userdel: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
unzip: Prefer File over DeprecatedFile
Ben Wiederhake
2023-05-21
shot: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
run-tests: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
open: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
markdown-check: Prefer LibFileSystem and String over Deprecated*
Ben Wiederhake
2023-05-21
headless-browser: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
Meta: Also run markdown-check on markdown files in each Port subdir
Ben Wiederhake
[next]