Aliaksandr Kalenik
|
05a1dbeb91
LibWeb: Return CSSPixels from `calculate_inner_width()`
|
1 year ago |
Andreas Kling
|
7abb182fa3
LibWeb: Honor negative margins on atomic inlines
|
1 year ago |
Aliaksandr Kalenik
|
681771d210
LibGfx+LibWeb: Calculate and save glyph positions during layout
|
1 year ago |
Shannon Booth
|
56d10bf198
LibWeb: Port Layout::TextNode from DeprecatedString
|
1 year ago |
Aliaksandr Kalenik
|
c41e742de4
LibWeb: Fix min-content width calculation in dimension_box_on_line()
|
1 year ago |
Andreas Kling
|
39f16ecd41
LibWeb: Don't break for atomic inline elements in `white-space: nowrap`
|
1 year ago |
Andi Gallo
|
3d7e788981
LibWeb: Improve the line breaking algorithm
|
1 year ago |
Andi Gallo
|
ef6a78518f
LibWeb: Remove unused argument of InlineLevelIterator::next
|
1 year ago |
Aliaksandr Kalenik
|
fce4801460
LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext
|
1 year ago |
Andi Gallo
|
62f15f94d2
LibWeb: Better handling of floating boxes from inline formatting context
|
1 year ago |
Andi Gallo
|
b12820c967
LibWeb: Handle float clearing specified on line break elements
|
1 year ago |
Aliaksandr Kalenik
|
07f451044b
LibWeb: Fix inline-block percentage height calculation
|
2 years ago |
Andreas Kling
|
2887976ce9
LibWeb: Fully resolve max-width values on inline-block elements
|
2 years ago |
Andreas Kling
|
42675971e2
LibWeb: Resolve inline-block percentage padding against 0, not infinity
|
2 years ago |
Andreas Kling
|
e99a6fede4
LibWeb: Allow IFC to size inline-flex boxes midway through flex layout
|
2 years ago |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 years ago |
Andreas Kling
|
3a11b55286
LibWeb: Treat % max-width as none when containing block size indefinite
|
2 years ago |
Andi Gallo
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
2 years ago |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 years ago |
Andreas Kling
|
79d2c9f3e8
LibWeb: Don't justify text lines that end in a forced break
|
2 years ago |
Sam Atkins
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 years ago |
Andreas Kling
|
89ba00304c
LibWeb: Account for negative margins when calculating float intrusion
|
2 years ago |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 years ago |
Andreas Kling
|
4f08fcde29
LibWeb: Remove unnecessary static formatting context functions
|
2 years ago |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 years ago |
Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 years ago |
Andreas Kling
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 years ago |
Andreas Kling
|
e938860126
LibWeb: Make text justification work between floats
|
2 years ago |
Andreas Kling
|
bab6796099
LibWeb: Rewrite calculation of available space between floats
|
2 years ago |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 years ago |