summaryrefslogtreecommitdiff
path: root/src/compositor/compositor_api
Commit message (Expand)AuthorAgeFilesLines
* compositor: adapt to new QXkbCommon::modifiers()Mario Roessel2023-04-241-1/+1
* Document sendFullKeyEvent() and sendKeyEvent() limitationsPaul Olav Tvete2023-04-181-0/+8
* tests: fix tst_WaylandCompositor::simpleKeyboard()Andrey Butirsky2023-03-311-1/+1
* Forward active focus to clients immediatelyBernd Weimer2023-03-162-2/+13
* doc: Remove category from examples docsEskil Abrahamsen Blomfeldt2023-02-281-1/+1
* Add WL_SHM_FORMAT_RGB888 to supported shm formatsThomas Senyk2022-12-131-0/+1
* compositor: fix build without quickLiang Qi2022-12-091-0/+4
* compositor: Fix warning on damage/damage_buffer mixEskil Abrahamsen Blomfeldt2022-12-072-27/+22
* Compositor_api: delete TexProvider properlyInho Lee2022-12-072-2/+21
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-102-8/+8
* Port from container::count() and length() to size()Marc Mutz2022-10-101-2/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Update header files to fit syncqt standardsAlexey Edelev2022-09-285-11/+9
* Fix potential nullptr access in the compositor when killing clientsRobert Griebl2022-06-171-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-1063-1783/+145
* QtWaylandCompositor: includemocsLiang Qi2022-06-0112-0/+24
* QtWaylandCompositor: includemocs - qt6Liang Qi2022-06-011-0/+2
* Add a TU for qwaylandcompositorquickextensions_p.hLiang Qi2022-06-011-0/+36
* compositor: Fix build without xkbcommonSamuli Piippo2022-05-101-1/+1
* compositor: Fix build without xkbcommonEskil Abrahamsen Blomfeldt2022-05-101-0/+4
* Fix: Access nullptr returned by QWaylandSurface::client()Roman Genkhel2022-05-101-1/+1
* Compositor: Re-enable touch events for Wayland clientsEskil Abrahamsen Blomfeldt2022-05-041-0/+1
* Clear keyboard modifier state when application deactivatesEskil Abrahamsen Blomfeldt2022-05-034-8/+53
* Doc: Fix QWaylandSurface::isOpaque property documentationTopi Reinio2022-04-061-1/+1
* Doc: Fix documentation warnings and enable doc testing in CITopi Reinio2022-04-061-3/+2
* Move internal function to private classPaul Olav Tvete2022-03-294-16/+15
* Send correct modifier state for non-windowsystem key eventsPaul Olav Tvete2022-03-154-2/+60
* Also accept a client text-input extension registered too lateDominik Holland2022-03-152-6/+15
* wayland: do not rely on transitive includesFabian Kosmale2022-03-111-0/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-083-1/+4
* QWaylandBufferRef: fix relational operatorsMarc Mutz2022-02-282-11/+45
* Use opaque render list when client content is opaqueEskil Abrahamsen Blomfeldt2022-02-174-5/+37
* Call updateSize only for new windowsBernd Weimer2022-02-151-7/+7
* QtWaylandCompositor: use cmake-generated export headersMarc Mutz2022-02-1434-36/+36
* Fix unused warningsShawn Rutledge2022-02-092-4/+1
* Address API review comments for Qt WaylandEskil Abrahamsen Blomfeldt2022-02-042-6/+7
* Fix WaylandCompositor PCH build without qtdeclarativeIlya Fedin2022-01-184-0/+8
* Docs: Fix parentheses for WaylandQuickItem subsurfaceHandler exampleKai Uwe Broulik2021-12-071-2/+3
* Move Q_DECLARE_PUBLIC to the public sectionJani Heikkinen2021-12-031-1/+2
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-024-12/+109
* Support text-input-unstable-v4-wipInho Lee2021-11-198-4/+96
* Support different text input protocolsLiang Qi2021-10-075-11/+50
* 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
* QWaylandQuickItem: Invoke handleSubsurfaceAdded also with QVariantKai Uwe Broulik2021-08-101-0/+4
* 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
* Remove forward declaration for classes that don't exist anymoreAlbert Astals Cid2021-06-183-3/+0
* Doc: Fix undocumented parameter in QWaylandCompositor::seatFor()Topi Reinio2021-06-071-1/+1
* Enhance QWaylandQuickHardwareLayer supportElvis Lee2021-05-312-3/+11