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.10.0
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
6.9.2
6.9.3
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: a11y - handle text input
Even Oscar Andersen
2025-08-29
1
-2
/
+12
*
Clear focusHelper/innerHTML without looking at event/target II/II
Even Oscar Andersen
2025-08-25
1
-1
/
+1
*
Clear focusHelper/innerHTML without looking at event/target
Even Oscar Andersen
2025-08-22
1
-12
/
+8
*
wasm: Clear focushelper on input
Even Oscar Andersen
2025-08-19
1
-5
/
+17
*
wasm: move input event handlers to QWasmWindow
Morten Sørvig
2025-07-16
1
-35
/
+84
*
wasm: rewrite handleKeyForInputContextEvent() logic
Morten Sørvig
2025-07-16
1
-31
/
+33
*
wasm: don't recreate WebGL context on surface change
Morten Sørvig
2025-06-12
1
-0
/
+3
*
wasm: Fix stacking order problem for transient parent windows
Even Oscar Andersen
2025-05-26
1
-33
/
+133
*
wasm: a11y - move to describedbycontainer
Even Oscar Andersen
2025-05-19
1
-2
/
+4
*
wasm: set focus to m_canvas instead of m_window
Even Oscar Andersen
2025-05-14
1
-17
/
+17
*
wasm: Update input field geometry on window geometry change
Even Oscar Andersen
2025-05-02
1
-0
/
+5
*
wasm: Make sure cellphone keyboard does not show needlessly
Even Oscar Andersen
2025-05-01
1
-0
/
+1
*
wasm: Make sure typing with window focus does not produce characters
Even Oscar Andersen
2025-04-29
1
-9
/
+14
*
wasm: fix clipboard event handler leaks
Morten Sørvig
2025-04-25
1
-1
/
+5
*
Allow configuring WASM without draganddrop
Juha Vuolle
2025-04-22
1
-0
/
+4
*
Allow configuring WASM without clipboard
Juha Vuolle
2025-04-22
1
-1
/
+13
*
wasm: a11y - enable accessibility by environment variable
Even Oscar Andersen
2025-04-03
1
-5
/
+9
*
wasm: Use the new QWasmEventHandler class
Morten Sørvig
2025-03-17
1
-16
/
+16
*
wasm: use QWasmWindow::fromWindow()
Morten Sørvig
2025-03-13
1
-1
/
+3
*
wasm: call focus on window if not editable
Even Oscar Andersen
2025-02-20
1
-3
/
+8
*
wasm: don't give native focus to non-focus windows
Morten Sørvig
2025-01-29
1
-1
/
+1
*
wasm: support foreign windows
Morten Sørvig
2025-01-29
1
-9
/
+32
*
wasm: move qwasmwindowclientarea content to qwasmwindow
Morten Sørvig
2025-01-29
1
-10
/
+188
*
wasm: streamline key events
Morten Sørvig
2025-01-29
1
-10
/
+10
*
wasm: streamline wheel events
Morten Sørvig
2024-12-04
1
-1
/
+1
*
wasm: streamline pointer event handling
Morten Sørvig
2024-12-04
1
-5
/
+7
*
wasm: Fix focus handling
Even Oscar Andersen
2024-11-26
1
-0
/
+2
*
wasm: handle isComposing for platforms that support it
Even Oscar Andersen
2024-11-21
1
-28
/
+21
*
wasm: rename m_windowContents -> m_window
Morten Sørvig
2024-10-22
1
-20
/
+20
*
wasm: rename qt-window -> qt-decorated-window
Morten Sørvig
2024-10-22
1
-27
/
+27
*
wasm: remove QWasmWindow::window() and m_window
Morten Sørvig
2024-10-22
1
-2
/
+1
*
wasm: move input event handlers to windowContents
Morten Sørvig
2024-10-22
1
-5
/
+5
*
wasm: remove superfluous m_canvasContainer
Morten Sørvig
2024-10-22
1
-10
/
+5
*
wasm: don't set contentEditable on the canvas
Morten Sørvig
2024-10-22
1
-7
/
+7
*
wasm: rename canvas CSS class to qt-window-canvas
Morten Sørvig
2024-10-22
1
-1
/
+1
*
wasm: add input context composition WA for ibus
Inho Lee
2024-09-12
1
-1
/
+1
*
wasm: simplify QWasmWindow constructor
Morten Sørvig
2024-09-03
1
-86
/
+87
*
wasm: Re-evaluate window flags when reparenting window
Tor Arne Vestbø
2024-08-09
1
-0
/
+4
*
wasm: Revamp QWasmInputContext
Inho Lee
2024-07-05
1
-12
/
+92
*
wasm: Change window flags for toplevel windows
Even Oscar Andersen
2024-07-04
1
-0
/
+19
*
wasm: Fix handling of native windows
Even Oscar Andersen
2024-06-13
1
-5
/
+5
*
Wasm: fix QtVirtualKeyboard crash
Lorn Potter
2024-06-02
1
-3
/
+2
*
wasm: add autorepeat for QKeyEvent
Lorn Potter
2024-05-23
1
-1
/
+1
*
wasm: Fix minimum and default window sizes
Piotr Wierciński
2024-03-19
1
-18
/
+3
*
wasm: move keyboard input handling for touchscreens
Lorn Potter
2024-01-09
1
-2
/
+13
*
wasm: Handle stylus events by generating QTabletEvents
Shawn Rutledge
2023-12-28
1
-1
/
+1
*
wasm: add QWasmDrag back to handle drag/drop
Lorn Potter
2023-12-21
1
-23
/
+5
*
wasm: move DataTransfer to dom::
Lorn Potter
2023-12-21
1
-20
/
+13
*
wasm: add QWindow parameter to DragEvent
Lorn Potter
2023-12-20
1
-4
/
+4
*
wasm: prevent native mobile keyboard from popping up always
Lorn Potter
2023-12-08
1
-2
/
+4
[next]