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-09
Tests/LibWeb: Split input/grid/template-areas.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Ports: De-special case `./package.sh dev`
Jelle Raaijmakers
2023-05-09
Ports: Only remove dir contents on `clean`, not the dir itself
Jelle Raaijmakers
2023-05-09
Ports: Alphabetize commands in `.port_include.sh`
Jelle Raaijmakers
2023-05-09
LibGfx/WebP: Add two missing closing quotes for spec comments
Nico Weber
2023-05-09
LibGfx/WebP: Move lossy decoder to its own file
Nico Weber
2023-05-09
LibGfx/WebP: Give VP8 decoding functions same interface as VP8L ones
Nico Weber
2023-05-09
LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel
Nico Weber
2023-05-09
LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() function
Nico Weber
2023-05-09
LibGfx/WebP: Remove context.error() now that it is a no-op
Nico Weber
2023-05-09
LibGfx/WebP: Redo error handling
Nico Weber
2023-05-09
LibGfx/WebP: Change ImageData optional-ness
Nico Weber
2023-05-09
LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h
Nico Weber
2023-05-09
AK: Remove `must_set()` from `JsonArray`
Kemal Zebari
2023-05-09
Base: Add some Arrows & General Punctuation to Csilla Regular 12
Cubic Love
2023-05-09
Base: Improve some application man pages
Cubic Love
2023-05-09
Ladybird: Allow right clicking and inspecting elements
MacDue
2023-05-09
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
Andreas Kling
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-08
LibManual: Allow querying on a help URL
Tim Ledbetter
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
[next]