Historial de Commits

Autor SHA1 Mensaje Fecha
  Gunnar Beutner 02186e2ee9 LibWeb: Skip anonymous layout nodes while finding the event target hace 2 años
  Gunnar Beutner e7a7895114 LibWeb: Move code for finding the parent element into a helper function hace 2 años
  Andreas Kling 29c6aabf49 LibWeb: Try harder to find a suitable DOM node for mouse event dispatch hace 2 años
  Aliaksandr Kalenik 9cbf031b6d LibWeb: Add button property in MouseEvent hace 2 años
  Aliaksandr Kalenik 501fb1cccb LibWeb: Dispatch "wheel" event hace 2 años
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated hace 2 años
  Aliaksandr Kalenik dfc3a4772b LibWeb: Ignore "pointer-events: none" elements in hit_test hace 2 años
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window hace 2 años
  Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes hace 2 años
  Sam Atkins 28a591ce7b LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors hace 2 años
  Andreas Kling 54e7359243 LibWeb: Repaint the page immediately when using the mouse to select hace 2 años
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated hace 2 años
  Andreas Kling bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated hace 3 años
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated hace 3 años
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) hace 3 años
  Andreas Kling 7a7043f821 LibWeb: Simplify some WeakPtr assignments hace 3 años
  Karol Kosek c6eaa39b99 LibWeb: Make doubleclicking select the nearest word hace 3 años
  Karol Kosek 237a5bedd2 LibWeb: Dispatch `dblclick` UI Events on double click hace 3 años
  Karol Kosek 0e04532623 LibWeb: Add stub implementation for handling doubleclicks hace 3 años
  kleines Filmröllchen a7a5721149 LibWeb: Dispatch mouse events to topmost element instead of hit target hace 3 años
  Igor Pissolati 1b94b4c593 LibWeb: Bring MouseEvent a bit closer to spec hace 3 años
  Igor Pissolati a2bc97a9c2 LibWeb: Skip anchor activation behavior if the click event was cancelled hace 3 años
  Oliver Wales 382eacc08e LibWeb: Select correct context menu when right clicking image hace 3 años
  Rob Ryan c1b311835b LibWeb: Not dispatching page_did_click_link event breaks page refresh hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  sin-ack 51df97e799 LibWeb: Consolidate mouse handling + only trigger event on left click hace 3 años
  sin-ack aaa954f900 LibWeb: Bring handling of anchor elements closer to spec hace 3 años
  Andreas Kling f7cfd47b48 LibWeb: Add Paintable::dom_node() convenience accessor hace 3 años
  Andreas Kling b64b5fa8bd LibWeb: Add Painting::HitTestResult::dom_node() hace 3 años
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> hace 3 años