summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: Fix nullptr access in QWasmScreen::allwindowsEven Oscar Andersen48 hours1-4/+8
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2023-12-281-0/+10
* wasm: Improve screen cleanupMorten Sørvig2023-09-221-1/+15
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-301-1/+1
* Support child windows on WASMMikolaj Boc2023-06-151-2/+43
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-311-1/+0
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-281-1/+0
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-4/+9
* Use floating point coords for mouse/wheel events on wasmMikolaj Boc2023-02-141-4/+5
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-9/+5
* wasm: set contenteditable on canvasMorten Sørvig2023-02-031-11/+0
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-2/+1
* Return to the two-step destruction in compositorMikolaj Boc2023-01-021-5/+1
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-3/+2
* Fix the coordinate problems in wasm windowsMikolaj Boc2022-12-071-0/+5
* Fix the canvas element replacement for screenMikolaj Boc2022-12-051-1/+1
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-76/+75
* Always export and link in JSEvents and specialHTMLTargetsMikolaj Boc2022-11-151-80/+8
* wasm: disable run-time check for specialHTMLTargetsMorten Sørvig2022-10-251-0/+38
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-051-5/+5
* Take into account that pointer event's location is already globalMikolaj Boc2022-09-081-5/+3
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-271-2/+2
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-0/+9
* wasm: remove egl header includesMorten Sørvig2022-07-111-4/+0
* wasm: begin work on accessibility backendMorten Sørvig2022-07-061-1/+10
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-181-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* wasm: don't enable specialHTMLTargets by defaultMorten Sørvig2022-06-011-11/+36
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: fix specialHtmlTargets codeMorten Sørvig2022-05-121-3/+2
* wasm: always call destroy() before deleting a screenMorten Sørvig2022-05-121-1/+2
* wasm: destroy compositor and screen in orderMorten Sørvig2022-05-061-2/+5
* wasm: use emscripten::val for specialHTMLTargetsLorn Potter2022-04-151-6/+8
* wasm: use “specialHtmlTargets” for canvas lookupMorten Johan Sørvig2022-04-051-2/+27
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-311-2/+30
* wasm: enable mobile native keyboardingLorn Potter2022-03-031-0/+3
* wasm: reliably determine QScreen positionMorten Johan Sørvig2022-02-171-8/+9
* wasm: move canvas configuration to Qt implementationMorten Johan Sørvig2022-02-161-0/+18
* Move input event logic into QWasmCompositorDavid Skoland2022-01-171-1/+1
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-051-1/+1
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-221-4/+4
* wasm: fix screen offset logicLorn Potter2021-05-271-2/+2
* wasm: disable the canvas resize observerMorten Sørvig2021-05-201-1/+0
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-111-0/+42
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-051-6/+17
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-131-2/+2
* wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-121-15/+16
* wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-051-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-1/+3
|\