summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+5
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-131-2/+10
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-9/+11
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-151-3/+213
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* xcb: update connection time when possibleLiang Qi2021-09-061-0/+1
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-161-0/+5
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-161-2/+45
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-081-9/+24
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-121-1/+2
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-3/+3
* Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properlyPaul Olav Tvete2020-12-251-4/+3
* Fix out-of-bounds writePaul Olav Tvete2020-12-231-14/+16
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-151-74/+97
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-231-122/+2
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-8/+8
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-1/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-2/+2
* xcb: fix seatId to be master-keyboard-id << 16 | master-pointer-idShawn Rutledge2020-06-181-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-125/+279
* Make xcb plugin compile with -no-feature-tableteventShawn Rutledge2020-02-201-2/+0
* Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-6/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-2/+4
|\
| * tablets on xcb: report correct local coordinates to nested windowsShawn Rutledge2020-01-061-2/+4
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* QPoint/F: add transposed()Marc Mutz2019-08-071-3/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-0/+4
|\
| * Add an ID for recognition of UGEE tabletsDmitry Kazakov2019-05-071-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-0/+30
|\|
| * Fix tablet jitter on X11Dmitry Kazakov2019-04-011-0/+30
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-3/+3
|/
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-43/+18
* xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-2/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-88/+1
|\
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-88/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+93
|\|
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-1/+93
* | 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