summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-06-02LibWeb: Move function parsing to separate methodstelar7
2023-06-02LibWeb: Remove per path clipping for SVGGeometryPaintableMacDue
2023-06-02LibWeb: Avoid text-aligning content that is too long for its line boxFalseHonesty
2023-06-01LibCrypto: Don't return reference to stack frame in PBKDFBen Wiederhake
2023-06-01WindowServer: Don't crash when trying to set invalid effectsBen Wiederhake
2023-06-01LibWeb: Convert NumberStyleValue from float to doubleSam Atkins
2023-06-01LibWeb: Remove int usage of NumberStyleValuesSam Atkins
2023-06-01LibWeb: Implement IntegerStyleValue, for holding `<integer>`Sam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins
2023-06-01LibWeb: Round lengths to 3 decimals after resolving from percentageAndreas Kling
2023-06-01WebP/Lossy: Allow negative values from segment adjustment tooNico Weber
2023-06-01WebP/Lossy: Clamp negative quantization indices to zeroNico Weber
2023-06-01WebP: Remove nonsensical commentNico Weber
2023-06-01WebP/Lossy: Add a missing clampNico Weber
2023-06-01WebP/Lossy: Add `const` annotations to functions in Tables.hNico Weber
2023-06-01WebP/Lossy: Reduce size of MacroblockMetadata from 80 to 20 bytesNico Weber
2023-06-01LibGfx: Do not use divisions when calculating font subpixel offsetsJelle Raaijmakers
2023-06-01LibGfx: Remove SSE version of `Color::blend()`Jelle Raaijmakers
2023-06-01LibWeb: Allow infinitely long flex lines when sizing under max-contentAndreas Kling
2023-06-01LibWeb: Implement `has_transient_activation`stelar7
2023-06-01LibWeb: Set `last activation timestamp` on the windowstelar7
2023-06-01LibWeb: Implement step 7 of `choose_a_browsing_context`stelar7
2023-06-01LibWeb: Measure the overflow for all scroll containersAndreas Kling
2023-06-01LibWeb: Clip overflow in descendant boxes for non-visible CSS overflowAndreas Kling
2023-06-01LibWeb: Let's say that layout viewports are always scroll containersAndreas Kling
2023-06-01LibWeb: Include scrollable overflow in paint tree dumpsAndreas Kling
2023-06-01LibGfx: Optimize `Painter::blit_filtered()`Jelle Raaijmakers
2023-06-01LibWebView: Unbreak content-scales-to-viewport mode for PresenterAndreas Kling
2023-06-01LibGfx: Multiply alpha channels for vector fonts, when necessaryAndi Gallo
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-06-01LibELF: Ignore `$x`/`$d` special symbols when symbolicating AArch64 ELFDaniel Bertalan
2023-06-01LibC: Set up a dummy first stack frame in `_start`Daniel Bertalan
2023-06-01run-tests: Unlink coredumps in self-test modeDaniel Bertalan
2023-06-01LibWeb: Put debug spam about indefinitely sized SVGs behind a flagAndreas Kling
2023-06-01LibWeb: Put debug spam about negative content sizes behind a flagAndreas Kling
2023-06-01LibWeb: Invalidate layout tree in textContent setterAndi Gallo
2023-06-01LibGUI: Add support for jumping to a line and column in TextEditorCaoimhe
2023-06-01LibGfx: Fix winding order of segments on elliptical arcsMacDue
2023-06-01LibGfx: Implement new antialiased filled path rasterizerMacDue
2023-06-01LibGfx: Make PaintStyle::paint() a public functionMacDue
2023-06-01LibGfx: Improve glyph rendering speed for vector fontsJelle Raaijmakers
2023-05-31WebP/Lossy: Use 8-bit buffers for prediction and YUV dataNico Weber
2023-05-31WebP/Lossy: Clamp right after summing IDCT output, instead of laterNico Weber
2023-05-31WebP/Lossy: Move two enums closer to the struct that uses themNico Weber
2023-05-31KeyboardMapper: Do not drop the `unix` pledgeJelle Raaijmakers
2023-05-31LibAudio: Load WAV metadatakleines Filmröllchen
2023-05-31LibAudio: Modernize WAV loaderkleines Filmröllchen
2023-05-31WebP/Lossy: Add a missing clamp() in `TM_PRED` predictionNico Weber
2023-05-31WebP/Lossy: Remove an unnecessary branchNico Weber