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
Age
Commit message (
Expand
)
Author
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-06
LibDraw: Parse some more color string formats found on the web
Andreas Kling
2019-10-06
LibHTML: Optionally pass document URL to the HTML parser
Andreas Kling
2019-10-06
LibHTML: Add Node::first_ancestor_of_type<T>()
Andreas Kling
2019-10-06
GFilePicker: Fix crash in get_save_filepath()
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 adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Add Node::{next,previous}_element_sibling()
Andreas Kling
2019-10-06
LibHTML: Implement immediate-child selectors (#foo > #bar)
Andreas Kling
2019-10-06
LibHTML: Implement matching for descendant selectors
Andreas Kling
2019-10-06
LibHTML: Fall back to the system default font if we can't find a font
Andreas Kling
2019-10-06
LibHTML: Add a little bit of margin around <hr> elements
Andreas Kling
2019-10-06
LibHTML: Use current style's text colour for alt text on images
Conrad Pankoff
2019-10-06
LibHTML: Trim image alt text to the right if necessary
Conrad Pankoff
2019-10-06
LibHTML: Support width/height attributes on images
Conrad Pankoff
2019-10-06
LibHTML: Draw image alt text as black rather than white
Conrad Pankoff
2019-10-06
LibHTML: Use image URL as alt text if alt is missing
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
LibGUI: Define supported functions for using command line arguments
Conrad Pankoff
2019-10-06
LibHTML: Make the text-decoration inheritance quirk actually work
Andreas Kling
2019-10-06
LibHTML: Unbreak parsing of standalone declarations
Andreas Kling
2019-10-06
LibHTML: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: LayoutInline can only be constructed with an Element
Andreas Kling
2019-10-06
LibHTML: LayoutText should inherit from LayoutNode directly
Andreas Kling
2019-10-06
LibHTML: Parse descendant relations in CSS selectors
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
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-06
LibHTML: Various little improvements to the CSS parser
Andreas Kling
2019-10-05
LibHTML: Anonymous blocks *should* inherit some properties
Andreas Kling
2019-10-05
LibHTML: Support rendering <img src> with file:// URLs
Andreas Kling
2019-10-05
LibHTML: Let's not have anonymous blocks inherit their parent's style
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: Always fill the entire paint event rect with background
Andreas Kling
2019-10-05
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
Andreas Kling
2019-10-05
LibHTML: Render list markers in the same color as text
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-05
LibGUI: Add a "reload" action to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
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
[next]