summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-19Kernel/PCI: Don't cast a domain number to u16Liav A
2022-01-19LibJS: Add missing definition of AsyncFunction.prototype.constructorLinus Groh
2022-01-19LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototypeLinus Groh
2022-01-19LibSoftGPU: Reduce number of samplers to 2Stephan Unverwerth
2022-01-19LibGL+LibSoftGPU: Support generation of multiple texture coordinatesStephan Unverwerth
2022-01-19LibGL: Also track active texture unit indexStephan Unverwerth
2022-01-19LibGL: Track multiple current texture coordinates in GLContextStephan Unverwerth
2022-01-19LibGL: Handle multiple texture coordinates in client stateStephan Unverwerth
2022-01-19LibGL+LibSoftGPU: Add multiple texture coordinates to vertex structStephan Unverwerth
2022-01-19LibGL: Add stubs for multitexturing and announce GL_ARB_multitextureStephan Unverwerth
2022-01-19LibGL: Implement glActiveTextureARB()Stephan Unverwerth
2022-01-19LibGL: Generate GL extension string dynamically during constructionStephan Unverwerth
2022-01-19LibSoftGPU: Announce NPOT texture support via DeviceInfo structStephan Unverwerth
2022-01-19HackStudio: Change ProjectBuilder dependency declaration logicItamar
2022-01-19AK: Yield while waiting for another thread to create a strong refIdan Horowitz
2022-01-19AK: Yield while waiting for another thread to initialize a SingletonIdan Horowitz
2022-01-19AK: Fix erroneous move operators for SinglyLinkedListLucas CHOLLET
2022-01-18Base: Add Cypriot Syllabary to font Katica Regular 10Lady Gegga
2022-01-18Kernel: Don't populate the ACPI SysFS directory with a disabled ACPIIdan Horowitz
2022-01-18Kernel: Create the time page region before initializing the timersIdan Horowitz
2022-01-18LibCrypo: Simplify mixed-sign bitwise_orNico Weber
2022-01-18LibCrypto: Remove some now-unused (and incorrect) methodsNico Weber
2022-01-18LibCrypto+LibJS: Better bitwise binary_xor binopNico Weber
2022-01-18LibCrypto+LibJS: Better bigint bitwise_or binopNico Weber
2022-01-18LibCrypto+LibJS: Better bigint bitwise_and binopNico Weber
2022-01-18LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJSNico Weber
2022-01-18LibCrypto: Add Formatter<SignedBigInteger>Nico Weber
2022-01-18AK: Remove now-unused AK::UnicodeUtils methodsTimothy Flynn
2022-01-18FontEditor: Retrieve code point abbreviations from LibUnicodeTimothy Flynn
2022-01-18LibUnicode: Generate code point abbreviationsTimothy Flynn
2022-01-18LibJS: Implement UTF-16 surrogate pair concatenation without iterationTimothy Flynn
2022-01-18Kernel: Add individual struct definitions for NVMeSubmissionPankaj Raghav
2022-01-18Kernel: Fix m_ready_timeout calculation in NVMePankaj Raghav
2022-01-18Kernel: Remove delay during NVMe reset and start controllerPankaj Raghav
2022-01-18Kernel: Add UNMAP_AFTER_INIT to NVMe member functionsPankaj Raghav
2022-01-18disasm: Don't fail when trying to disassemble empty filesRummskartoffel
2022-01-18disasm: Convert to east-const and C++-style castsRummskartoffel
2022-01-18LibGUI: Use autoscroll from AbstractView when rubberbanding in IconViewMarcus Nilsson
2022-01-18HackStudio: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-18TextEditor: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-18LibGUI: Add a GitCommit SyntaxHighlighter implementationBrian Gianforcaro
2022-01-18LibSyntax: Add a language enum entry for git commit messagesBrian Gianforcaro
2022-01-18Playground: Enable line numbers in the GML editorBrian Gianforcaro
2022-01-18Ports: Add a port of tig 2.5.5Brian Gianforcaro
2022-01-18Ports/readline: Fix config.sub refresh for the readline portBrian Gianforcaro
2022-01-18Kernel: Fix typo in Socket::getsockopt tracingBrian Gianforcaro
2022-01-17Base: Add emojis to PUA codepointsLady Gegga
2022-01-18LibJS: Combine UTF-16 surrogate pairs when concatenating stringsTimothy Flynn
2022-01-18EmojiInputDialog: Increase size of buttons and dialogLady Gegga
2022-01-18LibGL+LibSoftGPU+3DFileViewer: Implement Specular highlighting :^)Jesse Buhagiar