Commit History

Author SHA1 Message Date
  Timothy Flynn 448754d95d LibWeb: Only fire keypress events if the key press produced a character 9 months ago
  Timothy Flynn 3925317c11 LibWeb: Fire keydown and keypress events sooner 9 months ago
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 months ago
  Aliaksandr Kalenik dc1a646764 LibWeb: Remove layout node check in EventHandler::handle_keydown() 9 months ago
  Timothy Flynn dd5a0361f2 LibWeb: Dispatch click events using the correct button/buttons 9 months ago
  Timothy Flynn ae01904369 LibWeb: Use a named enum value to generate mousemove button events 9 months ago
  Timothy Flynn 5d71758742 LibWeb: Move initial creation of Unicode segmenters to the Document 9 months ago
  Timothy Flynn 541968b30d LibWeb+LibWebView+WebContent: Return a named enum from UI event handlers 10 months ago
  Gingeh 1d9c404b8c LibWeb: Don't move focus when setting input value 10 months ago
  Timothy Flynn 16d003c563 LibWeb: Allow modifying non-editable text selections with the keyboard 10 months ago
  Timothy Flynn bf9d05d97a LibWeb: Re-assign cmd+arrow key events to home/end keys on macOS 10 months ago
  Timothy Flynn a0072f422a LibWeb: Support jumping across word boundaries in text nodes 10 months ago
  Timothy Flynn 1240aaa294 LibWeb: Update editable node selections with arrow/home/end keys 10 months ago
  Tim Ledbetter a56a2faf51 LibWeb: Don't handle media player key events if any modifier is pressed 10 months ago
  Tim Ledbetter 63231fd276 LibWeb: Don't propagate key events that are handled by the media player 10 months ago
  Timothy Flynn 8fb2cc2be1 LibWeb: Do not assume the shadow root has a host when updating selection 10 months ago
  Timothy Flynn 430c9d3e3f LibWeb: Use a Unicode text segmenter to select words on double-click 10 months ago
  Tim Ledbetter 206262cd55 LibWeb: Subclass FormAssociatedElement text selection methods 10 months ago
  Jelle Raaijmakers badcdcacf5 LibWeb: Update input/textarea selection on document selection change 10 months ago
  Timothy Flynn 660e846e94 Revert "LibWeb: Change where content selection via mouse is allowed" 10 months ago
  simonkrauter 6c9adf3dbc LibWeb: Change where content selection via mouse is allowed 11 months ago
  simonkrauter a2e4259099 LibWeb: Introduce variable `dom_node` in EventHandler::handle_mousedown 11 months ago
  Timothy Flynn 099956a7cd LibWeb: Do not unconditionally prevent escape keys from being propagated 11 months ago
  Aliaksandr Kalenik 69c6e07139 LibWeb: Move `m_needs_repaint` and `record_display_list()` in Document 11 months ago
  Timothy Flynn e8a1b89447 LibWeb: Begin implementing the drag-and-drop processing model 11 months ago
  Timothy Flynn b6c99c27af LibWeb: Move EditEventHandler's inclusion to EventHandler.cpp 11 months ago
  Aliaksandr Kalenik dd8c693725 LibWeb: Unify scroll handling between viewport and scrollable boxes 11 months ago
  Timothy Flynn faebbbc281 LibWeb: Move the navigable's cursor position to be owned by the document 11 months ago
  Timothy Flynn 40b2d24d55 LibWeb: Support ctrl/cmd-clicking a link to open it in a new tab 11 months ago
  Timothy Flynn c2d5e30a35 LibWeb: Remove debug spam when clicking a link 11 months ago