summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-27LibIMAP: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibGfx: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibGUI: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibElf: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibDSP: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibCrypto: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibCpp: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibCodeComprehension: Remove declarations for non-existent methodsSam Atkins
2023-01-27AK: Remove unused DateTimeLexer classSam Atkins
2023-01-27LibJS+LibLocale: Propagate errors from find_regional_values_for_localeTimothy Flynn
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-27LibLocale: Remove "else" after "if" statements that always returnTimothy Flynn
2023-01-27LibWeb: Make NodeFilter::Result an enum classSam Atkins
2023-01-27LibWeb: Expose the NodeFilter's whatToShow values to C++Sam Atkins
2023-01-27WebDriver+LibWeb: Rename "click" to "element_click"Sam Atkins
2023-01-27LibGfx: Make JPGLoader hand out embedded ICC bytesNico Weber
2023-01-27LibGfx: Add a method to ImageDecoderPlugin for reading ICC dataNico Weber
2023-01-27LibWeb: Correct logic in TreeWalker::next_node()Sam Atkins
2023-01-27LibGfx+icc: ICCProfile's primary_platform() should be optionalNico Weber
2023-01-27LibCpp: Parse 'using namespace' declarationsPoseydon42
2023-01-27LibGfx: Make OTF prefer Cmap tables of the Windows platform againJulian Offenhäuser
2023-01-26LibJS: Remove some usage of DeprecatedString usage from LexerEvan Smal
2023-01-26LibJS: Remove DeprecatedString usage from TokenEvan Smal
2023-01-26LibJS: Remove DeprecatedString usage from SourceCodeEvan Smal
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26LibJS: Port parse_iso_date_time() to StringLinus Groh
2023-01-26LibJS: Port temporal_zoned_date_time_to_string() to StringLinus Groh
2023-01-26LibJS: Remove unused is_valid_time_zone_numeric_utc_offset_syntax()Linus Groh
2023-01-26LibJS: Port builtin_time_zone_get_offset_string_for() to StringLinus Groh
2023-01-26LibJS: Port format_iso_time_zone_offset_string() to StringLinus Groh
2023-01-26LibJS: Port format_time_zone_offset_string() to StringLinus Groh
2023-01-26LibJS: Port create_temporal_time_zone() to StringLinus Groh
2023-01-26LibJS: Port temporal_year_month_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_time_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_date_time_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_date_to_string() to StringLinus Groh
2023-01-26LibJS: Port pad_iso_year() to StringLinus Groh
2023-01-26LibJS: Port temporal_month_day_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_instant_to_string() to StringLinus Groh
2023-01-26LibJS: Make parse_temporal_instant() take a StringViewLinus Groh
2023-01-26LibJS: Port temporal_duration_to_string() to StringLinus Groh
2023-01-26LibJS: Make {un,}balance_duration_relative() take a StringViewLinus Groh
2023-01-26LibJS: Port iso_month_code() to StringLinus Groh
2023-01-26LibJS: Port format_calendar_annotation() to StringLinus Groh
2023-01-26LibJS: Port maybe_format_calendar_annotation() to StringLinus Groh
2023-01-26LibJS: Port calendar_month_code() to StringLinus Groh
2023-01-26LibJS: Port get_builtin_calendar() to StringLinus Groh
2023-01-26LibJS: Port create_temporal_calendar() to StringLinus Groh
2023-01-26LibJS: Port canonicalize_time_zone_name() to StringLinus Groh
2023-01-26LibJS: Use StringView for SecondsStringPrecision::unitLinus Groh