summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-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-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
2022-01-18LibGL+LibSoftGPU: Remove unused variable `specular_exponent`Jesse Buhagiar
2022-01-18LibSoftGPU: Add `sgi_dot` lambdaJesse Buhagiar
2022-01-18LibSoftGPU: Use correct position for `vertex_to_light`Jesse Buhagiar
2022-01-18LibGfx: Add `::xyz()` swizzle operator to `Vector4`Jesse Buhagiar
2022-01-18LibGfx: Add unary `operator-()` to Vector2/3/4Jesse Buhagiar
2022-01-17LibJS: Make parseFloat slightly more specification-compliantIdan Horowitz
2022-01-17LibJS: Rewrite parseInt to be more specification-compliantIdan Horowitz
2022-01-17LibJS+LibUnicode: Make static const Utf8View variables constexprIdan Horowitz
2022-01-17LibJS: Implement the TrimString Abstract OperationIdan Horowitz
2022-01-17LibSoftGPU: Add stencil statistic to debug overlayJelle Raaijmakers
2022-01-17LibGL: Use number of lights from stored device infoJelle Raaijmakers
2022-01-17LibGL+LibSoftGPU: Implement the stencil bufferJelle Raaijmakers
2022-01-17LibGL: Convert stencil front/back function and operation to `Array`sJelle Raaijmakers
2022-01-17LibGL+LibSoftGPU: Enumize material front/back face selectionJelle Raaijmakers
2022-01-16readelf: Fall back to default interpreter path on empty pathThijs Waalen
2022-01-17WindowServer: Pick font with glyphs for digits for ScreenNumberOverlayTom