Age | Commit message (Expand) | Author |
---|---|---|
2020-07-28 | LibWeb: Make layout tree have non-const pointers to the DOM | 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-10 | LibWeb: Rework the layout engine to use relative offsets | Andreas Kling |
2020-05-30 | LibWeb: Don't render list item markers for "list-style-type: none" | Andreas Kling |
2020-05-27 | LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode | Andreas Kling |
2020-05-26 | LibWeb: Basic support for display:inline-block with width:auto | Andreas Kling |
2020-05-08 | LibWeb: Generate a new list item marker on every layout | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |