summaryrefslogtreecommitdiff
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix handling of Qt::BlankCursorVlad Zahorodnii2023-01-051-2/+1
* Client: Port to QPlatformTheme::{MouseCursorTheme,MouseCursorSize}Vlad Zahorodnii2023-01-031-16/+17
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-1/+1
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-261-7/+30
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-101-1/+1
* Client: clear focus on touch cancelDavid Edmundson2022-09-051-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* QtWaylandClient: includemocsLiang Qi2022-06-011-0/+2
* Use QPlatformWindow's API as much as possible in QPATang Haixiang2022-04-201-5/+5
* client: update button state and etc in pointer_leave()Liang Qi2022-03-101-5/+5
* Add client support for the text-input-unstable-v1 protocolDominik Holland2022-02-021-0/+7
* Fix build with -no-feature-tableteventLiang Qi2022-01-251-0/+4
* Fix wayland touch event to use time stamp from wayland compositorSeokha Ko2022-01-251-3/+3
* wayland touch event to add key modifierTang Haixiang2022-01-171-1/+1
* Client: Upgrade Seat support to v7David Edmundson2021-12-021-1/+3
* Support text-input-unstable-v4-wipInho Lee2021-11-191-2/+10
* add abstract class QWaylandTextInputInterface in client sideInho Lee2021-11-081-3/+5
* Client: do not empty clipboard when a new popup/window is openedJan Grulich2021-10-051-8/+0
* Client: map keyboard mapping privatelyDavid Edmundson2021-09-081-1/+1
* Avoid memory leaks in QWaylandInputDeviceUlf Hermann2021-08-181-34/+25
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-251-6/+6
* Implement support for pointer gestures v1Povilas Kanapickas2021-05-281-2/+36
* Client: Allow inheritance of key translationJaeyoon Jung2021-04-131-1/+1
* client: Allow QWaylandInputContext to accept composed key combinationsAleix Pol2021-04-131-1/+1
* Fix touch being ignored when down and up are in the same frameHyunkook Khang2021-04-121-0/+8
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-13/+9
* Client: Fix scroll direction with touchpadsDavid Edmundson2020-08-261-0/+6
* New input method protocol for use with Qt clientsEskil Abrahamsen Blomfeldt2020-08-261-0/+14
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-291-8/+8
* Adapt to new QPointingDevice APIShawn Rutledge2020-06-261-5/+6
* Fix build after header changes in qtbaseSimon Hausmann2020-03-161-0/+1
* Client: Add basic support for tablet-unstable-v2Johan Klokkhammer Helsing2020-01-081-0/+3
* Fix compiler warningsPaul Olav Tvete2020-01-081-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
|\
| * Stop using modern C++Johan Klokkhammer Helsing2019-12-311-1/+1
* | Client: Don't use deprecated handleMouseEvent versionJohan Klokkhammer Helsing2020-01-031-17/+21
* | Client: Add QWaylandWindow::mapFromWlSurfaceJohan Klokkhammer Helsing2019-12-301-2/+1
|/
* Drive cursor animation with a timerJan Alexander Steffens (heftig)2019-12-171-3/+31
* Client: Fix inverse repeat rate implementationJohan Klokkhammer Helsing2019-12-171-1/+1
* Avoid animating single frame cursorsDavid Edmundson2019-11-281-4/+12
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-121-1/+4
|\
| * Fix touch being ignored when down and motion are in the same frameJohan Klokkhammer Helsing2019-11-051-1/+4
* | Client: Create context menu event when pressing the menu keyDavid Edmundson2019-09-271-1/+12
* | Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-161-65/+57
|\ \ | |/
| * Client: Fix touch rounding errorsJohan Klokkhammer Helsing2019-09-091-6/+12
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-081-59/+45
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-59/+45
| | |\
| | | * Client: Refactor touch handling and fix various bugsJohan Klokkhammer Helsing2019-08-291-58/+44
| * | | Client: Disable key repeating when rate is set to 0David Edmundson2019-09-081-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Johan Klokkhammer Helsing2019-08-291-1/+12
| |\ \ | | |/