summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-09Ports: Alphabetize commands in `.port_include.sh`Jelle Raaijmakers
2023-05-09LibGfx/WebP: Add two missing closing quotes for spec commentsNico Weber
2023-05-09LibGfx/WebP: Move lossy decoder to its own fileNico Weber
2023-05-09LibGfx/WebP: Give VP8 decoding functions same interface as VP8L onesNico Weber
2023-05-09LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channelNico Weber
2023-05-09LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() functionNico Weber
2023-05-09LibGfx/WebP: Remove context.error() now that it is a no-opNico Weber
2023-05-09LibGfx/WebP: Redo error handlingNico Weber
2023-05-09LibGfx/WebP: Change ImageData optional-nessNico Weber