summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly detect if image format is supported by QImageWriterJan Blackquill2021-08-241-1/+1
* Keep reference to buffer until it has been replacedEskil Abrahamsen Blomfeldt2021-08-242-22/+32
* Implement wp_viewporter support for video buffer formatsEskil Abrahamsen Blomfeldt2021-08-231-1/+11
* Ignore viewporter buffer size when buffer is nullEskil Abrahamsen Blomfeldt2021-08-231-8/+10
* Avoid memory leaks in QWaylandInputDeviceUlf Hermann2021-08-183-40/+32
* doc: Expand documentation for server-side decorations exampleEskil Abrahamsen Blomfeldt2021-08-131-1/+2
* doc: Expand documentation of Pure QML exampleEskil Abrahamsen Blomfeldt2021-08-131-1/+1
* QWaylandQuickItem: Invoke handleSubsurfaceAdded also with QVariantKai Uwe Broulik2021-08-101-0/+4
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-0931-31/+31
* CMake: Make WAYLAND_INCLUDE_DIR argument internalJoerg Bornemann2021-08-043-7/+7
* Fix building standalone examples with CMakeJoerg Bornemann2021-08-042-2/+2
* 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
* Client: Drop unused member variableDavid Edmundson2021-07-231-1/+0
* Use QPointF for native gesture delta valuesShawn Rutledge2021-07-151-4/+4
* Improve categorized logging outputShawn Rutledge2021-07-141-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
* Restructure configure featuresJoerg Bornemann2021-07-059-385/+266
* 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
* Fix typo in include guardAlexey Edelev2021-06-251-2/+2
* Client: Drop use of hardcoded strings in interface comparisonDavid Edmundson2021-06-241-19/+19
* CMake: Don't use the NO_CREATE_BACKING_TARGET optionAlexandru Croitor2021-06-211-1/+0
* Remove forward declaration for classes that don't exist anymoreAlbert Astals Cid2021-06-187-8/+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
* Hook up queryKeyboardModifersDavid Redondo2021-06-142-0/+10
* Add BlankCursor for cursor names mapJiDe Zhang2021-06-111-0/+2
* doc: Add documentation for TextInputManagerEskil Abrahamsen Blomfeldt2021-06-092-2/+33
* 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