summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmwindow.h
Commit message (Expand)AuthorAgeFilesLines
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-191-1/+1
* wasm: add QWasmDrag back to handle drag/dropLorn Potter2023-12-211-8/+1
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-041-1/+1
* wasm: Render Qt::SubWindow borderlessPiotr Wierciński2023-07-171-0/+2
* Adapt setBackingStore() overrides in QWasmWindow and QEglFSWindowAxel Spoerl2023-07-161-1/+1
* WASM: don't ignore custom QSurfaceFormat settingsYuhang Zhao2023-06-221-0/+2
* Support child windows on WASMMikolaj Boc2023-06-151-2/+19
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-051-1/+6
* Wasm: Fix displaying frameless QWasmWindow with transparent contentPiotr Wierciński2023-03-201-1/+2
* Wasm: Add support for setOpacity() in QWasmWindowPiotr Wierciński2023-03-141-0/+1
* wasm: fix respecting minimum size of QWasmWindowPiotr Wierciński2023-03-051-0/+1
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-3/+3
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-1/+9
* Support WindowTitleHint and FramelessWindowHint in QWasmWindowMikolaj Boc2023-02-071-1/+1
* Support Qt::WindowMaximizeButtonHint in QWasmWindowMikolaj Boc2023-02-041-0/+1
* Support window masks on WASMMikolaj Boc2023-02-031-0/+1
* Remove the unused QWasmWindow::m_pointerMoveCallbackMikolaj Boc2023-01-311-1/+0
* Set the cursor in QWasmWindowMikolaj Boc2023-01-241-0/+1
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-221-0/+4
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-0/+13
* wasm: add accessibility container to QWasmWindowMorten Sørvig2022-12-271-0/+3
* Handle the mouse events in the window itselfMikolaj Boc2022-12-221-1/+16
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-35/+20
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-4/+3
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-50/+49
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-201-0/+1
* Hit test only the visible controls in WASM windowMikolaj Boc2022-09-011-1/+7
* Implement mouse capture on WASMMikolaj Boc2022-08-271-1/+1
* Remove support for min button in QWasmWindowMikolaj Boc2022-08-261-5/+4
* Move titlebar drawing routines to QWasmWindowMikolaj Boc2022-08-251-14/+39
* Use the qt type Qt::Edges instead of wasm-specificMikolaj Boc2022-08-241-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
* Fix window states and transitions in wasmDavid Skoland2022-05-061-1/+4
* Move input event logic into QWasmCompositorDavid Skoland2022-01-171-15/+1
* wasm: Use new event dispatcher for QtGuiMorten Johan Sørvig2021-12-231-0/+1
* Adjust behavior of windowIsPopupType and hasTitleBarDavid Skoland2021-10-271-1/+1
* wasm: fix window activationLorn Potter2021-10-271-0/+1
* wasm: Fix visual representation to not show tool tip window title barLorn Potter2021-05-221-0/+1
* wasm: controlled screen destructionMorten Johan Sørvig2019-05-141-0/+1
* wasm: make maximized and fullscreen windows not draggableLorn Potter2018-09-281-0/+3
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+124