Aliaksandr Kalenik
|
a8077f79cc
LibWeb: Separate text control input events handling from contenteditable
|
8 months ago |
Aliaksandr Kalenik
|
380907cd48
LibWeb: Allow TextCursor hit-testing mode select empty contenteditable
|
8 months ago |
Andreas Kling
|
72f4253911
LibWeb: Scale up "inspected node" hint text to match screen DPI
|
8 months ago |
Aliaksandr Kalenik
|
de238328eb
LibWeb: Accept paintable instead of layout node in resolve_background()
|
9 months ago |
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
|
9 months ago |
ronak69
|
8cfe51cef4
LibWeb: Make horizontal scrollbar start from the left edge of viewport
|
9 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()`
|
10 months ago |
Aliaksandr Kalenik
|
427e6cec7b
LibWeb: Use border box to position sticky elements
|
10 months ago |
Aliaksandr Kalenik
|
59f2b4fefc
LibWeb: Account for fixed position in nearest scrollable ancestor lookup
|
10 months ago |
Aliaksandr Kalenik
|
30b636e90b
LibWeb: Add "position: sticky" support
|
10 months ago |
Aliaksandr Kalenik
|
866608532a
LibWeb: Add parent-child relationship between scroll frames
|
10 months ago |
Onorio Catenacci
|
b86f57ebf7
LibWeb: Add minimum thumb size
|
10 months ago |
Andreas Kling
|
349b17cc7a
LibWeb: Don't paint text fragments with CSS visibility:hidden
|
10 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 |