Aliaksandr Kalenik
|
fee5b4deb6
LibWeb: Move set_scroll_offset() from Layout::Box to PaintableBox
|
1 year ago |
Aliaksandr Kalenik
|
5b7926fa53
LibWeb: Move scroll_offset() from Layout::Box to PaintableBox
|
1 year ago |
Aliaksandr Kalenik
|
23a07a8ab6
LibWeb: Introduce PaintableBox::scroll_by()
|
1 year ago |
Aliaksandr Kalenik
|
c7673605bb
LibWeb: Move mouse wheel handling from Paintable to PaintableBox
|
1 year ago |
Sam Atkins
|
73fa58da34
LibWeb: Implement the CSS `outline-offset` property
|
1 year ago |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 year ago |
Sam Atkins
|
8520afaa11
LibWeb: Rename PaintPhase::FocusOutline -> Outline
|
1 year ago |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 year ago |
Andi Gallo
|
a7166eb103
LibWeb: Complete table border conflict resolution
|
2 years ago |
Aliaksandr Kalenik
|
bec07d4af7
LibWeb: Use fixed-point saturated arithmetics for CSSPixels
|
1 year ago |
Andreas Kling
|
158caf1b91
LibWeb: Include scrollable overflow in the "absolute paint rect"
|
2 years ago |
Aliaksandr Kalenik
|
b37fbcb159
LibWeb: Use PaintContext::would_be_fully_clipped_by_painter() everywhere
|
2 years ago |
MacDue
|
5f8b9f7936
LibWeb: Use enclosing (rather than rounded) rect for overflow clipping
|
2 years ago |
Andi Gallo
|
8090adf268
LibWeb: Add partial implementation of border conflict resolution
|
2 years ago |
Andi Gallo
|
af1798dd04
LibWeb: Add support for inset shadows
|
2 years ago |
Simon Wanner
|
ee7282cbe4
LibWeb: Make pseudo-elements inspectable
|
2 years ago |
Andreas Kling
|
b7d2f6fa88
LibWeb: Clip overflow in descendant boxes for non-visible CSS overflow
|
2 years ago |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 years ago |
Andreas Kling
|
fe92b54137
LibWeb: Don't draw text fragments that would be clipped by the painter
|
2 years ago |
Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 years ago |
MacDue
|
91d8665ab4
LibWeb: Tidy up apply_clip_overflow_rect() a little
|
2 years ago |
Andreas Kling
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 years ago |
Sigmund Lahn
|
f2f14ad9bd
LibWeb+WebContent: Make document background and Viewport transparent
|
2 years ago |
Linus Groh
|
37c9dbe248
LibWeb/Painting: Move-assign value in set_containing_line_box_fragment
|
2 years ago |
Linus Groh
|
352da3623b
LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes
|
2 years ago |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 years ago |
MacDue
|
7061a3d8e6
LibWeb: Add .scaled_font() helper to Layout::Node
|
2 years ago |
Aliaksandr Kalenik
|
dcc4868a3c
LibWeb: Rename `PaintableBox::clip_rect()`
|
2 years ago |
Aliaksandr Kalenik
|
7ddacef3b5
LibWeb: Apply border-radius clip only if overflow hidden for both axis
|
2 years ago |
Andreas Kling
|
245e3b9c3a
LibWeb: Honor `pointer-events: none` when hitting a PaintableBox
|
2 years ago |