mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
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> |
||
|---|---|---|
| .. | ||
| Autocomplete.h | ||
| Autocomplete.mm | ||
| Event.h | ||
| Event.mm | ||
| InfoBar.h | ||
| InfoBar.mm | ||
| LadybirdWebView.h | ||
| LadybirdWebView.mm | ||
| LadybirdWebViewBridge.cpp | ||
| LadybirdWebViewBridge.h | ||
| LadybirdWebViewWindow.h | ||
| LadybirdWebViewWindow.mm | ||
| Menu.h | ||
| Menu.mm | ||
| Palette.h | ||
| Palette.mm | ||
| SearchPanel.h | ||
| SearchPanel.mm | ||
| Tab.h | ||
| Tab.mm | ||
| TabController.h | ||
| TabController.mm | ||