summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* Make sure Qt::Popup is treated like a dialogDavid Skoland2021-10-182-3/+2
* Add comment about the meaning of magic number in QWasmEventTranslatorDavid Skoland2021-10-181-0/+5
* wasm: Fix source code comment typosJonas Kvinge2021-10-124-6/+6
* wasm: add Emscripten module accessor to qtloader.jsMorten Johan Sørvig2021-08-271-0/+10
* wasm: support setting environment againMorten Johan Sørvig2021-08-191-1/+1
* wasm: add DialogExec hack back with warningMorten Sørvig2021-08-191-0/+10
* CMake: Fix wasm top-level prefix buildsAlexandru Croitor2021-08-181-7/+12
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-151-2/+2
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-06-262-11/+13
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-232-15/+0
* wasm: enable MODULARIZE option and set EXPORT_NAMEMorten Sørvig2021-06-221-24/+39
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-222-22/+7
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* wasm: fix non-void function returnLorn Potter2021-06-211-2/+3
* wasm: map named key attribute “Meta” to Qt::Key_MetaMorten Sørvig2021-06-021-0/+1
* wasm: fix screen offset logicLorn Potter2021-05-271-2/+2
* wasm: fix tooltips show/hide behaviorLorn Potter2021-05-211-1/+9
* wasm: Fix visual representation to not show tool tip window title barLorn Potter2021-05-222-2/+15
* wasm: disable the canvas resize observerMorten Sørvig2021-05-201-1/+0
* wasm: fix unicode keyboard handlingLorn Potter2021-05-121-145/+9
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-072-10/+0
* Add missing case for ResizeNoneMorten Sørvig2021-04-301-0/+3
* wasm: add cmake build supportLorn Potter2021-04-011-0/+78
* Remove the qmake project filesJoerg Bornemann2021-01-071-78/+0
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix mouse double clickLorn Potter2020-11-232-6/+21
* wasm: don’t deadlock on event processingMorten Johan Sørvig2020-11-041-3/+9
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-3/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-1/+1
* 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