index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
CSS
/
Length.h
Age
Commit message (
Expand
)
Author
2021-01-03
LibWeb: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2020-12-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-10-05
LibWeb: Add pc CSS unit
Luke
2020-09-29
LibWeb: Add cm, in, mm and Q CSS units
Luke
2020-09-08
LibWeb: Add support for viewport-relative length units (#3433)
Jakob-Niklas See
2020-08-07
LibWeb: Handle CSS "ex" lengths (relative to font x-height)
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add an "undefined" state to Length
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-23
LibWeb: Always inline absolute Length to_px() conversion
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling