summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16PixelPaint: Make the color palette widgets smaller and squareAndreas Kling
2021-05-16PixelPaint: Use GUI::Toolbar inside the toolbox widgetAndreas Kling
2021-05-16LibGUI: Tweak GUI::Button::on_context_menu_event hook signatureAndreas Kling
2021-05-16LibGUI: Make GUI::Toolbar::add_action() return the toolbar buttonAndreas Kling
2021-05-15Utilities: Add errno utilityBrendan Coles
2021-05-15Kernel: Reorder VirtIODevice PCI initialization stepsSahan Fernando
2021-05-15Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bitsSahan Fernando
2021-05-15CppLanguageServer: Fix syntax of a test case programItamar
2021-05-15CppLanguageServer: Make autocomplete logic consider scopesItamar
2021-05-15LibCpp: Modify parsing of a Name's scopeItamar
2021-05-15CppLanguageServer: Only re-create DocumentData in file_opened if neededItamar
2021-05-15LibCpp: Modify logic of Parser::index_of_node_atItamar
2021-05-15CppLanguageServer: Autocomplete namespacesItamar
2021-05-15CppLanguageServer: Don't suggest inaccessible declarationsItamar
2021-05-15Documentation: Add my machine to hardware compatibility list (#7152)Alexander Richards
2021-05-15Documentation: Add a working notebook to Hardware Compatibility ListLuke
2021-05-15Documentation: Add a tested motherboard to Hardware Compatibility listIdan Horowitz
2021-05-15Kernel: Unbreak profiling all processesAndreas Kling
2021-05-15ImageViewer: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15PixelPaint: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"Andreas Kling
2021-05-15Kernel/AHCI: Fix "received" => "recovered" typo in communication errorLuke
2021-05-15Kernel/AHCI: Get BOH and NVMP from extended capabilitiesLuke
2021-05-15AHCIController: Fix off-by-one mistake (#7144)Alexander Richards
2021-05-15GameOfLife: Spell about action app name as "Game Of Life"Linus Groh
2021-05-15GameOfLife: Add separator before quit menu actionLinus Groh
2021-05-15GameOfLife: Add alt shortcuts to menusLinus Groh
2021-05-15GameOfLife: Rename primary menu to just "Game"Linus Groh
2021-05-15Games: Add GameOfLifeAndres Crucitti
2021-05-15Kernel: Fix return values of BXVGADevice::read/writeSahan Fernando
2021-05-15TextEditor: Clear leftover whitespace when inserting newlineseuclidianAce
2021-05-15LibGUI: Delay setting column width in AutocompleteBoxAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-15Kernel: Don't use the profile timer if we don't have a timer to assignLiav A
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15Kernel: Make perf_event() work for global profilesGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-15HackStudio: Pledge "fattr"Γ–mer Kurttekin
2021-05-15Base: Use http://serenityos.org/ for the default browser bookmarkAndreas Kling
2021-05-15Utilities: Implement a netstat commandbrapru
2021-05-15Tests: Add LibELF testsBrendan Coles
2021-05-15LibGfx: Fix incorrect origin for checkerboard pattern fillsAndreas Kling
2021-05-15Ports: Add port for Brogue (BrogueCE)nooga
2021-05-15LibDebug: Avoid unnecessary String allocation in append_to_line_info()Andreas Kling
2021-05-15AK: Try to avoid String allocation in FlyString(StringView)Andreas Kling
2021-05-15Kernel/AHCI: Don't check for PCC during initializationLuke
2021-05-15Kernel/AHCI: Don't enable interrupts in the AHCIPort constructorLuke
2021-05-15Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()Brian Gianforcaro
2021-05-15Kernel: Fix UHCIController singleton startup null-deref race condition.Brian Gianforcaro