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-26
LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunk
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunk
Nico Weber
2023-02-26
LibWeb: Implement the js-api portion of Wasm multi-value
Ali Mohammad Pur
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-25
LibDSP: Don't crash on out-of-bounds parameter value
kleines Filmröllchen
2023-02-25
LibGUI: Use full text width for Label's preferred width
kleines Filmröllchen
2023-02-26
LibWeb: Port IDL implementations Blob and File to new String
Kenneth Myhra
2023-02-26
LibWeb: Add to_ascii_upper_case() from the Infra spec
Kenneth Myhra
2023-02-26
LibWeb: Add to_ascii_lower_case() from the Infra spec
Kenneth Myhra
2023-02-25
LibCore+Utilities: Replace uses of strpbrk with find_any_of()
Andrew Kaster
2023-02-25
LibGfx: Decode WebP canvas size
Nico Weber
2023-02-25
LibUnicode: Skip over emoji sequences in grapheme boundary segmentation
Timothy Flynn
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-25
LibGfx: Parse WebP VP8L chunk header
Nico Weber
2023-02-25
LibGfx: Fix lossless fourcc in VP8X chunk decoder
Nico Weber
2023-02-25
LibGfx: Add link to webp overview
Nico Weber
2023-02-25
LibGfx: Parse some of WebP 'VP8 ' chunk
Nico Weber
2023-02-25
LibGfx: Parse WebP VP8X chunk
Nico Weber
2023-02-25
LibGfx: Add a FIXME to WebPImageDecoderPlugin::icc_data()
Nico Weber
2023-02-25
LibGfx: Add a WebPLoadingContext::error() helper
Nico Weber
2023-02-25
LibDSP: Get rid of DeprecatedString
kleines Filmröllchen
2023-02-24
LibDeviceTree: Use unchecked_append() in path parsing
MacDue
2023-02-24
Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"
Linus Groh
2023-02-24
Kernel+Userland: Refine preventing syscall annotations of Regions option
Liav A
2023-02-24
LibDeviceTree: Propagate try_append() errors while parsing paths
MacDue
2023-02-24
Browser+LibWeb+WebContent: Store cookie expiry times in UTC
Timothy Flynn
2023-02-24
LibIPC: Add a built-in encoder/decoder for AK::Time
Timothy Flynn
2023-02-24
LibWeb: Consider transform property while finding containing block
Aliaksandr Kalenik
2023-02-24
LibWeb: Stop overflow clip box aggregation on reached stacking context
Aliaksandr Kalenik
2023-02-24
Revert "LibWeb: Fix clip of hidden overflow..."
Aliaksandr Kalenik
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
Liav A
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGUI: Make Gfx- to text-positioning handle multi-code point glyphs
Timothy Flynn
2023-02-24
LibGfx: Use non-emoji glyph width API to compute the width of a space
Timothy Flynn
2023-02-24
LibWeb: Make text fragment indexing handle multi-code point glyphs
Timothy Flynn
2023-02-24
LibWeb: Make canvas text preparation handle multi-code point glyphs
Timothy Flynn
2023-02-24
LibPDF: Refactor *Font classes
Rodrigo Tobar
2023-02-24
LibPDF: Add new error construction functions
Rodrigo Tobar
2023-02-24
LibPDF: Allow show_text to return errors
Rodrigo Tobar
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-24
LibGfx: Use LibUnicode to filter code points that cannot start an emoji
Timothy Flynn
2023-02-24
LibGfx: Use the paths to emoji images generated alongside emoji data
Timothy Flynn
2023-02-24
LibUnicode: Add a method to check if a code point could start an emoji
Timothy Flynn
2023-02-24
LibUnicode: Generate the path to emoji images alongside emoji data
Timothy Flynn
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-02-24
LibGfx: Drop tags of unknown type instead of writing invalid icc files
Nico Weber
2023-02-24
LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr
Kenneth Myhra
2023-02-24
LibWeb: Port SubtleCrypto to new String
Kenneth Myhra
2023-02-24
LibWeb: Port Crypto to new String
Kenneth Myhra
[next]