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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Client: Stop requesting activation on every focus object change
Vlad Zahorodnii
2023-02-22
1
-13
/
+0
*
Fix automoc warning regarding include
MÃ¥rten Nordheim
2023-02-21
1
-1
/
+1
*
QOpenGLContext re-creation - orphanedTextures
Thomas Senyk
2023-02-20
6
-13
/
+381
*
Disambiguate Vulkan debug constants
Friedemann Kleint
2023-02-13
3
-34
/
+34
*
Exclude sources generated by the scanner from CMake Unity (Jumbo) builds
Friedemann Kleint
2023-02-13
1
-4
/
+6
*
Remove QWindow forward declarations in namespaces
Friedemann Kleint
2023-02-13
2
-2
/
+0
*
Disambiguate input method constants
Friedemann Kleint
2023-02-13
3
-8
/
+8
*
Disambiguate static variables
Friedemann Kleint
2023-02-13
8
-24
/
+24
*
Doc: Fix documentation warnings
Topi Reinio
2023-02-07
1
-1
/
+1
*
compositor: Fix crash when raising shell surface item
Eskil Abrahamsen Blomfeldt
2023-01-30
1
-4
/
+7
*
client: Fix infinite recursion with text-input-v2
Eskil Abrahamsen Blomfeldt
2023-01-30
1
-3
/
+8
*
Don't change process locale while initializing QWaylandInputContext
Ilya Fedin
2023-01-26
1
-3
/
+1
*
client: Attempt to request activate even if there's no focus window
Ilya Fedin
2023-01-25
1
-2
/
+6
*
Client: Fix handling of Qt::BlankCursor
Vlad Zahorodnii
2023-01-05
1
-2
/
+1
*
Client: Port to QPlatformTheme::{MouseCursorTheme,MouseCursorSize}
Vlad Zahorodnii
2023-01-03
2
-18
/
+17
*
Add WL_SHM_FORMAT_RGB888 to supported shm formats
Thomas Senyk
2022-12-13
2
-1
/
+9
*
Client: Handle zwp_primary_selection_device_manager_v1 global removal
Vlad Zahorodnii
2022-12-13
2
-5
/
+9
*
compositor: fix build without quick
Liang Qi
2022-12-09
5
-0
/
+21
*
Client: Provide support for custom shells
Vlad Zahorodnii
2022-12-08
3
-5
/
+22
*
client: Implement QNativeInterface::Private::QWaylandWindow
David Redondo
2022-12-08
12
-7
/
+50
*
Implement fractional_scale_v1 and wp_viewport
David Edmundson
2022-12-07
11
-7
/
+372
*
compositor: Support touch interaction with client decorations
Eskil Abrahamsen Blomfeldt
2022-12-07
2
-13
/
+33
*
compositor: Fix warning on damage/damage_buffer mix
Eskil Abrahamsen Blomfeldt
2022-12-07
2
-27
/
+22
*
Compositor_api: delete TexProvider properly
Inho Lee
2022-12-07
2
-2
/
+21
*
Client: Improve handling of 0xH and Wx0 xdg_toplevel configure events
Vlad Zahorodnii
2022-12-05
1
-8
/
+27
*
client: Allow resizing with touch input on client-side decorations
Eskil Abrahamsen Blomfeldt
2022-12-05
1
-37
/
+80
*
Fix frame sync related to unprotected multithread access
Weng Xuetian
2022-12-03
2
-32
/
+43
*
Client: Honor QGuiApplication::overrideCursor()
Vlad Zahorodnii
2022-11-30
1
-1
/
+4
*
Improve examples
Bernd Weimer
2022-11-25
1
-2
/
+4
*
Client: Bump wl_output version
Vlad Zahorodnii
2022-11-22
1
-1
/
+1
*
Client: Call wl_output_release() upon QWaylandScreen destruction
Vlad Zahorodnii
2022-11-22
1
-0
/
+2
*
Client: Add F_SEAL_SHRINK seal to shm backing file
Vlad Zahorodnii
2022-11-18
1
-1
/
+7
*
tests: fix tst_seatv4 to use 24 as default cursor size
Liang Qi
2022-11-08
1
-1
/
+1
*
Remove uneeded forceRoundTrip on XdgOutputManager
David Edmundson
2022-11-08
1
-1
/
+0
*
Add dependencies of wayland protocols
Inho Lee
2022-11-07
2
-0
/
+6
*
Implement QNativeInterface::Private::QWaylandScreen
David Redondo
2022-11-03
1
-2
/
+9
*
Always use blocking write for data_source.send
Inho Lee
2022-11-01
1
-0
/
+8
*
Disable/fix warnings
Jonas Karlsson
2022-10-28
1
-0
/
+3
*
Implement QNativeInterface::QWaylandApplication
David Redondo
2022-10-27
2
-4
/
+71
*
Client: Add support for xdg_toplevel.configure_bounds
Vlad Zahorodnii
2022-10-26
3
-22
/
+162
*
Client: Add support for high-resolution scrolling
Vlad Zahorodnii
2022-10-26
3
-37
/
+227
*
Implement window alert with xdg-activation
Ilya Fedin
2022-10-23
7
-4
/
+52
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-19
1
-2
/
+1
*
Allow to run wayland-scanner without --include-core-only
Volker Krause
2022-10-18
1
-3
/
+6
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-13
1
-1
/
+1
*
Adapt module to work with the new syncqt
Alexey Edelev
2022-10-12
10
-0
/
+26
*
Add private header filters to the qt_interal_add_module calls
Alexey Edelev
2022-10-12
4
-0
/
+8
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-10
14
-40
/
+40
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-10
16
-32
/
+32
*
Fix syncqt warnings
Luca Di Sera
2022-10-10
2
-2
/
+2
[next]