Andreas Kling fd64e97c8a LibDraw+LibHTML: Make link colors themeable %!s(int64=5) %!d(string=hai) anos
..
CharacterData.cpp b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing %!s(int64=5) %!d(string=hai) anos
CharacterData.h b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing %!s(int64=5) %!d(string=hai) anos
Comment.cpp b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing %!s(int64=5) %!d(string=hai) anos
Comment.h b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing %!s(int64=5) %!d(string=hai) anos
Document.cpp fd64e97c8a LibDraw+LibHTML: Make link colors themeable %!s(int64=5) %!d(string=hai) anos
Document.h fd64e97c8a LibDraw+LibHTML: Make link colors themeable %!s(int64=5) %!d(string=hai) anos
DocumentFragment.h f404a1dc16 LibHTML: Add DocumentFragment %!s(int64=5) %!d(string=hai) anos
DocumentType.cpp fc53867937 LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class %!s(int64=5) %!d(string=hai) anos
DocumentType.h b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing %!s(int64=5) %!d(string=hai) anos
Element.cpp 1d95e56700 LibHTML: Fix broken build after Element::computed_style() change %!s(int64=5) %!d(string=hai) anos
Element.h 1d95e56700 LibHTML: Fix broken build after Element::computed_style() change %!s(int64=5) %!d(string=hai) anos
ElementFactory.cpp 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support %!s(int64=5) %!d(string=hai) anos
ElementFactory.h 35def88c8b LibHTML: Move Element construction to a separate file %!s(int64=5) %!d(string=hai) anos
HTMLAnchorElement.cpp b477aff843 LibHTML: Detect hovering over links %!s(int64=5) %!d(string=hai) anos
HTMLAnchorElement.h f52f2736e1 LibHTML: Add is<ElementType> and to<ElementType> helper functions %!s(int64=5) %!d(string=hai) anos
HTMLBRElement.cpp f4f5ede10a LibHTML: Simplify Node::create_layout_node() %!s(int64=5) %!d(string=hai) anos
HTMLBRElement.h f4f5ede10a LibHTML: Simplify Node::create_layout_node() %!s(int64=5) %!d(string=hai) anos
HTMLBlinkElement.cpp fdbad6284c LibHTML: Implement the <blink> element %!s(int64=5) %!d(string=hai) anos
HTMLBlinkElement.h fdbad6284c LibHTML: Implement the <blink> element %!s(int64=5) %!d(string=hai) anos
HTMLBodyElement.cpp 1fda417f4f LibHTML: Ignore case of presentation attribute names %!s(int64=5) %!d(string=hai) anos
HTMLBodyElement.h 3bee9d3d3c LibHTML: Templatize Node::first_child_of_type<T>() %!s(int64=5) %!d(string=hai) anos
HTMLElement.cpp b477aff843 LibHTML: Detect hovering over links %!s(int64=5) %!d(string=hai) anos
HTMLElement.h f52f2736e1 LibHTML: Add is<ElementType> and to<ElementType> helper functions %!s(int64=5) %!d(string=hai) anos
HTMLFontElement.cpp 1fda417f4f LibHTML: Ignore case of presentation attribute names %!s(int64=5) %!d(string=hai) anos
HTMLFontElement.h 8fb979148d LibHTML: Add support for <font color> %!s(int64=5) %!d(string=hai) anos
HTMLFormElement.cpp 1aea8f116b LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>() %!s(int64=5) %!d(string=hai) anos
HTMLFormElement.h 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support %!s(int64=5) %!d(string=hai) anos
HTMLHRElement.cpp 8f842375a2 LibHTML: Implement the <hr> element %!s(int64=5) %!d(string=hai) anos
HTMLHRElement.h 8f842375a2 LibHTML: Implement the <hr> element %!s(int64=5) %!d(string=hai) anos
HTMLHeadElement.cpp b94c7665a9 LibHTML: Add a way to get a Document's title %!s(int64=5) %!d(string=hai) anos
HTMLHeadElement.h 3bee9d3d3c LibHTML: Templatize Node::first_child_of_type<T>() %!s(int64=5) %!d(string=hai) anos
HTMLHeadingElement.cpp 5b942b519c LibHTML: Add HTMLHeadingElement for <h1> through <h6> %!s(int64=5) %!d(string=hai) anos
HTMLHeadingElement.h 5b942b519c LibHTML: Add HTMLHeadingElement for <h1> through <h6> %!s(int64=5) %!d(string=hai) anos
HTMLHtmlElement.cpp b94c7665a9 LibHTML: Add a way to get a Document's title %!s(int64=5) %!d(string=hai) anos
HTMLHtmlElement.h f52f2736e1 LibHTML: Add is<ElementType> and to<ElementType> helper functions %!s(int64=5) %!d(string=hai) anos
HTMLImageElement.cpp 54bd322881 LibHTML: Mark image bitmaps outside the visible viewport as volatile %!s(int64=5) %!d(string=hai) anos
HTMLImageElement.h 54bd322881 LibHTML: Mark image bitmaps outside the visible viewport as volatile %!s(int64=5) %!d(string=hai) anos
HTMLInputElement.cpp 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support %!s(int64=5) %!d(string=hai) anos
HTMLInputElement.h 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support %!s(int64=5) %!d(string=hai) anos
HTMLLinkElement.cpp 667b31746a LibHTML: Rename Document's invalidate_{style,layout}() to update_foo() %!s(int64=5) %!d(string=hai) anos
HTMLLinkElement.h 71e8ddcd1c LibHTML: Start adding support for <link rel="stylesheet"> %!s(int64=5) %!d(string=hai) anos
HTMLStyleElement.cpp 6202a0ab32 LibHTML: Only accumulate Text children's content in inline stylesheets %!s(int64=5) %!d(string=hai) anos
HTMLStyleElement.h a4fccc02ec LibHTML: Add a simple <style> element for inline CSS %!s(int64=5) %!d(string=hai) anos
HTMLTitleElement.cpp b94c7665a9 LibHTML: Add a way to get a Document's title %!s(int64=5) %!d(string=hai) anos
HTMLTitleElement.h 3bee9d3d3c LibHTML: Templatize Node::first_child_of_type<T>() %!s(int64=5) %!d(string=hai) anos
Node.cpp 1aea8f116b LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>() %!s(int64=5) %!d(string=hai) anos
Node.h f404a1dc16 LibHTML: Add DocumentFragment %!s(int64=5) %!d(string=hai) anos
ParentNode.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. %!s(int64=6) %!d(string=hai) anos
ParentNode.h 1b8509a0c9 LibHTML: Make sure every DOM Node belongs to a Document %!s(int64=5) %!d(string=hai) anos
Text.cpp f4f5ede10a LibHTML: Simplify Node::create_layout_node() %!s(int64=5) %!d(string=hai) anos
Text.h f4f5ede10a LibHTML: Simplify Node::create_layout_node() %!s(int64=5) %!d(string=hai) anos