summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+2
|\
| * xcb: add qt.qpa.input.events logging of wheel eventsShawn Rutledge2018-06-211-0/+2
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-318/+278
|/
* qxcbconnection_xi2.cpp: fix debug check to avoid confusing debug outputDavid Faure2018-03-091-1/+1
* QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-041-11/+11
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-6/+8
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-6/+8
| |\
| | * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-6/+8
* | | xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-031-52/+50
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-14/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+3
| |\|
| | * xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-131-2/+3
| * | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | | xcb: remove redundant QT_XCB_DEBUG_XINPUT* envvarsGatis Paeglis2017-12-061-6/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| |\|
| | * Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
| | * Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-75/+126
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-11/+17
|\|
| * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-191-11/+17
* | xcb: use default member initialization in structGatis Paeglis2017-07-221-3/+0
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-181-6/+14
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-181-146/+174
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-171-2/+2
* | xcb: fix logic in QXcbConnection::initializeXInput2()Gatis Paeglis2017-07-131-18/+25
* | xcb: cleanup updating of scrolling device valuatorsGatis Paeglis2017-07-131-53/+39
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-131-180/+153
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-19/+13
|\|
| * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-291-6/+0
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-13/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-6/+5
|\|
| * QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
| * xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
* | 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