summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "QWaylandDisplay: Allow software-only deco and don't init GL needlessly"Eskil Abrahamsen Blomfeldt2024-04-111-6/+1
* QWaylandDisplay: Allow software-only deco and don't init GL needlesslyKai Uwe Broulik2024-04-021-1/+6
* Use static_cast rather than dynamic_castLu YaNing2024-03-211-2/+2
* Support multi-key for input context pluginJiDe Zhang2024-03-101-4/+4
* Prefer text-input-v2 over text-input-v3 for nowWeng Xuetian2024-02-121-2/+6
* client: Switch qt-toplevel-drag to xdg-toplevel-dragDavid Redondo2024-02-021-4/+4
* client: Clean up old registry on reconnectDavid Redondo2024-02-011-0/+2
* client: Fix deletion of new queued shm buffers during reconnectDavid Redondo2024-01-241-2/+2
* client: Destroy window manager integration before displayDavid Redondo2024-01-231-0/+1
* Make sure wayland object destructors are calledDavid Redondo2024-01-171-18/+44
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-131-30/+17
* Remove redundant static uint32_t QWaylandDisplay::currentTimeMillisec()Edward Welbourne2023-11-271-10/+0
* Follow up handleWindowActivated -> handleFocusWindowChanged renameTor Arne Vestbø2023-11-241-1/+1
* QWaylandSurface: client support wl_surface version 6JiDe Zhang2023-11-021-1/+1
* client: Make sure screens stay virtual siblings during reconnectDavid Redondo2023-07-281-3/+3
* client: no need to update decoration when shutting downLiang Qi2023-06-301-0/+3
* client: Fix variable names for QWaylandDisplay::GlobalHolderInho Lee2023-06-301-9/+9
* client: Use nullptr instead of 0 in QWaylandDisplayLiang Qi2023-06-281-1/+1
* client: Move wayland globals into a holding structDavid Redondo2023-06-131-73/+69
* Add missing globals to reset on reconnectDavid Redondo2023-06-061-0/+2
* client: Implement qt-toplevel-drag-v1David Redondo2023-06-051-0/+4
* client: Implement cursor_shape_v1David Edmundson2023-06-011-0/+3
* Properly clean up screens during reconnectDavid Redondo2023-05-171-3/+6
* QWaylandDisplay: suppress warning about mixing QByteArray & QStringThiago Macieira2023-05-021-1/+1
* Destroy frame queue before displayDavid Redondo2023-04-111-2/+3
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-031-1/+6
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-071-18/+143
* Client: Allow runtime disabling of interfaces for debugging purposesDavid Edmundson2023-03-021-0/+5
* Client: Handle zwp_primary_selection_device_manager_v1 global removalVlad Zahorodnii2022-12-131-0/+9
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-071-0/+17
* Remove uneeded forceRoundTrip on XdgOutputManagerDavid Edmundson2022-11-081-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-101-15/+15
* Port from container::count() and length() to size()Marc Mutz2022-10-101-2/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-2/+2
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+1
* Also use text-input if QT_IM_MODULE is empty or "wayland"Weng Xuetian2022-07-131-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* QtWaylandClient: includemocsLiang Qi2022-06-011-0/+2
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-111-1/+1
* client: Avoid trying to read/cancel read if wl_display_read_events failedDavid Edmundson2022-03-231-0/+3
* Add globalRemove to QWaylandClientExtensionDavid Redondo2022-03-091-1/+2
* Reduce memory leakageUlf Hermann2022-02-231-0/+3
* client: Simplify round trip behaviorDavid Edmundson2022-02-141-42/+1
* Fix unused warningsShawn Rutledge2022-02-091-1/+1
* Add client support for the text-input-unstable-v1 protocolDominik Holland2022-02-021-2/+36
* Fix build with -no-feature-tableteventLiang Qi2022-01-251-0/+4
* Client: Implement DataDeviceV3David Edmundson2021-12-091-1/+1
* Support text-input-unstable-v4-wipInho Lee2021-11-191-4/+43
* Refactor QT_WAYLAND_TEXT_INPUT_PROTOCOLInho Lee2021-11-081-96/+38
* add abstract class QWaylandTextInputInterface in client sideInho Lee2021-11-081-1/+2