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
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Convert Gfx::Bitmap to east const style
Andreas Kling
2021-11-08
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibIPC: Add ClientConnection::shutdown_with_error()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-07
LibJS: Fix modulo() template argument deduction on i686
Linus Groh
2021-11-07
LibJS: Fix use of "modulo" for negative values in balance_time()
Linus Groh
2021-11-07
LibJS: Add a modulo() function to represent the "x modulo y" notation
Linus Groh
2021-11-07
LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Fix fraction substring in parse_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toLocaleString()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toJSON()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toString()
Linus Groh
2021-11-07
LibJS: Change calendar_date_add() date parameter from PlainDate to Value
Linus Groh
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.compare
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.from
Luke Wilde
2021-11-07
LibJS: Implement ToTemporalZonedDateTime and the required AOs
Luke Wilde
2021-11-06
LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACK
Tim Schumacher
2021-11-05
LibGfx: Add FlagRole to GUI::Variant
Sam Atkins
2021-11-05
LibGfx: Use `read_bool_entry()` to read theme flags
Sam Atkins
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendar
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDate
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTime
Luke Wilde
2021-11-05
LibGUI: Use default Button and TextBox heights in InputBox
Andreas Kling
2021-11-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-11-05
LibJS: Account for leap days in year_from_time()
Linus Groh
2021-11-04
LibJS: Replace a couple of TODO()'s in Temporal with InternalError
Linus Groh
2021-11-04
LibJS: Remove TODO() from implemented code path
Linus Groh
2021-11-04
LibWeb: Convert NumberType::Integer to i64 instead of i32
networkException
2021-11-04
Base+LibCore: Store booleans in human-readable format
Ben Wiederhake
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-11-04
LibCore: Trim trailing whitespaces from ConfigFile values
Tor-björn Claesson
[next]