summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-1414-40/+40
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-1416-32/+32
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* Fix qt_attribution.json fileKai Köhne2022-11-071-3/+3
* 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
* Use CRLF line delimiter for text/uri-list dataAlexandros Frantzis2022-09-211-1/+1
* Client: fix enlargening window position by margins sizeIlya Fedin2022-09-201-2/+1
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-223-3/+11
* Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
* QWaylandGLContext: print the 0x prefix in error codeThiago Macieira2022-08-101-2/+2
* Client: do not take decoration shadows into account when placing popupsJan Grulich2022-07-291-2/+2
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+1
* Only close popup in the the hiercharyWeng Xuetian2022-07-244-26/+40
* Keep toplevel windows in the top left corner of the screenDavid Redondo2022-07-224-1/+20
* 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
* Client: get activation token automatically whenever possibleIlya Fedin2022-07-111-2/+24
* Doc: Do not advertise Qt module includeKai Köhne2022-07-081-6/+0
* 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
* CMake: Get rid of a few warningsAlexandru Croitor2022-06-292-2/+2
* Implement send_modifiers_map for zwp_text_input_v2Inho Lee2022-06-292-3/+28
* Remove unused variablesEskil Abrahamsen Blomfeldt2022-06-283-4/+0
* Client: fix license in two filesThiago Macieira2022-06-212-2/+2
* Fix build with libcxx (missing array include)Sam James2022-06-201-0/+2
* Fix potential nullptr access in the compositor when killing clientsRobert Griebl2022-06-171-2/+2
* Fix WaylandCompostior build without QtQmlIlya Fedin2022-06-151-1/+1
* 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