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
GameOfLife: Don't randomize cells on board resize
Linus Groh
2021-05-16
GameOfLife: Use a frame as the board widget container
Linus Groh
2021-05-16
GameOfLife: Add vertical separator between interval and action buttons
Linus Groh
2021-05-16
GameOfLife: Move "ms" interval label to GML
Linus Groh
2021-05-16
GameOfLife: Auto-size toolbar labels
Linus Groh
2021-05-16
GameOfLife: Remove some unused includes
Linus Groh
2021-05-16
GameOfLife: Add some margin to the toolbar layout
Linus Groh
2021-05-16
GameOfLife: Switch from single indexed vector to rows+columns
Linus Groh
2021-05-16
Base: Make 16x16 Play/Pause/Stop icons a bit smaller
Linus Groh
2021-05-16
Kernel/Graphics: Round size value when mapping real framebuffer
Liav A
2021-05-16
Kernel/Graphics: Assign console to be from VGACompatibleAdapter always
Liav A
2021-05-16
Kernel/Graphics: Fix a method to be more accurate about its name
Liav A
2021-05-16
Documentation: Add Sanitizer section to RunningTests
Andrew Kaster
2021-05-16
CI: Compile and run Lagom tests with ASAN and UBSAN
Andrew Kaster
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-16
LibCore: Use Vector instead of VLA in ArgsParser::parse()
Andrew Kaster
2021-05-16
AK: Don't call memcpy with null argument in ByteBuffer::copy()
Andrew Kaster
2021-05-16
Taskbar: Make shutdown dialog non-resizable and tweak button spacing
Andreas Kling
2021-05-16
LibGUI: Put some more space between check boxes and their label text
Andreas Kling
2021-05-16
LibGUI: Put some more space between radio buttons and their label text
Andreas Kling
2021-05-16
Taskbar: Give the shutdown dialog a UI facelift :^)
Andreas Kling
2021-05-16
Base: Tweak app-text-editor 32x32 icon (pencil color)
Andreas Kling
2021-05-16
Kernel: Move ConsoleDevice initialization just after kmalloc init
Liav A
2021-05-16
Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console
Liav A
2021-05-16
Meta: Update grub configuration to adopt the new textual boot mode
Liav A
2021-05-16
Documentation: Update bare metal troubleshooting guide
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
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
[next]