Age | Commit message (Expand) | Author |
---|---|---|
2019-09-29 | LibHTML: Implement basic HTMLElement.title support | Andreas Kling |
2019-09-29 | LibHTML: Detect link clicks | Andreas Kling |
2019-09-29 | LibHTML: Detect hovering over links | Andreas Kling |
2019-09-29 | LibHTML: Have Document track its hovered Node | Andreas Kling |
2019-09-28 | LibHTML: Implement naive hit testing | Andreas Kling |
2019-09-28 | LibHTML: Introduce the HtmlView widget | Sergey Bugaev |