summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-21LibJS: Make RefPtr and NonnullRefPtr usage const-correctAndreas Kling
2023-02-21AK: Stop NonnullPtrVector from making accessed elements constAndreas Kling
2023-02-20LibSQL: Don't use fchmod for socket on any BSDNiklas Poslovski
2023-02-20LibCore: Add support for NetBSD in anon_createnipos
2023-02-20LibCore: Enable file descriptor passing on all BSDsnipos
2023-02-20AK/StackInfo: Add support for NetBSDnipos
2023-02-20LibCore: All BSDs need sig_t instead of sighandler_tnipos
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-19Kernel/IntelGraphics: Move PLL handling code to a different fileLiav A
2023-02-19Kernel/Graphics: Return ENODEV if there's no valid EDID to returnLiav A
2023-02-19Kernel/Graphics: Allow Intel DisplayConnector to not have consoleLiav A
2023-02-19Kernel/IntelGraphics: Move DisplayPlane enable code to derived classesLiav A
2023-02-19Kernel/IntelGraphics: Add Generation enum to the Definitions fileLiav A
2023-02-19Kernel/IntelGraphics: Move pipe management to the Transcoder classLiav A
2023-02-19Kernel/Graphics: Introduce the IntelDisplayConnectorGroup classLiav A
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