Age | Commit message (Expand) | Author |
---|---|---|
2020-11-22 | LibWeb: Rename LayoutNode classes and move them into Layout namespace | Andreas Kling |
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-06-24 | LibWeb: Move border width and color into LayoutStyle | Andreas Kling |
2020-06-24 | LibWeb: Rename LayoutNode::style() => specified_style() | Andreas Kling |
2020-06-18 | LibWeb: Rename LayoutNode::render() to paint() | Andreas Kling |
2020-06-18 | LibWeb: Separate layout tree rendering into phases | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-10 | LibWeb: Rework the layout engine to use relative offsets | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |