| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm: drive animations using requestAnimationFrame | Morten Sørvig | 2 days | 1 | -34/+9 |
| * | wasm: improve asyncify support | Morten Sørvig | 2025-03-03 | 1 | -13/+35 |
| * | wams: disable delayed onload/first frame features | Morten Sørvig | 2024-09-02 | 1 | -1/+1 |
| * | wasm: fix compile error due to EM_BOOL type change | Morten Sørvig | 2024-08-15 | 1 | -2/+2 |
| * | wasm: Fix handling of native windows | Even Oscar Andersen | 2024-06-13 | 1 | -10/+21 |
| * | wasm: send DPR change event on window update | Morten Sørvig | 2024-03-08 | 1 | -1/+6 |
| * | wasm: Make sure we can add screen after releaseRequestUpdateHold has been called | Even Oscar Andersen | 2024-03-05 | 1 | -4/+5 |
| * | wasm: fix onLoaded delay functionality | Morten Sørvig | 2024-02-08 | 1 | -0/+16 |
| * | Support child windows on WASM | Mikolaj Boc | 2023-06-15 | 1 | -94/+14 |
| * | wasm: expose windows before delivering updates | Morten Sørvig | 2023-06-12 | 1 | -4/+9 |
| * | Replace a duplicate symbol | Amir Masoud Abdol | 2023-04-13 | 1 | -5/+1 |
| * | Remove unused code in qwasmcompositor | Mikolaj Boc | 2023-03-31 | 1 | -41/+2 |
| * | Remove the redundant QWasmCompositor::requestUpdateAllWindows | Mikolaj Boc | 2023-03-28 | 1 | -31/+11 |
| * | Support always on top/bottom window flags on WASM | Mikolaj Boc | 2023-02-22 | 1 | -14/+37 |
| * | Transfer touch event handling to QWasmWindow | Mikolaj Boc | 2023-02-14 | 1 | -115/+0 |
| * | Use floating point coords for mouse/wheel events on wasm | Mikolaj Boc | 2023-02-14 | 1 | -4/+3 |
| * | wasm: fix multitouch processing | Lorn Potter | 2023-02-09 | 1 | -18/+26 |
| * | Transfer the key handling logic to QWasmWindow | Mikolaj Boc | 2023-02-07 | 1 | -45/+2 |
| * | Handle the wheel event in the wasm window | Mikolaj Boc | 2023-01-22 | 1 | -76/+0 |
| * | Handle the drop event in the wasm window element | Mikolaj Boc | 2023-01-20 | 1 | -8/+0 |
| * | Return to the two-step destruction in compositor | Mikolaj Boc | 2023-01-02 | 1 | -1/+5 |
| * | Handle the mouse events in the window itself | Mikolaj Boc | 2022-12-22 | 1 | -185/+6 |
| * | Move the window through the title bar element itself | Mikolaj Boc | 2022-12-21 | 1 | -87/+3 |
| * | Set WASM platform default to synchronous window event handling | David Skoland | 2022-12-20 | 1 | -6/+8 |
| * | Fix the coordinate problems in wasm windows | Mikolaj Boc | 2022-12-07 | 1 | -10/+16 |
| * | WASM compositor, clear last mouse target if it is the removed window | Mikolaj Boc | 2022-12-06 | 1 | -0/+2 |
| * | Resize wasm windows using a div outline | Mikolaj Boc | 2022-12-05 | 1 | -124/+8 |
| * | Don't tie compositor's enabled state to last added window | Mikolaj Boc | 2022-11-30 | 1 | -5/+11 |
| * | Use the browser compositor for drawing windows on WASM | Mikolaj Boc | 2022-11-26 | 1 | -298/+99 |
| * | Null-check for window when handling pointer events | Mikolaj Boc | 2022-11-17 | 1 | -2/+3 |
| * | Remove dead code & cull public API in WASM compositor | Mikolaj Boc | 2022-10-05 | 1 | -10/+2 |
| * | Add missing GL includes in WASM compositor | Mikolaj Boc | 2022-09-27 | 1 | -0/+3 |
| * | Redirect resize from QSizeGrip to system resize in wasm compositor | Mikolaj Boc | 2022-09-20 | 1 | -0/+38 |
| * | wasm: capture pointer unconditionally on PointerDown event | Aleksandr Reviakin | 2022-09-19 | 1 | -3/+4 |
| * | Make the clipboard paste from the outside work correctly | Mikolaj Boc | 2022-09-18 | 1 | -4/+13 |
| * | Propagate the copy event correctly to Qt widgets on WASM | Mikolaj Boc | 2022-09-09 | 1 | -7/+2 |
| * | Take into account that pointer event's location is already global | Mikolaj Boc | 2022-09-08 | 1 | -28/+22 |
| * | Implement mouse capture on WASM | Mikolaj Boc | 2022-08-27 | 1 | -5/+19 |
| * | Move titlebar drawing routines to QWasmWindow | Mikolaj Boc | 2022-08-25 | 1 | -232/+1 |
| * | Use the qt type Qt::Edges instead of wasm-specific | Mikolaj Boc | 2022-08-24 | 1 | -15/+20 |
| * | Resolve window focusing problems on WASM | Mikolaj Boc | 2022-08-24 | 1 | -15/+5 |
| * | Remove the dead drawShadePanel in qwasmcompositor | Mikolaj Boc | 2022-08-23 | 1 | -72/+0 |
| * | Do not invalidate the entire window on window move on WASM | Mikolaj Boc | 2022-08-20 | 1 | -0/+2 |
| * | Avoid image format conversion when drawing window nonclient area | Mikolaj Boc | 2022-08-20 | 1 | -4/+11 |
| * | Maintain the window z-order properly in wasm compositor | Mikolaj Boc | 2022-08-16 | 1 | -64/+56 |
| * | Deliver correct key code on key release on WASM | Mikolaj Boc | 2022-08-10 | 1 | -51/+16 |
| * | Refactor QWasmEventTranslator for added readability | Mikolaj Boc | 2022-08-10 | 1 | -1/+0 |
| * | Modernize QWasmCompositor::windowAt | Mikolaj Boc | 2022-07-28 | 1 | -15/+7 |
| * | Remove QWasmCompositedWindow as dead code | Mikolaj Boc | 2022-07-28 | 1 | -55/+17 |
| * | Deliver non-client area mouse events to WASM windows | Mikolaj Boc | 2022-07-27 | 1 | -25/+42 |