summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/Length.h
AgeCommit message (Expand)Author
2021-01-03LibWeb: Convert a bunch of String::format() => String::formatted()Andreas Kling
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-10-05LibWeb: Add pc CSS unitLuke
2020-09-29LibWeb: Add cm, in, mm and Q CSS unitsLuke
2020-09-08LibWeb: Add support for viewport-relative length units (#3433)Jakob-Niklas See
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-06-28LibWeb: Support "pt" length units :^)Andreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-24LibWeb: Move the offset, margin and padding boxes into LayoutStyleAndreas Kling
2020-06-24LibWeb: Move width into LayoutStyleAndreas Kling
2020-06-24LibWeb: Add an "undefined" state to LengthAndreas Kling
2020-06-24LibWeb: Remove default Length constructor and add make_auto()/make_px()Andreas Kling
2020-06-23LibWeb: Always inline absolute Length to_px() conversionAndreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling