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
/
DOM
Age
Commit message (
Expand
)
Author
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
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-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Add Node::first_ancestor_of_type<T>()
Andreas Kling
2019-10-06
LibHTML: Templatize Node::first_child_of_type<T>()
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
Andreas Kling
2019-10-06
LibHTML: Add Node::{next,previous}_element_sibling()
Andreas Kling
2019-10-06
LibHTML: Support width/height attributes on images
Conrad Pankoff
2019-10-06
LibHTML: Load image resource when src attribute is set
Conrad Pankoff
2019-10-06
LibHTML: Add function for invalidating the document layout
Conrad Pankoff
2019-10-06
LibHTML: Parse link, alink and vlink in <body> and pass to Document
Andreas Kling
2019-10-06
LibHTML: Add a per-attribute callback for Elements to parse attributes
Andreas Kling
2019-10-05
LibHTML: Support rendering <img src> with file:// URLs
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-05
LibHTML: Make Node::create_layout_node() virtual
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
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: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-01
LibHTML: Implement the <hr> element
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: 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 hovering over links
Andreas Kling
2019-09-29
LibHTML: Have Document track its hovered Node
Andreas Kling
2019-09-29
LibHTML: Make sure every DOM Node belongs to a Document
Andreas Kling
2019-09-28
LibHTML: Add virtual Node::tag_name()
Andreas Kling
2019-09-28
LibHTML: Add Document::normalize()
Sergey Bugaev
2019-09-28
LibHTML: Move layout tree building to Node
Sergey Bugaev
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-01
LibHTML: Make some use of Vector::empend().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling