summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Client: Fix various input related crashes for events without focusJohan Klokkhammer Helsing2019-01-021-14/+25
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-221-11/+11
|\|
| * use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-051-11/+11
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-4/+5
|\|
| * Client: Fix incorrect enter serial in set_cursorJohan Klokkhammer Helsing2018-11-211-4/+5
* | Client: Don't create cursor surface until we can set its roleJohan Klokkhammer Helsing2018-11-211-1/+3
* | Client: Set key repeat rate and delay from the repeat_info eventJohan Klokkhammer Helsing2018-10-171-2/+8
|/
* Client: Remove failing assert on compositors without wl_data_deviceJohan Klokkhammer Helsing2018-10-031-1/+0
* Client: Fix cursor hotspot on high-dpiJohan Klokkhammer Helsing2018-06-271-3/+9
* Adapt the cursor size per screenAleix Pol2018-05-151-7/+9
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-2/+1
* Simplify and modernize QWaylandInputDeviceJohan Klokkhammer Helsing2017-12-051-49/+20