summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+2
|\
| * Windows QPA: Fix missing update when the display is sleepingAndre de la Rocha2019-11-071-0/+2
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-2/+2
* | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* | Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-221-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+3
|\|
| * Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-131-0/+3
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
|/
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\
| * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-1/+1
* | Windows QPA: Don't test for Desktop GL if Qt::AA_UseDesktopOpenGL is setFriedemann Kleint2018-09-281-5/+5
* | Windows QPA: Dispatch skipped touch/pen events if compression is offRomain Pokrzywka2018-09-141-1/+3
* | Windows: Disable shader disk cache for Intel HD Graphics 620Friedemann Kleint2018-09-111-0/+4
* | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-0/+3
* | Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-061-0/+1
* | Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-2/+1
* | Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-121-2/+9
* | Fix minor stuff in Windows UI Automation supportAndre de la Rocha2018-06-271-3/+3
* | Build the Windows platform plugin with QT_NO_FOREACHJoerg Bornemann2018-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+1
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-2/+2
* | Windows: Add support for invisible window marginsAndre de la Rocha2018-05-181-1/+1
|/
* Add support for Windows UI AutomationAndre de la Rocha2017-11-141-2/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
* Windows QPA: Implement QPlatformWindow::initialize()Friedemann Kleint2017-07-181-15/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-9/+9
|\
| * Windows QPA: Port to new feature systemFriedemann Kleint2017-06-081-9/+9
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-131-0/+2
* | Windows QPA: Add native menusFriedemann Kleint2017-04-271-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+6
|\|
| * Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
* | Basic Vulkan enablersLaszlo Agocs2017-03-171-0/+7
|/
* QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-18/+19
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-5/+0
|\
| * Windows QPA: Do not return QPlatformIntegration::ShowIsMaximized in tablet modev5.8.0Friedemann Kleint2017-01-181-5/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-0/+7
|\|
| * Windows QPA: Detect Windows 10 tablet modeFriedemann Kleint2016-11-221-0/+7
* | Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-4/+2
|/
* Move Windows font DB and engines to QtFontDatabaseSupportGabriel de Dietrich2016-10-281-2/+2
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+5
|\
| * Windows QPA: Introduce command line options for DirectWriteFriedemann Kleint2016-08-051-0/+4
| * Windows QPA: Add missing parameter to qWarning()Friedemann Kleint2016-08-031-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-1/+6
|\|
| * QWindow::fromWinId(): Return 0 when foreign window cannot be wrappedFriedemann Kleint2016-07-281-1/+6
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+3
|\|
| * Windows QPA: Format window title correctly when creating a window.Friedemann Kleint2016-05-231-1/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-2/+4
|\|