summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Pass on Url of non-filesystem directory itemsFriedemann Kleint2017-11-041-1/+1
* Windows QPA: Restrict file dialog to file system items in Directory modeFriedemann Kleint2017-11-041-1/+5
* Windows QPA: Restrict warning about geometry failureFriedemann Kleint2017-10-271-1/+2
* Windows QPA: Fix build with -no-feature-tableteventFriedemann Kleint2017-10-201-1/+3
* Windows/Direct2D QPA: Fix build with -no-accessibilityFriedemann Kleint2017-10-201-1/+3
* Windows QPA: Fix reporting of TabletLeaveProximity eventsFriedemann Kleint2017-10-171-6/+16
* Windows: Let topmost and bottom windows use raise and lower respectivelyMårten Nordheim2017-10-061-2/+2
* QWindowsMouseHandler: Add documentation link for bitmask magicGabriel de Dietrich2017-09-281-0/+1
* Windows QPA: Call raise() also for SubWindows with WindowStaysOnTopHintFriedemann Kleint2017-09-261-1/+3
* Windows QPA: Detect screen by mouse position when dragging a windowFriedemann Kleint2017-09-264-11/+39
* Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-253-8/+24
* windows: Blacklist Intel 8.15.10.1749Laszlo Agocs2017-09-191-1/+16
* Windows QPA: Do not call EnableNonClientDpiScaling() on Desktop GL WindowsFriedemann Kleint2017-09-051-3/+14
* Windows QPA: Call raise unconditionally for popupsFriedemann Kleint2017-08-221-1/+3
* Windows QPA: Fix local position reported for enter eventsFriedemann Kleint2017-07-191-4/+5
* Windows QPA: Do not call enableNonClientDpiScaling() for embedded windowsFriedemann Kleint2017-07-193-2/+8
* Windows QPA: Compare against correct geometry when checking for fullscreenFriedemann Kleint2017-07-191-1/+1
* Revert "Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12"Andy Shaw2017-07-171-12/+0
* Windows QPA: Fix build with draganddrop disabledFriedemann Kleint2017-07-111-1/+3
* Windows: Fallback to d3d9 when in a VM on VMWare Workstation 12Andy Shaw2017-07-111-0/+12
* QWindowsFileIconEngine::filePixmap(): Handle non-existent filesFriedemann Kleint2017-07-081-6/+12
* Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
* [Windows] Update hMonitor handles when a display is turned offAlexandru Croitor2017-07-061-1/+9
* Windows QPA: Take hasBorderInFullScreen into account when checking for fullsc...Friedemann Kleint2017-07-051-0/+2
* Windows QPA: Correctly check for fixed sized windows in WM_DPICHANGEDFriedemann Kleint2017-07-031-1/+1
* Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-282-1/+2
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-283-9/+6
* Windows QPA: Port to new feature systemFriedemann Kleint2017-06-0810-51/+44
* Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-2/+9
|\
| * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-111-2/+9
* | Windows QPA: Do not raise/lower windows with Qt::WindowStaysOnTop/BottomHintFriedemann Kleint2017-05-151-2/+4
* | Windows QPA: Call InvalidateRect() for GL windows when Aero is offFriedemann Kleint2017-05-081-8/+13
|/
* QWindowsInputContext: Fix indentationKai Koehne2017-05-021-1/+1
* Windows QPA: Find window before invoking native filtersOlivier JG2017-05-021-2/+3
* Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Windows QPA: don't resize fixed sized windows when changing screenOlivier Goffart2017-03-291-0/+3
* Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-2/+2
* 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
* Fix Windows DnD: Wrong qApp mouse buttons state after external DnDSerge Lysenko2017-03-181-23/+36
* Windows QPA: Better recover from removed screens when fullscreenJocelyn Turcotte2017-03-081-4/+10
* Windows QPA: Replace LGP21 with LGPL license headerKai Koehne2017-02-281-14/+20
* 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
* 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
|/ /