summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
Commit message (Expand)AuthorAgeFilesLines
* Support multi-key for input context pluginJiDe Zhang2024-03-101-4/+6
* client: Switch qt-toplevel-drag to xdg-toplevel-dragDavid Redondo2024-02-021-5/+7
* client: Fix deletion of new queued shm buffers during reconnectDavid Redondo2024-01-241-1/+1
* Make sure wayland object destructors are calledDavid Redondo2024-01-171-5/+10
* Don't use Qt keywords in headersKai Uwe Broulik2023-12-181-2/+2
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-131-5/+5
* Remove redundant static uint32_t QWaylandDisplay::currentTimeMillisec()Edward Welbourne2023-11-271-2/+0
* client: Fix variable names for QWaylandDisplay::GlobalHolderInho Lee2023-06-301-2/+2
* client: Move wayland globals into a holding structDavid Redondo2023-06-131-39/+96
* client: Implement qt-toplevel-drag-v1David Redondo2023-06-051-0/+3
* client: Implement cursor_shape_v1David Edmundson2023-06-011-1/+4
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-031-1/+1
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-071-0/+5
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-071-0/+8
* Also use text-input if QT_IM_MODULE is empty or "wayland"Weng Xuetian2022-07-131-1/+5
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-111-2/+2
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-281-2/+2
* Add globalRemove to QWaylandClientExtensionDavid Redondo2022-03-091-0/+4
* Add client support for the text-input-unstable-v1 protocolDominik Holland2022-02-021-0/+3
* Fix build with -no-feature-tableteventLiang Qi2022-01-251-0/+6
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-021-0/+1
* Support text-input-unstable-v4-wipInho Lee2021-11-191-2/+5
* Refactor QT_WAYLAND_TEXT_INPUT_PROTOCOLInho Lee2021-11-081-3/+2
* Support different text input protocols - updateLiang Qi2021-10-201-0/+2
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-181-14/+6
* Support different text input protocolsLiang Qi2021-10-071-0/+4
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-041-0/+1
* Client: Drop unused member variableDavid Edmundson2021-07-231-1/+0
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-281-0/+3
* client: Allow QWaylandInputContext to accept composed key combinationsAleix Pol2021-04-131-3/+0
* Handle registry_global out of constructorElvis Lee2021-03-041-0/+2
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-2/+0
* Remove some dead codeEskil Abrahamsen Blomfeldt2020-12-171-1/+0
* Fix race condition on frame callbackPaul Olav Tvete2020-10-071-0/+12
* New input method protocol for use with Qt clientsEskil Abrahamsen Blomfeldt2020-08-261-0/+3
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-291-1/+1
* Declare QWaylandDisplay::findExistingCursorTheme noexceptShawn Rutledge2020-06-261-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-3/+3
* QWaylandDisplay: replace a QMap<pair<QString,int>, pointer*> with a std::vect...Marc Mutz2020-05-181-1/+16
* Client: Upgrade to xdg-output-unstable-v1 version 3Johan Klokkhammer Helsing2020-01-131-3/+3
* Client: Add basic support for tablet-unstable-v2Johan Klokkhammer Helsing2020-01-081-0/+3
* Client: Support running with no screensJohan Klokkhammer Helsing2019-11-121-0/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-031-1/+0
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Johan Klokkhammer Helsing2019-08-291-1/+0
| |\
| | * Client: Crash instead of exit when there's a wayland errorJohan Klokkhammer Helsing2019-08-221-1/+0
* | | QWaylandDisplay: make hasRegistryGlobal() const-correct and take a QStringViewMarc Mutz2019-05-171-1/+1
* | | Client: Implement primary-selection-unstable-v1Johan Klokkhammer Helsing2019-05-101-0/+9
* | | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-071-3/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-0/+3
| |\|