summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the unix dispatcher from WASM buildsMikolaj Boc2023-08-221-3/+0
* wasm: Apply window mask during QWasmWindow initializationTor Arne Vestbø2023-08-151-0/+3
* wasm: Don't add window border, title bar, etc, to child windowsTor Arne Vestbø2023-08-151-1/+1
* wasm: Don't clamp y position of child QWindows to parent rectTor Arne Vestbø2023-08-151-1/+4
* Add description to the HTML tags using aria-descriptionShreya Pattani2023-08-112-6/+45
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-042-9/+1
* Implement text update in wasm apps during accessibilityShreya Pattani2023-08-021-2/+5
* wasm: Render Qt::SubWindow borderlessPiotr Wierciński2023-07-172-5/+16
* Adapt setBackingStore() overrides in QWasmWindow and QEglFSWindowAxel Spoerl2023-07-162-1/+9
* wasm: clarify qtloader onExit behaviorMorten Sørvig2023-07-102-29/+27
* wasm: Add qtloader compatibility APIMorten Sørvig2023-07-101-0/+54
* wasm: add preload config for shared libraries buildMorten Sørvig2023-07-041-0/+1
* wasm: add "preload" qtloader config propertyMorten Sørvig2023-07-041-0/+68
* wasm: add "qtdir" qtloader config propertyMorten Sørvig2023-07-041-0/+16
* wasm: introduce virtual processPostedEvents()Morten Sørvig2023-07-042-4/+5
* Remove leftover code in QWasmWindowClientAreaMikolaj Boc2023-07-031-15/+0
* wasm: fix touch -> mouse event synth on SafariMorten Sørvig2023-06-281-1/+4
* Use a sanitized JS export name for WASM modulesMikolaj Boc2023-06-261-1/+1
* WASM: don't ignore custom QSurfaceFormat settingsYuhang Zhao2023-06-222-0/+7
* Make WASM export names different across modulesMikolaj Boc2023-06-202-2/+2
* wasm: Document (and rename) config.qt.moduleMorten Sørvig2023-06-201-2/+5
* Add keyboard input testcase to the QWasmWindow testMikolaj Boc2023-06-201-0/+1
* Support child windows on WASMMikolaj Boc2023-06-1511-153/+356
* wasm: add iOS to platform detectionLorn Potter2023-06-133-5/+6
* wasm: expose windows before delivering updatesMorten Sørvig2023-06-121-4/+9
* Correctly focus WASM windows on showMikolaj Boc2023-06-091-0/+2
* wasm: log stack traces for exceptionsMorten Sørvig2023-06-081-0/+1
* Correctly document qtLoad's return valueMikolaj Boc2023-06-081-7/+2
* Modernize the qtloaderMikolaj Boc2023-06-054-628/+250
* wasm: fix qtloader.js container element regressionMorten Sørvig2023-05-121-24/+10
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-051-1/+6
* wasm: build with -no-feature-accessibilityMorten Sørvig2023-05-024-5/+22
* wasm: rework local font supportMorten Sørvig2023-04-252-94/+127
* Add the missing include guardAmir Masoud Abdol2023-04-131-0/+4
* Replace a duplicate symbolAmir Masoud Abdol2023-04-132-13/+3
* Fix a copy-paste error in QWasmWindowMikolaj Boc2023-04-021-1/+1
* Correctly update the texture in qwasmbackingstoreMikolaj Boc2023-03-311-5/+7
* Remove unused code in qwasmcompositorMikolaj Boc2023-03-313-58/+3
* Stop propagation and default action on WASM window pointer eventMikolaj Boc2023-03-281-2/+3
* Remove the redundant QWasmCompositor::requestUpdateAllWindowsMikolaj Boc2023-03-283-35/+13
* wasm: add support for input languages win32 mobileLorn Potter2023-03-231-16/+18
* Close popups on WASM window non-client area interactionsMikolaj Boc2023-03-231-0/+1
* Wasm: Fix displaying frameless QWasmWindow with transparent contentPiotr Wierciński2023-03-203-8/+20
* Wasm: Hide "Enable screen reader" button in QWasmWindowPiotr Wierciński2023-03-152-4/+16
* Wasm: Add support for setOpacity() in QWasmWindowPiotr Wierciński2023-03-142-0/+6
* wasm: restore windowCursor nullptr checkMorten Sørvig2023-03-141-4/+3
* Reuse the existing canvas context for offscreen surfacesMikolaj Boc2023-03-122-29/+60
* Wasm: Hide resizing divs when the window is not resizablePiotr Wierciński2023-03-074-18/+55
* wasm: fix respecting minimum size of QWasmWindowPiotr Wierciński2023-03-052-6/+11
* wasm: Fix checking window flags in QWasmWindowPiotr Wierciński2023-02-231-2/+2