ladybird/Libraries/LibWeb/Platform
Tim Ledbetter 57103da08d LibGfx+LibWeb: Make emoji font fallback presentation-aware
Previously, font selection ignored the Unicode emoji presentation of a
code point. Emoji-capable code points were always resolved through
pre-baked color emoji and symbol fonts. Text-default code points which
lacked the `Emoji_Presentation` property, were therefore rendered as
color emoji rather than text. We now classify each code point's default
presentation from its `Emoji_Presentation` property and any trailing
variation selector.
2026-06-20 23:51:46 +02:00
..
EventLoopPlugin.cpp LibWeb: Flatten Platform::EventLoopPlugin by merging Serenity impl 2026-02-28 15:32:14 +01:00
EventLoopPlugin.h LibWeb: Flatten Platform::EventLoopPlugin by merging Serenity impl 2026-02-28 15:32:14 +01:00
FontPlugin.cpp LibGfx+LibWeb: Make emoji font fallback presentation-aware 2026-06-20 23:51:46 +02:00
FontPlugin.h LibWeb+LibWebView: Select generic font families based on requested style 2026-03-24 15:08:24 +01:00
ImageCodecPlugin.cpp LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
ImageCodecPlugin.h LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
Timer.cpp LibWeb: Keep active platform timers alive during GC 2026-05-10 10:58:11 +02:00
Timer.h LibWeb: Keep active platform timers alive during GC 2026-05-10 10:58:11 +02:00