MacDue
|
7061a3d8e6
LibWeb: Add .scaled_font() helper to Layout::Node
|
2 年之前 |
Aliaksandr Kalenik
|
dcc4868a3c
LibWeb: Rename `PaintableBox::clip_rect()`
|
2 年之前 |
Aliaksandr Kalenik
|
7ddacef3b5
LibWeb: Apply border-radius clip only if overflow hidden for both axis
|
2 年之前 |
Andreas Kling
|
245e3b9c3a
LibWeb: Honor `pointer-events: none` when hitting a PaintableBox
|
2 年之前 |
Andreas Kling
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 年之前 |
Andreas Kling
|
664f30a2c9
LibWeb: Don't truncate font sizes before scaling them to device pixels
|
2 年之前 |
Kenneth Myhra
|
be958a14cf
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
|
2 年之前 |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |
Aliaksandr Kalenik
|
6092d81e4d
LibWeb: Stop overflow clip box aggregation on reached stacking context
|
2 年之前 |
Aliaksandr Kalenik
|
87fa1c5e66
Revert "LibWeb: Fix clip of hidden overflow..."
|
2 年之前 |
Andreas Kling
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 年之前 |
Sam Atkins
|
1c77867c78
LibWeb: Port FontCache to new Strings
|
2 年之前 |
Aliaksandr Kalenik
|
ac440e6c0e
LibWeb: Scale font size to device pixels
|
2 年之前 |
Aliaksandr Kalenik
|
08f217526a
LibWeb: Use rect of containing block instead of parent to clip overflow
|
2 年之前 |
Aliaksandr Kalenik
|
ee4ba7617c
LibWeb: Fix clip of hidden overflow when translated boxes are involved
|
2 年之前 |
Andreas Kling
|
51555dea7c
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
|
2 年之前 |
Aliaksandr Kalenik
|
802d9336f0
LibWeb: Use CSS Pixels for overflow clip rect
|
2 年之前 |
Andreas Kling
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 年之前 |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
2 年之前 |
Sam Atkins
|
65cdf89a8b
LibWeb: Convert Layout Boxes to new pixel units
|
2 年之前 |
martinfalisse
|
d467a0a730
LibWeb: Use the layout_state border values when drawing borders
|
2 年之前 |
Andreas Kling
|
32e35a02f9
LibWeb: Apply CSS text-transform during layout
|
2 年之前 |
Matt Purnell
|
0bda06c9c5
LibWeb: Don't const_cast layout_box() when calling const functions
|
2 年之前 |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 年之前 |
Sam Atkins
|
1a68a4292d
LibWeb: Convert text and text-decoration painting to new pixel units
|
2 年之前 |
Sam Atkins
|
fb43a71981
LibWeb: Convert shadow painting to new pixel units
|
2 年之前 |
Sam Atkins
|
7c8eecbaa5
LibWeb: Convert backdrop-filter painting to new pixel units
|
2 年之前 |
Sam Atkins
|
0bf4089af9
LibWeb: Convert border painting to new pixel units
|
2 年之前 |
Sam Atkins
|
0233627545
LibWeb: Convert background painting to new pixel units
|
2 年之前 |
Sam Atkins
|
4440af0870
LibWeb: Split PaintContext::viewport_rect() into device/css variants
|
2 年之前 |