index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
plugins
/
platforms
/
wasm
/
qwasmwindow.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: fix clipboard event handler leaks
Morten Sørvig
4 days
1
-0
/
+4
*
wasm: a11y - enable accessibility by environment variable
Even Oscar Andersen
2025-04-03
1
-5
/
+5
*
wasm: Use the new QWasmEventHandler class
Morten Sørvig
2025-03-17
1
-19
/
+19
*
wasm: use QWasmWindow::fromWindow()
Morten Sørvig
2025-03-13
1
-1
/
+1
*
wasm: call focus on window if not editable
Even Oscar Andersen
2025-02-20
1
-0
/
+1
*
wasm: support foreign windows
Morten Sørvig
2025-01-29
1
-1
/
+1
*
wasm: move qwasmwindowclientarea content to qwasmwindow
Morten Sørvig
2025-01-29
1
-9
/
+21
*
wasm: streamline key events
Morten Sørvig
2025-01-29
1
-2
/
+2
*
wasm: streamline pointer event handling
Morten Sørvig
2024-12-04
1
-1
/
+1
*
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
-2
/
+2
*
wasm: remove QWasmWindow::window() and m_window
Morten Sørvig
2024-10-22
1
-2
/
+0
*
wasm: remove superfluous m_canvasContainer
Morten Sørvig
2024-10-22
1
-1
/
+0
*
wasm: simplify QWasmWindow constructor
Morten Sørvig
2024-09-03
1
-0
/
+4
*
wasm: Revamp QWasmInputContext
Inho Lee
2024-07-05
1
-0
/
+5
*
wasm: Fix minimum and default window sizes
Piotr Wierciński
2024-03-19
1
-1
/
+1
*
wasm: add QWasmDrag back to handle drag/drop
Lorn Potter
2023-12-21
1
-8
/
+1
*
Fix link to platform window in QAndroidPlatformBackingStore::flush()
Axel Spoerl
2023-08-04
1
-1
/
+1
*
wasm: Render Qt::SubWindow borderless
Piotr Wierciński
2023-07-17
1
-0
/
+2
*
Adapt setBackingStore() overrides in QWasmWindow and QEglFSWindow
Axel Spoerl
2023-07-16
1
-1
/
+1
*
WASM: don't ignore custom QSurfaceFormat settings
Yuhang Zhao
2023-06-22
1
-0
/
+2
*
Support child windows on WASM
Mikolaj Boc
2023-06-15
1
-2
/
+19
*
wasm: Add DOM accessors functions through NativeInterface
Piotr Wierciński
2023-05-05
1
-1
/
+6
*
Wasm: Fix displaying frameless QWasmWindow with transparent content
Piotr Wierciński
2023-03-20
1
-1
/
+2
*
Wasm: Add support for setOpacity() in QWasmWindow
Piotr Wierciński
2023-03-14
1
-0
/
+1
*
wasm: fix respecting minimum size of QWasmWindow
Piotr Wierciński
2023-03-05
1
-0
/
+1
*
Transfer touch event handling to QWasmWindow
Mikolaj Boc
2023-02-14
1
-3
/
+3
*
Transfer the key handling logic to QWasmWindow
Mikolaj Boc
2023-02-07
1
-1
/
+9
*
Support WindowTitleHint and FramelessWindowHint in QWasmWindow
Mikolaj Boc
2023-02-07
1
-1
/
+1
*
Support Qt::WindowMaximizeButtonHint in QWasmWindow
Mikolaj Boc
2023-02-04
1
-0
/
+1
*
Support window masks on WASM
Mikolaj Boc
2023-02-03
1
-0
/
+1
*
Remove the unused QWasmWindow::m_pointerMoveCallback
Mikolaj Boc
2023-01-31
1
-1
/
+0
*
Set the cursor in QWasmWindow
Mikolaj Boc
2023-01-24
1
-0
/
+1
*
Handle the wheel event in the wasm window
Mikolaj Boc
2023-01-22
1
-0
/
+4
*
Handle the drop event in the wasm window element
Mikolaj Boc
2023-01-20
1
-0
/
+13
*
wasm: add accessibility container to QWasmWindow
Morten Sørvig
2022-12-27
1
-0
/
+3
*
Handle the mouse events in the window itself
Mikolaj Boc
2022-12-22
1
-1
/
+16
*
Move the window through the title bar element itself
Mikolaj Boc
2022-12-21
1
-35
/
+20
*
Resize wasm windows using a div outline
Mikolaj Boc
2022-12-05
1
-4
/
+3
*
Use the browser compositor for drawing windows on WASM
Mikolaj Boc
2022-11-26
1
-50
/
+49
*
Redirect resize from QSizeGrip to system resize in wasm compositor
Mikolaj Boc
2022-09-20
1
-0
/
+1
*
Hit test only the visible controls in WASM window
Mikolaj Boc
2022-09-01
1
-1
/
+7
*
Implement mouse capture on WASM
Mikolaj Boc
2022-08-27
1
-1
/
+1
*
Remove support for min button in QWasmWindow
Mikolaj Boc
2022-08-26
1
-5
/
+4
*
Move titlebar drawing routines to QWasmWindow
Mikolaj Boc
2022-08-25
1
-14
/
+39
*
Use the qt type Qt::Edges instead of wasm-specific
Mikolaj Boc
2022-08-24
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-28
/
+2
*
Fix window states and transitions in wasm
David Skoland
2022-05-06
1
-1
/
+4
*
Move input event logic into QWasmCompositor
David Skoland
2022-01-17
1
-15
/
+1
*
wasm: Use new event dispatcher for QtGui
Morten Johan Sørvig
2021-12-23
1
-0
/
+1
[next]