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 DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-06-24 | LibWeb: Move border width and color into LayoutStyle | Andreas Kling |
2020-06-18 | LibWeb: Separate layout tree rendering into phases | Andreas Kling |
2020-06-05 | LibWeb: Simplify LayoutWidget layout | Andreas Kling |
2020-06-05 | LibWeb: Start implementing proper layout of replaced elements | Andreas Kling |
2020-05-26 | LibWeb: Basic support for display:inline-block with width:auto | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |