summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowscontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-121-15/+110
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Windows QPA: Fix crashes when processing native eventsFriedemann Kleint2018-06-211-1/+1
* | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-271-2/+2
* | Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-1/+1
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-12/+11
* | Windows: Add support for invisible window marginsAndre de la Rocha2018-05-181-1/+1
* | Windows QPA: Fix left button reported pressed after moving windowsFriedemann Kleint2018-05-161-0/+1
|/
* Windows QPA: Fix duplicate/missing native eventsFriedemann Kleint2018-04-201-15/+59
* Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* Windows QPA: Improve the event loggingFriedemann Kleint2018-03-131-3/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-2/+4
|\
| * Windows QPA: Suppress bogus resize events when using native menusFriedemann Kleint2018-01-241-2/+4
* | Add support for Windows UI AutomationAndre de la Rocha2017-11-141-2/+3
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-1/+3
| |\
| | * Windows QPA: Fix build with -no-feature-tableteventFriedemann Kleint2017-10-201-1/+3
* | | Windows QPA: Clean up code checking for the OS versionFriedemann Kleint2017-10-181-3/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+7
| |\|
| | * Windows QPA: Detect screen by mouse position when dragging a windowFriedemann Kleint2017-09-261-0/+7
* | | Windows QPA: Directly link against touch functionsFriedemann Kleint2017-10-051-19/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+14
| |\|
| | * Windows QPA: Do not call EnableNonClientDpiScaling() on Desktop GL WindowsFriedemann Kleint2017-09-051-3/+14
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+3
|\|
| * Windows QPA: Do not call enableNonClientDpiScaling() for embedded windowsFriedemann Kleint2017-07-191-1/+3
* | Windows QPA: Implement QPlatformWindow::initialize()Friedemann Kleint2017-07-181-1/+3
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-3/+23
|\|
| * Windows QPA: Further restrict windows for WM_DPICHANGEDFriedemann Kleint2017-07-071-3/+23
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-1/+1
|\|
| * Windows QPA: Correctly check for fixed sized windows in WM_DPICHANGEDFriedemann Kleint2017-07-031-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+4
|\|
| * Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-281-1/+1
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-7/+7
|\|
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-081-14/+14
* | Native Windows file dialog: Observe Windows Explorer "Show hidden files" settingFriedemann Kleint2017-06-131-0/+23
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+3
|\|
| * Windows QPA: Find window before invoking native filtersOlivier JG2017-05-021-2/+3
* | Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-271-0/+1
* | Windows QPA: Add native menusFriedemann Kleint2017-04-271-0/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-0/+3
|\|
| * Windows QPA: don't resize fixed sized windows when changing screenOlivier Goffart2017-03-291-0/+3
* | Windows QPA: Simplify session manager checking codeFriedemann Kleint2017-03-311-32/+16
|/
* Windows: Register windows for touch when a device is plugged inFriedemann Kleint2017-03-221-0/+15
* Resize the window when the screen's dpi changesOlivier Goffart2017-02-161-0/+9
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+9
|\
| * Win: Account for windows which are WindowTransparentForInputAndy Shaw2017-01-051-2/+9