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
Age
Commit message (
Expand
)
Author
2022-10-15
Ports: Add dosfstools port
Liav A
2022-10-15
LibWeb/Fetch: Add "webidentity" destination for FedCM
Linus Groh
2022-10-15
LibWeb/Fetch: Add duplex property to Request
Linus Groh
2022-10-15
LibWeb/Fetch: Add support for parsing a single range header value
Linus Groh
2022-10-15
NetworkSettings+SpiceAgent: Update and add required unveil paths
ne0ndrag0n
2022-10-15
LibJS: Move time zone annotation parsing into ParseISODateTime
snooze6214
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-10-14
LibAudio: Factorize stream initialisation to base class `LoaderPlugin`
Lucas CHOLLET
2022-10-14
LibAudio: Allow the MP3 plugin to be constructed from a byte buffer
Lucas CHOLLET
2022-10-14
LibAudio: Port the MP3 plugin to `Core::Stream`
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Flac plugin
Lucas CHOLLET
2022-10-14
LibAudio: Remove the last occurrence of `Core::File` in the Wav plugin
Lucas CHOLLET
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-10-14
LibWeb: Implement CSS fit-content algorithm precisely as spec says
Andreas Kling
2022-10-14
LibWeb: Resolve *all* percentages in abspos height calculation
Andreas Kling
2022-10-14
LibWeb: Implement basic support for align-content in flex layout
Andreas Kling
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-10-14
LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""
Andreas Kling
2022-10-14
LibWeb: Don't treat `content: ""` as collapsible whitespace
Andreas Kling
2022-10-14
LibWeb: Mark `content: "string"` text nodes as generated
Andreas Kling
2022-10-14
LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_mode
Andreas Kling
2022-10-14
LibWeb: Fix bogus inline-block check in line box layout
Andreas Kling
2022-10-14
LibWeb: Apply min/max constraints to sizes that are initially definite
Andreas Kling
2022-10-14
LibWeb: Clamp flex item's automatic cross sizes to min/max sizes
Andreas Kling
2022-10-14
LibWeb: Mark percentage heights as initially definite when appropriate
Andreas Kling
2022-10-14
LibJS/Temporal: Fix inconsistency in order of observable operations
Luke Wilde
2022-10-14
HexEditor: Render selection background without gaps between rows
Mart G
2022-10-14
LibAudio: Fix 24-bit PCM rescaling
kleines Filmröllchen
2022-10-14
LibAudio: Correctly rescale 8-bit PCM samples
kleines Filmröllchen
2022-10-14
LibSQL: Rewrite the SQL::Value type to be contained within one class
Timothy Flynn
2022-10-14
LibSQL: Remove infallible type conversions from SQL::Value
Timothy Flynn
2022-10-14
LibSQL: Return StringView from enum-to-string converters
Timothy Flynn
2022-10-14
LibSQL: Copy SQL::Value instances less frequently (which may be vectors)
Timothy Flynn
2022-10-14
LibSQL: Add missing header includes
Timothy Flynn
2022-10-14
LibWeb: Add missing property and methods for history object
leeight
2022-10-14
PixelPaint: Unveil clipboard using the right path
snooze6214
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-10-14
LibCore: Read version information from uname() instead of /res/version
kleines Filmröllchen
2022-10-14
uname: Report system revision version aka git commit hash
kleines Filmröllchen
2022-10-14
PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fill
Timothy Slater
2022-10-14
LibGfx: Implement flood fill algorithm in Bitmap class
Timothy Slater
2022-10-14
LibVT: Make Terminal::clear_in_line() keep line attributes
demostanis
2022-10-14
LibC: Add ffs{,l,ll}
demostanis
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
LibC: Fix some compiler errors
Gunnar Beutner
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
[next]