ladybird/Libraries/LibWeb/Page
Jelle Raaijmakers 90a211bf47 LibWeb: Use device-pixel coordinates in display list and AVC
Stop converting between CSS and device pixels as part of rendering - the
display list should be as simple as possible, so convert to DevicePixels
once when constructing the display list.
2026-02-26 07:43:00 +01:00
..
AutoScrollHandler.cpp LibWeb: Use device-pixel coordinates in display list and AVC 2026-02-26 07:43:00 +01:00
AutoScrollHandler.h LibWeb: Tie auto scrolling into the rendering loop 2026-02-13 22:44:17 +01:00
DragAndDropEventHandler.cpp LibWeb: Include KeyCode.h where it's used 2026-02-23 07:27:31 +01:00
DragAndDropEventHandler.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ElementResizeAction.cpp LibWeb: Remove Document.h include from Layout/Node.h 2026-02-08 18:51:13 +01:00
ElementResizeAction.h LibWeb: Implement resizing for eligible elements and update scrollbars 2026-01-12 11:00:14 +00:00
EventHandler.cpp LibWeb: Use device-pixel coordinates in display list and AVC 2026-02-26 07:43:00 +01:00
EventHandler.h LibWeb: Allow selecting text in dialog and label elements 2026-02-17 18:36:54 +01:00
EventResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InputEvent.cpp LibWeb: Validate scale_delta is finite when decoding PinchEvent from IPC 2026-01-22 17:38:15 +01:00
InputEvent.h LibWeb+UI: Support triple clicking and dragging paragraphs 2026-02-06 14:18:10 +00:00
Page.cpp LibWeb: Move canvas and media element iteration methods out of line 2026-02-24 21:09:27 +01:00
Page.h LibWeb: Move canvas and media element iteration methods out of line 2026-02-24 21:09:27 +01:00