index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
plugins
/
platforms
/
wasm
/
qwasmwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: Make sure typing with window focus does not produce characters
HEAD
dev
Even Oscar Andersen
4 hours
1
-9
/
+14
*
wasm: fix clipboard event handler leaks
Morten Sørvig
4 days
1
-1
/
+5
*
Allow configuring WASM without draganddrop
Juha Vuolle
7 days
1
-0
/
+4
*
Allow configuring WASM without clipboard
Juha Vuolle
7 days
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
*
wasm: Respect maximum window size in QWasmWindow
Piotr Wierciński
2023-11-20
1
-6
/
+2
*
wasm: Apply window mask during QWasmWindow initialization
Tor Arne Vestbø
2023-08-15
1
-0
/
+3
*
wasm: Don't add window border, title bar, etc, to child windows
Tor Arne Vestbø
2023-08-15
1
-1
/
+1
*
wasm: Don't clamp y position of child QWindows to parent rect
Tor Arne Vestbø
2023-08-15
1
-1
/
+4
*
Fix link to platform window in QAndroidPlatformBackingStore::flush()
Axel Spoerl
2023-08-04
1
-8
/
+0
*
wasm: Render Qt::SubWindow borderless
Piotr Wierciński
2023-07-17
1
-5
/
+14
*
Adapt setBackingStore() overrides in QWasmWindow and QEglFSWindow
Axel Spoerl
2023-07-16
1
-0
/
+8
*
WASM: don't ignore custom QSurfaceFormat settings
Yuhang Zhao
2023-06-22
1
-0
/
+5
*
Add keyboard input testcase to the QWasmWindow test
Mikolaj Boc
2023-06-20
1
-0
/
+1
*
Support child windows on WASM
Mikolaj Boc
2023-06-15
1
-31
/
+83
*
Correctly focus WASM windows on show
Mikolaj Boc
2023-06-09
1
-0
/
+2
*
wasm: build with -no-feature-accessibility
Morten Sørvig
2023-05-02
1
-0
/
+4
[next]