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-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-21
LibGUI: Remove public getter `Button::is_mimic_pressed()`
Lucas CHOLLET
2023-01-21
LibWeb: Fix floats y offset calculation
Aliaksandr Kalenik
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-21
UserspaceEmulator: Use `Core::Stream` for writing profiling data
Tim Schumacher
2023-01-21
Base: Add tests for grid-template-areas and min/max-content
martinfalisse
2023-01-21
LibWeb: Place grid items in grid-areas if applicable
martinfalisse
2023-01-21
LibWeb: Calculate valid grid areas
martinfalisse
2023-01-21
LibWeb: Implement min/max-content
martinfalisse
2023-01-21
LibWeb: Refactor grid item positioning to use zero-index
martinfalisse
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-21
LibWeb: Parse min and max-content
martinfalisse
2023-01-21
LibWeb: Use String class in certain CSS Grid classes
martinfalisse
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-21
AK: Rename double_hash to rehash_for_collision
Timothy Flynn
2023-01-21
LibWeb: Use type-correct hashing and formatting functions for pixels
Timothy Flynn
2023-01-21
AK: Add a type alias for DistinctNumeric's underlying type
Timothy Flynn
2023-01-21
icc: Remove needless use of DateTime::to_deprecated_string()
Nico Weber
2023-01-21
icc: Tweak output to look nicer
Nico Weber
2023-01-21
AK: Remove `InputBitStream` and `OutputBitStream`
Tim Schumacher
2023-01-21
LibPDF: Use `Core::Stream` to parse the page offset hint table
Tim Schumacher
2023-01-20
LibGfx: Add scaffolding for reading ICC tag table
Nico Weber
2023-01-20
LibGfx: Extract Profile::read_header() function
Nico Weber
2023-01-20
LibGfx: Make ICCHeader use FourCC types for fourcc fields
Nico Weber
2023-01-20
LibGfx: Make DistinctFourCC compatible with BigEndian
Nico Weber
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
wasm: Interface with the standard output via `Core::Stream`
Tim Schumacher
2023-01-20
gunzip: Use `Core::Stream` to write the decompression output
Tim Schumacher
2023-01-20
WebServer: Use `Core::Stream` to read served files
Tim Schumacher
2023-01-20
LibGfx: Use `Core::Stream` to write bitmap fonts
Tim Schumacher
2023-01-20
Tests: Use `Core::Stream` to write output files in LibGL tests
Tim Schumacher
2023-01-20
AK: Remove `DuplexMemoryStream`
Tim Schumacher
2023-01-20
LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoir
Tim Schumacher
2023-01-20
LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
AK: Disable use of consteval in String::from_utf8_short_string for Apple
Timothy Flynn
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-20
LibJS: Add a macro for infallible operations that may throw OOM
Timothy Flynn
2023-01-20
Everywhere: Convert known short-strings to the infallible String factory
Timothy Flynn
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-20
CI: Install a more up-to-date version of emscripten
Timothy Flynn
2023-01-20
Tests: Use AK::shuffle() for shuffling
Sam Atkins
2023-01-20
ColorLines: Use AK::shuffle() for shuffling
Sam Atkins
2023-01-20
LibGfx: Fix TGA decoder being out of boundary after calling frame method
Liav A
2023-01-20
Tests/LibGfx: Fix test_gif test case
Liav A
2023-01-20
Tests/LibGfx: Fix test_not_ico test case
Liav A
[next]