summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-09LibWeb: Initial offset in reverse flex layout moved to opposite sideEmil Militzer
2023-05-09LibWeb: Broadcast the viewport rect to clients immediately after layoutAndreas Kling
2023-05-09LibWeb: Move image viewport awareness from ImageBox to ImagePaintableAndreas Kling
2023-05-09Tests: Add tests for 12 bits JPEGsLucas CHOLLET
2023-05-09LibGfx/JPEG: Add support for 12 bits JPEGsLucas CHOLLET
2023-05-09LibGfx/JPEG: Add support for `SOF1` imagesLucas CHOLLET
2023-05-09LibWeb: Align `GridFormattingContext::run_track_sizing()` with the specAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/minmax.html into smaller testsAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/gap.html into smaller testsAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/template-areas.html into smaller testsAliaksandr Kalenik
2023-05-09Ports: De-special case `./package.sh dev`Jelle Raaijmakers
2023-05-09Ports: Only remove dir contents on `clean`, not the dir itselfJelle Raaijmakers