| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm: make tst_qeventloop pass on webassembly | Morten Sørvig | 2025-08-25 | 1 | -15/+44 |
| * | wasm: improve asyncify support | Morten Sørvig | 2025-03-03 | 1 | -359/+232 |
| * | wasm: move socket notifier impl to separate file | Morten Sørvig | 2024-12-02 | 1 | -260/+28 |
| * | wasm: unifiy eventdispatcher asyncify code paths | Morten Sørvig | 2024-12-02 | 1 | -102/+18 |
| * | wasm: fix wasm sockets when data buffer is less than 3696 | Lorn Potter | 2024-10-23 | 1 | -0/+9 |
| * | wams: disable delayed onload/first frame features | Morten Sørvig | 2024-09-02 | 1 | -3/+0 |
| * | wasm: back out of calling onLoaded at first frame | Morten Sørvig | 2024-04-22 | 1 | -4/+5 |
| * | QEventDispatcher*: port the Unix dispatchers to V2 | Thiago Macieira | 2024-03-13 | 1 | -12/+11 |
| * | QTimerInfo: store nanoseconds instead of milliseconds | Thiago Macieira | 2024-03-13 | 1 | -2/+3 |
| * | wasm: fix onLoaded delay functionality | Morten Sørvig | 2024-02-08 | 1 | -10/+17 |
| * | Fix stub qt_jspi_resume_js() return value | Morten Sørvig | 2024-01-15 | 1 | -1/+2 |
| * | wasm: delay "qtLoaded" qtloader.js event | Morten Sørvig | 2023-12-18 | 1 | -0/+42 |
| * | wasm: manage wakeUp state correctly | Morten Sørvig | 2023-11-27 | 1 | -1/+15 |
| * | wasm: Fix UB in QEventDispatcher | Piotr Wierciński | 2023-10-19 | 1 | -1/+0 |
| * | Fix problem with queued signals on main thread | Mikolaj Boc | 2023-10-13 | 1 | -3/+9 |
| * | wasm: simplify calling runOnMainThread() | Morten Sørvig | 2023-09-13 | 1 | -36/+30 |
| * | wasm: don't crash if app is deleteLater()ed | Morten Sørvig | 2023-09-07 | 1 | -0/+5 |
| * | Move runTaskOnMainThread to qstdweb_p.h, use it in WASM dispatcher | Mikolaj Boc | 2023-08-25 | 1 | -38/+36 |
| * | Add clang-format guards around EM_JS code in WASM dispatcher | Mikolaj Boc | 2023-08-22 | 1 | -0/+4 |
| * | Do not call processEvents async with JSPI enabled on WASM | Mikolaj Boc | 2023-08-16 | 1 | -1/+3 |
| * | QTimerInfoList: change timerWait() to return std::optional<ms> | Ahmad Samir | 2023-08-11 | 1 | -11/+7 |
| * | Resolve JSPI-related build problems on shared builds | Mikolaj Boc | 2023-07-27 | 1 | -0/+21 |
| * | Core: include mocs | Mårten Nordheim | 2023-07-07 | 1 | -0/+2 |
| * | wasm: introduce virtual processPostedEvents() | Morten Sørvig | 2023-07-04 | 1 | -11/+12 |
| * | wasm: don't use on qGlobalPostedEventsCount() | Morten Sørvig | 2023-07-03 | 1 | -11/+8 |
| * | Don't simulate main loop with JSPI | Mikolaj Boc | 2023-06-17 | 1 | -4/+8 |
| * | Adapt WASM event dispatcher to use JSPI, if available | Mikolaj Boc | 2023-06-12 | 1 | -7/+58 |
| * | QTimerInfoList/Unix: use chrono::steady_clock::time_point | Ahmad Samir | 2023-06-10 | 1 | -12/+16 |
| * | QEventDispatcher/WASM: fix a lambda name | Ahmad Samir | 2023-05-15 | 1 | -3/+3 |
| * | wasm: use emscripten::ProxyingQueue | Morten Sørvig | 2023-02-28 | 1 | -2/+11 |
| * | wasm: Fix secondary thread event processing | Morten Sørvig | 2023-01-06 | 1 | -7/+3 |
| * | Fix event dispatching on WASM | Mikolaj Boc | 2022-12-16 | 1 | -5/+16 |
| * | Introduce centralized means of checking for asyncify | Mikolaj Boc | 2022-09-23 | 1 | -15/+8 |
| * | Clear the timer target time when stopping a timer on WASM | Mikolaj Boc | 2022-09-06 | 1 | -0/+1 |
| * | wasm: disable asyncify for non-static builds | Morten Sørvig | 2022-08-24 | 1 | -0/+23 |
| * | wasm: streamline the exec warning | Morten Sørvig | 2022-08-17 | 1 | -6/+2 |
| * | wasm: include asyncify support unconditionally | Morten Sørvig | 2022-08-17 | 1 | -29/+35 |
| * | wasm: remove dead qt_asyncify_yield() code | Morten Sørvig | 2022-08-17 | 1 | -29/+0 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -3/+3 |
| * | wasm: add support for blocking sockets | Morten Johan Sørvig | 2022-06-02 | 1 | -51/+161 |
| * | wasm: refactor event dispatcher wait logic | Morten Sørvig | 2022-06-01 | 1 | -83/+137 |
| * | wasm: don't enable specialHTMLTargets by default | Morten Sørvig | 2022-06-01 | 1 | -0/+1 |
| * | Remove manual declarations of qGlobalPostedEventsCount() | Marc Mutz | 2022-05-18 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Apply Q_CONSTINIT across the codebase | Marc Mutz | 2022-03-29 | 1 | -3/+4 |
| * | wasm: add virtual processWindowSystemEvents() | Morten Johan Sørvig | 2021-12-23 | 1 | -0/+6 |
| * | wasm: implement socket notifier support | Morten Johan Sørvig | 2021-12-15 | 1 | -4/+135 |
| * | wasm: fix native timer update for the no-timer case | Morten Johan Sørvig | 2021-11-11 | 1 | -2/+10 |
| * | wasm: make timers work for the new event dispatcher | Morten Johan Sørvig | 2021-11-11 | 1 | -3/+0 |
| * | wasm: enable event dispatcher asyncify support | Morten Johan Sørvig | 2021-11-04 | 1 | -22/+8 |