index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-01-15
LibGfx: Add support for RLE compressed TGA images
Liav A
2023-01-15
LibGfx: Handle tga images with top-left and bottom-left orientation
Liav A
2023-01-15
LibGfx: Add the TGA format into the list of bitmap formats :^)
Tom Needham
2023-01-15
LibGfx: Plumb the TGALoader into ImageDecoder :^)
Tom Needham
2023-01-15
LibGfx: Add TGA Loader :^)
Tom Needham
2023-01-15
LibWeb: Make sure that fetch() response cookies get saved
Andreas Kling
2023-01-15
LibCore: Enable file descriptor passing on OpenBSD
nipos
2023-01-15
LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitions
Agustin Gianni
2023-01-15
LibJS: Remove now-unused ThrowableFormat header
Timothy Flynn
2023-01-15
LibJS: Port (most of) String.prototype to String
Timothy Flynn
2023-01-15
LibJS: Port Value to-string methods to String
Timothy Flynn
2023-01-15
LibJS: Resolve all UTF-8 rope strings as a String
Timothy Flynn
2023-01-15
LibUnicode: Return a String from Unicode normalization
Timothy Flynn
2023-01-15
LibJS: Define Value::to_string to convert a Value to a String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add initial support for creating PrimitiveStrings with AK::String
Timothy Flynn
2023-01-15
LibJS: Define number_to_string to convert a double to a String
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
Timothy Flynn
2023-01-15
LibJS: Rename Utf16String::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Rename VM::string_cache to deprecated_string_cache
Timothy Flynn
2023-01-15
LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add ThrowableStringBuilder::to_string to create a new String
Timothy Flynn
2023-01-15
LibCrypto: Define *BigInteger::to_base to convert big integers to String
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
LibCore: Don't reject an empty buffer with `ENOBUFS`
Lucas CHOLLET
2023-01-14
LibCore: Don't rely on `\n` detection to populate the buffer
Lucas CHOLLET
2023-01-14
LibCore: Resume search in `find_and_populate_until_any_of`
Lucas CHOLLET
2023-01-14
LibCore: Merge two search implementations in `Stream::BufferedStream`
Lucas CHOLLET
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-14
LibJS: Reword and reorder some steps of the Intl ResolveLocale AO
Timothy Flynn
2023-01-14
LibJS: Consistently use spaces / parentheses in NumberFormat operations
Timothy Flynn
2023-01-14
LibJS: Refer to String elements as code units rather than characters
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-14
LibJS: Fix assignment of "isNegative" in FormatNumericToString
Timothy Flynn
2023-01-14
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
Timothy Flynn
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-14
LibWeb: Stop using percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-14
LibWeb: Propagate layout mode of table formatting context to table cells
Aliaksandr Kalenik
2023-01-14
LibWeb: Table box width should be relative to wrapper containing block
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-14
LibSQL: Don't do fchmod on OpenBSD
nipos
2023-01-14
LibCore: On OpenBSD, handle anon_create() like on MacOS
nipos
2023-01-14
LibWeb: Use failable StringBuilder methods in StyleValue
MacDue
2023-01-14
LibWeb: Remove some unnecessary .release_value()s in StyleValue
MacDue
2023-01-14
LibGemini: Disallow cases forbidden in the spec
Arda Cinar
2023-01-14
LibGemini: Do not loop in Gemini::Job in case of error
Arda Cinar
2023-01-14
LibGemini: Propagate errors in Job::read_line and Job::receive
Arda Cinar
2023-01-14
LibGemini: Add a response length helper to Gemini::Job
Arda Cinar
[next]