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.cpp
Age
Commit message (
Expand
)
Author
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-06
LibWeb: Remove weird CSS::Length::resolved() API
Andreas Kling
2023-04-29
LibWeb: Split `Length::relative_length_to_px()` by type
Sam Atkins
2023-04-29
LibWeb: Add even more viewport-based Length units
Sam Atkins
2023-04-29
LibWeb: Add *lots* of viewport-based Length units
Sam Atkins
2023-04-29
LibWeb: Add `ic` and `ric` Length units
Sam Atkins
2023-04-29
LibWeb: Add `cap` and `rcap` Length units
Sam Atkins
2023-04-29
LibWeb: Add `rex` and `rch` Length units
Sam Atkins
2023-04-29
LibWeb: Wrap font metrics into a struct
Sam Atkins
2023-04-29
LibWeb: Sort and group CSS Length units as they are in the spec
Sam Atkins
2023-03-30
LibWeb: Make `absolutized_length()` helper a Length method
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-18
LibWeb: Add support for the lh and rlh length units
Simon Wanner
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-10
LibWeb: Allow creating Lengths from CSSPixels
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-15
LibWeb: Resolve cyclic declaration/definitions involving Length
Ben Wiederhake
2022-09-11
LibWeb: Avoid copying viewport rect when converting length to pixels
networkException
2022-07-27
LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T
Sam Atkins
2022-07-06
LibWeb: Make non-finite CSS lengths resolve to "auto"
Andreas Kling
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-24
LibWeb: Add fast-path for absolute lengths in Length::to_px()
Andreas Kling
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-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: 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
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
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
[next]