index
:
qt/qtwayland.git
0.85
5.10
5.11
5.12
5.13
5.14
5.15
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
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
path:
root
/
src
/
compositor
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nullptr access in modal evaluation
Bernd Weimer
2025-05-22
1
-2
/
+2
*
Ignore QInputMethodEvent::MimeData
Tor Arne Vestbø
2025-05-21
1
-0
/
+4
*
QuickShellSurfaceItem: Call surfaceChangedEvent() with a consistent state
Konstantin Ritt
2025-04-07
1
-2
/
+2
*
Avoid connecting to null QObject in setShellSurface(nullptr)
Konstantin Ritt
2025-04-07
1
-3
/
+6
*
Remove old qmake .pri files
Tor Arne Vestbø
2025-02-28
1
-101
/
+0
*
Remove touch-extension protocol
Eskil Abrahamsen Blomfeldt
2025-02-12
3
-192
/
+0
*
Remove qt-key extension
Eskil Abrahamsen Blomfeldt
2025-02-10
3
-98
/
+0
*
fix crash when attach differ shellsurface to the same shellsurfaceitem
Heng Liu
2024-11-12
1
-1
/
+1
*
QWaylandXdgOutputV1: Send wl_output.done when changing properties
Kai Uwe Broulik
2024-11-11
2
-11
/
+12
*
Fix IM focus handling if a client has multiple windows
Robert Griebl
2024-10-30
1
-1
/
+1
*
Compositor: don't give protocol error when re-showing window
Paul Olav Tvete
2024-10-30
1
-8
/
+0
*
textinputv3: remove dependencies of im and language
Inho Lee
2024-10-10
1
-13
/
+3
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
13
-17
/
+17
*
CMake: Move each wayland protocol into a separate subdirectory
Alexandru Croitor
2024-07-12
1
-9
/
+9
*
Rename getter for modal properties to isModal
Volker Hilsheimer
2024-06-18
5
-14
/
+14
*
Prepare for hiding of logging categories in namespaces
Ulf Hermann
2024-06-14
1
-2
/
+0
*
Add missing Q_REVISION tags
Eskil Abrahamsen Blomfeldt
2024-06-05
2
-2
/
+3
*
TextInputv3: Fix send_delete_surrounding_text
Inho Lee
2024-05-27
1
-6
/
+31
*
TextInputv3: fix indices and positions
Inho Lee
2024-05-27
1
-8
/
+3
*
Correct license for module and plugin files
Lucie Gérard
2024-05-03
6
-6
/
+6
*
ShellSurfaceItem: Make sure modal dialogs stay on top
Paul Olav Tvete
2024-04-12
1
-5
/
+28
*
compositor: Implement xdg_dialog_v1
Paul Olav Tvete
2024-04-12
10
-12
/
+262
*
TextInputv3: use a serial for each resource
Inho Lee
2024-03-19
2
-15
/
+9
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2024-02-15
1
-3
/
+2
*
Remove unused Q_Q macros which caused fatal warnings
Shawn Rutledge
2023-12-29
1
-8
/
+0
*
Don't use Qt keywords in headers
Kai Uwe Broulik
2023-12-18
3
-5
/
+5
*
Support TextInput V3 over v4-wip
David Edmundson
2023-12-13
6
-133
/
+133
*
Include what you need: <QPointer>
Marc Mutz
2023-10-13
5
-0
/
+10
*
Doc: Use correct module identifiers in QML documentation
Topi Reinio
2023-06-08
10
-74
/
+74
*
Remove QDoc-specific workaround
Topi Reinio
2023-06-05
1
-5
/
+1
*
doc: Remove category from examples docs
Eskil Abrahamsen Blomfeldt
2023-02-28
2
-3
/
+2
*
compositor: Fix crash when raising shell surface item
Eskil Abrahamsen Blomfeldt
2023-01-30
1
-4
/
+7
*
compositor: fix build without quick
Liang Qi
2022-12-09
4
-0
/
+17
*
compositor: Support touch interaction with client decorations
Eskil Abrahamsen Blomfeldt
2022-12-07
2
-13
/
+33
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-13
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-10
2
-5
/
+5
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-10
3
-6
/
+6
*
Fix syncqt warnings
Luca Di Sera
2022-10-10
1
-1
/
+1
*
Update header files to fit syncqt standards
Alexey Edelev
2022-09-28
1
-0
/
+11
*
add an interface to customize modifiersMap for zwp_text_input_v2
Inho Lee
2022-06-29
3
-0
/
+35
*
Implement send_modifiers_map for zwp_text_input_v2
Inho Lee
2022-06-29
2
-3
/
+28
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
72
-2080
/
+148
*
QtWaylandCompositor: includemocs
Liang Qi
2022-06-01
22
-0
/
+46
*
QtWaylandCompositor: includemocs - qt6
Liang Qi
2022-06-01
3
-0
/
+8
*
Add missing QT_{BEGIN,END}_NAMESPACE
Liang Qi
2022-06-01
3
-0
/
+12
*
Replace QScopedPointer with std::unique_ptr
Thiago Macieira
2022-05-11
2
-4
/
+4
*
Fix deprecated warning
Allan Sandfeld Jensen
2022-04-27
1
-1
/
+1
*
Doc: Fix documentation warnings and enable doc testing in CI
Topi Reinio
2022-04-06
1
-4
/
+8
*
Fix to have presentation feedback sequence timely
Jungi Byun
2022-03-31
2
-3
/
+7
*
Also accept a client text-input extension registered too late
Dominik Holland
2022-03-15
1
-0
/
+6
[next]