index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-19
LibWeb: Make property/media-feature name matching ASCII case-insensitive
Sam Atkins
2023-02-19
LibWeb: Transform translate() values to device pixels before painting
Aliaksandr Kalenik
2023-02-19
LibGfx: Fix sign-compare compile error in TGALoader
Linus Groh
2023-02-19
Ladybird: Add qtwayland to QT_PLUGIN_PATH in nix-shell script
Linus Groh
2023-02-19
Ladybird: Add libxcrypt to nativeBuildInputs in nix-shell script
Linus Groh
2023-02-19
Ports: Port wayland-client
Peter Elliott
2023-02-19
Ports: Port the Expat XML parser
Peter Elliott
2023-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-02-19
Kernel: Change polarity of weak ownership between Inode and LocalSocket
Peter Elliott
2023-02-19
Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)
Peter Elliott
2023-02-19
LibGfx: Implement serialization of MeasurementTagData
Nico Weber
2023-02-19
LibGfx: Move ICC MeasurementHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Implement serialization of TextTagData
Nico Weber
2023-02-19
LibGfx: Make TextTagData verify input is 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Implement serialization of SignatureTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of CurveTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of CicpTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of ChromaticityTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of ParametricCurveTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of S15Fixed16ArrayTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of XYZTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of MultiLocalizedUnicodeTagData
Nico Weber
2023-02-19
LibGfx: Move MultiLocalizedUnicodeRawRecord to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Add scaffolding for writing tag data
Nico Weber
2023-02-19
LibGfx: Write ICC tag table
Nico Weber
2023-02-19
LibGfx: Move ICC TagTableEntry to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Extract encode_header() function in ICC writing code
Nico Weber
2023-02-18
LibGfx: Rename format name from `jpg` to `jpeg`
Lucas CHOLLET
2023-02-18
SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`
Lucas CHOLLET
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
Kernel: Dont crash if power states gets set to an invalid value
Undefine
2023-02-18
LibJS: Use substrings-with-superstrings in Intl.NumberFormat's grouping
Timothy Flynn
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
Kernel/aarch64: Disable memory access alignment check
Timon Kruiper
2023-02-18
Kernel/aarch64: Call handle_crash on unknown exceptions
Timon Kruiper
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibGUI: Allow specifying Layout margins and spacing in the constructor
Sam Atkins
2023-02-18
LibGUI: Add Widget::add_spacer() wrapper
Sam Atkins
2023-02-18
LibGfx: Add `ALWAYS_INLINE` to Color::mixed_with()/interpolate()
MacDue
2023-02-18
LibGfx: De-duplicate color interpolation code
MacDue
2023-02-18
LibGfx: Move Color::mixed_with() inline
MacDue
2023-02-18
LibGUI: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
PixelPaint: Propagate errors from making filter settings widgets
Karol Kosek
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-17
LibJS: Dereference intrinsic accessor before deleting it
Jelle Raaijmakers
[next]