summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-15Ports: Add dosfstools portLiav A
2022-10-15LibWeb/Fetch: Add "webidentity" destination for FedCMLinus Groh
2022-10-15LibWeb/Fetch: Add duplex property to RequestLinus Groh
2022-10-15LibWeb/Fetch: Add support for parsing a single range header valueLinus Groh
2022-10-15NetworkSettings+SpiceAgent: Update and add required unveil pathsne0ndrag0n
2022-10-15LibJS: Move time zone annotation parsing into ParseISODateTimesnooze6214
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-15headless-browser: Add ca-certs-path optionsleeight
2022-10-14LibAudio: Factorize stream initialisation to base class `LoaderPlugin`Lucas CHOLLET
2022-10-14LibAudio: Allow the MP3 plugin to be constructed from a byte bufferLucas CHOLLET
2022-10-14LibAudio: Port the MP3 plugin to `Core::Stream`Lucas CHOLLET
2022-10-14LibAudio: Remove the last occurrence of `Core::File` in the Flac pluginLucas CHOLLET
2022-10-14LibAudio: Remove the last occurrence of `Core::File` in the Wav pluginLucas CHOLLET
2022-10-14LibAudio: Get rid of unused method `Loader::file()`Lucas CHOLLET
2022-10-14LibWeb: Implement CSS fit-content algorithm precisely as spec saysAndreas Kling
2022-10-14LibWeb: Resolve *all* percentages in abspos height calculationAndreas Kling
2022-10-14LibWeb: Implement basic support for align-content in flex layoutAndreas Kling
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-14LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""Andreas Kling
2022-10-14LibWeb: Don't treat `content: ""` as collapsible whitespaceAndreas Kling
2022-10-14LibWeb: Mark `content: "string"` text nodes as generatedAndreas Kling
2022-10-14LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_modeAndreas Kling
2022-10-14LibWeb: Fix bogus inline-block check in line box layoutAndreas Kling
2022-10-14LibWeb: Apply min/max constraints to sizes that are initially definiteAndreas Kling
2022-10-14LibWeb: Clamp flex item's automatic cross sizes to min/max sizesAndreas Kling
2022-10-14LibWeb: Mark percentage heights as initially definite when appropriateAndreas Kling
2022-10-14LibJS/Temporal: Fix inconsistency in order of observable operationsLuke Wilde
2022-10-14HexEditor: Render selection background without gaps between rowsMart G
2022-10-14LibAudio: Fix 24-bit PCM rescalingkleines Filmröllchen
2022-10-14LibAudio: Correctly rescale 8-bit PCM sampleskleines Filmröllchen
2022-10-14LibSQL: Rewrite the SQL::Value type to be contained within one classTimothy Flynn
2022-10-14LibSQL: Remove infallible type conversions from SQL::ValueTimothy Flynn
2022-10-14LibSQL: Return StringView from enum-to-string convertersTimothy Flynn
2022-10-14LibSQL: Copy SQL::Value instances less frequently (which may be vectors)Timothy Flynn
2022-10-14LibSQL: Add missing header includesTimothy Flynn
2022-10-14LibWeb: Add missing property and methods for history objectleeight
2022-10-14PixelPaint: Unveil clipboard using the right pathsnooze6214
2022-10-14Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Versionkleines Filmröllchen
2022-10-14LibCore: Read version information from uname() instead of /res/versionkleines Filmröllchen
2022-10-14uname: Report system revision version aka git commit hashkleines Filmröllchen
2022-10-14PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fillTimothy Slater
2022-10-14LibGfx: Implement flood fill algorithm in Bitmap classTimothy Slater
2022-10-14LibVT: Make Terminal::clear_in_line() keep line attributesdemostanis
2022-10-14LibC: Add ffs{,l,ll}demostanis
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14LibC: Fix some compiler errorsGunnar Beutner
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-10-14Tests+Userland: Prefer using __builtin_trap() instead of UD2Gunnar Beutner
2022-10-14AK+Toolchain: Make char and wchar_t behave on AARCH64Gunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner