summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28AK: Add support for the new FlyString to StringViewTimothy Flynn
2023-01-28AK: Delete the StringView move-assignment operator for various typesTimothy Flynn
2023-01-28Base: Add more emojiXexxa
2023-01-28Base: Remove U+FE0F from emoji-serenity.txtXexxa
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-28AK: Add DeprecatedStringCodePointIteratorAndreas Kling
2023-01-28LibJS: Add spec comments to FunctionPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryConstructorLinus Groh
2023-01-28LibJS: Add spec comments to DataViewPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to DataViewConstructorLinus Groh
2023-01-28LibJS: Add spec comments to CompletionLinus Groh
2023-01-28LibJS: Add spec comments to BooleanConstructorLinus Groh
2023-01-28LibJS: Add spec comments to BigIntPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to ArrayConstructorLinus Groh
2023-01-28LibJS: Add spec comments to ArrayBufferConstructorLinus Groh
2023-01-28LibJS: Implement the thisBooleanValue AO and use it in BooleanPrototypeLinus Groh
2023-01-28LibGfx: Split ICC/Profile.{h,cpp} into several filesNico Weber
2023-01-28LibGfx: Bump copyright year in ICC/Profile.{h,cpp}Nico Weber
2023-01-28LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}Nico Weber
2023-01-28LibWeb: Add a few extra spec links to CanvasGradientMacDue
2023-01-28LibWeb: Throw exception if any canvas radial gradient radius is < 0MacDue
2023-01-28LibJS: Port Intl.DurationFormat to StringTimothy Flynn
2023-01-28LibJS: Port Intl.RelativeTimeFormat to StringTimothy Flynn
2023-01-28LibJS: Remove last use of DeprecatedString from Intl.MathematicalValueTimothy Flynn
2023-01-28LibLocale: Remove last use of DeprecatedString from LibLocaleTimothy Flynn
2023-01-28LibJS: Use String::join and String::trim in Temporal AOsTimothy Flynn
2023-01-28AK: Add String::trimTimothy Flynn
2023-01-28AK: Add String::joinTimothy Flynn
2023-01-28AK: Allow the kernel to have access to StringBuilder::to_stringTimothy Flynn
2023-01-27Kernel/PCI: Pass DeviceIdentifier to get_BAR2 in BochsGraphicsAdapterTimon Kruiper
2023-01-27Kernel: Add Syscall.cpp to aarch64 buildTimon Kruiper
2023-01-27Kernel: Add Syscalls/execve.cpp to aarch64 buildTimon Kruiper
2023-01-27Kernel: Add ThreadRegisters::set_exec_state and use it in execve.cppTimon Kruiper
2023-01-27Kernel/aarch64: Implement Processor::platform_string()Timon Kruiper
2023-01-27Kernel: Use InterruptsState abstraction in execve.cppTimon Kruiper
2023-01-27Kernel: Add Syscalls/fork.cpp to aarch64 buildTimon Kruiper
2023-01-27Kernel: Add Syscalls/sigaction.cpp to aarch64 buildTimon Kruiper
2023-01-27Kernel: Add Syscalls/mmap.cpp to aarch64 buildTimon Kruiper
2023-01-27Kernel: Make Syscalls/ptrace.cpp buildable for aarch64Timon Kruiper
2023-01-27Kernel/aarch64: Implement set_return_reg and capture_syscall_paramsTimon Kruiper
2023-01-27Kernel/aarch64: Add stub for copy_ptrace_registers_into_kernel_registersTimon Kruiper