1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 01:41:00 +00:00
serenity/Libraries/LibWeb/Page
AnicJov ac4897d613 LibWeb: Change cursor to IBeam when hovering text
This is what most browsers do, hopefully it isn't too silly :^)
2020-08-17 13:07:18 +02:00
..
EventHandler.cpp LibWeb: Change cursor to IBeam when hovering text 2020-08-17 13:07:18 +02:00
EventHandler.h LibWeb: Allow focusing individual (focusable) elements with Tab key 2020-08-15 00:05:45 +02:00
Frame.cpp LibWeb: Don't paint a text cursor in unfocused frames 2020-08-14 12:15:11 +02:00
Frame.h LibWeb: Add "focused frame" concept, one focused Frame per Page 2020-08-14 12:15:11 +02:00
Page.cpp LibWeb: Send keydown events to the focused frame 2020-08-14 12:15:11 +02:00
Page.h LibWeb: Add "focused frame" concept, one focused Frame per Page 2020-08-14 12:15:11 +02:00