index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-09
LibGfx/PortableFormat: Use `FixedArray::unchecked_at`
Lucas CHOLLET
2023-05-09
AK: Add `FixedArray::unchecked_at`
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat: Write to the output stream row by row
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat+image: Make `encode` take a Stream
Lucas CHOLLET
2023-05-09
AK: Add `OutputBufferedStream`
Lucas CHOLLET
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-09
AK: Add `CircularBuffer::flush_to_stream`
Lucas CHOLLET
2023-05-09
image: Initialize `strip_color_profile` with a default value
Lucas CHOLLET
2023-05-09
LibWeb: Initial offset in reverse flex layout moved to opposite side
Emil Militzer
2023-05-09
LibWeb: Broadcast the viewport rect to clients immediately after layout
Andreas Kling
2023-05-09
LibWeb: Move image viewport awareness from ImageBox to ImagePaintable
Andreas Kling
2023-05-09
Tests: Add tests for 12 bits JPEGs
Lucas CHOLLET
2023-05-09
LibGfx/JPEG: Add support for 12 bits JPEGs
Lucas CHOLLET
2023-05-09
LibGfx/JPEG: Add support for `SOF1` images
Lucas CHOLLET
2023-05-09
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/minmax.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/gap.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/template-areas.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Ports: De-special case `./package.sh dev`
Jelle Raaijmakers
2023-05-09
Ports: Only remove dir contents on `clean`, not the dir itself
Jelle Raaijmakers
2023-05-09
Ports: Alphabetize commands in `.port_include.sh`
Jelle Raaijmakers
2023-05-09
LibGfx/WebP: Add two missing closing quotes for spec comments
Nico Weber
2023-05-09
LibGfx/WebP: Move lossy decoder to its own file
Nico Weber
2023-05-09
LibGfx/WebP: Give VP8 decoding functions same interface as VP8L ones
Nico Weber
2023-05-09
LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel
Nico Weber
2023-05-09
LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() function
Nico Weber
2023-05-09
LibGfx/WebP: Remove context.error() now that it is a no-op
Nico Weber
2023-05-09
LibGfx/WebP: Redo error handling
Nico Weber
2023-05-09
LibGfx/WebP: Change ImageData optional-ness
Nico Weber
2023-05-09
LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h
Nico Weber
2023-05-09
AK: Remove `must_set()` from `JsonArray`
Kemal Zebari
2023-05-09
Base: Add some Arrows & General Punctuation to Csilla Regular 12
Cubic Love
2023-05-09
Base: Improve some application man pages
Cubic Love
2023-05-09
Ladybird: Allow right clicking and inspecting elements
MacDue
2023-05-09
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
Andreas Kling
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-08
LibManual: Allow querying on a help URL
Tim Ledbetter
2023-05-08
LibManual: Ensure page exists when opening a help URL
Tim Ledbetter
2023-05-08
AK: Use consteval String factories on macOS
Timothy Flynn
2023-05-08
LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum
Timothy Flynn
2023-05-08
Documentation: Homogenize Ladybird build instructions
martinfalisse
2023-05-08
LibGfx/JPEG: Fix faded 4-channels images
Lucas CHOLLET
2023-05-08
LibGfx/JPEG: Discard the correct number of bytes
Lucas CHOLLET
2023-05-08
LibWeb: Implement "populate session history entry" step in navigate()
Aliaksandr Kalenik
2023-05-08
LibWeb: Implement "clear the forward session history" for traversable
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Fix auto height calculation for table inside BFC
Aliaksandr Kalenik
2023-05-08
LibWeb: Use layout-test-mode for layout tests
martinfalisse
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-05-08
LibWebView: Use Vector for arguments to WebContent
martinfalisse
[next]