Age | Commit message (Expand) | Author |
---|---|---|
2020-08-15 | LibWeb: Only paint focus outline when browser window has focus | Andreas Kling |
2020-08-05 | LibWeb: Specialize hit testing for text cursor purposes | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-01 | LibWeb: Use the StackingContext tree for hit testing | Andreas Kling |
2020-07-01 | LibWeb: StackingContext was sorting the wrong list of children | Andreas Kling |
2020-06-24 | LibWeb: Add LayoutStyle, a place to store style info for layout & paint | Andreas Kling |
2020-06-24 | LibWeb: Rename LayoutNode::style() => specified_style() | Andreas Kling |
2020-06-18 | LibWeb: Fix broken #include after moving files around | Andreas Kling |
2020-06-18 | LibWeb: Move StackingContext from Layout/ to Painting/ | Andreas Kling |
2020-06-18 | LibWeb: Rename LayoutNode::render() to paint() | Andreas Kling |