Age | Commit message (Expand) | Author |
---|---|---|
2019-10-16 | LibHTML: Implement CSS text-align: left/center/right | Andreas Kling |
2019-10-08 | LibHTML: Use an enum for CSS property ID's | Andreas Kling |
2019-10-06 | LibHTML: Respect the link color set via <body link> | Andreas Kling |
2019-10-03 | LibHTML: Prettify ColorStyleValue::to_string() a little bit | Andreas Kling |
2019-09-29 | LibHTML: Implement basic support for background-color | Andreas Kling |
2019-09-28 | LibHTML: Respect the CSS "color" property for text | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-18 | LibHTML: Finish the block width calculation | Andreas Kling |
2019-07-26 | LibHTML: A tiny bit of work towards block layout. | Andreas Kling |
2019-07-08 | LibHTML: Add InheritStyleValue and InitialStyleValue. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |