summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2023-01-14LibJS: Refer to String elements as code units rather than charactersTimothy Flynn
2023-01-14LibJS: Update syntax for invoking the GetOption AO from Intl objectsTimothy Flynn
2023-01-14LibJS: Fix assignment of "isNegative" in FormatNumericToStringTimothy Flynn
2023-01-14LibJS: Renumber Intl.NumberFormat v3 prototypes and AOsTimothy Flynn
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-14LibWeb: Stop using percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-14LibSQL: Don't do fchmod on OpenBSDnipos
2023-01-14LibCore: On OpenBSD, handle anon_create() like on MacOSnipos
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-14LibGemini: Disallow cases forbidden in the specArda Cinar
2023-01-14LibGemini: Do not loop in Gemini::Job in case of errorArda Cinar
2023-01-14LibGemini: Propagate errors in Job::read_line and Job::receiveArda Cinar
2023-01-14LibGemini: Add a response length helper to Gemini::JobArda Cinar