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-15
LibGfx: Plumb the TGALoader into ImageDecoder :^)
Tom Needham
2023-01-15
LibGfx: Add TGA Loader :^)
Tom Needham
2023-01-12
LibGfx: Provide accessors to instruction data to OpenType::Font
MacDue
2023-01-12
LibGfx: Parse the TTF fpgm and prep tables
MacDue
2023-01-12
LibGfx: Add OpenType opcodes and helpers to parse instruction streams
MacDue
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibGfx: Implement TrimmedTable mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Implement ByteEncoding mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Select a valid TTF cmap subtable for the Macintosh platform
Julian Offenhäuser
2023-01-09
LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenter
Andreas Kling
2023-01-08
LibGfx: Add initializer for ICC::DistinctFourCC
Nico Weber
2023-01-08
LibGfx: Add initializers for ICCProfile enum class fields
Nico Weber
2023-01-08
LibGfx: Add initializer for ICCProfile::m_creation_timestamp
Nico Weber
2023-01-08
LibGfx+icc: Look at profile_size field
Nico Weber
2023-01-08
LibGfx: Rename ICC::DateTimeNumber::hour to hours to match spec
Nico Weber
2023-01-08
LibGfx+icc: Print primary platform
Nico Weber
2023-01-08
LibGfx: Put parse_device_attributes() in spec order
Nico Weber
2023-01-07
LibGfx: Expand spec comment for parse_device_attributes() in ICCProfile
Nico Weber
2023-01-07
LibGfx+icc: Print fields that are fourccs registered with the ICC
Nico Weber
2023-01-06
LibGfx+icc: Print device attribute flags
Nico Weber
2023-01-06
LibGfx: Fix incorrect bitmask in Gfx::ICC::Flags
Nico Weber
2023-01-06
LibGfx+icc: Verify ICCProfile ID at parse time instead of in icc
Nico Weber
2023-01-06
LibGfx: Rename variable in parse_profile_id() to match spec better
Nico Weber
2023-01-06
LibGfx: Verify ICC reserved header bytes are zero
Nico Weber
2023-01-06
LibGfx: Extract all_bytes_are_zero() function in ICCProfile
Nico Weber
2023-01-06
LibGfx: Add quotes and reflow for glanceability
Nico Weber
2023-01-06
LibGfx: Rename ICCHeader::profile_md5 to profile_id to match spec
Nico Weber
2023-01-06
LibGfx: Prefer largest image with best depth for ICO display
Simon Danner
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING
Andreas Kling
2023-01-06
LibGfx: Round menu font size up when calculating menubar height
Andreas Kling
2023-01-06
LibGfx: Use Gfx::Rect::align_within() to simplify text drawing logic
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-06
LibGfx: Make ScaledFont::glyph_height() return the pixel height
Andreas Kling
2023-01-06
LibGfx: Remove unused Font::point_size()
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-06
LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()
Andreas Kling
2023-01-06
LibGfx/OpenType: Use typographic metrics when asked to by the OS/2 table
Andreas Kling
2023-01-05
LibGfx+LibPDF: Apply subpixel offset in affine transformation
MacDue
2023-01-05
LibGfx: Enable subpixel accurate text rendering in Painter::draw_text()
MacDue
2023-01-05
LibGfx: Add ability to request glyphs at subpixel offsets to fonts
MacDue
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-05
LibGfx+icc: Print if profile id is valid
Nico Weber
2023-01-05
LibGfx: Remove useless name from try_load_from_externally_owned_memory()
Nico Weber
2023-01-05
LibGfx: East-const-ify ICCProfile::pcs_illuminant()
Nico Weber
2023-01-05
LibGfx: Store profile id MD5 in ICCProfile
Nico Weber
2023-01-05
LibGfx: Sort ICC parsing functions by spec number
Nico Weber
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
[next]