summaryrefslogtreecommitdiff
path: root/src/client/qwaylandinputdevice_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-221-5/+5
|\ \ | |/
| * use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-051-5/+5
* | Client: Set key repeat rate and delay from the repeat_info eventJohan Klokkhammer Helsing2018-10-171-0/+3
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-031-2/+0
|/
* Adapt the cursor size per screenAleix Pol2018-05-151-3/+3
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-4/+4
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-281-6/+6
* Simplify and modernize QWaylandInputDeviceJohan Klokkhammer Helsing2017-12-051-18/+18
* Implement basic key composition supportGiulio Camuffo2017-12-041-0/+9
* Client: Use QPointer for focus members of input device capabilitiesJohan Klokkhammer Helsing2017-11-171-3/+4
* Pass modifiers with wheel eventsDavid Edmundson2017-05-121-1/+2