Age | Commit message (Expand) | Author |
---|---|---|
2021-01-30 | LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox | Andreas Kling |
2021-01-29 | ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder | Andreas Kling |
2021-01-25 | Everywhere: Hook up remaining debug macros to Debug.h. | asynts |
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-22 | Libraries: Add missing headers | Ben Wiederhake |
2021-01-18 | LibWeb: Very basic support for CSS flex-direction | Andreas Kling |
2021-01-18 | LibWeb: Add Layout::Box::margin_box_height() | Andreas Kling |
2021-01-18 | LibWeb: Parse the CSS "flex-direction" property | Andreas Kling |
2021-01-18 | LibWeb: Add a very naive Layout::FlexFormattingContext :^) | Andreas Kling |
2021-01-18 | LibWeb: Add Layout::Box::margin_box_width() | Andreas Kling |
2021-01-17 | LibWeb: Add fast_is<T>() for some DOM and layout node subclasses | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |