summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | xcb: support Wacom touch devices; distinguish from tabletsShawn Rutledge2014-09-231-7/+41
|/ /
* | xcb: fix coordinates of touch pointsAlexander Volkov2014-09-051-1/+1
* | Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-251-2/+4
* | xcb: set up touch devices even if debug is not turned onShawn Rutledge2014-08-211-18/+22
* | devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-4/+6
* | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-181-47/+50
* | add buttons to QTabletEventShawn Rutledge2014-07-281-20/+32
|/
* xcb: QTabletEvents and proximity events correctly identify the toolShawn Rutledge2014-07-111-42/+109
* Listen to touch events on the master device instead of slave.Maarten Lankhorst2014-07-021-36/+13
* XCB: Fix leak with touch devicesJoni Poikelin2014-06-201-0/+6
* xcb: touch device mode is either Dependent or Direct, not Rel or AbsShawn Rutledge2014-06-161-2/+2
* Support hotplugging of input devices with XInput2Allan Sandfeld Jensen2014-06-121-105/+143
* Scrolling devices should not override touch or tablet devicesAllan Sandfeld Jensen2014-05-131-13/+33
* Assume unlabelled mouse buttons are default buttonsAllan Sandfeld Jensen2014-05-131-7/+9
* 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