summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-282-71/+19
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-275-26/+78
* Improve window dragging on WASMMikolaj Boc2022-07-2513-247/+510
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-157-229/+207
* wasm: remove egl header includesMorten Sørvig2022-07-111-4/+0
* wasm: begin work on accessibility backendMorten Sørvig2022-07-066-2/+323
* wasm: delete unused requestUpdate() code pathMorten Sørvig2022-07-061-13/+1
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-301-98/+11
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-1813-7/+40
* wasm: fix unicode inputLorn Potter2022-06-183-9/+9
* wasm: fix some coding styleLorn Potter2022-06-161-2/+7
* qwasmtheme: Enable hover effects by defaultMaximilian Goldstein2022-06-151-0/+2