summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use XI2 event detail to determine changed mouse buttonv5.3.0-rc1Allan Sandfeld Jensen2014-05-051-6/+6
* Use runtime detection of XInput 2.1 to disable legacy wheel eventsAllan Sandfeld Jensen2014-04-251-2/+44
* Reload lastScrollPosition on window enterAllan Sandfeld Jensen2014-04-151-0/+29
* Use XInput2 scrolling events to enable smoother scrollingAllan Sandfeld Jensen2014-01-091-9/+121
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-0/+16
|\
| * Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-45/+44
|\|
| * xcb: added env variables to show input devices and eventsShawn Rutledge2013-12-301-45/+44
* | Remove .values() call in foreachAlbert Astals Cid2013-12-161-1/+1
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-3/+5
|\
| * xcb: Fix TouchPointPressed being sent multiple times.Jocelyn Turcotte2013-08-191-3/+5
* | XI2 touch support: must call deviceForId to create the deviceShawn Rutledge2013-08-161-2/+4
* | xcb: touchpad supportShawn Rutledge2013-07-221-30/+106
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-221-2/+3
* | xcb XI2: simplify and generalize tablet detectionShawn Rutledge2013-07-051-95/+66
|/
* xcb: don't do mouse synthesis from touch unless we find a reasonShawn Rutledge2013-05-071-1/+13
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-161-14/+210
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-281-0/+310