summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Convert Gfx::Bitmap to east const styleAndreas Kling
2021-11-08LibGfx: Deduplicate code in Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmapAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::flipped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::rotated()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()Andreas Kling
2021-11-08LibIPC: Add ClientConnection::shutdown_with_error()Andreas Kling
2021-11-08AK: Bring AK::Error into the global namespaceAndreas Kling
2021-11-08LibRegex: Don't push LibRegex's "Error" into the global namespaceAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-07LibJS: Fix modulo() template argument deduction on i686Linus Groh
2021-11-07LibJS: Fix use of "modulo" for negative values in balance_time()Linus Groh
2021-11-07LibJS: Add a modulo() function to represent the "x modulo y" notationLinus Groh
2021-11-07LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Fix fraction substring in parse_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toLocaleString()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toJSON()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toString()Linus Groh
2021-11-07LibJS: Change calendar_date_add() date parameter from PlainDate to ValueLinus Groh
2021-11-07LibJS: Implement Temporal.ZonedDateTime.prototype.equalsLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.compareLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.fromLuke Wilde
2021-11-07LibJS: Implement ToTemporalZonedDateTime and the required AOsLuke Wilde
2021-11-06LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACKTim Schumacher
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-11-05LibGfx: Use `read_bool_entry()` to read theme flagsSam Atkins
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendarLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZoneLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDateLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTimeLuke Wilde
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-11-05LibJS: Adjust approximated result in year_from_time() if necessaryLinus Groh
2021-11-05LibJS: Account for leap days in year_from_time()Linus Groh
2021-11-04LibJS: Replace a couple of TODO()'s in Temporal with InternalErrorLinus Groh
2021-11-04LibJS: Remove TODO() from implemented code pathLinus Groh
2021-11-04LibWeb: Convert NumberType::Integer to i64 instead of i32networkException
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
2021-11-05LibC+LookupServer: Use u32 for the endpoint magicBen Wiederhake
2021-11-05LibC+LookupServer: Compute magic number to avoid hardcodingBen Wiederhake
2021-11-04LibCore: Trim trailing whitespaces from ConfigFile valuesTor-björn Claesson