Andreas Kling
|
a74954e145
LibWeb: Don't treat auto insets as definite for child of abspos element
|
7 months ago |
Andreas Kling
|
d3ee49b092
LibWeb: Avoid an infinite recursion in replaced element sizing
|
7 months ago |
Andreas Kling
|
fbe9395928
LibWeb: Stop treating intrinsic size keywords as `auto` in CSS heights
|
7 months ago |
Kostya Farber
|
a820308a02
LibWeb: Add layout objects for fieldset and legend
|
8 months ago |
Aliaksandr Kalenik
|
a073e35562
LibWeb: Delete unused functions in FormattingContext
|
8 months ago |
Aliaksandr Kalenik
|
a8c1d12e84
LibWeb: Fix percentage insets resolution for grid items
|
8 months ago |
Aliaksandr Kalenik
|
dd11d48a1d
LibWeb: Use available space to resolve sizes in FFC
|
8 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Andreas Kling
|
80cffdc0a1
LibWeb: Compute width of absolutely positioned, replaced elements
|
4 years ago |
Andreas Kling
|
0ecefbff57
LibWeb: Move absolute positioning up to FormattingContext
|
4 years ago |
Andreas Kling
|
5721b2a3da
LibWeb: Rename LayoutStyle => CSS::ComputedValues
|
4 years ago |
Andreas Kling
|
07dd73c351
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
|
4 years ago |
Andreas Kling
|
b60801a9ba
LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxes
|
4 years ago |
Andreas Kling
|
67732df034
LibWeb: Move replaced element layout out of Layout::ReplacedBox
|
4 years ago |
Andreas Kling
|
a3acbf1db2
LibWeb: Include padding+border in shrink-to-fit preferred min width
|
4 years ago |
Andreas Kling
|
59de4adb60
LibWeb: Pass current target box to BFC::run()
|
4 years ago |
Andreas Kling
|
615a4d4f71
LibWeb: First slightly naive implementation of CSS floats :^)
|
4 years ago |
Andreas Kling
|
b1e75437c9
LibWeb: Keep track of the parent of each formatting context
|
4 years ago |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 years ago |
Andreas Kling
|
e1a24edfa9
LibWeb: Reorganize layout system in terms of formatting contexts
|
4 years ago |