index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
/
HtmlView.cpp
Age
Commit message (
Expand
)
Author
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-10
LibHTML: Show a hand cursor when hovering over a clickable link :^)
Andreas Kling
2019-10-09
LibHTML: Tear down the layout tree before changing the Frame's document
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-07
LibHTML: Don't crash when calling set_document(nullptr)
Andreas Kling
2019-10-07
LibHTML: Make the CSS and HTML parsers take StringViews
Andreas Kling
2019-10-07
LibHTML: Start adding support for <link rel="stylesheet">
Andreas Kling
2019-10-06
LibHTML: Optionally pass document URL to the HTML parser
Andreas Kling
2019-10-06
LibHTML: Add function for invalidating the document layout
Conrad Pankoff
2019-10-05
LibHTML: Always fill the entire paint event rect with background
Andreas Kling
2019-10-05
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-03
LibHTML: Reduce debug spam from mouse events
Andreas Kling
2019-10-03
LibHTML: Let's put debug output on the debugger stream
Andreas Kling
2019-10-03
LibHTML: Adjust mouse event positions before using them for hit testing
Andreas Kling
2019-09-29
LibHTML: Reduce debug spam in HtmlView mouse event handlers
Andreas Kling
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