summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-10437-14218/+891
* Client: Expose default input device's serial through integrationIlya Fedin2022-06-091-0/+2
* QtWaylandCompositor: includemocsLiang Qi2022-06-0140-0/+82
* QtWaylandCompositor: includemocs - qt6Liang Qi2022-06-014-0/+10
* QtWaylandClient: includemocs - qt6Liang Qi2022-06-011-0/+2
* QtWaylandClient: includemocsLiang Qi2022-06-0118-0/+36
* QtWaylandEglClientHwIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* QtWaylandCompositorQtShell: includemocsLiang Qi2022-06-013-0/+6
* QtWaylandTextureSharing: includemocsLiang Qi2022-06-012-0/+4
* QWaylandXdgShellIntegrationPlugin: includemocs - qt6Liang Qi2022-06-011-0/+2
* QWaylandXdgShellIntegrationPlugin: includemocsLiang Qi2022-06-011-0/+2
* QtWlShellIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* Add missing QT_{BEGIN,END}_NAMESPACELiang Qi2022-06-013-0/+12
* Add a TU for qwaylandcompositorquickextensions_p.hLiang Qi2022-06-012-1/+37
* Add a TU for qwaylandquickextension.hLiang Qi2022-06-012-1/+39
* Client: fix mouse cursor restoring check when cursor enters the content areaIlya Fedin2022-06-011-1/+1
* client: Avoid protocol error with invalid min/max sizeEskil Abrahamsen Blomfeldt2022-05-231-2/+2
* CMake: use the --build-macro option to qtwaylandscannerThiago Macieira2022-05-192-4/+31
* qtwaylandscanner: add a way to use an build macro in the generated codeThiago Macieira2022-05-191-22/+27
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-116-14/+14
* client: Mark return values as unused to suppress compiler warningsJanne Juntunen2022-05-112-2/+4
* compositor: Fix build without xkbcommonSamuli Piippo2022-05-101-1/+1
* compositor: Fix build without xkbcommonEskil Abrahamsen Blomfeldt2022-05-101-0/+4
* Fix: Access nullptr returned by QWaylandSurface::client()Roman Genkhel2022-05-101-1/+1
* Compositor: Re-enable touch events for Wayland clientsEskil Abrahamsen Blomfeldt2022-05-041-0/+1
* Clear keyboard modifier state when application deactivatesEskil Abrahamsen Blomfeldt2022-05-034-8/+53
* Allow multiple client buffer integrations to initializeEskil Abrahamsen Blomfeldt2022-05-034-25/+23
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-2861-87/+81
* doc: Add missing qml module landing pagesEskil Abrahamsen Blomfeldt2022-04-285-0/+103
* Fix deprecated warningAllan Sandfeld Jensen2022-04-271-1/+1
* Use QPlatformWindow's API as much as possible in QPATang Haixiang2022-04-201-5/+5
* use poll(2) when reading from clipboardKenneth Topp2022-04-141-7/+8
* Doc: Fix QWaylandSurface::isOpaque property documentationTopi Reinio2022-04-061-1/+1
* Doc: Fix documentation warnings and enable doc testing in CITopi Reinio2022-04-063-7/+13
* client: Synthesize enter/leave event for popup in xdg-shellLiang Qi2022-04-041-0/+27
* Fix format of qt_attribution.json filesKai Köhne2022-03-311-3/+3
* Fix to have presentation feedback sequence timelyJungi Byun2022-03-312-3/+7
* Move internal function to private classPaul Olav Tvete2022-03-294-16/+15
* client: add ScreenWindowGrabbing capabilityLiang Qi2022-03-241-0/+2
* client: Avoid trying to read/cancel read if wl_display_read_events failedDavid Edmundson2022-03-231-0/+3
* Client: Fix up thread usage for mSurfaceDavid Edmundson2022-03-222-3/+5
* Fix race condition on mWaitingForUpdateDeliveryPaul Olav Tvete2022-03-212-5/+3
* Revert "Client: Remove mWaitingForUpdateDelivery"Paul Olav Tvete2022-03-212-3/+9
* Guard mResizeDirty by the correctMutexDavid Edmundson2022-03-171-3/+4
* Send correct modifier state for non-windowsystem key eventsPaul Olav Tvete2022-03-154-2/+60
* Also accept a client text-input extension registered too lateDominik Holland2022-03-153-6/+21
* wayland: do not rely on transitive includesFabian Kosmale2022-03-1114-0/+19
* client: update button state and etc in pointer_leave()Liang Qi2022-03-101-5/+5
* Add globalRemove to QWaylandClientExtensionDavid Redondo2022-03-094-21/+48
* Make sure all private headers include at least one otherThiago Macieira2022-03-0853-36/+84