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
2023-05-08
LibManual: Ensure page exists when opening a help URL
Tim Ledbetter
2023-05-08
AK: Use consteval String factories on macOS
Timothy Flynn
2023-05-08
LibWeb: Convert Navigable::navigate's csp_navigation_type to an enum
Timothy Flynn
2023-05-08
Documentation: Homogenize Ladybird build instructions
martinfalisse
2023-05-08
LibGfx/JPEG: Fix faded 4-channels images
Lucas CHOLLET
2023-05-08
LibGfx/JPEG: Discard the correct number of bytes
Lucas CHOLLET
2023-05-08
LibWeb: Implement "populate session history entry" step in navigate()
Aliaksandr Kalenik
2023-05-08
LibWeb: Implement "clear the forward session history" for traversable
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Fix auto height calculation for table inside BFC
Aliaksandr Kalenik
2023-05-08
LibWeb: Use layout-test-mode for layout tests
martinfalisse
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-05-08
LibWebView: Use Vector for arguments to WebContent
martinfalisse
2023-05-08
Ladybird: Move arguments parsing before FontPluginQt init
martinfalisse
2023-05-08
LibGfx/WebP: Move lossless decoder to its own file
Nico Weber
2023-05-08
LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytes
Nico Weber
2023-05-08
LibGfx/WebP: Store pointer to lossless data in VP8LHeader struct
Nico Weber
2023-05-08
LibGfx/WebP: Stop storing vp8_header and vp8l_header in context
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_code
Nico Weber
2023-05-08
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_header()
Nico Weber
2023-05-08
LibWeb: Cache the root element font metrics when calculating them
Andreas Kling
2023-05-08
LibGUI: Use cursor position when calculating autoscroll delta
Ahmed Hussein
2023-05-08
LibWeb: Make HTMLObjectElement invalidate the document layout
Andreas Kling
2023-05-08
Documentation: Add libslirp-dev as a required dependency for QEMU
Kenneth Myhra
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include HTML/Window.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include WindowGlobalMixin from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-08
Tests: Add more tests for `JsonArray`
Kemal Zebari
2023-05-08
Ports: Update dosbox-staging to 0.77.1
Kenneth Myhra
2023-05-08
Ports: Clean up 'package.sh' for dosbox-staging
Kenneth Myhra
2023-05-08
Ports: Add opusfile 0.12
Kenneth Myhra
2023-05-08
Ports: Add libopus 1.3.1
Kenneth Myhra
2023-05-08
LibCrypto+LibTLS: Avoid crashing on invalid input
Ben Wiederhake
2023-05-08
LibWeb: Don't relayout when visibility changes between visible/hidden
Andreas Kling
2023-05-07
Documentation: Update information regarding MSIx for NVMe :^)
Pankaj Raghav
2023-05-07
Kernel: Add MSIx support to NVMe
Pankaj Raghav
2023-05-07
Kernel: Pass NVMeController reference to NVMequeue
Pankaj Raghav
2023-05-07
NVMe: Use an explicit Queue type instead of using an Optional irq
Pankaj Raghav
2023-05-07
Kernel: Introduce PCIIRQHandler
Pankaj Raghav
2023-05-07
Kernel: Add APIs to PCI Device to use MSI(x)
Pankaj Raghav
2023-05-07
Kernel: Implement helpers to manipulate MSI(x) data structures
Pankaj Raghav
2023-05-07
Kernel: Implement {enable,disable}_msix interrupts in PCI Device
Pankaj Raghav
2023-05-07
Kernel: Use PCIIdentifier is_msix_capable API to retrieve MSIx status
Pankaj Raghav
[next]