summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-09LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.hNico Weber
2023-05-09AK: Remove `must_set()` from `JsonArray`Kemal Zebari
2023-05-09Base: Add some Arrows & General Punctuation to Csilla Regular 12Cubic Love
2023-05-09Base: Improve some application man pagesCubic Love
2023-05-09Ladybird: Allow right clicking and inspecting elementsMacDue
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-08Applets/ClipboardHistory: Add persistent storageLucas CHOLLET
2023-05-08LibManual: Allow querying on a help URLTim Ledbetter
2023-05-08LibManual: Ensure page exists when opening a help URLTim Ledbetter
2023-05-08AK: Use consteval String factories on macOSTimothy Flynn
2023-05-08LibWeb: Convert Navigable::navigate's csp_navigation_type to an enumTimothy Flynn
2023-05-08Documentation: Homogenize Ladybird build instructionsmartinfalisse
2023-05-08LibGfx/JPEG: Fix faded 4-channels imagesLucas CHOLLET
2023-05-08LibGfx/JPEG: Discard the correct number of bytesLucas CHOLLET
2023-05-08LibWeb: Implement "populate session history entry" step in navigate()Aliaksandr Kalenik
2023-05-08LibWeb: Implement "clear the forward session history" for traversableAliaksandr Kalenik
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-08LibWeb: Fix auto height calculation for table inside BFCAliaksandr Kalenik
2023-05-08LibWeb: Use layout-test-mode for layout testsmartinfalisse
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08LibWebView: Use Vector for arguments to WebContentmartinfalisse