summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure that WaylandGlobalPrivate_sync_headers is runningAlexey Edelev2023-07-071-0/+9
* Doc: Fix qdoc link warningsAndreas Eliasson2023-07-051-1/+12
* client: no need to update decoration when shutting downLiang Qi2023-06-301-0/+3
* client: check nullptr before usageLiang Qi2023-06-282-2/+2
* client: Use nullptr instead of 0 in QWaylandDisplayLiang Qi2023-06-281-1/+1
* Doc: Use correct module identifiers in QML documentationTopi Reinio2023-06-0823-192/+192
* client: Fix crash on dnd updates after client facing drag endsDavid Edmundson2023-06-081-0/+3
* Add missing globals to reset on reconnectDavid Redondo2023-06-061-0/+2
* Fix compilation with -feature-wayland_text_input_v4_wipEskil Abrahamsen Blomfeldt2023-06-061-0/+1
* client: Guard against client destruction in gesturesDavid Edmundson2023-06-061-3/+20
* client: Implement qt-toplevel-drag-v1David Redondo2023-06-056-12/+146
* Client: Send release button event on pointer leaveIlya Fedin2023-06-052-2/+8
* Remove QDoc-specific workaroundTopi Reinio2023-06-051-5/+1
* 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