summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-18/+79
|\
| * xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-061-13/+41
| * xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-031-5/+38
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+4
| |\
| | * Fix XI2 smooth scroll with inverted directionMaxim Mikityanskiy2015-12-171-0/+4
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
|/ /
* | xcb: don't select XInput events on the root windowShawn Rutledge2016-01-051-1/+1
* | XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
* | xcb: fix touchscreen input with certain capabilities onlyWolfgang Bremer2015-09-251-0/+2
* | xcb: get Genius/Waltop tablets working againShawn Rutledge2015-09-241-0/+6
* | xcb: Compress mouse motion and touch update eventsGatis Paeglis2015-09-221-60/+59
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-9/+10
|\|
| * xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-191-9/+10
* | xcb: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-9/+8
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-16/+17
|\|
| * xcb: Make it compile on systems with xinput2 < 2.2Martin Koller2015-07-301-11/+13
| * xcb: fix tablet proximity againShawn Rutledge2015-07-281-5/+4
* | Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-10/+6
|/
* xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-191-3/+5
* xcb: Ignore emulated pointer eventsAlexander Volkov2015-06-081-1/+1
* xcb: Track touch points on a per device basisAlexander Volkov2015-06-031-5/+6
* Don't assign iterator to const_iteratorSérgio Martins2015-06-021-2/+2
* xcb: Use XIGrabDevice instead of xcb_grab_pointer with XI 2.2Laszlo Agocs2015-06-011-147/+286
* xcb: Properly calculate the size of the touch rectAlexander Volkov2015-05-231-14/+5
* xcb: Fix FP1616 to double conversionAlexander Volkov2015-05-141-1/+1
* Fix compile error in XCB when XInput version < 2.2Kati Kankaanpaa2015-05-121-0/+2
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-4/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-10/+66
|\
| * Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-091-10/+66
* | xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-171-15/+17
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Ensure null pointers are not added to QXcbConnection::m_touchDevicesSandro Mani2015-02-041-3/+5
* | Avoid warning about QString from char in xcbLaszlo Agocs2015-01-151-1/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-1/+3
|\
| * XCB: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-1/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+4
| |\|
| | * Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-261-2/+4
| | * Detect wrongly labelled wheel buttonsAllan Sandfeld Jensen2014-08-201-1/+4
* | | 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