summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: add virtual processWindowSystemEvents()Morten Johan Sørvig2021-12-231-0/+6
* wasm: implement socket notifier supportMorten Johan Sørvig2021-12-151-4/+135
* wasm: fix native timer update for the no-timer caseMorten Johan Sørvig2021-11-111-2/+10
* wasm: make timers work for the new event dispatcherMorten Johan Sørvig2021-11-111-3/+0
* wasm: enable event dispatcher asyncify supportMorten Johan Sørvig2021-11-041-22/+8
* QEventDispatcherWasm: Fix typo in debug messageJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* wasm: fix runOnMainThread()Morten Johan Sørvig2021-10-011-6/+10
* wasm: limit exec() workarounds to the main threadMorten Johan Sørvig2021-09-301-4/+6
* QEventDispatcherWasm: handle EventLoopExecMorten Johan Sørvig2021-09-151-0/+18
* wasm: add DialogExec hack/warning to event dispatcherMorten Johan Sørvig2021-09-081-0/+18
* wasm: add new event dispatcher implementationMorten Johan Sørvig2021-08-271-0/+545