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-11
LibWeb: Use LengthPercentage in CSS::GridSize
Aliaksandr Kalenik
2023-05-11
errno: Remove usage of DeprecatedString
Sam Atkins
2023-05-11
errno: Look up errors by name as well as number
Sam Atkins
2023-05-11
errno: Include error code names in output
Sam Atkins
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Handle CSS "color: currentcolor"
Andreas Kling
2023-05-10
Chess+GameSettings: Optionally highlight the king when in check
Tim Ledbetter
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
Help: Fix link to Contents page
James Liu
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-10
LibWeb: Split run_track_sizing into smaller method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Use size_t instead of int when appropriate in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
Aliaksandr Kalenik
2023-05-09
LibWeb: Move gap tracks initialization into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Move grid items placement algorithm into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibGfx/WebP: Do not add alpha channel for animated images without alpha
Nico Weber
2023-05-09
CI: Update the action to package the JS REPL to macOS 13
Timothy Flynn
2023-05-09
ClipboardHistory: Replace Core::BufferedFile use with InputBufferedFile
Timothy Flynn
2023-05-09
LibWeb: Improve handling of min/max constraint violations on images
Andreas Kling
2023-05-09
LibWeb: Remove dead code in compute_width_for_replaced_element()
Andreas Kling
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
[next]