summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcompositor.h
Commit message (Expand)AuthorAgeFilesLines
* wasm: Make sure we can add screen after releaseRequestUpdateHold has been calledEven Oscar Andersen2024-03-051-3/+4
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-081-1/+2
* Support child windows on WASMMikolaj Boc2023-06-151-16/+5
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-311-16/+1
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-281-3/+2
* Support always on top/bottom window flags on WASMMikolaj Boc2023-02-221-0/+3
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-10/+0
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-7/+1
* Remove dead code from QWasmCompositorMikolaj Boc2023-01-311-14/+0
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-221-3/+0
* Return to the two-step destruction in compositorMikolaj Boc2023-01-021-0/+2
* Handle the mouse events in the window itselfMikolaj Boc2022-12-221-19/+0
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-29/+0
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-25/+2
* Don't tie compositor's enabled state to last added windowMikolaj Boc2022-11-301-1/+2
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-25/+5
* Fix typo in QWasmWindowStack's nameMikolaj Boc2022-10-201-1/+1
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-051-28/+21
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-201-0/+9
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-301-0/+1
* Implement mouse capture on WASMMikolaj Boc2022-08-271-0/+3
* Move titlebar drawing routines to QWasmWindowMikolaj Boc2022-08-251-30/+0
* Use the qt type Qt::Edges instead of wasm-specificMikolaj Boc2022-08-241-20/+1
* Resolve window focusing problems on WASMMikolaj Boc2022-08-241-1/+1
* Remove the dead drawShadePanel in qwasmcompositorMikolaj Boc2022-08-231-1/+0
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-161-5/+9
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-281-16/+2
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-0/+1
* Improve window dragging on WASMMikolaj Boc2022-07-251-17/+68
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-151-35/+33
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* wasm: fix window leave and enter eventsLorn Potter2022-04-281-0/+8
* wasm: Support non-canvas container elementsMorten Johan Sørvig2022-03-311-1/+1
* wasm: enable mobile native keyboardingLorn Potter2022-03-031-0/+2
* Move input event logic into QWasmCompositorDavid Skoland2022-01-171-0/+52
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-051-8/+11
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-061-0/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-2/+3
|\
| * wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-271-2/+3
* | Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-041-2/+1
* | Move QOpenGLTexture and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-241-1/+1
|/
* wasm: controlled screen destructionMorten Johan Sørvig2019-05-141-0/+1
* wasm: improve event coordinate handlingMorten Johan Sørvig2019-04-041-1/+1
* wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-081-5/+2
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+169