summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore QInputMethodEvent::MimeDataHEADdevTor Arne Vestbø27 hours1-0/+4
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot27 hours1-3/+3
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot4 days1-3/+3
* Remove Wayland client code after move to qtbaseLiang Qi4 days391-49948/+225
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-05-031-3/+3
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-05-011-3/+3
* client: add some debug info in QWaylandTextInputv2Liang Qi2025-04-302-16/+30
* tests: Fix role used by XdgPopupsDavid Edmundson2025-04-301-2/+2
* datacontrolv1: emit clipboard mode changed when selection changedJie Liu2025-04-301-3/+3
* Drop workaround to turn popups into main windowsDavid Edmundson2025-04-302-4/+54
* Set geometry before creating shell windowDavid Edmundson2025-04-301-2/+1
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-301-3/+3
* client: Use separate queue for SHM buffersDavid Edmundson2025-04-294-20/+23
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-241-3/+3
* Fix build error when tablet support is disabledYAMAMOTO Atsushi2025-04-241-0/+2
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-221-3/+3
* QWaylandXdgSurface: Always use XDG Dialog for modal windowsKai Uwe Broulik2025-04-152-6/+38
* client: Include unistd.hKai Uwe Broulik2025-04-152-0/+2
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-151-3/+3
* tst_reconnect: Include <unistd.h>Michael Weghorn2025-04-151-0/+2
* QWaylandWindow: fix data race on mFrameCallbackTimedOutDavid Faure2025-04-141-1/+1
* client: Include <signal.h>Michael Weghorn2025-04-142-0/+4
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-101-3/+3
* QuickShellSurfaceItem: Call surfaceChangedEvent() with a consistent stateKonstantin Ritt2025-04-071-2/+2
* Avoid connecting to null QObject in setShellSurface(nullptr)Konstantin Ritt2025-04-071-3/+6
* Client: Improve support of zxdg_output_v1 version 3Konstantin Ritt2025-04-072-18/+32
* Client: Support wl_output.name of version 4Konstantin Ritt2025-04-072-1/+23
* Client: Fix copying shm buffer data with fractional scalingVlad Zahorodnii2025-04-071-7/+2
* Don't call elapsed() on an invalid QElapsedTimerDavid Faure2025-04-053-5/+8
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-031-3/+3
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-04-011-3/+3
* Client: Reset mFrameCallbackTimedOut when showing a windowVlad Zahorodnii2025-03-312-3/+11
* Client: Notify about exposure changes when popup is repositionedVlad Zahorodnii2025-03-311-0/+1
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-03-291-3/+3
* Add .gitreview filePaul Wicking2025-03-241-0/+4
* compositor: Avoid overflow for infiniteRegion()Eskil Abrahamsen Blomfeldt2025-03-201-2/+2
* Update dependencies on 'dev' in qt/qtwaylandQt Submodule Update Bot2025-03-201-3/+3
* Move platform plugin to main client directoryDavid Redondo2025-03-206-27/+15
* client: use qgenericunixtheme_p.h instead of qgenericunixthemes_p.hLiang Qi2025-03-181-0/+4
* client: Drop assert in frame size syncingDavid Edmundson2025-03-181-1/+0
* QWaylandWindow: fix data race on mWaitingForUpdateDavid Faure2025-03-131-1/+1
* Update licensing of files with infrastructure typeLucie Gérard2025-03-132-120/+133
* QWaylandDisplay: fix data race on m_quittingDavid Faure2025-03-131-10/+7
* tests: Wait for output in tst_reconnectAudun Sutterud2025-03-131-0/+1
* Move client hardware integration sources into the plugin folderDavid Redondo2025-03-1134-68/+20
* Consolidate the platform pluginsDavid Redondo2025-03-1117-238/+35
* client: Attempt to request activate even if there's no last input deviceIlya Fedin2025-03-111-10/+12
* QWaylandShmBackingStore: Clear in beginPaint based on surface formatKai Uwe Broulik2025-03-111-1/+1
* QWaylandShmBackingStore: Implement scrollKai Uwe Broulik2025-03-102-0/+37
* Honor request for (no) alpha channel in SHM windowsKai Uwe Broulik2025-03-103-2/+20