Histórico de Commits

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