Commit History

Author SHA1 Message Date
  Simon Wanner 48efdaa8c4 LibWeb: Update hit_test for CSS Transforms 3 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
  Andreas Kling 910fded482 LibWeb: Flush any pending layout updates before processing mouse events 3 years ago
  sin-ack 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 3 years ago
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
  Andreas Kling f017c1c064 LibWeb: Make hit testing return a { paintable, offset } 3 years ago
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Kenneth Myhra fde9c1bfb2 LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandler 3 years ago
  Kenneth Myhra 8a168b2bc0 LibWeb: Add support for navigating text <input> with End key 3 years ago
  Kenneth Myhra 939c10b201 LibWeb: Add support for navigating text <input> with Home key 3 years ago
  Adam Plumb 7a035558e1 LibWeb: Set cursor on mousemove for non-text elements 3 years ago
  Andreas Kling 1b2e1c19e1 LibWeb: Don't trigger page load for fragment navigation within same URL 3 years ago
  Kenneth Myhra bf7f6a9e98 LibWeb: Implement EventHandler::focus_previous_element() 3 years ago
  Sam Atkins 48c6cf92e3 LibWeb: Add `pointer-events: all` 3 years ago
  Andreas Kling fbd58f9615 LibWeb: Dispatch a click event after mousedown+mouseup on same target 3 years ago
  Andreas Kling 3e6aaa3520 LibWeb: Update focus target when handling mousedown events 3 years ago
  Andreas Kling 41fe02e012 LibWeb: Rename "frame" to "browsing_context" in various places 3 years ago
  Dmitry Petrov 2616b61eee WebContent: Switch scroll direction on shift modifier 3 years ago
  Dmitry Petrov 1662213737 Userland: Add horizontal mouse scroll support 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
  Andreas Kling fcff6b7160 LibWeb: Don't assume we hit a layout node when handling mousedown events 3 years ago
  Andreas Kling 959b18bde3 LibWeb: Remove a bunch of pointless "else" in EventHandler 3 years ago
  Andreas Kling d90be22a73 LibWeb: Use strong pointers and null checks in handle_keydown() 3 years ago
  Andreas Kling dcb409a112 LibWeb: Use strong pointers and null checks in handle_keyup() 3 years ago
  huwdp ec43f7a2b0 LibWeb: Add initial version of pointer-events CSS property 3 years ago
  Idan Horowitz c5b924b1e6 LibWeb: Dispatch keydown/keyup events on the appropriate target 3 years ago
  Andreas Kling 0af0ee4293 LibWeb: Fire "keyup" events as well :^) 3 years ago