summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* Forward active focus to clients immediatelyBernd Weimer2023-03-162-2/+13
* Rename pure-qml to fancy-compositorEskil Abrahamsen Blomfeldt2023-03-061-3/+3
* doc: Remove category from examples docsEskil Abrahamsen Blomfeldt2023-02-287-13/+11
* Disambiguate static variablesFriedemann Kleint2023-02-133-9/+9
* Doc: Fix documentation warningsTopi Reinio2023-02-071-1/+1
* compositor: Fix crash when raising shell surface itemEskil Abrahamsen Blomfeldt2023-01-301-4/+7
* Add WL_SHM_FORMAT_RGB888 to supported shm formatsThomas Senyk2022-12-131-0/+1
* compositor: fix build without quickLiang Qi2022-12-095-0/+21
* compositor: Support touch interaction with client decorationsEskil Abrahamsen Blomfeldt2022-12-072-13/+33
* compositor: Fix warning on damage/damage_buffer mixEskil Abrahamsen Blomfeldt2022-12-072-27/+22
* Compositor_api: delete TexProvider properlyInho Lee2022-12-072-2/+21
* Improve examplesBernd Weimer2022-11-251-2/+4
* Add dependencies of wayland protocolsInho Lee2022-11-071-0/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-131-1/+1
* Adapt module to work with the new syncqtAlexey Edelev2022-10-122-0/+8
* Add private header filters to the qt_interal_add_module callsAlexey Edelev2022-10-121-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-105-14/+14
* Port from container::count() and length() to size()Marc Mutz2022-10-105-10/+10
* Fix syncqt warningsLuca Di Sera2022-10-101-1/+1
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Update header files to fit syncqt standardsAlexey Edelev2022-09-286-11/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Remove Cpp.ignoretokens, Cpp.ignoredirectives from .qdocconfKai Köhne2022-08-221-3/+0
* Add license headers to cmake filesLucie Gérard2022-07-083-0/+9
* Doc: Do not advertise Qt module includeKai Köhne2022-07-081-6/+0
* Check m_dragFocusResource for nullptr in DataDevice::dragMoveRoman Genkhel2022-06-301-2/+2
* add an interface to customize modifiersMap for zwp_text_input_v2Inho Lee2022-06-293-0/+35
* 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