index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
wasm
/
qwasmwindow.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: Fix stacking order problem for transient parent windows
Even Oscar Andersen
2025-05-26
1
-2
/
+16
*
wasm: set focus to m_canvas instead of m_window
Even Oscar Andersen
2025-05-14
1
-3
/
+0
*
wasm: Make sure typing with window focus does not produce characters
Even Oscar Andersen
2025-04-29
1
-0
/
+3
*
wasm: fix clipboard event handler leaks
Morten Sørvig
2025-04-25
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
[next]