index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
LibGfx: Validate presence of curves for lutAToBType and lutBToAType
Nico Weber
2023-02-12
LibGfx: Let ICC code validate tag data alignment
Nico Weber
2023-02-12
LibGfx: Implement curve parsing for lutAToBType and lutBToAType
Nico Weber
2023-02-12
LibGfx: Add a size-less ParametricCurveTagData::from_bytes() overload
Nico Weber
2023-02-12
LibGfx: Add a size-less CurveTagData::from_bytes() overload in ICC code
Nico Weber
2023-02-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-02-11
LibGfx: Make ICC code handle out-of-memory situations better
Nico Weber
2023-02-10
LibGfx: Add scaffolding for curves in lutAToBType and lutBToAType
Nico Weber
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-10
LibGfx: Make sure the Painter clip rect is never larger than the target
Andreas Kling
2023-02-10
LibGfx: Validate ICC cicpTag some more
Nico Weber
2023-02-10
LibGfx+icc: Stringify known signatureType values
Nico Weber
2023-02-10
LibGfx+icc: Read chromaticityTag
Nico Weber
2023-02-10
LibGfx+icc: Read viewingConditionsType
Nico Weber
2023-02-10
LibGfx+icc: Read measurementType
Nico Weber
2023-02-10
LibGfx: Remove the optional Error member from QOI's decoder context
Timothy Flynn
2023-02-08
LibGfx: Make checkerboard patterns static when panning
Tim Ledbetter
2023-02-08
LibGfx+icc: Implement half of lutAToBType and lutBToAType
Nico Weber
2023-02-08
LibGfx: Use size_t instead of unsigned in ICC loops
Nico Weber
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
LibGfx: Use `AK::Stream` to serialize and deserialize bitmaps
Tim Schumacher
2023-02-08
LibGfx: Propagate errors from serializing bitmaps
Tim Schumacher
2023-02-08
LibGfx: Add the ability to append a Path into another
Rodrigo Tobar
2023-02-08
LibGfx: Port `DDSLoader` to `AK::Stream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
LibGfx: Validate type of cicpTag in ICC Profile
Nico Weber
2023-02-08
LibGfx+icc: Read cicpType
Nico Weber
2023-02-08
LibGfx: Add another profile ID to ICC quirk list
Nico Weber
2023-02-08
LibGfx: Add ICC v2 tags to tag list
Nico Weber
2023-02-08
LibGfx+icc: Read signatureType
Nico Weber
2023-02-08
LibGfx+icc: Read namedColor2Type
Nico Weber
2023-02-06
LibGfx: Add table size validation for ICC lut16Type
Nico Weber
2023-02-05
LibGfx: Fix comment typo in ICC code
Nico Weber
2023-02-05
LibGfx: Extract a variable in ICC TextDescriptionTagData
Nico Weber
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-04
LibGfx: Port ICOLoader to the new AK::Stream
Karol Kosek
2023-02-04
LibGfx: Return ErrorOr<> in ICOLoader internal functions
Karol Kosek
2023-02-01
LibGfx: Give ICC::TagType a virtual destructor
Nico Weber
2023-02-01
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
Nico Weber
2023-01-31
LibGfx: Make glyph ID lookup faster with a cache
Andreas Kling
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
LibGfx: Support ICCs in JPEGs that are split across several tags
Nico Weber
2023-01-29
LibGUI+LibGfx: Add Tray ColorRole helpers to Palette
thankyouverycool
2023-01-29
LibGfx: Fix constructor initialisation style in GradientPainting
MacDue
[next]