summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: back out of calling onLoaded at first frameMorten Sørvig8 days1-4/+5
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-12/+11
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira2024-03-131-2/+3
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-081-10/+17
* Fix stub qt_jspi_resume_js() return valueMorten Sørvig2024-01-151-1/+2
* wasm: delay "qtLoaded" qtloader.js eventMorten Sørvig2023-12-181-0/+42
* wasm: manage wakeUp state correctlyMorten Sørvig2023-11-271-1/+15
* wasm: Fix UB in QEventDispatcherPiotr Wierciński2023-10-191-1/+0
* Fix problem with queued signals on main threadMikolaj Boc2023-10-131-3/+9
* wasm: simplify calling runOnMainThread()Morten Sørvig2023-09-131-36/+30
* wasm: don't crash if app is deleteLater()edMorten Sørvig2023-09-071-0/+5
* Move runTaskOnMainThread to qstdweb_p.h, use it in WASM dispatcherMikolaj Boc2023-08-251-38/+36
* Add clang-format guards around EM_JS code in WASM dispatcherMikolaj Boc2023-08-221-0/+4
* Do not call processEvents async with JSPI enabled on WASMMikolaj Boc2023-08-161-1/+3
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-11/+7
* Resolve JSPI-related build problems on shared buildsMikolaj Boc2023-07-271-0/+21
* Core: include mocsMårten Nordheim2023-07-071-0/+2
* wasm: introduce virtual processPostedEvents()Morten Sørvig2023-07-041-11/+12
* wasm: don't use on qGlobalPostedEventsCount()Morten Sørvig2023-07-031-11/+8
* Don't simulate main loop with JSPIMikolaj Boc2023-06-171-4/+8
* Adapt WASM event dispatcher to use JSPI, if availableMikolaj Boc2023-06-121-7/+58
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-101-12/+16
* QEventDispatcher/WASM: fix a lambda nameAhmad Samir2023-05-151-3/+3
* wasm: use emscripten::ProxyingQueueMorten Sørvig2023-02-281-2/+11
* wasm: Fix secondary thread event processingMorten Sørvig2023-01-061-7/+3
* Fix event dispatching on WASMMikolaj Boc2022-12-161-5/+16
* 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