ladybird/Libraries/LibWeb/Page
Rewi Haar 521e730df1 LibWeb: Calculate selection based on glyph centers
Previously you had to drag all the way to the end of a glyph to select
it; now you just need to drag past the center.  Also fixes #2959.
2020-08-26 08:44:31 +02:00
..
EventHandler.cpp LibWeb: Make selection state recomputation implicit 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: 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 LibWeb: Add "focused frame" concept, one focused Frame per Page 2020-08-14 12:15:11 +02:00