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
/
Layout
Age
Commit message (
Expand
)
Author
2019-10-20
LibHTML: Remove trailing whitespace in line boxes
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-20
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
Andreas Kling
2019-10-19
LibHTML: Don't insert unnecessary line breaks at start of text lines
Andreas Kling
2019-10-19
LibHTML: Use the correct inherited color for LayoutListItemMarker
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-19
LibHTML: Replaced elements should not break lines at start of line
Andreas Kling
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
2019-10-18
LibHTML: Add LayoutNode::first_ancestor_of_type<T>()
Andreas Kling
2019-10-18
LibHTML: Add typed child/sibling traversal helpers for LayoutNode
Andreas Kling
2019-10-17
LibHTML: Hard-code LayoutTable to never have inline children
Andreas Kling
2019-10-17
LibHTML: Add is<T> helpers for the table-related LayoutNode subclasses
Andreas Kling
2019-10-17
LibHTML: Make "children are inline" flag imperative
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-17
LibHTML: Use is_inline() instead of !is_block() when building tree
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-15
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: LayoutNode::set_needs_display() needs to invalidate fragments
Andreas Kling
2019-10-15
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-15
LibHTML: Simplify Node::create_layout_node()
Andreas Kling
2019-10-15
LibHTML: Move layout tree building to a LayoutTreeBuilder class
Andreas Kling
2019-10-15
LibHTML: Add is<T> and to<T> helpers for LayoutNode class family
Andreas Kling
2019-10-14
LibHTML: Implement basic partial style invalidation
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-13
LibHTML: Use LayoutBlock::add_line_box() in LayoutBreak
Andreas Kling
2019-10-13
LibHTML: Fix broken line splitting behavior in LayoutReplaced
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-12
LibHTML: Implement the <br> element for line breaking
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
2019-10-11
LibHTML: Make sure the marker has the same inline state as siblings
Andreas Kling
2019-10-11
LibHTML: LayoutBlock::children_are_inline() should check is_inline()
Andreas Kling
2019-10-11
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
Andreas Kling
2019-10-09
LibHTML: Move is_ancestor_of() from LayoutNode to TreeNode
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibHTML: Collapse whitespace in LayoutText unless white-space: pre;
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-07
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
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: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: LayoutInline can only be constructed with an Element
Andreas Kling
[next]