summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-17AK: Make Utf8View constexpr-constructibleIdan 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-17Base: Add icons to man pages for GUI applicationsBrian Gianforcaro
2022-01-17Meta: Add icons to online man pagesTobias Christiansen
2022-01-17Base: Remove file:// prefix from imageTobias Christiansen
2022-01-17Documentation: Update qt creator guide to have up to date pathsDmitry Petrov
2022-01-17Meta+Ports: Make 'package.sh showproperty' report multiple propertiesAli Mohammad Pur
2022-01-17Ports/git: Update git to the latest 2.34.1 releaseBrian Gianforcaro
2022-01-17Meta: Optimized lint-ports.py by avoiding duplicate execs of package.shBrian Gianforcaro
2022-01-17Meta: Skip shellcheck for Ports in pre-commit hookBrian Gianforcaro
2022-01-17Kernel: Remove non existent friend class from Process.hBrian Gianforcaro
2022-01-17Revert "Base: Add icons to man pages for GUI applications"Brian Gianforcaro
2022-01-16Base: Add icons to man pages for GUI applicationselectrikmilk
2022-01-16readelf: Fall back to default interpreter path on empty pathThijs Waalen
2022-01-17WindowServer: Pick font with glyphs for digits for ScreenNumberOverlayTom
2022-01-16Base: Add more emojiselectrikmilk
2022-01-16Documentation: Swap 'Right' and 'Wrong' code practiceflyingwombat921
2022-01-16Tests: Test whether stdio streams are flushed correctly on exitDaniel Bertalan
2022-01-16LibC: Flush all file streams on exitDaniel Bertalan
2022-01-16LibC: Implement `fflush(nullptr)`Daniel Bertalan
2022-01-16Kernel: Make Process::m_list_node non-mutableAndreas Kling
2022-01-16Kernel: Use an IntrusiveRedBlackTree for kernel regionsAndreas Kling
2022-01-16LibGUI: Allow selecting glyphs by dragging in GlyphMapWidgetthankyouverycool