Andreas Kling
|
1cea4e6407
LibWeb: Use cached UsedValues pointer in IFC and its helper classes
|
hace 1 año |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
hace 1 año |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
hace 1 año |
Aliaksandr Kalenik
|
681771d210
LibGfx+LibWeb: Calculate and save glyph positions during layout
|
hace 1 año |
Aliaksandr Kalenik
|
df2bc8187c
LibWeb: Use actual line height to calculate float y in IFC
|
hace 1 año |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
hace 1 año |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
hace 1 año |
Aliaksandr Kalenik
|
fce4801460
LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext
|
hace 1 año |
kamp
|
4ac7c41483
LibWeb: Add -libweb-left and -libweb-right text-align values
|
hace 2 años |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
hace 2 años |
Andreas Kling
|
79d2c9f3e8
LibWeb: Don't justify text lines that end in a forced break
|
hace 2 años |
FalseHonesty
|
de9604212f
LibWeb: Avoid text-aligning content that is too long for its line box
|
hace 2 años |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
hace 2 años |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
hace 2 años |
Andreas Kling
|
e938860126
LibWeb: Make text justification work between floats
|
hace 2 años |
Andreas Kling
|
bab6796099
LibWeb: Rewrite calculation of available space between floats
|
hace 2 años |
Andreas Kling
|
5d4e9a0673
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
|
hace 2 años |
Andreas Kling
|
e4b71495f5
LibWeb: Resolve percentage vertical-align values against line-height
|
hace 2 años |
Mathis Wiehl
|
9927dab993
LibWeb: Don't drop single <br/> lines
|
hace 2 años |
Mathis Wiehl
|
b96920a9d6
LibWeb: Consider margins of atomic inlines in layout
|
hace 2 años |
Andreas Kling
|
f97754942c
LibWeb: Collapse margin-left with space used by left-side floats
|
hace 2 años |
Sam Atkins
|
5d8e3f5122
LibWeb: Convert Layout::Node to new pixel units
|
hace 2 años |
Sam Atkins
|
76047d1932
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
|
hace 2 años |
Sam Atkins
|
056acb5ebf
LibWeb: Convert InlineFormattingContext to new pixel units
|
hace 2 años |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
hace 2 años |
Aliaksandr Kalenik
|
f0ab127a41
LibWeb: Consider strut while calculating baseline for a line
|
hace 2 años |
Aliaksandr Kalenik
|
ba64d0462c
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
|
hace 2 años |
Andreas Kling
|
42538b5375
LibWeb: Fix bogus inline-block check in line box layout
|
hace 2 años |
Andreas Kling
|
f260afedb1
LibWeb: Don't add half-leading twice to inline block boxes
|
hace 2 años |
Andreas Kling
|
7c6e42c2d4
LibWeb: Fix bogus comparison when measuring if a float can fit
|
hace 2 años |