summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowspointerhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-031-9/+9
* Windows QPA: Fix wheel events when using -platform windows:reverseFriedemann Kleint2023-11-091-7/+7
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-4/+8
* Send LeaveEvent as reaction to WM_POINTERLEAVE to reset hover statesMatthias Rauter2023-06-161-0/+2
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-311-8/+5
* Revert "Windows: use MSG timestamps for input events"Oliver Wolff2023-01-301-10/+10
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-231-10/+10
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-281-2/+2
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-14/+11
* Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-181-8/+35
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-5/+2
* Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent...Friedemann Kleint2021-10-131-1/+6
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-271-8/+24
* Windows QPA: Use a QSharedPointer for the touch deviceFriedemann Kleint2020-10-261-8/+11
* Windows QPA/WmPointer: Register tablet devices of pointer handlerFriedemann Kleint2020-10-201-13/+55
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-7/+7
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-5/+5
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-031-24/+27
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-32/+38
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+3
|\
| * Query the mouse buttons initially in case the middle button was usedAndy Shaw2019-11-031-1/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-5/+8
|\|
| * Windows QPA: Fix handling of mouse messages synthesized by the OSAndré de la Rocha2019-07-111-4/+7
| * Windows QPA: Fix Wheel event coordinatesAndre de la Rocha2019-07-031-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+4
|\|
| * Windows QPA: Optimize code that gets window under pointerAndre de la Rocha2019-05-281-1/+4
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-6/+6
* | Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-281-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-4/+33
|\|
| * Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-181-4/+33
* | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-221-1/+7
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-0/+3
|\|
| * Fix generation of Leave events when using tablet devicesDmitry Kazakov2019-05-071-0/+3
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-10/+10
|/
* Fix QTabletEvent::uniqueId() when Qt uses WinInkv5.12.3Dmitry Kazakov2019-04-091-6/+6
* Windows QPA: Fix mouse button reported in non-client eventsAndre de la Rocha2019-04-081-2/+21
* Windows QPA: Handle mouse input using legacy messagesAndre de la Rocha2019-02-121-329/+154
* Windows QPA: handle pointer messages received during a drag and dropAndre de la Rocha2019-01-281-15/+0
* Windows QPA: Support "press and hold for right-clicking"Andre de la Rocha2019-01-141-15/+38
* Windows QPA: Fix mouse pointer capture and Enter/Leave eventsAndre de la Rocha2019-01-031-52/+133
* Windows QPA: Avoid duplication of mouse eventsAndre de la Rocha2019-01-021-29/+0
* Windows QPA: Fix touch message queue handlingAndre de la Rocha2018-12-121-0/+8
* Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-12-071-1/+4
|\
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-051-1/+4
| |\
| | * Windows QPA: Fix onPressedChanged only reported on touch upv5.12.0-rc1Andre de la Rocha2018-11-161-1/+4