summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Font/Emoji.cpp
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-01LibGfx+LibUnicode: Support specifying the path to search for emojiTimothy Flynn
2023-02-24LibGfx: Use LibUnicode to filter code points that cannot start an emojiTimothy Flynn
2023-02-24LibGfx: Use the paths to emoji images generated alongside emoji dataTimothy Flynn
2023-02-22LibGfx: Do not exclude all ASCII code points from emoji lookupsTimothy Flynn
2023-02-22LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCIITimothy Flynn
2023-02-22LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 viewsTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-16LibGfx: Change Emoji::emoji_for_code_points to accept const code pointsTimothy Flynn
2022-08-20LibGfx: Always lookup emojis without emoji presentation specifiersRyan Liptak
2022-08-05LibGfx: Don't use Span<u32> as hash key for cached emojisAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner