summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-26LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunkNico Weber
2023-02-26LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunkNico Weber
2023-02-26LibWeb: Implement the js-api portion of Wasm multi-valueAli Mohammad Pur
2023-02-26LibWasm+LibWeb: Sneak a JS::Completion into Wasm::ResultAli Mohammad Pur
2023-02-25LibDSP: Don't crash on out-of-bounds parameter valuekleines Filmröllchen
2023-02-25LibGUI: Use full text width for Label's preferred widthkleines Filmröllchen
2023-02-26LibWeb: Port IDL implementations Blob and File to new StringKenneth Myhra
2023-02-26LibWeb: Add to_ascii_upper_case() from the Infra specKenneth Myhra
2023-02-26LibWeb: Add to_ascii_lower_case() from the Infra specKenneth Myhra
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster
2023-02-25LibGfx: Decode WebP canvas sizeNico Weber
2023-02-25LibUnicode: Skip over emoji sequences in grapheme boundary segmentationTimothy Flynn
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-25LibGfx: Parse WebP VP8L chunk headerNico Weber
2023-02-25LibGfx: Fix lossless fourcc in VP8X chunk decoderNico Weber
2023-02-25LibGfx: Add link to webp overviewNico Weber
2023-02-25LibGfx: Parse some of WebP 'VP8 ' chunkNico Weber
2023-02-25LibGfx: Parse WebP VP8X chunkNico Weber
2023-02-25LibGfx: Add a FIXME to WebPImageDecoderPlugin::icc_data()Nico Weber
2023-02-25LibGfx: Add a WebPLoadingContext::error() helperNico Weber
2023-02-25LibDSP: Get rid of DeprecatedStringkleines Filmröllchen
2023-02-24LibDeviceTree: Use unchecked_append() in path parsingMacDue
2023-02-24Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"Linus Groh
2023-02-24Kernel+Userland: Refine preventing syscall annotations of Regions optionLiav A
2023-02-24LibDeviceTree: Propagate try_append() errors while parsing pathsMacDue
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-24LibIPC: Add a built-in encoder/decoder for AK::TimeTimothy Flynn
2023-02-24LibWeb: Consider transform property while finding containing blockAliaksandr Kalenik
2023-02-24LibWeb: Stop overflow clip box aggregation on reached stacking contextAliaksandr Kalenik
2023-02-24Revert "LibWeb: Fix clip of hidden overflow..."Aliaksandr Kalenik
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24Kernel+Userland: Move prctl numbers header file to Kernel/API directoryLiav A
2023-02-24LibGfx: Remove single-code point Font::glyph_or_emoji_width APITimothy Flynn
2023-02-24LibGUI: Make Gfx- to text-positioning handle multi-code point glyphsTimothy Flynn
2023-02-24LibGfx: Use non-emoji glyph width API to compute the width of a spaceTimothy Flynn
2023-02-24LibWeb: Make text fragment indexing handle multi-code point glyphsTimothy Flynn
2023-02-24LibWeb: Make canvas text preparation handle multi-code point glyphsTimothy Flynn
2023-02-24LibPDF: Refactor *Font classesRodrigo Tobar
2023-02-24LibPDF: Add new error construction functionsRodrigo Tobar
2023-02-24LibPDF: Allow show_text to return errorsRodrigo Tobar
2023-02-24LibGfx+Tests: Add test for webp ICC loading and fix bugNico Weber
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-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