summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-23LibWeb: Add spec link to border-width: thin/medium/thick definitionsSam Atkins
2023-02-23LibWeb: Port Worker to new StringKenneth Myhra
2023-02-23LibWeb: Port WorkerGlobalScope to new StringKenneth Myhra
2023-02-23LibWeb: Port WorkerLocation to new StringKenneth Myhra
2023-02-23LibGfx: Pad last element in ICC files to 4-byte boundary tooNico Weber
2023-02-23LibGfx: Implement serialization of LutAToBTagData and LutBToATagDataNico Weber
2023-02-23LibGUI: Fix Action destructor to unregister itself correctlyHumberto Alves
2023-02-23LibGUI: Fix missing parent in LinkLabel open actionHumberto Alves
2023-02-22LibGfx: Do not exclude all ASCII code points from emoji lookupsTimothy Flynn
2023-02-22LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCIITimothy Flynn
2023-02-22LibGUI: Wrap words at word break boundaries and don't break up emojiTimothy Flynn
2023-02-22LibGfx: Consult Unicode data to decode emoji sequencesTimothy Flynn
2023-02-22LibGUI: Convert mouse events from a visual to a physical positionTimothy Flynn
2023-02-22LibGfx: Consider multi-code point glyphs when computing text widthTimothy Flynn
2023-02-22LibGfx: Support computing a font's glyph width with code point iteratorsTimothy Flynn
2023-02-22LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 viewsTimothy Flynn
2023-02-22LibWeb: Make factory method of IntersectionObserver fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of IdleDeadline fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of ResizeObserver::ResizeObserver fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Selection::Selection fallibleKenneth Myhra
2023-02-22LibWeb: Propagate error in factory method of Streams::ReadableStreamKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMRectReadOnly fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of Geometry::DOMRect fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMRectList fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMPointReadOnly fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMPoint fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of HTML::BrowsingContext fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Response fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Request fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Encoding::TextEncoder fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOMParsing::XMLSerializer fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of WebGL::WebGLContextEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::HeadersIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of URL::URLSearchParamsIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of IDLEventListener and NodeFilter fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::WheelEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::UIEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::KeyboardEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of UIEvents::FocusEvent fallibleKenneth Myhra
2023-02-22LibGfx: Log the underlying error when failing to decode a macroblockLucas CHOLLET
2023-02-22LibGfx: Don't assume that scans are always full when filling macroblocksLucas CHOLLET
2023-02-22LibGfx: Save spectral information in the contextLucas CHOLLET
2023-02-22LibGfx: Put code to add AC coefficients to a macroblock in a functionLucas CHOLLET
2023-02-22LibGfx: Put code to add the DC coefficient to a macroblock in a functionLucas CHOLLET
2023-02-22LibGfx: Don't store the size of a `Vector` in an external variableLucas CHOLLET
2023-02-22LibGfx: Put the code to reset the encoder in its own functionLucas CHOLLET
2023-02-22LibGfx: Make `decode_huffman_stream` take macroblocks by referenceLucas CHOLLET
2023-02-22LibGfx: Prepare the decoder to handle multiples scansLucas CHOLLET
2023-02-22LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`Lucas CHOLLET