summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-3/+3
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-4/+4
* Windows QPA: Generate proper event when dragging item outside windowAndre de la Rocha2019-02-251-7/+18
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-6/+6
* Windows QPA: Fix Drag&Drop from touchscreen/penAndre de la Rocha2018-10-181-0/+4
* QWindowsCursor: fix typo and change enum CursorState into enum classAnton Kudryavtsev2018-09-251-2/+2
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+1
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-0/+1
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-8/+8
* | Windows QPA: Use new QPA Dnd APIFriedemann Kleint2018-05-051-29/+22
|/
* Windows QPA: Fix sending of the mouse release in case of a DropFriedemann Kleint2018-03-071-1/+2
* Windows QPA: Ensure a mouse release event is sent after DnDFriedemann Kleint2018-02-261-1/+15
* Windows QPA: Avoid 'large' mouse cursors over RDPFrank Richter2018-01-211-1/+13
* Windows: Make dropped files be opened or attachedAndre de la Rocha2017-09-051-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-23/+36
|\|
| * Fix Windows DnD: Wrong qApp mouse buttons state after external DnDSerge Lysenko2017-03-181-23/+36
* | Windows: Introduce helper class for implementing COM interfacesFriedemann Kleint2017-02-171-68/+1
|/
* Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-081-1/+1
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-6/+2
* Fix Windows DnD: Alt key modificator was interpreted as mouse XbuttonSerge Lysenko2016-09-211-11/+16
* Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-2/+2
|\
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-20/+23
|\|
| * Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+1
|\|
| * Windows/Direct2D QPA plugins: Fix overrides.Friedemann Kleint2016-01-141-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-98/+13
|\|
| * Windows: Fix the size of drag cursors in multi-screen setups.Friedemann Kleint2015-11-231-98/+13
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-17/+8
|\|
| * Windows: Refactor cursor handling.Friedemann Kleint2015-11-201-17/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+3
|\|
| * Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-3/+3
* | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-231-1/+4
* | Windows QPA: Replace some ugly typedefs by auto.Friedemann Kleint2015-08-211-4/+2
|/
* Highdpi changes for WindowsFriedemann Kleint2015-07-301-5/+23
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-19/+8
* Revert "Windows: Use DND effect chosen in DragEnter/Move for Drop."Friedemann Kleint2015-06-221-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Windows: Use DND effect chosen in DragEnter/Move for Drop.Friedemann Kleint2015-01-161-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-251-8/+19
* Windows: Refactor QWindowsDragCursorWindow().Friedemann Kleint2014-08-061-29/+13
* Windows: Use native-looking drag cursorsAlessandro Portale2014-07-041-144/+68
* Windows: Refactor cursor creation code.Friedemann Kleint2014-05-151-1/+1