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
PixelPaint: Make the color palette widgets smaller and square
Andreas Kling
2021-05-16
PixelPaint: Use GUI::Toolbar inside the toolbox widget
Andreas Kling
2021-05-16
LibGUI: Tweak GUI::Button::on_context_menu_event hook signature
Andreas Kling
2021-05-16
LibGUI: Make GUI::Toolbar::add_action() return the toolbar button
Andreas Kling
2021-05-15
Utilities: Add errno utility
Brendan Coles
2021-05-15
Kernel: Reorder VirtIODevice PCI initialization steps
Sahan Fernando
2021-05-15
Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits
Sahan Fernando
2021-05-15
CppLanguageServer: Fix syntax of a test case program
Itamar
2021-05-15
CppLanguageServer: Make autocomplete logic consider scopes
Itamar
2021-05-15
LibCpp: Modify parsing of a Name's scope
Itamar
2021-05-15
CppLanguageServer: Only re-create DocumentData in file_opened if needed
Itamar
2021-05-15
LibCpp: Modify logic of Parser::index_of_node_at
Itamar
2021-05-15
CppLanguageServer: Autocomplete namespaces
Itamar
2021-05-15
CppLanguageServer: Don't suggest inaccessible declarations
Itamar
2021-05-15
Documentation: Add my machine to hardware compatibility list (#7152)
Alexander Richards
2021-05-15
Documentation: Add a working notebook to Hardware Compatibility List
Luke
2021-05-15
Documentation: Add a tested motherboard to Hardware Compatibility list
Idan Horowitz
2021-05-15
Kernel: Unbreak profiling all processes
Andreas Kling
2021-05-15
ImageViewer: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-15
PixelPaint: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-15
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
Andreas Kling
2021-05-15
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
Luke
2021-05-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
2021-05-15
GameOfLife: Spell about action app name as "Game Of Life"
Linus Groh
2021-05-15
GameOfLife: Add separator before quit menu action
Linus Groh
2021-05-15
GameOfLife: Add alt shortcuts to menus
Linus Groh
2021-05-15
GameOfLife: Rename primary menu to just "Game"
Linus Groh
2021-05-15
Games: Add GameOfLife
Andres Crucitti
2021-05-15
Kernel: Fix return values of BXVGADevice::read/write
Sahan Fernando
2021-05-15
TextEditor: Clear leftover whitespace when inserting newlines
euclidianAce
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-05-15
PixelPaint+Base: Tool icon refresh :^)
Andreas Kling
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-15
FontEditor: Add missing `unix` pledge
Daniel Bertalan
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
Kernel: Make perf_event() work for global profiles
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-15
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-15
Base: Use http://serenityos.org/ for the default browser bookmark
Andreas Kling
2021-05-15
Utilities: Implement a netstat command
brapru
2021-05-15
Tests: Add LibELF tests
Brendan Coles
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-15
Ports: Add port for Brogue (BrogueCE)
nooga
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-15
AK: Try to avoid String allocation in FlyString(StringView)
Andreas Kling
2021-05-15
Kernel/AHCI: Don't check for PCC during initialization
Luke
2021-05-15
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
Luke
2021-05-15
Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()
Brian Gianforcaro
2021-05-15
Kernel: Fix UHCIController singleton startup null-deref race condition.
Brian Gianforcaro
[next]