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-12
LibKeyboard: Read keymap through File, not DeprecatedFile
Ben Wiederhake
2023-05-12
AudioServer: Migrate from DeprecatedFile to File
Ben Wiederhake
2023-05-12
Base: Run `SpiceAgent` as a user service
Caoimhe
2023-05-12
ClipboardHistory: Use titlecasing in the applet's window title
Timothy Flynn
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-12
LibWeb: Implement fetching classic scripts using Fetch infrastructure
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch a classic script AO
Timothy Flynn
2023-05-12
LibTextCodec: Change UTF-8's decoder to replace invalid code points
Timothy Flynn
2023-05-12
LibWeb: Add an alias for FetchAlgorithm's consume-body callback argument
Timothy Flynn
2023-05-12
LibWeb: Change the script fetch completion callback to accept any script
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response's unsafe response AO
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response is CORS-cross-origin AO
Timothy Flynn
2023-05-12
LibWeb: Implement the legacy extracting an encoding AO
Timothy Flynn
2023-05-12
LibWeb: Implement the CORS settings attribute credentials mode AO
Timothy Flynn
2023-05-12
LibGfx: VERIFY() error is finite when splitting bezier curves
MacDue
2023-05-12
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
MacDue
2023-05-12
Ports: Add deutex 5.2.2
Mike Swanson
2023-05-12
Ports: Support extracting *.tar.zst source archives
Mike Swanson
2023-05-11
HexEditor: Add list of recently opened files
Caoimhe
2023-05-11
LibWeb: Resolve grid items preferred width in GFC
Aliaksandr Kalenik
2023-05-11
LibWeb: Parse calc() function in grid sizes
Aliaksandr Kalenik
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
[next]