Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Aliaksandr Kalenik
|
69c6e07139
LibWeb: Move `m_needs_repaint` and `record_display_list()` in Document
|
10 months ago |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 months ago |
Aliaksandr Kalenik
|
a8f4ea5226
LibWeb: Fix "background-clip: text" for elements nested in scrollable
|
11 months ago |
Aliaksandr Kalenik
|
f574e2b03a
LibWeb: Resolve background size and offset only after style invalidation
|
11 months ago |
Shannon Booth
|
a342370dfb
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
11 months ago |
Aliaksandr Kalenik
|
67d68eac64
LibWeb: Save "background-clip: text" mask as a nested display list
|
11 months ago |
Aliaksandr Kalenik
|
c5afe70f77
LibWeb: Add optimized painting command for repeated background
|
11 months ago |
Aliaksandr Kalenik
|
854b269338
LibWeb: Rename RecordingPainter to DisplayListRecorder
|
1 year ago |
Daniel Bertalan
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Zac Brannelly
|
9165faca5e
LibWeb: Support CSS property `background-clip: text`
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andreas Kling
|
6eeda29642
LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap
|
1 year ago |
MacDue
|
d2c96e213f
LibWeb: Add `AbstractImageStyleValue::natural_aspect_ratio()`
|
1 year ago |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 year ago |
Aliaksandr Kalenik
|
41a3c19cfe
LibWeb: Make HTML::DecodedImageData to be GC-allocated
|
1 year ago |
Sam Atkins
|
6dbc3044bd
LibWeb: Remove some `to_deprecated_string()` calls in the CSS code
|
1 year ago |
Aliaksandr Kalenik
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 year ago |
Aliaksandr Kalenik
|
f4a5c136c3
LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter
|
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 |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Sam Atkins
|
7fe97ee6c5
LibWeb: Make StyleValue::to_string() infallible
|
1 year ago |
Aliaksandr Kalenik
|
934afcb9d5
LibWeb: Make HTML::SharedImageRequest GC allocated
|
1 year ago |
Andreas Kling
|
34591ff3d9
LibWeb: Use a separate class for shared image requests
|
2 years ago |
Andreas Kling
|
680fc3f90a
LibWeb: Piggyback on HTML::ImageRequest in CSS ImageStyleValue
|
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 |