ladybird/Userland/Libraries/LibWeb/Page
Timothy Flynn 430c9d3e3f LibWeb: Use a Unicode text segmenter to select words on double-click
We currently use a naive word segmentation, looking for ASCII spaces to
mark a word boundary. Use LibUnicode's complete implementation instead.
2024-08-31 15:51:08 +02:00
..
DragAndDropEventHandler.cpp LibWeb: Implement separate DataTransfer factories for IDL / internal use 2024-08-22 14:21:13 +02:00
DragAndDropEventHandler.h LibWeb: Make the drag data store reference counted 2024-08-22 14:21:13 +02:00
EditEventHandler.cpp LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
EditEventHandler.h LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
EventHandler.cpp LibWeb: Use a Unicode text segmenter to select words on double-click 2024-08-31 15:51:08 +02:00
EventHandler.h LibWeb: Use a Unicode text segmenter to select words on double-click 2024-08-31 15:51:08 +02:00
InputEvent.cpp LibWeb+LibWebView+WebContent: Add IPC to send drag-and-drop events 2024-08-19 13:29:19 +02:00
InputEvent.h LibWeb+LibWebView+WebContent: Add IPC to send drag-and-drop events 2024-08-19 13:29:19 +02:00
Page.cpp LibWeb: Begin implementing the drag-and-drop processing model 2024-08-19 13:29:19 +02:00
Page.h LibWeb+LibWebView: Add a button to the Inspector to export its contents 2024-08-20 09:28:25 +02:00