Aliaksandr Kalenik
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 år sedan |
Sam Atkins
|
642ad80960
LibWeb: Make CSS Transformation struct a proper class
|
1 år sedan |
MacDue
|
909bcfe9a4
LibWeb: Resolve and paint simple SVG masks
|
1 år sedan |
MacDue
|
b340a85523
LibWeb: Make StackingContext functions `static` where possible
|
1 år sedan |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 år sedan |
Zaggy1024
|
9d4a1ac2b3
LibWeb: Apply CSS `clip` property to an element as well as its children
|
1 år sedan |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 år sedan |
MacDue
|
2d154bf90a
LibWeb: Fix accidentally skipping post-paint actions for positioned SCs
|
1 år sedan |
Aliaksandr Kalenik
|
95a8dec373
LibWeb: Treat grid item as it creates stacking context during painting
|
1 år sedan |
Andreas Kling
|
d296992fb3
LibWeb: Make StackingContext point to paint tree instead of layout tree
|
1 år sedan |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
1 år sedan |
Andi Gallo
|
a18500c78c
LibWeb: Paint separate borders for inline tables
|
1 år sedan |
MacDue
|
2a067b5601
LibWeb: Don't paint all stacking contexts like positioned elements
|
1 år sedan |
Luke Wilde
|
fb33514029
LibWeb: Support skew{X,Y} in stacking context transforms
|
1 år sedan |
Aliaksandr Kalenik
|
cdf8b9e943
LibWeb/Painting: Translate by scroll offset before painting descendants
|
1 år sedan |
Andi Gallo
|
7bd00d6a42
LibWeb: Snap table grid to device pixels in separate borders mode
|
1 år sedan |
Aliaksandr Kalenik
|
5b7926fa53
LibWeb: Move scroll_offset() from Layout::Box to PaintableBox
|
1 år sedan |
Aliaksandr Kalenik
|
fa56ce11a9
LibWeb: Take in account scroll offset in painting
|
1 år sedan |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 år sedan |
Sam Atkins
|
8520afaa11
LibWeb: Rename PaintPhase::FocusOutline -> Outline
|
1 år sedan |
Aliaksandr Kalenik
|
3c6fdde466
LibWeb: Fix hit testing for fixed position nodes
|
2 år sedan |
Andreas Kling
|
3ec9fd0aae
LibWeb: Resolve calc() values in CSS transform
|
2 år sedan |
Andreas Kling
|
2d6c1bbf88
LibWeb: Paint relatively positioned inline-level elements
|
2 år sedan |
Andreas Kling
|
268492413a
LibWeb: Add Paintable::stacking_context_rooted_here()
|
2 år sedan |
Andi Gallo
|
f544132fe8
LibWeb: Some improvements for painting of collapsed table borders
|
2 år sedan |
Andi Gallo
|
98c5efc385
LibWeb: Move collapsed table border painting to a separate function
|
2 år sedan |
Valtteri Koskivuori
|
2c5a062c8f
LibWeb: Teach CSS transformed StackingContexts about image-rendering
|
2 år sedan |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 år sedan |
Andreas Kling
|
d6c3cbd958
LibWeb: Make StackingContext sorting a lot faster
|
2 år sedan |
stelar7
|
421559d725
LibWeb: Change calc node representation from float to double
|
2 år sedan |