summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16Kernel: Print scheduler state to the display consoleLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel: Expand the kernel memory slot from 16 MiB to 32 MiBLiav A
2021-05-16Kernel: Don't ref-count UsedMemoryRange during iterationLiav A
2021-05-16Kernel: Rename Console => ConsoleDeviceLiav A
2021-05-16Kernel/PCI: Add helper to determine if device can access IO spaceLiav A
2021-05-16Kernel: Drop support of GRUB VBE modesettingLiav A
2021-05-16Kernel/Graphics: Add basic support for Intel native acceleratorLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A
2021-05-16Meta: Boot the Q35 machine without VGA supportLiav A
2021-05-16Kernel: Support the bochs-display deviceLiav A
2021-05-16LibGL: Implement alpha testing in SoftwareRasterizerStephan Unverwerth
2021-05-16LibGL: Implement glAlphaFunc()Stephan Unverwerth
2021-05-16LibCompress: Add missing #includeGunnar Beutner
2021-05-16Kernel: Avoid allocations when handling network packetsGunnar Beutner
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-05-16HexEditor: Call size() instead of operator bool()Gunnar Beutner
2021-05-16Kernel: Fix incorrect argument when constructing DiskPartitionMetadataGunnar Beutner
2021-05-16LibGfx: Avoid copying ByteBuffers while loading PNG imagesGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16Userland: Add missing #includesGunnar Beutner
2021-05-16ImageViewer: Stop animation timer when deleting/changing imageDragonAlex98
2021-05-16ImageViewer: Disable image actions when there is no imageDragonAlex98
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-16Solitaire: Add stack for the playable cards on top of the waste stackTimothy Flynn
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-16LibVT: Run clang-format on Terminal.cppLinus Groh
2021-05-16LibGL: Add glBlendFunc() and glShadeModel() to call listsStephan Unverwerth
2021-05-16LibGL: Implement glShadeModel()Stephan Unverwerth
2021-05-16LibVT: Implement ST (ESC \) escape sequenceDaniel Bertalan
2021-05-16LibVT: Fix 8-bit control codes clobbering UTF-8Daniel Bertalan
2021-05-16LibVT: fix SM/RM not respecting private markersDaniel Bertalan
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16LibVT: Add state machine file for the new parserDaniel Bertalan
2021-05-16DevTools: Add StateMachineGenerator utilityDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-16Meta: Add a check for periods on the end of titles to commit linterIdan Horowitz
2021-05-16Debugger: Add basic backtrace supportspigwitmer
2021-05-16LibGL: Implement color blendingStephan Unverwerth
2021-05-16LibGL: Add support for GL_BLEND in glEnable() and glDisable()Stephan Unverwerth
2021-05-16LibGL: Add defines and stubs for glBlendFunc()Stephan Unverwerth
2021-05-16LibGL: Add missing GLAPI function specifiersStephan Unverwerth