summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtInputSupportPrivate: includemocsMarc Mutz2022-04-291-0/+2
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-261-5/+7
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-261-1/+1
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-2/+0
* Fix button type to update coordinates when draggingCathy Park2021-08-111-1/+4
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* Add support for high resolution wheel events from Linux 5.0+Allan Sandfeld Jensen2020-04-201-2/+33
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+1
* QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-121-3/+3
* Fix mouse-wheel handling for evdev devices with extended valuesChristian Muehlhaeuser2018-06-221-10/+4
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-1/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+2
|\
| * evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-051-1/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-081-4/+11
* Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-3/+10
|\
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-031-3/+10
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-2/+2
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-181-1/+3
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-161-17/+11
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add: absolute touch screen handling in evdevmouseAndrew Gatt2014-03-241-6/+69
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-231-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* evdevmouse: send correct event position for wheel eventsJohannes Zellner2012-06-101-8/+4
* Fix touchpads with evdevmouseLaszlo Agocs2012-06-041-4/+13
* Report mouse events when the driver says soLaszlo Agocs2012-06-041-7/+8
* Move evdev to platformsupportGirish Ramakrishnan2012-06-011-0/+233