summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-022-8/+15
|\|
| * wasm: fix setting translucent backgroundLorn Potter2020-01-011-1/+1
| * wasm: support all cursor shapesAlexandra Cherdantseva2019-12-301-7/+14
* | wasm: set focus on canvas on new screenLorn Potter2019-12-101-0/+2
|/
* Prevent emscripten_webgl_destroy_context from removing event handlersMorten Johan Sørvig2019-12-031-0/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+5
|\
| * wasm: take canvas offset into accountLorn Potter2019-11-011-1/+5
* | Wasm: Fix the markup in wasm_shell.htmlAlessandro Portale2019-10-291-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-0/+2
|\|
| * Prevent crash in QWasmScreen::resizeMaximizedWindows()Morten Johan Sørvig2019-09-181-0/+2
* | wasm: recreate backing store texture with valid gl contextMorten Johan Sørvig2019-09-182-3/+7
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-0/+1
|\|
| * 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' into devQt Forward Merge Bot2019-07-271-13/+13
|\| |
| * | wasm: fix international dead keysLorn Potter2019-07-231-13/+13
* | | QWasmEventTranslator: return Key_unknown, not 0x00, when a key isn't foundMarc Mutz2019-07-171-1/+1
* | | QWasmEventTranslator: replace five QHash with constexpr C arraysMarc Mutz2019-07-162-41/+59
* | | Eradicate Q_FOREACH in the WASM plugin and mark the plugin free of themMarc Mutz2019-07-152-2/+4
* | | QWasmFontDatabase: replace QStringList with a C array of stringsMarc Mutz2019-07-151-4/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-1417-68/+217
|\| |
| * | wasm: handle mouse events even when not over a windowLorn Potter2019-05-301-4/+7
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-1117-64/+210
| |\ \
| | * | wasm: rewrite/simplify OpenglContextMorten Johan Sørvig2019-05-142-35/+30
| | * | wasm: controlled screen destructionMorten Johan Sørvig2019-05-149-3/+51
| | * | wasm: add QWasmOffscreenSurfaceMorten Johan Sørvig2019-05-145-2/+101
| | * | wasm: use correct coordinates when blittingMorten Johan Sørvig2019-05-141-2/+3
| | * | wasm: prevent crash on null backingstore pointerMorten Johan Sørvig2019-05-141-0/+2
| | * | wasm: install one browser window resize handlerMorten Johan Sørvig2019-05-144-20/+23
| | * | wasm: remove qDebugMorten Johan Sørvig2019-05-071-2/+0
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-274-5/+35
|\| | |