ladybird/Libraries/LibWeb/Page
Andreas Kling d6889ecf35 LibWeb: Allow layout nodes to receive and track mouse events
To implement form controls internally in LibWeb (necessary for multi
process forms), we'll need the ability to handle events since we can't
rely on LibGUI widgets anymore.

A LayoutNode can now override wants_mouse_events() and if it returns
true, it will now receive mousedown, mousemove and mouseup events. :^)
2020-09-11 18:42:43 +02:00
..
EventHandler.cpp LibWeb: Allow layout nodes to receive and track mouse events 2020-09-11 18:42:43 +02:00
EventHandler.h LibWeb: Allow layout nodes to receive and track mouse events 2020-09-11 18:42:43 +02:00
Frame.cpp LibWeb: Calculate selection based on glyph centers 2020-08-26 08:44:31 +02:00
Frame.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Page.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Page.h LibGfx: Move StandardCursor enum to LibGfx 2020-09-10 19:25:13 +02:00