summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-16GMLPlayground: Reuse request_close() in 'Open' and recent files actionsKarol Kosek
2023-05-16GMLPlayground: Use current file name in the 'Save as...' dialogKarol Kosek
2023-05-16GMLPlayground: Use `try_make` for syntax highlighting and autocompleteKarol Kosek
2023-05-16GMLPlayground: Set parent window for preview windowKarol Kosek
2023-05-16GMLPlayground: Remove one DeprecatedString usageKarol Kosek
2023-05-16GMLPlayground: Handle drop eventsKarol Kosek
2023-05-16GMLPlayground: Extract most logic into a MainWidget classKarol Kosek
2023-05-16GMLPlayground: Set file path when reading fileKarol Kosek
2023-05-16Base: Add man page for pingTim Ledbetter
2023-05-16ping: Add -i option to specify the time to wait between packetsTim Ledbetter
2023-05-16ping: Add -q option to specify quiet modeTim Ledbetter