summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcompositor.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* wasm: fix unicode inputLorn Potter2022-06-181-1/+1
* wasm: fix some coding styleLorn Potter2022-06-161-2/+7
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* wasm: move CTRL <-> META comment into right placeMorten Sørvig2022-05-241-2/+0
* wasm: Improve wheel event handlingMorten Sørvig2022-05-241-17/+14
* wasm: use correct geometry when drawing window decorationsMorten Sørvig2022-05-241-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: remove window from requestUpdate queue on removeWindow()Morten Sørvig2022-05-121-0/+1
* wasm: add support for drag into browser windowLorn Potter2022-05-101-1/+12
* Mark mouseEvent in wasm compositor as unusedDavid Skoland2022-05-041-0/+1
* wasm: fix window leave and enter eventsLorn Potter2022-04-281-2/+52
* wasm: don't show the resize cursor for fullscreen windowsMorten Sørvig2022-04-251-1/+5
* wasm: fix initial window paint eventLorn Potter2022-04-201-3/+0
* wasm: use “specialHtmlTargets” for canvas lookupMorten Johan Sørvig2022-04-051-2/+2
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-311-2/+0
* wasm: enable mobile native keyboardingLorn Potter2022-03-031-13/+7
* Close WASM popups on non-accepted clicksDavid Skoland2022-03-021-1/+5
* wasm: make input callback returns consistentLorn Potter2022-02-201-8/+4
* Move input event logic into QWasmCompositorDavid Skoland2022-01-171-2/+502
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-051-51/+97
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-061-2/+8
* wasm: remove unused variableMorten Johan Sørvig2021-11-191-4/+0
* wasm: fix window activationLorn Potter2021-10-271-1/+1
* wasm: Fix source code comment typosJonas Kvinge2021-10-121-2/+2
* wasm: fix tooltips show/hide behaviorLorn Potter2021-05-211-1/+9
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+3
|\
| * wasm: add braces around multiline else caseMorten Johan Sørvig2020-03-261-2/+3
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-2/+5
|\|
| * wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-271-2/+5
* | Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-041-1/+0
* | Move QOpenGLTexture and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-241-1/+1
|/
* wasm: fix setting translucent backgroundLorn Potter2020-01-011-1/+1
* Eradicate Q_FOREACH in the WASM plugin and mark the plugin free of themMarc Mutz2019-07-151-2/+2
* wasm: controlled screen destructionMorten Johan Sørvig2019-05-141-2/+27
* 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: improve event coordinate handlingMorten Johan Sørvig2019-04-041-2/+2
* wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-081-12/+13
* wasm: make maximized and fullscreen windows not draggableLorn Potter2018-09-281-1/+1
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+721