summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Length.h
AgeCommit message (Expand)Author
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-02-24LibWeb: Move length-unit-from-string code into LengthSam Atkins
2022-02-24LibWeb: Account for `Calculated` in Length methodsSam Atkins
2022-02-21LibWeb: Respect font-size specified by CSS in "em" length calculationsAndreas Kling
2022-02-19LibWeb: Cache and reuse some very common StyleValue objectsAndreas Kling
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Calculate calc() lengths in to_px()Sam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-04LibWeb: Replace Length::set_calculated_style() with ::make_calculated()Sam Atkins
2022-02-04LibWeb: Move calc()-resolution code from Length to CalculatedStyleValueSam Atkins
2022-01-20LibWeb: Add Formatters for Length, Percentage and LengthPercentageSam Atkins
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2021-10-28LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)Andreas Kling
2021-10-06LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValueBen Wiederhake
2021-10-05LibWeb: Split Length::absolute_length_to_px() out from to_px()Sam Atkins
2021-10-03LibWeb: Remove pointless brackets from Length::to_string()Andreas Kling
2021-09-24LibWeb: Start absolutizing lengths after performing the CSS cascadeAndreas Kling
2021-09-21LibWeb: Make CSS::Length::m_calculated_style a RefPtrAndreas Kling
2021-09-16LibWeb: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-08-25LibWeb: Handle CSS "ch" length unit (mostly)Karol Kosek
2021-07-24LibWeb: Add calc() resolution to CSS::LengthTobias Christiansen
2021-07-24LibWeb: Plumb calculated StyleValues into CSS::LengthTobias Christiansen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling