Tim Ledbetter
|
604f6040a1
LibWeb: Clamp paintable box maximum scroll offset to 0
|
1 year ago |
simonkrauter
|
9da3e29818
LibWeb: Make scrollbar thumbs visible on dark background
|
1 year ago |
simonkrauter
|
04526261c3
LibWeb: Use shorter variant of `fill_rect_with_rounded_corners()`
|
1 year ago |
Colin Reeder
|
449f81bfbe
LibWeb: Add support for -webkit-text-fill-color
|
1 year ago |
Aliaksandr Kalenik
|
7181c3f2ea
Everywhere: Limit layout text fragments to use one font for all glyphs
|
1 year ago |
Aliaksandr Kalenik
|
854b269338
LibWeb: Rename RecordingPainter to DisplayListRecorder
|
1 year ago |
Andreas Kling
|
fe4cc32380
Everywhere: Include <LibGfx/Painter.h> in fewer places
|
1 year ago |
Andreas Kling
|
0e47e5e265
LibGfx: Move Gfx::Painter::LineStyle => Gfx::LineStyle
|
1 year ago |
Aliaksandr Kalenik
|
881e970846
LibWeb: Implement scrollbars dragging
|
1 year ago |
Aliaksandr Kalenik
|
5285e22f2a
LibWeb+WebContent: Move scrollbar painting into WebContent
|
1 year ago |
MacDue
|
9c711bc868
LibWeb+Ladybird: Add option to enable the `AffineCommandExecutorCPU`
|
1 year ago |
Aliaksandr Kalenik
|
e806136116
LibWeb: Refresh clip and scroll state only when needed
|
1 year ago |
Aliaksandr Kalenik
|
49f75d2c0f
LibWeb: Verify each sample corners command has matching blit command
|
1 year ago |
Aliaksandr Kalenik
|
1a6cf7fadc
LibWeb: Fix blit corner clipping command recording order
|
1 year ago |
Aliaksandr Kalenik
|
663cc753a7
LibWeb: Fix clip box calculation in PaintableWithLines
|
1 year ago |
Aliaksandr Kalenik
|
7855d4a8f5
LibWeb: Transform blit corner clipping rectangle to device pixels
|
1 year ago |
Aliaksandr Kalenik
|
3d8349eb88
LibWeb: Fix blit corner clip position in PaintableWithLines
|
1 year ago |
MacDue
|
9e2c4f84fd
LibWeb: Paint/apply `basic-shape` clip paths to PaintableBoxes
|
1 year ago |
Aliaksandr Kalenik
|
e2b2b2439c
LibWeb: Apply corner clip before scroll offset for PaintableWithLines
|
1 year ago |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 year ago |
matjojo
|
cd1eeb3cdd
LibWeb: Do not consume scroll event in PaintableBox without overflow
|
1 year ago |
Aliaksandr Kalenik
|
15f69ffbba
LibWeb: Use cached absolute rect and transform in refresh_clip_state()
|
1 year ago |
Aliaksandr Kalenik
|
776951b7ff
LibWeb: Cache combined CSS transform on pre-paint phase
|
1 year ago |
Aliaksandr Kalenik
|
cd07249482
LibWeb/Painting: Add ClippableAndScrollable mixin
|
1 year ago |
Andreas Kling
|
0ebfc0a4c4
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
1 year ago |
Aliaksandr Kalenik
|
dc4192c149
LibWeb: Remove CSS transform from InlinePaintable's clip rectangle
|
1 year ago |
Aliaksandr Kalenik
|
a044e9cf4f
LibWeb: Add `background-clip: text` support for InlinePaintable
|
1 year ago |
Aliaksandr Kalenik
|
dd73cccf8f
LibWeb: Fire "scroll" events on DOM elements
|
1 year ago |
Aliaksandr Kalenik
|
d53058421a
LibWeb: Do not paint scrollbar of ViewportPaintable
|
1 year ago |
Andreas Kling
|
dd8504c68d
LibWeb: Store "text for rendering" in TextPaintable
|
1 year ago |