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-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
Matthew Olsson
2023-03-06
LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Support one specific type of embedded color bitmaps
Andreas Kling
2023-03-06
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Add scaffolding for CBDT and CBLC tables
Andreas Kling
2023-03-06
LibGfx/OpenType: Make "glyf" and "loca" tables optional
Andreas Kling
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibGfx: Fill in remaining values in built-in sRGB profile
Nico Weber
2023-03-04
LibGfx: Don't reject SOF2 JPEGs that don't use spectral approximation
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Check for element presence in HashMaps before dereferencing
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Don't call `add_ac` if not necessary
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Support End-Of-Bands run
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Link the actual chapter instead of the summary section
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Replace magic numbers with their specified name
Lucas CHOLLET
2023-03-04
LibGfx: Add a function to create an in-memory sRGB profile
Nico Weber
2023-03-04
LibGfx: Introduce ICC::Profile::create
Nico Weber
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-03-04
LibGfx: Remove Font::glyph_height() virtual
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-03
LibGfx: Draw checkbox check in the center of the checkbox rect
Andreas Kling
2023-03-02
LibGfx: Handle multi-code point emoji widths when drawing text runs
Timothy Flynn
2023-03-02
LibGfx: Handle multi-code point emoji when computing scaled glyph width
Timothy Flynn
2023-03-02
LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops
MacDue
2023-03-02
LibGfx+LibWeb: Propagate OOM when creating PaintStyles
MacDue
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-02-28
LibGfx: Render text presentation emoji as text if we have its glyph
Timothy Flynn
2023-02-28
LibGfx: Bubble up allocation failure instead of panicking
Lucas CHOLLET
2023-02-27
LibGfx: Add a function that adds two paths together
Luke Wilde
2023-02-27
LibGfx: Add method to Matrix that determines if the matrix is invertible
Luke Wilde
2023-02-27
LibGfx: Don't return after the first scan
Lucas CHOLLET
2023-02-27
LibGfx: Consider component interleaving when reading a scan
Lucas CHOLLET
2023-02-27
LibGfx: Move `HuffmanStream` from the context to the `Scan` object
Lucas CHOLLET
2023-02-27
LibGfx: Don't assume that a scan include all components for the image
Lucas CHOLLET
2023-02-27
LibGfx: Consider `EOI` as a supported marker
Lucas CHOLLET
2023-02-27
LibGfx: Remove restrictive checks
Lucas CHOLLET
2023-02-27
LibGfx: Log spectral information
Lucas CHOLLET
2023-02-27
LibGfx: Log image dimensions only once
Lucas CHOLLET
2023-02-27
LibGfx: Only iterate components of the current scan
Lucas CHOLLET
2023-02-27
LibGfx: Differentiate scan-level and frame-level data for components
Lucas CHOLLET
2023-02-27
LibGfx: Move scan-related information to its own struct
Lucas CHOLLET
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
LibGfx: Don't return an error for webp sniff failures
MacDue
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
LibGfx: Add some chunk validation to decode_webp_extended()
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunk
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunk
Nico Weber
2023-02-25
LibGfx: Decode WebP canvas size
Nico Weber
[next]