summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmclipboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: implement async drag-and-dropMorten Sørvig2023-12-281-8/+8
* wasm: write file to storage on dropLorn Potter2023-12-221-10/+19
* wasm: move DataTransfer to dom::Lorn Potter2023-12-211-18/+10
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-301-5/+5
* wasm: fix error in 'cut' synthesized keyLorn Potter2023-02-211-1/+1
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-4/+3
* wasm: set contenteditable on canvasMorten Sørvig2023-02-031-5/+5
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-181-91/+25
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-10/+9
* Set WASM platform default to synchronous window event handlingDavid Skoland2022-12-201-3/+3
* Resolve the ownership problems in qClipboardPasteToMikolaj Boc2022-12-081-57/+71
* Avoid a crash on pasting files to text editsMikolaj Boc2022-11-291-1/+2
* Fix the assert in QWasmClipboard::writeToClipboardApiMikolaj Boc2022-11-261-1/+1
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-2/+2
* wasm: tidy up qwasmcclipboard.cpp/hMorten Sørvig2022-11-081-24/+27
* wasm: remove QWasmClipboard::m_isListenerMorten Sørvig2022-10-141-11/+3
* wasm: remove QWasmClipboard::isPasteMorten Sørvig2022-10-141-11/+9
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-181-11/+13
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-091-0/+15
* Don't browser-sniff to detect the permissions APIMikolaj Boc2022-09-091-24/+15
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-301-98/+11
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* Declare params in qwasmclipboard unusedDavid Skoland2021-12-151-0/+2
* wasm: improve clipboard supportLorn Potter2021-12-081-71/+321
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-221-20/+5
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-121-4/+1
* wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-221-19/+19
* wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-131-1/+3
* wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-19/+19
* wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-081-24/+29
* wasm: improve clipboard fallback pathMorten Johan Sørvig2019-03-041-14/+34
* wasm: add clipboard supportLorn Potter2019-02-151-0/+204