Aliaksandr Kalenik
|
3c6fdde466
LibWeb: Fix hit testing for fixed position nodes
|
vor 2 Jahren |
Andreas Kling
|
3ec9fd0aae
LibWeb: Resolve calc() values in CSS transform
|
vor 2 Jahren |
Andreas Kling
|
2d6c1bbf88
LibWeb: Paint relatively positioned inline-level elements
|
vor 2 Jahren |
Andreas Kling
|
268492413a
LibWeb: Add Paintable::stacking_context_rooted_here()
|
vor 2 Jahren |
Andi Gallo
|
f544132fe8
LibWeb: Some improvements for painting of collapsed table borders
|
vor 2 Jahren |
Andi Gallo
|
98c5efc385
LibWeb: Move collapsed table border painting to a separate function
|
vor 2 Jahren |
Valtteri Koskivuori
|
2c5a062c8f
LibWeb: Teach CSS transformed StackingContexts about image-rendering
|
vor 2 Jahren |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
vor 2 Jahren |
Andreas Kling
|
d6c3cbd958
LibWeb: Make StackingContext sorting a lot faster
|
vor 2 Jahren |
stelar7
|
421559d725
LibWeb: Change calc node representation from float to double
|
vor 2 Jahren |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
vor 2 Jahren |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
vor 2 Jahren |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
vor 2 Jahren |
Linus Groh
|
36d35c9c82
LibWeb: Rename remaining paint_box variables to paintable_box
|
vor 2 Jahren |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
vor 2 Jahren |
Linus Groh
|
ec37b55777
LibWeb/Painting: Rename StackingContext::paintable{ => _box}()
|
vor 2 Jahren |
MacDue
|
d2fc8efd9e
LibWeb: Make SC hit testing more closely follow reverse paint order
|
vor 2 Jahren |
Sam Atkins
|
7a1a97f153
LibWeb: Remove CalculatedStyleValue from Angle
|
vor 2 Jahren |
Sam Atkins
|
cd06b1341b
LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp}
|
vor 2 Jahren |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
vor 2 Jahren |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
vor 2 Jahren |
Aliaksandr Kalenik
|
05b5a3bfba
LibWeb: Transform translate() values to device pixels before painting
|
vor 2 Jahren |
Aliaksandr Kalenik
|
2649bc737f
LibWeb: Use device pixels for transform rect of stacking context
|
vor 2 Jahren |
Aliaksandr Kalenik
|
08f217526a
LibWeb: Use rect of containing block instead of parent to clip overflow
|
vor 2 Jahren |
Andreas Kling
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
vor 2 Jahren |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
vor 2 Jahren |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
vor 2 Jahren |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
vor 2 Jahren |
Sam Atkins
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
vor 2 Jahren |
Luke Wilde
|
2b55ccf6e5
LibWeb: Actually hit-test child stacking contents with z-index of 0
|
vor 2 Jahren |