summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29LibJS: Implement Temporal.Duration.prototype.subtractLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.addLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.roundLuke Wilde
2021-11-29LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptionsTimothy Flynn
2021-11-29LibJS: Implement Intl.DateTimeFormat.supportedLocalesOfTimothy Flynn
2021-11-29js: Implement pretty-printing of Intl.DateTimeFormatTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibUnicode: Add special handling of hour cycle (hc) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate calendar (ca) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Sort generated enums case-insensitivelyTimothy Flynn
2021-11-29LibUnicode: Parse and generate available candidate format patternsTimothy Flynn
2021-11-29LibUnicode: Hard-code an alias from the Gregorian calendar to GregoryTimothy Flynn
2021-11-29LibUnicode: Parse and generate date, time, and date-time format patternsTimothy Flynn
2021-11-29LibUnicode: Create a nearly empty generator for date-time formattingTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29LibJS: Change Intl's GetOption AO to accept a Span rather than a VectorTimothy Flynn
2021-11-29LibDSP: Fix potential slicing issue in volume_from_envelopeBrian Gianforcaro
2021-11-29LibCpp: Fix copy paste typo in Parser::match_secondary_expressionBrian Gianforcaro
2021-11-293DFileViewer: Set correct aspect ratio in view frustumJelle Raaijmakers
2021-11-29Tests: Add a simple LibGL render-testHendiadyoin1
2021-11-29Lagom: Add LibGL to the librariesHendiadyoin1
2021-11-29Lagom: Disable implicit-const-int-float-conversion warningsHendiadyoin1
2021-11-29LibGL: Mark SoftwareGLContext::gl_scissor as overrideHendiadyoin1
2021-11-29LibGfx: Link against LibIPCHendiadyoin1
2021-11-29LibGfx: Load default font lazilyHendiadyoin1
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-29LibIPC: Mark m_sockfd as maybe_unused on non Serenity platformsdavidot
2021-11-28Kernel: Use peripheral addresses returned from MMIO to map prekernel memJames Mintram
2021-11-28Kernel: Refactor prekernel MMU to use a bump allocatorJames Mintram
2021-11-28Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespaceJames Mintram
2021-11-28Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespaceJames Mintram
2021-11-28Kernel: Set up and activate the MMU in the aarch64 perkernelJames Mintram
2021-11-28Kernel: Move common aarch64 asm functions into kernel folder and NSJames Mintram
2021-11-28Kernel: Split prekernel exception level code into its own fileJames Mintram
2021-11-28Kernel: Change prekernel to use shared SP across Exception LevelsJames Mintram
2021-11-28Kernel: Replace inline asm with typesafe static member functionsJames Mintram
2021-11-28Kernel: Remove unused header from Aarch64_asm_utilsJames Mintram
2021-11-29LibIPC: Replace u32/u64 value coders with u/ul/ull value codersAndreas Kling
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-11-28LibCore: Add syscall wrapper for dup()Andreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling