summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowscursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-3/+13
|\
| * Windows QPA: Fix override cursor being cleared when crossing window bordersFriedemann Kleint2018-07-311-3/+13
* | Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-4/+5
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-7/+7
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+5
|\
| * Windows QPA: Fix handling of override cursorsFriedemann Kleint2017-12-121-1/+5
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-2/+2
|\
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-081-2/+2
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-131-3/+27
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-5/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-5/+5
| |\
| | * Windows QPA: Scale hotspot of custom cursors correctly.Friedemann Kleint2016-04-061-5/+5
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-65/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-3/+3
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-4/+4
|\|
| * Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-121-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+2
|\|
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-051-1/+2
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-301-3/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Make native cursor handles accessible.Friedemann Kleint2015-12-141-0/+15
|/
* Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-231-0/+88
* Windows: Scale cursors from resource pixmaps according to screen.Friedemann Kleint2015-11-231-13/+32
* Windows: Scale pixmap/bitmap cursors when High DPI scaling is active.Friedemann Kleint2015-11-231-5/+21
* Windows: Create one QPlatformCursor per screen.Friedemann Kleint2015-11-231-3/+6
* Windows: Refactor cursor handling.Friedemann Kleint2015-11-201-120/+54
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-4/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Respect the hotspot passed in for the cursorAndy Shaw2015-01-191-3/+5
* Windows: Limit cursor cache.Friedemann Kleint2014-12-091-1/+14
* Windows: Initialize the mouse cursor resourcesAlessandro Portale2014-10-221-0/+12
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Windows: Fix QPlatformCursor::pos()/setPos() for DPR scaling.Friedemann Kleint2014-08-291-1/+8
* Windows: Use native-looking drag cursorsAlessandro Portale2014-07-041-1/+101
* Windows: Add non-standard mouse cursorsAlessandro Portale2014-07-031-30/+106
* Windows: Adapt custom cursors to observe the system metrics.Friedemann Kleint2014-05-201-10/+31
* Windows: Refactor cursor creation code.Friedemann Kleint2014-05-151-169/+151
* Windows: Simplify cursor code.Friedemann Kleint2014-01-291-44/+8
* QWindowsCursor: Add API for determining the cursor state.Friedemann Kleint2014-01-281-0/+16
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-5/+0
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-021-8/+33
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+3
|\
| * Fixed QT_NO_CURSOR build for windows/CE plugin.Bjoern Breitmeyer2013-02-071-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\|
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Windows: Introduce pixmap cursor cache.Friedemann Kleint2013-01-221-1/+14
|/ /
* / Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+18
|/