summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-4/+4
|\| |
| * | Fix compilation with QT_NO_WARNING_OUTPUTKai Koehne2019-03-221-4/+4
* | | Merge remote-tracking branch 'qt/5.13' into devPaul Olav Tvete2019-03-211-106/+279
|\| |
| * | Client: Don't send illegal wl_pointer.set_cursor requestsJohan Klokkhammer Helsing2019-02-271-2/+21
| * | Client: Decrease buffer_scale for small cursor themesJohan Klokkhammer Helsing2019-02-271-8/+44
| * | Client: Don't leak wl_data_offersJohan Klokkhammer Helsing2019-02-201-26/+51
| * | Client: Refactor cursors and fix various bugsJohan Klokkhammer Helsing2019-02-151-78/+171
* | | Client: Implement wl_pointer version 5Robin Burchell2019-03-141-38/+296
|/ /
* | Client decorations: Show menu on right clickJohan Klokkhammer Helsing2019-01-141-0/+5
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-031-14/+25
|\|