index
:
delta/qt5/qtwayland.git
0.85
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
baserock/genivi-5.4.0-wip
baserock/genivi-5.5.0-wip
baserock/genivi-test
baserock/jonathanmaw/genivi-demo-jetson
baserock/pedroalvarez/genivi-5.4.2-wip
baserock/v5.3.0
baserock/v5.5.1-genivi
baserock/v5.6.0-15-gebba84e+ivi-shell
dev
master
release
stable
wip-compositor-api
wip/cmake
wip/qt6
wip/texturesharing-5.12
code.qt.io: qt/qtwayland.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep toplevel windows in the top left corner of the screen
David Redondo
2022-07-22
3
-1
/
+19
*
Client: Expose a way to set window margins via native interface
Ilya Fedin
2022-07-19
4
-2
/
+40
*
Also use text-input if QT_IM_MODULE is empty or "wayland"
Weng Xuetian
2022-07-13
3
-2
/
+10
*
Use QColor::fromString instead of some deprecated functions
JiDe Zhang
2022-07-05
1
-1
/
+1
*
client: Respect initial size when only one component is set
Eskil Abrahamsen Blomfeldt
2022-06-30
1
-4
/
+7
*
Remove unused variables
Eskil Abrahamsen Blomfeldt
2022-06-28
2
-2
/
+0
*
Client: fix license in two files
Thiago Macieira
2022-06-21
2
-2
/
+2
*
Use SPDX license identifiers
Lucie GĂ©rard
2022-06-10
107
-4050
/
+218
*
Client: Expose default input device's serial through integration
Ilya Fedin
2022-06-09
1
-0
/
+2
*
QtWaylandClient: includemocs - qt6
Liang Qi
2022-06-01
1
-0
/
+2
*
QtWaylandClient: includemocs
Liang Qi
2022-06-01
18
-0
/
+36
*
Client: fix mouse cursor restoring check when cursor enters the content area
Ilya Fedin
2022-06-01
1
-1
/
+1
*
CMake: use the --build-macro option to qtwaylandscanner
Thiago Macieira
2022-05-19
1
-2
/
+16
*
Replace QScopedPointer with std::unique_ptr
Thiago Macieira
2022-05-11
3
-5
/
+5
*
client: Mark return values as unused to suppress compiler warnings
Janne Juntunen
2022-05-11
2
-2
/
+4
*
QtWaylandClient: use the CMake exports.h support
Thiago Macieira
2022-04-28
45
-68
/
+62
*
Use QPlatformWindow's API as much as possible in QPA
Tang Haixiang
2022-04-20
1
-5
/
+5
*
use poll(2) when reading from clipboard
Kenneth Topp
2022-04-14
1
-7
/
+8
*
client: add ScreenWindowGrabbing capability
Liang Qi
2022-03-24
1
-0
/
+2
*
client: Avoid trying to read/cancel read if wl_display_read_events failed
David Edmundson
2022-03-23
1
-0
/
+3
*
Client: Fix up thread usage for mSurface
David Edmundson
2022-03-22
2
-3
/
+5
*
Fix race condition on mWaitingForUpdateDelivery
Paul Olav Tvete
2022-03-21
2
-5
/
+3
*
Revert "Client: Remove mWaitingForUpdateDelivery"
Paul Olav Tvete
2022-03-21
2
-3
/
+9
*
Guard mResizeDirty by the correctMutex
David Edmundson
2022-03-17
1
-3
/
+4
*
wayland: do not rely on transitive includes
Fabian Kosmale
2022-03-11
6
-0
/
+10
*
client: update button state and etc in pointer_leave()
Liang Qi
2022-03-10
1
-5
/
+5
*
Add globalRemove to QWaylandClientExtension
David Redondo
2022-03-09
4
-21
/
+48
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
30
-20
/
+47
*
Reduce memory leakage
Ulf Hermann
2022-02-23
1
-0
/
+3
*
Client: Fix opaque region setter
Vlad Zahorodnii
2022-02-21
1
-1
/
+1
*
client: Simplify round trip behavior
David Edmundson
2022-02-14
1
-42
/
+1
*
Update the window geometry when changing decorations
Inho Lee
2022-02-09
1
-1
/
+1
*
Do not delete window decorations before next update
Inho Lee
2022-02-09
2
-18
/
+24
*
Fix unused warnings
Shawn Rutledge
2022-02-09
5
-6
/
+3
*
Client: Remove mWaitingForUpdateDelivery
Vlad Zahorodnii
2022-02-08
2
-9
/
+3
*
Fix crash if no input method module could be loaded
Joni Poikelin
2022-02-03
1
-1
/
+1
*
Add client support for the text-input-unstable-v1 protocol
Dominik Holland
2022-02-02
8
-6
/
+596
*
Fix build with -no-feature-tabletevent
Liang Qi
2022-01-25
5
-1
/
+25
*
Fix wayland touch event to use time stamp from wayland compositor
Seokha Ko
2022-01-25
1
-3
/
+3
*
CMake: Ensure qt_cmdline.cmake files exist for each configure.cmake
Alexandru Croitor
2022-01-21
1
-0
/
+0
*
wayland touch event to add key modifier
Tang Haixiang
2022-01-17
1
-1
/
+1
*
client: Add waitForFrameSync for Vulkan
Cathy Park
2022-01-03
2
-0
/
+11
*
Fix missing update when toggling client-side decorations
Eskil Abrahamsen Blomfeldt
2021-12-21
1
-0
/
+7
*
client: Fix crash on shutdown on Mesa driver
Eskil Abrahamsen Blomfeldt
2021-12-21
2
-1
/
+15
*
Remove QWaylandShellIntegration::findGlobal
Paul Olav Tvete
2021-12-09
2
-24
/
+2
*
Client: Delay deletion of QDrag object until after we're done with it
Arjen Hiemstra
2021-12-09
2
-0
/
+12
*
Implement xdg_activation_v1 protocol
Aleix Pol
2021-12-09
4
-2
/
+28
*
Client: Implement DataDeviceV3
David Edmundson
2021-12-09
11
-45
/
+152
*
Remove the XComposite buffer sharing extension
Paul Olav Tvete
2021-12-07
1
-8
/
+1
*
Client: Make xdg_output.name required only if it's supported
Vlad Zahorodnii
2021-12-03
1
-1
/
+2
[next]