summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-117-15/+33
|\
| * wasm: Fix assert/crash when tooltip window is closed and mouse movedLorn Potter2021-12-031-3/+4
| * wasm: fix size of QDialogsLorn Potter2021-11-081-1/+6
| * wasm: disable the canvas resize observerMorten Johan Sørvig2021-11-021-1/+0
| * wasm: fix window activationLorn Potter2021-11-023-1/+13
| * wasm: fix changing cursor shapeLorn Potter2021-10-292-9/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-146/+10
|\|
| * wasm: fix unicode keyboard handlingLorn Potter2021-05-301-145/+9
| * wasm: fix timestamp for eventsLorn Potter2021-04-291-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-072-16/+4
|\|
| * wasm: fix opengl context stencil and depth buffer handlingLorn Potter2021-03-101-14/+2
| * wasm: fix screen offset logicLorn Potter2021-03-101-2/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2433-363/+363
|/
* wasm: don’t deadlock on event processingMorten Johan Sørvig2021-02-111-3/+9
* Update commercial license headersTarja Sundqvist2021-01-2633-363/+363
* wasm: fix mouse double clickLorn Potter2020-12-022-5/+21
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix natural scrolling on macLorn Potter2020-09-091-1/+1
* wasm: deregister event handlersLorn Potter2020-08-242-0/+22
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix handling on int dead keys on macLorn Potter2020-08-111-12/+15
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-062-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* wasm: search emscripten key firstLorn Potter2020-07-011-8/+9
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-201-1/+1
|\
| * wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-04-141-1/+2
* | wasm: add braces around multiline else caseMorten Johan Sørvig2020-03-261-2/+3
* | wasm: Add OpenGL version checkMorten Johan Sørvig2020-03-242-4/+16
* | wasm: do not move or resize Popup windowsLorn Potter2020-03-161-1/+4
* | wasm: fix emsdk 1.39.9 buildLorn Potter2020-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-275-9/+36
|\|
| * wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-275-9/+36
| * wasm: futureproof EmscriptenMouseEventLorn Potter2020-02-181-2/+2
| * wasm: guard nonthreaded builds from using threading.hLorn Potter2020-02-181-0/+2
| * wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-184-20/+21
* | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-02-201-0/+1
* | wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-128-59/+63
* | wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-054-20/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-042-3/+4
|\|
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * wasm: fix QWasmString::toQString assertion for emscripten 1.39.4Alexandra Cherdantseva2020-01-311-2/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-289-34/+150
|\|
| * wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-229-34/+150
* | wasm: guard nonthreaded builds from using threading.hLorn Potter2020-01-221-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-155-12/+23
|\|
| * wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-135-12/+23
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-132-0/+25
|\|
| * Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-122-0/+25
* | wasm: futureproof EmscriptenMouseEventLorn Potter2020-01-091-2/+2