Aliaksandr Kalenik
|
d1d6da6ab6
LibWeb: Resolve border radius during layout and save it in paintables
|
1 年之前 |
Aliaksandr Kalenik
|
29ff1f67be
LibWeb: Introduce dedicated painting command for borders
|
1 年之前 |
Aliaksandr Kalenik
|
70353b79af
LibWeb: Change paint_all_borders() to accept only device pixel values
|
1 年之前 |
MacDue
|
1c012f0a4a
LibWeb: Remove "cached corner bitmap" and its use in the corner clipper
|
1 年之前 |
Aliaksandr Kalenik
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 年之前 |
MacDue
|
2876e2f58e
LibWeb: Fix border-radius corner overlap algorithm for zero-width boxes
|
1 年之前 |
Andi Gallo
|
11e5865d53
LibWeb: Apply the color for inset and outset border styles
|
1 年之前 |
Andi Gallo
|
7bd00d6a42
LibWeb: Snap table grid to device pixels in separate borders mode
|
1 年之前 |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 年之前 |
Sam Atkins
|
d98bc0da87
LibWeb: Make it clearer that several line-styles are not implemented
|
1 年之前 |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 年之前 |
zhiyuang
|
94491ead67
LibWeb: Fix border painting with border-radius and zero-width sides
|
2 年之前 |
Aliaksandr Kalenik
|
875a8a3c2a
LibWeb: Remove casting to double in normalized_border_radii_data
|
1 年之前 |
zhiyuang
|
97130a4e66
LibWeb: More correctly paint joins between borders
|
2 年之前 |
zhiyuang
|
6bd4d44f73
LibWeb: Make two borders joints part painting work
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年之前 |
Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Linus Groh
|
352da3623b
LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes
|
2 年之前 |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 年之前 |
Sam Atkins
|
0bf4089af9
LibWeb: Convert border painting to new pixel units
|
2 年之前 |
Sam Atkins
|
8a5c50f59d
LibWeb: Use ceilf() instead of ceil() for float values
|
2 年之前 |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 年之前 |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 年之前 |
MacDue
|
72a37e5292
LibWeb: Tiebreak corner color on existence of corresponding borders
|
3 年之前 |
MacDue
|
e4cca7886e
LibWeb: Use the AA painter for drawing dotted lines
|
3 年之前 |
MacDue
|
4dfbbd5965
LibWeb: Move border corner bitmap getter/cache to function
|
3 年之前 |
MacDue
|
c9b363de56
LibWeb: Fix regression in painting the 'caret' icon on GitHub
|
3 年之前 |
MacDue
|
9e71fa9aa7
LibWeb: Bring border painting much closer to the spec/other browsers
|
3 年之前 |