MacDue
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
3 years ago |
Sam Atkins
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
3 years ago |
Sam Atkins
|
e941f07931
LibWeb: Make StyleProperties::property() always return a value
|
3 years ago |
Sam Atkins
|
4d42885327
LibWeb: Return Optional from StyleProperties::box_sizing()
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
Enver Balalic
|
58398b1e12
LibWeb: Implement the flex order CSS property
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Andreas Kling
|
fa71401bec
LibWeb: Rename ComputedValues::offset() => inset()
|
3 years ago |
Andreas Kling
|
30b1772eeb
LibWeb: Rename "specified_style" to "computed_style" in Layout::Node
|
3 years ago |
Sam Atkins
|
03daa4653f
LibWeb: Parse and compute text-shadow property
|
3 years ago |
Andreas Kling
|
fb9ee26c43
LibWeb: Resolve numeric line-heights against element's own font size
|
3 years ago |
Andreas Kling
|
5118a4c1e7
LibWeb: Parse CSS "font-variant" as part of "font"
|
3 years ago |
Andreas Kling
|
74927fd218
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
|
3 years ago |
Simon Wanner
|
145efbe07a
LibWeb: Apply the CSS transform-origin property
|
3 years ago |
Andreas Kling
|
df8ef03957
LibWeb: Pick up the CSS "visibility" property an honor it when painting
|
3 years ago |
Simon Wanner
|
7c79fc209f
LibWeb: Establish a new stacking context for elements with `transform`
|
3 years ago |
Andreas Kling
|
60c781ebc7
LibWeb: Simplify Layout::Node::containing_block()
|
3 years ago |
Andreas Kling
|
12ac6861e3
LibWeb: Improve how layout nodes decide whether they have definite sizes
|
3 years ago |
sin-ack
|
0679eadd62
LibWeb: Add support for the text-justify property
|
3 years ago |
Andreas Kling
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 years ago |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 years ago |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 years ago |
Andreas Kling
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |
Andreas Kling
|
053766d79c
LibWeb: Split Paintable into Paintable and PaintableBox
|
3 years ago |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 years ago |
Andreas Kling
|
7af03df4c3
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
|
3 years ago |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 years ago |
Karol Kosek
|
b6b116d5f2
LibWeb: Compute `text-decoration-thickness` values
|
3 years ago |
Karol Kosek
|
f9d66bef5d
LibWeb: Compute `text-decoration-color` values
|
3 years ago |
Andreas Kling
|
15ed0ebdc6
LibWeb: Implement hit testing a bit closer to spec
|
3 years ago |