summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make wheel operations compatible with xcbInho Lee7 days1-2/+4
* Client: Replace a bunch of frameMargins with clientSideMarginsIlya Fedin2024-03-291-2/+2
* Client: Fix the mouse being stuck in pressed state after startSystem{Move,Res...Ilya Fedin2024-03-201-1/+6
* client: use current modifiers in repeat keysLiang Qi2024-03-101-6/+5
* Do not create new wl_pointer objects when creating pointer gesturesDavid Redondo2024-02-281-2/+2
* Client: Fix Qt::KeypadModifier for key eventsNicolas Fella2024-02-011-2/+1
* Make sure wayland object destructors are calledDavid Redondo2024-01-171-2/+7
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-131-7/+3
* Follow up handleWindowActivated -> handleFocusWindowChanged renameTor Arne Vestbø2023-11-241-1/+1
* Add list is empty judgment,optimize to use constantFeifei Zhan2023-11-031-1/+6
* client: Provide seatname for multi-seatLu YaNing2023-10-181-0/+5
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-291-7/+29
* Fix use-after-free with animated cursorsPaul Olav Tvete2023-09-191-8/+1
* client: Port QWaylandInputDevice to support QT_NO_CONTEXTLESS_CONNECTDavid Edmundson2023-09-091-2/+2
* Revert "Client: Send release button event on pointer leave"Liang Qi2023-09-061-7/+2
* QWaylandInputDevice: Don't create cursor surface just for hiding itKai Uwe Broulik2023-08-281-9/+3
* QWaylandInputDevice: Reset cursor surface state when using shape cursorKai Uwe Broulik2023-08-251-1/+10
* Client: Fix keyboard focus when closing a popupVlad Zahorodnii2023-08-171-11/+14
* Client: Send release button event on pointer leaveIlya Fedin2023-06-051-2/+7
* client: Implement cursor_shape_v1David Edmundson2023-06-011-0/+9
* client: Move device initialization to device constructorDavid Edmundson2023-06-011-3/+3
* Client: Fix the mouse being stuck in pressed state after DnDIlya Fedin2023-03-211-1/+1
* 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