summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-26LibJS: Port format_seconds_string_part() to StringLinus Groh
2023-01-26LibJS: Port merge_largest_unit_option() to StringLinus Groh
2023-01-26LibJS: Port get_temporal_unit() to StringLinus Groh
2023-01-26LibJS: Port to_show_offset_option() to StringLinus Groh
2023-01-26LibJS: Port to_time_zone_name_option() to StringLinus Groh
2023-01-26LibJS: Port to_calendar_name_option() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_offset() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_rounding_mode() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_disambiguation() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_overflow() to StringLinus Groh
2023-01-26LibGfx: Enforce type of 'cprt' and 'desc' type in v4 filesNico Weber
2023-01-26LibGfx: Check the types of tags in ICCProfileNico Weber
2023-01-26icc: Align "else" for Type3 with "if"Nico Weber
2023-01-26icc: Indent ParametricCurveTagData the same amount as the other typesNico Weber
2023-01-26LibJS: Make Value::typeof() return a StringViewLinus Groh
2023-01-26LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibTest: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibSymbolication: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibKeyboard: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibDesktop: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibDebug: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibCoreDump: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-26LibWeb: Use available space in FFC remaining space calculationsAndreas Kling
2023-01-26LibWeb: Use available_inner_space_or_constraints_from() for flex itemsAndreas Kling
2023-01-26LibWeb: Always pass some available space to flex item fit-content sizingAndreas Kling
2023-01-26LibWeb: Always pass *some* available width to flex item intrinsic sizingAndreas Kling
2023-01-26LibWeb: Take used width into account for flex item intrinsic heightsAndreas Kling
2023-01-26LibWeb: Ignore only anonymous blocks in block auto height calculationAliaksandr Kalenik
2023-01-26LibWeb: Fix reset of floats y offsetAliaksandr Kalenik
2023-01-26LibSQL: Don't interpret AK::Error codes as SQL error codesTimothy Flynn
2023-01-26PixelPaint: Add a GradientToolTorstennator
2023-01-26LibGfx: Add small convenience functions for Lines and AA PainterTorstennator
2023-01-25Kernel: Move Aarch64 MMU debug message into memory manager initializerkonrad
2023-01-25Kernel: Use RDSEED assembly snippet to seed RNG on Aarch64konrad
2023-01-25Kernel: Unify x86-64 assembly snippets naming for RDSEED & RDRANDkonrad
2023-01-25Kernel: Use existing assembly snippets for x86-64 RDSEED & RDRAND callskonrad
2023-01-25LibGfx: Fix typo in name of DeviceClass::InputDeviceNico Weber
2023-01-25LibGfx: Add checking for required tags to ICCProfileNico Weber
2023-01-25LibPDF: Load Type1C fonts when foundRodrigo Tobar
2023-01-25LibPDF: Add initial CFF parsingRodrigo Tobar
2023-01-25LibPDF: Add name -> char code conversion in EncodingRodrigo Tobar
2023-01-25LibPDF: Add Reader::try_read for easier error propagationRodrigo Tobar
2023-01-25LibPDF: Augment Type11FontProgram with Type2 capabilitiesRodrigo Tobar
2023-01-25LibPDF: Remove unused memberRodrigo Tobar