Aliaksandr Kalenik
|
78d8989ea4
LibWeb: Accept paintable instead of layout node in paint_background()
|
9 months ago |
Aliaksandr Kalenik
|
c097f53875
LibWeb: Remove InlinePaintable
|
9 months ago |
Aliaksandr Kalenik
|
6a549f6270
LibWeb: Replace InlinePaintable with PaintableWithLines created per line
|
9 months ago |
Aliaksandr Kalenik
|
34261e5490
LibWeb: Don't produce save & restore commands for scroll frame id change
|
9 months ago |
Aliaksandr Kalenik
|
97066f09f4
LibWeb: Use PaintableBox::is_scrollable() while dispatching wheel event
|
9 months ago |
Aliaksandr Kalenik
|
a46c2a0887
LibWeb: Forbid scrolling of viewport if overflow=hidden
|
9 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
10 months ago |
ronak69
|
8cfe51cef4
LibWeb: Make horizontal scrollbar start from the left edge of viewport
|
10 months ago |
Timothy Flynn
|
60f30aad72
LibWeb: Limit the minimum scrollbar size to the overflown box's size
|
10 months ago |
BenJilks
|
7e38e12bb0
LibWeb: Use transform-box for resolving percentage transform values
|
10 months ago |
BenJilks
|
8c465c95aa
LibWeb: Pick the closest hit test result, instead of the first
|
1 year ago |
Tim Ledbetter
|
5800b7e884
LibWeb: Invalidate the display list when calling `set_needs_display()`
|
11 months ago |
Aliaksandr Kalenik
|
427e6cec7b
LibWeb: Use border box to position sticky elements
|
11 months ago |
Aliaksandr Kalenik
|
59f2b4fefc
LibWeb: Account for fixed position in nearest scrollable ancestor lookup
|
11 months ago |
Aliaksandr Kalenik
|
30b636e90b
LibWeb: Add "position: sticky" support
|
11 months ago |
Aliaksandr Kalenik
|
866608532a
LibWeb: Add parent-child relationship between scroll frames
|
11 months ago |
Onorio Catenacci
|
b86f57ebf7
LibWeb: Add minimum thumb size
|
11 months ago |
Andreas Kling
|
349b17cc7a
LibWeb: Don't paint text fragments with CSS visibility:hidden
|
11 months ago |
Aliaksandr Kalenik
|
bc20e3ac6c
LibWeb: Do not allocate mask bitmap for CSS "clip-path" property
|
11 months ago |
Andreas Kling
|
0c7670b226
LibGfx: Rename Painter => DeprecatedPainter
|
1 year ago |
Aliaksandr Kalenik
|
69c6e07139
LibWeb: Move `m_needs_repaint` and `record_display_list()` in Document
|
11 months ago |
Aliaksandr Kalenik
|
ab76b99f1e
LibWeb: Update scroll thumb position by mutating display list
|
11 months ago |
Aliaksandr Kalenik
|
7ddb94c4d6
LibWeb: Rename offset to cumulative_offset in ScrollFrame
|
11 months ago |
Aliaksandr Kalenik
|
dc0d5da086
LibWeb: Remove ViewportPaintable::refresh_clip_frames()
|
11 months ago |
Aliaksandr Kalenik
|
5b23190174
LibWeb: Remove scroll_offset() usage in PaintableWithLines
|
11 months ago |
Aliaksandr Kalenik
|
d0da377767
LibWeb: Make AddClipRect display list item account for scroll offset
|
11 months ago |
Aliaksandr Kalenik
|
dd8c693725
LibWeb: Unify scroll handling between viewport and scrollable boxes
|
11 months ago |
Aliaksandr Kalenik
|
1163ff21d7
LibWeb: Don't wrap result in optional in enclosing_scroll_frame_offset()
|
11 months ago |
Aliaksandr Kalenik
|
f574e2b03a
LibWeb: Resolve background size and offset only after style invalidation
|
1 year ago |
Timothy Flynn
|
faebbbc281
LibWeb: Move the navigable's cursor position to be owned by the document
|
1 year ago |