summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsmousehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-031-6/+8
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-2/+4
* 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-9/+7
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-231-7/+9
* Windows QPA: use make_unique instead of QSP+raw new+memsetGiuseppe D'Angelo2023-01-231-4/+4
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparent...Friedemann Kleint2021-10-131-2/+7
* windows: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-271-4/+14
* Windows QPA: Use a QSharedPointer for the touch deviceFriedemann Kleint2020-10-261-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-7/+7
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-031-28/+0
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-8/+8
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+0
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+2
* Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-3/+3
* Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-241-2/+2
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-8/+37
|\
| * Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-181-8/+37
* | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-221-2/+8
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
|/
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-9/+9
* Windows/QPA: Fix receiving mouse clicks after double clicks in QQuickWidgetFriedemann Kleint2018-10-221-8/+8
* drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-5/+0
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-2/+2
* Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-121-42/+7
* Windows QPA: Fix release button event type after moving windowsFriedemann Kleint2018-05-311-9/+16
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-3/+17
|\
| * Windows Platform: Redirect wheel event to a window under mouse cursorAlexandra Cherdantseva2018-05-161-3/+17
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-8/+8
* | Windows QPA: Fix left button reported pressed after moving windowsFriedemann Kleint2018-05-161-0/+24
* | Windows QPA: Use new mouse/wheel API of QWindowSystemInterfaceFriedemann Kleint2018-02-141-10/+89
* | Windows QPA: Discard spurious mouse move eventsFriedemann Kleint2018-02-141-7/+30
|/
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-7/+0
|\
| * MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-191-2/+2
* | Windows QPA: Clean up code checking for the OS versionFriedemann Kleint2017-10-181-2/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+1
| |\
| | * QWindowsMouseHandler: Add documentation link for bitmask magicGabriel de Dietrich2017-09-281-0/+1
* | | Windows QPA: Directly link against touch functionsFriedemann Kleint2017-10-051-35/+10
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-4/+5
|\|
| * Windows QPA: Fix local position reported for enter eventsFriedemann Kleint2017-07-191-4/+5
* | Pass along keyboard modifiers to touch eventsJan Arve Saether2017-04-041-1/+2
|/
* Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-16/+5
|\