summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-16LibLine: Do a whole bunch of internal error propagationTim Schumacher
2023-01-16LibLine: Port most functions to `Core::Stream`Tim Schumacher
2023-01-16LibVirtGPU: Port to `Core::Stream`Lucas CHOLLET
2023-01-16LibCore: Add `Stream::File::fd()`Lucas CHOLLET
2023-01-16LibJS: Port trivial use cases in the Intl namespace to StringTimothy Flynn
2023-01-16LibLocale: Add a method to convert LanguageID to a StringTimothy Flynn
2023-01-16LibJS: Port StringIterator to StringTimothy Flynn
2023-01-16LibJS: Port the TrimString AO to StringTimothy Flynn
2023-01-16LibJS: Add a convenience StringView accessor to PrimitiveStringTimothy Flynn
2023-01-16LibJS: Fix uninitialized member variable in DurationFormatBrian Gianforcaro
2023-01-16LibWeb: Prevent floats from being placed higher than preceding blocksAliaksandr Kalenik
2023-01-15LibIPC: Decode messages using Core::Stream internallyTim Schumacher
2023-01-15AK: Define our own concept of "trivially serializable"Tim Schumacher
2023-01-15LibCore: Fix up type mistakes in `Stream::read_trivial_value`Tim Schumacher
2023-01-15LibJS: Remove redundant ToString from ToTemporalZonedDateTimeBodilessSleeper
2023-01-15LibJS: Assert TemporalDateTimeToString if showCalendar is "never"BodilessSleeper
2023-01-15LibGfx: Prevent reading OOB in TGA header decodeJelle Raaijmakers
2023-01-15LibGfx: Add support for RLE compressed TGA imagesLiav A
2023-01-15LibGfx: Handle tga images with top-left and bottom-left orientationLiav A
2023-01-15LibGfx: Add the TGA format into the list of bitmap formats :^)Tom Needham
2023-01-15LibGfx: Plumb the TGALoader into ImageDecoder :^)Tom Needham
2023-01-15LibGfx: Add TGA Loader :^)Tom Needham
2023-01-15LibWeb: Make sure that fetch() response cookies get savedAndreas Kling
2023-01-15LibCore: Enable file descriptor passing on OpenBSDnipos
2023-01-15LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitionsAgustin Gianni
2023-01-15LibJS: Remove now-unused ThrowableFormat headerTimothy Flynn
2023-01-15LibJS: Port (most of) String.prototype to StringTimothy Flynn
2023-01-15LibJS: Port Value to-string methods to StringTimothy Flynn
2023-01-15LibJS: Resolve all UTF-8 rope strings as a StringTimothy Flynn
2023-01-15LibUnicode: Return a String from Unicode normalizationTimothy Flynn
2023-01-15LibJS: Define Value::to_string to convert a Value to a StringTimothy Flynn
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15LibJS: Add initial support for creating PrimitiveStrings with AK::StringTimothy Flynn
2023-01-15LibJS: Define number_to_string to convert a double to a StringTimothy Flynn
2023-01-15LibJS+LibWeb: Rename number_to_string to number_to_deprecated_stringTimothy Flynn
2023-01-15LibJS: Define Utf16String::to_utf8 to convert Utf16String to StringTimothy Flynn
2023-01-15LibJS: Rename Utf16String::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-15LibJS: Rename VM::string_cache to deprecated_string_cacheTimothy Flynn
2023-01-15LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_stringTimothy Flynn
2023-01-15LibJS: Add ThrowableStringBuilder::to_string to create a new StringTimothy Flynn
2023-01-15LibCrypto: Define *BigInteger::to_base to convert big integers to StringTimothy Flynn
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-14LibCore: Don't reject an empty buffer with `ENOBUFS`Lucas CHOLLET
2023-01-14LibCore: Don't rely on `\n` detection to populate the bufferLucas CHOLLET
2023-01-14LibCore: Resume search in `find_and_populate_until_any_of`Lucas CHOLLET
2023-01-14LibCore: Merge two search implementations in `Stream::BufferedStream`Lucas CHOLLET
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14LibJS: Reword and reorder some steps of the Intl ResolveLocale AOTimothy Flynn
2023-01-14LibJS: Consistently use spaces / parentheses in NumberFormat operationsTimothy Flynn