Timothy Flynn
|
c2d5e30a35
LibWeb: Remove debug spam when clicking a link
|
11 月之前 |
Tim Ledbetter
|
e18501f67f
LibWeb: Don't dispatch click events to disabled FormAssociatedElements
|
11 月之前 |
Alec Murphy
|
1759b82114
LibWeb: Scroll page and nav history with keyboard
|
1 年之前 |
Tim Ledbetter
|
e5d1261640
LibWeb: Don't update selection if start and end node roots differ
|
1 年之前 |
circl
|
0f7623dd83
LibWeb+UI/Qt: Display 'title' tooltips only when the mouse stops moving
|
1 年之前 |
Tim Ledbetter
|
8969f2e34a
LibWeb: Disallow pasting into non-editable text nodes
|
1 年之前 |
Luke Warlow
|
b216046234
LibWeb: Implement CloseWatcher API
|
1 年之前 |
Tim Ledbetter
|
31d7fa2442
LibWeb: Fire `auxclick` event on middle click
|
1 年之前 |
circl
|
990cf9b4e9
LibWeb: Use viewport position for did_enter_tooltip_area
|
1 年之前 |
Andrew Kaster
|
d90a9ab70c
LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel
|
1 年之前 |
Tim Ledbetter
|
c79041344d
LibWeb: Ensure anchor node is not null when extending selection
|
1 年之前 |
Tim Ledbetter
|
f721230456
LibWeb: Extend text selection when left clicking and holding shift
|
1 年之前 |
Aliaksandr Kalenik
|
5285e22f2a
LibWeb+WebContent: Move scrollbar painting into WebContent
|
1 年之前 |
Andreas Kling
|
09980af4ea
LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI
|
1 年之前 |
Andreas Kling
|
0ebfc0a4c4
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
1 年之前 |
Timothy Flynn
|
c4750f6eec
LibWeb: Run page activation behavior when skipping context menu events
|
1 年之前 |
Aliaksandr Kalenik
|
561e011e07
LibWeb+WebContent+Ladybird: Add ability to paste text from clipboard
|
1 年之前 |
Andreas Kling
|
dd8504c68d
LibWeb: Store "text for rendering" in TextPaintable
|
1 年之前 |
Aliaksandr Kalenik
|
0afbd827e0
LibWeb: Skip page scrolling for wheel events consumed by scrollable box
|
1 年之前 |
Timothy Flynn
|
a386ebde02
LibWeb: Do not return after ignoring a key event on an editable node
|
1 年之前 |
Timothy Flynn
|
4a476c3dd5
LibWeb: Ignore key presses when the OS super key is also pressed
|
1 年之前 |
Andreas Kling
|
d1b5f55f91
LibWeb: Make Paintable::containing_block() return a PaintableBox*
|
1 年之前 |
Aliaksandr Kalenik
|
90879a07ba
LibWeb: Skip page scrolling for wheel events consumed by scrollable box
|
1 年之前 |
Aliaksandr Kalenik
|
906ac71eca
LibWeb: Fix crashing after input into empty contenteditable
|
1 年之前 |
Aliaksandr Kalenik
|
6b17ab77f3
LibWeb: Do not delete empty range in EventHandler::handle_keydown()
|
1 年之前 |
Tim Ledbetter
|
b073fdd570
LibWeb: Invert return value from EventHandler key event handling methods
|
1 年之前 |
Tim Ledbetter
|
877641f626
LibWeb: Display an IBeam cursor by default when mousing over a text node
|
1 年之前 |
Aliaksandr Kalenik
|
edab67d5e8
LibWeb: Fix hit-testing for button element
|
1 年之前 |
Tim Ledbetter
|
7f2582fca9
LibWeb: Update the cursor position when an editable element is clicked
|
1 年之前 |
Andrew Kaster
|
b6fc29ca21
LibWeb: Always use Navigable to translate CSS positions to top-level
|
1 年之前 |