summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-17Meta/ShellCompletions: Complete command listkleines Filmröllchen
2023-05-17Kernel: Fix memory mapping size of the BootFramebufferConsoleDaniel Bertalan
2023-05-17Kernel: Flush data cache before passing a buffer to the VC MailboxDaniel Bertalan
2023-05-17Meta: Make `SERENITY_RUN=ci` work with AArch64Daniel Bertalan
2023-05-17Kernel: Add character device driver for the RPi "mini UART" (UART1)Daniel Bertalan
2023-05-17Kernel: Add `RPi::Timer::get_clock_rate()`Daniel Bertalan
2023-05-17Kernel: Add RPi Watchdog and use it for system shutdownDaniel Bertalan
2023-05-17Kernel: Unify x86-64 and AArch64 `__panic` implementationDaniel Bertalan
2023-05-17LibWeb: Remove borders from TemporaryTrack in GFCAliaksandr Kalenik
2023-05-17tar: Wire up compressing .tar files with LZMATim Schumacher
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17Tests: Add an LZMA roundtrip compression testTim Schumacher
2023-05-17LibCompress: Add an LZMA encoderTim Schumacher
2023-05-17LibCompress: Use the variable for LZMA "normalized to real distance"Tim Schumacher
2023-05-17LibCompress: Decode the LZMA match type in a separate functionTim Schumacher
2023-05-17LibCompress: Make LzmaHeader a POD-like typeTim Schumacher
2023-05-17LibCompress: Extract the LZMA state to a separate classTim Schumacher
2023-05-17AK: Add `CircularBuffer::find_copy_in_seekback()`Tim Schumacher
2023-05-17AK: Add `count_required_bits`Tim Schumacher
2023-05-17Ports: Update Ruby to version 3.2.2Tim Schumacher
2023-05-17Kernel: Alias `_SC_PAGE_SIZE` to `_SC_PAGESIZE`Tim Schumacher
2023-05-17Meta: Only enable the SPICE server when using the SPICE displayTim Schumacher
2023-05-17LibWeb: Use auto minimimum size while resolving flexible tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Skip non-spanning items sizing if there are no such itemsAliaksandr Kalenik
2023-05-17LibWeb: Rename flexible_length to flex_factor in GridSizeAliaksandr Kalenik
2023-05-17LibWeb: Implement more of "Expand Flexible Tracks" in GFCAliaksandr Kalenik
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling
2023-05-17LibWeb: Fix off-by-one in CSS calc() "negate" operationAndreas Kling
2023-05-17FontEditor: Filter files by BitmapFont in FilePickerthankyouverycool
2023-05-17FontEditor: Show complete filename in error messagesthankyouverycool
2023-05-17FontEditor: Show recently opened files in File menuthankyouverycool
2023-05-17FontEditor: Add action text to Undo and Redothankyouverycool
2023-05-17lsirq: Restore enumeration of interrupt lineJelle Raaijmakers
2023-05-16Kernel: Add MSI support to AHCIPankaj Raghav
2023-05-16Kernel: Add MSI support in PCI DevicePankaj Raghav
2023-05-16Kernel: Implement {enable,disable}_msi interrupts in PCI DevicePankaj Raghav
2023-05-16Kernel: Use PCIDeviceIdentifier is_msi_capable() to retrieve MSI statusPankaj Raghav
2023-05-16Kernel: Add MSIInfo struct to PCI DeviceIdentifierPankaj Raghav
2023-05-16LibWebView: Remove the DumpLayoutTree programTimothy Flynn
2023-05-16Ladybird: Fix context menus being in slightly the wrong positionMacDue
2023-05-16Ladybird: Add screenshot actions to the page context menuTimothy Flynn
2023-05-16Browser: Move screenshot context menu actions above inspector actionsTimothy Flynn
2023-05-16GMLPlayground: Keep view_frame_action around to prevent a crashSam Atkins
2023-05-16LibWeb: Make text justification work between floatsAndreas Kling
2023-05-16LibWeb: Rewrite calculation of available space between floatsAndreas Kling
2023-05-16LibGfx: Make FontDatabase lookups case insensitiveAndreas Kling
2023-05-16LibWeb: Fix for absolutely positioned elements with specified heightAndi Gallo
2023-05-16LibGUI: Actually set the first allowed file extension list in FilePickerKarol Kosek
2023-05-16GMLPlayground: Make 'Open' action start in the Application source folderKarol Kosek
2023-05-16Meta: Copy GML source files to serenity installKarol Kosek