Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 年之前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年之前 |
Jelle Raaijmakers
|
c03152c5d2
LibWeb: Simplify margin & border box construction in `LayoutState`
|
2 年之前 |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 年之前 |
Andreas Kling
|
c9223528a0
LibWeb: Get rid of weird Length::resolved() usage in LayoutState
|
2 年之前 |
Andreas Kling
|
00e3e82bbd
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
|
2 年之前 |
Andreas Kling
|
deea7cbc11
LibWeb: Remove vestigial resolve_definite_width/height helper functions
|
2 年之前 |
Linus Groh
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
2 年之前 |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 年之前 |
Sam Atkins
|
53a4a31af2
LibWeb: Remove CalculatedStyleValue from Length
|
2 年之前 |
Andreas Kling
|
ca290b27ea
LibWeb: Make box content sizes indefinite before intrinsic sizing
|
2 年之前 |
Cameron Youell
|
f17bee0cb5
LibWeb: Fix mistype in `LayoutState`
|
2 年之前 |
Andreas Kling
|
b3b9ac6201
LibWeb: Add FIXME whining to debug log if layout produces negative sizes
|
2 年之前 |
Mathis Wiehl
|
b96920a9d6
LibWeb: Consider margins of atomic inlines in layout
|
2 年之前 |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |
Sam Atkins
|
c70dcaefcd
LibWeb: Convert LayoutState to new pixel units
|
2 年之前 |
Sam Atkins
|
76047d1932
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
|
2 年之前 |
martinfalisse
|
20313ae8a8
LibWeb: Use TextTop and TextBottom property for VerticalAlign
|
2 年之前 |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 年之前 |
Aliaksandr Kalenik
|
ba64d0462c
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
|
2 年之前 |
Andreas Kling
|
869b322a8f
LibWeb: Assign hypothetical flex item main sizes as temporary main size
|
2 年之前 |
Andreas Kling
|
20711c76b7
LibWeb: Apply min/max constraints to sizes that are initially definite
|
2 年之前 |
Andreas Kling
|
13792e572c
LibWeb: Mark percentage heights as initially definite when appropriate
|
2 年之前 |
Andreas Kling
|
ce0e4b71a3
LibWeb: Floating boxes with width:auto don't have definite width
|
2 年之前 |
Andreas Kling
|
13834cfdff
LibWeb: Use Layout::Node::display() everywhere
|
2 年之前 |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 年之前 |
Andreas Kling
|
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
|
2 年之前 |
Andreas Kling
|
d43ef27761
LibWeb: Only include containing blocks in coordinate space translation
|
2 年之前 |
Andreas Kling
|
f25203f245
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
|
2 年之前 |
Andreas Kling
|
af73a5d921
LibWeb: Use correct box edge when looking for space between floats
|
2 年之前 |