summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | Windows QPA: Implement setting the "Cancel" button text of file dialogsFriedemann Kleint2017-01-101-1/+15
* | | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-052-11/+8
* | | QWindowsTheme: Run dedicated SHGetFileInfo() threadGabriel de Dietrich2016-12-212-32/+99
* | | Windows QPA: Initialize all members of QWindowsMouseHandlerFriedemann Kleint2016-12-201-3/+3
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-1/+2
| |\|
| | * Windows QPA: Fix build with MSVC2015 on Windows 7Friedemann Kleint2016-11-301-1/+2
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-137-2/+235
|\| |
| * | Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-121-1/+1
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-0/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-0/+3
| | |\
| | | * Windows QPA: Do not send key events for mouse-synthesized app commandsFriedemann Kleint2016-11-231-0/+3
| * | | Windows QPA: Detect Windows 10 tablet modeFriedemann Kleint2016-11-225-1/+231
* | | | Windows: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0822-223/+223
* | | | Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-3029-224/+120
* | | | qwindowsnativeinterface.cpp: Add missing enumeration OpenVGSurfaceFriedemann Kleint2016-11-251-0/+1
* | | | Windows QPA: Use new EnableNonClientDpiScaling() for Windows decorationFriedemann Kleint2016-11-223-1/+44
* | | | Windows QPA: Reimplement calculation of window framesFriedemann Kleint2016-11-184-28/+74
* | | | Windows QPA: Improve some debug operatorsFriedemann Kleint2016-11-152-4/+47
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0226-5531/+45
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+12
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-0/+12
| | |\|
| | | * windows: Disable OpenGL proper on Intel 945Laszlo Agocs2016-10-281-0/+12
| * | | Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-282-13/+12
| * | | Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-2819-5516/+9
| * | | Plugins: optimize string usageAnton Kudryavtsev2016-10-181-3/+3