summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17Ports/dmidecode: Remove install and post_install overriden sequencesLiav A
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-17Base: Add more emojiTobias Lundberg
2022-10-17Ports: Add potrace utility portLiav A
2022-10-17LibC: Do an explicit static_cast in the fgetc functionLiav A
2022-10-17Ports: Add tree utility portLiav A
2022-10-17SpiceAgent: Add unveil call on the /proc/all node pathLiav A
2022-10-16Meta: Start moving common shell definitions into a common fileTim Schumacher
2022-10-16Meta: Allow shellcheck to search sourced files in the script directoryTim Schumacher
2022-10-16Meta: Define `SUDO` for all the image building scriptsTim Schumacher
2022-10-16LibThreading: Only set pthread name on SerenityAndrew Kaster
2022-10-16AK: Document the non-standard extensions in TRYPaul Herman
2022-10-16Meta: Remove unused "prefix" variable from invoke_generator() helperTimothy Flynn
2022-10-16LibGL: Immediately dereference vertex attribute data in display listsJelle Raaijmakers
2022-10-16LibWeb: Add missing body has_value() check in XMLHttpRequest::send()Linus Groh
2022-10-16Meta: Print error if cmake does not existdemostanis
2022-10-16Kernel: Use more fine-grained content data block granularity in TmpFSLiav A
2022-10-16Base: Add a PDF document to test Adobe Type 1 font renderingJulian Offenhäuser
2022-10-16LibPDF: Add very basic support for Adobe Type 1 font renderingJulian Offenhäuser
2022-10-16LibPDF: Add glyph drawing and type info methods to PDFFontJulian Offenhäuser
2022-10-16LibPDF: Allow page objects to inherit the MediaBox and Resources entriesJulian Offenhäuser
2022-10-16LibPDF: Allow text operator sequences to start with whitespaceJulian Offenhäuser
2022-10-16LibPDF: Parse floating point numbers that omit a leading zero correctlyJulian Offenhäuser
2022-10-16SystemServer: Make system-mode=text the default in case of read failureLiav A
2022-10-16Kernel: Add more stubs needed for Thread.cppGunnar Beutner
2022-10-16Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h>Gunnar Beutner
2022-10-16Kernel: Add VALIDATE_IS_AARCH64 guard macroGunnar Beutner
2022-10-16Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64Gunnar Beutner
2022-10-16Fuzzers: Add fuzzer for the Tar parserIdan Horowitz
2022-10-16LibJS: Add spec comments to RegExpObjectLinus Groh
2022-10-16LibJS: Add spec comments to RegExpConstructorLinus Groh
2022-10-16LibJS: Implement the RegExpAlloc AOLinus Groh
2022-10-16Meta: Add a few more e-mail addresses to the .mailmap fileGunnar Beutner
2022-10-16Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpiLiav A
2022-10-16Kernel: Initialize primitive class member of ACPISysFSComponent to zeroLiav A
2022-10-16Lagom: Remove unecessary _lagom suffix from test and executable namesAndrew Kaster
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-10-16Meta: Use add_serenity_directory for LibTimeZoneAndrew Kaster
2022-10-16Lagom+LibCore: Build LibCore, AK, and LibMain with add_subdirectoryAndrew Kaster
2022-10-16DynamicLoader: Use fewer GLOB patterns for arch-specific filesAndrew Kaster
2022-10-16AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOBAndrew Kaster
2022-10-16WebDriver: Implement `GET /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-16LibJS: Fix TemporalCalendarString ambiguityLinus Groh
2022-10-16LibJS: Rename Get{IANA => Named}TimeZonePreviousTransitionLinus Groh
2022-10-16LibJS: Rename Get{IANA => Named}TimeZoneNextTransitionLinus Groh
2022-10-16LibJS: Change dateAdd to a required parameter of MoveRelativeDateIdan Horowitz
2022-10-16LibJS: Add dateAdd to all remaining MoveRelativeDate callsIdan Horowitz
2022-10-16LibJS: Add optional dateAdd parameter to MoveRelativeDateIdan Horowitz
2022-10-16LibJS: Add fast path TimeZone conversion to PlainDate#toZonedDateTimeLuke Wilde
2022-10-16LibJS: Remove extra property check from Instant#toZonedDateTimeISOLuke Wilde