summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-284-2/+25
|\
| * Windows: Register windows for touch when a device is plugged inFriedemann Kleint2017-03-223-1/+20
| * Windows QPA/Services: Do not invoke MailToProtocolHandler of url.dllFriedemann Kleint2017-03-221-1/+5
* | Windows QPA: Fix MinGW developer buildOlivier Goffart2017-03-211-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-201-23/+36
|\ \
| * | 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 QPA: Fix compiler warning when Vulkan is not presentFriedemann Kleint2017-03-201-2/+2
|/ /
* | Basic Vulkan enablersLaszlo Agocs2017-03-179-13/+311
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-69/+124
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-4/+10
|\|
| * Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-2/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-14/+20
|\|
| * Windows QPA: Replace LGP21 with LGPL license headerKai Koehne2017-02-281-14/+20
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-285-21/+24
|\|
| * QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-223-18/+21
| * Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-192-3/+3
* | Add sRGB capable default framebuffer support for WGLLaszlo Agocs2017-02-262-19/+60
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-177-11/+46
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-171-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+2
| | |\
| | | * Windows QPA: Fix compilation with QT_NO_OPENGLOlivier Goffart2017-02-141-1/+2
| * | | Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for full upda...v5.9.0-alpha1Friedemann Kleint2017-02-171-2/+3
| |/ /
| * | Resize the window when the screen's dpi changesOlivier Goffart2017-02-164-3/+24
| * | Windows QPA: Use the native algorithm to find out the window's screenOlivier Goffart2017-02-153-4/+12
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-1/+5
| |\|
| | * Windows QPA: Include GL header depending on presence of dynamic GLFriedemann Kleint2017-02-131-1/+5
* | | Windows QPA: Remove debug helper QWindowsMsaaAccessible::IIDToString()Friedemann Kleint2017-02-176-52/+93
* | | Windows: Introduce helper class for implementing COM interfacesFriedemann Kleint2017-02-1711-367/+178
|/ /
* | Blacklist Intel HD Graphics IronLake (Arrandale) on WindowsAndy Nichols2017-02-091-1/+13
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-093-11/+10
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-017-43/+68
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-302-6/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-251-5/+0
| | |\
| | | * Windows QPA: Do not return QPlatformIntegration::ShowIsMaximized in tablet modev5.8.0Friedemann Kleint2017-01-181-5/+0
| | * | Ensure a pixel density of at least 1 for Qt::AA_EnableHighDpiScalingJocelyn Turcotte2017-01-231-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-266-27/+56
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-256-27/+56
| | |\| |
| | | * | Windows QPA: Prevent usage of child windows as transient parentFriedemann Kleint2017-01-231-0/+6
| | | * | Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-01-191-1/+11
| | | * | Windows QPA: Fix QScreen::grabWindow(0) for non-primary screensFriedemann Kleint2017-01-181-6/+22
| | | * | Windows: Check if the fallback key matches the shift modifier case tooAndy Shaw2017-01-111-1/+2
| | | * | Win: Account for windows which are WindowTransparentForInputAndy Shaw2017-01-052-18/+14
| | | * | windows: use lowercase #includeAndrew Knight2016-12-281-1/+1
| * | | | Windows QPA: More fine-grained suppression of geometry/state change eventsFriedemann Kleint2017-01-251-10/+11
| |/ / /
* / / / Win: If the combined key is unknown then fall back to the original key pressedAndy Shaw2017-01-271-1/+2
|/ / /
* | | Windows platform headers: Add isTabletMode()Friedemann Kleint2017-01-182-2/+15
* | | Windows QPA/Open file dialog: Copy non-filesystem itemsFriedemann Kleint2017-01-111-6/+73
* | | Windows QPA: Refactor conversion of IShellItemFriedemann Kleint2017-01-111-119/+229