summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-077-10/+23
|\
| * Fix QWindowsWindow::requestActivateWindow()Sergiy Korobov2018-06-051-0/+9
| * Fix QWindowsNativeInterface::platformFunction()Sergiy Korobov2018-06-011-0/+2
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-296-10/+12
* | Windows QPA: Fix release button event type after moving windowsFriedemann Kleint2018-05-311-9/+16
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-242-5/+19
|\|
| * Windows Platform: Redirect wheel event to a window under mouse cursorAlexandra Cherdantseva2018-05-161-3/+17
| * Windows QPA: Fix wrong initial size when launched on secondary screenFriedemann Kleint2018-05-161-2/+2
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-2385-315/+296
* | Windows: Fix MinGW compilation after ec97be5585Martin Storsjö2018-05-221-0/+1
* | Windows: Add support for invisible window marginsAndre de la Rocha2018-05-184-21/+60
* | Windows QPA: Fix left button reported pressed after moving windowsFriedemann Kleint2018-05-163-0/+27
* | Vulkan: share library loading implementationMorten Johan Sørvig2018-05-142-12/+1
* | Vulkan: Share destroySurface() implementationMorten Johan Sørvig2018-05-142-18/+1
* | macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-111-3/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-082-0/+10
|\|
| * Fix building with -no-feature-shortcutJoni Poikelin2018-05-082-0/+10
* | Windows QPA: Improve debug output of keyboard shortcut handlingFriedemann Kleint2018-05-081-16/+59
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-072-2/+4
* | Windows QPA: Use new QPA Dnd APIFriedemann Kleint2018-05-051-29/+22
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-3/+4
|\|
| * Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
| * Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-0/+8
|\|
| * Windows QPA: Fix Korean IME removing words when using CTRL shortcutsFriedemann Kleint2018-04-231-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-224-20/+82
|\|
| * Windows QPA: Fix ambiguous shortcut overload warnings for ALT-keysFriedemann Kleint2018-04-201-2/+13
| * Windows QPA: Fix duplicate/missing native eventsFriedemann Kleint2018-04-204-18/+69
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-062-0/+3
|\|
| * Windows QPA: Fix override cursor not working when re-entering the windowFriedemann Kleint2018-04-052-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-311-11/+7
|\|
| * Windows: handle multiple transient children when closing windowsMauro Persano2018-03-291-11/+7
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-301-1/+1
|\|
| * Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
* | Windows QPA: Refactor the tablet codeFriedemann Kleint2018-03-282-26/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-212-5/+1
|\|
| * Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
| * Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-182-11/+36
|\|
| * Windows QPA: Improve tablet mode detectionFriedemann Kleint2018-03-172-11/+36
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-153-6/+23
|\|
| * QWindowWindow: Avoid resize events from the ctorLaszlo Agocs2018-03-131-2/+3
| * Windows QPA: Fix QWindowsWindowFunctions::SetHasBorderInFullScreen() to work ...Friedemann Kleint2018-03-132-1/+16
| * Windows QPA: Improve the event loggingFriedemann Kleint2018-03-131-3/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-25/+83
|\|
| * Windows QPA: Output more information when initializing tabletsFriedemann Kleint2018-03-101-25/+74
| * Windows QPA: GL: Fix setting the color depths for the GDI fallbackFriedemann Kleint2018-03-101-0/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-084-3/+18
|\|
| * Windows QPA: Fix scaling of tablet coordinates for High DPI scalingFriedemann Kleint2018-03-073-2/+16
| * Windows QPA: Fix sending of the mouse release in case of a DropFriedemann Kleint2018-03-071-1/+2