summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-21LibGUI: Mimic a user click when calling `Button::click()`Lucas CHOLLET
2023-01-21LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`Lucas CHOLLET
2023-01-21LibGUI: Remove public getter `Button::is_mimic_pressed()`Lucas CHOLLET
2023-01-21LibWeb: Fix floats y offset calculationAliaksandr Kalenik
2023-01-21AK: Remove `FileStream`Tim Schumacher
2023-01-21UserspaceEmulator: Use `Core::Stream` for writing profiling dataTim Schumacher
2023-01-21Base: Add tests for grid-template-areas and min/max-contentmartinfalisse
2023-01-21LibWeb: Place grid items in grid-areas if applicablemartinfalisse
2023-01-21LibWeb: Calculate valid grid areasmartinfalisse
2023-01-21LibWeb: Implement min/max-contentmartinfalisse
2023-01-21LibWeb: Refactor grid item positioning to use zero-indexmartinfalisse
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-21LibWeb: Parse min and max-contentmartinfalisse
2023-01-21LibWeb: Use String class in certain CSS Grid classesmartinfalisse
2023-01-21AK: Add `split()` for `String`martinfalisse
2023-01-21AK: Rename double_hash to rehash_for_collisionTimothy Flynn
2023-01-21LibWeb: Use type-correct hashing and formatting functions for pixelsTimothy Flynn
2023-01-21AK: Add a type alias for DistinctNumeric's underlying typeTimothy Flynn
2023-01-21icc: Remove needless use of DateTime::to_deprecated_string()Nico Weber
2023-01-21icc: Tweak output to look nicerNico Weber
2023-01-21AK: Remove `InputBitStream` and `OutputBitStream`Tim Schumacher
2023-01-21LibPDF: Use `Core::Stream` to parse the page offset hint tableTim Schumacher
2023-01-20LibGfx: Add scaffolding for reading ICC tag tableNico Weber
2023-01-20LibGfx: Extract Profile::read_header() functionNico Weber
2023-01-20LibGfx: Make ICCHeader use FourCC types for fourcc fieldsNico Weber
2023-01-20LibGfx: Make DistinctFourCC compatible with BigEndianNico Weber
2023-01-20LibCore: Remove `FileStream`Tim Schumacher
2023-01-20wasm: Interface with the standard output via `Core::Stream`Tim Schumacher
2023-01-20gunzip: Use `Core::Stream` to write the decompression outputTim Schumacher
2023-01-20WebServer: Use `Core::Stream` to read served filesTim Schumacher
2023-01-20LibGfx: Use `Core::Stream` to write bitmap fontsTim Schumacher
2023-01-20Tests: Use `Core::Stream` to write output files in LibGL testsTim Schumacher
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2023-01-20LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoirTim Schumacher
2023-01-20LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`Tim Schumacher
2023-01-20LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()Ali Mohammad Pur
2023-01-20AK: Disable use of consteval in String::from_utf8_short_string for AppleTimothy Flynn
2023-01-20LibJS: Mark infallible operations that may throw only due to OOMTimothy Flynn
2023-01-20LibJS: Add a macro for infallible operations that may throw OOMTimothy Flynn
2023-01-20Everywhere: Convert known short-strings to the infallible String factoryTimothy Flynn
2023-01-20AK: Support creating known short string literals at compile timeTimothy Flynn
2023-01-20CI: Install a more up-to-date version of emscriptenTimothy Flynn
2023-01-20Tests: Use AK::shuffle() for shufflingSam Atkins
2023-01-20ColorLines: Use AK::shuffle() for shufflingSam Atkins
2023-01-20LibGfx: Fix TGA decoder being out of boundary after calling frame methodLiav A
2023-01-20Tests/LibGfx: Fix test_gif test caseLiav A
2023-01-20Tests/LibGfx: Fix test_not_ico test caseLiav A