summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Bump wl_output versionVlad Zahorodnii2022-11-221-1/+1
* Client: Call wl_output_release() upon QWaylandScreen destructionVlad Zahorodnii2022-11-221-0/+2
* Client: Add F_SEAL_SHRINK seal to shm backing fileVlad Zahorodnii2022-11-181-1/+7
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* Remove uneeded forceRoundTrip on XdgOutputManagerDavid Edmundson2022-11-081-1/+0
* Add dependencies of wayland protocolsInho Lee2022-11-071-0/+2
* Implement QNativeInterface::Private::QWaylandScreenDavid Redondo2022-11-031-2/+9
* Always use blocking write for data_source.sendInho Lee2022-11-011-0/+8
* Implement QNativeInterface::QWaylandApplicationDavid Redondo2022-10-272-4/+71
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-262-8/+32
* Implement window alert with xdg-activationIlya Fedin2022-10-233-0/+20
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-191-2/+1
* Allow to run wayland-scanner without --include-core-onlyVolker Krause2022-10-181-3/+6
* Adapt module to work with the new syncqtAlexey Edelev2022-10-121-0/+4
* Add private header filters to the qt_interal_add_module callsAlexey Edelev2022-10-121-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-105-20/+20
* Port from container::count() and length() to size()Marc Mutz2022-10-104-10/+10
* Fix syncqt warningsLuca Di Sera2022-10-101-1/+1
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-2/+2
* Call `finishDrag()` in `QWaylandDataDevice::dragSourceCancelled()`Fushan Wen2022-09-221-0/+1
* Client: fix enlargening window position by margins sizeIlya Fedin2022-09-201-2/+1
* Client: clear focus on touch cancelDavid Edmundson2022-09-051-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-232-0/+6
* Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
* Provide a handle for desktop portal via xdg-exporterDavid Redondo2022-07-293-0/+15
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+1
* Only close popup in the the hiercharyWeng Xuetian2022-07-242-17/+22
* Client: Expose a way to set window margins via native interfaceIlya Fedin2022-07-194-2/+40
* Also use text-input if QT_IM_MODULE is empty or "wayland"Weng Xuetian2022-07-133-2/+10
* Add license headers to cmake filesLucie Gérard2022-07-083-0/+9
* Use QColor::fromString instead of some deprecated functionsJiDe Zhang2022-07-051-1/+1
* client: Respect initial size when only one component is setEskil Abrahamsen Blomfeldt2022-06-301-4/+7
* Remove unused variablesEskil Abrahamsen Blomfeldt2022-06-282-2/+0
* Keep toplevel windows in the top left corner of the screenDavid Redondo2022-06-223-1/+19
* Client: fix license in two filesThiago Macieira2022-06-212-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-10107-4050/+218
* Client: Expose default input device's serial through integrationIlya Fedin2022-06-091-0/+2
* QtWaylandClient: includemocs - qt6Liang Qi2022-06-011-0/+2
* QtWaylandClient: includemocsLiang Qi2022-06-0118-0/+36
* Client: fix mouse cursor restoring check when cursor enters the content areaIlya Fedin2022-06-011-1/+1
* CMake: use the --build-macro option to qtwaylandscannerThiago Macieira2022-05-191-2/+16
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-113-5/+5
* client: Mark return values as unused to suppress compiler warningsJanne Juntunen2022-05-112-2/+4
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-2845-68/+62
* 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
* 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