summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-24LibGfx: Use LibUnicode to filter code points that cannot start an emojiTimothy Flynn
2023-02-24LibGfx: Use the paths to emoji images generated alongside emoji dataTimothy Flynn
2023-02-24LibUnicode: Add a method to check if a code point could start an emojiTimothy Flynn
2023-02-24LibUnicode: Generate the path to emoji images alongside emoji dataTimothy Flynn
2023-02-24file: Add a description for the image/webp mime typeNico Weber
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-24LibGfx: Drop tags of unknown type instead of writing invalid icc filesNico Weber
2023-02-24LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtrKenneth Myhra
2023-02-24LibWeb: Port SubtleCrypto to new StringKenneth Myhra
2023-02-24LibWeb: Port Crypto to new StringKenneth Myhra
2023-02-24LibGfx: Make ICC reader check that profile size is a multiple of 4Nico Weber
2023-02-24VideoPlayer: Add button and menu item to toggle fullscreentimre13
2023-02-24LibWeb: Render HTML content if present for HTTP error pagesAndreas Kling
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-24HackStudio: Add progress bar to Debugger initializationItamar
2023-02-24HackStudio: Add commandline option to debug a running processItamar
2023-02-24HackStudio: Fix event loop usage in debugger callbacksItamar
2023-02-24HackStudio: Add ability to attach debugger to a running processItamar
2023-02-24LibDebug: Remove file path fixup for library sourcesItamar
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