| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm: Handle multiple mime types in the clipboard | Morten Sørvig | 2025-07-16 | 1 | -71/+27 |
| * | wasm: move input event handlers to QWasmWindow | Morten Sørvig | 2025-07-16 | 1 | -12/+0 |
| * | wasm: set focus to m_canvas instead of m_window | Even Oscar Andersen | 2025-05-14 | 1 | -14/+0 |
| * | wasm: Make sure typing with window focus does not produce characters | Even Oscar Andersen | 2025-04-29 | 1 | -0/+14 |
| * | wasm: Install cut/copy/paste handlers on window for not chrome | Even Oscar Andersen | 2025-04-28 | 1 | -1/+1 |
| * | wasm: fix clipboard event handler leaks | Morten Sørvig | 2025-04-25 | 1 | -26/+15 |
| * | wasm: remove stray qDebug() | Morten Sørvig | 2025-04-11 | 1 | -2/+0 |
| * | wasm: Revamp QWasmInputContext | Inho Lee | 2024-07-05 | 1 | -0/+13 |
| * | wasm: implement async drag-and-drop | Morten Sørvig | 2023-12-28 | 1 | -8/+8 |
| * | wasm: write file to storage on drop | Lorn Potter | 2023-12-22 | 1 | -10/+19 |
| * | wasm: move DataTransfer to dom:: | Lorn Potter | 2023-12-21 | 1 | -18/+10 |
| * | wasm: rename JsString -> EcmaString | Morten Sørvig | 2023-08-30 | 1 | -5/+5 |
| * | wasm: fix error in 'cut' synthesized key | Lorn Potter | 2023-02-21 | 1 | -1/+1 |
| * | Transfer the key handling logic to QWasmWindow | Mikolaj Boc | 2023-02-07 | 1 | -4/+3 |
| * | wasm: set contenteditable on canvas | Morten Sørvig | 2023-02-03 | 1 | -5/+5 |
| * | Streamline reading of js DataTransfer object | Mikolaj Boc | 2023-01-18 | 1 | -91/+25 |
| * | Add QString<->emscripten::val conversion functions | Mikolaj Boc | 2023-01-13 | 1 | -10/+9 |
| * | Set WASM platform default to synchronous window event handling | David Skoland | 2022-12-20 | 1 | -3/+3 |
| * | Resolve the ownership problems in qClipboardPasteTo | Mikolaj Boc | 2022-12-08 | 1 | -57/+71 |
| * | Avoid a crash on pasting files to text edits | Mikolaj Boc | 2022-11-29 | 1 | -1/+2 |
| * | Fix the assert in QWasmClipboard::writeToClipboardApi | Mikolaj Boc | 2022-11-26 | 1 | -1/+1 |
| * | Use the browser compositor for drawing windows on WASM | Mikolaj Boc | 2022-11-26 | 1 | -2/+2 |
| * | wasm: tidy up qwasmcclipboard.cpp/h | Morten Sørvig | 2022-11-08 | 1 | -24/+27 |
| * | wasm: remove QWasmClipboard::m_isListener | Morten Sørvig | 2022-10-14 | 1 | -11/+3 |
| * | wasm: remove QWasmClipboard::isPaste | Morten Sørvig | 2022-10-14 | 1 | -11/+9 |
| * | Make the clipboard paste from the outside work correctly | Mikolaj Boc | 2022-09-18 | 1 | -11/+13 |
| * | Propagate the copy event correctly to Qt widgets on WASM | Mikolaj Boc | 2022-09-09 | 1 | -0/+15 |
| * | Don't browser-sniff to detect the permissions API | Mikolaj Boc | 2022-09-09 | 1 | -24/+15 |
| * | Create a promise wrapper for C++ and port existing uses | Mikolaj Boc | 2022-06-30 | 1 | -98/+11 |
| * | wasm: Fix up namespacing in wasm platform plugin | Lorn Potter | 2022-06-18 | 1 | -0/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -28/+2 |
| * | Declare params in qwasmclipboard unused | David Skoland | 2021-12-15 | 1 | -0/+2 |
| * | wasm: improve clipboard support | Lorn Potter | 2021-12-08 | 1 | -71/+321 |
| * | wasm: use module_property instead of global(“Module”) | Morten Sørvig | 2021-06-22 | 1 | -20/+5 |
| * | Check for valid Navigator.permissions before use | Morten Johan Sørvig | 2020-06-08 | 1 | -3/+4 |
| * | wasm: store and pass canvases as emscripten::val | Morten Johan Sørvig | 2020-02-12 | 1 | -4/+1 |
| * | wasm: fix redundant string conversions between wasm and JavaScript | Alexandra Cherdantseva | 2020-01-22 | 1 | -19/+19 |
| * | wasm: do not get canvas as property of js global object | Alexandra Cherdantseva | 2020-01-13 | 1 | -1/+3 |
| * | wasm: Use common “qt” prefix for exported functions | Morten Johan Sørvig | 2019-03-26 | 1 | -19/+19 |
| * | wasm: support rendering to multiple canvases | Morten Johan Sørvig | 2019-03-08 | 1 | -24/+29 |
| * | wasm: improve clipboard fallback path | Morten Johan Sørvig | 2019-03-04 | 1 | -14/+34 |
| * | wasm: add clipboard support | Lorn Potter | 2019-02-15 | 1 | -0/+204 |