summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix out variable in external shaderBernd Weimer2024-04-111-3/+3
* Remove unused member in quickitemBernd Weimer2024-04-111-14/+13
* Doc: Add documentation for QML WaylandQuickItem::output propertyAndreas Eliasson2024-01-081-0/+5
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-131-9/+5
* Issue keyReleaseEvent regardless of focusInho Lee2023-10-241-1/+1
* Doc: Use correct module identifiers in QML documentationTopi Reinio2023-06-081-9/+9
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* Forward active focus to clients immediatelyBernd Weimer2023-03-161-2/+12
* Compositor_api: delete TexProvider properlyInho Lee2022-12-071-2/+20
* Use SPDX license identifiersLucie Gérard2022-06-101-28/+2
* QtWaylandCompositor: includemocsLiang Qi2022-06-011-0/+2
* Fix: Access nullptr returned by QWaylandSurface::client()Roman Genkhel2022-05-101-1/+1
* Use opaque render list when client content is opaqueEskil Abrahamsen Blomfeldt2022-02-171-2/+2
* Call updateSize only for new windowsBernd Weimer2022-02-151-7/+7
* Fix unused warningsShawn Rutledge2022-02-091-1/+1
* Docs: Fix parentheses for WaylandQuickItem subsurfaceHandler exampleKai Uwe Broulik2021-12-071-2/+3
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-021-8/+22
* Support text-input-unstable-v4-wipInho Lee2021-11-191-0/+11
* Support different text input protocolsLiang Qi2021-10-071-2/+5
* Keep reference to buffer until it has been replacedEskil Abrahamsen Blomfeldt2021-08-241-22/+30
* 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
* Docs: Add "instantiates" keywordsKai Uwe Broulik2021-04-261-0/+1
* Fix to apply smooth for texture of surface itemCathy Park2021-03-161-0/+2
* Return oldNode when bufferLocked even when buffer has contentHyungchan Kim2021-03-151-1/+1
* QWaylandQuickItem: Set shader for external OES texture manuallyValery Volgutov2021-03-081-2/+88
* QWaylandQuickItem: Mark texture as external OES if neededJaeyoon Jung2021-02-221-4/+12
* Do not update size of surface item when buffer is lockedJaeyoon Jung2021-02-151-0/+10
* Create a new node when switched from the different node typesJaeyoon Jung2021-02-101-0/+15
* Fix leaked subsurface wayland itemsEskil Abrahamsen Blomfeldt2020-12-071-0/+1
* Fix some compile warningsEskil Abrahamsen Blomfeldt2020-11-171-1/+1
* Adapt to platform API renameTor Arne Vestbø2020-10-121-2/+2
* Build with -no-openglEskil Abrahamsen Blomfeldt2020-10-021-2/+4
* QWaylandQuickItem: Fix buffer formats with multiple planesEskil Abrahamsen Blomfeldt2020-09-141-10/+28
* New input method protocol for use with Qt clientsEskil Abrahamsen Blomfeldt2020-08-261-3/+13
* Compile against latest qtbaseLars Knoll2020-08-241-1/+2
* Adapt to new QPointingDevice APIShawn Rutledge2020-06-261-16/+16
* Update to changes in QSGMaterial APIEskil Abrahamsen Blomfeldt2020-06-161-1/+2
* Initial work to port the quick item materialLaszlo Agocs2020-06-111-44/+51
* Adapt to native texture API changeLaszlo Agocs2020-05-261-1/+1
* Rename method for consistencyPier Luigi Fiorini2020-04-031-1/+1
* Fix build: Add dependency on OpenGL moduleJohan Klokkhammer Helsing2020-01-301-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-181-1/+9
|\
| * Implement missing changed signals to propertiesPier Luigi Fiorini2020-01-101-1/+9
* | Merge remote-tracking branch 'qt/5.15' into devPaul Olav Tvete2020-01-091-4/+20
|\|
| * Fix compiler warningsPaul Olav Tvete2020-01-081-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-2/+17
| |\
| | * Doc: Fix documentation warningsTopi Reinio2019-11-131-2/+17