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
/
Emoji.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
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: Implement Emoji::emoji_for_code_point_iterator for UTF-32 views
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-16
LibGfx: Change Emoji::emoji_for_code_points to accept const code points
Timothy Flynn
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-05
LibGfx: Don't use Span<u32> as hash key for cached emojis
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner