| Commit message (Expand) | Author | Age | Files | Lines |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -1/+1 |
| * | Fix -Wimplicit-fallthrough for clang | Tim Blechmann | 2024-03-01 | 1 | -0/+1 |
| * | Include what you need: <QPointer> | Marc Mutz | 2023-10-12 | 1 | -0/+2 |
| * | QEvdevTouchScreenData: use string view types more | Anton Kudryavtsev | 2023-09-07 | 1 | -4/+4 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -2/+2 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | 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 | -2/+2 |
| * | evdev: Prevent race condition in touch events processing | Jungi Byun | 2022-01-26 | 1 | -1/+38 |
| * | Test for nullptr before dereferencing the screen | Volker Hilsheimer | 2021-12-08 | 1 | -1/+1 |
| * | evdevtouch: Fix loading screen name for output mapping | David Rosca | 2021-10-12 | 1 | -1/+1 |
| * | evdevtouch: Fix wrong addTouchPoint for "mtdev" | Valery Volgutov | 2021-02-23 | 1 | -3/+7 |
| * | evdevtouch: Fix normalizedPosition | Valery Volgutov | 2021-01-27 | 1 | -0/+6 |
| * | webOS: Support mapping evdev keyboard and touchscreen to specific window | Elvis Lee | 2020-10-27 | 1 | -5/+5 |
| * | QHighDpi: window geometry scaling functions | Morten Johan Sørvig | 2020-10-20 | 1 | -1/+1 |
| * | Properly free m_mtdev when mtdev_open() returns an error | Steffen Kieß | 2020-08-26 | 1 | -0/+1 |
| * | Refactor pointer event hierarchy | Shawn Rutledge | 2020-07-10 | 1 | -28/+26 |
| * | Introduce QInputDevice hierarchy; replace QTouchDevice | Shawn Rutledge | 2020-06-16 | 1 | -24/+17 |
| * | evdevtouch: fix input_event time related compile | Peter Seiderer | 2020-05-07 | 1 | -1/+9 |
| * | Don't store iterators on QHash while erasing | Lars Knoll | 2020-04-01 | 1 | -10/+10 |
| * | Avoid initializing QFlags with 0 or nullptr in further cases | Friedemann Kleint | 2019-11-22 | 1 | -9/+6 |
| * | Add qt.qpa.input.events logging to evdevtouch | Shawn Rutledge | 2019-10-10 | 1 | -0/+7 |
| * | evdevtouch: Report stationary touchpoints that include pressure changes | Shawn Rutledge | 2019-10-08 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Joerg Bornemann | 2019-09-20 | 1 | -2/+5 |
| |\ |
|
| | * | evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignment | Shawn Rutledge | 2019-09-17 | 1 | -2/+5 |
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14 | Friedemann Kleint | 2019-09-09 | 1 | -1/+1 |
| |\| |
|
| | * | Deliver stationary touchpoints that have changed pressure | Shawn Rutledge | 2019-09-02 | 1 | -1/+1 |
| * | | QEvdev: use printf-style qCDebug()/qWarning() | Marc Mutz | 2019-06-11 | 1 | -12/+12 |
| * | | QEvdevTouchScreenData: remove use of Java-style iterators | Marc Mutz | 2019-05-24 | 1 | -11/+9 |
| * | | QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock() | Marc Mutz | 2019-05-21 | 1 | -4/+5 |
| |/ |
|
| * | Fix evdevtouch input plugin crash when the device can't be opened | Romain Pokrzywka | 2018-06-18 | 1 | -1/+1 |
| * | Fix typos | Jarek Kobus | 2018-02-13 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-10-17 | 1 | -0/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-04 | 1 | -0/+2 |
| | |\ |
|
| | | * | Add missing math.h include (for sqrt function) | Jake Petroules | 2017-09-22 | 1 | -0/+2 |
| * | | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-09-26 | 1 | -1/+1 |
| |\| | |
|
| | * | | evdev*,libinput: use functor-based connections | Gatis Paeglis | 2017-09-05 | 1 | -1/+1 |
| * | | | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -9/+9 |
| |/ / |
|
| * / | Fix another race in the filtered touch implementation | Gunnar Sletta | 2017-03-03 | 1 | -1/+1 |
| |/ |
|
| * | A few fixes to evdev touch filtering | Gunnar Sletta | 2017-01-09 | 1 | -3/+10 |
| * | Add support for filtering in the qevdevtouch plugin | Gunnar Sletta | 2016-12-13 | 1 | -37/+224 |
| * | Add evdev support for FreeBSD | Oleksandr Tymoshenko | 2016-10-06 | 1 | -0/+4 |
| * | eglfs: Add missing virtual layout setting for DRM/KMS | Laszlo Agocs | 2016-09-22 | 1 | -11/+19 |
| * | Rework privateFeature | Lars Knoll | 2016-08-19 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-08-16 | 1 | -2/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-10 | 1 | -2/+6 |
| | |\ |
|
| | | * | evdevtouch: Avoid crashing on exit | Laszlo Agocs | 2016-08-10 | 1 | -2/+6 |