summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-231-15/+8
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-061-0/+1
* wasm: disable asyncify for non-static buildsMorten Sørvig2022-08-241-0/+23
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-171-29/+0
* Fix typos in docs and commentsKai Köhne2022-06-151-3/+3
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-021-51/+161
* wasm: refactor event dispatcher wait logicMorten Sørvig2022-06-011-83/+137
* wasm: don't enable specialHTMLTargets by defaultMorten Sørvig2022-06-011-0/+1
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-3/+4
* 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