summaryrefslogtreecommitdiff
path: root/Userland
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-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-21LibWeb: Use type-correct hashing and formatting functions for pixelsTimothy 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-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-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-20ColorLines: Use AK::shuffle() for shufflingSam Atkins
2023-01-20LibGfx: Fix TGA decoder being out of boundary after calling frame methodLiav A
2023-01-20LibWeb: Improve auto height calculation for tablesAliaksandr Kalenik
2023-01-20LibWeb: Include table intrinsic offsets in child boxes positionAliaksandr Kalenik
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-20LibCore: Add MIME type string for TGA filesLiav A
2023-01-20LibCore: Return StringView from guess_mime_type_based_on_filename methodLiav A
2023-01-19LibJS: Return OptionalNone in fallible functions in the Intl namespaceTimothy Flynn
2023-01-19LibJS: Add a special ThrowCompletionOr constructor for OptionalNoneTimothy Flynn
2023-01-19LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_stringTimothy Flynn
2023-01-19LibJS: Port Intl locale resolution to StringTimothy Flynn
2023-01-19LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleIdTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from the PartitionPattern Abstract OperationTimothy Flynn