summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcssstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename m_windowContents -> m_windowMorten Sørvig2024-10-221-2/+2
* wasm: rename qt-window -> qt-decorated-windowMorten Sørvig2024-10-221-11/+11
* wasm: remove superfluous m_canvasContainerMorten Sørvig2024-10-221-2/+1
* wasm: Only show resize border if direct parent window enables itTor Arne Vestbø2024-08-091-1/+1
* wasm: make the "a11y enable" button cover windowMorten Sørvig2024-07-111-2/+2
* Support child windows on WASMMikolaj Boc2023-06-151-1/+6
* Wasm: Fix displaying frameless QWasmWindow with transparent contentPiotr Wierciński2023-03-201-3/+7
* Wasm: Hide "Enable screen reader" button in QWasmWindowPiotr Wierciński2023-03-151-0/+15
* Wasm: Hide resizing divs when the window is not resizablePiotr Wierciński2023-03-071-1/+3
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-0/+5
* Support WindowTitleHint and FramelessWindowHint in QWasmWindowMikolaj Boc2023-02-071-3/+9
* Support Qt::WindowTransparentForInput in QWasmWindowMikolaj Boc2023-02-031-0/+4
* Support Qt::NoDropShadowWindowHint in QWasmWindowMikolaj Boc2023-02-031-1/+4
* wasm: set contenteditable on canvasMorten Sørvig2023-02-031-1/+0
* Remove unused code in qwasmcssstyleMikolaj Boc2023-02-031-26/+1
* wasm: add accessibility container to QWasmWindowMorten Sørvig2022-12-271-0/+5
* Handle the mouse events in the window itselfMikolaj Boc2022-12-221-4/+0
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-49/+21
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-0/+76
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-261-0/+181