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-21
Kernel: Fix const-correctness of PCI::DeviceIdentifier usage
Andreas Kling
2023-02-21
PixelPaint: Make Filter::apply() non-virtual and non-const
Andreas Kling
2023-02-21
LibGfx: Add const hack in Bitmap::to_bitmap_backed_by_anonymous_buffer()
Andreas Kling
2023-02-21
Kernel: Make NNRP<PhysicalPage const> possible
Andreas Kling
2023-02-21
AK: Make String const-correct internally
Andreas Kling
2023-02-21
AK: Make Deprecated{Fly,}String and StringImpl const-correct
Andreas Kling
2023-02-21
LibGfx: Replace Bitmap::invert() with Bitmap::inverted()
Andreas Kling
2023-02-21
LibGfx: Make Bitmap::scaled(1) return a clone
Andreas Kling
2023-02-21
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
Andreas Kling
2023-02-21
AK: Stop NonnullPtrVector from making accessed elements const
Andreas Kling
2023-02-20
LibSQL: Don't use fchmod for socket on any BSD
Niklas Poslovski
2023-02-20
LibCore: Add support for NetBSD in anon_create
nipos
2023-02-20
LibCore: Enable file descriptor passing on all BSDs
nipos
2023-02-20
AK/StackInfo: Add support for NetBSD
nipos
2023-02-20
LibCore: All BSDs need sig_t instead of sighandler_t
nipos
2023-02-20
LibCore: Implement socket credentials for NetBSD
nipos
2023-02-20
LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookup
Sam Atkins
2023-02-20
LibGUI: Use a while loop for iterating text spans
Sam Atkins
2023-02-20
LibGUI: Validate TextDocument spans when merging them, not when painting
Sam Atkins
2023-02-20
LibGUI: Add and use TextEditor::fixed_elements_width()
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-20
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
MacDue
2023-02-19
LibGfx: Implement serialization of Lut16TagData and Lut8TagData
Nico Weber
2023-02-19
LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizes
Nico Weber
2023-02-19
LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textType
Nico Weber
2023-02-19
LibGfx: Implement serialization of NamedColor2TagData
Nico Weber
2023-02-19
LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Mark a few ICC:NamedColor2TagData methods as const
Nico Weber
2023-02-19
LibGfx: Move NamedColorHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in icc main loop
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()
Nico Weber
2023-02-19
LibGfx: Add fallible ICC::Profile::try_for_each_tag
Nico Weber
2023-02-19
LibGfx: Remove an ICC writing FIXME, and a comment
Nico Weber
2023-02-19
LibGfx: Bring variables names closer to spec
Lucas CHOLLET
2023-02-19
LibGfx: Add a spec reference for JPEG constants definitions
Lucas CHOLLET
2023-02-19
LibGfx: Add a spec link for the JPEG decoder
Lucas CHOLLET
2023-02-19
LibGfx: Remove some magic variables in `JPEGLoader`
Lucas CHOLLET
2023-02-19
LibGfx: Rename `is_valid_marker()` to `is_supported_marker()`
Lucas CHOLLET
2023-02-19
Kernel/IntelGraphics: Move PLL handling code to a different file
Liav A
2023-02-19
Kernel/Graphics: Return ENODEV if there's no valid EDID to return
Liav A
2023-02-19
Kernel/Graphics: Allow Intel DisplayConnector to not have console
Liav A
2023-02-19
Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes
Liav A
2023-02-19
Kernel/IntelGraphics: Add Generation enum to the Definitions file
Liav A
2023-02-19
Kernel/IntelGraphics: Move pipe management to the Transcoder class
Liav A
2023-02-19
Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class
Liav A
2023-02-19
LibGfx: Use static_cast in ICC writing code
Nico Weber
2023-02-19
LibGfx: Write multiLocalizedUnicodeType with multiple strings correctly
Nico Weber
2023-02-19
LibGfx: Add a FIXME to ICC encode_tag_data()
Nico Weber
2023-02-19
LibGfx: Partially implement serialization of TextDescriptionTagData
Nico Weber
2023-02-19
LibGfx: Make TextDescriptionTagData verify input is 7-bit ASCII
Nico Weber
[next]