ladybird/Libraries/LibWeb/Page
Aliaksandr Kalenik 9862d8b4a6 LibWeb: Implement pinch-to-zoom support
Adds pinch event handling that adjusts the VisualViewport scale and
offset. VisualViewport's (offset, scale) is then used to construct a
transformation matrix which is applied before display list execution.
2025-10-10 15:37:45 +02:00
..
DragAndDropEventHandler.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
DragAndDropEventHandler.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
EventHandler.cpp LibWeb: Implement pinch-to-zoom support 2025-10-10 15:37:45 +02:00
EventHandler.h LibWeb: Implement pinch-to-zoom support 2025-10-10 15:37:45 +02:00
EventResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InputEvent.cpp LibWeb+UI+WebContent: Pipe pinch events from AppKit UI to WebContent 2025-10-10 15:37:45 +02:00
InputEvent.h LibWeb+UI+WebContent: Pipe pinch events from AppKit UI to WebContent 2025-10-10 15:37:45 +02:00
Page.cpp LibWeb: Implement pinch-to-zoom support 2025-10-10 15:37:45 +02:00
Page.h LibWeb: Implement pinch-to-zoom support 2025-10-10 15:37:45 +02:00