Andreas Kling
|
88de955073
|
LibHTML: Have Document track its hovered Node
This gets set from HtmlView::mousemove_event() at the moment.
|
2019-09-29 11:50:35 +02:00 |
|
Andreas Kling
|
3de4b99dc3
|
LibHTML: Implement naive hit testing
We don't have proper line boxes yet, so we can't easily hit test
inline text.
|
2019-09-28 23:04:59 +02:00 |
|
Sergey Bugaev
|
b9493ba783
|
LibHTML: Introduce the HtmlView widget
This is a GWidget that can display contents of an HTML document.
It replaces the Frame class.
|
2019-09-28 18:29:42 +02:00 |
|