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-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
LibGfx: Enforce type of 'cprt' and 'desc' type in v4 files
Nico Weber
2023-01-26
LibGfx: Check the types of tags in ICCProfile
Nico Weber
2023-01-26
LibGfx: Add small convenience functions for Lines and AA Painter
Torstennator
2023-01-25
LibGfx: Fix typo in name of DeviceClass::InputDevice
Nico Weber
2023-01-25
LibGfx: Add checking for required tags to ICCProfile
Nico Weber
2023-01-25
LibGfx: Port GIFLoader to Core::Stream
Karol Kosek
2023-01-25
icc: Print each tag signature's spec name
Nico Weber
2023-01-25
LibGfx: Add names for all tag signatures in the v4 spec
Nico Weber
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-24
LibGfx: Dedupe ICC TagData objects
Nico Weber
2023-01-24
LibGfx: Move TagTableEntry into read_tag_table
Nico Weber
2023-01-24
LibGfx: Pass offset and size instead of full TagTableEntry to read_tag
Nico Weber
2023-01-24
LibGfx: Use `Core::Stream` to decode QOI images
Tim Schumacher
2023-01-24
LibGfx: Pass the first QOI chunk byte to the operation implementation
Tim Schumacher
2023-01-24
LibGfx: Use x-mac-roman TextCodec for decoding MacRoman text
Nico Weber
2023-01-24
LibGfx: Cache font pixel metrics in ScaledFont
Andreas Kling
2023-01-23
LibGfx+icc: Add ICCProfile support for parametricCurveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for curveType and print it
Nico Weber
2023-01-23
LibGfx: Tweak an error message in XYZTagData::from_bytes
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for s15Fixed16ArrayType and print it
Nico Weber
2023-01-23
LibGfx: Do not repeat class name in ICC from_bytes() functions
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for XYZType and print it
Nico Weber
2023-01-23
LibGfx: Fix typo in an error message in TextTagData::from_bytes()
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for textDescriptionType and print it
Nico Weber
2023-01-23
LibGfx: Use the first/last color for positions before/after a gradient
MacDue
2023-01-22
LibGfx: Port JPGLoader to Core::Stream
Karol Kosek
2023-01-22
LibGfx: Return stream errors when reading a marker in JPGLoader
Karol Kosek
2023-01-22
LibGfx: Implement paint styles required for HTML canvas gradients
MacDue
2023-01-22
LibGfx: Add Painter::fill_rect(rect, paint_style)
MacDue
2023-01-22
LibGfx: Update fill_path() to support taking a PaintStyle
MacDue
2023-01-22
LibGfx: Add paint styles and allow gradients to be used as them
MacDue
2023-01-22
icc: Print MultiLocalizedUnicodeTagData contents
Nico Weber
2023-01-22
LibGfx: Add ICCProfile support for multiLocalizedUnicodeType
Nico Weber
2023-01-22
LibGfx: Add ICCProfile support for textType
Nico Weber
2023-01-21
LibGfx: Minorly simplify a line of code in ICCProfile with OptionalNone
Nico Weber
2023-01-21
LibGfx+icc: Make device manufacturer and device model clickable
Nico Weber
2023-01-20
LibGfx: Add scaffolding for reading ICC tag table
Nico Weber
2023-01-20
LibGfx: Extract Profile::read_header() function
Nico Weber
2023-01-20
LibGfx: Make ICCHeader use FourCC types for fourcc fields
Nico Weber
2023-01-20
LibGfx: Make DistinctFourCC compatible with BigEndian
Nico Weber
2023-01-20
LibGfx: Use `Core::Stream` to write bitmap fonts
Tim Schumacher
2023-01-20
LibGfx: Fix TGA decoder being out of boundary after calling frame method
Liav A
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2023-01-17
LibGfx: Use `ALWAYS_INLINE` for inline `Bitmap` methods
Jelle Raaijmakers
2023-01-17
LibGfx: Remove an unnecessary FIXME
Arda Cinar
2023-01-17
LibGfx: Implement drawing dotted/dashed diagonal Lines
Arda Cinar
[next]