summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-19Kernel/FileSystem: Fix check of read offset for the RAMFSInode codeLiav A
2023-02-19Kernel/FileSystem: Add check of read offset for the FATInode codeLiav A
2023-02-19LibWeb: Port StyleComputer to new StringsSam Atkins
2023-02-19LibWeb: Port FontCache to new StringsSam Atkins
2023-02-19LibWeb: Store stylesheet sources as StringViewsSam Atkins
2023-02-19LibWeb: Port Selector to new StringsSam Atkins
2023-02-19LibWeb: Port FontFace to new StringsSam Atkins
2023-02-19LibWeb: Port GeneralEnclosed to new StringsSam Atkins
2023-02-19AK: Make FlyString(String) constructor implicitSam Atkins
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2023-02-19LibWeb: Make property/media-feature name matching ASCII case-insensitiveSam Atkins
2023-02-19LibWeb: Transform translate() values to device pixels before paintingAliaksandr Kalenik
2023-02-19LibGfx: Fix sign-compare compile error in TGALoaderLinus Groh
2023-02-19Ladybird: Add qtwayland to QT_PLUGIN_PATH in nix-shell scriptLinus Groh
2023-02-19Ladybird: Add libxcrypt to nativeBuildInputs in nix-shell scriptLinus Groh
2023-02-19Ports: Port wayland-clientPeter Elliott
2023-02-19Ports: Port the Expat XML parserPeter Elliott
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-02-19Kernel: Change polarity of weak ownership between Inode and LocalSocketPeter Elliott
2023-02-19Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)Peter Elliott
2023-02-19LibGfx: Implement serialization of MeasurementTagDataNico Weber
2023-02-19LibGfx: Move ICC MeasurementHeader to BinaryFormat.hNico Weber
2023-02-19LibGfx: Implement serialization of TextTagDataNico Weber
2023-02-19LibGfx: Make TextTagData verify input is 7-bit ASCIINico Weber
2023-02-19LibGfx: Implement serialization of SignatureTagDataNico Weber
2023-02-19LibGfx: Implement serialization of CurveTagDataNico Weber
2023-02-19LibGfx: Implement serialization of CicpTagDataNico Weber
2023-02-19LibGfx: Implement serialization of ChromaticityTagDataNico Weber
2023-02-19LibGfx: Implement serialization of ParametricCurveTagDataNico Weber
2023-02-19LibGfx: Implement serialization of S15Fixed16ArrayTagDataNico Weber
2023-02-19LibGfx: Implement serialization of XYZTagDataNico Weber
2023-02-19LibGfx: Implement serialization of MultiLocalizedUnicodeTagDataNico Weber
2023-02-19LibGfx: Move MultiLocalizedUnicodeRawRecord to BinaryFormat.hNico Weber
2023-02-19LibGfx: Add scaffolding for writing tag dataNico Weber
2023-02-19LibGfx: Write ICC tag tableNico Weber
2023-02-19LibGfx: Move ICC TagTableEntry to BinaryFormat.hNico Weber
2023-02-19LibGfx: Extract encode_header() function in ICC writing codeNico Weber
2023-02-18LibGfx: Rename format name from `jpg` to `jpeg`Lucas CHOLLET
2023-02-18SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`Lucas CHOLLET
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-18Kernel: Dont crash if power states gets set to an invalid valueUndefine
2023-02-18LibJS: Use substrings-with-superstrings in Intl.NumberFormat's groupingTimothy Flynn
2023-02-18AK: Fix printing of negative FixedPoint valuesNico Weber
2023-02-18Kernel/aarch64: Disable memory access alignment checkTimon Kruiper
2023-02-18Kernel/aarch64: Call handle_crash on unknown exceptionsTimon Kruiper
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-18LibGUI: Allow specifying Layout margins and spacing in the constructorSam Atkins
2023-02-18LibGUI: Add Widget::add_spacer() wrapperSam Atkins