summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents
AgeCommit message (Expand)Author
2023-05-23LibWeb: Preserve case for key eventsAndi Gallo
2023-05-22LibWeb: Fire the contextmenu event on right click (if not holding shift)Luke Wilde
2023-05-14LibWeb: Make the dblclick event bubble, cancelable and composedLuke Wilde
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Move string literals to {HTML,UIEvents}::EventNames.hKenneth Myhra
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port FocusEvent to new StringKenneth Myhra
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn
2023-02-22LibWeb: Make factory methods of UIEvents::WheelEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::UIEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::KeyboardEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of UIEvents::FocusEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-12-31LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()Itamar
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-07LibWeb: Fire a keypress event after firing a keydown eventLuke Wilde
2022-11-07LibWeb: Expose MouseEvent.{screenX,screenY}Luke Wilde
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-10-23LibWeb: Dispatch "wheel" eventAliaksandr Kalenik
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()Andreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-06-20LibWeb: Dispatch `dblclick` UI Events on double clickKarol Kosek
2022-04-09LibWeb: Add "which" attribute to UIEventIgor Pissolati
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-25LibWeb: Implement UIEvent.initUIEvent()Andreas Kling
2022-02-25LibWeb: Make document.createEvent("UIEvent") actually create a UIEventAndreas Kling
2022-02-07LibWeb: Add MouseEvent.x and MouseEvent.yAndreas Kling
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2021-10-01LibWeb: Change the type of MouseEvent members to doubleIdan Horowitz
2021-10-01LibWeb: Add the missing KeyboardEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Change the parent interface of MouseEvent to UIEventIdan Horowitz
2021-10-01LibWeb: Add the missing UIEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the UIEvent::{view, detail} IDL attributesIdan Horowitz