summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not send invisible key charactersGiulio Camuffo2015-02-051-1/+2
| * Send mouse events with the correct modifiersGiulio Camuffo2015-01-291-5/+5
* | Update the protocol to 1.4 and raise the required libwayland versionGiulio Camuffo2015-02-031-4/+14
* | Namespace the platform pluginsGiulio Camuffo2015-01-291-0/+4
* | Send proper mouse enter eventsGiulio Camuffo2015-01-131-15/+33
* | Merge branch '5.4' into devGiulio Camuffo2014-11-151-2/+13
|\|
| * Be compatible with older compositorsGiulio Camuffo2014-10-131-2/+2
| * Send also repeat key release eventsGiulio Camuffo2014-09-281-0/+12
* | Allow client side input device customizationMikko Levonmaa2014-10-061-166/+119
|/
* Avoid useless handleTouchEvent callLaszlo Agocs2014-09-081-7/+5
* Allow activating decoration buttons with touchv5.4.0-alpha1Laszlo Agocs2014-09-061-1/+5
* DataOffer not invalidated when client loses keyboard focusLi Qiu2014-09-041-0/+5
* Wayland: can drag a window by its titlebar using the touchscreenShawn Rutledge2014-09-011-2/+8
* Wayland: correct touch locationShawn Rutledge2014-09-011-1/+1
* Fix touch with WestonLaszlo Agocs2014-09-011-7/+19
* Explicitly define the interface versionsGiulio Camuffo2014-08-231-1/+1
* Auto repeat only the keys which should be repeatedGiulio Camuffo2014-07-231-1/+5
* Reduce headers inter-dependency in the QPA pluginGiulio Camuffo2014-06-161-0/+1
* Send the native codes of the key eventsGiulio Camuffo2014-04-291-28/+36
* Null check for window on pointer_axisElvis Lee2014-04-071-0/+6
* init mTouchDevice to nullShawn Rutledge2014-02-031-0/+1