summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/StyleValue.h
AgeCommit message (Expand)Author
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-transform'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'Andreas Kling
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-06LibWeb: Naively implement the CSS clear propertyAndreas Kling
2020-12-04LibWeb: Compute the final border-style property before paintingAndreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-21LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)Andreas Kling
2020-07-05LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-groupAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-24LibWeb: Move the offset, margin and padding boxes into LayoutStyleAndreas Kling
2020-06-24LibWeb: Move white-space into LayoutStyleAndreas Kling
2020-06-24LibWeb: Add CSS::Display enum and StyleProperties::display()Andreas Kling
2020-06-24LibWeb: Remove default Length constructor and add make_auto()/make_px()Andreas Kling
2020-06-23LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyleAndreas Kling
2020-06-13LibWeb: Implement <center> as -libweb-centerAndreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-06-05LibWeb: Fix mismatching Resource subclass typesAndreas Kling
2020-06-02LibWeb: Port ImageStyleValue to the ResourceClient interfaceAndreas Kling
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-03-23 LibWeb: CSS: Add "position: absolute" with top and leftmyphs
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling