summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-241-0/+3
| * | Client: Fix reverse screen orderJohan Klokkhammer Helsing2019-04-291-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-3/+3
| |\|
| | * Client: Don't be exposed if we want to create a sub or shell surfaceJohan Klokkhammer Helsing2019-04-081-3/+3
| * | client: rework xkb context/keymap/state handlingGatis Paeglis2019-04-151-0/+12
| * | client: rework input method handlingGatis Paeglis2019-04-151-0/+8
* | | Client: Remove QWaylandWindow wl_surface inheritanceJohan Klokkhammer Helsing2019-04-101-0/+1
|/ /
* | Client: Refactor cursors and fix various bugsJohan Klokkhammer Helsing2019-02-151-4/+5
* | Member init for some variables that are not covered by constructorsJohan Klokkhammer Helsing2019-01-161-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-051-0/+5
|\|
| * Fix compilation with gcc 4.8Ville Voutilainen2018-12-041-0/+5
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-031-2/+0
|/
* Remove unnecessary function declarationJohan Klokkhammer Helsing2018-09-171-5/+0
* Client: Fix regression; drawing decorations of active windows as inactiveJohan Klokkhammer Helsing2018-08-281-0/+1