ladybird/Libraries/LibWeb/Page
Andreas Kling d47f77169f LibWeb: Remember the selection state of each LayoutNode
Instead of computing it on the fly while painting each layout node,
they now remember their selection state. This avoids a whole bunch
of tree traversal while painting with anything selected.
2020-08-21 17:57:24 +02:00
..
EventHandler.cpp LibWeb: Remember the selection state of each LayoutNode 2020-08-21 17:57:24 +02:00
EventHandler.h LibWeb: Allow focusing individual (focusable) elements with Tab key 2020-08-15 00:05:45 +02:00
Frame.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +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 LibWeb: Add "focused frame" concept, one focused Frame per Page 2020-08-14 12:15:11 +02:00