summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-3/+4
|\
| * xcb: send keyboard modifiers with every QTabletEventShawn Rutledge2017-03-141-3/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-4/+20
|\|
| * xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
| * Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-6/+3
|\|
| * xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
| * handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-4/+1
* | xcb: Move QXcbConnection::xi2*() methods() to qxcbconnection_xi2.cppAlexander Volkov2017-02-221-0/+44
|/
* xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
* XCB: Use member initializationFriedemann Kleint2017-01-271-10/+4
* Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+1
* xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-281-0/+7
* xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-081-2/+38
* xcb: Drop libXi version checkLaszlo Agocs2016-10-101-20/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-13/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-13/+14
| |\
| | * xcb: Add qt.qpa.input.events and guard mouse event logs tooLaszlo Agocs2016-08-151-13/+14
* | | Improve library version handlingLars Knoll2016-08-191-3/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-7/+14
|\|
| * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-041-7/+14
* | xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-281-2/+2
* | xcb: don't iterate over .keys()Marc Mutz2016-04-271-3/+2
* | xcb: remove tablet->mouse event synth; harmonize handle/report methodsShawn Rutledge2016-04-191-32/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\|
| * xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-0/+1
|\|
| * xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
* | 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