summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmcssstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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