summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsmousehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Win: Account for windows which are WindowTransparentForInputAndy Shaw2017-01-051-16/+5
* | Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-8/+1
|/
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-0/+2
|\
| * Windows QPA: Accept foreign windows when checking for wheel receiversFriedemann Kleint2016-07-071-0/+2
* | Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-0/+31
* | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-97/+0
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\
| * Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-9/+11
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-9/+11
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-301-4/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-4/+13
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-4/+13
| |\
| | * Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-281-4/+13
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/ /
* | Windows: Add checks to usages of QWindow::screen().Friedemann Kleint2015-09-221-2/+12
* | Windows: Return accepted state of XBUTTON mouse events to the OS.Friedemann Kleint2015-09-221-1/+4
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-5/+19
|\|
| * Windows: Split code paths for touch/native gesture events.Friedemann Kleint2015-07-271-5/+19
* | Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-16/+8
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-17/+56
|\
| * Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-261-17/+56
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-3/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-101-3/+83
|\|
| * Implement Multitouch handling for WinCEAndreas Holzammer2015-01-221-3/+83
* | Win: fix wrong mouse leave event generationSergey Radionov2015-02-101-0/+10
|/
* Windows: Create touch device in initialization.Friedemann Kleint2014-10-311-9/+28
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Windows QPA plugin: Streamline code to find window at a position.Friedemann Kleint2014-09-011-1/+1
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-9/+15
* Windows: Mark only mouse events synthesized by touch as such.Friedemann Kleint2014-06-191-4/+5
* Remove unused variable in qwindowsmousehandler.cpp.Friedemann Kleint2014-05-231-1/+0
* Fix horizontal scrolling on Windows when ALT + mouse wheel is usedAndy Shaw2014-05-131-1/+1