| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm: rename m_windowContents -> m_window | Morten Sørvig | 2024-10-22 | 1 | -2/+2 |
| * | wasm: rename qt-window -> qt-decorated-window | Morten Sørvig | 2024-10-22 | 1 | -11/+11 |
| * | wasm: remove superfluous m_canvasContainer | Morten Sørvig | 2024-10-22 | 1 | -2/+1 |
| * | wasm: Only show resize border if direct parent window enables it | Tor Arne Vestbø | 2024-08-09 | 1 | -1/+1 |
| * | wasm: make the "a11y enable" button cover window | Morten Sørvig | 2024-07-11 | 1 | -2/+2 |
| * | Support child windows on WASM | Mikolaj Boc | 2023-06-15 | 1 | -1/+6 |
| * | Wasm: Fix displaying frameless QWasmWindow with transparent content | Piotr Wierciński | 2023-03-20 | 1 | -3/+7 |
| * | Wasm: Hide "Enable screen reader" button in QWasmWindow | Piotr Wierciński | 2023-03-15 | 1 | -0/+15 |
| * | Wasm: Hide resizing divs when the window is not resizable | Piotr Wierciński | 2023-03-07 | 1 | -1/+3 |
| * | Transfer touch event handling to QWasmWindow | Mikolaj Boc | 2023-02-14 | 1 | -0/+5 |
| * | Support WindowTitleHint and FramelessWindowHint in QWasmWindow | Mikolaj Boc | 2023-02-07 | 1 | -3/+9 |
| * | Support Qt::WindowTransparentForInput in QWasmWindow | Mikolaj Boc | 2023-02-03 | 1 | -0/+4 |
| * | Support Qt::NoDropShadowWindowHint in QWasmWindow | Mikolaj Boc | 2023-02-03 | 1 | -1/+4 |
| * | wasm: set contenteditable on canvas | Morten Sørvig | 2023-02-03 | 1 | -1/+0 |
| * | Remove unused code in qwasmcssstyle | Mikolaj Boc | 2023-02-03 | 1 | -26/+1 |
| * | wasm: add accessibility container to QWasmWindow | Morten Sørvig | 2022-12-27 | 1 | -0/+5 |
| * | Handle the mouse events in the window itself | Mikolaj Boc | 2022-12-22 | 1 | -4/+0 |
| * | Move the window through the title bar element itself | Mikolaj Boc | 2022-12-21 | 1 | -49/+21 |
| * | Resize wasm windows using a div outline | Mikolaj Boc | 2022-12-05 | 1 | -0/+76 |
| * | Use the browser compositor for drawing windows on WASM | Mikolaj Boc | 2022-11-26 | 1 | -0/+181 |