summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-248-27/+23
* Remove redundant qmldir filesAlexey Edelev2021-02-236-29/+0
* Translate opaque area with frame marginsJan Grulich2021-02-231-3/+5
* Export QWaylandQuickSurfacePrivateHyungchan Kim2021-02-225-17/+77
* Add client parameter for set_cursorJaeyoon Jung2021-02-223-5/+10
* QWaylandQuickItem: Mark texture as external OES if neededJaeyoon Jung2021-02-221-4/+12
* Fix sending input hints with new text input protocolEskil Abrahamsen Blomfeldt2021-02-222-1/+3
* Support platform specific implementationElvis Lee2021-02-177-25/+53
* Do not update size of surface item when buffer is lockedJaeyoon Jung2021-02-151-0/+10
* Client: Connect drags being accepted to updating the source drag iconDavid Edmundson2021-02-151-0/+1
* Client: Send set_window_geometry only once configuredDavid Edmundson2021-02-151-1/+1
* Remove QMake project filesJoerg Bornemann2021-02-1164-1549/+0
* Create a new node when switched from the different node typesJaeyoon Jung2021-02-102-0/+18
* Clear dirty flag to protect original textureJungi Byun2021-02-042-0/+2
* Fix: remove listenerZhang Liang2021-02-021-1/+2
* Ignore duplicated mode in addModeSiyeon Seo2021-01-221-1/+2
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-214-8/+12
* Fix memory leak in QWaylandGLContextEskil Abrahamsen Blomfeldt2021-01-061-0/+2
* Fix leak in multi-output compositor examplesEskil Abrahamsen Blomfeldt2021-01-041-0/+3
* Remove some dead codeEskil Abrahamsen Blomfeldt2020-12-172-20/+0
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-092-6/+6
* Fix leaked subsurface wayland itemsEskil Abrahamsen Blomfeldt2020-12-071-0/+1
* Ensure that grabbing is performed in correct contextAndreas Cord-Landwehr2020-12-041-1/+1
* Doc: Add thumbnail for Qt Wayland Compositor examplesTopi Reinio2020-11-301-0/+3
* Doc: Remove version numbers for import statementJerome Pasion2020-11-268-13/+13
* Fix compilation after removing QEvent copy ctorEskil Abrahamsen Blomfeldt2020-11-193-12/+14
* Check pointer for null before use in ASSERTRoman Genkhel2020-11-171-1/+1
* Make setting QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2020-11-171-2/+4
* Fix compilation after QFileInfo changesEskil Abrahamsen Blomfeldt2020-11-171-1/+1
* Fix some compile warningsEskil Abrahamsen Blomfeldt2020-11-174-6/+9
* Make setting QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2020-11-164-6/+7
* Scanner: Avoid accessing dangling pointers in destroy_func()Vlad Zahorodnii2020-11-131-1/+3
* Make texture sharing mechanism hidden and experimentalEskil Abrahamsen Blomfeldt2020-11-112-0/+9
* Fix registration of QWaylandIviApplication signal typesEskil Abrahamsen Blomfeldt2020-11-111-3/+3
* Port shared texture provider to RHI-on-OpenGLEskil Abrahamsen Blomfeldt2020-11-113-139/+25
* Client: Drop XdgShellV5 and XdgShellV6David Edmundson2020-11-1134-4480/+2
* Adjust to QQmlListProperty working with qsizetypeFabian Kosmale2020-11-112-4/+4
* Doc: Fix documentation warnings for Qt Wayland CompositorTopi Reinio2020-11-064-7/+7
* Stop depending on private API in user-facing cmake codeEskil Abrahamsen Blomfeldt2020-10-302-2/+10
* Doc: List correct license information for the modulePaul Wicking2020-10-281-3/+7
* Replace remaining LGPLv3 headers in QtWaylandCompositor with GPLv3Kai Koehne2020-10-2719-323/+190
* CMake: Add versionless function namesAlexandru Croitor2020-10-262-0/+10
* CMake: Make qtwaylandscanner depend on QtCore onlyAlexandru Croitor2020-10-263-4/+1
* Fix loading EGLStream client buffer integration in static buildEskil Abrahamsen Blomfeldt2020-10-201-1/+1
* Issue set_opaque_region on opaque surfacesAleix Pol2020-10-202-0/+29
* Client: Advertise all supported mime typesDavid Edmundson2020-10-191-1/+1
* Scanner: Generate code that destroys inert resourcesVlad Zahorodnii2020-10-121-5/+15
* Scanner: Generate code that cleans up m_resourceVlad Zahorodnii2020-10-121-0/+2
* Adapt to platform API renameTor Arne Vestbø2020-10-123-4/+4
* Fix race condition on frame callbackPaul Olav Tvete2020-10-074-26/+73