summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client: Implement cursor_shape_v1David Edmundson2023-06-018-1/+246
* Client: Guard our surface from being destroyed whilst rendering from VulkanDavid Edmundson2023-06-012-0/+23
* client: Clamp fractional scaling to be >= 1.0David Edmundson2023-06-011-4/+6
* Client: Remove check for BypassWindowManagerHint when setting viewportDavid Edmundson2023-06-011-1/+1
* Update wayland protocol XML to version 1.22.0David Edmundson2023-06-013-37/+130
* client: Move device initialization to device constructorDavid Edmundson2023-06-011-3/+3
* Client: Don't sanitize desktop file nameVlad Zahorodnii2023-05-311-11/+7
* Don't floor device scale in `QWaylandShmBuffer::imageInsideMargins`Phan Quang Minh2023-05-291-1/+1
* Make sure that all wayland targets are found in source treeAlexey Edelev2023-05-261-7/+15
* Don't refer to private APIs in public docsEskil Abrahamsen Blomfeldt2023-05-251-2/+1
* Avoid promoting Wayland targets to global if they already existAlexey Edelev2023-05-232-0/+20
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* Properly clean up screens during reconnectDavid Redondo2023-05-171-3/+6
* eglwindow: update integration in a connection instead of reinitDavid Redondo2023-05-172-7/+4
* Client: fix a typo in minimum window size handlingIlya Fedin2023-05-151-1/+1
* Apply only valid min/max sizesInho Lee2023-05-092-7/+17
* QWaylandDisplay: suppress warning about mixing QByteArray & QStringThiago Macieira2023-05-021-1/+1
* Doc: Add CMake build sectionsAndreas Eliasson2023-05-022-11/+25
* Exclude hardwareintegration plugins from Unity BuildAmir Masoud Abdol2023-04-251-0/+6
* compositor: adapt to new QXkbCommon::modifiers()Mario Roessel2023-04-241-1/+1
* Doc: Use correct CMake component namePaul Wicking2023-04-241-1/+1
* QWaylandWindow: Init parent wl_surface when creating subsurfaceDavid Rosca2023-04-191-0/+2
* Make sure doApplyConfigure() is called from main threadPaul Olav Tvete2023-04-182-2/+23
* Document sendFullKeyEvent() and sendKeyEvent() limitationsPaul Olav Tvete2023-04-181-0/+8
* Client: Use correct type in vulkan window for nullDavid Edmundson2023-04-131-1/+1
* Implement setBadgeNumber for wayland backendCarl Schwan2023-04-122-0/+7
* Destroy frame queue before displayDavid Redondo2023-04-111-2/+3
* QWaylandClientExtension: Allow specifying destructor for wayland objectsDavid Redondo2023-04-111-3/+20
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-037-18/+18
* Client: let QWaylandClientExtension work before platform integration is assignedIlya Fedin2023-04-033-8/+10
* Client: Provide hooks for parent windows to attach popups to themVlad Zahorodnii2023-04-032-0/+7
* Client: Track parent-popup relationship in QWaylandWindowVlad Zahorodnii2023-04-033-14/+27
* Client: Cleanup vulkan surfaces on hideDavid Edmundson2023-03-312-5/+13
* tests: fix tst_WaylandCompositor::simpleKeyboard()Andrey Butirsky2023-03-311-1/+1
* Client: Fix the mouse being stuck in pressed state after DnDIlya Fedin2023-03-211-1/+1
* Client: Fix wl_surface destruction orderVlad Zahorodnii2023-03-201-6/+6
* Forward active focus to clients immediatelyBernd Weimer2023-03-162-2/+13
* client: Add support for xdg_popup_configureLiang Qi2023-03-102-0/+29
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-0711-21/+212
* client: Do not cast placeholder screens to QWaylandScreenAleix Pol2023-03-061-1/+1
* Rename pure-qml to fancy-compositorEskil Abrahamsen Blomfeldt2023-03-061-3/+3
* Suppress QSharedMemory deprecation warningsMÃ¥rten Nordheim2023-03-022-3/+5
* Client: Allow runtime disabling of interfaces for debugging purposesDavid Edmundson2023-03-021-0/+5
* client: Cleanup CSD contentFBO on surface hideDavid Edmundson2023-03-021-0/+2
* Port xdg shell plugin towards QWaylandShellIntegrationTemplateDavid Redondo2023-03-014-38/+46
* Port ivishell integration to QWaylandShellIntegrationTemplateDavid Redondo2023-03-012-19/+20
* Port wlshell integration to QWaylandShellIntegrationTemplateDavid Redondo2023-03-012-21/+6
* Port fullscreenshell integration to QWaylandShellIntegrationTemplateDavid Redondo2023-03-012-20/+14
* client: Unify margins handlingIlya Fedin2023-02-283-38/+24
* Client: Remove flip popup constraintsVlad Zahorodnii2023-02-281-3/+1