MacDue
|
0e7aa1e98c
LibWeb: Add flag to normalize border radii to width only
|
3 år sedan |
MacDue
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
3 år sedan |
Karol Kosek
|
ae28e3ff5c
LibWeb: Use Unicode data for CSS text-transform property
|
3 år sedan |
Sam Atkins
|
7c91fda088
LibWeb: Allow multiple text-decoration-lines
|
3 år sedan |
Karol Kosek
|
119873b822
LibWeb: Make default text-decoration-thickness a fraction of font height
|
3 år sedan |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
Andreas Kling
|
6a4247bee9
LibWeb: Use more precise font metrics when doing inline layout
|
3 år sedan |
Andreas Kling
|
fae8fde913
LibWeb: Draw inspector overlay label with default font
|
3 år sedan |
Andreas Kling
|
1c88536298
LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing text
|
3 år sedan |
Andreas Kling
|
0de488749f
LibWeb: Use rounding instead of enclosing_int_rect() when painting
|
3 år sedan |
Andreas Kling
|
c49c036c84
LibWeb: Stop allowing position:relative to affect layout
|
3 år sedan |
Andreas Kling
|
b0208f38f6
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
|
3 år sedan |
Linus Groh
|
9bc7912f84
LibWeb: Paint the focus outline using Painter::draw_focus_rect()
|
3 år sedan |
Linus Groh
|
642491fc74
LibWeb: Paint the focus outline actually *outside* the element
|
3 år sedan |
Andreas Kling
|
d5aca1c6c4
LibWeb: Treate SVG paintable coordinates as relative to <svg> element
|
3 år sedan |
Sam Atkins
|
5aad32b504
LibWeb: Implement text-shadow painting
|
3 år sedan |
Sam Atkins
|
1094654adc
LbWeb: Rename BoxShadowFoo => ShadowFoo
|
3 år sedan |
Andreas Kling
|
196a3eb239
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
|
3 år sedan |
Andreas Kling
|
01662b2320
LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order()
|
3 år sedan |
Andreas Kling
|
a779ace6a1
LibWeb: Don't compute fragment absolute rect twice while hit testing
|
3 år sedan |
Andreas Kling
|
996f3228a2
LibWeb: Fix O(n^2) traversal in hit testing
|
3 år sedan |
Andreas Kling
|
0ba785894c
LibWeb: Make hit testing functions return Optional<HitTestResult>
|
3 år sedan |
Andreas Kling
|
59afdb959f
LibWeb: Build stacking context tree lazily
|
3 år sedan |
Andreas Kling
|
8cc757b92b
LibWeb: Always call Layout::Box::did_set_rect()
|
3 år sedan |
Simon Wanner
|
48efdaa8c4
LibWeb: Update hit_test for CSS Transforms
|
3 år sedan |
Andreas Kling
|
15dc48b431
LibWeb: Make PaintableBox::enclosing_stacking_context() cheaper
|
3 år sedan |
Andreas Kling
|
be5f0b5ac4
LibWeb: Move text fragment painting to PaintableWithLines
|
3 år sedan |
Andreas Kling
|
b14c6eaef3
LibWeb: Let paintables cache their containing block and absolute rect
|
3 år sedan |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 år sedan |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 år sedan |