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
/
Makefile.shared
Age
Commit message (
Expand
)
Author
2019-10-18
LibHTML: Add a simple font cache
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-15
LibHTML: Move layout tree building to a LayoutTreeBuilder class
Andreas Kling
2019-10-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
Andreas Kling
2019-10-12
LibHTML: Implement the <br> element for line breaking
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-11
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
Andreas Kling
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-07
LibHTML: Start adding support for <link rel="stylesheet">
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
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 ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
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 a way to get a Document's title
Andreas Kling
2019-09-29
LibHTML: Add HTMLHeadingElement for <h1> through <h6>
Andreas Kling
2019-09-29
LibHTML: Detect hovering over links
Andreas Kling
2019-09-28
Userland+LibHTML: Add the html command
Sergey Bugaev
2019-09-28
LibHTML: Introduce the HtmlView widget
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling