Age | Commit message (Expand) | Author |
---|---|---|
2021-10-01 | LibWeb: Change the type of MouseEvent members to double | Idan Horowitz |
2021-10-01 | LibWeb: Add the missing KeyboardEvent IDL constructor | Idan Horowitz |
2021-10-01 | LibWeb: Change the parent interface of MouseEvent to UIEvent | Idan Horowitz |
2021-10-01 | LibWeb: Add the missing UIEvent IDL constructor | Idan Horowitz |
2021-10-01 | LibWeb: Add the UIEvent::{view, detail} IDL attributes | Idan Horowitz |
2021-09-28 | LibWeb: Fire "keyup" events as well :^) | Andreas Kling |
2021-09-28 | LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^) | Andreas Kling |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-15 | LibWeb: Expose the MouseEvent::{clientX, clientY} attributes | Idan Horowitz |
2021-03-16 | LibWeb: Dispatch "resize" events on the Window object | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |