ladybird/UI/Gtk/Widgets
Sam Atkins e5e3099ce7 UI: Route node picker input through WebView
Picker input starts in each platform UI, while protocol state lives in
LibWebView. Route movement, primary clicks, Escape, and leave events
through the WebView picker API so each frontend drives the same hit-test
and picker-event path.

The selected click is consumed because picker mode uses it to choose an
element for DevTools rather than activate page content.

AppKit routes normal mouse input through WebViewBridge, which converts
view points to device pixels before forwarding to LibWeb. Picker input
bypasses that enqueue path, so apply the same scaling before requesting
a picker hit test.
2026-05-29 17:01:34 +01:00
..
Builder.h
LadybirdBrowserWindow.cpp UI/Gtk: Add browser window, tabs, menus, and dialogs 2026-04-17 11:17:56 -04:00
LadybirdBrowserWindow.h UI/Gtk: Add browser window, tabs, menus, and dialogs 2026-04-17 11:17:56 -04:00
LadybirdLocationEntry.cpp UI: Show page loading state in the location field 2026-05-20 09:37:33 +02:00
LadybirdLocationEntry.h UI: Show page loading state in the location field 2026-05-20 09:37:33 +02:00
LadybirdWebView.cpp UI: Route node picker input through WebView 2026-05-29 17:01:34 +01:00
LadybirdWebView.h