Aliaksandr Kalenik
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 年之前 |
Sam Atkins
|
5cf85d30aa
LibWeb: Store RadialGradientStyleValue's position as PositionStyleValue
|
1 年之前 |
Aliaksandr Kalenik
|
94f322867a
LibWeb: Get rid of DevicePixels usage in RecordingPainter
|
1 年之前 |
Aliaksandr Kalenik
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 年之前 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
MacDue
|
6c9f1c396a
LibWeb: Don't use CSSPixels when resolving radial gradient color stops
|
1 年之前 |
Sam Atkins
|
631a988a57
LibWeb: Allow any valid `<color>` in CSS gradients
|
1 年之前 |
MacDue
|
5f0d3c083f
LibWeb: Allow (explicitly) converting CSSPixels to float and int
|
1 年之前 |
Ali Mohammad Pur
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
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 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Sam Atkins
|
0c14103025
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
|
2 年之前 |
Sam Atkins
|
0f04fa2e6e
LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
c8ffd82cb7
LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
f30b042890
LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
MacDue
|
c8c065b6b0
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
|
2 年之前 |
MacDue
|
93737a4b00
LibWeb: Return floats from color stop resolution functions
|
2 年之前 |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
2 年之前 |
Sam Atkins
|
13b1952929
LibWeb: Convert AbstractImageStyleValue to new pixel units
|
2 年之前 |
MacDue
|
2b1342b120
LibWeb: Remove done gradient painting TODO
|
2 年之前 |
MacDue
|
f2fe3245cf
LibWeb: Speed up gradient painting quite a lot
|
2 年之前 |
MacDue
|
a9ea0ee9af
LibWeb: Fix passing size/position to paint_radial_gradient()
|
2 年之前 |
Sam Atkins
|
9d1f30b533
LibWeb: Convert gradient painting to new pixel units
|
2 年之前 |
MacDue
|
1574f2c3f6
Meta+Userland: Pass Gfx::FloatSize by value
|
2 年之前 |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 年之前 |
MacDue
|
6dbe7b06b3
LibWeb: Fix integer overflow in gradient painting
|
2 年之前 |
MacDue
|
28028be2fc
LibWeb: Support `repeating-radial-gradient()`s
|
2 年之前 |
MacDue
|
65acfe6c60
LibWeb: Handle degenerate radial gradients
|
2 年之前 |