summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice_p.h
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix the mouse being stuck in pressed state after startSystem{Move,Res...Ilya Fedin2024-03-201-0/+1
* client: use current modifiers in repeat keysLiang Qi2024-03-101-2/+0
* Don't use Qt keywords in headersKai Uwe Broulik2023-12-181-2/+2
* client: Provide seatname for multi-seatLu YaNing2023-10-181-0/+3
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-291-1/+6
* Revert "Client: Send release button event on pointer leave"Liang Qi2023-09-061-1/+0
* client: Drop unused member variablesDavid Edmundson2023-08-311-4/+0
* Client: Fix keyboard focus when closing a popupVlad Zahorodnii2023-08-171-1/+1
* client: initialize key repeat informationDavid Edmundson2023-06-081-5/+5
* Client: Send release button event on pointer leaveIlya Fedin2023-06-051-0/+1
* client: Implement cursor_shape_v1David Edmundson2023-06-011-0/+2
* Client: Update last input device on tablet tool tapVlad Zahorodnii2023-02-281-0/+1
* Client: Port to QPlatformTheme::{MouseCursorTheme,MouseCursorSize}Vlad Zahorodnii2023-01-031-2/+0
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-261-1/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-281-4/+4
* Fix build with -no-feature-tableteventLiang Qi2022-01-251-0/+6
* add abstract class QWaylandTextInputInterface in client sideInho Lee2021-11-081-4/+4
* Avoid memory leaks in QWaylandInputDeviceUlf Hermann2021-08-181-5/+5
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-251-1/+1
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-281-0/+71
* Client: Allow inheritance of key translationJaeyoon Jung2021-04-131-0/+6
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-1/+0
* Support platform specific implementationElvis Lee2021-02-171-1/+1
* New input method protocol for use with Qt clientsEskil Abrahamsen Blomfeldt2020-08-261-0/+5
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-291-1/+1
* Adapt to new QPointingDevice APIShawn Rutledge2020-06-261-1/+1
* Client: Add basic support for tablet-unstable-v2Johan Klokkhammer Helsing2020-01-081-0/+5
* Client: Don't use deprecated handleMouseEvent versionJohan Klokkhammer Helsing2020-01-031-14/+7
* Drive cursor animation with a timerJan Alexander Steffens (heftig)2019-12-171-0/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-161-3/+2
|\
| * Client: Fix touch rounding errorsJohan Klokkhammer Helsing2019-09-091-1/+1
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-2/+1
| |\
| | * Client: Refactor touch handling and fix various bugsJohan Klokkhammer Helsing2019-08-291-2/+1
* | | Client: Fix crash on wl_pointer.up after destroying a windowJohan Klokkhammer Helsing2019-09-021-1/+1
* | | Client: Expose default input device through integrationPier Luigi Fiorini2019-08-231-0/+10
* | | Client: Implement primary-selection-unstable-v1Johan Klokkhammer Helsing2019-05-101-2/+17
* | | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-071-28/+28
|\| |
| * | client: reimplement QPlatformIntegration::possibleKeys()Gatis Paeglis2019-05-031-0/+3
| * | rework key handlingGatis Paeglis2019-04-171-10/+16
| * | client: rework xkb context/keymap/state handlingGatis Paeglis2019-04-151-12/+9
| * | client: rework input method handlingGatis Paeglis2019-04-151-11/+5
* | | Client: Use a QWaylandSurface for pointer focusJohan Klokkhammer Helsing2019-05-021-1/+2
* | | Client: Add support for animated cursorsJohan Klokkhammer Helsing2019-05-021-1/+3
* | | Merge remote-tracking branch 'qt/5.13' into devPaul Olav Tvete2019-03-211-17/+43
|\| |
| * | Client: Don't send illegal wl_pointer.set_cursor requestsJohan Klokkhammer Helsing2019-02-271-2/+8
| * | Client: Don't leak wl_data_offersJohan Klokkhammer Helsing2019-02-201-3/+4
| * | Client: Refactor cursors and fix various bugsJohan Klokkhammer Helsing2019-02-151-13/+32
* | | Client: Implement wl_pointer version 5Robin Burchell2019-03-141-16/+64
|/ /
* | Client decorations: Show menu on right clickJohan Klokkhammer Helsing2019-01-141-0/+2