summaryrefslogtreecommitdiff
path: root/src/client/qwaylanddisplay.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support different text input protocols - updateLiang Qi2021-10-201-17/+62
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-181-84/+217
* Support different text input protocolsLiang Qi2021-10-071-10/+71
* Client: do not empty clipboard when a new popup/window is openedJan Grulich2021-10-051-0/+13
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-041-8/+11
* Client: Drop use of hardcoded strings in interface comparisonDavid Edmundson2021-06-241-19/+19
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-281-0/+3
* Use qWarning and _exit() instead of qFatal for wayland errorWeng Xuetian2021-03-311-2/+3
* Handle registry_global out of constructorElvis Lee2021-03-041-7/+12
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-2/+1
* Support platform specific implementationElvis Lee2021-02-171-2/+2
* Fix: remove listenerZhang Liang2021-02-021-1/+2
* Remove some dead codeEskil Abrahamsen Blomfeldt2020-12-171-19/+0
* Fix race condition on frame callbackPaul Olav Tvete2020-10-071-0/+32
* New input method protocol for use with Qt clientsEskil Abrahamsen Blomfeldt2020-08-261-0/+13
* Use wl_surface.damage_buffer on the client sidePaul Olav Tvete2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-1/+1
* QWaylandDisplay: replace a QMap<pair<QString,int>, pointer*> with a std::vect...Marc Mutz2020-05-181-7/+24
* Client: Upgrade to xdg-output-unstable-v1 version 3Johan Klokkhammer Helsing2020-01-131-1/+1
* Client: Add basic support for tablet-unstable-v2Johan Klokkhammer Helsing2020-01-081-0/+3
* Client: Support running with no screensJohan Klokkhammer Helsing2019-11-121-2/+20
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-051-0/+4
|\