summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Delete texture resource immediately to prevent race on shutdownRobert Griebl2021-08-041-2/+1
* Cleanup up all subsurface QQuickItems correctlyDominik Holland2021-08-021-0/+1
* Adjust INTERFACE_MODULE_HAS_HEADERS property nameAlexey Edelev2021-08-022-2/+2
* Use QPointF for native gesture delta valuesShawn Rutledge2021-07-191-4/+4
* Do not update the mask if we do not have a surfaceAleix Pol2021-07-131-4/+4
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0630-42/+34
* linux-dmabuf-unstable-v1: Fix importing dmabuf buffers with modifiersAlexandros Frantzis2021-06-291-68/+61
* Make sure cursor drag icon does not get enter/leave eventsPaul Olav Tvete2021-06-291-0/+1
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-259-15/+21
* CMake: Don't use the NO_CREATE_BACKING_TARGET optionAlexandru Croitor2021-06-211-1/+0
* Remove old configure-related filesJoerg Bornemann2021-06-172-568/+0
* cmake: be more flexible when creating Wayland client and server extension hea...Robert Griebl2021-06-163-13/+24
* cmake: create Wayland extension headers in the correct module pathRobert Griebl2021-06-151-2/+4
* Doc: Fix undocumented parameter in QWaylandCompositor::seatFor()Topi Reinio2021-06-071-1/+1
* Port qtwayland to new QML CMake APIFabian Kosmale2021-06-0516-148/+85
* Add "We mean it" to private headersFabian Kosmale2021-06-035-0/+56
* doc: Expand ivi-compositor example documentationEskil Abrahamsen Blomfeldt2021-06-031-1/+1
* doc: Expand the Minimal QML exampleEskil Abrahamsen Blomfeldt2021-06-031-1/+1
* doc: Add documentation about shell extensionsEskil Abrahamsen Blomfeldt2021-06-031-0/+72
* Add 'Commercial or GPLv3' header to Compositor documentationKai Köhne2021-06-021-0/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-313-8/+8
* Enhance QWaylandQuickHardwareLayer supportElvis Lee2021-05-313-4/+12
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-289-2/+638
* Add protocol for pointer-gestures-unstable-v1Povilas Kanapickas2021-05-283-0/+204
* client: Gracefully handle shutdown and window hidingEskil Abrahamsen Blomfeldt2021-05-273-4/+19
* Client: Disconnect registry listener on destructionDavid Edmundson2021-05-192-0/+8
* Move qtwaylandscanner to libexecKai Köhne2021-05-181-0/+1
* Client: expose toplevel window stateJan Grulich2021-05-144-2/+48
* Remove forward declaration of class that doesn't exist anymoreAlbert Astals Cid2021-05-141-1/+0
* Include locale.h for setlocale/LC_CTYPEAlbert Astals Cid2021-05-121-0/+4
* Do not set null cursor surface on pointer leaveJaeyoon Jung2021-05-121-1/+0
* Client: Announce an output after receiving more complete stateVlad Zahorodnii2021-05-102-11/+31
* Client: Set XdgShell size hints before the first commitDavid Edmundson2021-05-101-2/+1
* doc: Add a note to hasProtectedContent() functionEskil Abrahamsen Blomfeldt2021-05-061-0/+3
* Export wl-shell integrationElvis Lee2021-04-291-11/+25
* Export wayland-egl compositor hwintegrationElvis Lee2021-04-298-14/+36
* Export wayland-egl client hwintegrationElvis Lee2021-04-2816-42/+59
* client: Remove unused header fileEskil Abrahamsen Blomfeldt2021-04-281-62/+0
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-8/+0
* Docs: Add "instantiates" keywordsKai Uwe Broulik2021-04-2617-0/+21
* doc: Add Qt 6 porting information for Qt Wayland CompositorEskil Abrahamsen Blomfeldt2021-04-261-1/+12
* Scanner: Remove global version checkVlad Zahorodnii2021-04-261-3/+1
* Allow seat selectionElvis Lee2021-04-262-13/+19
* Add missing define guardsSamuli Piippo2021-04-221-0/+2
* client: Fix frame callback leak when window unexposedEskil Abrahamsen Blomfeldt2021-04-221-0/+3
* Remove bogus warning about missing wayland-eglEskil Abrahamsen Blomfeldt2021-04-211-5/+0
* Client: get correct window content geometryJan Grulich2021-04-191-2/+12
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-157-7/+7
* Fix inconsistent window geometry on null windowYoungjin Kim2021-04-152-1/+7
* Connect flushRequest after forceRoundTripElvis Lee2021-04-131-5/+8