ladybird/Userland/Libraries/LibWeb/UIEvents
Sam Atkins 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
...and also for hit testing, which is involved in most of them.

Much of this is temporary conversions and other awkwardness, which
should resolve itself as the rest of LibWeb is converted to these new
types. Hopefully. :thousandyakstare:
2022-12-10 12:03:19 +00:00
..
EventModifier.h LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
EventModifier.idl LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
EventNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h LibWeb: Fire a keypress event after firing a keydown event 2022-11-07 14:10:41 +01:00
FocusEvent.cpp LibWeb: Remove unecessary dependence on Window from UIEvents classes 2022-10-01 21:05:32 +01:00
FocusEvent.h LibWeb: Remove unecessary dependence on Window from UIEvents classes 2022-10-01 21:05:32 +01:00
FocusEvent.idl LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2022-09-06 00:27:09 +02:00
KeyboardEvent.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
KeyboardEvent.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
KeyboardEvent.idl LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2022-09-06 00:27:09 +02:00
MouseEvent.cpp LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2022-12-10 12:03:19 +00:00
MouseEvent.h LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2022-12-10 12:03:19 +00:00
MouseEvent.idl LibWeb: Expose MouseEvent.{screenX,screenY} 2022-11-07 14:10:41 +01:00
UIEvent.cpp LibWeb: Remove unecessary dependence on Window from UIEvents classes 2022-10-01 21:05:32 +01:00
UIEvent.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
UIEvent.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
WheelEvent.cpp LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2022-12-10 12:03:19 +00:00
WheelEvent.h LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2022-12-10 12:03:19 +00:00
WheelEvent.idl LibWeb: Dispatch "wheel" event 2022-10-23 15:58:16 +02:00