Age | Commit message (Expand) | Author |
---|---|---|
2019-10-20 | LibHTML: HtmlView only needs to store the main Frame, not the Document | Andreas Kling |
2019-10-20 | LibHTML+Browser: Support scrolling to anchor with <a href="#foo"> | Andreas Kling |
2019-10-19 | LibHTML+Browser: Show target URL of hovered links in Browser statusbar | Andreas Kling |
2019-10-17 | LibHTML: Add basic keyboard navigation (up/down/pgdn/pgup/home/end/etc) | Andreas Kling |
2019-10-13 | LibHTML: Move layout root from HtmlView to Document | Andreas Kling |
2019-10-12 | LibHTML+Browser: Add debug option to draw borders around line boxes | Andreas Kling |
2019-10-05 | LibHTML: Add load(URL) and reload() functions to HtmlView | Andreas Kling |
2019-10-04 | LibHTML: Add a Frame class and use it for document layout width | Andreas Kling |
2019-09-29 | LibHTML: Add a way to get a Document's title | Andreas Kling |
2019-09-29 | LibHTML: Detect link clicks | Andreas Kling |
2019-09-28 | LibHTML: Implement naive hit testing | Andreas Kling |
2019-09-28 | LibHTML: Introduce the HtmlView widget | Sergey Bugaev |