summaryrefslogtreecommitdiffstats
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* compositor: Fix crash when raising shell surface itemEskil Abrahamsen Blomfeldt2023-01-301-4/+7
* Compositor_api: delete TexProvider properlyInho Lee2022-12-072-2/+21
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-145-14/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-145-10/+10
* Doc: Do not advertise Qt module includeKai Köhne2022-07-081-6/+0
* Implement send_modifiers_map for zwp_text_input_v2Inho Lee2022-06-292-3/+28
* 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-10188-5333/+399
* QtWaylandCompositor: includemocsLiang Qi2022-06-0140-0/+82
* QtWaylandCompositor: includemocs - qt6Liang Qi2022-06-014-0/+10
* 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
* CMake: use the --build-macro option to qtwaylandscannerThiago Macieira2022-05-191-2/+15
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-112-4/+4
* 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
* Fix deprecated warningAllan Sandfeld Jensen2022-04-271-1/+1
* Doc: Fix QWaylandSurface::isOpaque property documentationTopi Reinio2022-04-061-1/+1
* Doc: Fix documentation warnings and enable doc testing in CITopi Reinio2022-04-063-7/+13
* Fix to have presentation feedback sequence timelyJungi Byun2022-03-312-3/+7
* 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-153-6/+21
* wayland: do not rely on transitive includesFabian Kosmale2022-03-115-0/+6
* Make sure all private headers include at least one otherThiago Macieira2022-03-0819-14/+31
* QWaylandBufferRef: fix relational operatorsMarc Mutz2022-02-284-11/+112
* 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-1489-128/+116
* Fix unused warningsShawn Rutledge2022-02-092-4/+1
* Adapt to moving of type registrations into the Qt namespaceUlf Hermann2022-02-053-16/+9
* Address API review comments for Qt WaylandEskil Abrahamsen Blomfeldt2022-02-044-7/+13
* CMake: Ensure qt_cmdline.cmake files exist for each configure.cmakeAlexandru Croitor2022-01-211-0/+0
* Remove unused .qrc filesJoerg Bornemann2022-01-201-10/+0
* Fix WaylandCompositor PCH build without qtdeclarativeIlya Fedin2022-01-188-0/+16
* Support presentation-time protocolElvis Lee2021-12-105-0/+531
* 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
* Q*FActory: remove unused path argumentsThiago Macieira2021-12-026-114/+18
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-0213-20/+510
* Support text-input-unstable-v4-wipInho Lee2021-11-1915-5/+1159
* Don't build XComposite buffer integration by defaultPaul Olav Tvete2021-11-111-11/+3
* Fix race condition with shared memory buffersPaul Olav Tvete2021-10-071-1/+8
* Support different text input protocolsLiang Qi2021-10-077-13/+58
* Add explicit dependency to Libdrm::LibdrmDominik Holland2021-09-081-0/+7