summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29LibGfx: Support ICCs in JPEGs that are split across several tagsNico Weber
2023-01-29LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issuesTimothy Flynn
2023-01-29Welcome: Rename m_initial_tip_index=>m_tip_indexthankyouverycool
2023-01-29Welcome: Load banner font in a fallible mannerthankyouverycool
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2023-01-29Welcome: Replace instances of DeprecatedString with Stringthankyouverycool
2023-01-29Welcome: Use fallible try_create()thankyouverycool
2023-01-29LibDebug: Correct a (un-)signed mixup in the DWARF abbreviations mapTim Schumacher
2023-01-29LibGfx: Fix constructor initialisation style in GradientPaintingMacDue
2023-01-29LibGfx: Stop passing color stop spans by const referenceMacDue
2023-01-29PixelPaint: Increase default window height by 10pxMacDue
2023-01-29LibGfx: Validate tag types of AToBNTag, BToANTag, gamutTag, previewNTagNico Weber
2023-01-29LibGfx: Make ICC EMatrix3x3::operator[] a bit less sillyNico Weber
2023-01-29LibGfx: Rename EMatrix to EMatrix3x3 in ICC codeNico Weber
2023-01-29LibGfx: Use auto more in ICC codeNico Weber
2023-01-29LibWeb: Fix parsing/to_string for "switch" ARIA roleMacDue
2023-01-29LibWeb: Remove no longer needed DeprecatedFlyString.h includesLinus Groh
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-29LibJS: Propagate the OOM error from setting the String length propertyTimothy Flynn
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS: Fully qualify the use of AK::is in MUST_OR_THROW_OOMTimothy Flynn
2023-01-29LibJS: Add a method to ThrowCompletionOr to drop allocation errorsTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-29LibJS: Define Date constants such that translation units don't copy themTimothy Flynn
2023-01-28LibJS: Replace some deprecated_string() with utf8_string() in TemporalLinus Groh
2023-01-28LibJS: Replace to_deprecated_string() with to_string() in TemporalLinus Groh
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-28ImageDecoder: Actually set `is_animated` and `loop_count` variablesKarol Kosek
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible ProjectLoader methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible IconBag methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-28LibGfx+icc: Read and display lut16Type and lut8Type ICC tag typesNico Weber
2023-01-28LibGfx: Use AssertSize<> in ICC/Profile.cppNico Weber
2023-01-28LibWasm: Implement data.drop instructionSam Atkins
2023-01-28LibWasm: Move memory.init code together with other memory.foo implsSam Atkins
2023-01-28LibWasm: Implement memory.copy instructionSam Atkins
2023-01-28LibWasm: Implement memory.fill instructionSam Atkins
2023-01-28icc: Print profile sizeNico Weber
2023-01-28LibGfx: Make PNGImageDecoderPlugin::icc_data() return data if presentNico Weber
2023-01-28LibGfx: Process colorspace-related chunks in PNGLoaderNico Weber
2023-01-28LibJS: Add spec comments to FunctionPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryPrototypeLinus Groh