summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-12LibKeyboard: Read keymap through File, not DeprecatedFileBen Wiederhake
2023-05-12AudioServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-12Base: Run `SpiceAgent` as a user serviceCaoimhe
2023-05-12ClipboardHistory: Use titlecasing in the applet's window titleTimothy Flynn
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-12LibWeb: Implement fetching classic scripts using Fetch infrastructureTimothy Flynn
2023-05-12LibWeb: Implement the fetch a classic script AOTimothy Flynn
2023-05-12LibTextCodec: Change UTF-8's decoder to replace invalid code pointsTimothy Flynn
2023-05-12LibWeb: Add an alias for FetchAlgorithm's consume-body callback argumentTimothy Flynn
2023-05-12LibWeb: Change the script fetch completion callback to accept any scriptTimothy Flynn
2023-05-12LibWeb: Implement the fetch response's unsafe response AOTimothy Flynn
2023-05-12LibWeb: Implement the fetch response is CORS-cross-origin AOTimothy Flynn
2023-05-12LibWeb: Implement the legacy extracting an encoding AOTimothy Flynn
2023-05-12LibWeb: Implement the CORS settings attribute credentials mode AOTimothy Flynn
2023-05-12LibGfx: VERIFY() error is finite when splitting bezier curvesMacDue
2023-05-12LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()MacDue
2023-05-12Ports: Add deutex 5.2.2Mike Swanson
2023-05-12Ports: Support extracting *.tar.zst source archivesMike Swanson
2023-05-11HexEditor: Add list of recently opened filesCaoimhe
2023-05-11LibWeb: Resolve grid items preferred width in GFCAliaksandr Kalenik
2023-05-11LibWeb: Parse calc() function in grid sizesAliaksandr Kalenik
2023-05-11LibWeb: Use LengthPercentage in CSS::GridSizeAliaksandr Kalenik
2023-05-11errno: Remove usage of DeprecatedStringSam Atkins
2023-05-11errno: Look up errors by name as well as numberSam Atkins
2023-05-11errno: Include error code names in outputSam Atkins
2023-05-10LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratioAndreas Kling
2023-05-10LibWeb: Don't resolve CSS property values for unconnected elementsAndreas Kling
2023-05-10LibWeb: Handle CSS "color: currentcolor"Andreas Kling
2023-05-10Chess+GameSettings: Optionally highlight the king when in checkTim Ledbetter
2023-05-10LibWeb: Adjust flex item main size through aspect ratio if neededAndreas Kling
2023-05-10Help: Fix link to Contents pageJames Liu
2023-05-10LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFCAliaksandr Kalenik
2023-05-10LibWeb: Split run_track_sizing into smaller method in GFCAliaksandr Kalenik
2023-05-09LibWeb: Use size_t instead of int when appropriate in GFCAliaksandr Kalenik
2023-05-09LibWeb: Refactor tracks initialization in GFC to reduce code duplicationAliaksandr Kalenik
2023-05-09LibWeb: Move gap tracks initialization into separate method in GFCAliaksandr Kalenik
2023-05-09LibWeb: Move grid items placement algorithm into separate method in GFCAliaksandr Kalenik
2023-05-09LibGfx/WebP: Do not add alpha channel for animated images without alphaNico Weber
2023-05-09CI: Update the action to package the JS REPL to macOS 13Timothy Flynn
2023-05-09ClipboardHistory: Replace Core::BufferedFile use with InputBufferedFileTimothy Flynn
2023-05-09LibWeb: Improve handling of min/max constraint violations on imagesAndreas Kling
2023-05-09LibWeb: Remove dead code in compute_width_for_replaced_element()Andreas Kling
2023-05-09LibGfx/PortableFormat: Use `FixedArray::unchecked_at`Lucas CHOLLET
2023-05-09AK: Add `FixedArray::unchecked_at`Lucas CHOLLET
2023-05-09LibGfx/PortableFormat: Write to the output stream row by rowLucas CHOLLET
2023-05-09LibGfx/PortableFormat+image: Make `encode` take a StreamLucas CHOLLET
2023-05-09AK: Add `OutputBufferedStream`Lucas CHOLLET
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09AK: Add `CircularBuffer::flush_to_stream`Lucas CHOLLET
2023-05-09image: Initialize `strip_color_profile` with a default valueLucas CHOLLET