summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-20LibCore: Implement socket credentials for NetBSDnipos
2023-02-20LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookupSam Atkins
2023-02-20LibGUI: Use a while loop for iterating text spansSam Atkins
2023-02-20LibGUI: Validate TextDocument spans when merging them, not when paintingSam Atkins
2023-02-20LibGUI: Add and use TextEditor::fixed_elements_width()Sam Atkins
2023-02-20LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculationsSam Atkins
2023-02-20LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValueMacDue
2023-02-19LibGfx: Implement serialization of Lut16TagData and Lut8TagDataNico Weber
2023-02-19LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizesNico Weber
2023-02-19LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textTypeNico Weber
2023-02-19LibGfx: Implement serialization of NamedColor2TagDataNico Weber
2023-02-19LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCIINico Weber
2023-02-19LibGfx: Mark a few ICC:NamedColor2TagData methods as constNico Weber
2023-02-19LibGfx: Move NamedColorHeader to BinaryFormat.hNico Weber
2023-02-19LibGfx: Use ICC::Profile::try_for_each_tag in icc main loopNico Weber
2023-02-19LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()Nico Weber
2023-02-19LibGfx: Add fallible ICC::Profile::try_for_each_tagNico Weber
2023-02-19LibGfx: Remove an ICC writing FIXME, and a commentNico Weber
2023-02-19LibGfx: Bring variables names closer to specLucas CHOLLET
2023-02-19LibGfx: Add a spec reference for JPEG constants definitionsLucas CHOLLET
2023-02-19LibGfx: Add a spec link for the JPEG decoderLucas CHOLLET
2023-02-19LibGfx: Remove some magic variables in `JPEGLoader`Lucas CHOLLET
2023-02-19LibGfx: Rename `is_valid_marker()` to `is_supported_marker()`Lucas CHOLLET
2023-02-19LibGfx: Use static_cast in ICC writing codeNico Weber
2023-02-19LibGfx: Write multiLocalizedUnicodeType with multiple strings correctlyNico Weber
2023-02-19LibGfx: Add a FIXME to ICC encode_tag_data()Nico Weber
2023-02-19LibGfx: Partially implement serialization of TextDescriptionTagDataNico Weber
2023-02-19LibGfx: Make TextDescriptionTagData verify input is 7-bit ASCIINico Weber
2023-02-19LibGfx: Re-alphabetize TagData classesNico Weber
2023-02-19LibGfx: Add spec comment to ICC encode_tag_table()Nico Weber
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-19HackStudio: Make wrapping modes consistentSam Atkins
2023-02-19LibGfx: Fix a slight mistake in AA ellipse error calculationMacDue
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19LibTextCodec: Return Optional<Decoder&> from `bom_sniff_to_decoder()`Sam Atkins
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-19LibWebView: Display Accessible Name and DescriptionJonah
2023-02-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
2023-02-19LibWeb: Implement Accessible Name and Description CalculationJonah
2023-02-19LibWeb: Add ARIA::allows_name_from_contentJonah
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Add walk_device_tree and use it to dump structured dataAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2023-02-19LibDeviceTree: Print the StringsBlock size properly when bounds checkingAndrew Kaster
2023-02-19Kernel+Userland: Add constants subdirectory at /sys/kernel directoryLiav A
2023-02-19LibWeb: Relax unnecessarily narrow cast in Node::containing_block()Andreas Kling
2023-02-19LibGfx: Rename all `JPG_*` macros to `JPEG_*` in JPEGLoaderLucas CHOLLET
2023-02-19LibGfx: Dedupe identical tag data objects when writing ICC dataNico Weber
2023-02-19LibGfx: Implement serialization of ViewingConditionsTagDataNico Weber
2023-02-19LibGfx: Move ICC ViewingConditionsHeader to BinaryFormat.hNico Weber