summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client: Fix various input related crashes for events without focusJohan Klokkhammer Helsing2019-01-021-14/+25
* use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-051-11/+11
* Client: Fix incorrect enter serial in set_cursorJohan Klokkhammer Helsing2018-11-211-4/+5
* 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
* Implement basic key composition supportGiulio Camuffo2017-12-041-1/+64
* Client: Use QPointer for focus members of input device capabilitiesJohan Klokkhammer Helsing2017-11-171-7/+1
* Set the cursor when the pointer enters the windowGiulio Camuffo2017-05-121-1/+1
* Pass modifiers with wheel eventsDavid Edmundson2017-05-121-3/+3
* Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-231-1/+7
* Fix build without feature.cursorTasuku Suzuki2017-01-131-0/+10
* Use new feature system, part 2Lars Knoll2016-11-231-1/+1
* Use the feature system internallyLars Knoll2016-11-231-11/+11
* Don't reset the cursor at every mouse moveGiulio Camuffo2016-11-221-0/+14
* Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-11-101-0/+28
|\
| * Client: Cleanup mouse state after dragJohan Klokkhammer Helsing2016-11-101-0/+10
| * Client: Fix touch getting stuck after drag-and-dropJohan Klokkhammer Helsing2016-11-091-0/+16
| * Fix build when some features are disabledPaul Olav Tvete2016-11-071-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-31/+3
|\|
| * Use xdg_shell configure events to determine active windowJohan Klokkhammer Helsing2016-07-041-31/+3
* | Fix the key code of key events when control is pressedGiulio Camuffo2016-07-041-2/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-301-1/+0
|\|
| * Remove unused method QWaylandDisplay::lastKeyboardFocusInputDeviceJohan Klokkhammer Helsing2016-06-291-1/+0
* | Rename private headers to _p.hPaul Olav Tvete2016-05-191-1/+1
* | Fix text-input support for new APIJan Arne Petersen2016-04-181-11/+16
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-291-2/+26
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-221-2/+26
| |\|
| | * Add support for bitmap cursorsMartin Gräßlin2016-03-171-2/+26
* | | Filter key events through the input method contextArnaud Vrac2016-03-251-23/+32
|/ /
* | Send keyboard repeat informationPier Luigi Fiorini2016-03-221-2/+2
* | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-03-081-0/+5
|\|
| * Fix crash for destroyed surface on touch eventElvis Lee2016-02-251-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+7
|\|
| * Fix the control keyPaul Olav Tvete2016-01-111-0/+7
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Use xkbcommon for internal key events tooGiulio Camuffo2015-07-231-155/+3
* Fix wheel events when the decorations are enabledGiulio Camuffo2015-06-091-4/+11
* Add safety check in QWaylandInputDevice::Keyboard::modifiers()Martin Gräßlin2015-05-151-0/+3
* Map more XKB key codesArnaud Vrac2015-05-071-0/+17
* Fix crash on keyboard removeGiulio Camuffo2015-05-041-0/+4
* Use defines instead of hardcoded stringsGiulio Camuffo2015-04-241-6/+4
* Do not manually update the xkb stateGiulio Camuffo2015-04-241-1/+0
* Add client side support for media keysGiulio Camuffo2015-04-161-0/+7
* Update copyright headersJani Heikkinen2015-02-171-22/+14
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-7/+13
|\
| * Sanitize popup behavior.Laszlo Agocs2015-02-131-2/+6
| * Fix copying text to non-qt clientsGiulio Camuffo2015-02-071-0/+1