summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-02-18LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate()MacDue
2023-02-18LibGfx: De-duplicate color interpolation codeMacDue
2023-02-18LibGfx: Move Color::mixed_with() inlineMacDue
2023-02-18LibGUI: Skip over grapheme clusters on left/right arrow key pressesTimothy Flynn
2023-02-18AK: Fix 64-bit alignment issue in shared-superstring substringsAndreas Kling
2023-02-17PixelPaint: Propagate errors from making filter settings widgetsKarol Kosek
2023-02-17AK: Remove unused `rehash_for_collision`Jelle Raaijmakers
2023-02-17AK: Reimplement `HashTable` with smart linear probingJelle Raaijmakers
2023-02-17LibJS: Dereference intrinsic accessor before deleting itJelle Raaijmakers