index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
UIEvents
/
UIEvent.h
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from UIEvents classes
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-04-09
LibWeb: Add "which" attribute to UIEvent
Igor Pissolati
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-25
LibWeb: Implement UIEvent.initUIEvent()
Andreas Kling
2022-02-25
LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent
Andreas Kling
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-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling