summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()Nico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()Nico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_codeNico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_header()Nico Weber
2023-05-08LibWeb: Cache the root element font metrics when calculating themAndreas Kling
2023-05-08LibGUI: Use cursor position when calculating autoscroll deltaAhmed Hussein
2023-05-08LibWeb: Make HTMLObjectElement invalidate the document layoutAndreas Kling
2023-05-08Documentation: Add libslirp-dev as a required dependency for QEMUKenneth Myhra
2023-05-08LibWeb: Don't include Layout/Node.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include HTML/Window.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include WindowGlobalMixin from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include DOM/Attr.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.hAndreas Kling
2023-05-08Tests: Add more tests for `JsonArray`Kemal Zebari
2023-05-08Ports: Update dosbox-staging to 0.77.1Kenneth Myhra
2023-05-08Ports: Clean up 'package.sh' for dosbox-stagingKenneth Myhra
2023-05-08Ports: Add opusfile 0.12Kenneth Myhra
2023-05-08Ports: Add libopus 1.3.1Kenneth Myhra
2023-05-08LibCrypto+LibTLS: Avoid crashing on invalid inputBen Wiederhake
2023-05-08LibWeb: Don't relayout when visibility changes between visible/hiddenAndreas Kling
2023-05-07Documentation: Update information regarding MSIx for NVMe :^)Pankaj Raghav
2023-05-07Kernel: Add MSIx support to NVMePankaj Raghav
2023-05-07Kernel: Pass NVMeController reference to NVMequeuePankaj Raghav
2023-05-07NVMe: Use an explicit Queue type instead of using an Optional irqPankaj Raghav
2023-05-07Kernel: Introduce PCIIRQHandlerPankaj Raghav
2023-05-07Kernel: Add APIs to PCI Device to use MSI(x)Pankaj Raghav
2023-05-07Kernel: Implement helpers to manipulate MSI(x) data structuresPankaj Raghav
2023-05-07Kernel: Implement {enable,disable}_msix interrupts in PCI DevicePankaj Raghav
2023-05-07Kernel: Use PCIIdentifier is_msix_capable API to retrieve MSIx statusPankaj Raghav
2023-05-07Kernel: Add MSIxInfo struct to PCI DeviceIdentifierPankaj Raghav
2023-05-07Kernel: Add write{8,16,32} to the PCI Capability structPankaj Raghav
2023-05-07Kernel: Add reserve_interrupt_handlers APIPankaj Raghav
2023-05-07Kernel/PCI: Set IRQ as reserved for pin-based interruptsPankaj Raghav
2023-05-07Kernel: Add m_reserved private variable to GenericInterruptHandlerPankaj Raghav
2023-05-07Ladybird: Don't ask Qt to decode any images for usMacDue
2023-05-07LibGUI: Always paint vertical lines for Frames in unmaximized windowsthankyouverycool
2023-05-07LibWeb: Don't force relayout on scheduled layout updateAndreas Kling
2023-05-07Toolchain: Replace inline nproc with get_number_of_processing_units()Kenneth Myhra
2023-05-07Meta: Add get_number_of_processing_units() to shell_include.shKenneth Myhra
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-07LibSQL: Remove unused IODevice includeBen Wiederhake
2023-05-07LibJS: Revert to original text in specBen Wiederhake
2023-05-07netstat: Fix fallback value for pid fieldFabian Dellwing
2023-05-07netstat: Add -e argumentFabian Dellwing
2023-05-07netstat: Fix in/out bytes not showingFabian Dellwing
2023-05-07netstat: Fix port numbers not showingFabian Dellwing