ladybird/UI/AppKit/Interface
Jelle Raaijmakers 2a2f8ef90b LibWeb+UI: Support triple clicking and dragging paragraphs
When triple clicking on text, we should select the entire paragraph, or
entire line in <input>s and <textarea>s. If the mouse button is held
down and the user starts dragging, the selection expands with additional
paragraphs or lines.

This expands on the work of Kai Wildberger (PR #7681) but was adjusted
for the work that happened previously to support double click + drag
moves and includes triple click support for our Qt UI.

Co-authored-by: Kai Wildberger <kiawildberger@gmail.com>
2026-02-06 14:18:10 +00:00
..
Autocomplete.h UI/AppKit: Implement an autocomplete view for the location bar 2025-04-02 08:52:45 -04:00
Autocomplete.mm UI/AppKit: Prevent autocomplete popover from stealing focus 2025-11-24 11:49:24 +01:00
Event.h
Event.mm LibWeb+UI: Support triple clicking and dragging paragraphs 2026-02-06 14:18:10 +00:00
InfoBar.h Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
InfoBar.mm Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
LadybirdWebView.h UI/AppKit: Support dead keys on MacOS 2025-10-29 12:38:59 -04:00
LadybirdWebView.mm UI: Add sw/se resize cursors for macos 15+ 2026-01-12 11:00:14 +00:00
LadybirdWebViewBridge.cpp LibWeb+WebContent: Allow WebContent to disentangle zoom from css pixels 2026-01-12 11:00:14 +00:00
LadybirdWebViewBridge.h LibWeb+WebContent: Allow WebContent to disentangle zoom from css pixels 2026-01-12 11:00:14 +00:00
LadybirdWebViewWindow.h
LadybirdWebViewWindow.mm
Menu.h LibWebView+UI/AppKit: Display icons in the macOS UI on Tahoe 2025-09-17 11:29:01 +01:00
Menu.mm LibWebView+UI: Add a context menu item to download images 2026-02-05 07:27:34 -05:00
Palette.h
Palette.mm LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
SearchPanel.h
SearchPanel.mm
Tab.h UI/AppKit: Remove the built-in Inspector widget 2025-03-15 19:09:40 +01:00
Tab.mm LibWebView+UI: Add an Application method to open a URL in a new tab 2025-09-18 07:27:24 -04:00
TabController.h LibWebView+UI: Add an Application method to open a URL in a new tab 2025-09-18 07:27:24 -04:00
TabController.mm UI/AppKit: Restore address bar URL when pressing Escape 2026-01-06 06:37:19 -05:00