Jonne Ransijn
|
07cd7d479f
LibWeb: Remove reference counting for `CSS::StyleProperties`
|
8 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Jelle Raaijmakers
|
89d21335a1
LibWeb: Remove unused includes
|
11 months ago |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 year ago |
Andreas Kling
|
dd3e002ecf
LibWeb: Make empty images (no bitmap, no alt text) take no layout space
|
1 year ago |
Aliaksandr Kalenik
|
ef01c735cd
LibWeb: Visit ImageProvider from Layout::ImageBox
|
1 year ago |
Timothy Flynn
|
45a47cb32b
LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider
|
1 year ago |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Sam Atkins
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 years ago |
Andreas Kling
|
8d3240d633
LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio
|
2 years ago |
Andreas Kling
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
2 years ago |
Andreas Kling
|
3cf73ca0b3
LibWeb: Implement enough of "update the image data" to load images
|
2 years ago |
Andreas Kling
|
dbe961ca02
LibWeb: Move image viewport awareness from ImageBox to ImagePaintable
|
2 years ago |
Linus Groh
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 years ago |
Andreas Kling
|
a15a44cfc8
LibWeb: Don't use image source URL as backup `alt` attribute
|
2 years ago |
Andreas Kling
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
Sam Atkins
|
65cdf89a8b
LibWeb: Convert Layout Boxes to new pixel units
|
2 years ago |
Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 years ago |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
Andreas Kling
|
1885fe529f
LibWeb: Add GC finalizer to Layout::ImageBox
|
2 years ago |
Andreas Kling
|
e72896e35e
LibWeb: Get default fonts via Platform::FontPlugin
|
2 years ago |
Andreas Kling
|
faf9746244
LibWeb: Cache width of "alt" text in ImageBox
|
2 years ago |
Sam Atkins
|
a797a92990
LibWeb: Stop including StyleValue.h in a few places
|
3 years ago |
Andreas Kling
|
5e35167e05
LibWeb: Don't mark non-painted images as being inside the viewport
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Andreas Kling
|
b0208f38f6
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
|
3 years ago |
Andreas Kling
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
3 years ago |
Andreas Kling
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
3 years ago |