summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change wasm files licenseLucie Gérard2024-02-161-1/+1
* wasm: finish comment and remove debug outputMorten Sørvig2024-01-081-5/+2
* wasm: implement async drag-and-dropMorten Sørvig2023-12-281-18/+22
* wasm: write file to storage on dropLorn Potter2023-12-221-16/+26
* wasm: add QWasmDrag back to handle drag/dropLorn Potter2023-12-211-0/+280
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-78/+0
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-181-164/+46
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-3/+3
* Run clang-format on qwasmdrag.h/.cppMikolaj Boc2022-12-211-33/+26
* Use a smart pointer for QWasmDrag::m_mimeDataMikolaj Boc2022-12-211-10/+4
* Improve window dragging on WASMMikolaj Boc2022-07-251-2/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: add support for drag into browser windowLorn Potter2022-05-101-0/+236