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-20
LibCore: Implement socket credentials for NetBSD
nipos
2023-02-20
LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookup
Sam Atkins
2023-02-20
LibGUI: Use a while loop for iterating text spans
Sam Atkins
2023-02-20
LibGUI: Validate TextDocument spans when merging them, not when painting
Sam Atkins
2023-02-20
LibGUI: Add and use TextEditor::fixed_elements_width()
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-20
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
MacDue
2023-02-19
LibGfx: Implement serialization of Lut16TagData and Lut8TagData
Nico Weber
2023-02-19
LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizes
Nico Weber
2023-02-19
LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textType
Nico Weber
2023-02-19
LibGfx: Implement serialization of NamedColor2TagData
Nico Weber
2023-02-19
LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Mark a few ICC:NamedColor2TagData methods as const
Nico Weber
2023-02-19
LibGfx: Move NamedColorHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()
Nico Weber
2023-02-19
LibGfx: Add fallible ICC::Profile::try_for_each_tag
Nico Weber
2023-02-19
LibGfx: Remove an ICC writing FIXME, and a comment
Nico Weber
2023-02-19
LibGfx: Bring variables names closer to spec
Lucas CHOLLET
2023-02-19
LibGfx: Add a spec reference for JPEG constants definitions
Lucas CHOLLET
2023-02-19
LibGfx: Add a spec link for the JPEG decoder
Lucas CHOLLET
2023-02-19
LibGfx: Remove some magic variables in `JPEGLoader`
Lucas CHOLLET
2023-02-19
LibGfx: Rename `is_valid_marker()` to `is_supported_marker()`
Lucas CHOLLET
2023-02-19
LibGfx: Use static_cast in ICC writing code
Nico Weber
2023-02-19
LibGfx: Write multiLocalizedUnicodeType with multiple strings correctly
Nico Weber
2023-02-19
LibGfx: Add a FIXME to ICC encode_tag_data()
Nico Weber
2023-02-19
LibGfx: Partially implement serialization of TextDescriptionTagData
Nico Weber
2023-02-19
LibGfx: Make TextDescriptionTagData verify input is 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Re-alphabetize TagData classes
Nico Weber
2023-02-19
LibGfx: Add spec comment to ICC encode_tag_table()
Nico Weber
2023-02-19
WebDriver: Add computedlabel endpoint
Jonah
2023-02-19
LibGfx: Fix a slight mistake in AA ellipse error calculation
MacDue
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec: Return Optional<Decoder&> from `bom_sniff_to_decoder()`
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-19
LibWebView: Display Accessible Name and Description
Jonah
2023-02-19
LibWeb: Serialize Accessible Name and Description for Accessibility Tree
Jonah
2023-02-19
LibWeb: Implement Accessible Name and Description Calculation
Jonah
2023-02-19
LibWeb: Add ARIA::allows_name_from_content
Jonah
2023-02-19
LibDeviceTree: Add a slow, allocation-free property fetch API
Andrew Kaster
2023-02-19
LibDeviceTree: Add walk_device_tree and use it to dump structured data
Andrew Kaster
2023-02-19
LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytes
Andrew Kaster
2023-02-19
LibDeviceTree: Print the StringsBlock size properly when bounds checking
Andrew Kaster
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
LibWeb: Relax unnecessarily narrow cast in Node::containing_block()
Andreas Kling
2023-02-19
LibGfx: Rename all `JPG_*` macros to `JPEG_*` in JPEGLoader
Lucas CHOLLET
2023-02-19
LibGfx: Dedupe identical tag data objects when writing ICC data
Nico Weber
2023-02-19
LibGfx: Implement serialization of ViewingConditionsTagData
Nico Weber
2023-02-19
LibGfx: Move ICC ViewingConditionsHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Correctly handle JPEG image with restart markers
Lucas CHOLLET
2023-02-19
LibGUI: Allow clipboard items to have no associated data
Tim Ledbetter
[next]