Aliaksandr Kalenik
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 year ago |
Aliaksandr Kalenik
|
d9990c6ea9
LibWeb: Remove opacity parameter for DrawScaledBitmap painting command
|
1 year ago |
Aliaksandr Kalenik
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 year ago |
Timothy Flynn
|
44911173f5
LibWeb: Make VideoPaintable's clip rect temporary
|
1 year ago |
Timothy Flynn
|
ee48d7514f
LibWeb: Extract media element timeline painting to a base class
|
2 years ago |
MacDue
|
656f72adc0
LibWeb: Use fill_path() to paint <video> play buttons
|
2 years ago |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 years ago |
Jelle Raaijmakers
|
7652dbd983
LibWeb: Use box sampling instead of bilinear scaling when downscaling
|
2 years ago |
Andreas Kling
|
77db621be5
Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"
|
2 years ago |
Jelle Raaijmakers
|
b79fd3d1a9
LibWeb: Use box sampling instead of bilinear scaling when downscaling
|
2 years ago |
Timothy Flynn
|
5f473bcb5f
LibWeb: Propagate non-primary mouse button clicks on video elements
|
2 years ago |
Timothy Flynn
|
ab1244a160
LibWeb: Paint video timestamps using CSS/device pixel-aware scaled fonts
|
2 years ago |
Timothy Flynn
|
83bb24991b
LibWeb: Implement HTMLVideoElement representation closer to the spec
|
2 years ago |
Timothy Flynn
|
dd188aafb9
LibWeb: Track decoded video frame positions along with the frame image
|
2 years ago |
Timothy Flynn
|
6131e621d6
LibWeb: Render HTMLVideoElement controls when scripting is disabled
|
2 years ago |
Timothy Flynn
|
c403f8e92c
LibWeb: Update the media playback time for clicks on the media timeline
|
2 years ago |
Timothy Flynn
|
ad3c63684c
LibWeb: Restrict toggling video playback to certain areas in a video
|
2 years ago |
Timothy Flynn
|
fe66490399
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
|
2 years ago |
Timothy Flynn
|
d5412f4e78
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
|
2 years ago |
Timothy Flynn
|
cdf4c410bf
LibWeb: Tweak the color used for hovered media controls
|
2 years ago |
Timothy Flynn
|
d0e18b8a17
LibWeb: Convert video control dimensions from CSSPixels to DevicePixels
|
2 years ago |
Timothy Flynn
|
4555e3b8d2
LibWeb: Begin painting video controls on HTMLVideoElement layout nodes
|
2 years ago |
Timothy Flynn
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
2 years ago |