summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-09LibGfx/JPEG: Add support for 12 bits JPEGsLucas CHOLLET
2023-05-09LibGfx/JPEG: Add support for `SOF1` imagesLucas CHOLLET
2023-05-09LibWeb: Align `GridFormattingContext::run_track_sizing()` with the specAliaksandr Kalenik
2023-05-09LibGfx/WebP: Add two missing closing quotes for spec commentsNico Weber
2023-05-09LibGfx/WebP: Move lossy decoder to its own fileNico Weber
2023-05-09LibGfx/WebP: Give VP8 decoding functions same interface as VP8L onesNico Weber
2023-05-09LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channelNico Weber
2023-05-09LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() functionNico Weber
2023-05-09LibGfx/WebP: Remove context.error() now that it is a no-opNico Weber
2023-05-09LibGfx/WebP: Redo error handlingNico Weber
2023-05-09LibGfx/WebP: Change ImageData optional-nessNico Weber
2023-05-09LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.hNico Weber
2023-05-09AK: Remove `must_set()` from `JsonArray`Kemal Zebari
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-08Applets/ClipboardHistory: Add persistent storageLucas CHOLLET
2023-05-08LibManual: Allow querying on a help URLTim Ledbetter
2023-05-08LibManual: Ensure page exists when opening a help URLTim Ledbetter
2023-05-08LibWeb: Convert Navigable::navigate's csp_navigation_type to an enumTimothy Flynn
2023-05-08LibGfx/JPEG: Fix faded 4-channels imagesLucas CHOLLET
2023-05-08LibGfx/JPEG: Discard the correct number of bytesLucas CHOLLET
2023-05-08LibWeb: Implement "populate session history entry" step in navigate()Aliaksandr Kalenik
2023-05-08LibWeb: Implement "clear the forward session history" for traversableAliaksandr Kalenik
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-08LibWeb: Fix auto height calculation for table inside BFCAliaksandr Kalenik
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08LibWebView: Use Vector for arguments to WebContentmartinfalisse
2023-05-08LibGfx/WebP: Move lossless decoder to its own fileNico Weber
2023-05-08LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytesNico Weber
2023-05-08LibGfx/WebP: Store pointer to lossless data in VP8LHeader structNico Weber
2023-05-08LibGfx/WebP: Stop storing vp8_header and vp8l_header in contextNico Weber
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-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-08LibCrypto+LibTLS: Avoid crashing on invalid inputBen Wiederhake
2023-05-08LibWeb: Don't relayout when visibility changes between visible/hiddenAndreas Kling
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-07Chess: Slightly improve error propagation during startupBen Wiederhake