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
/
Layout
/
Node.cpp
Age
Commit message (
Expand
)
Author
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
Andreas Kling
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-11
LibWeb: Stop putting the FormattingState nodes in a slow hash map
Andreas Kling
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-14
LibWeb: Return Optional from StyleProperties::box_sizing()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-24
LibWeb: Rename "specified_style" to "computed_style" in Layout::Node
Andreas Kling
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-23
LibWeb: Resolve numeric line-heights against element's own font size
Andreas Kling
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-22
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
Andreas Kling
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
2022-03-18
LibWeb: Establish a new stacking context for elements with `transform`
Simon Wanner
2022-03-18
LibWeb: Simplify Layout::Node::containing_block()
Andreas Kling
2022-03-13
LibWeb: Improve how layout nodes decide whether they have definite sizes
Andreas Kling
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-11
LibWeb: Remove a bunch of no-longer needed #includes
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-06
LibWeb: Compute `text-decoration-thickness` values
Karol Kosek
2022-03-06
LibWeb: Compute `text-decoration-color` values
Karol Kosek
2022-03-04
LibWeb: Implement hit testing a bit closer to spec
Andreas Kling
2022-02-28
LibWeb: Improve Layout::Box has-definite-size? computation
Andreas Kling
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-19
LibWeb: Add Layout::Node::debug_description()
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
[next]