summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-144-10/+10
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* Always use blocking write for data_source.sendInho Lee2022-11-011-0/+8
* Allow to run wayland-scanner without --include-core-onlyVolker Krause2022-10-181-3/+6
* 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: add custom margins support to xdg popupsIlya Fedin2022-08-222-0/+6
* Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+1
* Only close popup in the the hiercharyWeng Xuetian2022-07-242-17/+22
* Keep toplevel windows in the top left corner of the screenDavid Redondo2022-07-223-1/+19
* 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
* 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
* 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
* 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
* wayland: do not rely on transitive includesFabian Kosmale2022-03-116-0/+10
* 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-0830-20/+47
* Reduce memory leakageUlf Hermann2022-02-231-0/+3
* Client: Fix opaque region setterVlad Zahorodnii2022-02-211-1/+1
* client: Simplify round trip behaviorDavid Edmundson2022-02-141-42/+1
* Update the window geometry when changing decorationsInho Lee2022-02-091-1/+1
* Do not delete window decorations before next updateInho Lee2022-02-092-18/+24
* Fix unused warningsShawn Rutledge2022-02-095-6/+3
* Client: Remove mWaitingForUpdateDeliveryVlad Zahorodnii2022-02-082-9/+3
* Fix crash if no input method module could be loadedJoni Poikelin2022-02-031-1/+1
* Add client support for the text-input-unstable-v1 protocolDominik Holland2022-02-028-6/+596
* Fix build with -no-feature-tableteventLiang Qi2022-01-255-1/+25
* Fix wayland touch event to use time stamp from wayland compositorSeokha Ko2022-01-251-3/+3
* CMake: Ensure qt_cmdline.cmake files exist for each configure.cmakeAlexandru Croitor2022-01-211-0/+0