summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Makefile.shared
AgeCommit message (Expand)Author
2019-10-18LibHTML: Add a simple font cacheAndreas Kling
2019-10-17LibHTML: Add stub classes for basic table layoutAndreas Kling
2019-10-15LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetricsAndreas Kling
2019-10-15LibHTML: Move layout tree building to a LayoutTreeBuilder classAndreas Kling
2019-10-12LibHTML: Add Comment and CharacterData nodes and improve HTML parsingAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-12LibHTML: Move Element construction to a separate fileAndreas Kling
2019-10-11LibHTML: Add LayoutNode classes for "display: list-item" and its markerAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-09LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType classAndreas Kling
2019-10-08LibHTML: Add ResourceLoader to support protocol-agnostic URL loadingAndreas Kling
2019-10-08LibHTML: Move selector matching into a SelectorEngine namespaceAndreas Kling
2019-10-07LibHTML: Start adding support for <link rel="stylesheet">Andreas Kling
2019-10-05LibHTML: Flesh out <img> element with LayoutImage and LayoutReplacedAndreas Kling
2019-10-04LibHTML: Add support for <font color>Andreas Kling
2019-10-04LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">Andreas Kling
2019-10-04LibHTML: Rename ComputedStyle to BoxModelMetricsAndreas Kling
2019-10-04LibHTML: Add a Frame class and use it for document layout widthAndreas Kling
2019-10-03LibHTML: Rewrite inline and text layoutAndreas Kling
2019-10-01LibHTML: Implement the <hr> elementAndreas Kling
2019-09-29LibHTML: Add a simple <style> element for inline CSSAndreas Kling
2019-09-29LibHTML: Add a way to get a Document's titleAndreas Kling
2019-09-29LibHTML: Add HTMLHeadingElement for <h1> through <h6>Andreas Kling
2019-09-29LibHTML: Detect hovering over linksAndreas Kling
2019-09-28Userland+LibHTML: Add the html commandSergey Bugaev
2019-09-28LibHTML: Introduce the HtmlView widgetSergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling