index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled
Caoimhe
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-22
SpiceAgent: Gracefully exit when the Spice server disconnects
Timothy Flynn
2023-05-22
SpiceAgent: Reduce copying of potentially large byte buffers
Timothy Flynn
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
SpiceAgent: Minor formatting changes
Caoimhe
2023-05-21
SpiceAgent: Use `ErrorOr<T>` for `on_message_received`
Caoimhe
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
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-20
SystemServer: Print useful information when failing to drop privileges
Liav A
2023-05-19
LookupServer: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-19
LibIPC: Explicitly mark HashMap copy, offer move interface
Ben Wiederhake
2023-05-19
WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-05-19
FileSystemAccessServer: Return EPERM for denied prompts
thankyouverycool
2023-05-17
Kernel+Userland: Split bind-mounting and re-mounting from mount syscall
Liav A
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-16
LibWeb+WebContent: Add APIs to control video playback state
Timothy Flynn
2023-05-16
Browser+LibWeb+WebContent: Broadcast video element context menu requests
Timothy Flynn
2023-05-15
WindowServer: Catch more Window stealing misbehavior
thankyouverycool
2023-05-15
LibGUI+FileSystemAccessServer: Avoid using dummy windows
thankyouverycool
2023-05-15
LaunchServer: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-14
LookupServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-13
SpiceAgent: Gracefully handle the host clearing the clipboard
Daniel Bertalan
2023-05-13
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
Ben Wiederhake
2023-05-12
SystemServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-12
AudioServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-06
LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rect
Ben Wiederhake
2023-05-06
WindowServer: Fix window content scaling when switching from fullscreen
Patryk Pilipczuk
2023-05-06
LibWeb: Fill PageHost root with document background color
Andreas Kling
[next]