summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-271-1/+2
* Fix hang issue during drag and drop in windowsSanthosh Kumar2023-12-141-1/+2
* QWindowsDrag: remove unused member variable and method isDraggingDavid Faure2023-11-171-4/+0
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-1/+2
* Fix button state validation in windows platform during drag and dropSanthosh Kumar2023-06-291-1/+1
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* Windows QPA: Remove tablet->mouse synth and fix Drag&Drop with touch/penAndré de la Rocha2022-10-281-1/+79
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Always include qt_windows header firstVolker Hilsheimer2022-02-221-1/+1
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-2/+2
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-5/+0
* 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