summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+3
* wasm: deregister event handlersLorn Potter2020-08-252-0/+22
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* wasm: fix natural scrolling on macLorn Potter2020-08-111-1/+1
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-052-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-132-4/+3
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-063-3/+3
* wasm: fix handling on int dead keys on macLorn Potter2020-06-291-12/+15
* wasm: search emscripten key firstLorn Potter2020-06-291-8/+9
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-6/+6
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-151-1/+1
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-103-3/+3
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-1/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-282-2/+2
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\
| * 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-6/+19
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-162-2/+5
|\| |
| * | 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
* | | Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-062-7/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-285-9/+36
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+1
|\| |
| * | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-02-201-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1310-81/+87
|\| |
| * | 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
* | | Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-042-3/+1
* | | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-032-0/+4
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-289-34/+150
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+2
|\| |