summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Client: Provide support for custom shellsVlad Zahorodnii2022-12-083-5/+22
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-0812-7/+50
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-0711-7/+372
* 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
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-051-8/+27
* client: Allow resizing with touch input on client-side decorationsEskil Abrahamsen Blomfeldt2022-12-051-37/+80
* Fix frame sync related to unprotected multithread accessWeng Xuetian2022-12-032-32/+43
* Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+4
* Improve examplesBernd Weimer2022-11-251-2/+4
* Client: Bump wl_output versionVlad Zahorodnii2022-11-221-1/+1
* Client: Call wl_output_release() upon QWaylandScreen destructionVlad Zahorodnii2022-11-221-0/+2
* Client: Add F_SEAL_SHRINK seal to shm backing fileVlad Zahorodnii2022-11-181-1/+7
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* Remove uneeded forceRoundTrip on XdgOutputManagerDavid Edmundson2022-11-081-1/+0
* Add dependencies of wayland protocolsInho Lee2022-11-072-0/+6
* Implement QNativeInterface::Private::QWaylandScreenDavid Redondo2022-11-031-2/+9
* Always use blocking write for data_source.sendInho Lee2022-11-011-0/+8
* Disable/fix warningsJonas Karlsson2022-10-281-0/+3
* Implement QNativeInterface::QWaylandApplicationDavid Redondo2022-10-272-4/+71
* Client: Add support for xdg_toplevel.configure_boundsVlad Zahorodnii2022-10-263-22/+162
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-263-37/+227
* Implement window alert with xdg-activationIlya Fedin2022-10-237-4/+52
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-191-2/+1
* Allow to run wayland-scanner without --include-core-onlyVolker Krause2022-10-181-3/+6
* 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-1210-0/+26
* Add private header filters to the qt_interal_add_module callsAlexey Edelev2022-10-124-0/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1014-40/+40
* Port from container::count() and length() to size()Marc Mutz2022-10-1016-32/+32
* Fix syncqt warningsLuca Di Sera2022-10-102-2/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-062-3/+3
* Fix qt_attribution.json fileKai Köhne2022-09-291-4/+4
* Update header files to fit syncqt standardsAlexey Edelev2022-09-286-11/+20
* Call `finishDrag()` in `QWaylandDataDevice::dragSourceCancelled()`Fushan Wen2022-09-221-0/+1
* Client: fix enlargening window position by margins sizeIlya Fedin2022-09-201-2/+1
* Hold surface read lock throughout QWaylandEglWindow::updateSurfaceDavid Edmundson2022-09-121-2/+4
* Use CRLF line delimiter for text/uri-list dataAlexandros Frantzis2022-09-051-1/+1
* Client: clear focus on touch cancelDavid Edmundson2022-09-051-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2357-57/+57
* Client: add custom margins support to xdg popupsIlya Fedin2022-08-233-3/+11
* Remove Cpp.ignoretokens, Cpp.ignoredirectives from .qdocconfKai Köhne2022-08-221-3/+0
* Avoid calling requestUpdate from wrong threadEskil Abrahamsen Blomfeldt2022-08-171-1/+5
* QWaylandGLContext: print the 0x prefix in error codeThiago Macieira2022-08-101-2/+2
* Provide a handle for desktop portal via xdg-exporterDavid Redondo2022-07-2910-1/+359
* Client: do not take decoration shadows into account when placing popupsJan Grulich2022-07-291-2/+2
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+1
* Only close popup in the the hiercharyWeng Xuetian2022-07-244-26/+40
* Client: Expose a way to set window margins via native interfaceIlya Fedin2022-07-194-2/+40