| Commit message (Expand) | Author | Age | Files | Lines |
| * | Windows: Remove legacy mouse handling | Oliver Wolff | 2024-06-12 | 1 | -3/+10 |
| * | Windows: use MSG timestamps for input events | Giuseppe D'Angelo | 2024-04-03 | 1 | -9/+9 |
| * | Windows QPA: Fix wheel events when using -platform windows:reverse | Friedemann Kleint | 2023-11-09 | 1 | -7/+7 |
| * | Implement QWindowsKeyMapper in terms of QPlatformKeyMapper | Tor Arne Vestbø | 2023-10-09 | 1 | -4/+8 |
| * | Send LeaveEvent as reaction to WM_POINTERLEAVE to reset hover states | Matthias Rauter | 2023-06-16 | 1 | -0/+2 |
| * | QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+type | Tor Arne Vestbø | 2023-03-31 | 1 | -8/+5 |
| * | Revert "Windows: use MSG timestamps for input events" | Oliver Wolff | 2023-01-30 | 1 | -10/+10 |
| * | Windows: use MSG timestamps for input events | Giuseppe D'Angelo | 2023-01-23 | 1 | -10/+10 |
| * | Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/pen | André de la Rocha | 2022-10-28 | 1 | -2/+2 |
| * | Windows: bump NTDDI_VERSION to latest version and remove some duplicated code | Yuhang Zhao | 2022-10-24 | 1 | -3/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Apply Q_CONSTINIT where beneficial | Sona Kurazyan | 2022-09-01 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Windows QPA: Further cleanup of pre-Win10 code | Yuhang Zhao | 2021-11-24 | 1 | -14/+11 |
| * | Windows QPA: Fix multi-touch support in some devices | André de la Rocha | 2021-11-18 | 1 | -8/+35 |
| * | Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00) | Yuhang Zhao | 2021-11-10 | 1 | -5/+2 |
| * | Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent... | Friedemann Kleint | 2021-10-13 | 1 | -1/+6 |
| * | Windows QPA: Pass device for synthesized touch/tablet events | Friedemann Kleint | 2020-11-27 | 1 | -8/+24 |
| * | Windows QPA: Use a QSharedPointer for the touch device | Friedemann Kleint | 2020-10-26 | 1 | -8/+11 |
| * | Windows QPA/WmPointer: Register tablet devices of pointer handler | Friedemann Kleint | 2020-10-20 | 1 | -13/+55 |
| * | Properly deprecate Qt::MidButton in favor of Qt::MiddleButton | Edward Welbourne | 2020-08-22 | 1 | -7/+7 |
| * | Refactor pointer event hierarchy | Shawn Rutledge | 2020-07-10 | 1 | -5/+5 |
| * | Windows QPA: Refactor touch device creation | Friedemann Kleint | 2020-07-03 | 1 | -24/+27 |
| * | Introduce QInputDevice hierarchy; replace QTouchDevice | Shawn Rutledge | 2020-06-16 | 1 | -32/+38 |
| * | Avoid initializing QFlags with 0 or nullptr in further cases | Friedemann Kleint | 2019-11-22 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-11-06 | 1 | -1/+3 |
| |\ |
|
| | * | Query the mouse buttons initially in case the middle button was used | Andy Shaw | 2019-11-03 | 1 | -1/+3 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-17 | 1 | -5/+8 |
| |\| |
|
| | * | Windows QPA: Fix handling of mouse messages synthesized by the OS | André de la Rocha | 2019-07-11 | 1 | -4/+7 |
| | * | Windows QPA: Fix Wheel event coordinates | Andre de la Rocha | 2019-07-03 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-14 | 1 | -1/+4 |
| |\| |
|
| | * | Windows QPA: Optimize code that gets window under pointer | Andre de la Rocha | 2019-05-28 | 1 | -1/+4 |
| * | | Windows QPA: Fix clang warnings about repetitive type names | Friedemann Kleint | 2019-06-13 | 1 | -6/+6 |
| * | | Windows QPA: Use nullptr consistently | Friedemann Kleint | 2019-05-28 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Friedemann Kleint | 2019-05-27 | 1 | -4/+33 |
| |\| |
|
| | * | Windows QPA: Fix QWheelEvent::buttons() after click on title bar | Andre de la Rocha | 2019-05-18 | 1 | -4/+33 |
| * | | Windows QPA: Fix RTL window title bars | Friedemann Kleint | 2019-05-22 | 1 | -1/+7 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -0/+3 |
| |\| |
|
| | * | Fix generation of Leave events when using tablet devices | Dmitry Kazakov | 2019-05-07 | 1 | -0/+3 |
| * | | Prefix textstream operators with Qt:: | Lars Knoll | 2019-05-02 | 1 | -10/+10 |
| |/ |
|
| * | Fix QTabletEvent::uniqueId() when Qt uses WinInkv5.12.3 | Dmitry Kazakov | 2019-04-09 | 1 | -6/+6 |
| * | Windows QPA: Fix mouse button reported in non-client events | Andre de la Rocha | 2019-04-08 | 1 | -2/+21 |
| * | Windows QPA: Handle mouse input using legacy messages | Andre de la Rocha | 2019-02-12 | 1 | -329/+154 |
| * | Windows QPA: handle pointer messages received during a drag and drop | Andre de la Rocha | 2019-01-28 | 1 | -15/+0 |
| * | Windows QPA: Support "press and hold for right-clicking" | Andre de la Rocha | 2019-01-14 | 1 | -15/+38 |
| * | Windows QPA: Fix mouse pointer capture and Enter/Leave events | Andre de la Rocha | 2019-01-03 | 1 | -52/+133 |
| * | Windows QPA: Avoid duplication of mouse events | Andre de la Rocha | 2019-01-02 | 1 | -29/+0 |
| * | Windows QPA: Fix touch message queue handling | Andre de la Rocha | 2018-12-12 | 1 | -0/+8 |
| * | Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag... | Liang Qi | 2018-12-07 | 1 | -1/+4 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12.0' into 5.12 | Qt Forward Merge Bot | 2018-12-05 | 1 | -1/+4 |
| | |\ |
|