| Commit message (Expand) | Author | Age | Files | Lines |
| * | evdev: Do not take m_prevInvalid into account with absolute coordinates | Tuomas Vaarala | 2024-10-30 | 1 | -7/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtInputSupportPrivate: includemocs | Marc Mutz | 2022-04-29 | 1 | -0/+2 |
| * | Platformsupport: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-26 | 1 | -5/+7 |
| * | Platformsupport: stop using QLatin1Char() for creating char literals | Sona Kurazyan | 2022-04-26 | 1 | -1/+1 |
| * | Fix unused variables in qtbase | Andrei Golubev | 2022-04-25 | 1 | -2/+0 |
| * | Fix button type to update coordinates when dragging | Cathy Park | 2021-08-11 | 1 | -1/+4 |
| * | Port platformsupport to QStringView | Lars Knoll | 2020-06-15 | 1 | -2/+2 |
| * | Add support for high resolution wheel events from Linux 5.0+ | Allan Sandfeld Jensen | 2020-04-20 | 1 | -2/+33 |
| * | Avoid initializing QFlags with 0 or nullptr in further cases | Friedemann Kleint | 2019-11-22 | 1 | -2/+1 |
| * | QEvdev: Replace manual memory management with unique_ptr | Marc Mutz | 2019-06-12 | 1 | -3/+3 |
| * | Fix mouse-wheel handling for evdev devices with extended values | Christian Muehlhaeuser | 2018-06-22 | 1 | -10/+4 |
| * | qpa: enhance mouse event with type and button data | Gatis Paeglis | 2017-10-10 | 1 | -1/+4 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-09-26 | 1 | -1/+2 |
| |\ |
|
| | * | evdev*,libinput: use functor-based connections | Gatis Paeglis | 2017-09-05 | 1 | -1/+2 |
| * | | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| |/ |
|
| * | xcb,evdevmouse: don't use qpa compatibility functions | Gatis Paeglis | 2017-06-08 | 1 | -4/+11 |
| * | Add evdev support for FreeBSD | Oleksandr Tymoshenko | 2016-10-06 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -3/+10 |
| |\ |
|
| | * | evdev: Stop reading on ENODEV | Laszlo Agocs | 2016-06-03 | 1 | -3/+10 |
| * | | OpenGL, PlatformSupport: use QStringRef to optimize memory allocation | Anton Kudryavtsev | 2016-04-07 | 1 | -2/+2 |
| * | | Use QFlags::setFlag where prudent in qtbase | Andre Somers | 2016-02-12 | 1 | -4/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Input: Convert QScreen geometry to native pixels | Morten Johan Sørvig | 2015-11-18 | 1 | -1/+3 |
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Switch to categorized logging in all the input handlers | Laszlo Agocs | 2014-10-16 | 1 | -17/+11 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add: absolute touch screen handling in evdevmouse | Andrew Gatt | 2014-03-24 | 1 | -6/+69 |
| * | Added grabbing option for qevdevkeyboard and mouse. | Libor Tomsik | 2013-04-23 | 1 | -0/+4 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Revert "Move QWindowSystemInterface out of qpa." | Paul Olav Tvete | 2012-08-03 | 1 | -1/+1 |
| * | Move QWindowSystemInterface out of qpa. | Stephen Kelly | 2012-07-19 | 1 | -1/+1 |
| * | Suppress QWindowSystemInterface inclusion warnings. | Girish Ramakrishnan | 2012-07-03 | 1 | -1/+1 |
| * | evdevmouse: send correct event position for wheel events | Johannes Zellner | 2012-06-10 | 1 | -8/+4 |
| * | Fix touchpads with evdevmouse | Laszlo Agocs | 2012-06-04 | 1 | -4/+13 |
| * | Report mouse events when the driver says so | Laszlo Agocs | 2012-06-04 | 1 | -7/+8 |
| * | Move evdev to platformsupport | Girish Ramakrishnan | 2012-06-01 | 1 | -0/+233 |