summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsmousehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Accept foreign windows when checking for wheel receiversFriedemann Kleint2016-07-071-0/+2
* 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
* Windows: Set source of synthesized mouse events correctly.Friedemann Kleint2014-02-271-8/+8
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-14/+7
* Allow OS synthesized mouse events by default on WindowsLaszlo Agocs2013-10-081-1/+3
* Relay mouse event synthesization informationLaszlo Agocs2013-10-041-2/+7
* Correct the detection of Windows-generated mouse eventsLaszlo Agocs2013-09-261-2/+4
* Windows: Add command line parameter enabling OS-synthesized mouse events from...Friedemann Kleint2013-09-091-4/+7
* Windows: Fix detection of synthesized mouse events for MSVC / 64bit.Friedemann Kleint2013-07-021-2/+7
* Windows: Prevent spurious leave events.Sebastian Eifert2013-06-121-1/+3
* Windows: Suppress mouse events synthesized by OS.Friedemann Kleint2013-05-301-0/+10
* Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Implement click-to-focus for native child windows.Friedemann Kleint2013-01-231-0/+4
|/
* Fix touch event handling for WindowsOliver Wolff2012-11-271-12/+18
* Windows: Fixed mouse events related to size gripsOliver Wolff2012-11-151-9/+0
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-31/+48
* Windows: Fix autocapture for multiple buttonsMiikka Heikkinen2012-11-151-4/+5
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+3
* Windows: Add missing support for X-buttons.Miikka Heikkinen2012-11-081-3/+8
* Fix autocapture for doubleclick in WindowsMiikka Heikkinen2012-11-071-1/+2