summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* wasm: include what you useMorten Sørvig2022-11-031-0/+2
* Use offsetX/offsetY for pointer eventsMikolaj Boc2022-11-021-1/+1
* qtLoader: Don't assign properties on random selfMikolaj Boc2022-11-011-0/+17
* wasm: disable run-time check for specialHTMLTargetsMorten Sørvig2022-10-251-0/+38
* Make Qt on WASM correctly draw windows with QT_SCALE_FACTORMikolaj Boc2022-10-251-3/+4
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-211-5/+17
* Fix typo in QWasmWindowStack's nameMikolaj Boc2022-10-203-21/+21
* wasm: remove QWasmClipboard::m_isListenerMorten Sørvig2022-10-142-12/+3
* wasm: remove QWasmClipboard::isPasteMorten Sørvig2022-10-142-12/+9
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-055-44/+30
* Add missing GL includes in WASM compositorMikolaj Boc2022-09-271-0/+3
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-204-0/+55
* wasm: capture pointer unconditionally on PointerDown eventAleksandr Reviakin2022-09-191-3/+4
* wasm: add DejaVu Sans as a fallback fontAleksandr Reviakin2022-09-191-4/+6
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-183-17/+34
* wasm: fix native keyboard popup on iOSLorn Potter2022-09-141-1/+1
* Make popup menus non-resizable on WASMMikolaj Boc2022-09-131-0/+4
* Fix QWasmWindowStack::topWindow when the stack is emptyMikolaj Boc2022-09-121-1/+1
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-093-7/+21
* Don't browser-sniff to detect the permissions APIMikolaj Boc2022-09-092-26/+15
* Lock the window's caption area vertically inside its screenMikolaj Boc2022-09-081-10/+15
* Take into account that pointer event's location is already globalMikolaj Boc2022-09-083-34/+26
* Leave exposition to invalidate() in QWasmWindow::raise&lowerMikolaj Boc2022-09-081-4/+0
* Don't attempt to access permissions.request if no such method existsMikolaj Boc2022-09-051-3/+3
* Hit test only the visible controls in WASM windowMikolaj Boc2022-09-012-129/+115
* Request frame when a window has been movedMikolaj Boc2022-08-311-0/+2
* Don't call QPlatformWindow::setGeometry twice in QWasmWindowMikolaj Boc2022-08-301-1/+0
* Use the focus window to determine which window is drawn as activeMikolaj Boc2022-08-301-4/+2
* wasm: add local-fonts API supportAleksandr Reviakin2022-08-302-0/+129
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-302-0/+2
* Remove an unused variable in qwasmwindowMikolaj Boc2022-08-281-1/+0
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-271-2/+2
* Implement mouse capture on WASMMikolaj Boc2022-08-274-6/+32
* Remove support for min button in QWasmWindowMikolaj Boc2022-08-262-11/+5
* Move titlebar drawing routines to QWasmWindowMikolaj Boc2022-08-254-323/+286
* Use the qt type Qt::Edges instead of wasm-specificMikolaj Boc2022-08-246-86/+53
* Resolve window focusing problems on WASMMikolaj Boc2022-08-245-21/+17
* Disable resizing only when explicitly askedMikolaj Boc2022-08-241-3/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Remove the dead drawShadePanel in qwasmcompositorMikolaj Boc2022-08-232-73/+0
* Do not invalidate the entire window on window move on WASMMikolaj Boc2022-08-202-2/+9
* 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-165-69/+259
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-103-76/+69
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-103-127/+83
* Add missing characters with diacritics to the WASM mapping tableMikolaj Boc2022-08-091-1/+4
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-081-2/+4
* Use the correct module exports in qtloaderMikolaj Boc2022-08-031-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-012-3/+3