summaryrefslogtreecommitdiff
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-231-8/+12
|\
| * client: update button state and etc in pointer_leave()Liang Qi2022-03-101-5/+5
| * Fix build with -no-feature-tableteventLiang Qi2022-02-021-0/+4
| * Fix wayland touch event to use time stamp from wayland compositorSeokha Ko2022-01-271-3/+3
| * wayland touch event to add key modifierTang Haixiang2022-01-251-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-1/+9
|\ \ | |/
| * Fix touch being ignored when down and up are in the same frameHyunkook Khang2021-04-141-0/+8
| * client: Allow QWaylandInputContext to accept composed key combinationsAleix Pol2021-04-131-1/+1
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-221-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-271-20/+20
* Client: Fix scroll direction with touchpadsDavid Edmundson2020-08-281-0/+6
* 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
| |\ \ | | |/
| | * Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-08-151-1/+12
* | | Client: Fix crash on wl_pointer.up after destroying a windowJohan Klokkhammer Helsing2019-09-021-2/+9
* | | Client: Don't try to disconnect destroy handler from destroyed objectsJohan Klokkhammer Helsing2019-08-271-2/+4
* | | Client: Expose default input device through integrationPier Luigi Fiorini2019-08-231-0/+15
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+2
|\ \ \ | |/ /
| * | Fix GCC 4.8 buildVille Voutilainen2019-08-091-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-021-0/+7
|\ \ \ | |/ /
| * | Client: Don't crash when the cursor theme fails to loadv5.13.0-rc1Johan Klokkhammer Helsing2019-05-211-0/+7
* | | Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-1/+1
* | | Client: Implement primary-selection-unstable-v1Johan Klokkhammer Helsing2019-05-101-0/+25
* | | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-071-177/+104
|\ \ \ | |/ /
| * | client: reimplement QPlatformIntegration::possibleKeys()Gatis Paeglis2019-05-031-0/+11
| * | drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-251-5/+5
| * | rework key handlingGatis Paeglis2019-04-171-66/+61
| * | client: rework xkb context/keymap/state handlingGatis Paeglis2019-04-151-50/+28
| * | client: rework input method handlingGatis Paeglis2019-04-151-71/+14
* | | Client: Use a QWaylandSurface for pointer focusJohan Klokkhammer Helsing2019-05-021-23/+26
* | | Client: Add support for animated cursorsJohan Klokkhammer Helsing2019-05-021-3/+35
* | | Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-05-011-4/+13
* | | Client: Make CursorSurface inherit from QWaylandSurfaceJohan Klokkhammer Helsing2019-04-101-38/+6