index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-02-23
LibWeb: Add spec link to border-width: thin/medium/thick definitions
Sam Atkins
2023-02-23
LibWeb: Port Worker to new String
Kenneth Myhra
2023-02-23
LibWeb: Port WorkerGlobalScope to new String
Kenneth Myhra
2023-02-23
LibWeb: Port WorkerLocation to new String
Kenneth Myhra
2023-02-23
LibGfx: Pad last element in ICC files to 4-byte boundary too
Nico Weber
2023-02-23
LibGfx: Implement serialization of LutAToBTagData and LutBToATagData
Nico Weber
2023-02-23
LibGUI: Fix Action destructor to unregister itself correctly
Humberto Alves
2023-02-23
LibGUI: Fix missing parent in LinkLabel open action
Humberto Alves
2023-02-22
LibGfx: Do not exclude all ASCII code points from emoji lookups
Timothy Flynn
2023-02-22
LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCII
Timothy Flynn
2023-02-22
LibGUI: Wrap words at word break boundaries and don't break up emoji
Timothy Flynn
2023-02-22
LibGfx: Consult Unicode data to decode emoji sequences
Timothy Flynn
2023-02-22
LibGUI: Convert mouse events from a visual to a physical position
Timothy Flynn
2023-02-22
LibGfx: Consider multi-code point glyphs when computing text width
Timothy Flynn
2023-02-22
LibGfx: Support computing a font's glyph width with code point iterators
Timothy Flynn
2023-02-22
LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 views
Timothy Flynn
2023-02-22
LibWeb: Make factory method of IntersectionObserver fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of IdleDeadline fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Selection::Selection fallible
Kenneth Myhra
2023-02-22
LibWeb: Propagate error in factory method of Streams::ReadableStream
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectReadOnly fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of Geometry::DOMRect fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectList fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMPointReadOnly fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMPoint fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of HTML::BrowsingContext fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Response fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Request fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Encoding::TextEncoder fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of DOMParsing::XMLSerializer fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of WebGL::WebGLContextEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::HeadersIterator fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of URL::URLSearchParamsIterator fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::WheelEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::UIEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of UIEvents::FocusEvent fallible
Kenneth Myhra
2023-02-22
LibGfx: Log the underlying error when failing to decode a macroblock
Lucas CHOLLET
2023-02-22
LibGfx: Don't assume that scans are always full when filling macroblocks
Lucas CHOLLET
2023-02-22
LibGfx: Save spectral information in the context
Lucas CHOLLET
2023-02-22
LibGfx: Put code to add AC coefficients to a macroblock in a function
Lucas CHOLLET
2023-02-22
LibGfx: Put code to add the DC coefficient to a macroblock in a function
Lucas CHOLLET
2023-02-22
LibGfx: Don't store the size of a `Vector` in an external variable
Lucas CHOLLET
2023-02-22
LibGfx: Put the code to reset the encoder in its own function
Lucas CHOLLET
2023-02-22
LibGfx: Make `decode_huffman_stream` take macroblocks by reference
Lucas CHOLLET
2023-02-22
LibGfx: Prepare the decoder to handle multiples scans
Lucas CHOLLET
2023-02-22
LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`
Lucas CHOLLET
[next]