summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcompositor.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* wasm: Make sure we can add screen after releaseRequestUpdateHold has been calledEven Oscar Andersen2024-03-051-4/+5
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-081-0/+16
* Support child windows on WASMMikolaj Boc2023-06-151-94/+14
* wasm: expose windows before delivering updatesMorten Sørvig2023-06-121-4/+9
* Replace a duplicate symbolAmir Masoud Abdol2023-04-131-5/+1
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-311-41/+2
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-281-31/+11
* Support always on top/bottom window flags on WASMMikolaj Boc2023-02-221-14/+37
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-115/+0
* Use floating point coords for mouse/wheel events on wasmMikolaj Boc2023-02-141-4/+3
* wasm: fix multitouch processingLorn Potter2023-02-091-18/+26
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-45/+2
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-221-76/+0
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-8/+0
* Return to the two-step destruction in compositorMikolaj Boc2023-01-021-1/+5
* Handle the mouse events in the window itselfMikolaj Boc2022-12-221-185/+6
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-87/+3
* Set WASM platform default to synchronous window event handlingDavid Skoland2022-12-201-6/+8
* Fix the coordinate problems in wasm windowsMikolaj Boc2022-12-071-10/+16
* WASM compositor, clear last mouse target if it is the removed windowMikolaj Boc2022-12-061-0/+2
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-124/+8
* Don't tie compositor's enabled state to last added windowMikolaj Boc2022-11-301-5/+11
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-298/+99
* Null-check for window when handling pointer eventsMikolaj Boc2022-11-171-2/+3
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-051-10/+2
* Add missing GL includes in WASM compositorMikolaj Boc2022-09-271-0/+3
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-201-0/+38
* wasm: capture pointer unconditionally on PointerDown eventAleksandr Reviakin2022-09-191-3/+4
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-181-4/+13
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-091-7/+2
* Take into account that pointer event's location is already globalMikolaj Boc2022-09-081-28/+22
* Implement mouse capture on WASMMikolaj Boc2022-08-271-5/+19
* Move titlebar drawing routines to QWasmWindowMikolaj Boc2022-08-251-232/+1
* Use the qt type Qt::Edges instead of wasm-specificMikolaj Boc2022-08-241-15/+20
* Resolve window focusing problems on WASMMikolaj Boc2022-08-241-15/+5
* Remove the dead drawShadePanel in qwasmcompositorMikolaj Boc2022-08-231-72/+0
* Do not invalidate the entire window on window move on WASMMikolaj Boc2022-08-201-0/+2
* Avoid image format conversion when drawing window nonclient areaMikolaj Boc2022-08-201-4/+11
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-161-64/+56
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-101-51/+16
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-101-1/+0
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-281-55/+17
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-25/+42
* Improve window dragging on WASMMikolaj Boc2022-07-251-128/+172
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-151-176/+158
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* wasm: fix unicode inputLorn Potter2022-06-181-1/+1