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
Age
Commit message (
Expand
)
Author
2019-10-19
LibHTML: Add TreeNode<T>::for_each_in_subtree(callback)
Andreas Kling
2019-10-19
LibHTML: Skip over CSS @media rules for now
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-19
LibHTML: Ignore completed image loads for already-destroyed <img>'s
Andreas Kling
2019-10-19
LibHTML: Make TreeNode inherit from Weakable by default
Andreas Kling
2019-10-19
LibHTML: Allow loading of PNG's directly into the HtmlView
Andreas Kling
2019-10-18
LibHTML: Add a simple font cache
Andreas Kling
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
2019-10-18
LibHTML: CSS parser should trim whitespace from values
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: Only accumulate Text children's content in inline stylesheets
Andreas Kling
2019-10-17
LibHTML: Don't assert when encountering an unknown font-weight
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-17
LibHTML: Add basic keyboard navigation (up/down/pgdn/pgup/home/end/etc)
Andreas Kling
2019-10-16
LibHTML: Add the <center> element
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: Add the currently visible viewport rect to RenderingContext
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-14
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
Andreas Kling
2019-10-14
LibHTML: Implement basic :hover pseudo-class support
Andreas Kling
2019-10-14
LibHTML: Parse the :link and :hover CSS pseudo-classes
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: Run second layout pass if first layout adds/removes scrollbars
Andreas Kling
2019-10-13
LibHTML: Split layout invalidation into style and layout invalidation
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-13
LibHTML: Handle comments in the CSS parser
Andreas Kling
2019-10-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
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-12
LibHTML: Make all element tag names lowercase for now
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-11
LibHTML: Make sure the marker has the same inline state as siblings
Andreas Kling
[next]