Jelle Raaijmakers
|
1b9c50b664
LibWeb: Implement CSS filter painting
|
8 月之前 |
Aliaksandr Kalenik
|
c097f53875
LibWeb: Remove InlinePaintable
|
9 月之前 |
Aliaksandr Kalenik
|
34261e5490
LibWeb: Don't produce save & restore commands for scroll frame id change
|
9 月之前 |
Aliaksandr Kalenik
|
a8788e5abb
LibWeb: Don't ignore non-positioned stacking contexts on step 8 of paint
|
9 月之前 |
Aliaksandr Kalenik
|
83b6bc4ccb
LibWeb: Don't allow SVG boxes to create a stacking context
|
9 月之前 |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 月之前 |
Aliaksandr Kalenik
|
bc20e3ac6c
LibWeb: Do not allocate mask bitmap for CSS "clip-path" property
|
11 月之前 |
Aliaksandr Kalenik
|
7ddb94c4d6
LibWeb: Rename offset to cumulative_offset in ScrollFrame
|
11 月之前 |
Aliaksandr Kalenik
|
dd8c693725
LibWeb: Unify scroll handling between viewport and scrollable boxes
|
11 月之前 |
Aliaksandr Kalenik
|
ee4dd5a17c
LibWeb: Remove unused image-rendering param for stacking context
|
11 月之前 |
Aliaksandr Kalenik
|
53ef0e2e88
LibWeb: Adjust stacking context position by scroll offset in hit-testing
|
11 月之前 |
Aliaksandr Kalenik
|
bbc89a383d
LibWeb: Fix overflow clip when "complicated" CSS transform is used
|
11 月之前 |
Aliaksandr Kalenik
|
2cc2646f55
LibWeb: Apply scroll offset and clip rectangle to table borders
|
11 月之前 |
Aliaksandr Kalenik
|
854b269338
LibWeb: Rename RecordingPainter to DisplayListRecorder
|
1 年之前 |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 年之前 |
Aliaksandr Kalenik
|
7f0bafdbd0
LibWeb: Log error instead of crashing if stacking context painted twice
|
1 年之前 |
Aliaksandr Kalenik
|
9275743626
LibWeb: Verify in runtime that stacking context is not painted twice
|
1 年之前 |
Aliaksandr Kalenik
|
9bc0552a80
LibWeb: Fix paint recording to stop visiting stacking context twice
|
1 年之前 |
Aliaksandr Kalenik
|
7bea2b68f4
LibWeb: Paint non-positioned SC with z-index=0 in paint_descendants()
|
1 年之前 |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 年之前 |
Aliaksandr Kalenik
|
d5e74b1bdc
LibWeb: Use a precalculated list of positioned descendants for painting
|
1 年之前 |
Andreas Kling
|
c4403fd28c
LibWeb: Fix bogus ReplacedBox type check in StackingContext
|
1 年之前 |
Aliaksandr Kalenik
|
2764966ccc
LibWeb: Reduce paintable tree traversals during hit-testing
|
1 年之前 |
MacDue
|
957c20b676
LibWeb: Avoid infinite recursion when hit testing SVGs
|
1 年之前 |
Aliaksandr Kalenik
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 年之前 |
Aliaksandr Kalenik
|
5484062095
LibWeb: Apply scroll offset to PushStackingContext command
|
1 年之前 |
Aliaksandr Kalenik
|
16f1962f10
LibWeb: Use clip rectangles assigned to paintables in hit-testing
|
1 年之前 |
Aliaksandr Kalenik
|
0bf82f748f
LibWeb: Move clip rect calculation to happen before painting
|
1 年之前 |
Aliaksandr Kalenik
|
ef0c390b79
LibWeb: Resolve CSS transform properties during layout commit
|
1 年之前 |
Bastiaan van der Plaat
|
be7538961b
LibWeb: Add DOMMatrix string constructor and set matrix value
|
1 年之前 |