summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_wasm_p.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "wasm: Proxy emscripten_fetch() to the main thread"Piotr Wierciński2024-04-051-1/+1
* wasm: Dont access QNetworkReply header data through dangling pointerPiotr Wierciński2024-03-141-1/+1
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-6/+7
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-081-1/+2
* wasm: delay "qtLoaded" qtloader.js eventMorten Sørvig2023-12-181-0/+5
* wasm: Proxy emscripten_fetch() to the main threadPiotr Wierciński2023-11-221-1/+1
* wasm: simplify calling runOnMainThread()Morten Sørvig2023-09-131-0/+1
* Move runTaskOnMainThread to qstdweb_p.h, use it in WASM dispatcherMikolaj Boc2023-08-251-1/+0
* wasm: introduce virtual processPostedEvents()Morten Sørvig2023-07-041-2/+2
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-101-1/+2
* wasm: use emscripten::ProxyingQueueMorten Sørvig2023-02-281-0/+4
* wasm: Fix secondary thread event processingMorten Sørvig2023-01-061-1/+0
* Fix event dispatching on WASMMikolaj Boc2022-12-161-1/+2
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-171-1/+0
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-021-3/+19
* wasm: refactor event dispatcher wait logicMorten Sørvig2022-06-011-5/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* wasm: add virtual processWindowSystemEvents()Morten Johan Sørvig2021-12-231-0/+3
* wasm: implement socket notifier supportMorten Johan Sørvig2021-12-151-0/+10
* wasm: enable event dispatcher asyncify supportMorten Johan Sørvig2021-11-041-1/+1
* QEventDispatcherWasm: handle EventLoopExecMorten Johan Sørvig2021-09-151-0/+1
* wasm: add DialogExec hack/warning to event dispatcherMorten Johan Sørvig2021-09-081-0/+1
* wasm: add new event dispatcher implementationMorten Johan Sørvig2021-08-271-0/+125