summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpointingdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Show decimal device IDs in QInputDevice qDebug outputShawn Rutledge2023-06-201-1/+1
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-3/+3
* doc: Add docs for QPointingDevice::GrabTransition and grabChanged signalShawn Rutledge2022-10-111-0/+42
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-061-0/+1
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-121-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-5/+7
* gui: return first default device when seatName isNullLiang Qi2022-03-131-1/+1
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-151-0/+3
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+2
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-081-5/+5
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-3/+3
* Add grabber context pointersShawn Rutledge2021-05-011-0/+23
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-291-12/+9
* Add grabber context pointersShawn Rutledge2021-04-281-9/+12
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-121-3/+7
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-151-0/+19
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-091-9/+16
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-071-2/+89
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-031-3/+3
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* QPointingDevPriv::setExclusiveGrabber: emit grabChanged with point foundShawn Rutledge2020-09-171-1/+1
* Add more QPointerEvent functions needed in Qt QuickShawn Rutledge2020-09-171-0/+93
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-0/+152
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-101-32/+7
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-7/+1
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-18/+47
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* QPointingDevice: Parent the default mouse to QCoreApplicationUlf Hermann2020-06-241-1/+2
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-6/+6
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-14/+10
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-171-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-0/+425