summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/HtmlView.h
AgeCommit message (Expand)Author
2019-10-20LibHTML: HtmlView only needs to store the main Frame, not the DocumentAndreas Kling
2019-10-20LibHTML+Browser: Support scrolling to anchor with <a href="#foo">Andreas Kling
2019-10-19LibHTML+Browser: Show target URL of hovered links in Browser statusbarAndreas Kling
2019-10-17LibHTML: Add basic keyboard navigation (up/down/pgdn/pgup/home/end/etc)Andreas Kling
2019-10-13LibHTML: Move layout root from HtmlView to DocumentAndreas Kling
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-05LibHTML: Add load(URL) and reload() functions to HtmlViewAndreas Kling
2019-10-04LibHTML: Add a Frame class and use it for document layout widthAndreas Kling
2019-09-29LibHTML: Add a way to get a Document's titleAndreas Kling
2019-09-29LibHTML: Detect link clicksAndreas Kling
2019-09-28LibHTML: Implement naive hit testingAndreas Kling
2019-09-28LibHTML: Introduce the HtmlView widgetSergey Bugaev