summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-081-5/+22
* wasm: restore windowCursor nullptr checkMorten Sørvig2023-03-141-4/+3
* Set the cursor in QWasmWindowMikolaj Boc2023-01-241-84/+35
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-1/+0
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-4/+1
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-151-2/+2
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-181-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-121-5/+21
* wasm: fix changing cursor shapeLorn Potter2021-10-291-6/+10
* wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-121-3/+1
* wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-221-3/+4
* wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-131-2/+6
* wasm: support all cursor shapesAlexandra Cherdantseva2019-12-301-7/+14
* wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-081-7/+9
* wasm: make setting the cursor shape work againMorten Johan Sørvig2019-02-211-1/+2
* wasm: remove EM_ASM calls in wasm platform pluginLorn Potter2019-02-131-5/+2
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+131