summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-03LibLine: Ignore ENOENT errors when loading old historyTim Schumacher
2023-06-03SpiceAgent: Exit early if `SPICE_DEVICE` doesn't existCaoimhe
2023-06-03SpiceAgent: Don't pledge `cpath` or open SPICE_DEVICE as `rwc`Caoimhe
2023-06-03LibCore: Add `File::OpenMode::DontCreate`Caoimhe
2023-06-02LibGfx/JPEG: Use `Error` to propagate errorsLucas CHOLLET
2023-06-02Toolchain: Add qt6.qt{base,svg} to serenity.nixnetworkException
2023-06-02Toolchain: Sort packages in {nativeB,b}uildInputs nix listsnetworkException
2023-06-02LibWeb: Fix order/formatting of Properties.jsonSam Atkins
2023-06-02LibWeb: Add missing value ranges to CSS propertiesSam Atkins
2023-06-02LibWeb: Support infinite range for CSS propertiesSam Atkins
2023-06-02LibWeb: Support font-size: calc()Andreas Kling
2023-06-02LibWeb: Add a way to resolve calc() values without a layout nodeAndreas Kling
2023-06-02LibWeb: Fix crashing when grid track size is calc() with percentageAliaksandr Kalenik
2023-06-02Kernel+Userland: Ensure proper unveil permissions before using rm/rmdirLiav A
2023-06-02LibWeb: Bounds-check parsed CSS typesSam Atkins
2023-06-02LibWeb: Generate bounds-checking functions for CSS basic typesSam Atkins
2023-06-02LibWeb: Add comparison operators to CSS numeric types (except Length)Sam Atkins
2023-06-02LibWeb: Support flex items with calc() main size containing percentagesAndreas Kling
2023-06-02LibWeb: Make StackingContext sorting a lot fasterAndreas Kling
2023-06-02Kernel: Move the Storage directory to be a new directory under DevicesLiav A
2023-06-02Ladybird: Simplify ImageCodecPluginLadybird a bitNico Weber
2023-06-02WebContent: Prevent renderer crash on partially invalid imageNico Weber
2023-06-02LibJS: Store PrivateElement values in Handle<Value>Andreas Kling
2023-06-02Kernel: Remove unused Platform.h include in linker scriptkleines Filmröllchen
2023-06-02LibWeb: Parse `clamp()` css math functionstelar7
2023-06-02LibWeb: Parse `max()` css math functionstelar7
2023-06-02LibWeb: Parse `min()` css math functionstelar7
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-01LibC+Tests: Reduce fuzz iteration in TestMemalign to speed up CIBen Wiederhake
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