index
:
qt/qtwayland.git
0.85
5.10
5.11
5.12
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.4
5.5
5.6
5.7
5.8
5.9
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.3.0
dev
wip-compositor-api
wip/cmake
wip/texturesharing-5.12
A toolbox for making Qt based Wayland compositors
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: use the --build-macro option to qtwaylandscanner
HEAD
dev
Thiago Macieira
12 hours
2
-4
/
+31
*
qtwaylandscanner: add a way to use an build macro in the generated code
Thiago Macieira
12 hours
1
-22
/
+27
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
3 days
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
5 days
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
8 days
1
-2
/
+2
*
Replace QScopedPointer with std::unique_ptr
Thiago Macieira
9 days
6
-14
/
+14
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
9 days
1
-2
/
+2
*
client: Mark return values as unused to suppress compiler warnings
Janne Juntunen
9 days
2
-2
/
+4
*
compositor: Fix build without xkbcommon
Samuli Piippo
10 days
1
-1
/
+1
*
compositor: Fix build without xkbcommon
Eskil Abrahamsen Blomfeldt
10 days
1
-0
/
+4
*
Fix: Access nullptr returned by QWaylandSurface::client()
Roman Genkhel
10 days
1
-1
/
+1
*
Fix the build of wip-cpp-compositor
Liang Qi
2022-05-05
4
-7
/
+14
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-05-04
1
-2
/
+2
*
Compositor: Re-enable touch events for Wayland clients
Eskil Abrahamsen Blomfeldt
2022-05-04
1
-0
/
+1
*
Clear keyboard modifier state when application deactivates
Eskil Abrahamsen Blomfeldt
2022-05-03
4
-8
/
+53
*
Allow multiple client buffer integrations to initialize
Eskil Abrahamsen Blomfeldt
2022-05-03
4
-25
/
+23
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-05-03
1
-2
/
+2
*
QtWaylandClient: use the CMake exports.h support
Thiago Macieira
2022-04-28
62
-88
/
+82
*
doc: Add missing qml module landing pages
Eskil Abrahamsen Blomfeldt
2022-04-28
5
-0
/
+103
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-04-28
1
-2
/
+2
*
Fix deprecated warning
Allan Sandfeld Jensen
2022-04-27
1
-1
/
+1
*
Use QPlatformWindow's API as much as possible in QPA
Tang Haixiang
2022-04-20
1
-5
/
+5
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-04-19
1
-2
/
+2
*
use poll(2) when reading from clipboard
Kenneth Topp
2022-04-14
1
-7
/
+8
*
Doc: Fix QWaylandSurface::isOpaque property documentation
Topi Reinio
2022-04-06
1
-1
/
+1
*
Doc: Fix documentation warnings and enable doc testing in CI
Topi Reinio
2022-04-06
4
-7
/
+14
*
client: Synthesize enter/leave event for popup in xdg-shell
Liang Qi
2022-04-04
1
-0
/
+27
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-04-01
1
-2
/
+2
*
Fix format of qt_attribution.json files
Kai Köhne
2022-03-31
1
-3
/
+3
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-03-31
1
-2
/
+2
*
Fix to have presentation feedback sequence timely
Jungi Byun
2022-03-31
2
-3
/
+7
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-03-30
1
-2
/
+2
*
Move internal function to private class
Paul Olav Tvete
2022-03-29
4
-16
/
+15
*
client: add ScreenWindowGrabbing capability
Liang Qi
2022-03-24
1
-0
/
+2
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-03-24
1
-2
/
+2
*
client: Avoid trying to read/cancel read if wl_display_read_events failed
David Edmundson
2022-03-23
1
-0
/
+3
*
Remove .prev_CMakeLists.txt
Kai Köhne
2022-03-22
7
-350
/
+0
*
Client: Fix up thread usage for mSurface
David Edmundson
2022-03-22
2
-3
/
+5
*
tests: fix DefaultCompositor::surface() when index > 0
Liang Qi
2022-03-22
1
-8
/
+10
*
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
*
Update dependencies on 'dev' in qt/qtwayland
Qt Submodule Update Bot
2022-03-21
1
-2
/
+2
*
Guard mResizeDirty by the correctMutex
David Edmundson
2022-03-17
1
-3
/
+4
*
Send correct modifier state for non-windowsystem key events
Paul Olav Tvete
2022-03-15
4
-2
/
+60
*
Also accept a client text-input extension registered too late
Dominik Holland
2022-03-15
3
-6
/
+21
*
wayland: do not rely on transitive includes
Fabian Kosmale
2022-03-11
14
-0
/
+19
*
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
8
-21
/
+221
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
53
-36
/
+84
*
client: set_constraint_adjustment() for popups in xdg
Liang Qi
2022-03-08
1
-0
/
+4
[next]