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
Age
Commit message (
Expand
)
Author
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-04
LibHTML: Make CSS inheritance slightly less hacky
Andreas Kling
2019-10-04
LibHTML: Add support for <font color>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: Rename ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-04
LibHTML: Remove unused FontStyle enum
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-03
LibHTML: Remove unused LayoutInline::layout()
Andreas Kling
2019-10-03
LibHTML: Make "white-space: pre" kinda work
Andreas Kling
2019-10-03
LibHTML: Prettify ColorStyleValue::to_string() a little bit
Andreas Kling
2019-10-03
LibHTML: Forgot to account for -1 glyph spacing in text layout
Andreas Kling
2019-10-03
LibHTML: Don't add whitespace line box fragments at start of line
Andreas Kling
2019-10-03
LibHTML: Tweak "text-decoration: underline" look in LayoutText
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
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-10-01
LibHTML: Implement the <hr> element
Andreas Kling
2019-10-01
LibHTML: Implement basic border rendering
Andreas Kling
2019-10-01
LibHTML: Include padding when rendering background colors
Andreas Kling
2019-10-01
LibHTML: Tweak default CSS to bring it a bit closer to HTML4
Andreas Kling
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-30
LibHTML: Implement basic support for inline style attributes
Andreas Kling
2019-09-30
LibHTML: Refactor the CSS parser into a class
Andreas Kling
2019-09-30
LibHTML: Fix incorrect CSS object model
Andreas Kling
2019-09-29
LibHTML: Reduce debug spam in HtmlView mouse event handlers
Andreas Kling
2019-09-29
LibHTML: Implement basic support for background-color
Andreas Kling
2019-09-29
LibHTML: Add a simple <style> element for inline CSS
Andreas Kling
2019-09-29
LibHTML: Add inserted_into() and removed_from() TreeNode callbacks
Andreas Kling
2019-09-29
LibHTML: Make <div> elements display: block
Andreas Kling
2019-09-29
LibHTML: Fix broken parsing of ID and class selectors
Andreas Kling
2019-09-29
LibHTML: Non-element (Text) Nodes should get style from their parent
Andreas Kling
2019-09-29
LibHTML: Add a way to get a Document's title
Andreas Kling
2019-09-29
LibHTML: Add Node::text_content()
Andreas Kling
2019-09-29
LibHTML: Add HTMLHeadingElement for <h1> through <h6>
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-29
LibHTML: Add LayoutNode::document() for easy access
Andreas Kling
2019-09-29
LibHTML: Make sure every DOM Node belongs to a Document
Andreas Kling
2019-09-29
LibHTML: Make hit testing work for LayoutText
Andreas Kling
2019-09-28
LibHTML: Implement naive hit testing
Andreas Kling
2019-09-28
LibHTML: Add virtual Node::tag_name()
Andreas Kling
2019-09-28
LibHTML: Make <a> tags blue and underline by default
Andreas Kling
2019-09-28
LibHTML: Implement basic support for "text-decoration: underline"
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-28
LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)
Andreas Kling
[next]