summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-034-15/+15
* 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-032-6/+25
* Client: Cleanup vulkan surfaces on hideDavid Edmundson2023-03-312-5/+13
* 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
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-077-21/+195
* client: Do not cast placeholder screens to QWaylandScreenAleix Pol2023-03-061-1/+1
* Client: Allow runtime disabling of interfaces for debugging purposesDavid Edmundson2023-03-021-0/+5
* client: Unify margins handlingIlya Fedin2023-02-282-27/+14
* Client: Update last input device on tablet tool tapVlad Zahorodnii2023-02-283-4/+17
* client: Utilize new handleWindowDevicePixelRatioChangedDavid Edmundson2023-02-271-1/+7
* client: Force a roundtrip when an XdgOutput is not ready yetMarco Martin2023-02-271-0/+2
* Fix build on CentOS 7Ilya Fedin2023-02-241-0/+10
* Client: Stop requesting activation on every focus object changeVlad Zahorodnii2023-02-221-13/+0
* Convert cursor bitmap to supported formatMichael Weghorn2023-02-221-1/+15
* Fix automoc warning regarding includeMÃ¥rten Nordheim2023-02-211-1/+1
* Exclude sources generated by the scanner from CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-131-4/+6
* Disambiguate input method constantsFriedemann Kleint2023-02-133-8/+8
* Disambiguate static variablesFriedemann Kleint2023-02-135-15/+15
* client: Fix infinite recursion with text-input-v2Eskil Abrahamsen Blomfeldt2023-01-301-3/+8
* Don't change process locale while initializing QWaylandInputContextIlya Fedin2023-01-261-3/+1
* QWaylandTabletSeatV2: Do not leak tablet informationAleix Pol2023-01-241-0/+3
* QWaylandDataOffer: Save double look-upAleix Pol2023-01-241-2/+3
* Client: Manage QMimeData lifecycleTang Haixiang2023-01-094-13/+22
* Client: Fix handling of Qt::BlankCursorVlad Zahorodnii2023-01-051-2/+1
* Client: Port to QPlatformTheme::{MouseCursorTheme,MouseCursorSize}Vlad Zahorodnii2023-01-032-18/+17
* Client: Handle zwp_primary_selection_device_manager_v1 global removalVlad Zahorodnii2022-12-132-5/+9
* Client: Provide support for custom shellsVlad Zahorodnii2022-12-083-5/+22
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-086-7/+32
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-079-7/+253
* Fix frame sync related to unprotected multithread accessWeng Xuetian2022-12-032-32/+43
* Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+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-071-0/+2
* Implement QNativeInterface::Private::QWaylandScreenDavid Redondo2022-11-031-2/+9
* Always use blocking write for data_source.sendInho Lee2022-11-011-0/+8
* Implement QNativeInterface::QWaylandApplicationDavid Redondo2022-10-272-4/+71
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-262-8/+32