ladybird/Userland/Libraries/LibWeb/Page
Aliaksandr Kalenik 830b287c46 Everywhere: Remove GPU painter and AccelGfx
GPU painter that uses AccelGfx is slower and way less complete compared
to both default Gfx::Painter and Skia painter. It does not make much
sense to keep it, considering Skia painter already uses Metal backend on
macOS by default and there is an option to enable GPU-accelerated
backend on linux.
2024-07-04 14:47:02 +02:00
..
EditEventHandler.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
EditEventHandler.h LibWeb: Move event handling & cursor from BrowsingContext to Navigable 2024-04-26 20:01:58 +02:00
EventHandler.cpp LibWeb: Don't update selection if start and end node roots differ 2024-07-04 14:38:56 +02:00
EventHandler.h LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
InputEvent.cpp LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
InputEvent.h LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
Page.cpp LibWeb: Add WrapAround option to find in page 2024-06-27 10:09:39 +02:00
Page.h Everywhere: Remove GPU painter and AccelGfx 2024-07-04 14:47:02 +02:00