index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Length.h
Age
Commit message (
Expand
)
Author
2022-02-24
LibWeb: Move length-unit-from-string code into Length
Sam Atkins
2022-02-24
LibWeb: Account for `Calculated` in Length methods
Sam Atkins
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-19
LibWeb: Cache and reuse some very common StyleValue objects
Andreas Kling
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Calculate calc() lengths in to_px()
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-01-20
LibWeb: Add Formatters for Length, Percentage and LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Remove Length::Type::Percentage :^)
Sam Atkins
2022-01-20
LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage types
Sam Atkins
2021-10-28
LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)
Andreas Kling
2021-10-06
LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValue
Ben Wiederhake
2021-10-05
LibWeb: Split Length::absolute_length_to_px() out from to_px()
Sam Atkins
2021-10-03
LibWeb: Remove pointless brackets from Length::to_string()
Andreas Kling
2021-09-24
LibWeb: Start absolutizing lengths after performing the CSS cascade
Andreas Kling
2021-09-21
LibWeb: Make CSS::Length::m_calculated_style a RefPtr
Andreas Kling
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-07-24
LibWeb: Add calc() resolution to CSS::Length
Tobias Christiansen
2021-07-24
LibWeb: Plumb calculated StyleValues into CSS::Length
Tobias Christiansen
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling