summaryrefslogtreecommitdiff
path: root/src/plugins/platforms/wasm/qwasmintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: build with -no-feature-accessibilityMorten Sørvig2023-05-021-4/+8
* wasm: Don't grab menu bar item shortcuts on MacMikolaj Boc2023-02-081-4/+13
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-3/+4
* wasm: set contenteditable on canvasMorten Sørvig2023-02-031-1/+0
* Quasi-support for offscreen surface on WASMMikolaj Boc2023-01-301-1/+1
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-6/+0
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-181-3/+8
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-3/+4
* Remove the OpenGL compile guards around QWasmBackingStoreMikolaj Boc2022-11-301-7/+1
* Fix typo in QWasmOffscre*e*nSurfaceMikolaj Boc2022-11-291-1/+1
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-37/+23
* wasm: unblock virtual keybaordLorn Potter2022-11-131-1/+1
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-051-0/+1
* Improve window dragging on WASMMikolaj Boc2022-07-251-16/+0
* wasm: begin work on accessibility backendMorten Sørvig2022-07-061-1/+12
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-181-1/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: always call destroy() before deleting a screenMorten Sørvig2022-05-121-5/+3
* wasm: add support for drag into browser windowLorn Potter2022-05-101-1/+10
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* wasm: rename “canvas” API to “container”Morten Johan Sørvig2022-04-011-25/+25
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-311-12/+27
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-1/+0
* wasm: fix native keyboard on iOSLorn Potter2022-03-051-0/+2
* wasm: enable mobile native keyboardingLorn Potter2022-03-031-0/+23
* Move input event logic into QWasmCompositorDavid Skoland2022-01-171-0/+5
* Make sure Qt::Popup is treated like a dialogDavid Skoland2021-10-181-2/+2
* wasm: Fix source code comment typosJonas Kvinge2021-10-121-1/+1
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-231-14/+0
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-051-0/+14
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-101-1/+1
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-1/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-281-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-0/+5
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-0/+5
| |\
| | * wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-271-0/+5
| | * wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-181-4/+5
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-31/+38
|\ \ \ | |/ /
| * | wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-121-26/+32
| * | wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-051-4/+5
| |/
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-0/+2
|/
* wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-221-5/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-081-0/+1
|\
| * eglfs: Fix raster windowsLaszlo Agocs2019-08-071-0/+1
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+31
|\ \
| * | wasm: controlled screen destructionMorten Johan Sørvig2019-05-141-1/+3
| * | wasm: add QWasmOffscreenSurfaceMorten Johan Sørvig2019-05-141-0/+6