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
/
Font
Age
Commit message (
Expand
)
Author
2023-04-06
LibGfx: Fix out of bounds read in BitmapFont::masked_character_set()
Julian Offenhäuser
2023-03-29
LibGfx/OpenType: Ignore glyphs with bogus offsets
Andreas Kling
2023-03-28
LibGfx: Don't render OpenType glyphs that have no outline
Julian Offenhäuser
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibGfx/OpenType: Do not preemptively return while searching for kerning
LukasACH
2023-03-21
LibGfx/OpenType: Get size of ValueRecord from PairPos valueFormat field
LukasACH
2023-03-21
LibGfx/OpenType: Move function read_value_record, add argument stream
LukasACH
2023-03-21
LibWeb: Don't try to parse GPOS lookup types we don't understand yet
Andreas Kling
2023-03-21
LibGfx/OpenType: Fix typo in 'kern' table parsing
Andreas Kling
2023-03-21
LibGfx/OpenType: Extend support for GPOS glyph positioning
LukasACH
2023-03-19
LibGfx: Correct the type of Lookup.subtable_offsets
Matt Purnell
2023-03-17
LibGfx/OpenType: Fix bound-check
gohai
2023-03-17
LibGfx/OpenType: Add some initial support for GPOS glyph positioning
Andreas Kling
2023-03-15
LibGfx: Add Font::point_size()
Andreas Kling
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
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-04
LibGfx: Remove Font::glyph_height() virtual
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-02
LibGfx: Handle multi-code point emoji when computing scaled glyph width
Timothy Flynn
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx: Use LibUnicode to filter code points that cannot start an emoji
Timothy Flynn
2023-02-24
LibGfx: Use the paths to emoji images generated alongside emoji data
Timothy Flynn
2023-02-22
LibGfx: Do not exclude all ASCII code points from emoji lookups
Timothy Flynn
2023-02-22
LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCII
Timothy Flynn
2023-02-22
LibGfx: Consider multi-code point glyphs when computing text width
Timothy Flynn
2023-02-22
LibGfx: Support computing a font's glyph width with code point iterators
Timothy Flynn
2023-02-22
LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 views
Timothy Flynn
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
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-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-01-31
LibGfx: Make glyph ID lookup faster with a cache
Andreas Kling
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
LibGfx: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibGfx: Make OTF prefer Cmap tables of the Windows platform again
Julian Offenhäuser
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
[next]