index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-16
Kernel: Print scheduler state to the display console
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Expand the kernel memory slot from 16 MiB to 32 MiB
Liav A
2021-05-16
Kernel: Don't ref-count UsedMemoryRange during iteration
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
Kernel/PCI: Add helper to determine if device can access IO space
Liav A
2021-05-16
Kernel: Drop support of GRUB VBE modesetting
Liav A
2021-05-16
Kernel/Graphics: Add basic support for Intel native accelerator
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A
2021-05-16
Meta: Boot the Q35 machine without VGA support
Liav A
2021-05-16
Kernel: Support the bochs-display device
Liav A
2021-05-16
LibGL: Implement alpha testing in SoftwareRasterizer
Stephan Unverwerth
2021-05-16
LibGL: Implement glAlphaFunc()
Stephan Unverwerth
2021-05-16
LibCompress: Add missing #include
Gunnar Beutner
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
Userland: Don't explicitly call Vector<T>::is_null()
Gunnar Beutner
2021-05-16
HexEditor: Call size() instead of operator bool()
Gunnar Beutner
2021-05-16
Kernel: Fix incorrect argument when constructing DiskPartitionMetadata
Gunnar Beutner
2021-05-16
LibGfx: Avoid copying ByteBuffers while loading PNG images
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
Userland: Add missing #includes
Gunnar Beutner
2021-05-16
ImageViewer: Stop animation timer when deleting/changing image
DragonAlex98
2021-05-16
ImageViewer: Disable image actions when there is no image
DragonAlex98
2021-05-16
LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine
Itamar
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-16
Solitaire: Add key combo to dump the state of the layout
Timothy Flynn
2021-05-16
AK+Meta: Add a debug option for Solitaire
Timothy Flynn
2021-05-16
Solitaire: Add shift modifier to hidden "game over" key combo
Timothy Flynn
2021-05-16
Solitaire: Add setting for number of cards to be drawn
Timothy Flynn
2021-05-16
Solitaire: Add stack for the playable cards on top of the waste stack
Timothy Flynn
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-16
LibVT: Run clang-format on Terminal.cpp
Linus Groh
2021-05-16
LibGL: Add glBlendFunc() and glShadeModel() to call lists
Stephan Unverwerth
2021-05-16
LibGL: Implement glShadeModel()
Stephan Unverwerth
2021-05-16
LibVT: Implement ST (ESC \) escape sequence
Daniel Bertalan
2021-05-16
LibVT: Fix 8-bit control codes clobbering UTF-8
Daniel Bertalan
2021-05-16
LibVT: fix SM/RM not respecting private markers
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
LibVT: Add state machine file for the new parser
Daniel Bertalan
2021-05-16
DevTools: Add StateMachineGenerator utility
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-16
LibLine: Make line management less broken when at the last line
Ali Mohammad Pur
2021-05-16
Meta: Add a check for periods on the end of titles to commit linter
Idan Horowitz
2021-05-16
Debugger: Add basic backtrace support
spigwitmer
2021-05-16
LibGL: Implement color blending
Stephan Unverwerth
2021-05-16
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
Stephan Unverwerth
2021-05-16
LibGL: Add defines and stubs for glBlendFunc()
Stephan Unverwerth
2021-05-16
LibGL: Add missing GLAPI function specifiers
Stephan Unverwerth
[next]